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