header {
    position: relative;
    z-index: 22;
    width: 100%;
}
header .text-gray-900 {
    color: #515151 !important;
}
header .text-gray-900:hover {
    color: #000000 !important;
    background-color: transparent;
}
header.bg-indigo-600 .text-gray-900 {
    color: #fff !important;
}
header .header_mobile_menu .text-gray-900 {
    color: #515151 !important;
}
header .header_mobile_menu .text-gray-900:hover {
    color: #000000 !important;
}
header .relative.group .absolute.mt-2 {
    margin-top: 0 !important;
}
header .relative.group button {
    font-size: 16px;
}
header .header_mobile_menu button.rounded-md,
header nav button.rounded-md {
    padding: 6px 12px;
    color: black;
    position: relative;
}
header nav .-m-1\.5 {
    margin: 0 16px !important;
}
body.overflow-hidden .single__contact {
    transition: unset !important;
}
body.overflow-hidden .single__contact:hover {
    transform: unset !important;
}
footer {
    border-top: 1px solid #efefef;
    position: relative;
    --tw-gradient-from: #fff1be;
    --tw-gradient-from-position: 28%;
    --tw-gradient-via: #ee87cb;
    --tw-gradient-via-position: 70%;
    --tw-gradient-to: #b060ff;
    --tw-gradient-position: 115deg;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    background-image: linear-gradient(var(--tw-gradient-stops));
}
@supports (background-image: linear-gradient(in lab, red, red)) {
    footer {
        --tw-gradient-position: 115deg in oklab;
    }
}
@media (min-width: 40rem) {
    @supports (background-image: linear-gradient(in lab, red, red)) {
        footer {
            --tw-gradient-position: 145deg in oklab;
        }
    }
    footer {
        --tw-gradient-position: 145deg;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
}

footer a.bg-indigo-600 {
    background-color: #030712 !important;
    color: white !important;
    border-color: #030712 !important;
    padding: 0.75rem 1rem !important;
}

footer a.bg-indigo-600:hover {
    color: white !important;
    border-color: #030712 !important;
    background-color: #030712 !important;
}
footer .footer-column {
    display: flex;
}
footer h3.text-sm\/6,
footer h3.text-sm {
    font-size: 22px;
}
footer.footer_layout_2 form {
    margin-left: auto;
    margin-right: auto;
}
footer.footer_layout_6 .company_grp .company-section h3 {
    text-align: center;
}
footer.footer_layout_6 .company_grp .company-section ul {
    display: flex;
    gap: 5rem;
    align-items: center;
}
footer.footer_layout_6 .company_grp .company-section ul li {
    margin: 0 !important;
}
footer div.mx-auto {
    position: relative;
}
footer div.mx-auto .text-white {
    color: black;
}
footer div.mx-auto .text-gray-300 {
    color: rgb(117 117 117);
}
footer div.mx-auto .text-gray-300:hover {
    color: black !important;
}