@media only screen and (max-width: 767px) {
	h1 {
    margin-top: 47px !important;
}
	section.map {
    padding-bottom: 200px !important;
}
	section.hire .sec_heading h3 {
    margin-bottom: 40px !important;
}
	section.exciting .container {
    padding: 40px 20px !important;
}
}
section.solutions .numbers h5:hover{
	color: white;
    background: #005983;
}
section.solutions .numbers h5:nth-child(2):hover{
	color: white;
    background: #005983;
}

.container{
    max-width: 1200px;
}
a{text-decoration: none !important;}

/* ************hero*********** */
section.hero {
    padding-top: 170px;
} 
.hero_content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.desc_col { 
    padding-top: 77px;
}
.sec_heading h1 { 
    font-size: 56px;
    line-height: 115%;
    letter-spacing: -1px;
    color: #131516;
    max-width: 670px; 
    margin-bottom: 16px;
}
.sec_desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    color: #71787A;
}
section.hero .sec_desc p {
    max-width: 560px;
    margin-bottom: 40px;
}
.button_blue {
    background: #0095DB;
    padding: 16px;
    border-radius: 36px;
    max-width: fit-content;
}
.button_blue a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}
section.hero .img_col {
    padding: 24px 24px 45px;
    box-shadow: 12px 12px 42px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #E7E9EA;
    background: white;
}
section.hero .img_col h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    color: #2B3C73;
    margin-top: 42px;
    text-align: center;
}



/* 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;
    }
    section.hero .img_col {
        text-align: center;
    }
    
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .sec_heading h1 {
        font-size: 40px;
        max-width: 336px;
        text-align: center;
        margin: 0 auto 16px;
    }
    section.hero {
        padding-top: 60px;
    }
    section.hero .sec_desc p {
        text-align: center;
    }
    .button_blue {
        max-width: 100%;
        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)  {

}





/* ***************map********** */
section.map {
    padding: 180px 0 360px;
    background-image: url(/wp-content/uploads/2023/09/Rectangle-122.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
}
section.map .sec_heading h3 {
    font-size: 56px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    color: white;
    max-width: 338px;
    margin-bottom: 80px;
}
.map_subheading h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 170%;
    color: #E7E9EA;
    margin-bottom: 14px;
}
section.map .sec_desc p {
    color: white;
    max-width: 500px;
}



/* 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.map .sec_heading h3 {
        font-size: 32px;
        max-width: 220px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .map_subheading h5 {
        text-align: center;
    }
    section.map .sec_desc p {
        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)  {

}




/* ***********video******** */
section.video {
    margin-top: -190px;
    background:none;
}   
section.video .row{
    border: 1px solid #E7E9EA;
}
.video_content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    border-radius: 24px;
}
.video_desc_col {
    padding: 48px 48px 22px;
    border-radius: 24px 0px 0px 24px;
    border: 1px solid #E7E9EA;
    background: white;
}
.video_head {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}
.video_head h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #4D5C8C;
    margin: 0;
}
section.video .sec_heading h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    color: #131516;
    max-width: 524px;
    margin-bottom: 55px;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .video_content {
        grid-template-columns: 1fr;
    }
    .video_img_col {
        text-align: center;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}




/* ************<hire*************** */
section.hire {
    padding: 0px 0;
}
section.hire .sec_heading h3 {
    font-size: 56px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    color: #131516;
    margin-bottom: 80px;
    text-align: center;
}
.hire_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.hire_col {
    padding: 32px;
    border-radius: 16px;
    background: #E6F4FB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.hire .navy_heading {
    padding: 8px 16px;
    border-radius: 100px;
    background: #2B3C73;
    max-width: fit-content;
    margin-bottom: 31px;
}
section.hire .navy_heading h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: white;
    margin: 0;
}
.hire_col h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #131516;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .hire_content {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .hire_content {
        grid-template-columns: 1fr;
    }
    .hire_col {
        padding: 12px 12px 12px 20px;
        display: flex;
        flex-direction: row-reverse;
        border-radius: 100px;
        justify-content: space-between;
        align-items: center;
    }
    .hire_col h4 {
        font-size: 14px;
    }
    section.hire .navy_heading h5 {
        font-size: 12px;
    }
    section.hire .navy_heading {
        margin-bottom: 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)  {

}



/* **********exciting********** */
section.exciting .container {
    background: #0095DB;
    padding: 80px 135px;
    border-radius: 24px;
    color: white; margin-top: 100px;
}
section.exciting .sec_heading h3 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 12px;
}
section.exciting .sec_desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #CCEAF8;
    text-align: center;
    max-width: 630px;
    margin: auto;
    margin-bottom: 40px;
}
.button_white {
    background: white;
    padding: 16px;
    border-radius: 36px;
    max-width: fit-content;
    margin: auto;
}
.button_white a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #0095DB;
    text-decoration: none;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    section.exciting .container {
        padding: 80px 20px;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.exciting .sec_heading h3 {
        font-size: 32px;
    }
    .button_white {
        max-width: 100%;
        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)  {

}




/* **********hiring process********* */
section.solutions .sec_heading h3 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 80px;
}
section.solutions .numbers {
    display: flex;
    justify-content: space-around;
}
section.solutions .numbers h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #005983;
    background: #90DBED;
    max-width: 61px;
    padding: 15px;
    border-radius: 100px;
    text-align: center;
    margin: 0;
    width: 100%;
    z-index: 10;
}
section.solutions .numbers h5:nth-child(2) {
    color: #005983;
    background: #90DBED;
}

section.solutions hr {
    color: #a1a4a5;
    width: 80%;
    margin: auto;
    margin-bottom: -28px;
}
section.solutions .solutions_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.solutions_content .soutions_column {
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #E7E9EA;
    border-radius: 12px;
    background: white;
}
.solutions_content h4 {
    font-weight: 600;
    line-height: 140%;
    font-size: 20px;
    color: #131516;
    margin: 0;
    padding-bottom: 16px;
}
.solutions_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #71787A;
}
section.solutions {
    padding: 120px 0;
}   
section.solutions .numbers {
    padding-bottom: 30px;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    section.solutions .solutions_content {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:650px) {
    section.solutions .solutions_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.solutions .sec_heading h3 {
        font-size: 32px;
        margin-bottom: 60px;
    }
 
}

@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}







/* *************why work********* */
section.why_work {
    padding: 80px 0 40px;
    background: #0095DB;
    color: white;
}
section.why_work .sec_heading h3 {
    font-size: 56px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
}
.why_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    padding-bottom: 80px;
}
.why_content img{
    border-radius:20px;
}
.numb {
    padding: 18px;
    background: #90DBED;
    border-radius: 100px;
    max-width: 64px;
    margin-bottom: 24px;
}
.numb p {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #005983;
    margin: 0;
    text-align: center;
}
.why_sec_heading h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
section.why_work .sec_desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #F6F7F7;
}
.why_content:nth-child(3) {
    direction: rtl;
}
.why_content:nth-child(3) .why_left_col {
    text-align: end;
}
.why_content:nth-child(3) .why_left_col .numb {
    margin-right: auto;
}
.why_content:nth-child(5) {
    direction: rtl;
}
.why_content:nth-child(5) .why_left_col {
    text-align: end;
}
.why_content:nth-child(5) .why_left_col .numb {
    margin-right: auto;
}
.why_content:nth-child(7) {
    direction: rtl;
}
.why_content:nth-child(7) .why_left_col {
    text-align: end;
}
.why_content:nth-child(7) .why_left_col .numb {
    margin-right: auto;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .why_content {
        grid-template-columns: 1fr;
        grid-gap: 50px;
        padding-bottom: 50px;
    }
    .why_content:nth-child(3) .why_right_col {
        text-align: left;
    }
    .why_content:nth-child(5) .why_right_col {
        text-align: left;
    }
    .why_content:nth-child(7) .why_right_col {
        text-align: left;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}





/* ***********cuurent*********** */
section.current {
    background: linear-gradient(180deg, rgba(0,149,219,1) 75%, rgba(255,255,255,1) 75%);
}
section.current .container {
    background: white;
    padding: 80px 60px 0px;
    border-radius: 20px;
    border: 1px solid #E7E9EA;
}
.current_content { 
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.current_head h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    color: #131516;
    margin-bottom: 16px;
}
.current_desc {
    margin-top: -201px;
    position: relative;
}
.current_box {display: none;
    box-shadow: 2px 5px 60px 1px rgba(0, 0, 0, 0.16);
    /* display: flex; */
    align-items: center;
    gap: 8px;
    max-width: fit-content;
    padding: 14px 20px 14px 14px;
    border-radius: 12px;
    position: absolute;
    bottom: 126px;
    left: -36px;
    background: white;
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .current_content {
        grid-template-columns: 1fr;
    }
    .current_desc {
        margin-top: 0;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .current_head h3 {
        font-size: 32px;
        text-align: center;
    }
    .current_box {
        padding: 8px 11px 8px 8px;
        border-radius: 7px;
        bottom: 27px;
        left: 48px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}




/* **************blog********** */
section.blog {
    padding: 120px 0 40px;
}
section.blog .sec_heading h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    color: #131516;
    margin-bottom: 60px;
}
section.blog .blog_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.catg {
    display: flex;
}
.blog_content .box_desc {
    padding: 24px 17px;
}
.blog_content .box_desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    color: #33AAE2;
}
.blog_content .box_desc ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 170%;
    color: #929799;
}
.blog_content .sec_heading h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin: 0;
    padding-bottom: 24px
}
section.blog .button_navy {
    padding: 8px 10px;
    border-radius: 36px;
    background: #2B3C73;
    width: fit-content;
}
section.blog .button_navy a {
    font-size: 14px;
    font-weight: 600;
    line-height: 170%;
    color: white;
    text-decoration: none;
}
section.blog .column1 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}
section.blog .column2 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}
section.blog .column3 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .catg {
        display: flex;
        flex-direction: column;
    }
    .catg ul {
        padding: 0;
        padding-left: 16px;
    }
    .blog_content .box_desc p {
        margin: 0;
    }
   
}
@media only screen and (max-width:650px) {
    section.blog .blog_content {
        grid-template-columns: 1fr;
    }
    .blog_content .box_desc {
        padding: 24px 10px;
    }
    section.blog .column1 {
        width: 372px;
    }
    section.blog .column2 {
        width: 372px;
    }
    section.blog .column3 {
        width: 372px;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.blog .button_navy {
        width: 100%;
        text-align: center;
    }
    section.blog .sec_heading h3 {
        font-size: 32px;
        text-align: center;
    }
 
}