
/*paving-gallary slider css start*/
#image-slaider {
	width: 950px;
	margin: auto;
	position: relative;
}
#image-slaider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0,-50%);
}
#image-slaider .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background: url(../images/left-arrow.png) no-repeat center;
	left: -50px !important;
	position: absolute;
}
#image-slaider .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	background: url(../images/right-arrow.png) no-repeat center;
	right: -50px !important;
	position: absolute;
}
#image-slaider .owl-nav .owl-prev span, #image-slaider .owl-nav .owl-next span {
	display: none;
}
#image-slaider .owl-dots {
	display: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.carousel-text {
	width: 803px;
	margin: 40px auto;
}
.carousel-text span {
	font-size: 18px;
	font-family: open sans;
	font-weight: 600;
	text-transform: uppercase;
	color: #114e97;
	width: 49.5%;
	display: inline-block;
	text-align: center;
}
@media (min-width:991px) and (max-width:1024px) {
	#image-slaider .owl-nav .owl-prev {
		left: 0px !important;
	}
	#image-slaider .owl-nav .owl-next {
		right: 0px !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#image-slaider {
		width: 70%;
	}
	#image-slaider .owl-nav {
		display:block!important;
	}
	.owl-carousel .owl-item img {
		width: 100%;
	}
	.carousel-text {
		width: 100%;
		margin: 20px 0;
	}
	.carousel-text span {
		font-size: 16px;
		width: 49.4%;
	}
	.owl-carousel .owl-item .item {
		cursor: grabbing;
	}
}
@media (max-width:767px) {
	#image-slaider {
		width: 100%;
	}
	#image-slaider .owl-nav {
		display:none!important;
	}
	.owl-carousel .owl-item img {
		width: 100%;
	}
	.carousel-text {
		width: 100%;
		margin: 20px 0;
	}
	.carousel-text span {
		font-size: 16px;
		width: 49.3%;
	}
	.owl-carousel .owl-item .item {
		cursor: grabbing;
	}
}
/*paving-gallary slider css end*/