
@font-face {
    font-family: Museo Slab;
    src: url(../fonts/Museo_Slab_500.otf)
}



.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%;
}

 /* about */
 body {
    margin: 0;
    padding: 0;
    background-color: #1A1A2E;
    color: #FFFFFF;
}
.discovery-bg {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding: 40px 40px 0px 40px;
    gap: 20px;
}

.discovery-head {
    text-align: left;
}

.para-style {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
}


h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    color: #FFFFFF;
}

p {
    margin: 0 0 20px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .discovery-bg {
        grid-template-columns: 1fr;
        text-align: center;
    }


    .discovery-head {
        text-align: center;
        width: 300px;
    }
.contant-lists p{
    width: 240px;
}
    h2 {
        font-size: 32px;
    }

    p {
        font-size: 16px;
    }
}

.container-leader {
    max-width: 100%;
    margin: 40px auto;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.container-con {
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 20px 50px 20px 50px !important;
    display: flex; 
    flex-direction: row;
    align-items: center;
    
}

.contact-form input {
    background: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
}

.contact-form textarea {
    height: 80px;
    padding: 10px;
    min-height: 50px;
}
/* .section-title {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;  
} */
/* .contact-title{
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;  
} */
/* .under-line{
    margin-bottom: 40px;
    width: 25% !important;
    border-bottom: 2px solid #FFFFFF;
    margin-left: -1096px;
} */

.section-title {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    position: relative; 
}

.under-line {
    width: 25% !important;
    margin-bottom: 40px;
    border-bottom: 2px solid #FFFFFF;
    position: relative;
    bottom: -25%; 
    left: -38%; 
}

.contact-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative; /* Allows positioning of the underline */
    text-align: left;
}

.under-line-con {
    display: block;
    width: 50%; /* Adjust width as needed */
    height: 2px; /* Thickness of the underline */
    background-color: #FFFFFF; /* Color of the underline */
    position: relative;
    top:-80%;
    bottom: -80%; /* Position it slightly below the text */
    left: 0;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}


.leader {
    /* width: 1200px; */
    margin-bottom: 10px;
    text-align: left;
    margin-left: 90px;
   
}
.contact-led {
    width: 50%;
    margin-bottom: 20px !important;
    text-align: left;
}

.leader h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: normal;

}
.contact-led p:last-child{
    font-weight: 200;
}

.leader h4 {
    font-size: 20px;
    display: initial;
    color: rgb(255, 255, 255);
    /* font-weight: normal; */
    margin: 0 0 10px;
    font-family:"Lato";
    font-weight: 300;
}

.leader p {
    margin: 0 0 15px;
    font-weight: 300;
    font-family: Lato, "Lato Fallback";
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    
}
.contact-led p {
    margin: 0 0 15px;
}
.contant-lists{
    margin-top: 55px;
}

 .contact-form {
   width: 35%;
    background-color: #1A1A2E;
}
input::placeholder, textarea::placeholder  {
    color: #fff;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    /* border: 1px solid #FFFFFF; */
    /* border-radius: 5px; */
    /* background-color: transparent; */
    border-bottom-color: rgba(110, 110, 110, 1) !important;
    color: #FFFFFF;
    border-bottom: 1px solid;
}
.contact-form textarea {
    background-color: transparent;
    border-bottom-color: rgba(110, 110, 110, 1) !important;
}

.contact-form button {
    background-color: transparent;
    color: #FFFFFF;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer !important;
    text-decoration: underline;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
}

.contact-form button:hover {
    background-color: transparent;
}
.contact-form label {
    display: none;
}
.recaptcha {
    margin: 10px 0;
}

.contact-title {
    position: relative;

}

.contact-title::after {
    width: 25%;
    height: 5px;
    background-color: #FFFFFF;
}
.dmformsubmit.dmWidget.R button {
    margin-top: 5px;
  }

.dmformsubmit {
    width: 185px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
    background-color: rgba(10,49,97, 1);
    text-align: center;
    border-radius: 50px;
    float: RIGHT !important;    
    margin-top: 101px;
    height: 63px !important;
    cursor: pointer;
}

.dmformsubmit  input[type="button"]{
    border-bottom: 0;
    margin-bottom: 0;
    padding: 10px !important;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 37px;
}

@media (min-width: 1024px) {
    .dmformsubmit {
        margin-right: 200px;
    }
}


@media (max-width: 1023px) {
    .dmformsubmit {
        margin-right: 0;
        margin: 20px auto; /* Centers the button for smaller screens */
        display: block; /* Ensures proper alignment */
    }
}
.dmforminput  {
    margin-top: 15px;
    width: 75%;
}
.dmformsubmit:hover {
    background-color: rgba(137,137,170,1);
    background-image: none !important;
}
.dmformsubmit button[type="button"] {
    border-bottom: 0;
} 