
/** Swiper **/
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container {
    max-width: 100%;
    height: 100%;
}

.swiper-wrapper > .container {
  margin: 0;
  padding: 0;
}

.swiper-slide {
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide > .container {
   padding:0;
   margin:0;
}

/* Pagination Styles */
/*.swiper-pagination {
  text-align: left;
}*/

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #c8c8c8;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #b8d513;
}

.swiper-button-prev, .swiper-button-next {
  margin-top:0;
  opacity: 0.5;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.swiper-button-next, .swiper-button-prev {
  width: 27px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  background: none;
}

.swiper-container .row, .swiper-container .row .col-md-12 {
  padding: 0;
  margin: 0;
}

.s2 div:not(.swiper-pagination) {
  text-align: left;
}

.s2 img {
  margin: 0 auto;
}

.s2 .col-md-8 {
  padding-top: 20px ;
}

.s2 h3 {
  color: #026d3a;
}

.s2 h5 {
  font-family: 'Square-Roman', Helvetica, Arial, sans-serif;
  text-align: justify;
  margin-top: -10px;
}

.s3 {
  height: auto;
}

@media (max-width:767px) {
 
  .s2 .col-md-8 {
    width: 80%;
    margin: 0 auto;
  }

  .s2 .swiper-pagination {
    visibility: visible;
  }
}