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

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

.tm-sc-testimonials .testimonial-block-style1 {
  padding: 0 15px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box {
  position: relative;
  background: #fff;
  position: relative;
  padding: 35px 68px 45px 110px;
  margin-left: 72px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box {
    margin-left: 0;
    padding-left: 40px;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 290px;
  background-image: url(../../../images/current-theme/border.png);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 89px;
  height: 179px;
  background-image: url(../../../images/current-theme/triangel.png);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .image-box {
  position: absolute;
  top: 41px;
  left: -72px;
  width: 150px;
  height: 150px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .image-box .thumb img {
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .tm-sc-testimonials .testimonial-block-style1 .inner-box .image-box {
    display: none;
  }
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .rating {
  display: flex;
  margin-bottom: 14px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .rating .star-rating span::before {
  color: var(--theme-color1);
  font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .rating li {
  color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .rating li i {
  margin-right: 4px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .author-text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 40px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .auther-info .testimonial-name {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: -8px;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .auther-info .testimonial-position {
  font-size: 14px;
  font-weight: 500;
}
.tm-sc-testimonials .testimonial-block-style1 .inner-box .content-box .auther-info .quote-icon {
  position: absolute;
  bottom: 35px;
  right: 32px;
  font-size: 72px;
  line-height: 1;
  opacity: 0.3;
}

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

.tm-sc-testimonials .testimonial-block-style2 {
  margin-bottom: 62px;
  padding: 0 15px;
}
.tm-sc-testimonials .testimonial-block-style2:hover .inner-box:before {
  filter: grayscale(0);
}
.tm-sc-testimonials .testimonial-block-style2:hover .inner-box .auther-info .thumb {
  border-color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  padding: 52px 50px 73px;
  margin: 10px 0 62px 0px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .quote-icon {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 58px;
  line-height: 1;
  opacity: 0.3;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 246px;
  height: 58px;
  background-image: url(../../../images/current-theme/patten.png);
  filter: grayscale(1);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box::before {
    transition: none;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info {
  position: absolute;
  bottom: -62px;
  left: 50px;
  padding-left: 122px;
  padding-top: 63px;
  margin-top: 27px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .thumb {
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #bbb;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .thumb {
    transition: none;
  }
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .thumb img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .content-box .testimonial-name {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 16px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box .auther-info .content-box .testimonial-position {
  font-size: 14px;
}