

.tf-testimonial-carousel .item .wrap-author {
    
}

.tf-testimonial-carousel .item .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.tf-testimonial-carousel .item .avatar img {
    width: 100%;
}

.tf-testimonial-carousel .item .avatar .icon-quote {
 
}

.tf-testimonial-carousel .item .avatar img {
}

.tf-testimonial-carousel .item .position {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #9AA5B3;
}

.tf-testimonial-carousel .item  .description {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #9AA5B3;
    margin-bottom: 13px;
}

.tf-testimonial-carousel .item  .name {
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--theme-primary-color);
}

.tf-testimonial-carousel .item .item-testimonial .wrap-author {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.tf-testimonial-carousel.style-1 .bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tf-testimonial-carousel.style-1 .bottom-content .signature {
    
}

.tf-testimonial-carousel.style-1 .bottom-content .icon-quote {
    font-size: 31px;
    color: var(--theme-secondary-color);
}

.tf-testimonial-carousel .item .item-testimonial {
    background: #FFFFFF;
border: 1px solid #EEEEEE;
border-radius: 12px;
padding: 49px 30px 26px 30px;
}

.tf-testimonial-carousel .item .content {
  
}

.tf-testimonial-carousel.style-2 .testimonial-star-rating {

}

.tf-testimonial-carousel.style-2 .testimonial-star-rating::before {
    content: "\73\73\73\73\73";
}

.tf-testimonial-carousel.style-2 .testimonial-star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.tf-testimonial-carousel.style-2 .testimonial-star-rating span:before {
    content: "\53\53\53\53\53";
}

.tf-testimonial-carousel.style-2 .item .item-testimonial {
  box-shadow: 0 5px 13px rgb(0 0 0 / 8%);
  padding: 41px 20px 40px 42px;
}

.tf-testimonial-carousel.style-2 .item .description {
    margin-top: 11px;
    margin-left: 0px;
    margin-bottom: 16px;
}

.tf-testimonial-carousel.style-2 .item .item-testimonial .wrap-author {
    margin-top: 0px;
}

.tf-testimonial-carousel.style-2 .item .content {
    text-align: left;
    background: unset;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
}

.tf-testimonial-carousel.style-2 .item .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: unset;
    position: relative;
    margin-right: 18px;
}

.tf-testimonial-carousel.style-2 .owl-carousel .owl-stage-outer {
    padding: 20px;
    margin: -20px;
}

.tf-testimonial-carousel.style-2 .item .name {
    font-family: 'Arimo';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: -1px;
}

/*carousel optiont*/
.tf-testimonial-carousel .owl-nav .owl-prev,
.tf-testimonial-carousel .owl-nav .owl-next {
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-testimonial-carousel .owl-nav .owl-prev::after,
.tf-testimonial-carousel .owl-nav .owl-next::after,
.tf-testimonial-carousel .owl-dots .owl-dot::after,
.tf-testimonial-carousel .owl-nav .owl-prev:before,
.tf-testimonial-carousel .owl-nav .owl-next:before,
.tf-testimonial-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-testimonial-carousel.no-arrow .owl-nav .owl-prev,
.tf-testimonial-carousel.no-arrow .owl-nav .owl-next {
    display: none;
}

.tf-testimonial-carousel.has-arrow .owl-nav .owl-prev,
.tf-testimonial-carousel.has-arrow .owl-nav .owl-next {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tf-testimonial-carousel .owl-dots {
    display: inline-block;
    position: absolute;
}

.tf-testimonial-carousel.has-carousel.no-bullets .owl-dots,
.tf-testimonial-carousel.no-bullets .owl-dots {
    display: none;
}

.tf-testimonial-carousel.has-carousel.has-bullets .owl-dots {
    display: block;
}

@media only screen and (max-width: 991px) {

}
