.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-two {
  position: relative;
}
.testimonial-block-two .inner-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 40px 50px 45px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(51, 51, 51, 0.0705882353);
}
.testimonial-block-two .author-text {
  font-size: 20px;
  line-height: 36px;
  color: #6a6a6a;
  margin-bottom: 20px;
}
.testimonial-block-two .name {
  margin-bottom: 0px;
}
.testimonial-block-two .job-position {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: uppercase;
}
.testimonial-block-two .icon-quote {
  position: absolute;
  right: 55px;
  bottom: 57px;
  width: 64px;
  height: 46px;
  background-image: url(../../../images/current-theme/quote-icon.png);
  background-repeat: no-repeat;
}
.testimonial-block-two .rating {
  position: absolute;
  right: 0;
  bottom: -17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--theme-color1);
  min-width: 180px;
  font-size: 12px;
  letter-spacing: 0.05em;
  height: 45px;
  border-radius: 10px;
}
.testimonial-block-two .rating .star-rating {
  margin-bottom: 0;
  margin-top: 0;
}
.testimonial-block-two .rating .star-rating span:before {
  color: #fff;
  font-weight: 600;
}