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

}

.home-slider{
  width: 100%;		
}

.home-slider .item {
  width: 95%;
  display: flex;
  height: 700px;
}

.slider-counter {
  position: absolute;
  left: 29.5%;
  bottom: 6.5%;
  z-index: 2;
}

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

.slider-counter div.slider-c{
  font-size: 30pt;	
  font-weight: 400;	
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

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

.industry-slider .item{
  padding-right: 10px;
}

.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: 150px;
  position: absolute;
  top: 80%;
  left: 28%;
  z-index: 1;
}


.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: 20px 60px 20px 5em;
  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;	
}


.industry-slider img{
  border-radius: 20px;	
}

.industry:nth-child(odd) .industry-slider img {
  border-right: 10px solid #254E70;
}

.industry:nth-child(even) .industry-slider img {
  border-left: 10px solid #547fa2;	
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 2.5em;
  left: 2.5em;
  display: none !important;
}

  .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;
  }	
}
@media screen and (max-width: 1580px) {
	.slider-ttl{
		font-size: 36pt;
	}
	.carousel .owl-nav div{
		margin-top: -2.3em;
  }	
}
@media screen and (max-width: 1560px) {
  .home-slider .owl-controls .owl-nav {
    width: 220px;
    position: absolute;
    top: 80%;
    left: 25.5%;
    z-index: 1;
}
}
@media screen and (max-width: 1520px) {
  .home-slider .owl-controls .owl-nav {
    top: 83%;
    left: 16.5%;
}
.slider-counter {
  left: 21%;
  bottom: 3.5%;
}
}
@media screen and (max-width: 1280px){
.home-slider .owl-controls .owl-nav {
    top: 85%;
    left: 20.5%;
}
.slider-counter {
  left: 25.5%;
  bottom: 1.5%;
}
}
@media screen and (max-width: 1220px) {
	.slider-counter{
		display: none;
  }
  .home-slider .owl-controls .owl-nav {
    top: 85%;
    left: 18.5%;
}
.home-slider .owl-controls .owl-nav {
  width: 180px;
}
}
@media screen and (max-width: 1180px) {
  .slider-data-wp {
    padding: 20px 20px 20px 2em;
  }
}
@media screen and (max-width: 1085px) {
  .home-slider-wp {
    margin-top: 1em;
  }

	.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 {
    width: 5%;
}
.inner-lbl-wp.center .hc-shadow-title {
  left: -1%;
}
.our-services .hc-shadow-title {
  font-size: 80pt;
  top: -21%;
}
.hc-shadow-title {
  font-size: 90pt;
  top: -21%;
}
}

@media screen and (max-width: 905px) {
  .slider-img{
		margin-top: 1.5em;
	}
  .slider-counter{
		display: none;
	}
  .owl-theme .owl-dots {
    position: absolute;
    top: 28.5%;
    left: 68%;
}
	.home-slider .item{
		flex-wrap: wrap;
	}	
	.slider-img{
		width: 100%;
		border-right: none;
	}	
	.slider-img img{
		width: auto;
		max-width: 100%;
	}	
	.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: 29%;
    left: 74%;
}
.our-services .hc-shadow-title {
  font-size: 70pt;
  top: 0%;
}
.hc-shadow-title {
  font-size: 80pt;
  top: -21%;
}
.slider-img {
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: contain;
}
}

@media screen and (max-width: 850px) {
	.industry-slider img{
		width: 100%;
  }
  .owl-theme .owl-dots {
display: none !important;
}
}
@media screen and (max-width: 680px) {
  .home-slider .owl-controls .owl-nav {
    top: 33%;
    left: 74%;
  }
}

@media screen and (max-width: 580px) {
  .home-slider .owl-controls .owl-nav {
    top: 37%;
    left: 74%;
  }
}
@media screen and (max-width: 480px) {
.slider-data-wp {
    margin-top: 1.5em;
}
}
@media screen and (max-width: 470px) {
  .home-slider .item {
    height: 510px;
  }
  .slider-img {
    display: none;
  }
  .home-slider-wp	.owl-controls{
		display: none;
	}
	.slider-txt{
		font-size: 14pt;
  }	
  .home-slider-wp {
    margin-top: 2em;
    border-bottom: 1px solid black;
}
.owl-theme .owl-dots {
  display: block !important;
  }
  .slider-counter {
    display: block;
    left: 67.5%;
    bottom: 13.5%;
}
}
@media screen and (max-width: 340px) {
  .slider-counter {
    display: none;
}
}
@media screen and (max-width: 380px) {
  .slider-data-wp {
      margin-top: 1.5em;
  }
  }



