.sl_heading_h1{
  color: white !important;
}
.sl_heading_p{
  color: red !important;
  font-size: 20px;

}


#video_wraper{
  width:100%;
  height: 120vh;
  /* position: relative; */
  /* background-color: #002570 !important; */
  margin-top: -60px;
}
.justify{
  text-align: justify;
}

.error{
  color: #ff0000 !important;
  font-size: 13px !important;
  font-weight: 300;
}


/* video{
  width: 100%;
  height: 120vh;
  object-fit: cover;
  object-position: center;
} */


.video-mask {
      overflow: hidden;
      -webkit-mask-position: top right;
      mask-position: bottom right;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      height: auto;
      max-width: 100%;
      margin: auto;
      -webkit-mask-image: url("../img/intro-mask.svg");
      mask-image:  url("../img/intro-mask.svg");
      position: relative;
      mask-position: right bottom;

    }
    .video-mask video {
          max-height: 100%;
          min-width: 100%;
          max-width: 100%;
          min-height: 100%;
          height: 100vh;
          -o-object-fi t: cover;
          object-fit: cover;
          object-position: 0 20%;
        }


        .overlay {
          width: 100%;
          height: 100vh;
          position: absolute;
          top: 0;
          left: 0;
          /* background-image: linear-gradient(0deg, rgba(77,76,76,0.3350840336134454) 0%, rgba(0,0,0,0.4835434173669467) 100%); */
          /* background-size: 1px 1px; */
          z-index: 10;
        }

        .overlay_content{
          position: absolute;
          bottom:  100px;
          left: 200px;
        }


        #valu_of{
          font-size: 50px;
          font-weight: 700;
          color:red !important;
        }
