
@font-face {
    font-family: Museo Slab;
    src: url(../fonts/Museo_Slab_500.otf)
}
.font-20
{
  font-size: 20px !important;
}


.aph_mobile_header_content{
    display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
    display: flex;
}
.aph_desktop_header_content{
    justify-content: space-between;
}
body#aphRoot{
    text-decoration-skip-ink: none;
}
.aph_header_menu_links{
    width: 60%;
    min-width: 60%;
}
ul.aph_nav_menu li {
    padding: 18px;
    width: 20%;
}
ul.aph_nav_menu li a{
    line-height: 22px;
}
ul.aph_nav_menu li:hover a {
    font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
    padding-left: 0px;
}
.aph_header_logo {
    margin: 10px;
}
body.fix-mobile-scrolling{
    overflow: initial;
}
.aph_content {
    position: relative;
    transition: transform .3s ease-out;
    height: 100%;
}
.aph_row_01{
    float: none;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
    padding-top: 106px;
    padding-left: 40px;
    padding-bottom: 106px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 40px;
    min-width: 0;
    text-align: start;
    /* background-position: 50% 50%; */
    min-height: auto;
}

div#aph, .aph_wrapperouter, .aph_inner{
    height: 100%;
}
div.aph_header_inner_content {
    position: absolute;
    z-index: 101;
    width: 100%;
    padding: 13px 0;
}
.m-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
    font-weight: 700;
}

.aph_wrapper {
    height: 100%;
}

 body {
    margin: 0;
    padding: 0;
    background-color: #1A1A2E;
    color: #FFFFFF;
}
.aph_container_row ,.aph_row_02 {
    background-color: #fff;
}
 .aph-footer_content {
    margin-top: -20px !important;
 }
.container {
    font-family: Lato, "Lato Fallback" !important;
    -webkit-text-size-adjust: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    height: auto;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  
  .address-section {
    flex: 1;
    min-width: 50%;
    width: 50%;
  }
  
  .address-section h3 {
    color: #002664;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .address-section p {
    color:#002664;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
  }
  .aph_container_row {
    padding-top : 50px ;
    padding-bottom: 60px;
  }
  .form-section {
    flex: 2;
    min-width: 50%;
    width: 50%;
  }
  
  .form-section form {
    display: flex;
    flex-direction: column;
  }
  
  .form-section label {
    margin-bottom: 5px;
    color: #002664;
    font-weight: 300;
    font-size: 20px;
  }
  
  .form-section input,
  .form-section textarea {
    border: 0;
    border-bottom-width: 5px;
    background: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid;
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
  }
  .form-section textarea{
    /* padding: 10px; */
    overflow: auto;
    vertical-align: top;
    height: 50px;
  }
  
  .form-section textarea {
    resize: vertical;
  }
  
  .captcha {
    margin-bottom: 20px;
  }
  
  .submit-btn {
    background-color: #002664;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    transition: background-color 0.3s;
    min-width: 141px;
    margin-left: auto;
    display: block; 
    text-decoration: underline;
  }
  
  .submit-btn:hover {
    font-weight: 700;
  }

  .captcha {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .g-recaptcha {
    display: inline-block;
  }
  .mail-link{
    color: #002664;font-weight: 700;font-size: 18px;text-decoration: none  ;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  
    .address-section {
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
    }
    .font-20{
      font-size: 16px !important;
    }

  }

  #formItem .formInput>:not(label):not(div):not(small) {
    background: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid;
    height: 30px;
  }

  #formItem textarea {
        border-bottom-style: solid !important;
    border-bottom-color: rgba(10, 49, 97, 1);
    border-bottom-width: 1px !important;
  }