.slideshow-container {
  position: relative;
  width: 100%;
  float: left;
}
.slider-menu {
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  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;
    z-index: 1;
    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: #6a86ff 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:#6a86ff url("../img/slider-prev-hover.svg") no-repeat scroll center;
  background-size: 30px;
 }

.aeisliders_tabs {
  position: absolute;
  left: auto;
  right: 45px;
  bottom: 40%;
  z-index: 2;
  text-align: center;
  margin: 0;
  width: 25px;
  top: auto;
}
.aeisliders_tabs li {
  height: 39px;
  width: 39px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  cursor: pointer;
  background-color: #fff;
  -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{
 background-color: #6a86ff;
 color: #fff;
}

.aeisliders_tabs li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000;    
    font-size: 18px;  
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 39px;
    font-family: 'Slabo 13px', serif;
    list-style-type: decimal-leading-zero;
    position: relative;
}
.aeisliders_tabs li.aeisliders_here a,.aeisliders_tabs li:hover a{
  color: #fff;
}
.aeisliders_tabs li:hover a {
    color: #fff;
}
.aeisliders_tabs li a::before{
  content: "0";
}

.slider-text.caption {
  position: absolute;
  top: 40%;
  left:0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.aeisliders li:hover .slider-text.caption {  
  -webkit-animation-timing-function: linear-gradient;
  animation-timing-function: linear-gradient;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
.slider-text h2 {
  font-family: 'Roboto', sans-serif;  
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.93); 
  font-size: 62px; 
  font-weight: 800;
  color: #fff;
  letter-spacing:1.5px;
  margin: 0 0 15px;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.aeisliders li:hover .slider-text h2{
  color: #6a86ff;
  -webkit-mask-image: linear-gradient(-75deg, rgba(106, 134, 255, 1) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
   /*animation-play-state: paused;*/
}

.slider-text .caption-description {
  
}
.slider-text .caption-description{
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing:0.3px;
  text-transform: capitalize;
  line-height: 32px;
}
.slider-text .caption-description .special-offer{
   font-size: 18px;
  font-weight: 400;
  color: #6a86ff;
  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: -85px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-weight: 400; 
    font-size: 42px;
    line-height: normal;
    color: #6a86ff;
}

.slider-text .caption-description .desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    display: block;
}
.caption-description  .btn {
    margin-top: 30px;
    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: #6a86ff;
    text-transform: capitalize;
}
.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:1349px){
  
  .slider-text h2 {
    font-size: 62px;
  }
  .slider-menu{
    padding-bottom: 0;
  }
  
}
@media (max-width:1200px){

}

@media (max-width:1199px){
  
  .slider-text h2 {
    font-size: 50px;
    margin: 0 0 12px;
  }
  .caption-description .btn{
    margin-top: 30px;
  }
}

@media (max-width:991px){
  .aeisliders_tabs li{
    height: 30px;
    width: 30px;
  }
  .aeisliders_tabs{
    bottom: 30%;
  }
  .aeisliders_tabs li a{
    font-size: 13px;
    line-height: 30px;
  }
  .slider-menu .container {
    padding: 0;
  }
  .slider-text h2 {
      font-size: 35px;
      margin: 0;
  }
}
@media (max-width:767px){
 .slider-text.caption{
  top: 30%;
 }
 
}
@media (max-width:600px){
  .aeisliders_tabs li.aeisliders_here, .aeisliders_tabs li:hover {
      background-color: transparent;
  }
  .aeisliders_tabs li.aeisliders_here a{
      color: #fff;
  }
  .aeisliders_tabs li:hover a{
      color: #6a86ff;
  }
  .aeisliders_tabs li a{
    color: #fff;
  }
  .aeisliders_tabs li{
    background-color: transparent;
    margin: 0;
  }
  .slider-text h2 {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width:479px){
  .aeisliders_tabs {
      bottom: 0;
      right: 10px;
  }
  .slider-text h2{
    font-size: 14px;
  }
  .caption-description .btn {
    margin-top: 12px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: normal;
}

  
}