@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;

    cursor: -webkit-grab;

}

.no-padding .tfc-testimonial-carousel .owl-carousel .owl-stage-outer {
    margin: 0px;

    padding: 0px;
}



/* style1 */



.tfc-testimonial-carousel.style-1 .item-testimonial {

    display: flex;

}

.tfc-testimonial-carousel.style-1 .item-testimonial .avatar {

    max-width: 270px;

    margin-right: 100px;

    width: 100%;

}
.tfc-testimonial-carousel.style-1 .item-testimonial .avatar img{

    height: 100%;
    object-fit: cover;

}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.tfc-testimonial-carousel.style-1 .owl-item.active .item-testimonial .description {
    -webkit-animation: fadeInUp2 1s;
    animation: fadeInUp2 1s;
}

.tfc-testimonial-carousel.style-1 .item-testimonial .content {

    width: 100%;

}

.tfc-testimonial-carousel.style-1 .item-testimonial .icon-quote {
    font-size: 45px;
    position: relative;
    color: var(--theme-primary-color);
    padding-left: 30px;
    margin-top: 24px;
}

.tfc-testimonial-carousel.style-1 .item-testimonial .icon-quote::before {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    content: '';
    background-color: #FFCD4C;
    left: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.tfc-testimonial-carousel.style-1 .item-testimonial .icon-quote i {
    position: relative;
    z-index: 2;
}



.tfc-testimonial-carousel.style-1 .item-testimonial .description {

    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: var(--theme-primary-color);
    font-family: 'Manrope';

}

.tfc-testimonial-carousel.style-1 .description {

    margin-bottom: 30px;
    margin-top: 50px;

}



.tfc-testimonial-carousel.style-1 .item-testimonial .name {

    font-weight: 700;
    font-size: 20px;
    line-height: 27.32px;
    color: var(--theme-primary-color);
    font-family: 'Manrope';
    margin-bottom: 5px;

}



.tfc-testimonial-carousel.style-1 .item-testimonial .position {

    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    font-family: 'Public Sans';

}



.tfc-testimonial-carousel.style-1 .item-testimonial .rating {

    margin-bottom: 5px;

}



/* style 2 */



.tfc-testimonial-carousel.style-2 .item-testimonial {
    padding: 40px 50px 35px 50px;
    border-radius: 10px;
    background: #fff;
}

.tfc-testimonial-carousel.style-2 .item-testimonial .info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(27, 57, 66, 0.1);
}

.tfc-testimonial-carousel.style-2 .item-testimonial .info-top .author-wrap {
    display: flex;
    align-items: center;
}



.tfc-testimonial-carousel.style-2 .item-testimonial .avatar {

    width: 65px;

    height: 65px;

    border-radius: 100%;

    overflow: hidden;

    margin: 0px;

    margin-right: 25px;

}

.tfc-testimonial-carousel.style-2 .item-testimonial .image .avatar img {

    border-radius: 100%;

    overflow: hidden;

}

.tfc-testimonial-carousel.style-2 .item-testimonial .description {

    font-weight: 700;

    font-size: 20px;

    line-height: 35px;

    font-family: 'Manrope';


    color: var(--theme-primary-color);

}

.tfc-testimonial-carousel.style-2 .description {

    margin-top: 35px;

}

.tfc-testimonial-carousel.style-2 .item-testimonial .name {

    font-weight: 700;
    font-size: 18px;
    line-height: 24.59px;
    font-family: 'Manrope';
    color: var(--theme-primary-color);
    margin-bottom: 8px;

}

.tfc-testimonial-carousel.style-2 .item-testimonial .position {

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Public Sans';
    color: #555555;

}



.tfc-testimonial-carousel.style-2 .item-testimonial .rating {

    margin-top: 5px;

}

.tfc-testimonial-carousel.style-2 .item-testimonial .icon-quote {
    font-size: 65px;
    color: #1B3942;
    padding-right: 25px;
    position: relative;
    z-index: 0;
}

.tfc-testimonial-carousel.style-2 .item-testimonial .icon-quote::before {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(249, 214, 124, 0), rgba(249, 214, 124, 1));
    right: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}



.tfc-testimonial-carousel .item .testimonial-star-rating {

    overflow: hidden;

    position: relative;

    line-height: 1;

    font-size: 16px;

    font-family: star;

    color: var(--theme-primary-color);

    letter-spacing: 3px;



}




.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 .item-testimonial {

    border-radius: 10px;
    background-color: #F6F7F6;
    padding: 22px 50px 0px 59px;
    border: 1px solid rgba(22, 56, 56, 0.1);
    gap: 22px;
    display: flex;

}

.tfc-testimonial-carousel.style-3 .content .rating {

    margin-bottom: 19px;

}



.tfc-testimonial-carousel.style-3 .content .icon-quote {

    font-size: 62px;

    color: #1B3942;

    margin-bottom: 53px;

    margin-top: 57px;

    position: relative;

    z-index: 0;

}

.tfc-testimonial-carousel.style-3 .item-testimonial .icon-quote::before {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(27,57,66, 0), rgba(27,57,66, 0.2));
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}



.tfc-testimonial-carousel.style-3 .content .description {

    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #1B3942;
    font-family: 'Manrope';
    margin-bottom: 30px;

}

.tfc-testimonial-carousel.style-3 .content .name {

    font-weight: 700;
    font-size: 18px;
    line-height: 24.59px;
    color: #1B3942;
    font-family: 'Manrope';
    margin-bottom: 8px;



}

.tfc-testimonial-carousel.style-3 .content .position {

    font-family: 'Public Sans';

    font-weight: 400;

    font-size: 14px;

    line-height: 16px;

    color: #555555;

}

.tfc-testimonial-carousel.style-3 .testimonial-image {

    max-width: 285px;
    flex-shrink: 0;
}
.tfc-testimonial-carousel.style-3 .testimonial-image .avatar {
    position: relative;
    z-index: 1;
}
  
.tfc-testimonial-carousel.style-3 .testimonial-image .avatar::before {

    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    content: '';
    right: -20px;
    top: 18%;
    background: linear-gradient(180deg, rgba( 22,56,56, 0.1), rgba( 22,56,56, 0));
    z-index: 0;
}



/* style 4 */



.tfc-testimonial-carousel.style-4 .item-testimonial {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 30px 30px 18px 30px;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .testimonial-top {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    margin-bottom: 16px;
}
.tfc-testimonial-carousel.style-4 .description {

    font-weight: 400;

    font-size: 16px;

    line-height: 30px;

    color: #121212;


    font-family: 'Public Sans';

}

.tfc-testimonial-carousel.style-4 .testimonial-bottom .content {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.tfc-testimonial-carousel.style-4 .testimonial-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tfc-testimonial-carousel.style-4 .avatar img {
    border-radius: 100%;

}

.tfc-testimonial-carousel.style-4 .avatar {

    margin-left: 20px;
    margin-right: 30px;
    max-width: 100px;
    height: 100px;
    flex-shrink: 0;
    position: relative;

}
.tfc-testimonial-carousel.style-4 .icon-quote {
    font-size: 35px;
    position: absolute;
    top: 0;
    right: -10px;
    color: #1C5540;
}

.tfc-testimonial-carousel.style-4 .content .name {

    font-weight: 700;

    font-size: 18px;

    line-height: 24.5px;

    font-family: 'Manrope';

    color: #121212;

    margin-left: 20px;


}

.tfc-testimonial-carousel.style-4 .content .position {

    font-weight: 400;

    font-size: 14px;

    line-height: 16px;

    font-family: 'Public Sans';

    color: #555555;

}


.tfc-testimonial-carousel.style-4 .testimonial-star-rating {

    color: #1C5540;

    margin-right: 20px;


}


/* style 5 */



.tfc-testimonial-carousel.style-5 .item-testimonial {

    background: #FFFFFF;

    border-radius: 10px;

    padding: 60px 60px 50px 70px;

}


.tfc-testimonial-carousel.style-5 .icon-quote {

    font-size: 45px;
    padding-left: 30px;
    color: var(--theme-primary-color);
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .icon-quote::before {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    content: '';
    background: #FFCD4C;
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}



.tfc-testimonial-carousel.style-5 .description {

    font-weight: 700;

    font-size: 30px;

    line-height: 45px;

    font-family: 'Manrope';

    color: var(--theme-primary-color);

    margin-bottom: 30px;

}



.tfc-testimonial-carousel.style-5 .avatar img {

    width: 80px;
    height: 80px;
    border-radius: 100%;

}



.tfc-testimonial-carousel.style-5 .avatar {

    margin-bottom: 21px;

}

.tfc-testimonial-carousel.style-5 .name {

    font-weight: 700;

    font-size: 20px;

    line-height: 27px;

    font-family: 'Manrope';

    color: var(--theme-primary-color);

    margin-bottom: 10px;


}

.tfc-testimonial-carousel.style-5 .position {

    font-weight: 400;

    font-size: 14px;

    line-height: 16px;

    font-family: 'Public Sans';

    color: #555555;

}



.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: flex;
    
    align-items: center;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}





.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.style-4 .content .name {

        margin-left: 0px;
    }
    

    .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: 1280px) {

}



@media (max-width: 767px) {
    .tfc-testimonial-carousel.style-1 .item-testimonial {
        flex-direction: column;
    }
    .tfc-testimonial-carousel.style-1 .item-testimonial .avatar {
        max-width: 100%;
        margin-right: 0px;
    }
    .form-consultation .cols {
        gap: 0px !important;
        flex-direction: column;
    }
    .tfc-testimonial-carousel .owl-dots,.tfc-testimonial-carousel.style-2 .item-testimonial .icon-quote{
        display: none !important;
    }
    .tfc-testimonial-carousel.style-3 .item-testimonial {
        padding: 22px 30px 0px 30px;
        flex-direction: column;
    }
    .tfc-testimonial-carousel.style-3 .testimonial-image {
        max-width: 100%;
    }
    .tfc-testimonial-carousel.style-4 .item-testimonial .testimonial-top {
        align-items: flex-start;
        flex-direction: column;
    }
    .tfc-testimonial-carousel.style-4 .avatar {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}