/*

	default color: #28a745
	hover color: #50c469

*/

.owl-success .owl-nav button[class*='owl-'] {
	color: #FFF;
	background: #28a745;
}

.owl-success .owl-nav button[class*='owl-']:hover {
	background: #50c469;
	color: #FFF;
}
.owl-success .owl-dots .owl-dot span {
	background: #28a745;
}

.owl-success .owl-dots .owl-dot.active span, 
.owl-success .owl-dots .owl-dot:hover span {
    background: #50c469; 
}
