body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.ourservices a {
	text-decoration: none;
	color: dimgray;
}

.page-fotter {
	background-color: black;
	color: #fff;
	overflow: hidden;
}

.page-fotter a {
	color: #fff;
}

h2 {
	font-weight: 500;
}

.section-padding {
	padding: 30px 0;
}
.brand-carousel {
	margin: 0;
}
.owl-dots {
	text-align: center;
	margin-top: 10px;
}
.owl-dot {
	display: inline-block;
	height: 5px !important;
	width: 5px !important;
	background-color: #444 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: black !important;
}
