.tm-sc-testimonials .star-rating {
  float: left;
  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: right;
  top: 0;
  right: 0;
  position: absolute;
}
.tm-sc-testimonials .star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 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;
  right: 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 {
  position: relative;
  padding-top: 40px;
}
.testimonial-block-style1:hover .founder-info .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-block-style1:hover .inner-box .icon-box {
  background-color: var(--theme-color3);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.testimonial-block-style1 .inner-box {
  background-color: #f3f4f7;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 65px 30px 54px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style1 .inner-box {
    padding: 55px 20px 35px;
  }
}
.testimonial-block-style1 .inner-box:before {
  background-color: #f3f4f7;
  content: "";
  position: absolute;
  width: 67px;
  height: 45px;
  bottom: -45px;
  right: 66px;
  clip-path: polygon(0% 0, 100% 0, 0 100%, 0 100%);
}
@media (max-width: 575.98px) {
  .testimonial-block-style1 .inner-box:before {
    width: 48px;
    height: 36px;
    bottom: -36px;
  }
}
.testimonial-block-style1 .inner-box:after {
  content: "";
  position: absolute;
  border: 1px solid var(--theme-color1);
  right: 33px;
  left: 33px;
  top: -9px;
  bottom: 50px;
  z-index: -1;
}
.testimonial-block-style1 .inner-box .icon-box {
  background-color: var(--theme-color1);
  position: relative;
  width: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: calc(50% - 30px);
  top: -30px;
  transition: all 300ms ease;
}
.testimonial-block-style1 .inner-box .icon-box .icon {
  position: relative;
  color: var(--theme-color-white);
  right: 0;
  top: 0;
  object-fit: cover;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 44px;
  transition: all 300ms ease;
}
.testimonial-block-style1 .inner-box .testimonial-title {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-block-style1 .inner-box .star-rating {
  margin-bottom: 0;
}
.testimonial-block-style1 .inner-box .star-rating span:before {
  color: #f9b524;
  font-weight: 600;
}
.testimonial-block-style1 .inner-box .author-text {
  color: #393939;
  font-size: 18px;
  margin-top: 15px;
}
.testimonial-block-style1 .founder-info {
  display: flex;
  align-items: center;
  margin-top: 54px;
  margin-right: 38px;
}
.testimonial-block-style1 .founder-info .image {
  border-radius: 50%;
  margin-bottom: 0;
  margin-left: 15px;
  overflow: hidden;
}
.testimonial-block-style1 .founder-info .image img {
  border-radius: 50%;
  max-width: 72px;
  transition: all 300ms ease;
}
.testimonial-block-style1 .founder-info .content {
  line-height: 1;
}
.testimonial-block-style1 .founder-info .testimonial-name {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.testimonial-block-style1 .founder-info .testimonial-position {
  color: var(--theme-color1);
  font-size: 14px;
}
.testimonial-block-style1 .icon-quote {
  width: 43px;
  height: 31px;
  background-image: url(../../../images/current-theme/icon-quote.png);
}