<!--slider-->
.jk-slider{
   
}
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  bottom: 15%;
  left: 50%;
  z-index: 3;
  color: #fff;

  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);

  padding: 20px;
  width: 1100px;

}
.hero h1 {
    font-size: 2.5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	color:#fff;
}
.hero h1 span{color:#f1c00e;}
.service-hero {
    position: absolute;
    bottom: 1%;
    left: 50%;
right: -26%;

    z-index: 3;
    color: #fff;
    margin:0 auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
              background-color: rgba(0, 0, 0, 0.7);
              padding: 20px;

}
.service-hero h1 {
    font-size: 1.5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
  color:#fff;
}
.service-hero p{font-weight:bold; }


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/*.carousel-inner>.item>img, .carousel-inner>.item>a>img{max-width:none !important}*/