* {
  margin: 0;
  padding: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: auto;
  border: 0;
}

.banner_slide_sect {
  /*margin-top: 0px;*/
}

@media only screen and (max-width: 2560px) {
  .banner {
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: url("../img/banner.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    display: block;
    float: none;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
  .banner2 {
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: url("../img/banner2.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    display: block;
    float: none;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
  .banner3 {
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: url("../img/banner3.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    display: block;
    float: none;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }

  .caption {
    width: 100%;
    text-align: center;
    color: #f5f5f5;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 3px!important;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px rgba(0,0,0,0.7);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    padding-bottom: 3.5%;
    padding-top: 10%;
    text-transform: capitalize;
  }

}

@media only screen and (max-width: 1200px) {
  .banner {
    clear: none;
    display: block;
    float: none;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
  .banner2 {
    clear: none;
    display: block;
    float: none;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
  .banner3 {
    clear: none;
    display: block;
    float: none;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .banner_slide_sect {
    /*margin-top: 100px;*/
  }
  .banner {
    clear: none;
    display: block;
    float: none;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
  .banner2 {
    clear: none;
    display: block;
    float: none;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }
  .banner3 {
    clear: none;
    display: block;
    float: none;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
  }

  .caption {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 2.3px;
    padding: 10% 4% 5% 4%;
    text-transform: capitalize;
  }

}


@media only screen and (max-width: 600px) {

  .caption {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2.3px;
    padding: 10% 5% 6% 5%;
    text-transform: capitalize;
  }


}