.banner-section {
  position: relative;
  /*min-height: 830px;*/
}

.banner-img {
  border-radius: 0 0 100px 100px;
  width: 100%;
  /*position: absolute;*/
  /*min-height: 830px;*/
  object-fit: cover;
  /*height: 700px;*/
  z-index: 99;
}
.hdr-banner-height .banner-img {
  height:700px;
  object-fit: cover;
}

.banner-detail {
  padding-top: 315px;
  padding-left: 250px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
  z-index: 999;
}

.banner-section .carousel-control-prev-icon,
.banner-section .carousel-control-next-icon {
  background: none;
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev,
.banner-section .carousel-control-prev-icon,
.banner-section .carousel-control-next-icon {
  width: 50px;
  opacity: 1;
}

.banner-section .carousel-control-prev-icon:before,
.banner-section .carousel-control-next-icon:before {
  content: "\e901";
  color: #b4cd95;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  opacity: .4;
}

.banner-section .carousel-control-prev-icon {
  transform: rotate(180deg);
  top: 10px;
  position: relative;
}

.banner-section .carousel-control-next {
  right: 50px;
}

.banner-section .carousel-control-prev {
  left: 50px;
}

.banner-section .carousel-control-prev-icon:hover:before,
.banner-section .carousel-control-next-icon:hover:before {
  opacity: 1 !important;
  color: #b4cd95;
}

.banner-section .carousel-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, .3);
  border-radius: 0 0 100px 100px;
}

.story {
  padding: 80px 0 0;
  position: relative;
}

.story .h2 {
  margin-bottom: 60px;
}

.story p {
  font-size: 30px;
  line-height: 1.33;
  margin-left: 19px;
  margin-bottom: 0;
}

.story .green-tringle-shape {
  right: -80px;
}

.story h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.story .container {
  position: relative;
}

.story .our-voice {
  position: relative;
  margin-bottom: 60px;
}

.story .our-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  background-color: #b4cd95;
}

.story .our-voice .voice-txt {
  padding: 110px 0 80px;
  margin: 0 auto;
  max-width: 954px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story .our-voice .voice-txt .h3 {
  min-width: 240px;
  margin-right: 19px;
}

.story .our-videos {
  position: relative;
  margin-bottom: 60px;
  padding-top: 90px;
  color: #fff;
}

.story .our-videos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 352px;
  -webkit-clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 100%);
  background-color: #5e88a2;
}

.story .our-videos h2 {
  color: #fff;
  padding-bottom: 30px;
  text-align: center;
}

.story .our-videos .video-box h3 {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 53px;
  max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.story .single-video .singlevideowrapper {
  position: relative;
  padding-top: 56.64%;
  /* margin-bottom: 50px; */
}

.story .single-video iframe {
  /* height: 760px; */
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.story .multi-videos .row {
  margin: 0 -20px;
}

.story .multi-videos .row .col-sm-6 {
  padding: 0 20px;
  margin-bottom: 35px;
}
 
.story .multi-videos .videowrapper {
  position: relative;
  padding-top: 56%;
}

.story .multi-videos .row .col-sm-6 iframe,
.story .multi-videos .row .col-md-4 iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.story .support-video.our-videos .video-box h3 {
  margin-bottom: 30px;
}
.story .support-video.our-videos::before {
  height: 460px;
}

@media(max-width:1850px) {
  .hdr-banner-height .banner-img {
    height:600px;
  }
  .banner-img {
    /*min-height: 710px;
    height: 710px;*/
  }

  .banner-section {
    /*min-height: 710px;*/
  }
}

@media (max-width: 1650px) {
.hdr-banner-height .banner-img {
    height:500px;
  }
  .banner-img,
  .banner-section {
    /*min-height: 610px;
    height: 610px;*/
  }

  .story .h2 {
    margin-bottom: 40px;
  }

  .story p {
    font-size: 22px;
  }

  .story h3 {
    font-size: 22px;
  }

  .story .our-voice {
    margin-bottom: 50px;
  }

  .story .our-voice::before {
    height: 370px;
  }

  .story .our-videos {
    padding-top: 88px;
    margin-bottom: 50px;
  }

  .story .our-videos::before {
    height: 300px;
  }

  .story .our-videos .video-box h3 {
    margin-bottom: 43px;
    max-width: 430px;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 340px;
  } */

  /* .story .single-video iframe {
    height: 600px;
  } */

  .story .single-video {
    margin-bottom: 85px;
  }

  .story .green-tringle-shape {
    right: -50px;
  }
  .story .our-videos h2 {
  padding-bottom: 35px;
}
}

@media (max-width: 1365px) {
  .hdr-banner-height .banner-img {
    height:440px;
  }
  .story .our-videos.support-video .video-box h3 {
    min-height: inherit;
  }
  .story .support-video.our-videos::before {
    height: 340px;
  }

  .banner-img,
  .banner-section {
    /*min-height: 530px;
    height: 530px;*/
  }

  .story .our-voice::before {
    height: 320px;
  }

  .story .our-voice .voice-txt {
    padding: 100px 0 70px;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 303px;
  } */

  .story h3 {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .hdr-banner-height .banner-img {
  height:360px;
}
   .story .support-video.our-videos h2 {
    padding-bottom: 40px;
  }
  .story .support-video.our-videos::before {
  height: 280px;
}
  .banner-img,
  .banner-section {
    /*min-height: 430px;
    height: 430px;*/
  }

  .story p {
    font-size: 22px;
  }

  .story h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .story .our-voice::before {
    height: 300px;
  }

  .story .our-voice .voice-txt {
    padding: 101px 0 70px;
  }

  .story .our-videos {
    padding-top: 68px;
  }

  .story .our-videos::before {
    height: 250px;
  }

  .story .our-videos h2 {
    padding-bottom: 50px;
  }

  .story .our-videos .video-box h3 {
    margin-bottom: 33px;
    max-width: 390px;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 245px;
  } */

  /* .story .single-video iframe {
    height: 500px;
  } */

  .story .single-video {
    margin-bottom: 80px;
  }

  .story .green-tringle-shape {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .hdr-banner-height .banner-img {
  height:280px;
}
  .story .support-video.our-videos::before {
    height: 240px;
  }
  .story .support-video.our-videos .video-box h3 {
    margin-bottom: 20px;
  }
  .banner-img,
  .banner-section {
    /*min-height: 330px;
    height: 330px;*/
  }

  .banner-section .carousel-control-prev-icon::before,
  .banner-section .carousel-control-next-icon::before {
    font-size: 35px;
  }

  .banner-section .carousel-control-next {
    right: 10px;
  }

  .banner-section .carousel-control-prev {
    left: 10px;
  }

  .banner-section .carousel-control-next,
  .banner-section .carousel-control-prev,
  .banner-section .carousel-control-prev-icon,
  .banner-section .carousel-control-next-icon {
    width: 40px;
  }

  .story {
    padding: 70px 0 0;
  }

  .story p {
    font-size: 20px;
  }

  .story .our-voice {
    margin-bottom: 46px;
  }

  .story .our-voice::before {
    height: 260px;
  }

  .story .our-voice .voice-txt {
    padding: 81px 0 60px;
  }

  .story .our-voice .voice-txt .h3 {
    min-width: 180px;
  }

  .story .our-videos {
    margin-bottom: 46px;
    padding-top: 48px;
  }

  .story .our-videos::before {
    height: 220px;
  }

  .story .our-videos h2 {
    padding-bottom: 30px;
  }

  .story .our-videos .video-box h3 {
    margin-bottom: 23px;
  }

  .story .multi-videos .row {
    margin: 0 -12px;
  }

  .story .multi-videos .row .col-sm-6 {
    padding: 0 12px;
    margin-bottom: 24px;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 198px;
  } */

  /* .story .single-video iframe {
    height: 400px;
  } */

  /* .story .single-video .singlevideowrapper {
    margin-bottom: 24px;
  } */

}

@media (max-width: 767px) {
  .hdr-banner-height .banner-img {
  height:215px;
}
  .story .support-video.our-videos .video-box h3 {
    color:#262626;
  }
  .banner-img,
  .banner-section .carousel-item:before {
    border-radius: 0 0 60px 60px;
  }

  .story .h2 {
    margin-bottom: 20px;
  }

  .story .our-voice::before {
    height: 240px;
  }

  .story .our-voice .voice-txt {
    padding: 61px 0 40px;
  }

  .story .our-voice .voice-txt .h3 {
    min-width: 150px;
  }

  .banner-img,
  .banner-section {
    /*min-height: 270px;
    height: 270px;*/
  }

  .story .our-videos::before {
    height: 200px;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 140px;
  } */

  /* .story .single-video iframe {
    height: 300px;
  } */

  .story p {
    font-size: 18px;
  }

  .story {
    padding: 50px 0 0;
  }
}

@media (max-width: 575px) {
  .story .support-video.our-videos .video-box h3 {
    margin-bottom: 10px;
  }
  .story .support-video.our-videos h2 {
    padding-bottom: 30px;
  }
  .story .our-voice .voice-txt {
    padding: 51px 0 30px;
  }

  .story .our-videos {
    padding-top: 38px;
  }

  .story .our-videos::before {
    height: 180px;
  }

  .banner-img,
  .banner-section {
    /*min-height: 230px;
    height: 230px;*/
  }

  .story .our-videos .video-box h3 {
    margin-bottom: 20px;
    color: #262626;
    min-height: inherit;
  }

  .story h3 {
    color: #212529;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 250px;
  } */

  /* .story .single-video iframe {
    height: 250px;
  } */

  .story .single-video {
    margin-bottom: 70px;
  }

  .banner-section .carousel-control-prev-icon::before,
  .banner-section .carousel-control-next-icon::before {
    font-size: 28px;
  }
  .hdr-banner-height .banner-img {
  height:175px;
}
}

@media (max-width: 479px) {
.hdr-banner-height .banner-img {
  height:115px;
}
  .banner-img,
  .banner-section .carousel-item:before {
    border-radius: 0 0 40px 40px;
  }

  .story {
    padding: 30px 0 0;
  }

  .story p {
    font-size: 17px;
    margin-left: 0;
  }

  .story h3 {
    font-size: 19px;
  }

  .story .our-voice {
    margin-bottom: 26px;
  }

  .story .our-voice::before {
    height: 230px;
  }

  .story .our-voice .voice-txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0 15px;
  }

  .story .our-voice .voice-txt .h3 {
    min-width: 100%;
    margin-right: 0;
  }

  .story .our-videos {
    margin-bottom: 26px;
  }

  .story .our-videos::before {
    height: 200px;
  }

  .story .our-videos .video-box h3 {
    min-height: auto;
    margin-bottom: 20px;
  }

  /* .story .multi-videos .row .col-sm-6 iframe {
    height: 160px;
  } */

  /* .story .single-video iframe {
    height: 160px;
  } */

  .story .single-video {
    margin-bottom: 55px;
  }

  .banner-img,
  .banner-section {
    /*min-height: 150px;
    height: 150px;*/
  }

  .banner-section .carousel-control-prev-icon {
    top: 4px;
  }
}

/*# sourceMappingURL=who-our-stories-2.css.map */