.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-style3 {
  position: relative;
  padding: 10px 30px;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box {
  position: relative;
  border: 2px solid #f2f2f2;
  padding: 0 80px 85px;
  margin: 0 auto;
  margin-top: 67px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .inner-box {
    padding: 0 30px 30px;
  }
}
@media (max-width: 991.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .inner-box {
    margin-top: 80px;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -40px;
  width: 206px;
  height: 200px;
  background-image: url(../../../images/current-theme/flowers-4.png);
  background-repeat: no-repeat;
  animation: zoom-two 5s infinite linear;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .inner-box:before {
    opacity: 0.1;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -25px;
  width: 206px;
  height: 200px;
  background-image: url(../../../images/current-theme/flowers-4-2.png);
  background-repeat: no-repeat;
  animation: zoom-two 5s infinite linear;
  animation-delay: 3s;
}
@media (max-width: 1199.98px) {
  .tm-sc-testimonials .testimonial-block-style3 .inner-box:after {
    opacity: 0.1;
  }
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .image-box {
  position: relative;
  margin-top: -78px;
  margin-bottom: 15px;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .image-box .image {
  position: relative;
  display: inline-block;
  box-shadow: 0 21px 10px rgba(4, 4, 4, 0.05);
  width: 180px;
  height: 180px;
  border: 12px solid #fff;
  border-radius: 50%;
  outline: 1px solid #c1c1c1;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .image-box .image img {
  border-radius: 50%;
  transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .content-box {
  position: relative;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .content-box .testimonial-name {
  color: var(--theme-color2);
  margin-top: 0;
  margin-bottom: 0px;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .content-box .testimonial-position {
  display: block;
  color: #282828;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}
.tm-sc-testimonials .testimonial-block-style3 .inner-box .content-box .author-text {
  margin-bottom: 0;
}