/** Banner **/
.banner {
  background: linear-gradient(108deg, #020E17, #134D7E);
  color: #F4F4F4; }
  .banner h1 {
    margin-top: 100px;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px; }
  .banner p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 30px; }
  .banner a {
    display: block;
    color: #F4F4F4;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    transition: all .4s ease-in;
    margin-bottom: 100px; }
    .banner a:hover {
      background: #1D2784; }
  .banner img {
    margin-top: 30px;
    margin-bottom: 14px; }
  .banner .left {
    padding-right: 0; }

/** content **/
.main-content {
  text-align: center;
  padding-bottom: 80px; }
  .main-content img {
    padding-top: 80px; }
  .main-content div {
    padding: 0 36px; }
  .main-content h3 {
    font-size: 24px;
    color: #08182B;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px; }
  .main-content p {
    font-size: 18px;
    color: #6D737A; }

/** display **/
.display {
  min-height: 861px;
  background: url("../images/engine/bg.png") center top; }
  .display .container h3 {
    font-size: 38px;
    color: #F4F4F4;
    font-weight: bold;
    text-align: center;
    padding: 70px 0 20px; }
    .display .container h3 span {
      color: #2699FB; }
  .display .container div {
    text-align: center; }
    .display .container div h4 {
      color: #F4F4F4;
      font-size: 26px;
      padding-bottom: 20px;
      padding-top: 50px; }
      .display .container div h4 img {
        margin-right: 5px; }
    .display .container div > img {
      padding-bottom: 30px; }

/** apply **/
.apply {
  background: url("../images/home/grid-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center; }
  .apply h3 {
    font-size: 46px;
    font-weight: bold;
    color: #F4F4F4;
    padding-top: 100px;
    padding-bottom: 50px; }
  .apply .submit {
    display: block;
    width: 360px;
    height: 50px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    line-height: 50px;
    font-size: 16px;
    color: #2699FB;
    cursor: pointer;
    margin-bottom: 100px; }

/******************************* Phone ************************************/
@media (max-width: 768px) {
  .apply .submit {
    width: auto; } }
