

.cafexp-testimonial .slick-list.draggable {
    padding: 0 !important;
}

.cafexp-testimonial .slick-slide img{
    width: 105px;
    height: 105px;
}
.cafexp-testimonial .slider__counter span{
    color: var(--global-font-title);
}
.cafexp-testimonial .slick-list.draggable .cafexp-slider_top{
    margin-right: 15px;
}
.cafexp-testimonial .slick-slide .testimonial-slider-img{
    position: relative;
    display: inline-block;
}
.cafexp-testimonial .slick-slide .testimonial-slider-img::after{
    content: "";
    background: var(--color-theme-primary);
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.cafexp-testimonial .cafexp-lead {
    margin-top: 5px;
}
.cafexp-testimonial .cafexp-lead h6{
    font-size: 1.125rem;
}
.cafexp-testimonial .cafexp-slider_top.slick-slide.slick-slide.slick-current.slick-active {
    opacity: 1;
}
.cafexp-testimonial .slick-slide{
    opacity: 0.3;
}
.cafexp-testimonial .cafexp-slider_top.slick-slide.slick-slide.slick-current.slick-active .testimonial-slider-img::after{
    background: var(--color-theme-secondary);
}
.cafexp-testimonial .cafexp-testimonial-user{
    margin: 0;
}
.cafexp-designation{
    color: var(--color-theme-primary);
}
.cafexp-testimonial .slick-prev.slick-arrow ,.cafexp-testimonial .slick-next.slick-arrow{
    position: absolute;
    bottom: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}

.cafexp-testimonial .cafexp-post-ratings svg{
    color: var(--color-theme-secondary);
}
.cafexp-testimonial .slick-prev.slick-arrow:after {
    color: var(--color-theme-primary);
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
}
.cafexp-testimonial .slick-next.slick-arrow{
    right: 0;
}
.cafexp-testimonial .slick-next.slick-arrow:after{
    color: var(--color-theme-primary);
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
}
.cafexp-testimonial .slider__counter{
    padding: 0 20px;
    display: inline-block;
    margin-top: 15px;
}
.cafexp-testimonial .slick-prev.slick-arrow{
    left:-10px;
}
.cafexp-testimonial .text-dec p{
    font-size: var(--font-size-h5);
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 0;
}
.cafexp-testimonial .testimonial-arrow{
    position: relative;
    display: inline-block;
    width: 100px;
    float: left;
}
.cafexp-testimonial .testimonial-arrow-box{
    position: absolute;
    bottom:0;
}
.cafexp-testimonial-style-1  .testimonial-slider-img img{
    border-radius: var(--border-radius-box);
}
.cafexp-testimonial-style-1  .cafexp-slider_content{
    padding: 0 30px;
}
.cafexp-testimonial-style-1 .quote-box-img.before{
    position: relative;
    top: -7px;
    left: 30px;
    opacity: 0.5;
}
.cafexp-testimonial-style-1  .owl-carousel .owl-dots{
    margin-top:0;
}
.cafexp-testimonial-style-1  .cafexp-main-slider {
    display: flex;
   display:-ms-flexbox;
}
.cafexp-testimonial-style-1 .cafexp-slider_top{
    width: 30%;
}
.cafexp-testimonial-style-1 .cafexp-slider_inner{
    width: 70%;
    padding-left: 30px;
}
/* style 2 */
.cafexp-testimonial-style-2 .cafexp-slider .testimonial-slider-img img
{
    width: 100px;
    margin: 0 auto;
    height: 100px;
    border-radius: 50%;
}
/* .cafexp-testimonial-style-2 .cafexp-post-ratings {
    text-align: center;
} */
.cafexp-testimonial-style-2 .cafexp-slider{
    text-align: center;
    background: var(--color-theme-white);
    padding: 50px 30px;
    box-shadow: 0px 4px 65px rgb(49 20 11 / 5%);
    border-radius: var(--border-radius-box);
    margin: 40px 0;
}
.cafexp-testimonial-style-2 .cafexp-slider .quote-box-img.before{
    position: absolute;
    top: 15px;
    background: var(--color-theme-primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--color-theme-white);
    z-index: 9;
}
.cafexp-testimonial-style-2 .cafexp-main-slider .text-dec p{
    font-size: 18px;
    line-height: 45px;
    letter-spacing: var(--letter-spacing);
    text-transform: capitalize;
}
.cafexp-testimonial-style-2 .cafexp-main-slider .cafexp-post-ratings svg
{
    color: var(--color-theme-primary);
    font-size: var(--font-size-normal);
    margin-top: 15px;
}
.cafexp-testimonial-style-2 .owl-stage-outer
{
padding-top: 0px;
}

.cafexp-testimonial-style-2 .cafexp-lead {
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: var(--font-letter-spacing-body);
}
/* testimonial style 3 start */
.cafexp-testimonial-style-3 .cafexp-slider {
    padding: 50px;
    position: relative;
}
.cafexp-testimonial-style-3 .testimonial-slider-img img {
    border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: left;
}
.cafexp-testimonial-style-3 .testimonial-slider-img{
    width: 100px;
    min-width: 100px;
    height: 100px;
}
.cafexp-testimonial-style-3 .cafexp-slider_top {
    margin-right: 30px;
}

.cafexp-testimonial-style-3 .owl-dots {
    top: 15px;
}
.cafexp-testimonial-style-3 .quote-box-img.before {
    position: absolute;
    background: var(--color-theme-primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--color-theme-white);
    z-index: 9;
    right: 50px;
    bottom: 50px;
    text-align: center;
    vertical-align: middle;
}

.cafexp-testimonial .cafexp-testimonial-style-1 .cafexp-post-ratings {
    /* text-align: left; */
    margin-bottom: 20px;
}
.cafexp-testimonial .cafexp-slider .cafexp-post-ratings svg{
    color: var(--color-theme-primary);
}
.about-page-testimonial .cafexp-testimonial-style-1 .owl-carousel .owl-dots
{
    bottom: -25px;
    left: -50px;
}

.cafexp-testimonial .cafexp-testimonial-style-2 .testimonial-sliders .owl-carousel .owl-stage-outer { 
    overflow: visible;
} 
.cafexp-testimonial .cafexp-testimonial-style-2 .testimonial-sliders .owl-carousel .owl-item {
opacity: 0;
transition: opacity 500ms;
}
.cafexp-testimonial .cafexp-testimonial-style-2 .testimonial-sliders .owl-carousel .owl-item.active {
opacity: 1;
}
/* testimonial style 3 end */
@media(min-width:1400px){
    .cafexp-testimonial-style-1  .owl-carousel .owl-dots{
        left: -35px;
        bottom: 15px;
    }
}

@media(max-width:1024px){
    .cafexp-testimonial-style-3 .cafexp-slider{
        padding:30px;
    }
    .cafexp-testimonial-style-3 .cafexp-main-slider{
        flex-direction: column;
    }
    .cafexp-testimonial-style-3 .cafexp-slider_top {
        margin-right: 0;
        margin-bottom: 30px; 
    }
}
@media(max-width:767px){
    .cafexp-testimonial-style-1 .cafexp-slider_content {
        padding-left: 0;
    }
    .cafexp-testimonial .text-dec p{
        margin: 15px 0;
    }
    .cafexp-testimonial-style-2 .cafexp-slider{
        margin: 40px 0 0;
    }
    .cafexp-testimonial .quote-box-img.before,
    .cafexp-testimonial .quote-box-img.after{
        display: none;
    }
    .cafexp-testimonial-style-2 .cafexp-slider
    {
        padding: 30px 15px;
    }
}
@media(max-width:675px){
    .cafexp-testimonial-style-1 .cafexp-main-slider{
        flex-direction: column; 
    }

    .cafexp-testimonial-style-1 .cafexp-slider_inner{
        width: 100%;
        padding-left: 0;
    }
    .cafexp-testimonial-style-1 .cafexp-slider_top{
        width: 100%;
    }
}

@media(max-width:480px){
    .image-position-left .cafexp-testimonial .testimonial-arrow-box
    {
        left: 0;
    }
    .image-position-left .cafexp-testimonial .slick-list.draggable .cafexp-slider_top{
        float: inherit;
    }
    .image-position-bottom .testimonial-sliders {
        padding: 15px;
    }
    .image-position-bottom .cafexp-testimonial {
        padding: 15px;
    }
    .image-position-bottom .cafexp-testimonial .testimonial-arrow-box
    {
        position: relative;
        top: 8px;
        left: 5px;
    }
    .cafexp-testimonial-style-1  .owl-carousel .owl-dots{
        margin-top:15px;
    }

}