.dark-mode {
  --dark: #272727 !important;
  --light: #e5e5e5 !important;
  --col-white: #fff;
  --body-bg-color: #1a1a1a;
  --card-border: #363636;
  --form-border: #c7c7c7;
  --body-text-color: #e5e5e5;
  --body-fs: 17px;
  --heading-color: #efefef;
  --primary: #342777;
  --danger: var(--bs-danger);
  --t-light-2: #303030;
  --menu-color: #f0f0f0;
  --menu-color-fixed: #f0f0f0;
}





.dark-mode header.header-three .main-menu-wrapper .main-nav>li>a {
  color: var(--col-white) !important
}

.dark-mode .breadcrumb-bar {

  background: #232323 !important
}

.dark-mode header .navbar-header #mobile_btn .bar-icon {

  color: var(--body-text-color);

}

.dark-mode header.position-fixed.fixed .header-btn .ti {
  background-color: var(--menu-color-fixed) !important;
}