.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;
}

.testimonial-block-three {
  position: relative;
  overflow: hidden;
}
.testimonial-block-three .inner-box {
  position: relative;
  padding-left: 400px;
  min-height: 325px;
  padding-top: 33px;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .inner-box {
    padding-left: 0;
    text-align: center;
    padding-top: 0;
  }
}
.testimonial-block-three .image-box {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .testimonial-block-three .image-box {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
  }
}
.testimonial-block-three .image-box .image img {
  border-radius: 50%;
}
.testimonial-block-three .image-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 110px;
  width: 110px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color: #fff;
}
.testimonial-block-three .author-text {
  position: relative;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .author-text {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.testimonial-block-three .info-box {
  position: relative;
}
.testimonial-block-three .info-box .name {
  color: var(--theme-color1);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.testimonial-block-three .info-box .job-position {
  display: block;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0px;
}