@charset "utf-8";
/* CSS Document */

.section-padding{
	padding:200px 0;
}
.brand-carousel {
	
}
.owl-dots {
	text-align: center;
	margin-top: 80px;
}
.owl-dot {
	display: inline-block;
	height: 20px !important;
	width: 20px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #000 !important;
}

