.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 .inner-box {
  position: relative;
  background-color: var(--theme-color-white);
  padding: 80px 50px 112px 45px;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box {
    padding: 50px 20px;
  }
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box {
    padding: 20px;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:hover .thumb img {
  transform: scale(1.1);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:hover .content .image-box .icon {
  background-color: var(--theme-color2);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content {
  position: relative;
  padding-left: 250px;
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box .content {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  height: 192px;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body.tm-dark-layout .tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box {
  border-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 150px;
    width: 150px;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 133px;
  width: 133px;
  border: 1px solid #ebebeb;
  content: "";
  margin: auto;
  border-radius: 50%;
  animation: zoom-two 3s infinite linear;
}
body.tm-dark-layout .tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box:before {
  border-color: var(--theme-color-light);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box .icon {
  position: absolute;
  top: -94px;
  right: -72px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 35px;
  transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box .icon {
    display: none;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box .thumb {
  position: relative;
  margin-bottom: 0;
  height: 86px;
  width: 86px;
  border-radius: 50%;
  overflow: hidden;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .image-box .thumb img {
  border-radius: 50%;
  transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .author-text {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #393939;
}
body.tm-dark-layout .tm-sc-testimonials .testimonial-block-style2 .inner-box .content .author-text {
  color: #fff;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .testimonial-name {
  margin-bottom: 0;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .content .testimonial-position {
  color: var(--theme-color1);
}