.mission1 {
  position: relative;
  width: 100%;
  min-height: 100vh!important;
  background: url(../../assets/img/Background/About-US-1-bg.png),url(../../assets/img/Background/About-US-1.png);
  background-position: center, left;
  background-repeat: no-repeat;
  background-size: cover ,auto 100%;
}

.mission .container-fluid {
  padding: 0;
}

.mission .section-header {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 25px;
}

.mission .mission-text {
  padding-left: 25px;
}

.mission .mission-text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #00121C;
}

@media (max-width: 576px) {
  .mission .mission-text p {
    text-align: justify;
    text-align: justify;
  }
}

@media (max-width: 576px) {
  .mission .mission-text {
    padding: 0 20px;
  }
}

.mission .mission-text h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  color: #0B6A7E;
}

.mission2 {
  position: relative;
  width: 100%;
  min-height: 100vh!important;
  background: url(../../assets/img/Background/About-US-2-bg.png),url(../../assets/img/Background/About-US-2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover ,auto 100%;
}

.disabled-link a {
  cursor: default;
  text-decoration: none;
}

.section-header {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(47,127,144,0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container-animated {
  position: relative;
  width: 100%;
}

.image-animated {
  display: block;
  width: 100%;
  height: auto;
}

.text-animated {
  font-weight: bold;
  color: white;
  font-size: 3vmin;
  position: absolute;
  left: 55%;
  bottom: 0%;
  width: 100%;
  text-align: start;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.container-animated:hover .overlay {
  width: 100%;
}

