.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;
}

.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;
}

.tm-sc-testimonials .testimonial-block-style1 {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box:hover .content-box:before {
  background-color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box:hover .content-box:after {
  transform: scale(1);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box:hover .content-box .thumb img {
  transform: scale(1.1);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .thumb {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .thumb img {
  transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .quote-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 58px;
  line-height: 1;
  opacity: 0.1;
}
.tm-sc-testimonials .testimonial-block-style1 .content-box {
  position: relative;
  background-color: #fff;
  padding: 25px 40px 25px 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .content-box {
    padding: 40px 25px 45px;
    background-image: none;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .content-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  background: var(--theme-color2);
  height: 100%;
  content: "";
  transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-style1 .content-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 36px solid var(--theme-color1);
  transition: all 300ms ease;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
}
.tm-sc-testimonials .testimonial-block-style1 .content-box .author-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding-right: 60px;
}
.tm-sc-testimonials .testimonial-block-style1 .rating {
  position: relative;
  font-size: 14px;
  z-index: 2;
  color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style1 .rating .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-style1 .info-box {
  position: relative;
  margin-bottom: 10px;
}
.tm-sc-testimonials .testimonial-block-style1 .info-box .testimonial-name {
  margin-top: 10px;
  margin-bottom: 5px;
}
.tm-sc-testimonials .testimonial-block-style1 .info-box .testimonial-position {
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--font-current-theme2);
}

.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;
}

.tm-sc-testimonials .testimonial-block-style2 {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style2 .testimonial-name {
  color: var(--theme-color2);
  margin-top: 0;
  margin-bottom: 0;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box {
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-left: 3px solid var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 107px;
  height: 44px;
  background-image: url(../../../images/current-theme/icon-line2.png);
  background-repeat: no-repeat;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 40px solid var(--theme-color1);
  transition: all 300ms ease;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:hover:after {
  transform: scale(1);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:hover .image-box .image img {
  transform: scale(1.2);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content-box {
  position: relative;
  padding: 40px 60px 90px 50px;
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box .content-box {
    padding: 20px 20px 60px 20px;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content-box .rating {
  position: relative;
  z-index: 2;
  line-height: 20px;
  color: var(--theme-color1);
  margin-bottom: 10px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content-box .rating .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content-box .testimonial-position {
  display: block;
  font-family: var(--font-current-theme2);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content-box .author-text {
  font-size: 18px;
  margin-bottom: 0;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .image-box {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .image-box .thumb {
  position: absolute;
  bottom: -45px;
  left: 50px;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 90px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .image-box .thumb img {
  border: 5px solid var(--theme-color2);
  transition: all 300ms ease;
}

.tm-carousel-item .testimonial-block-style2 .inner-box {
  box-shadow: none;
}
.tm-carousel-item .testimonial-block-style2 .inner-box .content-box {
  border: 1px solid #f2f2f2;
}

.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;
}

.tm-sc-testimonials .testimonial-block-style3 {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 30px;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box {
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box:before {
  position: absolute;
  right: 190px;
  bottom: 30px;
  height: 80px;
  width: 80px;
  background-image: url(../../../images/current-theme/icon-quote.png);
  background-size: contain;
  z-index: 3;
  pointer-events: none;
  content: "";
}
.tm-sc-testimonials .testimonial-block-style3 .upper-box {
  position: relative;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  padding: 15px 40px 30px;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .upper-box {
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-style3 .upper-box {
    transition: none;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .upper-box .testimonial-name {
  position: relative;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper {
    flex-direction: column;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .text-box {
  position: relative;
  padding: 30px 0 30px 40px;
  max-width: 60%;
  min-height: 215px;
  margin-top: -35px;
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper .text-box {
    max-width: 89%;
    min-height: auto;
    text-align: center;
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper .text-box {
    max-width: 86%;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .text-box::before {
  position: absolute;
  right: -40px;
  top: 0;
  border-bottom: 40px solid #fff;
  border-right: 40px solid transparent;
  content: "";
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .text-box .text {
  font-size: 16px;
  line-height: 30px;
  color: #6c6a72;
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box {
  text-align: center;
}
@media (min-width: 1200px) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box {
    margin-right: 45px;
    margin-top: -40px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px auto 0;
    padding-bottom: 20px;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .thumb {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .thumb {
    transition: none;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .thumb::before {
  position: absolute;
  left: -11px;
  top: -11px;
  height: 137px;
  width: 137px;
  border: 2px solid var(--theme-color3);
  content: "";
  border-radius: 50%;
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .thumb img {
  border: 5px solid #ffffff;
  height: 116px;
  width: 116px;
  border-radius: 50%;
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .rating {
  position: relative;
  margin-bottom: 20px;
  line-height: 20px;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .rating {
    margin-bottom: 30px;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .rating .star-rating {
  font-size: 14px;
  margin: 30px auto 0;
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .rating .star-rating span:before {
  color: #ffba16;
  font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-style3 .content-wrapper .info-box .rating .avg-review {
  display: block;
  font-size: 14px;
  color: #6c6a72;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 10px;
}
.tm-sc-testimonials .testimonial-block-style3:hover .info-box .thumb {
  -webkit-transform: rotate(180degdeg);
  -moz-transform: rotate(180degdeg);
  -ms-transform: rotate(180degdeg);
  transform: rotate(180degdeg);
}

.tm-carousel-item .testimonial-block-style2 .inner-box {
  box-shadow: none;
}
.tm-carousel-item .testimonial-block-style2 .inner-box .content-box {
  border: 1px solid #f2f2f2;
}

.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;
}

.tm-sc-testimonials .testimonial-block-style4 {
  position: relative;
  overflow: hidden;
  padding: 30px 30px;
}
.tm-sc-testimonials .testimonial-block-style4 .inner-box {
  position: relative;
  padding: 40px 50px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.tm-sc-testimonials .testimonial-block-style4 .upper-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.tm-sc-testimonials .testimonial-block-style4 .upper-box .quote-icon {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 0;
  color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style4 .upper-box .rating-box {
  position: relative;
  margin-right: -10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #ff8a00;
}
.tm-sc-testimonials .testimonial-block-style4 .upper-box .rating-box .rating .star-rating span:before {
  color: #ff8a00;
  font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-style4 .upper-box .rating-box .testimonial-title {
  display: block;
  font-size: 16px;
  color: #2e2d2d;
  font-weight: 700;
  margin-bottom: 7px;
}
.tm-sc-testimonials .testimonial-block-style4 .upper-box .rating-box i {
  margin-right: 5px;
}
.tm-sc-testimonials .testimonial-block-style4 .author-text {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #67687a;
  margin-bottom: 28px;
}
.tm-sc-testimonials .testimonial-block-style4 .info-box {
  position: relative;
  padding-left: 85px;
  padding-top: 5px;
}
.tm-sc-testimonials .testimonial-block-style4 .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.tm-sc-testimonials .testimonial-block-style4 .info-box .testimonial-name {
  margin-top: 0;
  margin-bottom: 0;
}
.tm-sc-testimonials .testimonial-block-style4 .info-box .testimonial-position {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #67687a;
  font-weight: 400;
}

.tm-carousel-item .testimonial-block-style2 .inner-box {
  box-shadow: none;
}
.tm-carousel-item .testimonial-block-style2 .inner-box .content-box {
  border: 1px solid #f2f2f2;
}

.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;
}

.tm-sc-testimonials .testimonial-block-style5 {
  position: relative;
  overflow: hidden;
}
.tm-sc-testimonials .testimonial-block-style5 .inner-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.tm-sc-testimonials .testimonial-block-style5 .quote-icon {
  position: relative;
  height: 110px;
  width: 110px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color: #fff;
  margin: 0 auto 50px;
}
.tm-sc-testimonials .testimonial-block-style5 .author-text {
  position: relative;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style5 .author-text {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.tm-sc-testimonials .testimonial-block-style5 .info-box {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style5 .info-box .testimonial-name {
  color: var(--theme-color1);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.tm-sc-testimonials .testimonial-block-style5 .info-box .testimonial-position {
  display: block;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0px;
}

.tm-carousel-item .testimonial-block-style2 .inner-box {
  box-shadow: none;
}
.tm-carousel-item .testimonial-block-style2 .inner-box .content-box {
  border: 1px solid #f2f2f2;
}