/********** 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 ***/

.padding{
    padding: 10px;
}

.testimonial-carousel .owl-item img {
    width: 100%;
}

.testimonial-carousel .owl-nav {
    margin: 20px auto 20px;
    display: flex;
    justify-content: start;
	width: 130px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 2px solid #0e90de;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #000;
    background:#fff;
}


