.contact .active  .apeLink {
    color: #EBE8EE;
}

.contact .bg-form {
    background: url(../img/apeHeader.svg) no-repeat;
    background-size: cover;
    padding-top: 171px;
    padding-bottom: 255px;
    /* margin-top: 2em; */
    background-position: center center;
  }

  .contact .bg-form h2 {
    color: #EBE8EE;
    font-size: 46px;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-align: center;
    /* font-family: "HelveticaNeueLight", serif; */
}

.contact .bg-form p {
    color: #EBE8EE;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 22px;
    text-transform: uppercase;
    text-align: center;
}

.info-block-contact{
    position: relative;
}

.contact .inside {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 56px;
  }
  .contact .inside .images {
    width: 86px;
    height: 86px;
    margin: 0 auto 25px;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 100%;
    background-color: #233cdc;
    box-shadow: 1px 1px 44px rgba(0, 0, 0, 0.1);
  }
  .contact .inside .images img {
    width: 45px;
  }
  .contact .inside.left {
    padding-right: 118px;
  }
  .contact .inside.right {
    padding-left: 65px;
  }
  .contact .inside h4 {
    color: #EBE8EE;
    font-size: 18px;
    /* font-family: "HelveticaNeue-Bold", serif; */
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .contact .inside a,
  .contact .inside span {
    font-size: 16px;
    color: #EBE8EE;
    letter-spacing: 1px;
  }
  .contact .inside span {
    line-height: 24px;
  }
  .contact .widget-footer p {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: none;
  }

  /* 09. Social Icon
   ==================================== */
.contact .social-icon li {
    background-color: #EBE8EE;
    box-shadow: 4px 7px 26px rgba(0, 0, 0, 0.03);
    margin-right: 6px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 46px;
    text-align: center;
    transition: 0.2s linear;
  }
  .contact .social-icon li:last-child {
    margin-right: 0;
  }
  .contact .social-icon li:last-child i {
    font-size: 20px;
  }
  .contact .social-icon li img {
    margin-bottom: 0;
  }
  .contact .social-icon li:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  .contact .social-icon li a:hover {
    color: #031481;
  }
  .contact .social-icon i {
    color: #031481;
    font-size: 18px;
  }

  /* 03. Form Contact
   ==================================== */
.form-contact {
    position: relative;
    z-index: 9999;
    width: 541px;
    margin: -220px auto 60px;
    font-weight: 600;
  }
  .form-contact h3 {
    font-size: 38px;
    color: #EBE8EE;
    text-align: center;
    /* font-family: "HelveticaNeueLight", serif; */
    margin-bottom: 50px;
    letter-spacing: 2px;
  }
  .form-contact label {
    font-size: 15px;
    letter-spacing: 1px;
    color: #8198a6;
  }
  .form-contact form {
    padding: 45px 65px 30px 63px;
    box-shadow: 1px 1px 44px rgba(38, 63, 90, 0.09);
    border-radius: 5px;
    background-color: #fff;
  }
  .form-contact form .form-group{
    margin-bottom: 35px;
  }
  .form-contact form .form-group:last-child{
    margin-top: -13px;
    margin-bottom: 0;
  }
  .form-contact form input{
    width: 100%;
    font-size: 15px;
    color: #000000;
    padding-bottom: 18px;
    border: none;
    border-bottom: 3px solid #000000;
    border-left: 3px solid #000000;
    padding-left: 0.7em;
    font-weight: 600;
  }
  .form-contact form input::-webkit-input-placeholder {
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
  }
  .form-contact form input::-moz-placeholder{
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
  }
  .form-contact form input:-ms-input-placeholder {
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
  }
  .form-contact form input:-moz-placeholder {
    font-size: 15px;
    color: #8198a6;
    letter-spacing: 1px;
  }
  .form-contact form input:focus {
    outline: none;
    border-color: #fc8270;
  }
  .form-contact form label{
    font-size: 15px;
    color: #000000;
    display: block;
    margin-bottom: 22px;
    /* padding-left: 0.7em; */
  }
  .form-contact form textarea{
    width: 100%;
    color: #000000;
    /* height: 183px; */
    border: none;
    border-bottom: 3px solid #000000;
    border-left: 3px solid #000000;
  }
  .form-contact form textarea:focus {
    outline: none;
    border-color: #fc8270;
  }
  /* .form-contact form button {
    font-size: 15px;
    color: #fff;
    padding: 15px 48px;
    border-radius: 7px;
    text-transform: uppercase;
    border: none;
    transition: 0.2s linear;
    background-color: #0479ec;
    font-family: "HelveticaNeue-Medium", serif;
  }
  .form-contact form button:hover {
    background-color: #238ff9;
  } */

  @media screen and (min-width: 40em) {
    .contact .bg-form .grid-x:nth-child(1) {
        border-bottom: 1px solid #EBE8EE;
    }
    
    .contact .bg-form .cell:nth-child(1) {
        border-right: 2px solid #EBE8EE;
    }
    .contact .bg-form .cell:nth-child(3) {
        border-right: 2px solid #EBE8EE;
    }
  }