.owl-theme .owl-dots .owl-dot span {
	background: #2b81b0!important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #FFF!important;
	border: 2px solid #2b81b0;
}
.owl-theme .owl-nav [class*=owl-] {
	background: #2b81b0;
	color: #FFF;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #1a4d69;
	color: #FFF;
}
