#notification-section {
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
}
.notification-links h3 {
  font-size: 18px;
  font-family: 'EenaduUH';
  color: #3a91f3;
  margin-bottom: 5px;
  border-bottom: 0.1px solid #ccc;
  padding-bottom: 6px;
}
.notification-links li {
  padding: 1px 0;
  border-bottom: 0.1px solid #f2f2f2;
}
.notification-links li a {
  color: #222;
  font-family: 'EenaduUH';
  font-size: 18px;
  font-weight: normal;
}
.notification-links li a img {
  max-width: 43px;
}
.ntc-block {
  max-width: 335px;
  width: 100%;
  margin: 0px;
display: inline-block;
  vertical-align: middle;
	
}
.ntc-block h3{
  font-size:18px;
  color: #3a91f3;
  font-family: 'EenaduUH';
  line-height: 22px;
	padding: 10px;
	text-align:left;
}
.ntc-block img {
  width: 200px;
  height: 200px;
}
.ntc-block a {
  margin: 0px;
  padding: 0px;
  color: #000;
}
.ntc-block a:hover {
  margin: 0px;
  padding: 0px;
  color: #025799;
}
.other-notic-links li .nt-ot-blc {
  box-shadow: 0 2px 3px #c9c9c9;
  padding: 5px;
  border-left: 2px solid #fff;
  margin-bottom: 25px;
}
.nt-ot-blc img {
  width: 100px;
  float: left;
  height: 100px;
  padding-right: 10px;
}
.nt-ot-blc p {
  font-size: 26px;
  color: #222;
  font-family: 'EenaduU';
  line-height: 22px;
	overflow: hidden;
}
.nt-ot-blc h3{
  font-size:18px;
  color: #3a91f3;
  font-family: 'EenaduUH';
  line-height: 22px;
}
.data-notification {
  background: #fff;
  padding: 0px;
  font-size: 18px;
  font-family: EenaduU;
  margin-left: 15px;
  margin-right: 15px;
}
.data-notification th {
  vertical-align: middle !important;
  text-align: center;
/*  font-weight: bold;*/
  color: #fff;
  background: #0478cc;
  font-size: 20px;
  font-family:'EenaduUH';
	line-height: 18px!important;
	
}
.data-notification td {
  font-family: 'EenaduU';
  color: #222;
  font-size: 26px;
}
.data-notification img {
  max-width: 65px;
  width: 100%;
}
.data-notification .table td {
  padding: 10px;
}
.final-notice-title h3 {
  font-size: 15px;
  padding: 5px 0;
  margin: 0;
  font-family: arial;
  color: #234460;
  font-weight: bold;
  float: left;
}
.final-notice-title {
  border-bottom: 0.1px solid #ccc;
  padding-bottom: 7px;
  margin: 10px 10px;
}
.nav > li > a {
  padding: 6px 26px;
  margin-bottom:0px;
  font-size: 18px;
  font-family: 'EenaduUH';
}
#latest-govt-notification {
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
}
.old-comments li a {
  font-size: 26px;
  color: #000;
  font-family: "EenaduU";
	
}
.old-comments li a:hover {
  font-size: 26px;
  color: #025799;
  font-family: "EenaduU";
}
.old-comments li a::before {
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 5px;
  font-size: 16px;
}
.old-comments {
  width: 100%;
  clear: both;
  padding: 0px;
}
.old-comments h3 {
  font-size: 23px;
  color: #3a91f3;
  font-family: "EenaduUH";
}
.govt-notification-title h3 {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 20px;
  border-bottom: 0.1px solid #ccc;
  margin-bottom: 22px;
  padding-bottom: 6px;
}
/** Notification home page **/
.metro-box {
  position: relative;
  height: 133px;
  margin: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  color: rgb(255, 255, 255);
  overflow: hidden;
  display: block;
  width: 100%;
}
.notification-category .col-lg-4, .notification-category .col-lg-3, .notification-category .col-lg-6 {
  padding: 0 5px;
}
.metro-box.first-in-row {
  position: relative;
  clear: left;
}
.metro-box-title {
  position: absolute;
  bottom: 0;
  left: 0;
}
.metro-box-title h5 {
  font-family: 'EenaduUH';
  font-size: 18px;
  font-weight: normal;
  padding: 5px 5px 5px 5px;
  margin: 10px 10px 5px 10px;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  text-align: left;
  text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.11);
  color: #fff;
}
.metro-box-icon {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  width: 80px;
  height: 80px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.metro-box-photo, .metro-box-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.metro-box .metro-box-photo img {
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out, transform 1.5s ease-in-out 0.25s;
  -moz-transition: opacity 0.3s ease-in-out, transform 1.5s ease-in-out 0.25s;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 1.5s ease-in-out 0.25s;
  -o-transition: opacity 0.3s ease-in-out, transform 1.5s ease-in-out 0.25s;
}
.metro-box.wide .metro-box-photo img, .metro-box.fullwidth .metro-box-photo img {
  height: auto;
  width: 100%;
}
.metro-box:hover .metro-box-photo img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  opacity: 1;
}
/*
.metro-box:hover .metro-box-icon {
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
		opacity: 0;
}
.metro-box:hover .metro-box-title h5 {
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
		opacity: 0;
}
*/
/* Background colors
-----------------------------------------------------*/
.blue-gradient {
  background: rgb(47, 128, 227); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(47, 128, 227)), color-stop(100%, rgb(109, 192, 254))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(47, 128, 227) 0%, rgb(109, 192, 254) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f80e3', endColorstr='#6dc0fe', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.green-gradient {
  background: rgb(125, 188, 29); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(125, 188, 29)), color-stop(100%, rgb(211, 224, 54))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(125, 188, 29) 0%, rgb(211, 224, 54) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dbc1d', endColorstr='#d3e036', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.orange-gradient {
  background: rgb(247, 124, 23); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(247, 124, 23)), color-stop(100%, rgb(255, 186, 46))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(247, 124, 23) 0%, rgb(255, 186, 46) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f77c17', endColorstr='#ffba2e', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.yellow-gradient {
  background: rgb(255, 180, 29); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(255, 180, 29)), color-stop(100%, rgb(255, 229, 62))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(255, 180, 29) 0%, rgb(255, 229, 62) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb41d', endColorstr='#ffe53e', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.violet-gradient {
  background: rgb(127, 60, 184); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(127, 60, 184)), color-stop(100%, rgb(174, 108, 254))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(127, 60, 184) 0%, rgb(174, 108, 254) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f3cb8', endColorstr='#ae6cfe', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.red-gradient {
  background: rgb(200, 36, 27); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(200, 36, 27)), color-stop(100%, rgb(254, 112, 69))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(200, 36, 27) 0%, rgb(254, 112, 69) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8241b', endColorstr='#fe7045', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.black-gradient {
  background: rgb(0, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(76, 76, 76))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(76, 76, 76) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4c4c4c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.empty {
  background: none !important;
}
.thumb-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
}
.thumb {
  width: 100px;
  margin: 2%;
  float: left;
}
.thumb img {
  width: 100px;
  height: 100px;
}
.thumb-text {
  margin: 0px;
  padding: 6px 16px 0 0px;
  float: right;
  overflow: hidden;
  height: 105px;
  width: 63%;
  line-height: 25px;
}
.thumb-content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #3a91f3;
}
.thumb-content p {
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  line-height: 25px !important;
  color: #000;
	word-wrap: break-word;
}
/************ads css start****/
.add-300x250-3 {
    margin-top: 10px;
    padding: 0px;
    padding-bottom: 10px;
}
/************ads css end****/

/************05-08-21****/

