/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.testimonial-card {
    background-color: #fff;
    margin-bottom: 25px;
  }
  
  .testimonial-card .ratings {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .testimonial-card .ratings li {
    display: inline-block;
    margin: 0 4px 0 0;
  }
  
  .testimonial-card .ratings li i {
    color: var(--blackFadeOverlay,#000);
    font-size: 16px;
    line-height: 0.8;
  }
  
  .testimonial-card .client-quote {
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .testimonial-card .client-info-wrap .client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }
  
  .testimonial-card .client-info-wrap .client-img img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 20px;
  }
  
  .testimonial-card .client-info-wrap .client-info h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .testimonial-card .client-info-wrap .client-info span {
    font-size: 16px;
    display: block;
    line-height: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .testimonial-card.style1 {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    z-index: 1;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid transparent;
  }
  
  .testimonial-card.style1 .client-info-wrap {
    margin-bottom: 15px;
  }
  
  .testimonial-card.style1 .client-info-wrap .client-img {
    border: 2px solid #070B3B;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .testimonial-card.style1 .ratings {
    margin-bottom: 0;
  }
  
  .testimonial-card.style1:hover .client-info-wrap .client-img {
    border-color: var(--primaryColor,#000);
  }
  
  .testimonial-card.style2 {
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 25px 25px 20px;
  }
  
  .testimonial-card.style2 .quote-info {
    margin-bottom: 18px;
  }
  
  .testimonial-card.style2 .quote-info .ratings {
    width: 110px;
    margin: 0;
  }
  
  .testimonial-card.style2 .quote-info .ratings ul li i {
    font-size: 14px;
  }
  
  .testimonial-card.style2 .quote-info .ratings span {
    font-size: 14px;
    margin-left: 8px;
  }
  
  .testimonial-card.style2 .quote-info .client-info-wrap {
    width: calc(100% -  115px);
  }
  
  .testimonial-card.style2 .quote-info .client-info-wrap .client-img {
    border: 2px solid #252525;
  }
  
  .testimonial-card.style2 .client-quote {
    margin: 0;
  }
  
  .testimonial-card.style2:hover .quote-info .client-info-wrap .client-img {
    border-color: var(--primaryColor,#000);
  }
  
  .testimonial-card.style3 {
    padding: 25px;
    margin: 10px 0 25px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
  
  .testimonial-card.style3 .client-info-wrap .client-img {
    border: 2px solid #070B3B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .testimonial-card.style3:hover .client-info-wrap .client-img {
    border-color: var(--primaryColor,#000);
  }
  
  .service-slider-one .testimonial-card,
  .testimonial-slider-one .testimonial-card {
    margin-bottom: 0;
  }
  
  .service-slider-one.owl-carousel .owl-dots,
  .testimonial-slider-one.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
  }
  
  .service-slider-one.owl-carousel .owl-dots .owl-dot,
  .testimonial-slider-one.owl-carousel .owl-dots .owl-dot {
    position: relative;
    bottom: -5px;
  }
  
  .service-slider-one.owl-carousel .owl-dots .owl-dot span,
  .testimonial-slider-one.owl-carousel .owl-dots .owl-dot span {
    width: 30px;
    height: 7px;
    border-radius: 0;
    opacity: 0.68;
    position: relative;
  }
  
  .service-slider-one.owl-carousel .owl-dots .owl-dot span:after,
  .testimonial-slider-one.owl-carousel .owl-dots .owl-dot span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--primaryColor,#000);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .service-slider-one.owl-carousel .owl-dots .owl-dot.active span,
  .testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
    opacity: 1;
  }
  
  .service-slider-one.owl-carousel .owl-dots .owl-dot.active span:after,
  .testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span:after {
    width: 100%;
  }
  
  .wh-box-slider .testimonial-card,
  .testimonial-slider-two .testimonial-card {
    margin: 5px 0;
  }
  
  .wh-box-slider.owl-carousel .owl-dots,
  .testimonial-slider-two.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
  }
  
  .wh-box-slider.owl-carousel .owl-dots .owl-dot,
  .testimonial-slider-two.owl-carousel .owl-dots .owl-dot {
    position: relative;
    bottom: -5px;
  }
  
  .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next,
  .case-slider-two.owl-carousel .owl-nav button.owl-prev,
  .case-slider-two.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
  .case-slider-two.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }
  
  .hero-slider-one.owl-carousel .owl-nav button.owl-next,
  .case-slider-two.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    right: -55px;
  }