/*** 
 
 ====================================================================
         Testimonials One Section
 ====================================================================
 
 ***/
 .hactora-testimonials.testimonials-one-section.two {
  position: relative;
  display: block;
  padding: 100px 0 120px;
  background-color: #0e0e0d;
  background-size: cover;
}
.hactora-testimonials.testimonials-one-section.two .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora-testimonials.testimonials-one-section.two .thm-section-title h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.hactora-testimonials.testimonials-one-section.two .section_title-subheading {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hactora-testimonials.testimonials-one-section.two .sub-title-shape-left:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  display: inline-block;
  margin-right: 12px;
}
.hactora-testimonials.testimonials-one-section.two .owl-stage {
  display: flex;
}
.hactora-testimonials.testimonials-one-section.two .testimonials-one-single {
  height: 100%;
  background-color: rgb(24 31 41);
}
.hactora-testimonials.testimonials-one-section.two
  .testimonials-one-single
  .client-info
  .client-content
  h3 {
  color: #ffffff;
}
.hactora-testimonials.testimonials-one-section.two .testimonials-one-single .text-box p {
  color: rgb(255 255 255 / 80%);
}
.hactora-testimonials.testimonials-one-section.two .testimonials-one-single .testimonials-quote i {
  color: #242b36;
}
.hactora-testimonials.testimonials-one-section.two
  .testimonials-one-carousel.owl-carousel
  .owl-dots
  .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid var(--color-primary);
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.hactora-testimonials.testimonials-one-section.two
  .testimonials-one-carousel.owl-carousel
  .owl-dot.active {
  background: var(--color-primary);
}

.testimonials-one-carousel {
}
.hactora-testimonials .testimonials-one-single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 44px 18px;
  border-radius: 15px;
}
.hactora-testimonials .testimonials-one-single .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.hactora-testimonials .testimonials-one-single .client-info .client-img {
  width: 70px;
}
.hactora-testimonials .testimonials-one-single .client-info .client-img img {
}
.hactora-testimonials .testimonials-one-single .client-info .client-content {
  margin-left: 20px;
}
.hactora-testimonials .testimonials-one-single .client-info .client-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.hactora-testimonials .testimonials-one-single .client-info .client-content h6 {
  font-size: 15px;
  color: var(--color-primary);
  line-height: 25px;
  font-weight: 700;
  font-family: var(--title-font-family);
}
.hactora-testimonials .testimonials-one-single .text-box {
}
.hactora-testimonials .testimonials-one-single .text-box p {
  /* height: 142px; */
  font-size: 16px;
  color: #9e9e9e;
  margin: 0;
  line-height: 28px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:7;
  -webkit-box-orient:vertical;
}
.hactora-testimonials .testimonials-one-single .testimonials-quote {
  position: absolute;
  bottom: 22px;
  right: 30px;
  z-index: 0;
}
.hactora-testimonials .testimonials-one-single .testimonials-quote i {
  font-size: 50px;
  color: #f4f4f4;
}

.hactora-testimonials .testimonials-one-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.hactora-testimonials .testimonials-one-carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid var(--color-primary);
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.hactora-testimonials .testimonials-one-carousel.owl-carousel .owl-dot.active {
  background: var(--color-primary);
}

.hactora-testimonials .testimonials-one-carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hactora-testimonials .testimonials-one-single .client-info .client-content h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .hactora-testimonials .testimonials-one-single .client-info .client-content h3 {
    font-size: 16px;
  }
}