/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls {
	margin-top: -55px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #1F1F1D;
	display: inline-block;
	margin: 5px;
	padding: 9px 14px;
	font-size: 31px;
	border: 1px solid #D8D9E0;
	background-color: transparent;
	border-radius: 12px;
	width: 40px;
	height: 40px;
	line-height: 50%;
	transition: all .35s;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	background-color: #2B51FC;
	color:#fff;
	transition: all .35s;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 13px;
	height: 8px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #E7E8EC;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	transition: all .35s;
	background: #2B51FC;
	width: 32px;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}




#banner {
	float: left;
	width: 100%;
}
.owl-buttons {
		margin-top: -17px !important;
	}

.owl-theme .owl-controls {
	margin-top: 21px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}