#sp-page-builder {
    position: relative;
    margin: -100px 0px 0px 0px;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #ecba3c;
}

.sp-megamenu-parent>li>a {
    color: #ffffff;
}

#sp-header {
    background: none;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background: #000;
}

.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #DEDAA6;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
