@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


html{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    font-family: "Inria Sans", sans-serif;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}
ul {
    padding-left: 20px !important;
}
ol {
    padding-left: 20px !important;
}

/* Custom Scrollbar for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 3px;  /* Width of the scrollbar */
}
::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background of the scrollbar track */
}
::-webkit-scrollbar-thumb {
    background: #888;  /* Color of the scrollbar thumb */
}
::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Color when hovered */
}
.custom-container{
    margin: 0 5%;
}
.bg-blue{
    background-color: #07294E;
}
.page-content{
    padding: 40px 0px;
}
/* Navbar */

.navbar {
    background-color: #FFFFFF;
    padding: 5px 0; 
    transition: padding 0.3s ease; 
}

.navbar-logo {
    height: 60px;
}
#nav-button{
    color: #ffff;
}


.nav-text {
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.nav-text-active {
    color: #0C4984!important;
}
.nav-btn{
    background-color: #0C4984;
    color: #ffffff !important;
    border-radius: 10px 10px;
    font-size: 14px;
 }
.nav-adjust{
    width: 100%;
    background-color: transparent;
    height: 70px;
}
/*  */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/*  */

#footer{
    border-top:#262223  1px solid;
    background-color: #262223;
}

.footer-top-body{
    padding: 50px 0;
}
.footer-head{
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-text{
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.footer-text a{
    color: #000000 !important;
   text-decoration: none;
}

.footer-copyright {
    background-color: #1c191ab4;
    color: #ffffff;
}

.footer-bottom-text{
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 0;
    text-align: center;
}
.footer-bottom-text a{
    color: #ffffff;
    text-decoration: none;
}


@media only screen and (max-width: 992px){
   
}

@media only screen and (max-width: 767px){
   
}

@media only screen and (max-width: 576px) {
    
}