#sp-header.header-sticky .logo-image {
  height: 60px;
  padding-top; 10px;
  color: black;
}
#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;
    /*height: 140px;
    padding-top: 60px;*/
 }
#sp-header {
    height: 80px;
    color: white;
    left: 0;
    position: relative;
  padding-top:10px;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: none;
    background: #470909b8;
    //border-bottom: 1px solid rgba(200, 205, 220, .50);
    -webkit-transition: all 0.3s;
    transition: all 0.5s;//
}

.background-fade .sp-page-builder .page-content {
    height: 100vh;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #000000;
    box-shadow: 0 0 0 0 #ffffff;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: orange;
}
#offcanvas-toggler > .fa {
    color: orange;
}
.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;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    color: white;
}
/*Drop down menu beginning */
