@font-face {
    font-family: 'star';
    src: url('../../font/star.eot');
    src: url('../../font/star.eot?#iefix') format('embedded-opentype'),
        url('../../font/star.woff') format('woff'),
        url('../../font/star.ttf') format('truetype'),
        url('../../font/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tfc-testimonial-carousel .owl-carousel .owl-stage-outer {
    margin: -25px;
    padding: 25px;
}

/* style1 */

.tfc-testimonial-carousel .item-testimonial {
    position: relative;
    text-align: center;
}

.tfc-testimonial-carousel .avatar img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.tfc-testimonial-carousel .avatar {
    margin-bottom: 30px;
}

.tfc-testimonial-carousel .icon-quote {
    font-size: 25px;
    color: var(--theme-secondary-color);
}

.tfc-testimonial-carousel .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #535656;
}

.tfc-testimonial-carousel .name {
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: var(--theme-primary-color);
margin-bottom: 1px;
}

.tfc-testimonial-carousel .position {
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #9C9EA6;
}

.tfc-testimonial-carousel .rating {
    margin-bottom: 11px;
}

.tfc-testimonial-carousel.style-1 .description {
    font-style: italic;
    padding: 0 15%;
    margin-bottom: 30px;
}

.tfc-testimonial-carousel.style-1 .icon-absolute .icon-quote {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 190px;
    color: #f8f8f8;
    z-index: -1;
}

/* style 2 */

.tfc-testimonial-carousel.style-2 .avatar img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.tfc-testimonial-carousel.style-2 .content-st2 {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.102);
    border-radius: 3px;
    margin-bottom: 22px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 17px 20px;
    opacity: 0;
    visibility: hidden;
    -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;
}

.tfc-testimonial-carousel.style-2 .content-st2.active  {
    opacity: 1;
    visibility: visible;
}

.tfc-testimonial-carousel.style-2 .description {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    margin-bottom: 21px;
}

.tfc-testimonial-carousel.style-2 .icon-quote {
    font-size: 32px;
    color: var(--theme-secondary-color);
    margin-bottom: 28px;
}

.tfc-testimonial-carousel.style-2 .icon-quote i {
    display: block;
}

.tfc-testimonial-carousel.style-2 .content-st2::after {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%) rotate(-45deg);
}

.tfc-testimonial-carousel-type-group.style-2 .testimonial-star-rating,
.tfc-testimonial-carousel .item .testimonial-star-rating {
    overflow: hidden;
    position: relative;
    line-height: 1;
    font-size: 13px;
    font-family: star;
    margin-bottom: 10px;
    color: var(--theme-secondary-color);
    letter-spacing: 11.2px;
}
.tfc-testimonial-carousel.style-4 .testimonial-star-rating {
    color: var(--theme-secondary-color);
    letter-spacing: 0.2px;
}
.tfc-testimonial-carousel-type-group.style-2 .testimonial-star-rating::before,
.tfc-testimonial-carousel .item .testimonial-star-rating::before {
    content: "\73\73\73\73\73";
}
.tfc-testimonial-carousel-type-group.style-2 .testimonial-star-rating span,
.tfc-testimonial-carousel .item .testimonial-star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.tfc-testimonial-carousel-type-group.style-2 .testimonial-star-rating span::before,
.tfc-testimonial-carousel .item .testimonial-star-rating span:before {
    content: "\53\53\53\53\53";
}

/* style 3 */

.tfc-testimonial-carousel.style-3 .content {
    border: 1px solid #ECECEC;
    padding: 16px 18px;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 61px;
}

.tfc-testimonial-carousel.style-3 .content .icon-quote {
    font-size: 35px;
    color: var(--theme-secondary-color);
    margin-bottom: 14px;
}
.tfc-testimonial-carousel.style-3 .content .description {
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #535656;
}
.tfc-testimonial-carousel.style-3 .avatar img {
    width: 80px;
    height: 80px;
}
.tfc-testimonial-carousel.style-3 .avatar {
    margin-bottom: 21px;
}
.tfc-testimonial-carousel.style-3 .bottom-content {
    margin-top: -42px;
}

/* style 4 */

.tfc-testimonial-carousel.style-4 .description {
    background: #FBF8ED;
    padding: 30px 30px 30px 30px;
    position: relative;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 46px;
}

.tfc-testimonial-carousel.style-4 .description::after {
    content: '';
    width: 29px;
    height: 36px;
    position: absolute;
    left: 31px;
    bottom: -36px;
    background: inherit;
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
}
.tfc-testimonial-carousel.style-4 .avatar img {
    width: 85px;
    height: 85px;
}

.tfc-testimonial-carousel.style-4 .item-testimonial {
    text-align: unset;
}

.tfc-testimonial-carousel.style-4 .avatar {
    margin-bottom: 0;
    margin-right: 15px;
}

.tfc-testimonial-carousel.style-4 .wrap-author {
    display: flex;
    align-items: center;
}

/* style 5 */

.tfc-testimonial-carousel.style-5 .item-testimonial {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.102);
    border-radius: 3px;
    padding: 30px 30px 33px 30px;
    border: 1px solid #ECECEC;
    border-bottom: 3px solid #D1D1D1;
    margin-top: 90px;
}

.tfc-testimonial-carousel.style-5 .icon-quote {
    font-size: 190px;
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    color: #F8F8F8;
}

.tfc-testimonial-carousel.style-5 .description {
    font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #535656;
position: relative;
}

.tfc-testimonial-carousel.style-5 .avatar img {
    width: 140px;
    height: 140px;
}

.tfc-testimonial-carousel.style-5 .avatar {
    margin-bottom: 21px;
}

.tfc-testimonial-carousel.style-5 .wrap-author {
    margin-top: -101px;
    margin-bottom: 35px;
    position: relative;
}

.tfc-testimonial-carousel .owl-carousel .owl-dot {
    position: relative;
}

.tfc-testimonial-carousel.style-5 .owl-carousel .owl-dot.active::after {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #D9C3A9;
    overflow: visible;
    display: inline-flex;
}

/*carousel optiont*/
.tfc-testimonial-carousel .owl-nav .owl-prev,
.tfc-testimonial-carousel .owl-nav .owl-next {
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-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;
}

.tfc-testimonial-carousel .owl-nav .owl-next {
    left: unset;
    right: 0;
}

.tfc-testimonial-carousel .owl-nav .owl-prev:before, 
.tfc-testimonial-carousel .owl-nav .owl-next:before,
.tfc-testimonial-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tfc-testimonial-carousel.no-arrow .owl-nav .owl-prev,
.tfc-testimonial-carousel.no-arrow .owl-nav .owl-next {
    display: none;
}

.tfc-testimonial-carousel.has-arrow .owl-nav .owl-prev,
.tfc-testimonial-carousel.has-arrow .owl-nav .owl-next {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tfc-testimonial-carousel .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tfc-testimonial-carousel .owl-dots .owl-dot {
    padding: 0;
    width: 10px;
    height: 10px;
    background: #0080f0;
    display: inline-block;
    margin: 0 5px;
    -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;
}

.tfc-testimonial-carousel.has-carousel.no-bullets .owl-dots,
.tfc-testimonial-carousel.no-bullets .owl-dots {
    display: none;
}

.tfc-testimonial-carousel.has-carousel.has-bullets .owl-dots {
    display: block;
}

@media (max-width: 1024px) {
    .tfc-testimonial-carousel.style-2 .item .bg-quote,
    .tfc-testimonial-carousel.style-2 .item .bg-quote:before {
        display: none;
    }

    .tfc-testimonial-carousel.style-2 .item .wrap-content {
        padding: 37px 50px 48px 200px;
    }
    .tfc-testimonial-carousel.style-1 .description {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .tfc-testimonial-carousel .item .wrap-author {
        display: block;
    }

    .tfc-testimonial-carousel .item .avatar {
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }

    .tfc-testimonial-carousel .item .name {
        margin-left: 0px;
    }

    .tfc-testimonial-carousel.style-2 .item .wrap-content {
        padding: 60px 30px 60px 30px;
    }

    .tfc-testimonial-carousel.style-2 .item .image-quote {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
        margin-bottom: 20px;
    }

    .owl-carousel .owl-dots {
        width: 100%;
        text-align: center;
    }
    .tfc-testimonial-carousel.style-3 .owl-carousel {    
        padding: 0 0px;
    }
}


@media (max-width: 1025px) {

}

@media (max-width: 767px) {
   
}