.dark_scheme {
  color: #fff;
  background: #242222;
}
.dark_scheme a, .dark_scheme button {
  color: #fff;
}
.dark_scheme .header_top_row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dark_scheme .header_up {
  background: #474747;
}
.dark_scheme h2, .dark_scheme .h2 {
  color: #fff;
}
.dark_scheme h2::before, .dark_scheme .h2::before {
  -webkit-text-stroke: 1px #fff;
}
.dark_scheme .desc {
  color: #fff;
}
.dark_scheme p {
  color: #fff;
}
.dark_scheme .date {
  color: #fff;
}
.dark_scheme .light_theme {
  display: none;
}
.dark_scheme .dark_theme {
  display: block;
}
.dark_scheme .butger_icon {
  fill: #fff;
}
.dark_scheme .glasses_icon {
  fill: #fff;
}
.dark_scheme .search_icon_main_2 {
  fill: #fff;
}
.dark_scheme .bg_dark, .dark_scheme .bg_dark.active, .dark_scheme .management_row .item,
.dark_scheme .news_page_row .item, .dark_scheme .events_row .item, .dark_scheme .project_page_lk_row .item,
.dark_scheme .project_page_row .item {
  background: #474747;
}
.dark_scheme .video_photo, .dark_scheme .calendar_date, .dark_scheme .questions_banner_row {
  background: #A7CDDA;
}
.dark_scheme .questions_banner_row .desc {
  color: #000;
}
.dark_scheme footer {
  background: #474747;
}
.dark_scheme footer .title {
  color: #fff;
}
.dark_scheme .title {
  color: #fff;
}
.dark_scheme header {
  color: #fff;
  background: #242222;
}
.dark_scheme .news_page .tag, .dark_scheme .news_page .date {
  color: #fff !important;
}
.dark_scheme .custom-select-trigger, .dark_scheme .custom-option {
  color: #000;
}
.dark_scheme .pagination ul li a {
  background: transparent;
}
.dark_scheme .pagination ul li.dots {
  background: transparent;
}
.dark_scheme .breadcrumbs ul .link a {
  color: #fff;
}
.dark_scheme .breadcrumbs ul li {
  color: rgba(255, 255, 255, 0.4705882353);
}
.dark_scheme #time .time-slot {
  color: #000;
}
.dark_scheme .project_detailed_row .tags .tag {
  color: #fff;
}
.dark_scheme .btn._grey, .dark_scheme .events_row .item .desc_wrap .date, .dark_scheme .project_page_row .item .desc_wrap .title, .dark_scheme .all_page_search .item .title, .dark_scheme .all_page_search .item .desc_more {
  color: #fff;
}