
.footer {
    background-color: #770006cc;
    background-image: url(../img/footer-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.footer-para {
    width: 100%;
    text-align: center;
}
.footer-link {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.custom-padding {
    padding: 80px 0 !important;
    position: relative;
}

.footer-heading {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 1rem;
}
.fw-bold {
    font-weight: 700 !important;
}
.sign-para {
    font-size: 22px;
    letter-spacing: 0.5px;
}
.text-white {
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}

.top-link.show-link {
    display: block;
}
.top-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #5C47DE;
    padding: 20px 25px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    color: #fff;
}
a {
    text-decoration: none;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}