/**/
.owl-theme .owl-controls{
position:absolute; width:100%;    top: 25%;
}

.owl-theme .owl-controls .owl-page span {
	background: #fee086;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fef786;
}
.owl-pagination{ margin-top:50px;}

.owl-buttons { }
	
.owl-buttons div {
	display:none!important;
	background:#fff!important;
	color:#333!important;
	border:1px solid #ccc; 
	opacity: 1!important;
	border-radius:inherit!important;
	padding:3px 6px!important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
 
.owl-buttons div:hover {
	background:#333!important;
	color:#fff!important;
}
.owl-buttons div.owl-prev {
	display: inline-block !important;
border-radius: 100% !important;
padding: 10px 15px !important;
position:absolute; left:-15px

}
.owl-buttons div.owl-next {
	display: inline-block !important;
border-radius: 100% !important;
padding: 10px 15px !important;
position:absolute; right:-15px

}
 
/**/

#testimonial.owl-carousel .owl-buttons {	position:relative;
	 left:0; top:inherit; right:inherit;  }
#testimonial.owl-carousel .owl-buttons div {

	background:transparent!important;
	color:#fff!important; 
}
/**/

#clients.owl-carousel .owl-buttons {	position:relative;
	 left:0; top:inherit; right:inherit}
#clients.owl-carousel .owl-buttons div {

	background:transparent!important;
	color:#fff!important; 
} 