body{
    background-color: #232433;
}
.fmvideobgframe {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    object-fit: cover;
}
 
.fmvideo_fit{
    object-position: 50% 50%;
}
.fmvidoe-ssr{
    object-fit: cover !important;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 40vh;
    width:100%
}
.fmparent{
    position: relative;
    width: 100%;
    height: 100%; 
}
.fmchild{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    
}
.fmcarouselheight{
    height: 598px !important;
}
.fmcarouselvideo{
    object-fit: cover;
     height: 87%;
    
     

}
.fmcarouselparent{
    position: relative;
}
.fmvideochild{
    position:absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 4;
}
.fmvideochild>h1,.fmchild>span{
    font-weight: 700 !important;
}
.fmvideochild>p{
    font-weight: 300 !important;
}
.fm-tagline{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0 0 4px 0;
    z-index: 5;
    text-align: center;
    box-sizing: border-box;
}

.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;
   
    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%;
}

/* 
.slick-dots li button:before {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
} */
