/********** Template CSS **********/
:root {
    --primary: #eb2126;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Testimonial ***/
.testimonial-carousel .owl-nav.disabled {
    display: none !important;
}

.testimonial-carousel .owl-item img {
    width: 100%;
}

.testimonial-carousel .owl-nav {
    margin: 30px auto 0px;
    display: none;
    justify-content: space-evenly;
    width: 180px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 67px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddb142;
    border: 2px solid #3f5b8f;
    font-size: 18px;
    transition: .5s;
    margin-bottom: 14%;

}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #fff;
}



/*** client ***/

.client-carousel {
    margin: 0 auto;
    width: 98%;
}

.client-carousel .owl-item img {
    width: 100%;
}

.client-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.client-carousel .owl-nav .owl-prev,
.client-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #484848;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    border: 2px solid #484848;
}

.client-carousel .owl-nav .owl-prev:hover,
.client-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #003469;
    border: 2px solid #fff;
}

.client-carousel .owl-stage-outer {
    margin: 1% 0% 0;
}

/*** clients2 ***/


/*** client ***/


.client2-carousel .owl-item img {
    width: 100%;

}

.client2-carousel .owl-nav {
    display: none;
    gap: 10px;
    justify-content: center;
    align-items: center;
    top: -19%;
    right: 1%;
    position: absolute;
}

.client2-carousel .owl-nav .owl-prev,
.client2-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #484848;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    border: 2px solid #484848;
}

.client2-carousel .owl-nav .owl-prev:hover,
.client2-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #003469;
    border: 2px solid #fff;
}

.client2-carousel .owl-stage-outer {
    /* height: 465px !important; */
    margin: 1% 0% 0;
}








/*** client ***/


.client3-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client3-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    top: -20%;
    right: 1%;
    /* top: 37%; */
    position: absolute;
}

.client3-carousel .owl-nav .owl-prev,
.client3-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #484848;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    border: 2px solid #484848;
}

.client3-carousel .owl-nav .owl-prev:hover,
.client3-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #003469;
    border: 2px solid #fff;
}

.client3-carousel .owl-stage-outer {
    height: 490px !important;
    margin: 1% 0% 0;
}

/*** clients2 ***/


/*** Footer ***/


.footer {
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

@media only screen and (max-width:1500px) {
    .client3-carousel .owl-stage-outer {
        height: 435px !important;
    }
}

@media only screen and (max-width:1100px) {
    .client3-carousel .owl-stage-outer {
        height: 348px !important;
    }
}

@media only screen and (max-width:1000px) {
    .client3-carousel .owl-stage-outer {
        height: 405px !important;
    }
}


@media only screen and (max-width:800px) {
    .client-carousel .owl-stage-outer {
        /*height: 430px !important;*/
    }

    .client3-carousel .owl-stage-outer {
        height: 617px !important;
    }

    .client3-carousel .owl-nav {
        top: -12%;
    }

    .client-carousel .owl-nav {
        top: -15%;
    }

    #wowslider-container1 .ws-title span h2 {
    font-size: 22px;
    }

    #wowslider-container1 .ws-title span p {
    font-size: 15px;
    }

}

@media only screen and (max-width: 600px) {
    .client-carousel .owl-stage-outer {
        /*height: 550px !important;*/
    }

    .client3-carousel .owl-stage-outer {
        height: 566px !important;
    }

    .client3-carousel .owl-nav {
        top: auto;
        bottom: 0%;
        left: 45%;
        right: auto;
    }

    .client-carousel .owl-stage-outer {
        /*height: 385px !important;*/
    }

}

@media only screen and (max-width: 500px) {
    .client-carousel .owl-stage-outer {
        height: 380px !important;
    }

    .client3-carousel .owl-stage-outer {
        height: 485px !important;
    }



    .client3-carousel .owl-nav {
        left: 42%;
    }
}



@media only screen and (max-width: 470px) {

    #wowslider-container1 .ws-title {
        width: 98%;
    }

    #wowslider-container1 .ws-title span p {
        font-size: 9px;
    }
}

@media only screen and (max-width: 400px) {
    
    .client-carousel .owl-stage-outer {
        height: 413px !important;
    }

    .client3-carousel .owl-stage-outer {
        height: 420px !important;
    }
}


@media only screen and (max-width: 440px) {

.client-carousel .owl-stage-outer {
        height: auto !important;
}

}

@media only screen and (max-width: 360px) {
    .client-carousel .owl-stage-outer {
        height: 411px !important;
    }

    .client3-carousel .owl-stage-outer {
        height: 401px !important;
    }

    .client3-carousel .owl-nav {
        left: 40%;
    }

    .client-carousel .owl-nav {
        bottom: 2%;
        left: 40%;
        right: auto;
        top: auto;
    }
}