.testimonials {
	background-color:transparent;
	position: relative;
	padding-top: 80px;
	&:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 30%;
		background-color: transparent;
	}
}
#customers-testimonials {
	.item-details {
		background-color: #002147;
		color: #fff;
		padding: 20px 10px;
		text-align: center;
		border-radius: 0px;
	}
	.item {
		text-align: center;
		// padding: 20px;
		margin-bottom: 10px;
	}
}
.owl-carousel .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 20px;
	height: 20px;
	line-height: 50px;  
	border-radius: 50%;
	position: absolute;
	top: 10%;
	font-size: 20px;
	color: #be1f1f;
	border: 1px solid #250808;
	text-align: center;
}
.owl-carousel .owl-prev {
	left: 45%;
}
.owl-carousel .owl-next {
	left: 54%;
}
