/********** 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{
    position: relative;
    margin: 0% auto !important;
    width: 98%;
}

.testimonial-carousel .owl-item img {
    width: 100%;
}

.testimonial-carousel .owl-nav {
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104.6%;
    position: absolute;
    transform: translate(50%, 50%);
    top: 27%;
    left: -54.3%;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 40px;
    /* display: none; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0098b9;
    border: 2px solid #a7cd3a;
    border-radius: 9px;
    font-size: 18px;
    transition: .5s;
    background-color: #fff;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #0098b9;
    background: #fff;
}



/*** client ***/

.client-carousel {
    margin: 0% 1% !important;
    width: 98%;
}
.client-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client-carousel .owl-nav {
    margin: 30px auto 0px;
    display: flex;
    justify-content: start;
    width: 130px;
}

.client-carousel .owl-nav .owl-prev,
.client-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: 2px solid #006379;;
    font-size: 18px;
    transition: .5s;
}

.client-carousel .owl-nav .owl-prev:hover,
.client-carousel .owl-nav .owl-next:hover {
    color: #9fce52;
    background: #ffffff;
}

/* ****** client3 ****** */

.client3-carousel {
    margin: 0% 1% !important;
}
.client3-carousel .owl-item img {
    width: 100%;
    padding: 0% 2%;
}

.client3-carousel .owl-nav {
    margin: 15px auto 0px;
    display: flex;
    justify-content: end;
    /* width: 130px; */
}

.client3-carousel .owl-nav .owl-prev,
.client3-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: 2px solid #006379;;
    font-size: 18px;
    transition: .5s;
}

.client3-carousel .owl-nav .owl-prev:hover,
.client3-carousel .owl-nav .owl-next:hover {
    color: #9fce52;
    background: #ffffff;
}

/*** clients2 ***/


.clients2-carousel .owl-item img {
    width: 100%;
}

.clients2-carousel .owl-nav {
    margin: 30px auto 0px;
    display: flex;
    justify-content: start;
    width: 130px;
}

.clients2-carousel .owl-nav .owl-prev,
.clients2-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009846;
    border: 2px solid #000000;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
    display: none;
}

.clients2-carousel .owl-nav .owl-prev:hover,
.clients2-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #ffffff;
    display: none;

}





/*** 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);
}


/* services */

/*** Testimonial ***/
.service-carousel{
    position: relative;
}

.service-carousel .owl-item img {
    width: 100%;
}

.service-carousel .owl-nav {
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104.6%;
    position: absolute;
    transform: translate(50%, 50%);
    top: 27%;
    left: -54.3%;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 40px;
    /* display: none; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0098b9;
    border: 2px solid #a7cd3a;
    border-radius: 9px;
    font-size: 18px;
    transition: .5s;
    background-color: #fff;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    color: #0098b9;
    background: #fff;
}

/*** Testimonial ***/
.service2-carousel{
    position: relative;
}

.service2-carousel .owl-item img {
    width: 100%;
}

.service2-carousel .owl-nav {
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104.6%;
    position: absolute;
    transform: translate(50%, 50%);
    top: 27%;
    left: -54.3%;
}

.service2-carousel .owl-nav .owl-prev,
.service2-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 40px;
    /* display: none; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0098b9;
    border: 2px solid #a7cd3a;
    border-radius: 9px;
    font-size: 18px;
    transition: .5s;
    background-color: #fff;
}

.service2-carousel .owl-nav .owl-prev:hover,
.service2-carousel .owl-nav .owl-next:hover {
    color: #0098b9;
    background: #fff;
}