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

.testimonial-block-style1 {
  position: relative;
  padding: 70px 0 0;
}
.testimonial-block-style1 .inner-box {
  position: relative;
  background-color: #fff;
  border-top: 12px solid var(--theme-color1);
  padding: 30px 50px 45px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.testimonial-block-style1 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 138px;
  height: 96px;
  background-color: #f3f3f3;
  border-radius: 0 0 500px 0;
  content: "";
}
.testimonial-block-style1 .image-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 300ms ease;
  padding-left: 140px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .testimonial-block-style1 .image-box {
    flex-direction: column;
  }
}
.testimonial-block-style1 .image-box .image {
  position: absolute;
  left: -10px;
  top: -100px;
  margin-bottom: 0;
  height: 132px;
  width: 132px;
  padding: 12px;
}
.testimonial-block-style1 .image-box .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: var(--theme-color1);
  border-radius: 120px 120px 0 0;
  content: "";
  z-index: -1;
}
.testimonial-block-style1 .image-box .image img {
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.testimonial-block-style1 .testimonial-name {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-block-style1 .testimonial-position {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #6a6a6a;
  font-weight: 400;
}
.testimonial-block-style1 .rating {
  position: relative;
  color: #ffba25;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.testimonial-block-style1 .rating .star-rating span:before {
  color: #ffba25;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .testimonial-block-style1 .rating .star-rating span {
    margin-bottom: 0;
  }
}