#testimonial-slider{
    padding: 0px 20px 90px 20px;
    text-align: center;
}
.testimonial .description{
    font-size: 20px;
    color: #000;
    line-height: 35px;
    text-indent: 30px;
    position: relative;
   font-family: 'Jost', sans-serif;
    padding-top: 0!important;
}

.testimonial .title{
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    	font-family: 'Jost', sans-serif;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 60px;
    color: #ca2224;
    line-height: 20px;
    opacity: 0.9;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: url("../upload/testimonials/img-1.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../upload/testimonials/img-2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../upload/testimonials/img-3.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(4) span{
    background: url("../upload/testimonials/img-4.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(5) span{
    background: url("../upload/testimonials/img-5.png") no-repeat;
    background-size: cover;
}


.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #ca2224;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}
@media(max-width: 992px){
    .testimonial .description{
        font-size: 25px;
    }
}
@media(max-width: 768px){
    .testimonial .description{
        font-size: 20px;
        line-height: 30px;
    }
    .owl-buttons .owl-prev:before, .owl-buttons .owl-next:before{
        font-size:40px;
    }
}