body {
  background-color: #171312;
  color: #ffffff;
}

.dark-mode{
  background-color: #171312 !important;
}

.tm-header-container-in,.tm-site-header.tm-site-header.small-height {
  background-color: #121212 !important;
}
.current-menu-item > a {
  color: #eabf00 !important;
}
.menu-item > a:hover {
  color: #eabf00 !important;
}
.m-menu-btn span, .m-menu-btn span:before, .m-menu-btn span:after {
  background-color:rgb(255, 255, 255);
}
.tm-primary-nav-list{
  background-color: #121212 !important;
}
.tm-primary-nav-list .menu-item a {
  color: white;
}

@media (max-width: 991px) {
  .tm-site-header {
    background: rgb(23, 19, 18);
  }
  .space-x {
    height: 0px !important;
  }
  .tm-primary-nav-list {
    background-color: #e9ecef !important;
  }
}
.tm-header-container-in {
  border-radius: 7px !important;
}