.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-block-one {
position: relative;
padding: 60px 0 0;
}
.testimonial-block-one .inner-box {
position: relative;
background-color: #fff;
border-top: 12px solid var(--theme-color1);
padding: 30px 50px 45px;
margin-bottom: 30px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.testimonial-block-one .inner-box:before {
position: absolute;
left: 0;
top: 0;
width: 138px;
height: 96px;
background-color: #f3f3f3;
border-radius: 0 0 500px 0;
content: "";
}
.testimonial-block-one .image-box {
position: relative;
display: flex;
justify-content: space-between;
transition: all 300ms ease;
padding-left: 140px;
margin-bottom: 25px;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-block-one .image-box {
transition: none;
}
}
@media (max-width: 991.98px) {
.testimonial-block-one .image-box {
flex-direction: column;
}
}
.testimonial-block-one .image-box .image {
position: absolute;
left: -10px;
top: -100px;
margin-bottom: 0;
height: 132px;
width: 132px;
padding: 12px;
}
.testimonial-block-one .image-box .image:before {
position: absolute;
left: 0;
top: 0;
height: 50%;
width: 100%;
background-color: var(--theme-color1);
border-radius: 120px 120px 0 0;
content: "";
z-index: -1;
}
.testimonial-block-one .image-box .image img {
height: 100%;
width: 100%;
border: 5px solid #fff;
border-radius: 50%;
transition: all 300ms ease;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
@media (prefers-reduced-motion: reduce) {
.testimonial-block-one .image-box .image img {
transition: none;
}
}
.testimonial-block-one .name {
margin-top: 0;
margin-bottom: 0;
}
.testimonial-block-one .designation {
position: relative;
display: block;
font-size: 14px;
line-height: 26px;
color: #6a6a6a;
font-weight: 400;
}
.testimonial-block-one .rating {
position: relative;
color: #ffba25;
font-size: 14px;
letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
.testimonial-block-one .rating .star-rating {
margin-bottom: 0;
}
}