.tekdirection-elements-menu {
    list-style: none;
    display: inline-flex !important;
    padding: 0px;
}

.tekdirection-elements-menu li {
    padding-right: 40px;
    position: relative;
}

.tekdirection-elements-menu .menu-item a.active:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.tekdirection-elements-menu .menu-item a:hover:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.tekdirection-elements-menu.cta .menu-item:last-child a:hover:after {
    position: unset;
    content: unset;
}

.tekdirection-elements-menu .sub-menu {
    display: none;
    padding: 30px 20px 20px;
    list-style: none;
    position: absolute;
    left: 0px;
    width: 200px;
    text-align: left;
}


.tekdirection-elements-menu .sub-menu::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    top: 10px;
    text-align: center;
}

.tekdirection-elements-menu .sub-menu::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.tekdirection-elements-menu .sub-menu li {
    padding-bottom: 5px;
    padding-top: 0px;
}

.tekdirection-elements-menu .sub-menu li:last-child {
    padding-bottom: 0px;
}

.tekdirection-elements-menu li:hover .sub-menu {
    display: block;
    z-index: 999;
}

.tekdirection-elements-menu .sub-menu--active {
    display: block;
}

.tekdirection-elements-menu .sub-menu:hover {
    display: block;
}

.tekdirection-elements__menu .header__bars-mobile-menu {
    right: 0px;
}

.tekdirection-elements__mobile-menu .mobile-menu__logo-col {
    text-align: left;
}

.tekdirection-elements__mobile-menu .mobile-menu__close-col {
    text-align: right;
}

.tekdirection-elements__mobile-menu .mobile-menu__close {
    display: contents;
}