.owl-carousel button.owl-dot{
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	filter: Alpha(Opacity=35);/*IE7 fix*/
	opacity: 0.35;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #00ab54;
}
.owl-carousel button.owl-dot.active{
	background: #00ab54 !important;
	opacity: 1;
}
.owl-dots{
	display: flex;
    /* align-items: center; */
    /* margin: 20px 0px; */
    justify-content: center;
    margin-top: 20px;
}