/* These are styles for owl carousel -- if replaced, this file can be eliminated. Moved over in 2025 BS5 upgrade */
/* Testimonials Carousel */
.tc-wrapper {}
.tc-owl-content {
	padding: 0px 1.875rem 1.5625rem 1.875rem; 
	background-image: url('/_resources/img/testimonial-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.tc-owl-content p {
	margin-bottom:0;
	font-family: proxima-nova, sans-serif;
	font-weight:300;
	font-size: 21px;
	line-height: 150%;
	color: var(--bs-black);
}

.tc-owl-name {
	color: #666; 
	font-size: 90%; 
	text-align: center; 
	font-weight: bold;
	margin-top: 0.625rem;
}
.tc-owl-title {
	color: #999;
	font-size: 0.8215rem;
	display:block;
	margin-top: -5px;
	font-weight:normal;
}

/* Feature Items Carousel */
.owl-carousel.feat-car p {
	font-size: 0.875rem;
	line-height:1.5;
}

.owl-carousel.feat-car h2, 
.owl-carousel.feat-car h3 {
	font-size: 1.125rem;
	margin-top: 0;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls {
	position:relative;
	width:100%;
	height: auto;
	border-top: 1px solid var(--bs-gray-300);
	padding-top: 1rem;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls:after {
	content:'';
	clear:both;
	display:block;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav {
	top:auto;
	margin-top:0;
	position:absolute;
	left:0;
	width: 90px;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav .owl-prev,
.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: var(--bs-black);
	padding:0;
	text-align:center;
	line-height: 40px;
	opacity:1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.regular-owl-carousel.feat-car.owl-theme .owl-controls .owl-nav [class*=owl-] span {
	font-size: inherit;
}

/* Owl Theme */

.regular-owl-carousel.owl-theme .owl-controls{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav {
	position: relative;
	top: 50%;
	margin-top: -1rem;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev,
.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
	color: #fff;
	padding:0;
	background:transparent;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
	float: left;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
	float: right;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]{
	padding: 0px 0.625rem 0px 7px;
	opacity: .2;
	background: var(--bs-gray-500);
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] span {
	font-size: 1.875rem;
}

.regular-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{opacity:1;color:#fff;text-decoration:none}

.regular-owl-carousel.owl-theme .owl-controls .owl-dots {
	bottom:0;
	position:absolute;
	width: 100%;
}

.owl-theme .owl-controls .owl-dots {
	text-align: center;
}

.testimonial-owl-carousel.owl-theme .owl-controls .owl-dots {
	margin-top: 0.625rem;
}

.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}

.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}

.owl-theme .owl-dots .owl-dot span{width:0.625rem;height:0.625rem;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:1.875rem;-moz-border-radius:1.875rem;border-radius:1.875rem}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  /*display: block;*/
}

.owl-carousel .owl-controls {
	padding-top: 1rem;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Carousel Bootstrap */
.carousel {
  position: relative;
  margin-bottom: 1.25rem;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 3.125rem;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  text-align: center;
}
.carousel-control span.fa {
	position: relative;
	top: 50%;
	height: 3.125rem;
	margin-top: -1.5625rem;
	display:block;
}
.carousel-control.left {
  left:0;
}
.carousel-control.right {
  right:0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -0.625rem;
}
.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -0.625rem;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 0.625rem;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  z-index: 10;
  padding: 1.25rem;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  background: #333;
  background: rgba(0,0,0,0.6);
  max-width: 60%;
}
.carousel-caption h2 {
  color: #ffcf0c;
  margin-bottom: 0px;
  line-height: 120%;
  font-size: 2rem;
}
.carousel-caption span.carousel-subtitle {
	font-size: 1.5rem;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -1rem;
    font-size: 1.875rem;
  }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -1rem;
  }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -1rem;
  }
  .carousel-caption {
  }
  .carousel-indicators {
    bottom: 1.25rem;
  }
}