.hero-banner {
  height: calc(100vh - 573px);
  min-height: 573px;
  position: relative;
}
.hero-text-content {
  max-width: 700px;
}
.main-form {
  min-height: 2000px;
}
.max-width-800px {
  max-width: 800px;
}
.max-width-700px {
  max-width: 700px;
}

/* @media (max-width: 991px) {
  .hero-banner {
    margin-top: 80px !important;
  }
} */
.what-we-offer {
  background-color: #40a8e4;
}
.padding-80px {
  padding: 80px;
}
.join-our-team {
  padding: 70px 0;
  background: url('../images/corporate-team-building.jpg') no-repeat scroll center center;
  background-size: cover;
  position: relative;
}
.join-our-team .container {
  max-width: 800px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
