.owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev {font-size: 0;}
.owl-carousel .owl-nav .owl-next {font-size: 0;}
.owl-prev:before {
    content: "\6c";
    font-size: 20px;
    color: #80868a;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    font-family: "kaabia";
}
.owl-prev:hover:before {
    background: #1485c4;
    color: #fff
}
.owl-next:before {
    content: "\6b";
    font-size: 20px;
    color: #80868a;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    font-family: "kaabia";
}
.owl-next:hover:before {
    background: #1485c4;
    color: #fff
}
.owl-prev {
    left: -10px;
    position: absolute;
}
.owl-next {
    right: -10px;
    position: absolute;
}
.shadow-effect {
		overflow: hidden;
		}
		#customers-testimonials .shadow-effect p {
		    font-size: 16px;
		    line-height: 27px;
		    margin: 5px 0 0;
		    font-family: 'Montserrat';
		    text-align: justify;
		}
		.testimonial-name {
		    display: block;
		    color: #000000;
		    font-family: 'Montserrat';
		    font-size: 19px;
		    font-weight: 500;
		    padding-top: 15px;
		}
		#customers-testimonials .item {
		    margin-bottom: 0;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    margin: 0 auto 17px;
		    width: 100%;
		}
		.img-fiches {
    /* height: 221px; */
    overflow: hidden;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
		            transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
		            transform: translate3d(0px, -50%, 0px) scale(0.3);
		    -webkit-transform-origin: 50% 50% 0;
		            transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}

@media screen and (max-width: 991px) {
.owl-carousel .owl-item img {
    width: auto;
}
}