﻿@import url("Layout.css");
img{filter:grayscale(100%);-webkit-filter:grayscale(100%);filter:gray;-webkit-transition:all .6s ease;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale")}



:root {
  --themecolor: #121212;
  --themecolor2: #000;
}

body {
    background:#000;
    color:#fff
}



footer .rightSection, .mt-play, .mt-next, .mt-prev {
    background-color:#121212 !important;
}
.bg-theme2, h3.bg-theme2 {
    background-color:#333 !important;
    color:#fff !important;
}

.serviceListTabs li button.active, .boxGrid a:hover, .govtDept .pannel h3 i  {
    background:yellow !important;
    color:#000 !important;
}

.noticeBoard ul li, .breadcrumb li, .print li {
    color:#000 !important; 
}

.tabsGOM h3.active {
    background:var(--themecolor2) !important;
}

 .noticeBoard, .card,   .govtDept .pannel h3{
     background:#333 !important;
 }
 

.innerSearchArea .pannel:hover > h3, #back-to-top  {
background:#999;
outline: 1px solid #999;
}

a, .boxGrid a, .tabsGOM h3.active i, .tabsGOM h3.active, .tabsGOM h3:hover i, .policeDepartment .col a, table td a, table th a{
    color:yellow;
}
 .text-dark, .callSection a {
     color:yellow !important;
 }

 table ,  table td,  table  th, .listOnly li a:hover, .sitemap ul li a:hover, a:hover, .innerSearchArea li a:hover, .govtDept .pannel h3, h3{
     color:#fff !important;
 }
