.navigation-menu > ul > li > a {
    display: block;
    color: #f9f9f9 !important;
    padding: 21px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
}
.submenu > li > a > span:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #42ad47 !important;
    transition: 0.3s;
}
.infotechno-hero-text h6 {
    color: #f9f8f9;
    font-weight: 500;
    margin-bottom: 20px;
}
.header-area .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    background-color: #070622 !important;
}
.submenu > li > a:hover {
    color: #42ad47 !important;
}
.submenu > li.active > a {
    color: #42ad47 !important;
}
.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    color: #42ad47 !important;
}

.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
    color: #42ad47 !important;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
    border-bottom: 3px solid #42ad47 !important;
    background-color: #ffffff;
    transform: translateY(50px);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.2s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
}