#sp-header.header-sticky .logo-image {
	height: 90px;
    padding-top:30px;
    padding-bottom: 5px;
}
#sp-header:not(.header-sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: none;
    background: transparent;
    border-bottom: none;
    height: 180px;
    padding-top: 55px;
 }
#sp-header {
    height: 80px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: none;
    background: #E0C023;
    border-bottom: 1px solid rgba(200, 205, 220, .30);
    -webkit-transition: all 0.3s;
    transition: all 0.6s;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: floralwhite;
    font-size: 25px;
}
.sp-megamenu-parent > li > a {
    color: white;
}
values-item .sppb-addon-title strong {
    font-size: 100px;
    line-height: 0.85;
    font-weight: 900;
    display: block;
    margin-bottom: 22px;
  min-height:290px;
}
.values-item .sppb-addon-title strong {
    color: #ff7b00;
    font-size: 50px;
}
/*dropdown menu*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #e8e8e8;
    list-style: none;
}
sp-module ul>li>a {
    color: #565656;
}
#offcanvas-toggler>.fa {
    color: #fff;
}
.burger-icon>span {
    background-color: #fff;
}