.text-aml-green {
    color: var(--aml-green);
}

.navbar {
    background-color: white;
}

.nav-link {
    color: #272727 !important;
}

.line-height-25 {
    line-height: 25px;
}

.navbar-toggler-icon {
    color: var(--aml-green) !important;
}

.main-footer.dark {
    background-color: var(--aml-green);
}

.text-black {
    color: black;
}

.logo-img,
.nav-scroll .logo-img {
    width: 300px;
}

.services .item:hover {
    background: rgba(178, 192, 178, 0.5);
}

@media screen and (max-width: 768px) {

    .logo-img,
    .nav-scroll .logo-img {
        width: 200px;
    }
}

[data-overlay-dark]:before {
    background: unset;
}

p {
    color: black;
}

.line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    width: 30%;
}

.service-hidden {
    display: none;
}

.text-grey {
    color: grey;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.fs-18{
    font-size: 18px !important;
}

.fs-25{
    font-size: 25px !important;
}