.grecaptcha-badge {
    visibility: hidden;
}

#head-menu {
    z-index:9999;
}

#particles-js {
    /* top: 100px;*/
    left: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.triangle-bottom {
    background: url('../svg/homeafter.svg') no-repeat;
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}

.slider-area {
    width: 100% !important;
    height: 100% !important;
}

.landing-header .menu .menu-link {
    text-transform: uppercase;
    font-weight: bold;
}

.nvs-dark-bg {
    background-color: #4a3f92 !important;
}

.red-bg, .scrolltop {
    background: #4a3f92;
}

[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    color: #4a3f92;
    background-color: rgba(239,242,245,.4);
}

.landing-header .menu .menu-link.active {
    color: #4a3f92;
}

.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease,background-color .2s ease;
    color: #4a3f92;
}

.scrolltop:hover {
    background: #4a3f92 !important;
}

.red-gradient-bg {
    background: linear-gradient(90deg, #893881, #4a3f92  100%);
}

.nvs-grey-bg {
    background-color: #ebeaea;
}

.max-w-100 {
    max-width: 100% !important;
}

.btn.btn-nvs-primary {
    color: #fff;
    border:0;
    background-color: #c30624;
}

    .btn.btn-nvs-primary:hover {
        background-color: #960324;
    }