.Board_heading {
    text-decoration: underline;
    display: unset;
    color: #002664;
    font-weight: 900;
    font-size: 36px;
    
}
#board_commities .aph-footer_content{
    padding-top: 0px !important;
    margin-top: 0px !important;
}
body {
    background-color: rgba(35,36,51,1);
    font-family: Lato, "Lato Fallback";
}
.bg-color{
    background-color: rgba(37, 81, 156, 1)  !important;
} 
.svgs_contents{
    gap: 116px;
}
.Board_subheading{
    font-weight: 800;
}
.downloadbtn {
    background-color: #002664;
}
.downloadbtn:hover {
    background-color: rgba(79,86,100,1) !important ;
}

.commite_names{
    color: rgba(137, 137, 170, 1);
}
.two_icons{
    margin-right: 2.6rem;
}
.one_icon{
    margin-right: 5rem;
}


@font-face {
    font-family: Museo Slab;
    src: url(../fonts/Museo_Slab_500.otf)
}



.aph_mobile_header_content{
    display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
    display: flex;
}
.aph_desktop_header_content{
    justify-content: space-between;
}
body#aphRoot{
    text-decoration-skip-ink: none;
}
.aph_header_menu_links{
    width: 60%;
    min-width: 60%;
}
ul.aph_nav_menu li {
    padding: 18px;
    width: 20%;
}
ul.aph_nav_menu li a{
    line-height: 22px;
}
ul.aph_nav_menu li:hover a {
    font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
    padding-left: 0px;
}
.aph_header_logo {
    margin: 10px;
}
body.fix-mobile-scrolling{
    overflow: initial;
}
.aph_content {
    position: relative;
    transition: transform .3s ease-out;
    height: 100%;
}
.aph_row_01{
    float: none;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
    padding-top: 106px;
   
   
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
   
    min-width: 0;
    text-align: start;
    background-position: 50% 50%;
    min-height: auto;
}

div#aph, .aph_wrapperouter, .aph_inner{
    height: 100%;
}
div.aph_header_inner_content {
    position: absolute;
    z-index: 101;
    width: 100%;
    padding: 13px 0;
}
.m-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
    font-weight: 700;
}

.aph_wrapper {
    height: 100%;
}




.col-padding{
    background-color: #fff;
}
.bg_color{
    background-color: #25519C;
}

.row-padding{
    padding:20px 40px;
}

.font-size-40{
    font-size: 40px;
    text-decoration: underline;
    font-family: Lato, "Lato Fallback";
}

.font-size-20{
    font-size: 20px;
    font-weight:300;
    line-height: normal;
    font-family: Lato, "Lato Fallback";
}
.font-bold{
    font-weight: 700;
}
.nav-bg-color{
    background-color: #0a3161;
}

nav{
    font-size: 18px;
    color: #fff !important;
}
.item-color a{
    color: #fff !important;
    padding: 12px 15px !important;
    /* margin-right: 15px; */
    margin-left: 0px;
    font-family: Lato, "Lato Fallback";
    font-weight: 700    ;
}
.item-color a:hover{
    background-color: #28539D ;
    color: #fff !important;
}
.item-color a:active{
    background-color: #28539D ;
    color: #fff !important;
}
.sub-item-color{
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.sub-item-color a{
    color: #0A3161 !important;
    font-size: 16px;
    font-weight: 400 !important;
}
.sub-item-color a:hover{
    background-color: #6B7386 !important;
}
.sub-item-color a:active{
    background-color: #6B7386 !important;
}

.nav-overflow{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.dropdown-1:hover .dropdown-menu-1 {
    display: block;
    margin-top: 0; /* Adjust if there’s unwanted spacing */
}
