a{
    font-size: 16px;
 font-weight: 700;
text-decoration: none;
color: white;
}
/* a:hover{
    color: rgb(0, 9, 112);
} */
ul{    
    list-style: none;
    display: flex;
    justify-content: center;
}
li {
    padding: 0.5rem;
}
h1{
    color: white;
}
p{
    color: white;
    margin-bottom: 0rem;
}
.header_logo
{   
     justify-content: center;
    display: flex;
    padding: 2rem;
}
nav {
    background: rgb(246, 246, 246);
}
button{
    border: none;
    background: none !important;
    outline: none;
}
.active{    
    color: rgb(0, 9, 112);
}
.navbar-collapse{justify-content: center;}
@media only screen and (max-width: 958px) {
    ul {
   
      display: grid;
    }
  }
  /* header */
  .HeaderMedia{    
    position: relative;
}
.background-img{    
    background-image: url(../images/bg.png);
    background-size: cover;
}
.hero{    display: flex;
    top: 120px;
    position: relative;
    background-color: rgba(0, 9, 112, 0.9);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
.hero_txt{display: grid;}
.hero-text{    font-size: 25px;}
@media (min-width: 1024px)
{
    .background-img{
    min-height: 38.8671875vw;
}}
@media (min-width: 451px) and (max-width: 767px)
{.background-img{
    background-image: url(../images/bg-mobile.png);
    min-height: 300px;
}}
@media (min-width: 768px)
{.hero {
    max-width: 40%;
    height: auto;
}}
/* core_solution */

.core_solution{    
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    color: rgb(0, 9, 112);
}
.contentCards{    
    display: flex;
}
.grid-cell {
    display: flex;
    padding: 0.2rem;
}
.contentCard_heading{    
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 32px;
    color: rgb(0, 9, 112);
}
.ContentCardWrapperImage{    display: flex;
    justify-content: center;}
.contentCard_para{    
    color: black;
    display: flex;
    justify-content: center;
    text-align: center;
}
.contentCard_btn{    
    display: flex;
    justify-content: center;
}
.card_btn{    
    background-color: rgb(0, 9, 112);
    color: white;
    border-radius: 4px;
    min-height: 56px;
    display: flex;
    width: 200px;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 1rem;
}
.card_btn2{    
    background-color: white;
    color: black;
    border-radius: 4px;
    min-height: 56px;
    display: flex;
    width: 180px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 600;
    margin-top: 1rem;
}
.card_btn:hover{
    background-color: rgb(0, 9, 112);
    color: white;
}
.card_btn2:hover{
    background-color: white;
}
@media only screen and (max-width: 958px) {
    .contentCards{    
        display: grid;
    }
    .core{    
        display: flex;
        margin-top: 280px;
    }
    .hero{
        top: 310px;
    }
  }
/* section2 */
.e-xl{
    background-color: rgb(246, 246, 246);
    padding-top: 56px;
    margin-top: 56px;
    padding-bottom: 56px;
}
.grid{
    display: flex;
}
.gridcell2{
    display: flex;
}
.cell{padding-left: 50px;}
.ContentBasic h4{    
    width: 50%;
    font-size: 44px;
    color: rgb(0, 9, 112);
    margin-bottom: 24px;
}
.contentbasic_text{   
     width: 50%;
    }
.contentbasic_text p{    
    color: #000;
}
.contentbasic_text p{   
     color: rgb(87, 87, 87);
     font-weight: 400;
     font-size: 18px;
    }
    @media only screen and (max-width: 958px) {
        .contentbasic_text{   
            width: 100%;
           }
      }
    /* footer */
    .footer{    
        background-color: rgb(0, 9, 112);
        font-size: 16px;
        padding-bottom: 56px;
        padding-top: 56px;
        /* margin-top: 56px; */
    }
    .contentCard2{
        display: flex;
    }
    .footer_border{    
        border-top-style: solid;
        border-top-width: 1px;
        border-color: rgb(0, 20, 171);
        background-color: rgb(0, 9, 112);
        padding-top: 32px;
        padding-bottom: 32px;
        display: flex;
        justify-content: center;
    }
    .footer_border p{    
        justify-content: center;
        display: flex;
    }
    .cell{
        padding-left: 70px;
    }
    @media only screen and (max-width: 958px) {
        .contentCard2 {
          display: grid;
        }
        .cell{
            padding-left: 0px;
        }
        .gridCell2{
            padding: 1rem;
        }
      }