section.testimonials-section {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color, #2d6bce);
}
section.testimonials-section .top-area {
  margin-bottom: 80px;
  position: relative;
}
section.testimonials-section .top-area .title-wrap {
  text-align: center;
  color: var(--testi-heading-color, #fff);
}
section.testimonials-section .top-area .testimonials-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .custom-navigation.testimonials-navigation button:hover {
  border-color: #fff;
}
body .custom-navigation.testimonials-navigation button .left-to-center {
  background-color: #fff;
}
body .custom-navigation.testimonials-navigation button .center-to-left {
  background-color: transparent;
}
body .custom-navigation.testimonials-navigation button .center-to-left path {
  fill: #fff;
}
.home-testimonials-wrapper .owl-stage {
  display: flex;
}
.home-testimonials-wrapper .owl-stage .owl-item {
  height: auto;
}
.home-testimonials-wrapper .testimonial-item.has-thumbnail {
  padding-left: 90px;
}
.home-testimonials-wrapper .testimonial-item.has-thumbnail .inner {
  padding: 40px 30px 40px 100px;
}
.home-testimonials-wrapper .testimonial-item {
  position: relative;
  height: 100%;
}
.home-testimonials-wrapper .testimonial-item .inner {
  background-color: var(--testi-box-color, #1b4ea0);
  padding: 40px 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-testimonials-wrapper .testimonial-item .inner .thumbnail {
  width: 180px;
  height: 180px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--testi-accent-color, #6aa308);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.home-testimonials-wrapper .testimonial-item .inner .thumbnail .image {
  height: 100%;
  width: 100%;
}
.home-testimonials-wrapper .testimonial-item .inner .thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-testimonials-wrapper .testimonial-item .inner .contents-wrap {
  display: flex;
}
.home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon {
  width: 70px;
  padding-top: 8px;
  color: var(--testi-text-color, #fff);
}
.home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon svg {
  width: 100%;
  height: auto;
}
.home-testimonials-wrapper .testimonial-item .inner .contents-wrap .content {
  flex: 1;
  padding-left: 30px;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .testimonial-speech {
  font-size: 21px;
  font-style: italic;
  color: var(--testi-text-color, #fff);
  line-height: 150%;
  font-weight: 400;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .testimonial-speech.disable-italic {
  font-style: normal;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .line {
  width: 50px;
  height: 2px;
  background-color: var(--testi-text-color, #fff);
  display: block;
  margin: 25px 0;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .bottom-line {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .bottom-line
  .title {
  color: var(--testi-accent-color, #6aa308);
  font-size: 27px;
  font-weight: 400;
  line-height: 125%;
  position: relative;
  padding-right: 15px;
  margin: 0;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .bottom-line
  p {
  font-size: 15px;
  font-weight: 400;
  color: var(--testi-text-color, #fff);
  line-height: 150%;
  margin: 0;
}
.home-testimonials-wrapper
  .testimonial-item
  .inner
  .contents-wrap
  .content
  .bottom-line
  .title::before {
  position: absolute;
  content: ',';
  right: 5px;
  color: #fff;
}
.home-testimonials-short-codes {
  position: relative;
}
/* .home-testimonials-short-codes .testimonials-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
  justify-content: space-between;
  display: none;
}
.home-testimonials-short-codes .testimonials-navigation button {
  pointer-events: auto;
  height: 40px;
  width: 40px;
}
.home-testimonials-short-codes .testimonials-navigation button svg {
  width: 24px;
} */
.home-testimonials-wrapper .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 10px;
  margin-top: 40px;
  display: none;
}
.home-testimonials-wrapper .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: none !important;
  outline: none !important;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.home-testimonials-wrapper .owl-dots button.owl-dot.active {
  background-color: var(--secondary-color, #6aa308);
}
section.testimonials-section .top-area .title-wrap .headline {
  margin: 0;
}
@media screen and (max-width: 1540px) {
  section.testimonials-section .top-area {
    margin-bottom: 60px;
  }
  section.testimonials-section .top-area .title-wrap .sub-headline {
    font-size: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon {
    width: 50px;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    p {
    font-size: 16px;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .home-testimonials-wrapper .testimonial-item {
    padding: 0;
  }
  .home-testimonials-wrapper .testimonial-item .inner {
    padding: 50px 30px 60px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .home-testimonials-wrapper .testimonial-item.has-thumbnail .inner {
    padding: 50px 30px 60px;
  }
  .home-testimonials-wrapper .testimonial-item.has-thumbnail {
    padding-left: 0;
  }
  .home-testimonials-wrapper .testimonial-item .inner .thumbnail {
    width: 147px;
    height: 147px;
  }
  /* .home-testimonials-wrapper
    .testimonial-item.has-thumbnail
    .inner
    .contents-wrap {
    padding-bottom: 30px;
  } */
  .home-testimonials-wrapper .testimonial-item .inner .thumbnail {
    top: -24px;
    transform: translateX(-50%);
    left: 50%;
  }
  .home-testimonials-wrapper .testimonial-item {
    margin-top: 60px;
  }
  section.testimonials-section .top-area {
    margin-bottom: 0;
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap {
    flex-wrap: wrap;
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon {
    width: 100%;
    padding: 30px 0 35px;
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon svg {
    width: 46px;
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .content {
    padding: 0;
  }
  .home-testimonials-wrapper .owl-dots {
    display: flex;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    .title {
    width: 100%;
    padding: 0;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    .title::before {
    display: none;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section.testimonials-section .testimonials-navigation.custom-navigation {
    display: none;
  }
  .container {
    padding: 0 16px;
  }
  .home-testimonials-short-codes .testimonials-navigation {
    display: none;
  }
  .home-testimonials-short-codes .home-testimonials-wrapper {
    padding: 0;
  }
  .home-testimonials-wrapper .testimonial-item .inner .thumbnail {
    width: 138px;
    height: 138px;
    top: -35px;
  }
  .home-testimonials-wrapper .testimonial-item .inner {
    padding: 50px 16px 30px !important;
    height: calc(100% - 50px);
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon svg {
    width: 40px;
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .icon {
    padding: 30px 0 15px;
  }
  .home-testimonials-wrapper .testimonial-item .inner .contents-wrap .content {
    text-align: center;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .testimonial-speech {
    font-size: 18px;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .line {
    margin: 20px auto;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    .title {
    font-size: 16px;
    line-height: 131%;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line
    p {
    font-size: 15px;
    padding-top: 10px;
  }
  .home-testimonials-wrapper
    .testimonial-item
    .inner
    .contents-wrap
    .content
    .bottom-line {
    justify-content: center;
  }
  .home-testimonials-wrapper .owl-dots {
    margin-top: 25px;
  }
  section.testimonials-section .top-area .title-wrap {
    text-align: left;
  }
}
