h5.number {
    border-radius: 100px;
    
    background: #90DBED;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: #005983;
    margin-bottom: 20px;
}
p.sub-heading{
    font-size: 18px;
    text-transform: uppercase;
    color:#CCEAF8;
}
.header_btn a {
    border: 1px solid #B4B7B8;
}
.hero{
    padding:240px 0 2%;
    background: rgb(255,255,255);
background:  url( /wp-content/uploads/2023/08/hero-bg.png), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,240,240,1) 75%, rgba(0,149,219,1) 75%);
background-position: top left;
background-repeat: no-repeat;
background-size: 21%, 100%;
}
.hero .cont-wrpr {
    max-width: 835px;
    margin: 0 auto 140px;
}
.hero p{
    color:#71787A;
    margin-top: 20px;
}
.hero .cont-col{
    padding:35px 40px;
    border-radius:20px;
    background: #fff;
}
.hero .cont-col p{
    font-size: 20px;
    font-weight: 600;
    color:#000;
}


.retire{
    padding:5% 0;
    background: #0095DB;
    color:#fff;

}
.retire .section-heading{
    max-width: 700px;
    margin:auto;
}
.retire .row-rep{
    margin-top:7%;
}
.retire .row-rep .section-heading{
    max-width: 500px;
    margin:0px 0px 20px;
}


.sector{
    padding: 5% 0;
   
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(0,149,219,1) 50%) , url( /wp-content/uploads/2023/08/Ellipse-17.png);
}
.sector .section-heading{
    max-width: 700px;
    margin:auto;
    color:#fff;
    margin-bottom: 6%;
}
.sector .section-heading img{
    margin-bottom:20px;
}
.sector .cont-wpr{
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid var(--neutral-100, #E7E9EA);
}
.sector .info
{
    background:#fff;
    padding:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0  0 20px 20px ;
}
.sector img.main-img{
    width: 100%;
    border-radius: 20px 20px 0 0;
    max-height: 270px;
    min-height: 270px;
    object-fit: cover;
}
.sector .info h6{
    font-size:24px;
    
}  
.sector .info p{
    font-size: 18px;
    color: #71787A;
} 

.turnover{
    padding:4% 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,149,219,1) 50%) , url( /wp-content/uploads/2023/08/Ellipse-17.png);
    color:#fff;
    text-align: center;
}
.turnover .container{
    background:url( /wp-content/uploads/2023/08/Banner-1.png);
    padding:5% ;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.turnover p{
    color:#B4BCD7;
}






/* ***************donna section*********** */
section.video {
    background: #0095DB;
    background-image: url( /wp-content/uploads/2023/08/Ellipse-20-1.png);
    background-repeat: no-repeat;
    color: white;
    padding: 50px 0 100px;
}
.video_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.desc_clm {
    padding: 90px 0;
}
.sec_heading h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    padding-bottom: 24px;
    margin: 0;
}
section.video .sec_heading h3 {
    max-width: 521px;
}
.sec_desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
    padding-bottom: 42px;
}
section.video .sec_desc p {
    max-width: 413px;
    color: #F6F7F7;
}
.button_white a {
    padding: 16px;
    border-radius: 36px;
    background: white;
    color: #0095DB;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}




/* 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) {
    .video_content {
        grid-template-columns: 1fr;
    }
    .sec_heading h3 {
        font-size: 35px;
    }
    .hero {
        padding: 140px 0 2%;
    }
    .hero .cont-wrpr {
        margin: 0 auto 60px;
    }
 
}
@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)  {

}










/* ******************* innovaion**************** */
section.social_Service {
    padding: 140px 0 300px;
}
section.social_Service .sec_heading h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    max-width: 770px;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;
}
.social_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 96px;
}
.social_box {
    text-align: center;
}
.social_box img {
    margin-bottom: 24px;
}
.social_box h4 {
    font-size: 24px;
    font-weight: 600;
    max-width: 280px;
    color: #131516;
    margin: auto;
}





/* 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) {
    .social_content {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    section.social_Service {
        padding: 100px 0 100px;
    }
    section.social_Service .sec_heading h3 {
        font-size: 35px;
    }
 
}
@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)  {

}








/* ******************career************* */
section.career .container {
    background: #0095DB;
    padding: 80px 60px;
    border-radius: 20px;
    color: white;
}
.career_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.career .sec_heading h3 {
    padding-bottom: 55px;
}
.button_navy a {
    padding: 16px;
    background: #2B3C73;
    border-radius: 36px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}
.career_img img {
    margin-top: -280px;
}
.p_growth {
    display: none;
    padding: 14px 20px 14px 14px;
    background: white;
    max-width: fit-content;
    border-radius: 12px;
    /* display: flex; */
    gap: 12px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 32px;
    left: -63px;
}
.p_growth img {
    margin: 0;
}
.p_growth h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #50585B;
    margin: 0;
    padding: 0;
}
.career_img {
    position: relative;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    .career_img img {
        margin-top: -216px;
    }
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
    .career_content {
        grid-template-columns: 1fr;
    }
    .career_img img {
        margin-top: 0;
    }
    .p_growth {
        bottom: 0;
        left: 0;
    }
    .career_content {
        grid-gap: 50px;
    }
 
}
@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)  {

}


/* ************obligation************ */
section.obligation {
    padding-top: 180px;
    display:none;
}
section.obligation .container {
    background: #0095DB;
    padding: 80px 60px;
    border-radius: 20px;
    color: white;
}
section.obligation .p_growth {
    left: 215px;
}

/* 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) {
    section.obligation .p_growth {
        left: 0;
    }
 
}
@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)  {

}