.heroTextBoxCarousel {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	padding:30px 90px;
	color:#fff;
	border-bottom: 3px solid #A90509;
}

.heroTextBoxCarousel  .boxContainer {
	display:flex;
	flex-direction:row;
}

.heroTextBoxCarousel  .boxLeft {
	width:70%;
	padding-right: 6vw;
}

.heroTextBoxCarousel  .boxRight {
	width:30%;
}

.heroTextBoxCarousel h2, .heroTextBoxCarousel h3 {
	color:#fff;
	text-align: left;
	text-transform: uppercase;
}

.heroTextBoxCarousel h2 {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0 0 30px;
	position: relative;
}

.heroTextBoxCarousel h2::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	border: 2px solid #A90509;
	width: 110px;
}

.heroTextBoxCarousel h3 {
	font-size: 3em;
	font-weight: 400;
	margin: 0 0 30px;
}

.heroTextBoxCarousel .owl-stage-outer {
	border: 4px solid #055db6;
}

.heroTextBoxCarousel .owl-dot span {
	background:#fff !important;	
}

.heroTextBoxCarousel .owl-dot:hover span,
.heroTextBoxCarousel .owl-dot.active span {
	background:#A90509 !important;	
}

.heroTextBoxCarousel .owl-dot.active span {
	width: 14px !important;
	height: 14px !important;
	margin: 3px 8px !important;
}

@media all and (max-width: 1080px) {
	.heroTextBoxCarousel {
		padding: 30px;
	}
	
	.heroTextBoxCarousel .boxContainer {
		flex-direction: column;
	}
	
	.heroTextBoxCarousel .boxLeft {
		width: auto;
		padding-right: 0;
		padding-bottom:30px;
	}
	
	.heroTextBoxCarousel .boxRight {
		width: auto;
	}
	
	.heroTextBoxCarousel .owl-carousel {
		max-width: 400px;
		margin: 0 auto;
	}
}


@media all and (max-width: 640px) {
	.heroTextBoxCarousel {
		padding: 150px 30px 30px;
	}
}

@media all and (max-width: 480px) {
	.heroTextBoxCarousel h2 {
		font-size: 2.5em;
	}
}