
.disnone{
    display: none !important;
}
.hang1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hang2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hang3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.midd {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.header_fixed_div{
    width: 100%;
    height: 80px;
    animation: headerHeight159 .8s .7s;
    -moz-animation: headerHeight159 .8s .7s;
    -webkit-animation: headerHeight159 .8s .7s;
    -o-animation: headerHeight159 .8s .7s;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
}
video{ max-height: 42vw; }


.lg-outer{ z-index: 999999 !important; background: #000; }


.founder .kalajinx li {
    width: 49%;
    flex: 1 49%;
    padding: .5%;
    cursor: pointer;
    position: relative;
    height: 33.125rem;
    overflow: hidden;
    box-sizing: border-box;
}
.founder .kalajinx li img {
    /* display: none !important; */
    transform: none;
    width: 98%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.founder .kalajinx li div.bg {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

@media (min-width: 992px) {
    .navigation-dropdown { margin: 0 0 0 -90px; }
}

@media (max-width: 992px) {
    .footer{ padding: 6.5625rem 1rem 5.625rem; box-sizing: border-box; }
    .footerCenten{ flex-wrap: wrap; }
    .footerLeft{ flex: 1 100%; }
    .footerRight{ flex: 1 100%; padding: 0 0 1rem; }
}

