.elementor-527 .elementor-element.elementor-element-9b133d5{padding:10px 10px 10px 10px;}/* Start custom CSS for section, class: .elementor-element-9b133d5 */.mega-menu {
    max-width: 800px;
    margin:auto;
}

.kda-megamenu-item {
    max-width: calc(100% / 3 - 20px / 3);
    transition: all .6s cubic-bezier(0.4, 0, 0, 1);
    border: solid 1px transparent;
}

.kda-megamenu-item:hover {
    transition: all .6s cubic-bezier(0.4, 0, 0, 1);
    border: solid 1px var(--oea_colors_dark);
}

.kda-megamenu-item a.sub-link:before {
    content: '\e006' !important;
    font-family: 'Font Awesome Kit' !important;
    display: inline-block !important;
    transform: rotate(-90deg);
    font-size: 0.75rem;
    margin-right: 0.5rem;
    position: relative;
    top:-2px;
}

@media only screen and (max-width: 767px) {
 .kda-megamenu-item {
    max-width: 100%;
}   
}/* End custom CSS */