.parallax {
  background-color: #2b2b5f;
  padding:0;
  border-top: 1px solid #000;
}

.parallax h2 {
  margin-bottom: 20px;
}

.parallax .header {
  background-image: url(https://img.freepik.com/free-photo/captain-woman-copilot-getting-ready-fly-airplane-takeoff-with-dashboard-navigation-cockpit-command-airline-crew-fixing-altitude-level-with-control-panel-buttons-flying-plane_482257-46710.jpg?);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  height:80vh;
  position: relative;
  z-index: 1;
}
.parallax .header:before{content:""; background:rgba(25,43,71,0.8); width:100%; height:100%; position:absolute; top:0;left:0;
bottom:0;right:0;}
.parallax .header_text {
  text-align: center;
  color: #fff;

  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  padding: 30px;z-index:100 !important; position:relative;
}

.parallax h4{font-size:2.5rem}
.parallax p {
  font-size: 1.35em;
  margin-bottom: 50px;
}
.parallax .btn-outline-primary{border-color:#fff !important; color:#fff}
.parallax .header_text h1 {
  line-height: 1.5;
}

.parallax #header_button {
  padding: 25px;
  background-color: #3a3a9d;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  transition: padding 0.5s;
}

.parallax #header_button:hover {
  padding: 30px;
}
.slide-container{max-width:1230px !important;}
.top-tect img{padding:0 20px;}
.borderRadius{border-radius: 16px;}