.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #fda729 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.home-slider {
  position: relative;
  /*height: 700px;*/
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 620px;
  position: relative;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item > .container {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: black;
  opacity: .4;
}

@media (max-width: 992px){
    .owl-carousel.home-slider .slider-item .overlay {
      width: 100%;
      opacity: .7;
    }
}

/*@media (min-width: 768px) {*/
/*  .owl-carousel.home-slider .slider-item .overlay {*/
/*    width: 50%;*/
/*  }*/
/*}*/

.owl-carousel.home-slider .slider-item .slider-text {
  /*height: 700px;*/
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    text-align: center;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
  color: #fff;
  font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 49px;
  color: #fda729;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
  display: block;
  color: #fff;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 30px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .hero-cta-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  margin: 0;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .slider-item > .container {
    min-height: 520px;
    padding-bottom: 90px;
    /* clear the top gear + financing badge so the heading isn't overlapped */
    padding-top: 30px;
  }
  .owl-carousel.home-slider .slider-item .hero-cta-bottom {
    bottom: 45px;
  }
  .owl-carousel.home-slider .slider-item .hero-dealer-logos {
    justify-content: center;
  }
}

.owl-carousel.home-slider .slider-item .hero-cta-bottom .brand-btn {
  position: relative;
  z-index: 2;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.counter-value {
    font-size: 45px;
    font-weight: bold;
}

.counter-item h3 {
    text-transform: uppercase;
}

.header-title {
    font-size: 45px;
}

.white-font {
    color: white;
}
.brand-font {
    color: #EE8B32;
}

@media (max-width: 767px){
    .service-item {
        background: rgba(0,0,0,0.5);
    padding: 20px;
    }
}

.service-icon img{
    width: 150px;
}

.service-text h3 {
    color: #EE8B32;
    font-size: 30px;
}

.service-text p {
    font-size: 22px;
    color: white;
}

@media (min-width: 992px){

.promo-item {
    height: 475px;
}

.promo-item.left2 h2 {
    padding-top: 100px;
}

}

.promo-item.left2 {
    background-image: url(/wp-content/uploads/hhac/bg_promo-01.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.promo-item.left2 h2 {
    color: white;
    text-shadow: 2px 2px black;
}

.promo-item.right2 p,
.promo-item.right2 h3{
    color: white;
}

.promo-item.right2 i {
    margin-right: 10px;
}

.promo-item.right2 p {
    font-size: 19px;
}


.testimony-wrap .quote i {
    font-size: 44px;
    color: white;
}

.testimonial-left-content img {
    height: 100px;
    width: 100px;
}

.testimonial-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

@media (min-width: 991px){
    .testimonial-left-content {
        height: 155px;
    }
}

.testimonial-left-content:nth-child(1) {
    background: rgba(242,242,242,0.8);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.testimonial-left-content:nth-child(2) {
    background: rgba(238,139,51, 0.8);
}

.testimonial-left-content:nth-child(3) {
    background: rgba(130,213,243,0.8);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.testimonial-left-content .text{
    margin-left: 20px;
}

.testimonial-left-content .text h3{
    color: var(--brand-color-blue);
}

.testi-right-padding .testimonial-headers p{
    margin-bottom: 50px;
}

@media (min-width: 991px) {
    .testi-right-padding {
        padding-left: 4em;
    }
}

.carousel-testimony .item {
   background: rgba(0,0,0,0.7);
    padding: 10px;
}

.item .text p{
    font-size: 17px;
    color: white;
}

.item .testimony-wrap .name {
    color: #82D5F2;
    margin-bottom: 10px;
}

.carousel-testimony {
    padding-left: 20px;
    padding-right: 20px;
}

/* Hero financing badge — top-right of each slide */
.owl-carousel.home-slider .slider-item .hero-financing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  /* fluid: ~320px on desktop, shrinks to ~150px floor on phones */
  width: clamp(150px, 38vw, 320px);
  height: auto;
  z-index: 5;
}
/* Below 990px the mobile hamburger (.navicon: top 10px, height 45px, z-index 100)
   occupies the top-right corner — drop the badge below it so it isn't hidden. */
@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .hero-financing-badge {
    top: 64px;
    right: 12px;
  }
}
