/*! http://responsiveslides.com v1.54 by @viljamis */

/*.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:-100;
  }*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: -100;
}

.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%;
  border: 0;
  }

  .slide-data {
      padding: 20px 10px;
      position: ABSOLUTE;
      right: 0px;
      bottom: 0px;
      top: 0px;
      background: #003f9b;
      z-index:1;
}
    .slide-data ul li {
        list-style: square;
        color: #fff;
        /*margin-left: 10px;*/
        margin-bottom: 8px;
        font-family: sans-serif;
        font-size: 16px;
    }

.slide-data ul li::marker {
  background-image: url('https://imc-itawards.in/images/Murli%20D%20Agarwal.jpg');
}
@media(max-width: 1050px) {
    .slide-data {
        position: static;
    }
}