/* Banner */

#banner {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 8em 0 6em 0;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  border-top: 0;
  min-height: 100vh;
  height: 100vh !important;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#banner .inner {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  position: relative;
  z-index: 2;
}

#banner h1 {
  font-size: 4em;
  margin-bottom: 0.25em;
}

#banner p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.5em;
  margin-bottom: 50px;
}

#banner .inner .hero-header h1{
   color: white;
   margin-bottom: 50px;
}
#banner .inner .hero-header h4{
   color: white;
   margin-bottom: 50px;
}
#banner .inner .hero-header h1 span{
   color: rgb(228, 10, 10);
}

#banner video {
  -moz-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

#banner:before {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: "";
  display: block;
  background-color: #041625;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  #banner {
    min-height: 0;
    height: auto !important;
    padding: 4em 2em;
  }

  #banner .inner {
    width: 100%;
  }

  #banner h1 {
    font-size: 1.75em;
    margin-bottom: 0.5em;
    padding-bottom: 0;
  }

  #banner p {
    font-size: 1.25em;
  }

  #banner br {
    display: none;
  }

  #banner .button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #banner p {
    font-size: 1em;
  }
}

 .hero-section {
      background: url('../images/nmb-about.jpg') no-repeat center center;
      background-size: cover;
      position: relative;
      height: 500px;
      color: white;
    }

    /* Black semi-transparent overlay */
    .hero-overlay {
      background-color: rgba(0, 0, 0, 0.6); /* 60% black */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
     
    }

    .breadcrumb-box {
      background: white;
      padding: 15px 40px;
      border-radius: 5px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      margin-top: 150px;
        margin-bottom: -290px;
    }

    .breadcrumb-box a {
      color: #e02018;
      text-decoration: none;
      font-weight: 600;
    }
    .breadcrumb-box .active{
        font-weight: 600;
    }

    .breadcrumb-box a:hover {
      text-decoration: underline;
    }

    .hero-content .fw-bold{
        color: white;
    }


    .contact__v2 {
        padding-top: 150px;
    }

    .vision{
       background-color: #dd3939e7;
       padding: 10px 12px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .mission1{
       background-color: #db1313;
       padding: 10px 12px;
        border-radius: 50%;
        margin-right: 10px;
        color: white;
    }

    .about__v9{
      padding-top: 200px !important;
    }

 .ms-auto .header-social .mybtn2{
    background-color: #e02018 !important;
    border: 0px;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px;
  }