.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 .inner-box {
  position: relative;
  z-index: 1;
}
.testimonial-block-style1 .inner-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-bottom-right-radius: 30px;
}
.testimonial-block-style1 .inner-box .image-box .image {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-block-style1 .inner-box .content-box {
  padding: 30px;
  background-color: #fdf6f2;
  mask-image: url(../../../images/current-theme/testimonial-item-mask.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: top left;
  border-radius: 30px;
}
body.tm-dark-layout .testimonial-block-style1 .inner-box .content-box {
  background-color: #1a1a1a;
}
.testimonial-block-style1 .inner-box .content-box .head {
  margin-left: 95px;
  margin-bottom: 40px;
}
.testimonial-block-style1 .inner-box .content-box .head .testimonial-name {
  margin: 0;
}
.testimonial-block-style1 .inner-box .content-box .rating {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: all 300ms ease;
}
.testimonial-block-style1 .inner-box .content-box .rating .star-rating {
  font-size: 18px;
}
.testimonial-block-style1 .inner-box .content-box .rating .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}
.testimonial-block-style1 .inner-box .content-box .rating li {
  position: relative;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}