/*
*Owl Carousel Owl Demo Theme
*www.mycodes.net
*/
.owl-theme .owl-controls{margin-top: 10px;text-align:left;}

.in-pro-conimg .owl-theme .owl-controls{text-align:center; }
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 0px;padding: 0px 6px;font-size: 18px; }
/* 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;}
/* Styling Pagination*/

.in-pro-conimg .owl-theme .owl-controls .owl-page{display:none; text-align: center;}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.in-pro-conimg .owl-theme .owl-controls .owl-page span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity:0.6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#004098;
	overflow: hidden;
	border:0px #ccc solid;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1.0;
	border:0;
}
/* 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;
	
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -35px;
	top:40%;
	height:45px;
	width:45px;
	position:absolute;
	background-color:#b41c1e;
	background-image:url("/uploadFiles/image/icon4.png");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	opacity:0.8;
}
.owl-theme:hover .owl-controls .owl-buttons div.owl-prev,.owl-theme:hover .owl-controls .owl-buttons div.owl-next{background-color:#b41c1e;opacity: 1.0;}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -35px;
	top:40%;
	height:45px;
	width:45px;
	position:absolute;
	background-color:#b41c1e;
	background-image:url("/uploadFiles/image/icon4.png");
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-180deg);
	border-radius: 100%;
	opacity:0.8;
}
@media screen and (max-width:992px){
	.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
	.owl-theme .owl-controls .owl-buttons div.owl-next{right: 0px;}
}