body {
    margin-bottom: 0 !important;
}

.main-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-image: linear-gradient(to left, rgba(0, 162, 255, 0), rgba(0, 162, 255, 1));
}
.main-bg {
    width: 100%;
    margin-top: 45px;
    height: 50vh;
    background-image: url(../img/main-bg.png);
    background-size: cover;
    background-position: center center;
}
.main-bg-small {
    width: 100%;
    margin-top: 45px;
    height: 30vh;
    background-image: url(../img/main-bg-small.png);
    background-size: cover;
    background-position: center center;
}
.main-bg-small-vendor {
    background-image: url(../img/vms-banner.png);
}
.bg-text {
    padding-top: 25px;
    position: absolute;
    color: #fff;
    z-index: 3;
}
.bg-text-small {
    top: 50%;
    transform: translateY(-25%);
    position: absolute;
    color: #fff;
    z-index: 3;
}
.rup-footer {
    background-color: #e4eaf3;
    padding: 50px 0px;
}
.hr {
    border-bottom: 2px solid #2a5c9e;
    margin: 40px 0px;
}
.footer-text {
    font-size: 14px;
}
.color-text-dark {
    color: #2a5c9e;
}
.footer-text a {
    color: #2a5c9e;
    text-decoration: none;
    font-weight: bolder;
}
.rup-main-container {
    margin: 40px 0px;
}