.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #C1B588;
}
#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right: 7px !important;
}
#sp-menu .social-wrap.no-border ul.social-icons{
  margin-top:-12px;
}

#sp-header.header-sticky .logo-image {
  padding: 0px;
  height: 50px;
  background: transparent;
}
#sp-header.header-sticky #sp-menu .social-wrap.no-border ul.social-icons{
  margin-top:0px;
}
#sp-header.header-sticky .sp-megamenu-parent>li>a {
  color:#000;
}
#sp-header.header-sticky .sp-megamenu-parent>li.active a {
  color:#C1B588;
}
.sp-megamenu-parent>li>a:hover{
  color:#C1B588;
}
#sp-header.header-sticky .sp-megamenu-parent>li a:hover {
  color:#C1B588;
}
#sp-header.header-sticky .burger-icon>span{
  background-color: #000;
}
#sp-header.header-sticky #sp-menu ul.social-icons a{
  color:#000;
  font-size:24px;
}
#sp-header.header-sticky #sp-menu ul.social-icons a:hover{
  color:#C1B588;
}
#sp-header:not(.header-sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: none;
   background-color: rgb(127 4 0 / 0%);
    border-bottom: none;
    padding-top: 30px;
  height: 120px;
 }
#sp-header {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: none;
    background: #fff;
    //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: #C1B588;
    font-size: 15px;
    font-weight: 500;
}
.sp-megamenu-parent>li>a {
    color: white;
    font-size: 15x;
  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;
}