@charset "UTF-8";
.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-style2 {
  padding-top: 85px;
}
.testimonial-block-style2 .author-text {
  position: relative;
  font-size: 22px;
}
.testimonial-block-style2 .author-text:before {
  content: "”";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 10rem;
  font-family: "DM Sans";
  color: #fff;
  line-height: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--theme-color1);
}
.testimonial-block-style2 .info-box {
  position: relative;
  margin-top: 45px;
  padding-top: 45px;
  display: flex;
  align-items: center;
  border-top: 1px solid #efeae4;
}
body.tm-dark-layout .testimonial-block-style2 .info-box {
  border-top-color: #302f2f;
}
.testimonial-block-style2 .info-box .author-thumb {
  width: 90px;
  margin-right: 25px;
}
.testimonial-block-style2 .info-box .author-thumb img {
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
}
.testimonial-block-style2 .author-detials .testimonial-name {
  margin-bottom: 0;
  margin-top: 0;
}
.testimonial-block-style2 .author-detials .testimonial-position {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color1);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.testimonial-block-style2:hover .author-text {
  z-index: 1;
  position: relative;
}
.testimonial-block-style2:hover .info-box .author-thumb img {
  position: relative;
  z-index: 1;
}
.testimonial-block-style2:hover .info-box .author-detials .testimonial-name {
  z-index: 1;
  position: relative;
}
.testimonial-block-style2:hover .info-box .author-detials .testimonial-position {
  z-index: 1;
  position: relative;
}