

  .contact {
    padding: 120px 0; 
  }
  .contact .part-txt .title 
  {
    margin-bottom: 57px;
  }
    .contact .part-txt .title .subtitle {
      font-size: 18px;
      color: #0b1d97;
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: -6px;
      margin-bottom: 0px; 
  }
    .contact .part-txt .title h2 {
        font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
  }
    .contact .part-txt .title p {
      font-size: 16px;
      line-height: 26px;
  }
  .contact .part-txt .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
  }
    .contact .part-txt .single-box .part-icon {
      margin-right: 30px;
      margin-bottom: 20px; 
    }
      .contact .part-txt .single-box .part-icon i {
        width: 65px;
        height: 65px;
        text-align: center;
        line-height: 65px;
        font-size: 30px;
        color: #3f86fe;
        border: 1px solid rgba(155, 155, 155, 0.5);
        border-radius: 5px; }
    .contact .part-txt .single-box .txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
      .contact .part-txt .single-box .txt p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
        font-weight: 400;
        color: #666666; }
  .contact .part-txt .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    .contact .part-txt .social h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      color: #121f59;
      margin-bottom: 0;
      margin-right: 10px; }
    .contact .part-txt .social a {
      display: inline-block;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      color: #121f59;
      border: 1px solid #121f59;
      border-radius: 50%;
      margin-left: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .contact .part-txt .social a:hover {
        background: #3f86fe;
        border-color: #3f86fe;
        color: #fff; }
  .contact .contact-form {
    padding: 60px 30px;
    position: relative;
    z-index: 2; }
  /*  .contact .contact-form:after {
      position: absolute;
      content: "";
      top: -9px;
      left: -13px;
      width: 116%;
      height: 116%;
      background: url("../img/contact-form-bg1.png") center center no-repeat;
      background-size: cover;
      z-index: -1; }*/
    .contact .contact-form h3 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 700;

      margin-top: -3px;
      margin-bottom: 35px; }
    .contact .contact-form form input {
      width: 100%;
      height: 50px;
      margin-bottom: 20px;
      border: 1px solid rgba(155, 155, 155, 0.5);
     /* border-radius: 25px;*/
      padding: 0 30px; }
    .contact .contact-form form textarea {
      width: 100%;
      height: 140px;
      margin-bottom: 20px;
      border: 1px solid rgba(155, 155, 155, 0.5);
 /*     border-radius: 25px;*/
      padding: 15px 30px;
      outline: none;
       }
    .contact .contact-form form button {
      display: inline-block;
      height: 45px;
      line-height: 45px;
      background-image: -moz-linear-gradient(85deg, #ED1C24 0%, #ED1C24 100%);
      background-image: -webkit-linear-gradient(85deg, #ED1C24 0%, #ED1C24 100%);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 21, 75, 0.1);
      box-shadow: 0px 0px 10px 0px rgba(13, 21, 75, 0.1);
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 700;
      padding: 0 30px;
      border: 0px;
      border-radius: 25px;
      cursor: pointer;
      margin-bottom: -7px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      overflow: hidden;
      position: relative;
      z-index: 2; }
      .contact .contact-form form button:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: -1; }
      .contact .contact-form form button:hover {
        color: #ED1C24; 
      }
      .contact .contact-form form button:hover:after {
        opacity: 1; 
      }
      .map iframe {
        width: 100%;
        height: 600px;
        display: block; 
      }
      .brand.contact-page {
        padding-top: 120px; 
      }
      .contact .part-txt .single-box .part-icon1 {
          margin-right: 20px;
          margin-bottom: 20px;
      }
  .txt a {
    color: #666666!important;
  }