.mega-menu-content {
    background: white;
    visibility: hidden;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.mega-menu-content.open {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.workzone-departments-mega-menu .mega-menu-content {
    top: 0;
    left: 0;
    width: 1015px;
}

.workzone-departments-mega-menu .mega-menu-content .elementor-section-wrap .elementor-section {
    width: 1015px;
}


#menu-secondary .dropdown-mega-menu-toggle {
    position: relative;
}

#menu-secondary .dropdown-mega-menu-toggle::after {
    margin-left: 7px;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f107";
}

#menu-secondary .dropdown-mega-menu-toggle:hover::after {
    content: "\f110";
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#menu-secondary .dropdown-mega-menu-toggle.stop-spin::after,
#menu-secondary .dropdown-mega-menu-toggle.stop-spin:hover::after {
    content: "\f107";
}