.tm-sc-testimonials .testimonial-block-one {
  position: relative;
  padding: 30px;
}
.tm-sc-testimonials .testimonial-block-one .inner-box {
  position: relative;
  background: #ffffff;
  padding: 45px 50px;
  padding-right: 40px;
  border: 4px solid transparent;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-one .inner-box {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-one .inner-box {
    padding: 35px 30px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-one .inner-box {
    text-align: center;
  }
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .author-thumb {
  position: absolute;
  right: -70px;
  top: -84px;
  height: 120px;
  width: 120px;
  border: 4px solid var(--theme-color1);
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-one .inner-box .info-box .author-thumb {
    right: -60px;
    top: -74px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-one .inner-box .info-box .author-thumb {
    position: inherit;
    top: inherit;
    margin: auto;
    right: inherit;
    margin-bottom: 20px;
  }
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .author-thumb::before {
  position: absolute;
  right: -4px;
  bottom: -30px;
  border-top: 26px solid var(--theme-color1);
  border-right: 26px solid transparent;
  content: "";
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-one .inner-box .info-box .author-thumb::before {
    display: none;
  }
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .author-thumb img {
  display: block;
  width: 100%;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .name {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .job-position {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color1);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-one .inner-box .info-box .star-rating {
    display: inline-block;
    margin-bottom: 0;
  }
}
.tm-sc-testimonials .testimonial-block-one .inner-box .info-box .star-rating span:before {
  color: var(--theme-color3);
}
.tm-sc-testimonials .testimonial-block-one .inner-box .author-text {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  color: #898e83;
  font-weight: 400;
  font-style: italic;
  margin-top: 30px;
  z-index: 1;
}
.tm-sc-testimonials .testimonial-block-one .inner-box:after, .tm-sc-testimonials .testimonial-block-one .inner-box:before {
  position: absolute;
  left: -30px;
  top: -30px;
  height: 90px;
  width: 90px;
  background-image: url(../../../../assets/images/current-theme/testi-before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-one .inner-box:after, .tm-sc-testimonials .testimonial-block-one .inner-box:before {
    transition: none;
  }
}
.tm-sc-testimonials .testimonial-block-one .inner-box:after {
  left: auto;
  right: -30px;
  top: auto;
  background-image: url(../../../../assets/images/current-theme/testi-before.png);
  bottom: -30px;
}
.tm-sc-testimonials .testimonial-block-one .inner-box:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  border: 4px solid var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-one .inner-box:hover:before, .tm-sc-testimonials .testimonial-block-one .inner-box:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.testimonial-block-two {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-block-two .inner-box {
  position: relative;
  margin: 1px;
}
.testimonial-block-two .inner-box .content-box {
  position: relative;
  display: block;
  background-color: var(--theme-color2);
  background-image: url(../../../images/current-theme/shape-12.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 55px 60px;
  margin-bottom: 45px;
}
.testimonial-block-two .inner-box .content-box:before {
  position: absolute;
  left: 60px;
  top: 100%;
  border-right: 150px solid transparent;
  border-top: 45px solid var(--theme-color2);
  content: "";
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .content-box:before {
    content: none;
  }
}
.testimonial-block-two .inner-box .content-box .icon-quote {
  position: absolute;
  right: 0;
  top: 0;
  height: 72px;
  width: 72px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--theme-color1);
  background-color: var(--theme-color1);
  background-image: url(../../../images/current-theme/quote-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.testimonial-block-two .inner-box .content-box .star-rating {
  margin-bottom: 20px;
}
.testimonial-block-two .inner-box .content-box .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}
.testimonial-block-two .inner-box .content-box .author-text {
  position: relative;
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 0;
}
.testimonial-block-two .inner-box .info-box {
  position: relative;
  margin-top: -30px;
  margin-left: 160px;
  padding-left: 115px;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box .info-box {
    margin-left: 0;
  }
}
.testimonial-block-two .inner-box .info-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 94px;
  width: 94px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
}
.testimonial-block-two .inner-box .info-box .author-thumb img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block-two .inner-box .info-box .name {
  margin-top: 0;
  margin-bottom: 2px;
}
.testimonial-block-two .inner-box .info-box .job-position {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  color: #808287;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1em;
}

/***

====================================================================
    Testimonial Section Three
====================================================================

***/
.tm-sc-testimonials .testimonial-block-three {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-three .inner-box {
  position: relative;
  background: #ffffff;
  padding: 45px;
  padding-bottom: 40px;
  border: 2px solid #e1e6dc;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-three .inner-box {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box {
    padding: 30px;
  }
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box {
  position: relative;
  padding-left: 130px;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box .info-box {
    padding-left: 0;
    text-align: center;
    padding-top: 0;
  }
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  width: 110px;
  border: 2px solid var(--theme-color1);
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box .info-box .author-thumb {
    position: inherit;
    margin: auto;
    margin-bottom: 20px;
  }
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box .author-thumb img {
  display: block;
  width: 100%;
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box .name {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box .job-position {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color1);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box .info-box .star-rating {
    display: inline-block;
    margin-bottom: 0;
  }
}
.tm-sc-testimonials .testimonial-block-three .inner-box .info-box .star-rating span:before {
  color: var(--theme-color3);
}
.tm-sc-testimonials .testimonial-block-three .inner-box .author-text {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  color: #898e83;
  font-weight: 400;
  font-style: italic;
  margin-top: 30px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box .author-text {
    text-align: center;
    margin-top: 20px;
  }
}
.tm-sc-testimonials .testimonial-block-three .inner-box:before {
  position: absolute;
  left: 0px;
  top: -15px;
  height: 140px;
  width: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 165px;
  content: "";
  transition: all 300ms ease;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-three .inner-box:before {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box:before {
    background-size: 130px;
    left: -25px;
    top: -25px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-three .inner-box:before {
    background-size: 100px;
    left: 50%;
    top: -30px;
    margin-left: -120px;
  }
}
.tm-sc-testimonials .testimonial-block-three .inner-box:after {
  position: absolute;
  right: 25px;
  bottom: 25px;
  height: 103px;
  width: 111px;
  background-image: url(../../../../assets/images/current-theme/quote.png);
  background-position: center;
  content: "";
}
.tm-sc-testimonials .testimonial-block-three .inner-box:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-three .inner-box:hover:before {
  transform: scale(-1) rotate(180deg);
}

.testimonial-block {
  position: relative;
  padding-top: 205px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .testimonial-block {
    text-align: center;
    padding-top: 0;
  }
}
.testimonial-block .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .testimonial-block .icon-box {
    justify-content: center;
    margin-bottom: 0;
  }
}
.testimonial-block .icon-box .icon-quote {
  width: 64px;
  height: 46px;
  background-image: url(../../../../assets/images/current-theme/quote-icon2.png);
}
@media (max-width: 1024px) {
  .testimonial-block .icon-box .icon-quote {
    display: none;
  }
}
.testimonial-block .icon-box .star-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color1);
}
.testimonial-block .icon-box .star-rating span:before {
  color: var(--theme-color1);
}
.testimonial-block .icon-box .star-rating i {
  margin-left: 2px;
}
.testimonial-block .text {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  color: #808287;
  margin-bottom: 25px;
}
.testimonial-block .name {
  margin-bottom: 2px;
}
.testimonial-block .designation {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #808287;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .testimonial-block .content-column {
    order: 2;
  }
}
.testimonial-block .image-column {
  position: relative;
  text-align: right;
}
@media (max-width: 1024px) {
  .testimonial-block .image-column {
    text-align: center;
  }
}
.testimonial-block .image-column .image {
  position: relative;
  display: inline-block;
  margin-top: -165px !important;
  height: 450px;
  width: 450px;
  background-color: #ffffff;
  padding: 35px 35px;
  border-radius: 50%;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  transform: translateX(50px);
  opacity: 0;
}
@media (max-width: 1024px) {
  .testimonial-block .image-column .image {
    margin-top: 0 !important;
    max-width: 315px;
    height: auto;
    padding: 20px;
    margin-bottom: 30px !important;
  }
}

.testimonial-thumbs {
  position: absolute;
  right: 300px;
  top: 35px;
  height: 400px;
  min-width: 185px;
}
@media (max-width: 1024px) {
  .testimonial-thumbs {
    display: none;
  }
}
.testimonial-thumbs .testimonial-thumb {
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.testimonial-thumbs .testimonial-thumb .image {
  position: relative;
  height: 132px;
  width: 132px;
  transition: all 300ms ease;
  border-radius: 50%;
  overflow: hidden;
  padding: 11px;
  border: 6px solid transparent;
}
.testimonial-thumbs .testimonial-thumb .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.testimonial-thumbs .testimonial-thumb.swiper-slide-thumb-active .image {
  background-color: #ffffff;
  padding: 6px;
  border: 6px solid var(--theme-color1);
}
.testimonial-thumbs .testimonial-thumb:nth-child(odd) {
  transform: translateX(50px);
}

.testimonial-content .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.testimonial-content .testimonial-block.swiper-slide-active .image-column .image {
  transform: translate(0);
  opacity: 1;
  transition: all 1000ms ease;
}

.testimonials .testimonial-pagination {
  position: absolute;
  left: 0;
  bottom: 65px;
  max-width: 560px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 9;
}
@media (max-width: 1024px) {
  .testimonials .testimonial-pagination {
    max-width: 100%;
    justify-content: center;
    bottom: 0;
  }
}

.testimonials .testimonial-pagination .swiper-pagination-bullet {
  position: relative;
  height: 3px;
  width: 36px;
  display: block;
  background: #cacbcf;
  margin-left: 10px;
  opacity: 1;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonials .testimonial-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}

.testimonial-content .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.testimonial-content .testimonial-block.swiper-slide-active .image-column .image {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.testimonial-section-five {
  position: relative;
}
.testimonial-section-five .inner-box {
  position: relative;
  padding: 45px 65px 40px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .inner-box {
    padding: 15px;
  }
}
.testimonial-section-five .inner-box:hover .image-box .icon {
  background-color: #fff;
  color: var(--theme-color2);
}
.testimonial-section-five .inner-box:hover .image-box .author-thumb img {
  border-top-right-radius: 0;
}
.testimonial-section-five .inner-box:hover .content-box {
  background-color: var(--theme-color2);
}
.testimonial-section-five .inner-box:hover .content-box .name,
.testimonial-section-five .inner-box:hover .content-box .author-text {
  color: #8c8f94;
}
.testimonial-section-five .image-box {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .image-box {
    position: relative;
    left: 0;
    max-width: 100%;
  }
}
.testimonial-section-five .image-box .icon {
  position: absolute;
  right: 11px;
  bottom: 11px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  transition: all 300ms ease;
}
.testimonial-section-five .image-box .author-thumb {
  position: relative;
  display: block;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .image-box .author-thumb {
    margin-bottom: 0;
  }
}
.testimonial-section-five .image-box .author-thumb:before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 100%;
  width: 100%;
  border-radius: 70px 70px 70px 0;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .image-box .author-thumb:before {
    display: none;
  }
}
.testimonial-section-five .image-box .author-thumb img {
  border-radius: 70px 70px 70px 0;
  transition: all 300ms ease;
  width: 240px;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .image-box .author-thumb img {
    border-radius: 40px 40px 0 0;
    width: 100%;
  }
}
.testimonial-section-five .content-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 35px 40px 35px 50px;
  border-radius: 0 90px 0 90px;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .content-box {
    padding: 30px 30px 40px;
    border-radius: 0 0 0 40px;
  }
}
.testimonial-section-five .content-box:before {
  position: absolute;
  right: -10px;
  top: 10px;
  height: 100%;
  width: 100%;
  border-radius: 0 90px 0 90px;
  background-image: url(../../../images/current-theme/icon-lines-4.png);
  content: "";
  z-index: -1;
}
.testimonial-section-five .content-box .info-box {
  position: relative;
  padding-left: 200px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .content-box .info-box {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.testimonial-section-five .content-box .info-box .star-rating {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .content-box .info-box .star-rating {
    margin: 0 auto 15px;
  }
}
.testimonial-section-five .content-box .info-box .star-rating span:before {
  color: var(--theme-color1);
  margin-bottom: 12px;
}
.testimonial-section-five .content-box .name {
  margin-bottom: 2px;
  transition: all 300ms ease;
}
.testimonial-section-five .content-box .job-position {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  color: #808287;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  transition: all 300ms ease;
}
.testimonial-section-five .content-box .author-text {
  position: relative;
  text-align: right;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .testimonial-section-five .content-box .author-text {
    text-align: center;
  }
}

.testimonial-block-six {
  position: relative;
}
.testimonial-block-six .inner-box {
  position: relative;
}
.testimonial-block-six .inner-box .content-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 35px 40px 55px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.testimonial-block-six .inner-box .content-box .star-rating {
  margin-bottom: 10px;
}
.testimonial-block-six .inner-box .content-box .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}
.testimonial-block-six .inner-box .content-box .text {
  position: relative;
  margin-bottom: 0;
}
.testimonial-block-six .inner-box .info-box {
  position: relative;
  padding: 0 40px;
  margin-top: -33px;
}
.testimonial-block-six .inner-box .info-box .author-thumb {
  position: relative;
  display: block;
  height: 67px;
  width: 67px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ffffff;
  border: 2px solid var(--theme-color1);
  margin-bottom: 5px;
}
.testimonial-block-six .inner-box .info-box .author-thumb img {
  border-radius: 50%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-block-six .inner-box .info-box .author-thumb img {
    transition: none;
  }
}
.testimonial-block-six .inner-box .info-box .name {
  margin-bottom: 0;
}
.testimonial-block-six .inner-box .info-box .job-position {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  color: #808287;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.testimonial-skin-current-style7 {
  position: relative;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-head {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  border-radius: 0;
  position: relative;
}
@media (min-width: 992px) {
  .testimonial-skin-current-style7 .testimonial-inner .testimonial-head {
    padding-left: 110px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-skin-current-style7 .testimonial-inner .testimonial-head {
    padding-top: 95px;
  }
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-head .testimonial-text-holder .author-text {
  color: #7a797e;
  font-size: 1.2rem;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-head .testimonial-text-holder .testimonial-title {
  padding: 15px;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .testimonial-skin-current-style7 .testimonial-inner .testimonial-head .testimonial-text-holder .testimonial-title {
    padding-top: 50px;
    height: 100%;
    writing-mode: vertical-lr;
  }
}
@media (max-width: 991.98px) {
  .testimonial-skin-current-style7 .testimonial-inner .testimonial-head .testimonial-text-holder .testimonial-title {
    padding-left: 40px;
    width: 100%;
  }
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-head:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 80px;
  bottom: -20px;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom {
  margin-top: 35px;
  margin-left: 60px;
}
@media (max-width: 575.98px) {
  .testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom {
    margin-left: 0;
  }
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom .testimonial-image-holder {
  display: flex;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom .testimonial-image-holder .author-thumb {
  margin-right: 15px;
  width: 80px;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom .testimonial-image-holder .author-thumb img {
  border-radius: 50%;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom .testimonial-image-holder .name {
  color: #fff;
  margin-bottom: 0;
}
.testimonial-skin-current-style7 .testimonial-inner .testimonial-bottom .testimonial-image-holder .job-position {
  color: #aaa;
  font-size: 15px;
}

.testimonial-skin-style-all-center {
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style-all-center {
    transition: none;
  }
}
.testimonial-skin-style-all-center .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2;
  font-size: 0.9em;
  width: 5.6em;
}
.testimonial-skin-style-all-center .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.testimonial-skin-style-all-center .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.testimonial-skin-style-all-center .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #f1c40f;
  top: 0;
  position: absolute;
  left: 0;
}
.testimonial-skin-style-all-center .star-rating {
  float: none;
  margin: 0 auto;
  overflow: visible;
}
.testimonial-skin-style-all-center .star-rating span:before {
  color: var(--theme-color1);
}
.testimonial-skin-style-all-center .author-text {
  font-size: 20px;
  margin-bottom: 35px;
}
.testimonial-skin-style-all-center .author-info {
  margin-top: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-skin-style-all-center .author-info {
    margin-bottom: 20px;
  }
}
.testimonial-skin-style-all-center .author-info .name {
  overflow: hidden;
  margin: 0;
  line-height: 32px;
}
@media (max-width: 575.98px) {
  .testimonial-skin-style-all-center .author-info .name {
    float: none;
  }
}
.testimonial-skin-style-all-center .author-info .job-position {
  margin-left: 15px;
  font-size: 14px;
  display: inline;
  color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .testimonial-skin-style-all-center .author-info .job-position {
    margin-bottom: 18px;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
  }
}
.testimonial-skin-style-all-center .author-thumb {
  margin-bottom: 35px;
}
.testimonial-skin-style-all-center .author-thumb img {
  width: 100px;
  border: 6px solid #eee;
}

.testimonial-skin-style1 {
  background-color: #fff;
  border-radius: 4px;
  padding: 70px 50px 50px;
  position: relative;
  z-index: 0;
  border: 1px solid #eee;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .testimonial-skin-style1 {
    margin-bottom: 30px;
  }
}
.testimonial-skin-style1 .author-details .icon {
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 50px;
  top: -30px;
  background: var(--theme-color1);
  z-index: -1;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style1 .author-details .icon {
    transition: none;
  }
}
.testimonial-skin-style1 .author-details .testimonial-footer {
  display: flex;
}
.testimonial-skin-style1 .author-details .testimonial-footer .image-holder .author-thumb img {
  border-radius: 10px;
  max-width: 90px;
  margin-right: 10px;
}
.testimonial-skin-style1 .author-details .testimonial-footer .author-info-holder .name {
  margin: 0;
}
.testimonial-skin-style1 .author-details .testimonial-footer .author-info-holder .job-position {
  color: #6a726d;
  font-size: 18px;
  line-height: 1;
  font-family: var(--font-current-theme1);
}
.testimonial-skin-style1 .text-holder {
  margin-bottom: 30px;
}
.testimonial-skin-style1 .text-holder .author-text {
  font-style: normal !important;
}
.testimonial-skin-style1:hover .author-details .icon {
  background-color: var(--theme-color3);
}
@media (max-width: 991.98px) {
  .testimonial-skin-style1 {
    padding: 50px 30px;
  }
}

.testimonial-skin-style2 {
  padding-bottom: 28px;
}
@media (max-width: 1399px) {
  .testimonial-skin-style2 {
    padding-bottom: 35px;
  }
}
.testimonial-skin-style2 .text-holder {
  background-color: #f9f9f9;
  padding: 40px 52px;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style2 .text-holder {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial-skin-style2 .text-holder {
    padding: 30px 30px;
  }
}
.testimonial-skin-style2 .text-holder:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
  border-width: 120px 120px 0 0;
  bottom: -117px;
  left: 0;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style2 .text-holder:before {
    transition: none;
  }
}
.testimonial-skin-style2 .text-holder:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 120px 120px 0 0;
  bottom: -120px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
  border-color: var(--theme-color1) transparent transparent transparent;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style2 .text-holder:after {
    transition: none;
  }
}
.testimonial-skin-style2 .text-holder .author-text {
  transition: all 0.5s;
  position: relative;
  font-style: normal;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style2 .text-holder .author-text {
    transition: none;
  }
}
.testimonial-skin-style2 .text-holder .author-text:before {
  content: "";
  opacity: 0.4;
  background-image: url(../../../images/current-theme/testimonial-quote-icon.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
}
.testimonial-skin-style2 .text-holder .icon {
  position: absolute;
  bottom: 52px;
  right: 74px;
  z-index: -1;
}
.testimonial-skin-style2 .text-holder .icon .icon-img {
  opacity: 0.8;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style2 .text-holder .icon .icon-img {
    transition: none;
  }
}
.testimonial-skin-style2 .author-details {
  padding-left: 30px;
  padding-top: 24px;
  position: relative;
  z-index: 1;
}
.testimonial-skin-style2 .author-details .image-holder {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-right: 15px;
}
.testimonial-skin-style2 .author-details .author-info-holder {
  padding-top: 12px;
  display: table-cell;
  vertical-align: middle;
}
.testimonial-skin-style2 .author-details .author-info-holder .name {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
}
.testimonial-skin-style2 .author-details .author-info-holder .job-position {
  color: #616870;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-skin-style2:hover .text-holder {
  background: var(--theme-color1);
}
.testimonial-skin-style2:hover .text-holder:before {
  border-color: var(--theme-color1) transparent transparent transparent;
}
.testimonial-skin-style2:hover .text-holder:after {
  border-color: var(--theme-color2) transparent transparent transparent;
}
.testimonial-skin-style2:hover .text-holder .author-text {
  color: var(--text-color-bg-theme-color1);
}
.testimonial-skin-style2:hover .text-holder .author-text:before {
  opacity: 0.2;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style2:hover .text-holder .author-text:before {
    transition: none;
  }
}
.testimonial-skin-style2:hover .text-holder .icon .icon-img {
  opacity: 0.2;
}

@media (max-width: 1699px) {
  .tm-testimonials-carousel .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.testimonial-skin-style3 {
  background: #fafafa;
  padding: 70px 50px 40px 50px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  border: 5px solid #f1f1f1;
  border-radius: 5px;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style3 {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial-skin-style3 {
    padding: 70px 30px 30px 30px;
  }
}
.testimonial-skin-style3 .author-thumb img {
  border-radius: 50%;
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  border: 5px solid var(--theme-color1);
  right: 0;
  margin: 0 auto;
  max-width: 100px;
  transition: all 400ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style3 .author-thumb img {
    transition: none;
  }
}
.testimonial-skin-style3 .author-text {
  margin-bottom: 30px;
  color: #092755;
}
.testimonial-skin-style3 .star-rating {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .testimonial-skin-style3 .author-info {
    margin-bottom: 30px;
  }
}
.testimonial-skin-style3 .author-info .name {
  color: var(--theme-color1);
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial-skin-style3 .author-info .job-position,
.testimonial-skin-style3 .author-info .company-url {
  color: var(--text-color);
  font-size: 16px;
  margin: 0;
}
.testimonial-skin-style3 .author-info .company-url:hover {
  color: #fff;
}
.testimonial-skin-style3:hover {
  border-color: #092755;
}
.testimonial-skin-style3:hover .author-thumb img {
  border-color: #092755;
}

.testimonial-skin-style4 {
  background: #fff;
  margin-top: 45px;
  padding: 50px;
  box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
  position: relative;
}
.testimonial-skin-style4 .testimonial-upper {
  margin-top: -90px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonial-skin-style4 .testimonial-upper {
    display: flex;
    align-items: flex-end;
  }
}
.testimonial-skin-style4 .testimonial-upper .author-thumb {
  display: inline-block;
  border: 10px solid var(--theme-color1);
  max-width: 90px;
}
@media (min-width: 768px) {
  .testimonial-skin-style4 .testimonial-upper .star-rating {
    margin-bottom: 0;
    margin-left: 85px;
  }
}
.testimonial-skin-style4 .testimonial-upper .star-rating span:before {
  color: var(--theme-color1);
}
.testimonial-skin-style4 .author-info {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .testimonial-skin-style4 .author-info {
    display: flex;
    align-items: center;
  }
}
.testimonial-skin-style4 .author-info .name {
  margin: 0;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .testimonial-skin-style4 .author-info .name {
    margin-bottom: 10px;
  }
}
.testimonial-skin-style4 .author-info .job-position {
  font-size: 14px;
  margin-top: 0;
  font-weight: normal;
  color: var(--theme-color1);
}
@media (min-width: 768px) {
  .testimonial-skin-style4 .author-info .job-position {
    margin-left: 15px;
  }
}

.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-text-holder .author-text {
  position: relative;
  font-size: 18px;
  line-height: 34px;
  color: #797f7d;
  font-weight: 500;
  margin-bottom: 25px;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-text-holder .author-text:before {
  left: 0;
  right: 0;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details {
  position: relative;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .name {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #164333;
  line-height: 30px;
  margin: 0;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .job-position {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #797f7d;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .star-rating {
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 48px;
  color: var(--theme-color1);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs {
  min-height: 70px;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
  position: relative;
  width: 78px;
  margin-bottom: 30px;
  margin-right: 5px;
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
    transition: none;
  }
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item img {
  padding: 0;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  content: "";
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: rgba(var(--theme-color1-rgb), 0.3);
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item:before {
    transition: none;
  }
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active {
  width: 78px;
  opacity: 1;
  border: 3px solid var(--theme-color2);
  border-radius: 50%;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active:before {
  opacity: 0;
  background-color: transparent;
}

.tm-sc-testimonials .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2;
  font-size: 0.9em;
  width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tm-sc-testimonials .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #f1c40f;
  top: 0;
  position: absolute;
  left: 0;
}
.tm-sc-testimonials .star-rating {
  float: none;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
  color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
    transition: none;
  }
}
.tm-sc-testimonials .star-rating span:before {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .star-rating span:before {
    transition: none;
  }
}

.owl-carousel .type-testimonials {
  box-shadow: none;
}