.owl-theme .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
	background: #FFF;
	width: 55px;
	height: 12px;
	border-radius: 0;
	margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #ec3003; 
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ca0200;
}
.owl-theme .owl-item .owl-text {
	position: absolute;
	bottom: 90px;
	left: 130px;
	font-size: 18px;
}
.owl-theme .owl-item .owl-text .owl-tit {
	font-size: 32px;
	text-transform: uppercase;
	max-width: 315px;
	line-height: 1em;
	margin-bottom: 15px;
}
.owl-theme .owl-item .owl-text {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}