.home-slider .item{
	height: 200px;
}

.home-slider.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0;
	background: #000;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-indent: -100000px;
	background-size: 10px auto !important;
}

.home-slider.owl-theme .owl-nav .owl-prev{
	left: 10px;
	background: #000 url('../Icons/left-arrow.png') no-repeat center center;
}

.home-slider.owl-theme .owl-nav .owl-next{
	right: 10px;
	background: #000 url('../Icons/right-arrow.png') no-repeat center center;
}

.home-slider.owl-theme .owl-nav .owl-prev:hover{
	left: 10px;
	background: #cd241d url('../Icons/left-arrow.png') no-repeat center center;
}

.home-slider.owl-theme .owl-nav .owl-next:hover{
	right: 10px;
	background: #cd241d url('../Icons/right-arrow.png') no-repeat center center;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}