body{
    background-color: #232433;
    color: white;
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
.fon-header{
  padding-left: 30px;
  padding-right: 30px;
}

.fon-h1{
    font-size: 36px !important;
 
}
.fon-p{
    font-size: 16px !important;
    font-weight: 100;
}

.fon-subcont{
    padding: 15px 20px !important;
    /* width: 1150px; */
    line-height: 1.3;
    font-weight: 200;
    text-align: justify;

} 
.fon-content{
    padding: 15px 40px !important;
}
.fon-bfw{
    font-family: Lato;
    font-weight: 700 !important;
}
.m-font-size-18{
 font-size: 18px;
}
.next-page{
    font-size:20px;
    font-weight: 200    ;
}
.next-page-link{
    color: #8989aa;
}
.fop-margin{

    margin-top: 15px !important;
}


.fop-card-subsec .card-body>a{
    text-decoration: none;
    color: #002664;

}
.fop-card-subsec .card-body>p{
    font-weight: 100;
}
.fop-card-body>a{
    font-size: 18px !important;
    font-weight: 700;
  
}
.fop-card-body>p{
    font-size: 15px !important;
    font-weight: 300; 
    color: #747474; 
}
.fop-card{
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
.fop-card-body{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.fop-card>a>img{
    width: 100%;
    height:190px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.fop-card>a>img:hover{
    transform: scale(1.1);
}


.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;
    padding-left: 40px;
    padding-bottom: 106px; */
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* padding-right: 40px; */
    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%;
}


