.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}

.slick-slider .slick-track,
.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

.home-slider button.slick-arrow{z-index: 1;line-height: 50px;background: transparent;opacity: 1;}
.home-slider .slick-prev:before, 
.home-slider .slick-next:before {color: #e5a764;font-size: 20px;border: 2px solid #e5a764;width: 45px;height: 45px;line-height: 45px;display: inline-block;border-radius: 50%;opacity: 1;}
.home-slider button.slick-prev {left: -55px;}
.home-slider button.slick-next {right: -30px;}

@media only screen and (max-width:576px) { 
    .home-slider .slick-prev:before, 
    .home-slider .slick-next:before {width: 25px;height: 25px;line-height: 23px;}
    .home-slider button.slick-prev {left: -35px;}
    .home-slider button.slick-next {right: -30px;}

    #testimonial-slider .owl-nav button {width: 25px !important;height: 25px !important;;line-height: 20px !important; }
    #testimonial-slider .owl-nav .owl-prev {left: -15% !important;}
    #testimonial-slider .owl-nav .owl-next {right: -15% !important;}

    #testimonial-slider .owl-nav .owl-prev i {left: 1px;position: absolute;top: 1px;}
    #testimonial-slider .owl-nav .owl-next i {right: 1px;position: absolute;top: 1px;}
}


/* */
.testimonial {position: relative;z-index: 9;}
.testimonial .white-title h2 {color: #fff;}
.testimonial .overlay {width: 100%;height: 100%;z-index: 1;}
.testimonial .owl-carousel .owl-item img {width: 80px;height: 80px;border-radius: 50%;margin-bottom: 5px;display: inline-block;border: inherit;} 
.testimonial .owl-item.active.center .single-testimonial {padding: 30px 25px; margin:40px; border-radius: 26px;background: #ffffff;color: #010101;box-shadow: 0px 0px 16px 16px rgb(237, 236, 236, .4);}
.testimonial .owl-carousel .owl-item img {width: 80px;height: 80px;border-radius: 50%;margin-bottom: 5px;display: inline-block;border: inherit;} 
.testimonial .title {display: block;font-size: 18px;font-weight: 700;color: #010101;text-transform: capitalize;letter-spacing: 1px;margin: 0 0 5px 0;}

.test-rating {color: #ffc000;font-size: 14px;}

.single-testimonial {color: #010101;padding: 30px 25px; margin-top:36px;}

.testimonial-content {margin-bottom: 20px;font-weight: 400;text-align: justify;}

#testimonial-slider .owl-nav {position: absolute;top: 40%;width: 100%;margin: 0;}
#testimonial-slider .owl-nav button {width: 50px;height: 50px;line-height: 40px;border-radius: 50%;background:#fff;border: 2px solid #e5a764;position: absolute;color: #e5a764;font-size: 20px;}
#testimonial-slider .owl-nav .owl-prev {left: -5%;}
#testimonial-slider .owl-nav .owl-next {right: -5%;}