.slideshow-container {
  position: relative;
  width: 100%;
  float: left;
}
.slider-menu {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-menu #slideshow {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.slider-menu .slides {
    display: inline-block;
    vertical-align: top;
    margin:0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.aeihomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.aeisliders li{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.aeihomeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.aeisliders img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border: 0;
}
.aeihomeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #000;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 50px;
  right: 0;
  bottom: 100px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  width:50%;
}

.aeisliders_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:42%;
  left: 0;
  opacity: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: visible;
  text-decoration: none;
  height: 55px;
  width: 55px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  border: none;
  display: none;
}
.slider-menu:hover .aeisliders_nav{
  opacity: 1;
}
.aeisliders_nav:active {
  opacity: 1.0;
}

.aeisliders_nav.next {
  left: auto;
  background-position: right top;
  right: 40px;
  background: rgba(0,0,0,0.3) url("../img/slider-next.svg") no-repeat scroll center;
  background-size: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*.slider-menu:hover .aeisliders_nav.next{
  right: 35px;
}*/
.aeisliders_nav.next:hover {  
  background: #0094d9 url("../img/slider-next-hover.svg") no-repeat scroll center;
  background-size: 30px;
}

.aeisliders_nav.prev {
  left: 40px;
  background-position: right top;
  right: auto;
  background: rgba(0,0,0,0.3) url("../img/slider-prev.svg") no-repeat scroll center;
  background-size: 30px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
/*.slider-menu:hover .aeisliders_nav.prev{
  right: 90px;
}*/
/*.aeisliders_nav.prev::after {
  background: transparent url("../img/slash-icon.png") no-repeat scroll center;
  content: "";
  width: 32px;
  height: 86px;
  position: absolute;
  top: 12px;
  left: auto;
  right: -13px;
  margin: 0 auto;
}*/
.aeisliders_nav.prev:hover { 
  background:#0094d9 url("../img/slider-prev-hover.svg") no-repeat scroll center;
  background-size: 30px;
 }

.aeisliders_tabs {
  position: absolute;
  left: 3%;
  right: auto;
  bottom: 10%;
  z-index: 2;
  margin: 0;
  top: auto;
}
.aeisliders_tabs li {
  height: 39px;
  width: 39px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.aeisliders_tabs li.aeisliders_here,.aeisliders_tabs li:hover{
 color: #0094d9;
}
.aeisliders_tabs li::after {
    content: "";
    position: absolute;
    left: auto;
    right: -60px;
    background-color: #a1a1a1;
    width: 47px;
    height: 1px;
    top: 18px;
}
.aeisliders_tabs li:last-child::after {
  display: none;
}
.aeisliders_tabs li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000;    
    font-size: 18px;  
    font-weight: 600;
    letter-spacing: 0.96px;
    line-height: 39px;
    list-style-type: decimal-leading-zero;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.aeisliders_tabs li.aeisliders_here a,.aeisliders_tabs li:hover a{
  color: #0094d9;
  font-size: 30px;
  -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}

.aeisliders_tabs li a::before{
  content: "0";
}

.slider-text.caption {
  position: relative;
  z-index: 2;
}
.aeisliders li:nth-child(2) .slider-text.caption{
  right: 0;
  left: auto;
}
.aeisliders li:hover .slider-text.caption {  
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
.slider-text h2 {  
  font-size: 160px; 
  font-weight: 900;
  color: #fff;
  letter-spacing:0px;
  margin: 0 0 15px;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.22); 
  text-align: left;
  display: none;
}
.aeisliders li:hover .slider-text h2{
  color: #0094d9;
}

.slider-text .caption-description {
  
}
.slider-text .caption-description{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  line-height: 32px;
  position: absolute;
  bottom: 165px;
  left: auto;
  right: 40px;
}
.slider-text .caption-description .special-offer{
   font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing:0.3px;
  text-transform: capitalize;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

/*.aeisliders li:nth-child(3) .slider-text .caption-description .special-offer{
  
}*/


.slider-text .caption-description .off{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing:0.6px;
  text-transform: capitalize;
  line-height: 50px;
  display: block;
}
.slider-text .caption-description .meta-title {
    position: absolute;
    top: 10%;
    left: auto;
    right: 0;
    text-align: right;
    margin: 0;
    font-weight: 900; 
    font-size: 150px;
    line-height: normal;
    color: #fff;
    text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.22); 
}

.slider-text .caption-description .desc {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.28px;
    display: block;
    width: 65%;
    margin: 0 auto;
    line-height: 30px;
}
.slider-btn-block {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.caption-description  .btn {
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 30px;
    padding:4px 29px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    position: relative;
    color: #fff;
    background-color: #0068a5;
    text-transform: capitalize;
    border-radius: 5px;
}

.caption-description .btn:hover{
  color: #fff;
  background-color: #000;
}
.slider-desc {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 24px;
    display: block;
}

@media (max-width:1700px){
 
}
@media (max-width:1349px){  
 
}
@media (max-width:1200px){

}

@media (max-width:1199px){

 
}

@media (max-width:991px){
  .slider-text .caption-description{
    bottom: 55px;
    left: auto;
    right: 0;
  }
  .caption-description .btn{
    padding: 2px 19px;
  }
  .aeisliders_tabs li::after {
    width: 15px;
    right: -20px;
  }
  .aeisliders_tabs li{
    height: 30px;
    width: 30px;
    margin: 0 10px;
  }
  .aeisliders_tabs li a{
    font-size: 13px;
    line-height: 30px;
  }
  .aeisliders_tabs li.aeisliders_here a, .aeisliders_tabs li:hover a{
    font-size: 22px;
  }
}
@media (max-width:767px){

 
}
@media (max-width:600px){
 
}
@media (max-width:479px){
  
  .slider-text .caption-description .special-offer{
    font-size: 10px;
  }
  .slider-text h2{
    font-size: 20px;
  }
  .caption-description .btn {
    margin-top: 12px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: normal;
}

  
}