.slideshow-container {
  position: relative;
  width: 100%;
  float: left;
}
.slider-menu {
  text-align: center;
  position: relative;
  margin: 0 0 0 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.slider-menu #slideshow {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.slider-menu .slides {
    display: inline-block;
    vertical-align: top;
    margin:0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.aeihomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slider-menu::after {
/*  content: "";
  position: absolute;
  left: -80px;
  right: auto;
  background-color: rgba(0,0,0,0.7);
  width: 763px;
  height: 856px;
  top: 0;
  z-index: 2;
  -ms-transform: skew(0,0);
  -webkit-transform: skew(0,0);
  transform: skew(10deg,0);*/
}

.aeihomeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.aeisliders li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.aeisliders img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.aeihomeslider 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: 45%;
  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;
}
.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: transparent 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: transparent url("../img/slider-next-hover.svg") no-repeat scroll center;
  background-size: 30px;
}

.aeisliders_nav.prev {
  right: auto;
  background-position: right top;
  left: 40px;
  background: transparent 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:hover { 
  background: transparent url("../img/slider-prev-hover.svg") no-repeat scroll center;
  background-size: 30px;
 }

.aeisliders_tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    margin: 0;
    display: none;
}
.aeisliders_tabs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  font-size: 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 18px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.aeisliders_tabs li.aeisliders_here,.aeisliders_tabs li:hover {
    background-color: #49bcab;
    border: 4px solid #49bcab;
}
.aeisliders_tabs li.aeisliders_here a{
  color: #49bcab;
}
.aeisliders_tabs li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 15px;
    color: #000000;
}
.aeisliders_tabs li:hover a{
  color: #49bcab;
}
.slider-text.caption {
  position: absolute;
  top: 40%;
  left:auto;
  right: 18%;
  text-align: right;
  z-index: 2;
  width: auto;
}
.aeisliders li:nth-child(2) .slider-text.caption{
  left: 18%;
  right: auto;
  text-align: left;
}
.aeisliders li:nth-child(2) .slider-text .caption-description .desc{
  left: 0;
  right: auto;
}
.aeisliders li:nth-child(3) .slider-text.caption{
  text-align: center;
  left: 0;
  right: 0;
}
.aeisliders li:nth-child(3) .slider-text .caption-description .desc{
  left: 0;
  right: 0;
  
}
/*.aeisliders li:nth-child(2) .caption-description .desc{
  margin: 0 auto;
}*/
.slider-text h2 {
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.4px;
  margin: 0 0 15px;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease;
  -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: #49bcab;
}
.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;
}
.img-slider-round {
   position: absolute;
  left: auto;
  right: -63%;
  border-radius: 50%;
  width: 138px;
  height: 138px;
  background-color: #fff;
  border: 2px solid #49bcab;
  padding-top: 23px;
  top: 70%;
  bottom: auto;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.slider-menu:hover .img-slider-round {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.aeisliders li:nth-child(2) .img-slider-round {
    left: -55%;
    right: auto;
}
.aeisliders li:nth-child(3) .img-slider-round {
    left: auto;
    right: -35%;
}
.img-slider-round .title {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.68px;
    text-transform: capitalize;
    line-height: 57px;
}
.slider-text .caption-description .special-offer{
   font-size: 18px;
  font-weight: 400;
  color: #49bcab;
  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 {
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: 0.4px;
    display: block;
}

.slider-text .caption-description .desc {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.8px;
    display: block;
    position: absolute;
    top: -50px;
    left: auto;
    right: 0;
}
.caption-description  .btn {
    margin-top: 75px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: 30px;
    padding:2px 28px;
    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;
    border: 2px solid #49bcab;
    background-color: #49bcab;
    text-transform: capitalize;
}
.caption-description .btn:hover{
  background-color: #000;
  color: #fff;
  border: 2px solid #49bcab;
  box-shadow: 0 0 10px 0 #49bcab inset, 0 0 10px 4px #49bcab;
}
.img-slider-shopnow{
   font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.3px;
  top: 15px;
  left: -20px;
  opacity: 0; 
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.caption-description:hover .img-slider-shopnow{
  opacity: 1;
  visibility: visible;  
  left: 60px;
}
.caption-description .img-slider-shopnow:hover{
  color: #49bcab;
}
@media (max-width:1349px){
  .slider-text h2 {
    font-size: 50px;
  }
}
@media (max-width:1200px){
 
}

@media (max-width:1199px){
 
  .slider-text h2 {
    font-size: 50px;
    margin: 0 0 12px;
  }
  .caption-description .btn{
    margin-top: 35px;
  }
  .slider-text .caption-description span{
    padding: 0;
  }
}
@media (max-width:991px){
 
  .slider-text .caption-description .desc{
    font-size: 13px;
  }
  .caption-description .btn{
    margin-top: 20px;
  }
  .slider-text .caption-description .meta-title {
    font-size: 15px;
    padding-top: 15px;
  }
  .slider-text .caption-description .special-offer{
    font-size: 15px;
  } 
  .slider-text h2 {
      font-size: 35px;
      margin: 0;
  }
}
@media (max-width:767px){
  .slider-text .caption-description .off{
    margin-bottom: 0;
  }
  .slider-text.caption {
    top: 20%;
  }
  .caption-description .btn {
    margin-top: 20px;
  }
  .slider-text .caption-description .desc {
    width: 100%;
    margin: 0 auto;
  }
  .aeisliders_tabs{
    display: block;
  }
  .aeisliders_nav.prev,.aeisliders_nav.next{
    display: none;
  }

  .slider-text .caption-description span{
    font-size: 14px;
  }
  .slider-text .caption-description span{
    margin: 0 0 26px;
  }
  .slider-text h2{
    margin: 0;
  }
}
@media (max-width:600px){
 /* .slider-text .caption-description .off{
    display: none;
  }
  .slider-text .caption-description .meta-title{
    display: none;
  }*/
  .slider-text .caption-description .desc{
    display: none;
  }
  .caption-description .btn{
      padding: 2px 10px;
      margin-top: 0;
      font-size: 12px;
  }
  .slider-text h2 {
    margin: 15px 0 15px;
    font-size: 30px;
    line-height: normal;
  }
  .slider-text .caption-description span{
    line-height: 24px;
  }
  .slider-text.caption {
    top: 5%;
  }
  .slider-text .caption-description .meta-title{
    padding-top: 0;
    font-size: 12px;
  }
}
@media (max-width:479px){
  .slider-text .caption-description .meta-title{
    display: none;
  }
  .slider-text .caption-description .desc{
    display: none;
  }
  .slider-text .caption-description .special-offer{
    /*display: none;*/
  }
 
  .slider-text .caption-description span{
    display: none;
  }
  .slider-text h2{
    margin: 0 0 10px;
  }
  .aeisliders_tabs{
    bottom: 0;
  }
}
@media (max-width:380px){
  .slider-text h2 {
      font-size: 25px;
  }
 .slider-text .btn {
    padding: 3px 10px;
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width:380px){
  .caption-description .btn {
      margin-top: 0;
  }
}