@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    width: 100%;
    overflow-x: hidden;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}


a:hover{
    text-decoration: none;
}

.all-top{
    width: 100%;
    height: 60px;
}
.container-2percent{
    margin-left: 2%;
    margin-right: 2%;
}
.container-5percent{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    margin-top: 0;
}
/* navbar */
.navbar-custom{
    width: 100%;
    background-color: white;
    padding: 15px 0;
}
.custom-navbar-logo{
   height: 60px;
}
.nav-text{
    color: black;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 5px ;
    padding: 4px 0 4px 20px;
    border: none;
}
.nav-white-text{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    border: none;
}
.nav-text-active{
    color: #00296B;
    font-weight: 600;
    font-size: 18px;
    padding: 4px 0 4px 20px;
    border: none;
}
.nav-blue-btn{
    background-color:#00296B;
    color: white;
    border-radius: 20px;
    padding: 8px 15px;
}
.nav-adjust{
    height: 90px;
}


/* side-bar  */
.side-bar{
    height: 100%;
    padding: 10px;
    background-color: #f1f1f1;
}

.sidebar-item{
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 600;
    background-color: #ffffff;
    border: #484b53 1px solid;
    border-radius: 3px;
    padding: 6px 6px 6px 6%;
    margin-bottom: 5px;
}
.sidebar-item-active{
    background-color: #002077;
    border: #002077 1px solid;
    color: #ffffff;
}
.sidebar-item-active:hover{
    background-color: #002077 !important;
    border: #002077 1px solid !important;
    color: #ffffff !important;
}
.sidebar-item:hover{
    background-color: #f1f1f1;
}
.sidebar-text{
    color: #000000;
    font-family: 'Saira', sans-serif;
    padding: 2px;
    margin: 0;
}
.sidebar-item-active .sidebar-text{
    color: #ffffff;
}


/* footer  */
.footer{
    background-color: #00296B;
    margin-top: 100px;
}
.footer-head {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    text-decoration-line: underline;
    margin-bottom:20px;
}
.custom-footer-logo{
    height: 70px;
    margin-bottom:20px;
}
.footer-text {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 8px;
}
.bottom-text {
    font-size: 14px;
    font-weight: 400;
    color: #f8f8f8;
    margin: 0;
    padding: 30px 0;
}
/* loader */
#loader{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maintenance-text{
    font-size: 20px;
    font-weight: 500;
    color: black;
}
@media (max-width: 992px) {

      
}
@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 576px) {

}
