
.container{
    max-width: 1200px;
}


/* **********hero*********** */
section.hero {
    padding: 200px 0 120px;
}
.hero_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 130px;
}
.sec_heading h1 {
    font-size: 56px;
    line-height: 115%;
    color: #131516;
    margin-bottom: 24px;
}
section.hero.sec_desc p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #71787A;
    max-width: 502px;
    margin-bottom: 24px;
}
.button_blue {
    background: #0095DB;
    max-width: fit-content;
    padding: 16px 24px;
    border-radius: 100px;
}
.button_blue a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}
.hero_box {
    display: flex;
    gap: 12px;
    box-shadow: 2px 5px 60px 1px rgba(0, 0, 0, 0.16);
    max-width: fit-content;
    padding: 14px 20px 14px 14px;
    border-radius: 16px;
    align-items: center;
    position: absolute;
    bottom: 77px;
    left: -84px;
    background: white;
}
.hero_img {
    position: relative;
}
section.hero hr {
    margin: 80px 0;
    color: #E7E9EA;
}
.hero_btm_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.hero_btm_list img {
    margin-bottom: 32px;
}
.btm_list_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin-bottom: 24px;
}
.btm_list_box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #71787A;
    margin: 0;
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .hero_content {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    .hero_box {
        left: 110px;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .sec_heading h1 {
        font-size: 48px;
        line-height: 120%;
        text-align: center;
    }
    .sec_desc p {
        text-align: center;
    }
    .button_blue {
        max-width: 100%;
        text-align: center;
    }
    .hero_btm_list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    section.hero hr {
        margin: 60px 0;
    }
    section.hero {
        padding: 200px 0 80px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}






/* ************nurturing******* */
section.nurturing {
    padding-top: 120px;
    color: white;
    background: linear-gradient(180deg, rgba(0,149,219,1) 93%, rgba(255,255,255,1) 90%);
}
.sec_heading h3 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
}
section.nurturing .sec_heading h3 {
    text-align: center;
    max-width: 834px;
    margin: 0 auto 20px;
}
.sec_desc p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
section.nurturing .sec_desc p {
    text-align: center;
    max-width: 970px;
    margin: 0 auto 100px;
    color: #E7E9EA;
}
.nurturing_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.nurturing_box {
    padding: 32px;
    background: #33AAE2;
    border-radius: 12px;
}
.nurturing_box img {
    margin-bottom: 24px;
}
.nurturing_box h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 24px;
}
.nurturing_box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #F6F7F7;
    margin-bottom: 24px;
}
.button_get {
    display: flex;
    gap: 6px;
}
.button_get a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: white;
    text-decoration: none;
    margin: 0;
}
.button_get img {
    margin: 0;
}
section.nurturing hr {
    margin: 120px 0 0;
    color: #B4B7B8;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .nurturing_content {
        grid-template-columns: 1fr;
    }
    section.nurturing hr {
        margin: 50px 0 0;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}




/* *************empower*********** */
section.empower {
    padding: 120px 0;
}
.empower_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: end;
}
.empower_main_box h3 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    color: #0A0E2E;
    max-width: 470px;
    margin-bottom: 20px;
}
.empower_main_box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #41474A;
    max-width: 470px;
}
.empower_box {
    background: #F9F9F9;
    padding: 32px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.empower_desc img {
    margin-bottom: 24px;
}
.empower_desc h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin-bottom: 24px;
}
.empower_desc p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    color: #41474A;
    margin-bottom: 24px;
}
.button_get_blue {
    display: flex;
    gap: 6px;
}
.button_get_blue a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    color: #0095DB;
}
.button_get_blue img {
    margin: 0;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.empower {
        padding: 50px 0;
    }
    .empower_content {
        grid-template-columns: 1fr;
    }
    .empower_main_box h3 {
        font-size: 48px;
        text-align: center;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}



/* ***********journey********* */
section.journey {
    padding: 40px 0 120px;
}
section.journey .sec_heading h3 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 80px;
}
.journey_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.journey_rep h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin-bottom: 38px;
}
.journey_list {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}
.journey_list img {
    width: 24px;
    height: 24px;
}








/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .journey_content {  
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.journey .sec_heading h3 {
        font-size: 48px;
        margin-bottom: 50px;
    }
    section.journey {
        padding: 40px 0 50px;
    }
    .journey_content {
        grid-template-columns: 1fr;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}



/* *************form************ */
section.contact_form {
    padding: 120px 0;
    background: #0095DB;
    color: white;
}
.contact_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 180px;
}
.desc_col .sec_desc p {
    color: #F6F7F7;
    margin-bottom: 64px;
}
.desc_col h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 24px;
}
.location {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}
section.contact_form hr {
    color: #F6F7F7;
    margin: 16px 0 40px;
}
.desc_col p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.location p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
.form_col {
    padding-top: 184px;
}
label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}
input {
    padding: 16px;
    border-radius: 12px;
    background: white;
    border: 0;
    margin-bottom: 32px;
    width: 100%;
}
input[type="button"] {
    background: #2B3C73;
    color: white;
    border-radius: 24px;
    padding: 12px 20px;
    max-width: fit-content;
}
input::placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #71787A;
}
textarea {
    padding: 16px;
    border: 0;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 32px;
}
textarea::placeholder {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #71787A;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .contact_content {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    .form_col {
        padding-top: 50px;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .sec_heading h3 {
        font-size: 48px;
        margin-bottom: 24px;
        text-align: center;
    }
    input[type="button"] {
        max-width: 100%;
    }
    section.contact_form {
        padding: 120px 0 50px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}