.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
    transition: none;
  }
}
.tm-sc-testimonials .star-rating span:before {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .star-rating span:before {
    transition: none;
  }
}

.owl-carousel .type-testimonials {
  box-shadow: none;
}

.testimonial-skin-style3 {
  background: #fafafa;
  padding: 70px 50px 40px 50px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  border: 5px solid #f1f1f1;
  border-radius: 5px;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style3 {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .testimonial-skin-style3 {
    padding: 70px 30px 30px 30px;
  }
}
.testimonial-skin-style3 .author-thumb img {
  border-radius: 50%;
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  border: 5px solid var(--theme-color1);
  right: 0;
  margin: 0 auto;
  max-width: 100px;
  transition: all 400ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-skin-style3 .author-thumb img {
    transition: none;
  }
}
.testimonial-skin-style3 .author-text {
  margin-bottom: 30px;
  color: #092755;
}
.testimonial-skin-style3 .star-rating {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .testimonial-skin-style3 .author-info {
    margin-bottom: 30px;
  }
}
.testimonial-skin-style3 .author-info .name {
  color: var(--theme-color1);
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial-skin-style3 .author-info .job-position,
.testimonial-skin-style3 .author-info .company-url {
  color: var(--text-color);
  font-size: 16px;
  margin: 0;
}
.testimonial-skin-style3 .author-info .company-url:hover {
  color: #fff;
}
.testimonial-skin-style3:hover {
  border-color: #092755;
}
.testimonial-skin-style3:hover .author-thumb img {
  border-color: #092755;
}