/* Contact */
.page-content {
    background: #fff;
    z-index: 100;
  }
  .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    /* background-position: 50% 50%; */
    height: 485px;
    /* padding-top: 200px; */
    z-index: -1;
  }
  .page-banner-title {
    color: #333333;
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
    margin: 15px 0 20px 0;
    letter-spacing: -0.040em;
    max-width: unset;
  }
  .page-banner::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent;
      z-index: -1;
      opacity: 40%;
  }
  .page-banner iframe {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
  }
  .page-nav ul li:not(:first-child)::before {
      content: "|";
      display: inline-block;
      color: #FFFFFF;
      margin: 0 3px;
    }.page-nav ul li a {
      display: inline-block;
      color: #ffffff;
      font-weight: 500;
    }.page-nav ul li:last-child a {
      color: #ffffff;
    }
  .page-banner .container {
      top: -150px;
    }.page-nav {
      position: relative;
    }.page-nav ul {
      justify-content: center;
    }.banner-title {
      max-width: 100%;
      text-align: center;
      font-size: 40px;
      color: #FFFFFF;
      line-height: 54px;
      font-weight: 700;
      margin: 15px 0 20px 0;
      letter-spacing: -0.025em;
    }
    .double-widget{
      margin: -305px 0 0 0;
      display: flex;
      justify-content: space-between;
  }.left-widget {
    padding-right: 30px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
  }.right-widget {
      width: 425px;
  }
  
  
  .contact-map-wrapper {
    position: relative;
  }.map-pointer {
    position: absolute;
    width: 320px;
    height: 430px;
    background: #1F375E;
    top: -60px;
    right: 75px;
    padding: 60px 40px;
  }.map-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -.025em;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-align: center;
  }.map-address {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }.map-phone {
    text-align: center;
  }.map-phone a {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.025em;
    color: #48C1F1;
    transition: 0.3s all;
    margin-bottom: 15px;
  }.map-phone a:hover {
    color: #1D3258;
  }.map-mail {
    text-align: center;
    margin-bottom: 15px;
  }.map-mail a {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    transition: 0.3s all;
    margin-bottom: 15px;
  }.map-mail a:hover {
    color: #48C1F1;
  }.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
  }.social-links li {
    display: block;
    margin-right: 10px; 
  }
      .social-links li:last-child {
        margin-right: 0;
    }
      .social-links li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        width: 35px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.01em;
        height: 35px;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s all;
    }
      .social-links li a:hover {
        color: #fff; }
        a.facebook {
          background: #0066FF;
      }
        .social-links li a.facebook:hover {
          background: #0066FF;
      }
      a.twitter {
        background: #00acee;
    }
      .social-links li a.twitter:hover {
        background: #00acee;
    }a.instagram {
      background: #CE2D95;
  }
      .social-links li a.instagram:hover {
        background: #CE2D95;
    }
    .social-links li a.linkedin:hover {
      background: #0077B5;
  }a.linkedin {
    background: #0077B5;
  }
  .social-links li a img {
      max-width: 15px;
      max-height: 15px;
  }
   
          
      .cuf-title {
        font-size: 36px;
        letter-spacing: -0.025em;
        font-weight: 500;
        color: #1D3257;
        line-height: 40px;
        width: 260px;
        margin: 20px 0;
      }.cuf-desc {
        margin: 20px 0;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
      }.form-group {
          margin: 20px 0;
          display: flex;
          justify-content: flex-end;
      }.form-group input, .form-group textarea {
        font-size: 16px;
        color: #000000;
        font-weight: 300;
        line-height: 50px;
        padding: 0 20px;
        width: 100%;
        border: 1px solid #48C0EF;
      }
      .form-group input[type=submit] {
      /* width: 50%; */
      transition: 0.3s all;
      font-size: 18px;
      font-weight: 500;
      background: #1F375E;
      color: #fff;
      border: none;
      }.form-group input[type=submit]:hover {
          background: #114678;
          color: #fff;
      }
      @media (max-width: 1759px) {
      .page-banner {
        
        height: 403px;
        z-index: -1;
    }
    .double-widget {
      margin: -240px 0 0 0;
  }
  .map-pointer {
    top: -40px;
    right: 40px;
  }
    }
  @media (max-width: 1399px) {
    .page-banner {
      
      height: 360px;
  }
  .double-widget {
    margin: -200px 0 0 0;
  }
  .left-widget {
    padding-right: 0;
  }
  .map-pointer {
    top: -40px;
    right: 0;
    padding: 45px 25px;
    width: 300px;
    height: 380px;
  }
    .page-banner-title {
      font-size: 42px;
      line-height: 50px;
      margin: 10px 0 15px 0;
      max-width: 510px;
  }.page-text h2 {
    font-size: 22px;
    line-height: 32px;
  }.page-text p {
    font-size: 16px;
    line-height: 26px;
  }.about-img {
    margin-top: -114px;
    margin-left: 20px;
    max-width: 50%;
  }
  }
  @media (max-width: 1199px) {
    .page-banner {
      
      height: 300px;
  }
  .double-widget {
    margin: -100px 0 0 0;
  }
  .map-pointer {
    padding: 30px 25px;
    width: 300px;
    height: 270px;
  }
  .map-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .map-address {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .map-phone a {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .map-mail a {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  }
  @media (max-width: 991px) {
    .page-banner {
      
      height: 147px;
  }
  .double-widget {
    flex-wrap: wrap;
  }.right-widget {
    width: 100%;
  }
    .page-banner-title {
      font-size: 34px;
      line-height: 40px;
      max-width: 360px;
  }.about-img {
    margin-top: -95px;
    margin-left: 15px;
    max-width: 50%;
  }.page-text h2 {
    font-size: 18px;
    line-height: 26px;
  }.page-text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }.contact-us-widget {
      flex-wrap: wrap;
  }
  .widget-item {
      width: 49%;
      margin-bottom: 25px;
      height: 261px;
  }
  .contact-us-form {
    max-width: unset;
    padding: 25px 0;
  }
  }
  @media (max-width: 767px) {
    .about-img {
      margin: 10px 0 10px 0;
      max-width: 100%;
  }
  .map-pointer {
    top: unset;
    bottom: 0;
    left: 0;
  }
  }