#sp-header.header-sticky .logo-image {
  padding-top; 10px;
  height: 30px;
}
#sp-header:not(.header-sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: none;
    background-color: transparent;
    border-bottom: none;
    padding-top: 50px;
 }
#sp-header {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: none;
    background: #000000e8;
    //border-bottom: 1px solid rgba(200, 205, 220, .50);
    -webkit-transition: all 0.3s;
    transition: all 1.3s;//
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: orange;
    font-weight: 900;
}
.sp-megamenu-parent>li>a {
    color: white;
    font-size: 20px;
  font-weight:100;
}
.burger-icon>span {
    display: block;
    height: 2px;
    background-color: WHITE;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}