.owl-theme .owl-controls {
	bottom: -50px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
*display:inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;*/
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	font-size: 0px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 40px;
	height: 5px;
	margin: 5px 5px;
	filter: Alpha(Opacity=90);
	opacity: 0.90;
	transition: all 500ms ease-in;
	background: #fff;
	border: 0px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #d81c72;
	padding: 2px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-prev {position: absolute;	right:45px; top: -30px;	background: #fff; border:1px solid #e6e6e6; width: 35px;height: 35px;transition: all 500ms ease-in-out}
.owl-next {position: absolute;	right:0px; top: -30px;	background: #fff; border:1px solid #e6e6e6; width: 35px;height: 35px;transition: all 500ms ease-in-out}
.owl-prev i, .owl-next i {margin: -4px 0px 0px;	font-size: 30px;color: rgba(172,172,172,1);	transition: all 500ms ease-in-out}
.owl-prev:hover i, .owl-next:hover i {transform: rotate(360deg);color: rgba(255,255,255,1);}
.owl-prev:hover, .owl-next:hover {background: #3a4a5c;}

.testimonials-sliders .owl-prev {left:-65px;  top:47%; right:auto}
.testimonials-sliders .owl-next {right:-65px;  top:47%; }

.serv-list .owl-prev, .serv-list .owl-next  {background: #069edb; border:1px solid #fff; }
.serv-list .owl-prev i, .serv-list .owl-next i { color:#fff; }
.serv-list .owl-prev {right:35px;} 
.serv-list .owl-next {right:-5px;} 
 
.customscroll .owl-prev, .customscroll .owl-next  {top: -85px;} 
.customscroll .owl-next {right:5px;} 
 
@media (max-width:998px) {
.owl-prev {
	left: -48px;
}
.owl-next {
	right: -48px;
}
#owl-demo2 .owl-prev {
	top: auto;
	left: 0%;
	position: relative
}
#owl-demo2 .owl-next {
	top: auto;
	right: 0%;
	position: relative
}
.owl-prev {
	top: auto;
	left: 0%;
	position: relative
}
.owl-next {
	top: auto;
	right: 0%;
	position: relative
}
}

@media (max-width:998px) {
.testimonials-sliders .owl-prev {left:-5px;  top:47%; right:auto}
.testimonials-sliders .owl-next {right:-5px;  top:47%; }

.customscroll .owl-prev, .customscroll .owl-next  {top:auto; bottom:-20px; } 
 
}