.footer-bottom {
    background: #412879 !important;
}

.dlab-social-icon ul li a:hover {
    background: #412879 !important;
}

::selection {
    background: #412879;
    color: #fff;
}

.bg-site {
    background: #412879;
}

#clientSection {
    background: #412879;
}

.clients-logo:hover, .clients-logo {
    background: transparent;
    box-shadow: none;
    filter: grayscale(0);
}

#clientSection {
    padding: 1rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.clients-logo {
    height: 100%;
    padding: 10px;
    filter: grayscale(1);
}

* {
    scroll-behavior: smooth;
}