.page-open-off-sidebar i {
  width: 25px;
  left: 59px;
  background-color: #fff !important;
}

.page-open-off-sidebar i:before {
  width: 20px;
  background-color: #fff !important;
}

.page-open-off-sidebar i:after {
  width: 20px;
  background-color: #fff !important;
}

.header-area.is-sticky {
  background-color: rgba(255,255,255, 0.6) !important;
  backdrop-filter: blur(5px);
}

.header-area.is-sticky .white-logo {
  display:none;
}

.header-area.is-sticky .reg-logo {
  display:inline;
}

.header-area.is-sticky .page-open-off-sidebar i.white-header, 
.header-area.is-sticky .page-open-off-sidebar i.white-header::before, 
.header-area.is-sticky .page-open-off-sidebar i.white-header::after {
  background-color: #111 !important;
}

.header-area.is-sticky .page-open-off-sidebar span.white-header, 
.header-area.is-sticky .page-open-off-sidebar span.white-header::before, 
.header-area.is-sticky .page-open-off-sidebar span.white-header::after {
  color: #111 !important;
}


/* .header-area.is-sticky .open-main-menu-icon i, 
.header-area.is-sticky .mobile-navigation-icon i,
.header-area.is-sticky .open-main-menu-icon i::before, 
.header-area.is-sticky .mobile-navigation-icon i::before,
.header-area.is-sticky .open-main-menu-icon i::after, 
.header-area.is-sticky .mobile-navigation-icon i::after
{
  background-color: #fff;
}


.header-area.is-sticky img.white-logo {
  display: inline;
}

.header-area.is-sticky img.reg-logo {
  display: none;
} */