/*

	default color: #007bff
	hover color: #0069d9

*/

.owl-primary .owl-nav button[class*='owl-'] {
	color: #FFF;
	background: #007bff;
}

.owl-primary .owl-nav button[class*='owl-']:hover {
	background: #0069d9;
	color: #FFF;
}
.owl-primary .owl-dots .owl-dot span {
	background: #007bff;
}

.owl-primary .owl-dots .owl-dot.active span, 
.owl-primary .owl-dots .owl-dot:hover span {
    background: #0069d9; 
}
