/********** 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 .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client-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; */
}

.client-carousel .owl-nav .owl-prev,
.client-carousel .owl-nav .owl-next {
    width: 60px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #898b8b;
    font-size: 18px;
    transition: .5s;
    border: 2px solid #025c89;
}

.client-carousel .owl-nav .owl-prev:hover,
.client-carousel .owl-nav .owl-next:hover {
    color: #039ade;
    background: #ffffff;
    border: 2px solid #039ade;
}

.client-carousel .owl-stage-outer {
    margin: 1% 0% 0;
}

.client-carousel.owl-drag .owl-item {
    background-color: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

.client-carousel .owl-stage {
    display: flex;
}

/*** clients2 ***/

.clients2-carousel {
    display: flex !important;
    flex-direction: column-reverse;
}

.clients2-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.clients2-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.clients2-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* box-shadow: inset 0 0 0 1px #00000036; */
}

/* 
.clients2-carousel .owl-nav::before,
.clients2-carousel .owl-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #000;
}

.clients2-carousel .owl-nav::before {
    top: 50%;
    left: 0%;
}

.clients2-carousel .owl-nav::after {
    top: 50%;
    right: 0%;
} */

.clients2-carousel .owl-nav .owl-prev,
.clients2-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;
}

.clients2-carousel .owl-nav .owl-prev:hover,
.clients2-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #ffffff;
}

.clients2-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    padding: 1%;
    box-shadow: inset 0 0 0 1px #00000036;
}

.clients2-carousel .owl-nav .owl-prev,
.clients2-carousel .owl-nav .owl-next {
    width: 60px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #898b8b;
    font-size: 18px;
    transition: .5s;
    border: 2px solid #025c89;
}

.clients2-carousel .owl-nav .owl-prev:hover, .clients2-carousel .owl-nav .owl-next:hover {
    color: #025c89;
    background: #ffffff;
    border: 2px solid #025c89;
}











/*** 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: #1a2670;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    border: 2px solid #8cc43f;
}

.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);
}