.slideshow-container {
  position: relative;
  width: 100%;
}
.slider-menu {
  text-align: center;
}
.slider-menu #slideshow {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.slider-menu .slides {
    display: inline-block;
    vertical-align: top;
}
.aeihomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.aeihomeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 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: hidden;
  text-decoration: none;
  height: 55px;
  width: 55px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  
  border-radius: 50%;
  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: 0;
  background: transparent url("../img/slider-next.svg") no-repeat scroll center;
  background-size: 50px;
    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: 30px;
}
.aeisliders_nav.next:hover {  
  background: transparent url("../img/slider-next-hover.svg") no-repeat scroll center;
  background-size: 50px;
}

.aeisliders_nav.prev {
  left: 0;
  background-position: right top;
  right: auto;
  background: transparent url("../img/slider-prev.svg") no-repeat scroll center;
  background-size: 50px;
  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{
  left: 30px;
}
.aeisliders_nav.prev:hover { 
  background: transparent url("../img/slider-prev-hover.svg") no-repeat scroll center;
  background-size: 50px;
 }

.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 5px;
  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: #e386ae;
}
.aeisliders_tabs li.aeisliders_here a{
  color: #e386ae;
}
.aeisliders_tabs li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 15px;
    color: #fff;
}
.aeisliders_tabs li:hover a{
  color: #e386ae;
}
.slider-text.caption {
  position: absolute;
  top: 32%;
  left: 0;
  right: auto;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.aeisliders li:nth-child(2) .slider-text.caption{
}
.slider-text h2 {
  font-size: 142px;
  text-align: left;
  font-weight: 700;
  color: rgba(0,0,0,0.2);
  letter-spacing: 0;
  margin: 0 0 32px;
  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;
  line-height: 85px;
  padding-left: 160px;
  padding-top: 50px;
}

.aeisliders li:hover .slider-text h2{
  color: rgba(0,0,0,0.2);
}
.slider-text .caption-description {
  
}
.slider-text .caption-description{
  display: block;
  position: relative;
}
.slider-text .caption-description .special-offer{
   font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing:0.3px;
  text-transform: capitalize;
  line-height: 32px;
  width: 205px;
  background-color: #e386ae;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
  border:5px solid #eeeae7;
}
.aeisliders li:nth-child(2) .slider-text .caption-description .special-offer{
  border: 5px solid #f4f3ee;
}
.aeisliders li:nth-child(3) .slider-text .caption-description .special-offer{
  border: 5px solid #dce8e8;
}
.slider-text .caption-description .special-offer::before{
  width: 0px;
  height: 0px;
  border-right: 15px solid transparent;
  border-top: 17px solid #e386ae;
  border-left: 35px solid #e386ae;
  border-bottom: 15px solid #e386ae;
  position: absolute;
  content: "";
  left: auto;
  right: -40px;
  top: 23px;
  bottom: 0;
  z-index: -1;
}
.slider-text .caption-description .special-offer::after{
  position: absolute;
  content: "";
  top: 23px;
  bottom: 0;
  left: -43px;
  right: auto;
  width: 0px;
  height: 0px;
  z-index: -1;
  border-right: 35px solid #e386ae;
  border-top: 17px solid #e386ae;
  border-left: 18px solid transparent;
  border-bottom: 15px solid #e386ae;
}
.slider-text .caption-description .off{
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  letter-spacing:0.6px;
  text-transform: capitalize;
  line-height: 50px;
  display: block;
}
.slider-text .caption-description .meta-title {
    font-size: 142px;
    font-weight: 700;
    color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: auto;
    right: 80px;
    text-align: center;
    margin: 0;
    line-height: normal;
}

.caption-description  .btn {
    background: #e386ae url("../img/Buttons.png") no-repeat center center;
    height: 55px;
    width: 55px;
    background-color: #e386ae;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    line-height: normal;
    padding: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;
    position: absolute;
    border: 2px solid #e386ae;
    left: 30%;
    right: auto;
    top: 90px;
    bottom: auto;
}
.caption-description  .btn:hover{
    
}
.caption-description  .btn::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  pointer-events: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="+0*100);
  filter: alpha(opacity=0*100);
  transition: transform 0.3s, opacity 0.7s;
  background-color: #fff;
}
.caption-description  .btn:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="+1*100);
    filter: alpha(opacity=1*100);
    z-index: -1;
}
.caption-description:hover .btn{
    background-color: transparent;
    border:2px solid #e386ae;
    background: transparent url("../img/Buttons-hover.png") no-repeat center center;
}
.img-slider-shopnow{
   font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  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: #e386ae;
}
@media (max-width:1600px){
  .slider-text h2,.slider-text .caption-description .meta-title{
    font-size: 122px;
  }
}
@media (max-width:1349px){
  .slider-text h2{
    font-size: 115px;
    padding-left: 70px;
    padding-top: 25px;
  }
  .slider-text .caption-description .meta-title{
    font-size: 115px;
  }
}
@media (max-width:1200px){
  .slider-text h2 {
    font-size: 100px;
    padding-top: 20px;
  }
  .slider-text .caption-description .meta-title {
    font-size: 100px;
  }
}
@media (max-width:1199px){
  .slider-text .caption-description span{
    padding: 0;
  }
}
@media (max-width:991px){
  .aeisliders li:nth-child(2) .slider-text.caption {
    right: 20px;
  }
  .caption-description .btn{
    margin-top: 0;
    left: 20%;
    top: 75px;
  }
  .slider-text h2 {
    font-size: 80px;
    margin: 0;
    padding-left: 55px;
    padding-top: 0;
  }
  .slider-text .caption-description .meta-title{
     font-size: 80px;
     right: 43px;
  }
}
@media (max-width:768px){
  .slider-text h2 {
    font-size: 58px;
  }
  .slider-text .caption-description .meta-title {
      font-size: 58px;
  }
  .caption-description .btn{
    top: 0;
  }
}
@media (max-width:767px){
 
  .caption-description .btn {
    margin-top: 0;
  }
  .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{
    top: 20%;
  }
  .caption-description .btn{
    left: 15%;
  }
  .slider-text h2{
    font-size: 52px;
    padding-left: 30px;
    padding-top: 0;
  }
  .slider-text .caption-description .meta-title {
    font-size: 52px;
    right: 25px;
  }
}
@media (max-width:479px){
  .slider-text .caption-description .meta-title {
    font-size: 40px;
    right: 15px;
  }
  .slider-text h2 {
    font-size: 40px;
  }
  .caption-description .btn{
    height: 45px;
    width: 45px;
  }
}
@media (max-width:380px){
 .slider-text h2 {
    font-size: 25px;
    padding-left: 18px;
  }
  .slider-text .caption-description .meta-title {
    font-size: 25px;
    top: -50px;
  }
  .caption-description .btn {
    height: 40px;
    width: 40px;
    top: -30px;
  }
  .slider-text .caption-description span {
    margin: -6px 0 26px;
  }
  .caption-description:hover .img-slider-shopnow{
    left: 50px;
  }
}
@media (max-width:380px){
 
}