body.dark{
  --black: #000000;
  --base: #000;
  --primary-color: #ffff00;
  --white: #000;
  --red: #e1000a;
  --yellow: #1c1b1b;
  --grey-accent: #1c1b1b;
  --tj-color-text-body-3: #ffff00;
}
body.dark{
  background-color:#000000 !important;
  color:#ffff00 !important;
}
body.dark *{
  color:#ffff00 !important;
}
body.dark .bg-light {
    background-color: #1c1b1b !important;
}
body.dark .menu .modal-content,
body.dark .at-a-glance .bg:hover,
body.dark .menu .btnn,
body.dark section.service_area,
body.dark footer{
    background: linear-gradient(263deg, #231f1f 0.16%, #000000 99.84%) !important;
}
body.dark .service_content{
background-color:#000000;
}
body.dark .executive-right-panel ul li{
border-color:#ffff00;
}
body.dark .acc-wrapper .access-icon,
body.dark .acc-wrapper .access-icon i,
body.dark .sticky-icon a i{
  color:#000 !important;
}








