.hero .full-image {
  width: 100%;
  display: flex;
  height: 700px;
}
@media (max-width: 1140px) {
  .hero .full-image {
    height: 900px;
  }
}
.hero .full-image {
  background: url("img/hero.png");
  background-size: cover;
  background-position-y: 88%;
  position: relative;
}
.hero .full-image img {
  visibility: hidden;
  width: 100%;
}
.hero .full-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(17, 48, 69, 0.6117647059);
}
@media (max-width: 1300px) {
  .hero .full-image .overlay {
    padding: 0px 15px;
  }
}
@media (max-width: 1140px) {
  .hero .full-image .overlay {
    height: 750px !important;
  }
  .hero .full-image .overlay.video {
    height: inherit !important;
  }
}
@media (max-width: 1140px) {
  .hero .full-image .overlay .inner-row {
    align-content: center;
  }
}
.hero .full-image video {
  object-fit: cover;
}
.hero .half-area {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  flex-wrap: wrap;
}
.hero .half-area.align-content-center {
  align-content: center;
}
.hero .half-area {
  align-content: space-between;
  min-height: 225px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1140px) {
  .hero .half-area {
    flex: 0 0 100%;
  }
}
.hero .half-area .hero-back-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #9CB4C5;
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-wrap: wrap;
  width: 100%;
}
.hero .half-area .main-title {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.hero .half-area .white-btn {
  max-width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 1140px) {
  .hero .half-area .white-btn {
    margin-top: 40px;
  }
}
.hero .half-area .intro {
  color: #9CB4C5;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.hero .half-area .hero-text {
  font-size: 16px;
  line-height: 150%;
  color: #9CB4C5;
  font-weight: 400;
}

@media (max-width: 1140px) {
  .mb-align-content-end {
    align-content: flex-end !important;
  }
}
@media (max-width: 991px) {
  [class*=vc_custom_] {
    margin-top: 0 !important;
  }
}

/*# sourceMappingURL=vc_hero.css.map */
