a{
    font-size: 16px;
 font-weight: 400;
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: rgb(0, 9, 112);
}
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{    
    background: none !important;
    color: rgb(0, 9, 112) !important;
    font-weight: 700;
}
.home{
color: black;
}
.navbar-collapse{justify-content: center;}
@media only screen and (max-width: 958px) {
    ul {
   
      display: grid;
    }
  }
/* header */
.header{
    display: flex;
}
.block img{
    width: 100%;
    height: 285px;
}
.virticalBox_heading{
    color: rgb(0, 9, 112);
    font-size: 44px;
}
.virticalBox_para{
    color: rgb(94, 94, 94);
    font-weight: 700;
    font-size: 20px;
}
.horizontalBox{
    margin-top: 24px;
}
.verticalBox {
    padding: 5rem;
}
@media only screen and (max-width: 958px) {
    .header{
        display: grid;
    }
    .verticalBox{
    
        margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    }
  }
/* section */
.sectionbanner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%), url(../images/rs_w_1535_m-_1_.png);
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: center;
    height: 40vh;
}
.cardbannerblock{    display: flex;
    justify-content: center;
    position: relative;
    top: 90px;}
    .cardbannerblock h1{   
        color: white;
    }
    .heading{    
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
      /* footer */
      @media only screen and (max-width: 958px) {
        .grid{   
            display: grid;
           }
      }
.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;
        }
      }