body{
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    background-color: #232433;
}
.text_media{
 
    padding: 55px 20px;
    font-family: Lato, "Lato Fallback";
}
 

.font-size-48{
    font-size: 48px;
    color: #fff;
    font-family: Lato, "Lato Fallback";
    font-weight: 700;
}
 
.font-size-18{
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2em !important;
    font-family: Lato, "Lato Fallback";
    font-weight: 400;
    text-align: justify;
}

.m-font-size-14{
    font-size: 14px !important;
}
.font-weight{
    font-weight: 700;
}
.text-line-height{
    padding-top: 10px;
   line-height: 20px;
}
 
.font-left-padding{
    padding-left: 0;
    line-height: 1.8;
    margin-bottom: 0;
}
 
.text_transform{
    text-transform: uppercase;
    font-weight: 300;
}
.min-height{
    min-height: 100vh;
}
.videobgframe {
    position: absolute;
    width: 101%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    object-fit: cover;
}
 .aph_cont_wrapper {
    min-height: 100vh;
 }
.video_fit{
    object-position: 50% 50%;
}
.vidoe-ssr{
    object-fit: cover !important;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100vh;
    width:100%
}
 
@font-face {
    font-family: Lato, "Lato Fallback";
    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
}

/* Field For Addons */

@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;
    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%;
}

