/********** 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 {
    justify-content: space-evenly;
    width: 180px;
}

.testimonial-carousel .owl-nav .owl-prev{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #09636e;
    color: #fff;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    position: absolute;
    top: 45%;
    left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #09636e;
    color: #fff;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    position: absolute;
    top: 45%;
    right: 0;
}


.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #fff;
}

.testimonial-carousel .owl-dots.disabled {
    display: none !important;
}

.testimonial-carousel .owl-dots{
    display: flex !important;
    justify-content: center;
    margin: 0px 15px 0;
    align-items: center;
    /* z-index: 1; */
    position: relative;
}


/* Default dot style */
.testimonial-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background:#15646b; /* Default inactive dot color */
    border-radius: 50%;
    border: 2px solid #15646b;
    display: none;
    transition: 0.3s;
}

/* Active dot style */
.testimonial-carousel .owl-dots .owl-dot.active {
    border: 2px solid #15646b;
    background: transparent;
}



/*** client ***/


.client-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f71b9;
    color: #fff;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    position: absolute;
    top: 55%;
    right: -26px;
}


.client-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f71b9;
    color: #fff;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    position: absolute;
    top: 55%;
    left: -26px;
}


.client-carousel .owl-nav .owl-prev:hover,
.client-carousel .owl-nav .owl-next:hover {
    color: #1f71b9;
    background: #ffffff;
    border: 2px solid #1f71b9;
}

.client-carousel .owl-stage {
    margin-top: 5%;
}


.owl-carousel  .owl-nav .owl-prev,
.owl-carousel  .owl-nav .owl-next {
    background: #a51b2a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 3%;
    gap: 17px;
}

.owl-carousel  .owl-nav .owl-prev:hover,
.owl-carousel  .owl-nav .owl-next:hover {
    background: #0b2140;
}

/*** clients2 ***/



.client2-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client2-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.client2-carousel .owl-nav .owl-prev,
.client2-carousel .owl-nav .owl-next {
    /* margin-right: 15px; */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00246a;
    border: 2px solid #eb4438;
    font-size: 18px;
    transition: .5s;
    right: 10px;
}

.client2-carousel .owl-nav .owl-prev:hover,
.client2-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #ffffff;
}


/*client 4*/


.client4-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client4-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.client4-carousel .owl-nav .owl-prev,
.client4-carousel .owl-nav .owl-next {
    /* margin-right: 15px; */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00246a;
    border: 2px solid #eb4438;
    font-size: 18px;
    transition: .5s;
    right: 10px;
}

.client4-carousel .owl-nav .owl-prev:hover,
.client4-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #ffffff;
}









/*** 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;
    margin-top: 20px;
    /* position: absolute; */
    top: -36%;
    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: #00acec;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    border: 2px solid #8cc43f;
    display: none;
}

.client3-carousel .owl-nav .owl-prev:hover,
.client3-carousel .owl-nav .owl-next:hover {
    color: #039ade;
    background: #ffffff;
    border: 2px solid #039ade;
}

.client3-carousel .owl-stage-outer {

    margin: 1% 1% 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:1250px){
    .client-carousel .owl-stage {
        margin-top: 6%;
    }
}


@media only screen and (max-width : 1000px){
    .client-carousel .owl-stage {
        margin-top: 7%;
    }
}

@media only screen and (max-width:750px){
    .client-carousel .owl-stage {
        margin-top: 11%;
    }
}

@media only screen and (max-width:700px){
    .client-carousel .owl-stage {
        margin-top: 10% ;
    }
}

@media only screen and (max-width:600px) {

    .client-carousel .owl-stage {
        margin-top: 12%;
    }
    
}

@media only screen and (max-width:550px){
    .client-carousel .owl-stage {
        margin-top: 16%;
    }
}


@media only screen and (max-width:400px) {

    .client-carousel .owl-stage {
        margin-top: 15%;
    }
    
}


@media only screen and (max-width:360px) {

    .client-carousel .owl-stage {
        margin-top: 18%;
    }

    .why-us h4 {
        font-size: 17px;
    }
    
}