.customNavigation {
	margin: 0px;
	padding: 0px;
}

.customNavigation a {
	cursor: pointer;
	display: block;
	position: absolute;
	padding: 0px;
}

.customNavigation a i {
	font-size: 24px;
	color: #FFFFFF
}

.customNavigation a:hover i {
	color: #FC6401;
}

.customNavigation .prev,
.customNavigation .prev1,
.customNavigation .prev2 {
	right: 51px;
	top: -70px;
}

.customNavigation .next,
.customNavigation .next1,
.customNavigation .next2 {

	right: 0;
	top: -70px;
}

.customNavigation .play,
.customNavigation .stop {
	/* display: none; */
}

.carousel_container {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}


.aft-bef-slide .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block !important;
}


.aft-bef-slide {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#after_before .owl-prev {
	position: absolute;
	top: 40%;
	left: 0%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	border-radius: 20px;

}

#after_before .owl-next {
	position: absolute;
	top: 40%;
	right: 0%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	border-radius: 20px;

}

.after-before-gallery {
	padding: 10px;
	margin: 0px;
	width: 50%;
	float: left;
}

.after-before-gallery figure {
	padding: 0px;
	margin: 0px;
}

.slider_content {
	padding: 0px;
	margin: 0px;
}

.aft-bef-slide h4 {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 36px;
	font-weight: 500;
}


@media (min-width:280px) and (max-width:399px) {

	.aft-bef-slide h4 {
		padding: 0px 0px 0px 0px;
		margin: 0px;
		font-size: 22px;
		font-weight: 500;
	}

	#after_before .owl-prev {
		top: 35%;
		width: 30px;
		height: 30px;
		padding: 6px;

	}

	#after_before .owl-next {
		top: 35%;
		width: 30px;
		height: 30px;
		padding: 6px;

	}
}

@media (min-width:768px) and (max-width:1199px) {}

@media (min-width:1200px) and (max-width:4000px) {
	.aft-bef-slide:hover .owl-controls {

		display: block !important;
	}

	.aft-bef-slide .owl-controls {

		display: none !important;
	}
}
