.owl-carousel .owl-item {
	float: left;
}
.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	margin: 8px;
	background: transparent;
	background-color: rgba(255,255,255,.8);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: rgba(251, 135, 47, 0.9);
}
.owl-buttons {
	position: static;
}
.owl-theme .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	opacity: 1;
	background: none;
	color: rgba(255,255,255, 0.8);
	line-height: 44px;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.owl-theme .owl-controls .owl-buttons div::before {
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
	text-indent: 0 !important;
	font-size: 40px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: rgba(255,255,255, 0.5);
	color: #12295f;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev::before {
	content: "\f104";
}
.owl-theme .owl-controls .owl-buttons .owl-next::before {
	content: "\f105";
}