.tf-testimonial-carousel .item {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

.tf-testimonial-carousel.style-1 .avatar {
    flex-shrink: 0;
    margin-right: 32px;
    text-align: center;
}

.tf-testimonial-carousel.style-1 .description {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.23999999463558197px;
}

.tf-testimonial-carousel.style-1 .avatar img {
    width: 128px;
    height: 128px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.tf-testimonial-carousel.style-1 .name {
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.23999999463558197px;
}

.tf-testimonial-carousel.style-1 .position {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #BBBBBB;
}

.tf-testimonial-carousel.style-1 .icon-quote {
    font-size: 36px;
    margin-bottom: 7px;
    margin-top: -32px;
}

/* style 2 */

.tf-testimonial-carousel.style-2 .icon-quote {
    font-size: 36px;
    margin-bottom: 15px;
}

.tf-testimonial-carousel.style-2 .description {
font-family: 'Roboto';
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.23999999463558197px;
margin-bottom: 34px;
}

.tf-testimonial-carousel.style-2 .wrap-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.tf-testimonial-carousel.style-2 .wrap-author {
    display: flex;
    align-items: center;
}

.tf-testimonial-carousel.style-2 .wrap-author .avatar {
    margin-right: 16px;
}

.tf-testimonial-carousel.style-2 .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.23999999463558197px;
}

.tf-testimonial-carousel.style-2 .position {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #686868;
}

.tf-testimonial-carousel.style-2 .item-testimonial {
    border: 0.5px solid #D1D5DB;
    padding: 5px 30px 14px 72px;
    border-radius: 24px;
}

/*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) {
    .portfolio-filter li a, .services-filter li a, .project-filter li a {
        min-width: unset;
    }
}

@media only screen and (max-width: 767px) {
    .tf-testimonial-carousel.style-1 .description {
        font-size: 20px;
    }
    .tf-testimonial-carousel.style-1 .icon-quote {
        margin-top: 0px;
    }
}
