.tf-testimonial-carousel .item {
  
}

.tf-testimonial-carousel .item .wrap-author {
    display: flex;
    align-items: center;
}

.tf-testimonial-carousel .item .avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.tf-testimonial-carousel .item .avatar img {
    width: 100%;
}

.tf-testimonial-carousel .item .position {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #617798;
    
}

.tf-testimonial-carousel .item  .description {
    font-family: 'Manrope';
font-weight: 400;
font-size: 16px;
line-height: 165%;
color: #617798;
background: #FFFFFF;
box-shadow: 0px 10px 60px rgba(92, 40, 202, 0.07);
border-radius: 12px;
padding: 33px 50px 32px 50px;
margin-bottom: 50px;
}

.tf-testimonial-carousel .item  .description span {
    font-family: 'Outfit';
font-weight: 500;
font-size: 18px;
line-height: 150%;
color: #00234B;
margin-bottom: 12px;
display: block;
}

.tf-testimonial-carousel .item  .name {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #00234B;
    margin-bottom: 10px;
}

.tf-testimonial-carousel.style-1 .item .item-testimonial .wrap-author {
    margin-left: 85px;
}

.tf-testimonial-carousel.style-1 .description {
    position: relative;
}

.tf-testimonial-carousel.style-1 .description::after {
    position: absolute;
    content: '';
    left: 65px;
    bottom: -30px;
    width: 60px;
    height: 50px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: #fff;
}

.tf-testimonial-carousel.style-2 .item .item-testimonial {
    margin-left: 0px;
    text-align: center;
    padding: 29px 40px 40px 40px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 12px;
    position: relative;
    margin: 35px 0;
    background: #fff;
    -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.style-2 .item .item-testimonial::after {
    position: absolute;
    bottom: -16px;
    left: 51px;
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid var(--theme-primary-color);
    transform: rotate(44deg);
    border-left: unset !important;
    border-top: unset !important;
}

.tf-testimonial-carousel.style-2 .item .icon-quote {
    width: 75px;
height: 75px;
border-radius: 50%;
background: var(--theme-secondary-color);
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 5px 5px 0 var(--theme-accent-color);
font-size: 40px;
margin-bottom: 23px;
}

.tf-testimonial-carousel.style-2 .item  .description {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 185%;
    color: var(--theme-primary-color);
background: unset;
box-shadow: unset;
border-radius: 0;
padding: unset;
margin-bottom: 20px;
}

.tf-testimonial-carousel.style-2 .item .wrap-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-testimonial-carousel.style-2 .shape1 {
    position: absolute;
    top: 11.5%;
    left: 12.9%;
}

.tf-testimonial-carousel.style-2 .shape2 {
    position: absolute;
    top: 12.5%;
    right: 12.5%;
}

.tf-testimonial-carousel.style-2 .owl-item.active.indexActiveItem .item-testimonial {
    box-shadow: -7px -7px 0 var(--theme-accent-color);
}

.tf-testimonial-carousel.style-2 .owl-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 40px;
height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tf-testimonial-carousel.style-2 .owl-carousel .owl-dots .owl-dot {
    margin: 0 15px;
}

.tf-testimonial-carousel.style-2  .owl-carousel .owl-dots {
    border: 1px solid var(--theme-primary-color);
    padding: 29px 30px;
    display: inline-flex;
    align-items: center;
    background: #FFF4E7;
}

.tf-testimonial-carousel .item .content {
    text-align: left;
}

/*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) {
   
}
