.top-header{
    background: #5a154b;
}
.banner-images{
    width: 100%;
    height: 100%;
}
.btn-theme{
    background-color: #2B0D5C !important;
    color: #fff !important;
}
.btn-theme:hover{
    color: #000;
    background: #ecdecb;
}

.navbar-theme{
    background-color: #ecdecb;
}
section.about {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}
/* .footer-theme{
    bottom: 0;
    position: absolute;
    width: 100%;
} */

/* footer.py-5.navbar-theme.footer-theme.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media only screen and (max-width: 991) {
    footer.py-5.navbar-theme.footer-theme.footer {
        position: inherit !important;
        width: 100%;
    }
} */
.login-screen{
    background-color: #000000;
}
