header {
    position: relative;
    z-index: 21;
    width: 100%;
    background: transparent;
}
header.bg-white {
    background: transparent !important;
}
header .text-gray-900 {
    color: #000000 !important;
}
header .text-gray-900:hover {
    color: #06b6d4 !important;
}
header.bg-indigo-600 .text-gray-900 {
    color: #fff !important;
}
header.bg-indigo-600 .text-gray-900:hover {
    color: #06b6d4 !important;
}
header .header_mobile_menu .text-gray-900 {
    color: #000000 !important;
}
header .header_mobile_menu .text-gray-900:hover {
    color: #06b6d4 !important;
}
body.overflow-hidden .single__contact {
    transition: unset !important;
}
body.overflow-hidden .single__contact:hover {
    transform: unset !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: white;
}
header button.rounded-md.close_menu_button,
header nav button.rounded-md.header_menu_button {
    color: black;
}
header nav .-m-1\.5 {
    margin: 0 16px !important;
}
footer {
    border-top: 1px solid #efefef;
}
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;
}