.testimonial-sec {
  background-color: var(--color_primary_blue);
  padding: 80px 0;
}
.testimonial-sec.with_bg_img {
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.testimonial-sec_mob_bg.with_bg_img {
  background-size: 0;
}
.testimonial-sec-inner .top_sec {
  margin-bottom: 60px;
}
.testimonial-sec-inner .top_sec .sub_heading {
  color: var(--color_primary_grey_light_3);
  font-family: var(--font_ProximaNova_ExtraBold);
  font-size: 15px;
  line-height: 0.9;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.testimonial-sec-inner .top_sec .heading {
  color: var(--color_primary_grey_light_3);
  margin-bottom: 0;
}
.testimonial-sec-inner .top_sec .tagline {
  color: var(--color_primary_grey_light_3);
  font-family: var(--font_ProximaNova_Regular);
  font-size: 22px;
  line-height: 1.33;
  margin-top: 12px;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner {
  row-gap: 40px;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-image-inner {
  position: relative;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-image-inner::after {
  content: "";
  display: block;
  padding-bottom: 84.85%;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-image-inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .quote-icon {
  margin-bottom: 12px;
  display: flex;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text {
  margin-bottom: 12px;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text * {
  color: var(--color_white);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text p {
  font-family: var(--font_ProximaNova_Medium);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text ul li::before {
  background-color: var(--color_white);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text ol li::before {
  color: var(--color_white);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text blockquote {
  border-color: var(--color_white);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text a {
  color: var(--color_white);
  text-decoration: underline;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text a:hover {
  text-decoration: none;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .author-name {
  color: var(--color_white);
  font-family: var(--font_ProximaNova_Bold);
  line-height: 1;
  margin-bottom: 4px;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .designation {
  line-height: 1;
  color: var(--color_white);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .designation b, 
.testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner .designation strong {
  font-family: var(--font_ProximaNova_Bold);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-arrows {
  margin-top: 40px;
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: center;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-arrows .slider-arrow {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: var(--color_white);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-arrows .slider-arrow:hover {
  color: var(--color_primary_black);
}
.testimonial-sec-inner .testimonials-list-main .testimonials-arrows .slider-arrow .disbled {
  cursor: auto;
  pointer-events: none;
}
.testimonial-sec-inner .testimonials-list-main .testimonials-arrows .testimonials-counter {
  font-family: var(--font_ProximaNova_Bold);
  color: var(--color_white);
  font-size: 13px;
  line-height: 1;
}
.testimonial-sec-inner.bg_type_image .top_sec {
  margin-bottom: 40px;
}
.testimonial-sec-inner.bg_type_image .top_sec .sub_heading {
  color: var(--color_primary_grey_2);
}
.testimonial-sec-inner.bg_type_image .top_sec .heading {
  color: var(--color_primary_blue);
}
.testimonial-sec-inner.bg_type_image .top_sec .tagline {
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text * {
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text ul li::before {
  background-color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text ol li::before {
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text blockquote {
  border-color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text a {
  color: var(--color_primary_blue);
  text-decoration: underline;
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .testimonial-text a:hover {
  text-decoration: none;
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .author-name {
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .designation {
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .designation b, .testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-list-item-inner-content-inner .designation strong {
  color: var(--color_primary_blue);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-arrows .slider-arrow {
  color: var(--color_primary_blue);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-arrows .slider-arrow:hover {
  color: var(--color_primary_black);
}
.testimonial-sec-inner.bg_type_image .testimonials-list-main .testimonials-arrows .testimonials-counter {
  color: var(--color_primary_grey);
}

@media (min-width: 992px) {
  .testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-content-inner {
    padding-left: 12px;
  }
  .testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner-image-inner {
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  .testimonial-sec {
    padding: 60px 0;
  }
  .testimonial-sec-inner .top_sec {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-sec {
    padding: 40px 0;
  }
  .testimonial-sec-inner.bg_type_image .top_sec {
    margin-bottom: 24px;
  }
  .testimonial-sec-inner .testimonials-list-main .testimonials-arrows {
    justify-content: start;
    margin-top: 24px;
  }
  .testimonial-sec-inner .testimonials-list-main .testimonials-list-item-inner {
    row-gap: 24px;
  }
  .testimonial-sec.with_bg_img {
    background-size: 0;
  }
  .testimonial-sec_mob_bg.with_bg_img {
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
  }
  .testimonial-sec-inner .top_sec {
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .testimonial-sec {
    padding: 0;
  }
  .testimonial-sec .top_sec {
    padding-left: 12px;
    padding-right: 12px;
  }
  .testimonial-sec .site_container {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-sec .testimonials-list-item-inner-content {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-sec .testimonials-arrows {
    margin-left: 12px;
  }
}