.responsive-slider {
    width: 100%;
    position: relative;
    /*height: 100vh;*/    
/*background-color: #fcdce7;*/
/*background: -moz-linear-gradient(top, rgba(252,227,237,1) 0%, rgba(246,203,220,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,227,237,1)), color-stop(100%, rgba(246,203,220,1)));
background: -webkit-linear-gradient(top, rgba(252,227,237,1) 0%, rgba(246,203,220,1) 100%);
background: -o-linear-gradient(top, rgba(252,227,237,1) 0%, rgba(246,203,220,1) 100%);
background: -ms-linear-gradient(top, rgba(252,227,237,1) 0%, rgba(246,203,220,1) 100%);
background: linear-gradient(to bottom, rgba(252,227,237,1) 0%, rgba(246,203,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce3ed', endColorstr='#f6cbdc', GradientType=0 );*/

}
.responsive-slider [data-animate] {
  opacity: 0;
}
.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}
.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}
.responsive-slider .slides ul li {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.responsive-slider .slides ul li .slide-body {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.responsive-slider .slides ul li .slide-body img {
  max-width: 100%;
  width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption {
  position: absolute;
  color: #2b1f24;
  font-size: 18px;
}
.responsive-slider .slides ul li .slide-body .caption.header {
  top: 28%;
  left: 20%;
  z-index: 99;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 {
  font-size: 40px;
  color: #2b1f24 !important;
  font-weight: bold;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 small {
  color: #2b1f24 !important;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 i {
  font-size: 35px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 25px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 16px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 14px;
  }
}
.responsive-slider .slides ul li .slide-body .caption.btn {
  bottom: -120px;
  right: auto;
  font-weight: 400;
  left: -20px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 11px;
    bottom: 0px;
    right: -10px;
  }
}
@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 10px;
    bottom: 5px;
    right: 0;
  }
}
.responsive-slider .slides ul li .slide-body .caption.img-html5 {
  bottom: 0;
  right: 12%;
  width: 646px;
}
.responsive-slider .slides ul li .slide-body .caption.img-html5 img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-css3 {
  top: 57%;
  right: 12%;
  width: 10%;
}
.responsive-slider .slides ul li .slide-body .caption.img-css3 img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
  top: 48%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter {
  top: 19%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery {
  top: 66%;
  right: 12%;
  width: 33%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery img {
  max-width: 100%;
}
.responsive-slider .slider-control {
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 30px;
  background-color: #bf3371;
  padding: 10px 20px;
  box-shadow: 3px 3px 10px -2px rgba(0,0,0,03);
}
.responsive-slider .slider-control.left {
  right: 130px;
  border-radius: 100px;
}
.responsive-slider .slider-control.left:hover {
  text-decoration: none;
}
.responsive-slider .slider-control.right {
  right: 70px;
 border-radius: 100px;
}
.responsive-slider .slider-control.right:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
}
.responsive-slider .pages {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.responsive-slider .pages .page {
  display: inline-block;
  color: transparent;
  width: 5px;
  height: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.responsive-slider .pages .page.active {
  opacity: 1;
}

.responsive-slider .slides ul li .slide-body .caption.btn {
  bottom: -150px;
  right: auto;
  font-weight: 400;
  left: -20px;
}