.home-slider-wp{
  position: relative;
  z-index: 1;

}

.home-slider{
  width: 100%;		
}

.home-slider .item{
  width: 100%;
  display: flex; 
  height: 73vh;
  background: #e1e1e1;  		 								
}

.slider-counter{
  position: absolute;
  right: 230px;
  bottom: 0;
  z-index: 2;				
}

.slider-counter div{
  display: inline-block;
  color: #FFF;
  vertical-align: top;
  line-height: 100%;
  font-family: 'PT Sans', sans-serif;
}

.slider-counter div.slider-c{
  font-size: 45pt;	
  font-weight: 400;	
}

.slider-counter div.slider-t{
  padding-top: 3px;	
  font-size: 29pt;	
}


.carousel{
  margin-top: 60px;	
  height: 450px;	
}

.carousel .owl-stage-outer{
  padding: 60px 0;	
}

.carousel .center{
  z-index: 10;		
}

.carousel .item{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;	
}

.carousel .center .item{
  position: absolute;
  left: -100px;
  top: -50px;  
  width: calc(100% + 200px);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);		 		
}

/* Next and Prev buttons */

.home-slider .owl-controls .owl-nav{
    /* width: 224px; */
    position: absolute;
    top: 77%;
    left: 32%;
    z-index: 1;
}

.home-slider .owl-controls .owl-nav div{
  float: left;
  width: 50%;
  height: 67px;	
}

/* Carousel Next / Prev Buttons */

.carousel .owl-nav div {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
  overflow: hidden;	
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -1.3em;	
  font-size: 1.6em;
  color: #555;	
}

.carousel .owl-nav div.owl-next {
  right: 0.5em;
}

.carousel .owl-nav div.owl-prev {
  left: 0.5em;
}

.carousel .owl-nav div:hover{
  background-color: #547fa2;  
  -webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3); 
  box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
  color: #fff;	
}

/* Service Slider Pagination */



/* Slider Content */

.slider-img{
  width: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 	center;
  min-height: 100%;
  height: auto;
  top: 0;
  right: 0;
}

.slider-data{
  width: calc(51% - 20px);	
  align-self: center; 	 			
}

.slider-data-wp {
  width: auto;
  max-width: 630px;
  padding: 60px 60px 10px;
  color: #FFF;
}

.slider-ttl{
  padding-bottom: 50px;
  line-height: 100%;		
  font-size: 60pt;	
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;	
  color: rgb(24, 33, 50);
  line-height: 0.96;
  letter-spacing: 0.5px;
}


.slider-txt{
  font-size: 18pt;
  color: #182132;
  padding-bottom: 50px;	
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 2.5em;
  left: 2.5em;
}

  .owl-theme .owl-dots .owl-dot span {
  background: #c4c4c4;
  width: 1em;
  border-radius: 0;
  height: 0.3em;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: rgb(248, 248, 248);
    width: 1.5em;
    }


@media screen and (min-width: 1580px) {
	.slider-ttl{
		font-size: 36pt;
	}
	.carousel .owl-nav div{
		margin-top: -2.3em;
  }	
  .home-slider .owl-controls .owl-nav{
    width: 0px;
}
}
@media screen and (max-width: 1580px) {
	.slider-ttl{
		font-size: 36pt;
	}
	.carousel .owl-nav div{
		margin-top: -2.3em;
  }	
  .home-slider .owl-controls .owl-nav{
    top: 82%;
    left: 28%;
}
}
@media screen and (max-width: 1560px) {
  .home-slider .owl-controls .owl-nav{
width: 15%;
}
}
@media screen and (max-width: 1220px) {
	.slider-counter{
		display: none;
  }	
  
}

@media screen and (max-width: 1085px) {
  .home-slider-wp {
    margin-top: 1em;
  }
	.slider-counter{
		display: none;
	}
	.slider-data-wp{
		padding-left: 25px;
		padding-right: 25px;
	}
	.slider-ttl{
		font-size: 23pt;
	}	
	.slider-txt{
		font-size: 15pt;
	}
	.slider-img{
		overflow: hidden;
	}
	.slider-img img{
		width: 520px;
		max-width: 520px;
	}
	.carousel .owl-nav div{
		margin-top: -3.3em;
	}	
}
@media screen and (max-width: 980px) {
  .home-slider .owl-controls .owl-nav{
    /* top: 77%;
    left: 28%; */
  }
}

@media screen and (max-width: 905px) {
  .owl-theme .owl-dots {
    position: absolute;
    top: 35.5%;
    left: 68%;
}
	.home-slider .item{
		flex-wrap: wrap;
	}	
	.slider-img img{
		width: auto;
		max-width: 100%;
  }	
  .slider-img {
    width: 100%;
    border-right: none;
    margin-top: 2em;
}
	.slider-data{
		width: 100%;
	}
	.carousel .center .item{
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;		 		
	}
	.carousel{
		height: auto;
	}	
	.carousel .owl-nav div{
		margin-top: -1.3em;	
  }	
  .home-slider .owl-controls .owl-nav{
    top: 35%;
    left: 74%;
    width: 0%;
}
.slider-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: inherit;
}
}


@media screen and (max-width: 850px) {
  .owl-theme .owl-dots {
display: none !important;
}
}

@media screen and (max-width: 470px) {
  .home-slider .item {
    height: 455px;
  }
  .slider-img {
    display: none;
  }
  .home-slider-wp {
    margin-top: 2em;
  }
  .home-slider-wp	.owl-controls{
		display: none;
	}
	.slider-txt{
		font-size: 14pt;
  }	
  .slider-data-wp {
		width: auto;
		max-width: 630px;
		padding: 0px 60px 0px;
		color: #FFF;
	}
}



@media screen and (max-width: 340px) {

}


