/*** 
=============================================
   Testimonial Style1 Css
=============================================
***/
.testimonials-style1 {
    position: relative;
    display: block;
    background: #131528;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

    .testimonials-style1.bg2 {
        background-color: #011634;
    }

    .testimonials-style1 .map-layer {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.30;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
    }

    .testimonials-style1 .sec-title {
        padding-bottom: 0;
    }

        .testimonials-style1 .sec-title h2 {
            color: #FFFFFF;
        }


.single-testimonials-style1 {
    position: relative;
    display: block;
}

.single-testimonials-style1__inner {
    position: relative;
    display: block;
    background-color: #136ab2;
    padding: 43px 50px 44px;
    border-radius: 8px;
    transition: all 0.5s ease;
    z-index: 1;
}

    .single-testimonials-style1__inner:hover {
        transform: translateY(5px);
    }

    .single-testimonials-style1__inner:before {
        content: "";
        position: absolute;
        left: 62px;
        bottom: -10px;
        width: 45px;
        height: 10px;
        border-top: 10px solid #136ab2;
        border-left: 22.5px solid transparent;
        border-right: 22.5px solid transparent;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

.single-testimonials-style1 .quote-box {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

    .single-testimonials-style1 .quote-box span {
        position: relative;
        display: block;
        line-height: 0;
    }

        .single-testimonials-style1 .quote-box span:before {
            color: #fff;
            font-size: 60px;
            line-height: 60px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

.single-testimonials-style1 .text-box {
    position: relative;
    display: block;
}

    .single-testimonials-style1 .text-box p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }


.single-testimonials-style1 .customer-info {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-left: 50px;
}

    .single-testimonials-style1 .customer-info .img-box {
        position: relative;
        display: block;
        overflow: hidden;
        width: 75px;
        border-radius: 50%;
    }

        .single-testimonials-style1 .customer-info .img-box:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0px;
            right: 0;
            height: 100%;
            background-color: var(--thm-primary);
            opacity: 0.7;
            border-radius: 0%;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            transform-origin: top center;
            -webkit-transform: scale(0);
            transform: scale(0);
            z-index: 1;
        }

.single-testimonials-style1:hover .customer-info .img-box:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: bottom center;
}

.single-testimonials-style1 .customer-info .img-box img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1:hover .customer-info .img-box img {
    transform: scale(1.0);
}

.single-testimonials-style1 .customer-info .title-box {
    position: relative;
    padding-left: 25px;
    flex: 1;
}

    .single-testimonials-style1 .customer-info .title-box h3 {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 0px;
    }

    .single-testimonials-style1 .customer-info .title-box span {
        position: relative;
        display: inline-block;
        color: var(--thm-base);
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
    }

.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    left: -410px;
    bottom: 144px;
}

    .testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
        border: 1px solid rgba(255, 255, 255, 0.30);
    }

        .testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
            color: #fff;
        }

            .testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span:hover {
                color: #fff;
            }



/*** 
=============================================
   Testimonial Style2 Css
=============================================
***/
.testimonials-style2 {
    position: relative;
    display: block;
    background: #061729;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

    .testimonials-style2 .sec-title {
        padding-bottom: 0;
    }

        .testimonials-style2 .sec-title h2 {
            color: #FFFFFF;
        }

.single-testimonials-style1--instyle2 .single-testimonials-style1__inner {
    background-color: #fff;
}

    .single-testimonials-style1--instyle2 .single-testimonials-style1__inner:before {
        border-top: 10px solid #fff;
    }

.single-testimonials-style1--instyle2 .quote-box span:before {
    color: var(--thm-base);
}

.single-testimonials-style1--instyle2 .text-box p {
    color: var(--thm-gray);
}

.single-testimonials-style1--instyle2 .customer-info .img-box:before {
    background-color: var(--thm-base);
    opacity: 0.9;
    display: none;
}

.single-testimonials-style1--instyle2 .customer-info .title-box h3 {
    color: #fff;
}

.single-testimonials-style1--instyle2 .customer-info .title-box span {
    color: var(--thm-base);
}



/*** 
=============================================
   Testimonial Style3 Css
=============================================
***/
.testimonial-style3 {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

.single-testimonial-style3 {
    position: relative;
    display: block;
    padding-left: 65px;
    padding-right: 50px;
}

    .single-testimonial-style3 .icon-box {
        position: absolute;
        top: 7px;
        left: 0;
    }

        .single-testimonial-style3 .icon-box span {
            color: var(--thm-base);
            font-size: 40px;
            line-height: 40px;
        }

    .single-testimonial-style3 .text-box {
        position: relative;
        display: block;
    }

        .single-testimonial-style3 .text-box p {
            margin: 0;
        }

    .single-testimonial-style3 .client-info {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 33px;
    }

        .single-testimonial-style3 .client-info .img-box {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 50%;
        }

            .single-testimonial-style3 .client-info .img-box:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0px;
                right: 0;
                height: 100%;
                background-color: var(--thm-primary);
                opacity: 0.7;
                border-radius: 50%;
                transition: -webkit-transform 0.4s ease;
                transition: transform 0.4s ease;
                transition: transform 0.4s ease, -webkit-transform 0.4s ease;
                transform-origin: top center;
                -webkit-transform: scale(0);
                transform: scale(0);
                z-index: 1;
            }

    .single-testimonial-style3:hover .client-info .img-box:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        transform-origin: bottom center;
    }

    .single-testimonial-style3 .client-info .img-box img {
        width: 100%;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-testimonial-style3:hover .client-info .img-box img {
        transform: scale(1.05);
    }

    .single-testimonial-style3 .client-info .name {
        position: relative;
        display: block;
        margin-left: 25px;
    }

        .single-testimonial-style3 .client-info .name h3 {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            font-family: var(--thm-font);
        }

        .single-testimonial-style3 .client-info .name span {
            color: #4772ef;
            font-size: 15px;
            line-height: 25px;
            font-weight: 400;
        }



.testimonial-style3-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 60px !important;
}

.testimonial-style3-carousel.owl-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 1px;
    z-index: 1;
}

.testimonial-style3-carousel.owl-carousel .owl-stage-outer .owl-item + .owl-item {
    border-right: 1px solid #f6f6f6;
}



/*** 
=============================================
   Testimonial page One Css
=============================================
***/
.testimonials-page-one {
    position: relative;
    display: block;
    background-color: #f8f8f8;
    padding: 120PX 0PX 60PX;
    z-index: 10;
}

    .testimonials-page-one .sec-title {
        padding-bottom: 0;
    }

    .testimonials-page-one .single-testimonials-style1 {
        margin-bottom: 60px;
    }

    .testimonials-page-one .single-testimonials-style1__inner {
        border: 1px solid #cecece;
    }

        .testimonials-page-one .single-testimonials-style1__inner .arrow-border {
            position: absolute;
            left: 62px;
            bottom: -11px;
            width: 45px;
            height: 11px;
            z-index: 2;
        }

    .testimonials-page-one .single-testimonials-style1--instyle2 .customer-info .title-box h3 {
        color: #444444;
    }
