<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/

.owl-theme .owl-controls .owl-page span {
	background: #fce5cd;
	 width: 40px;
	 height:10px;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #d98b64;
}
.owl-pagination{ margin-top:20px;}

.owl-buttons {
/*	position:absolute;
	top:-40px; right:-5px;*/}
 
.owl-buttons div {
	display:none!important;
	background:#666!important;
	color:#fff!important; 
	opacity: 1!important; 
	padding:0px 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;
	position: absolute;
	top: 35%;
}
 
.owl-buttons div:hover {
	border-color:#ccc!important;
 
} 



.owl-buttons div.owl-prev {
	display: inline-block !important; 
	padding: 13px 17px !important;
	left:-20px;
}
.owl-buttons div.owl-next {
	display: inline-block !important; 
	padding: 13px 17px !important;right:-20px;
}
.owl-theme .owl-controls .owl-page span {
   
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
   
}
/**/

#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; 
} </pre></body></html>