body {
    margin: 0;
    padding: 0;
}

.logos {
    margin-top: 16px;
}

.menu {
    background-color: #132A49;
    padding: 0;
    height: 50px;
    margin-top: 16px    ;
}

.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.menu-item {
    float: left;
    width: 12.5%;
    display: block;
    height: 50px;
}

.menu-item:hover {
    background-color: #FFCA03;
    height: 50px;
}

.menu-item a {
    text-decoration: none;
    position: relative;
    top: 12px;
    text-align: center;
    display: block;
    color: #ffffff;
}

.card-sec {
    padding: 0;

}

.card {
    border: none;
    box-shadow: none !important;
}

.card-header {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background-color: #EADC9C;
}

.card-body {
    border: 1px solid #949494;
    max-height: 500px;
    height: 400px;
}

marquee {
    height: 100%;
    width: 100%;
}

.fotter {
    background-color: #132A49;
    color: #ffffff;
    padding: 16px;
}

.social-links a{
    float: right;
}

.social-links img{
    width: 40px;
    display: block;
    float: right;
    padding: 12px;
}
.w-26{
    width: 31%!important;
} 
