.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;
}
.tm-sc-testimonials .star-rating span:before {
  transition: all 0.3s ease-in-out;
}

.tm-sc-testimonials .testimonial-block-style2 {
  margin-bottom: 62px;
  padding: 0 15px;
}
.tm-sc-testimonials .testimonial-block-style2:hover .inner-box:before {
  filter: grayscale(0);
}
.tm-sc-testimonials .testimonial-block-style2:hover .inner-box .auther-info .thumb {
  border-color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box {
  position: relative;
  background-color: var(--theme-color-white);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  padding: 52px 50px 73px;
  margin: 10px 0 62px 0px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .quote-icon {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 58px;
  line-height: 1;
  opacity: 0.3;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 246px;
  height: 58px;
  background-image: url(../../../images/current-theme/pattern2.png);
  background-repeat: no-repeat;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info {
  position: absolute;
  bottom: -62px;
  left: 50px;
  padding-left: 122px;
  padding-top: 63px;
  margin-top: 27px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .thumb {
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #bbb;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  transition: all 0.3s ease;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .thumb img {
  border-radius: 50%;
  border: 2px solid var(--theme-color-white);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .content-box .testimonial-name {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 16px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .content-box .testimonial-position {
  font-size: 14px;
}