/* CSS Document */

.banner-slider1 .owl-nav button.owl-prev.disabled{
	background: rgba(255,255,255,0.5);
	color: #140e31;	
}
.banner-slider1 .owl-nav button.owl-prev{
	background: #ff477c;
	color: #ffffff;	
}	
.banner-slider1 .owl-nav button.owl-next{
	background: #ff477c;
	color: #ffffff;	
}
.banner-slider1 .owl-nav button.owl-next.disabled{
	background: rgba(255,255,255,0.5);
	color: #140e31;	
}


.service-style-01 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/*
.service-style-01 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}	
*/
.service-style-01 .owl-nav .owl-prev{
position: absolute;
top: 20%;
left: -28px;
width: 40PX;
height: 40PX;
border: 2px solid #fff;
background: #ff477c;
color: #fff;
border-radius: 100%;
text-align: center;
line-height: 40px;
font-size: 15px;		
}

.service-style-01 .owl-nav button.owl-prev{
	color: #ffffff;
	background: #ff477c;
}
.service-style-01 .owl-nav button.owl-prev.disabled{
background: #d5d8dc;
color: #fff;	
}	


.service-style-01 .owl-nav .owl-next{
position: absolute;
top: 24%;
left: -28px;
width: 40PX;
height: 40PX;
border: 2px solid #fff;
background: #ff477c;
color: #fff;
border-radius: 100%;
text-align: center;
line-height: 40px;
font-size: 15px;	

position: absolute;
left: auto;
right: -18px;		
}	

.service-style-01 .owl-nav button.owl-next{
	color: #ffffff;
	background: #ff477c;
}
.service-style-01 .owl-nav button.owl-next.disabled{
background: #d5d8dc;
color: #fff;	
}



.our-location-slide.owl-carousel .owl-nav .owl-prev{
position: absolute;
top: 50%;
left: -6px;
width: 38px;
height: 38px;
border: 2px solid #fff;
border-radius: 100%;
text-align: center;
line-height: 40px;
background: #ff477c;
color: #fff;
font-size: 16px;
transform: translateY(-50%);	
}
.our-location-slide.owl-carousel .owl-nav button.owl-prev{
	color: #ffffff;
	background: #ff477c;
}

.our-location-slide.owl-carousel .owl-nav button.owl-prev.disabled{
background: #d5d8dc;
color: #fff;	
}
.our-location-slide.owl-carousel .owl-nav .owl-next{
position: absolute;
top: 50%;
left: -6px;
width: 38px;
height: 38px;
border: 2px solid #fff;
border-radius: 100%;
text-align: center;
line-height: 40px;
background: #ff477c;
color: #fff;
font-size: 16px;
transform: translateY(-50%);	
}
.our-location-slide.owl-carousel .owl-nav button.owl-next{
left: auto;
right: -6px;
}

.our-location-slide.owl-carousel .owl-nav button.owl-next{
	color: #ffffff;
	background: #ff477c;
}

.our-location-slide.owl-carousel .owl-nav button.owl-next.disabled{
background: #d5d8dc;
color: #fff;	
}




.pagination{
	padding: 25px 0;
}
.pagination li{
	margin: 0 2px;
}
.pagination a{
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 6px;
	line-height: 36px;
	text-align: center;
	background-color: #f5f5f6;
	color: #3951b3;
	margin-right: 12px;
	display: inline-block;
	vertical-align: text-bottom;
	text-decoration: none;
	overflow: hidden;
}
.pagination li.active span{
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 6px;
	line-height: 36px;
	text-align: center;

	background: #4e6ef2;
	color: #fff;
	font-weight: normal;
}
.pagination li.disabled span{
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 6px;
}

















