.logo img{
    max-height: 60px !important;
    margin-top: 13px !important;
}

.owl-item{
    width: 100%;
}
.simg{
    height: 36px;
    width: 36px !important;
    margin: 0 auto 10px;
}
.stitle{
    font-weight: bold;
    margin-bottom: 2px;
}
.sdesc{
    height: 20px;
    display: block;
}
.owl-controls{
    display: none !important;
}
.owl-carousel{
    margin-bottom: 26px !important;
}

.copyright{
    margin-bottom: 0px !important;
}

#header{
    position: absolute; top:0; width: 100%;
}
.card{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; margin:0!important;
}
footer{
    position: absolute; bottom:0
}

@media only screen and (max-width: 1024px) {
    #header{
        position: inherit;
    }
    .card{
        height: auto;
        padding: 0;
        margin-bottom: 50px!important;
    }
    .card-body .options li a{
        width: 150px!important;
        padding: 0;
        height: 150px!important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer{
        position: fixed;
        text-align: center;
    }
}
