.owl-item {
	min-height: 300px !important;
}
.owl-theme .owl-controls .owl-nav {
	bottom: 50%;
	margin-left: 5%;
	position: absolute;
	width: 90%;
	z-index: 600;
	height: 1px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: transparent;
	margin: -2em 0 0 0;
	padding: 5px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:active {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	font-size: 2em;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:active i {
	color: rgb(243, 147, 65);
}
.owl-theme .owl-dots .owl-dot span {
	border: 1px solid rgb(4, 55, 113);
	background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: rgb(4, 55, 113);
}

.owl-item .boxContent {
	background: transparent;
	padding: 0 75px;
}
.owl-prev {
	float: left;
}
.owl-next {
	float: right;
}
.owl-theme .owl-dots {
	margin-top: -15px;
}
