﻿@charset "UTF-8";

@font-face {
  font-family: "Noto Serif Devanagari";
  src: url("../webfonts/NotoSerifDevanagari-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  src: url("../webfonts/Barlow-Regular.ttf") format("truetype");
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: "Noto Serif Devanagari", Roboto, sans-serif;
  transition: all 0.2ms;
  font-size: 17px;
  font-weight: 400;
  margin: 0 auto;
}

:root {
  --theme: #0f2e3a;
  --theme2: #f6f5f0;
  --hover: #607D8B;
}

.w-100pc {
  width: 91%;
}

.mr-6 {
  margin-right: 6px !important;
}

div[data-font='barlow-text'],
.barlow-text {
  font-family: "Barlow" !important;
}

.align-left {
  text-align: left !important;
}

.text-thin {
  font-weight: 100;
  font-style: normal;
}

.text-extralight {
  font-weight: 200;
  font-style: normal;
}

.text-light {
  font-weight: 300;
  font-style: normal;
}

.text-regular {
  font-weight: 400;
  font-style: normal;
}

.text-medium {
  font-weight: 500;
  font-style: normal;
}

.text-semibold {
  font-weight: 600;
  font-style: normal;
}

.text-bold {
  font-weight: 700;
  font-style: normal;
}

.text-extrabold {
  font-weight: 800;
  font-style: normal;
}

.text-black {
  font-weight: 900;
  font-style: normal;
}

.text-thin-italic {
  font-weight: 100;
  font-style: italic;
}

.text-extralight-italic {
  font-weight: 200;
  font-style: italic;
}

.text-light-italic {
  font-weight: 300;
  font-style: italic;
}

.text-regular-italic {
  font-weight: 400;
  font-style: italic;
}

.text-medium-italic {
  font-weight: 500;
  font-style: italic;
}

.text-semibold-italic {
  font-weight: 600;
  font-style: italic;
}

.text-bold-italic {
  font-weight: 700;
  font-style: italic;
}

.text-extrabold-italic {
  font-weight: 800;
  font-style: italic;
}

.text-black-italic {
  font-weight: 900;
  font-style: italic;
}

.bg-gray {
  background: #f1f1f1;
}

.headerRight a.emb {
  position: absolute;
  left: 0px;
  margin: 0px auto !important;
  right: 0px;
  padding: 0px !important;
  width: 50px;
  border: 0px solid !important;
  top: 0px;
}

.emb img {
  width: 100% !important;
}

.page-title {
  border-bottom: 1px solid #d1d1d1;
}

.d-iblock {
  display: inline-block !important;
}

.b-top {
  border-top: 0 !important;
}

/*Common*/
.pl-10p {
  padding-left: 10px;
}

.main-section-p {
  padding: 3em 1em;
}

.pl-1 {
  padding-left: 4px;
}

.h-devider {
  height: 1px;
  background-color: #607d8b26;
}

div.disabled,
span.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.pxy-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.fsx-14 {
  font-size: 14px !important;
}

.fsx-1405 {
  font-size: 14.5px !important;
}


.fsx-15 {
  font-size: 15px !important;
}

.fsx-16 {
  font-size: 16px !important;
}

.fsx-1605 {
  font-size: 16.5px !important;
  ;
}

.fsx-17 {
  font-size: 17px !important;
}

.fsx-18 {
  font-size: 18px !important;
}

.text-justify {
  text-align: justify !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.h-400px {
  height: 400px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

/* Bottom Line*/

.smaller>* {
  font-size: 80% !important;
  transition: all 0s;
}

.larger>* {
  font-size: 120% !important;
  transition: all 0s;
  line-height: 140%;
}

.medium>* {
  transition: all 0s;
}

.font-resize-in {
  background-color: transparent;
  color: rgb(251, 146, 23);
}

h4 {
  font-size: 1em;
}

.lang_eng {
  font-family: 'Barlow' !important;
  font-size: 16px;
}

.h-100 {
  height: 100% !important;
}

.h-125px {
  height: 125px !important;
}

/* End Bottom Line */

.carousel-item {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slide .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 10rem;
  height: 2rem;
}

.btn {
  padding: 3px 6px !important;
}

.accessibility-menu {
  margin: 0;
  padding: 0px;
}

.accessibility-menu li {
  list-style: none;
  margin: 0 2px;
  display: inline-block;
}

.navbar-toggler {
  background: #fff;
  border-radius: 0px;
}

.boder-bottom-theme {
  background: var(--theme);
  padding-bottom: 3px;
}


.clearfix {
  clear: both
}

a {
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.keyperson {
  padding: 10px 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6f6f6f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}

h1,
h2 {
  font-size: 20px;
  line-height: 38px;
}

.logo a {
  color: #292D32;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  text-transform: capitalize;
}


.logo {
  width: 430px;
  line-height: 20px;
}

.text-right {
  text-align: right !important;
}

.logo img,
.headerLeft img {
  width: 67px;
}

.cover-area .container-main-body {
  background: #fff;
  box-shadow: 0px 0px 4px 0px #00000020;
  padding: 20px !important;
  border: 1px solid #00000020;
}

.e-book {
  width: 70px;
  margin-left: 15px;
  padding: 16px 13px 10px 13px;
  text-align: center;
  border-radius: 6px;
  background: #0b4766;
  color: #fff;
}

.e-book:hover {
  background: #07364e;
  color: #f7f7f7 !important;
}

.logo a span {
  color: #535353;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: normal;
}

.logo a:hover {
  text-shadow: none;
  color: #000;
}

.headerRight {
  text-align: center;
  background: #f6f5f0;
  color: #fff;
  padding: 4px 0;
  border-bottom: 1px solid #dedede;
}

.headerRight .rightLinks a:visited,
.headerRight a {
  color: #2f2f2f;
  padding: 5px 7px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #969696;
  margin-top: 5px !important;
  font-size: 14px;
}

.headerRight a.border-2 {
  border: 1px solid #fdfdfd;
}

.headerRight a:hover {
  color: #fff;
  background: #607D8B !important;
}

#SearchListArea ul li {
  padding: 0px;
  display: block;
  border-bottom: 1px solid #ededed;
}

#SearchListArea ul {
  padding: 0px;
  margin: 0px;
}

#SearchListArea {
  max-height: 350px;
  display: none;
  background: #fff;
  text-align: left;
  position: absolute;
  overflow-y: scroll;
  top: 47px;
  z-index: 99999;
  left: 1px;
  width: 100%;
  box-shadow: 0px 10px 10px #00000050;
}

#SearchListArea ul li a {
  display: block;
  color: #000;
  padding: 10px 15px;
  text-decoration: none;
}

#SearchListArea ul li a:hover {
  background: #00000010;
}

.breadcrumb a {
  text-decoration: none;
}


.headerRight a.bg-dark:hover,
.headerRight a.bg-light:hover,
.noticeBoard .button-group .btn:hover,
.noticeBoard .button-group .btn:focus,
a.morenews:hover {
  color: #fff !important;
  background-color: var(--hover) !important;
}

.slider,
.slide {
  border-radius: 40px;
}

.slider .carousel-caption h5 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
}

/*.slider .carousel-caption {
  background: url(../images/banner/shadow.png) no-repeat top center;
  background-size: cover;
}*/

.slider .carousel-caption h5 span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 130%;
}

.contentBody h2,
.contentBody h3 {
  color: var(--theme);
  font-size: 1.200rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}

.contentBody h3 {
  font-size: 17px;
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
  background: #00000020;
  display: flex;
  /* width: 29px; 
    height: 29px;*/
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0;
  opacity: 0.5;
  padding: 7px 15px;
  width: 5%;
}


.slider .carousel-control-prev:hover,
.slider .carousel-control-next:hover {
  background: #00000020;
  opacity: 1;
}

a.morenews {
  display: inline-block;
  padding: 7px 10px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.headerRight .search {
  padding: 8px 12px;
  background: var(--theme);
  margin: 0 5px;
  height: 35px;
  cursor: pointer;
  border-radius: 7px;
}

.headerRight .search:hover {
  background: var(--theme2);
}

.headerRight .socialIcon {
  color: #000;
}

.nav-link:focus {
  background: var(--theme);
  color: #fff;
}

.socialIcon a:hover {
  color: #fff;

}

.nav-link:hover ul {
  display: block;
}

ul.social-links,
ul.listLink {
  margin: 0;
  padding: 0;
}

.social-links li,
.listLink li {
  list-style: none;
  margin-bottom: 2px;
  position: relative;
}

.social-links ul li a i {
  margin-right: 4px;
}

.listLink li::before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  margin-right: 8px;
  padding: 3px 5px;
  background: #3F51B5;
  color: #fff;
}

.social-links li a,
.listLink li a {
  color: #232323;
}

.social-links li a.links,
.listLink li a.links {
  font-size: 14px;
  padding: 7px 0 7px 30px;
  display: block;
  text-align: left;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0px;
}

.listb li a.links {
  border-bottom: 1px solid #ddd;
}

.social-links li .links a,
.listLink li .links a {
  text-decoration: none;
}

.social-links li .links:hover a,
.listLink li .links:hover a {
  background: transparent;
}

.social-links li a.links:hover,
.listLink li a.links:hover {
  background: #08429820;
  cursor: pointer;
}

.social-links li .links::before,
.listLink li .links::before {
  content: "";
  width: 25px;
  position: absolute;
  height: 16px;
  display: inline-block;
  vertical-align: revert;
  top: 11px;
  left: 10px;
}

.tabs-web-app h3+div {
  display: none;
}

.tabs-web-app h3.active+div {
  display: block;
}

.tabs-web-app h3 {
  cursor: pointer;
}

.tabs-web-app h3 i {
  font-size: 20px;
  padding: 10px 19px;
  margin: -10px 19px -10px -10px;
  background: #ddd;
  color: #fff;
  display: inline-block;
}

.tabs-web-app h3.active i,
.tabs-web-app h3.active,
.tabs-web-app h3:hover i {
  background: var(--theme2) !important;
  color: #fff;
}

.tabs-web-app h3.active {
  background: var(--theme) !important;
}

.btn-common {
  background: #607D8B !important;
  color: #fff !important;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
}

.btn-calender {
  background: #607D8B !important;
  color: #fff !important;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 400;
}

a.btn-theme:hover,
.btn-theme:hover {
  color: #fff;
  background: var(--hover) !important;
}

.btn-hover:hover,
.admin-master .btn-theme2:hover {
  background: var(--theme) !important;
}

.btn-hover,
.admin-master .btn-theme2 {
  color: #fff;
  background: var(--hover) !important;
  color: #fff !important;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
}

.pannel.position-relative .w-100 {
  margin-bottom: 40px;
}

.btn-pos {
  position: absolute;
  bottom: 15px;
}

.innerHeadImg {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.btn-theme2 {
  background: var(--theme2) !important;
  color: #162578 !important;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #c3c3c3;
}


.tabs-web-app h3.active+div {
  box-shadow: 0px 5px 5px #00000030;
}

.headerRight .search img {
  vertical-align: top;
}

.socialIcon a {
  font-size: 19px;
  color: #fff;
}

.navbar,
.navbar .container-fluid {
  padding: 0px;
}

.stateSymbols .card:nth-child(1) {
  background: #f0f7e0;
}

.stateSymbols .card:nth-child(2) {
  background: #d9edff;
}

.stateSymbols .card:nth-child(3) {
  background: #e6fff9;
}

.stateSymbols .card:nth-child(4) {
  background: #fff4fb;
}

.stateSymbols .card:nth-child(5) {
  background: #fff4df;
}

.bg-theme-b {
  background: var(--theme2) !important;
  color: rgb(0, 24, 51);
}

.bg-theme-a {
  background: var(--theme) !important;
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  background: var(--theme) !important;
  color: #fff;
}

.navbar li a {
  color: #282828;
  padding: 12px 10px 4px 10px !important;
  font-size: 19px;
  display: block;
  margin-right: 3px;
}

.navbar li a:hover,
.navbar li a.active {
  background: var(--hover);
  color: #fff;
}

.navbar li.active>a {
  font-weight: 600;
}

.dist-content {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  width: 100%;
  background: #ededed;
}

.dist-content a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
}

.dist-content img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.dist-content span {
  display: block;
  padding: 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #00000095;
  border-radius: 0 10px 0 0;
}

.dist-content a:hover span {
  background: var(--theme);
  color: #fff;
}

.navbar li>ul>li:nth-child(2n+1) {
  position: relative;
  background: rgb(96, 125, 139, 0.08);
}

.welcome.Header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  width: 41%;
  text-align: center;
  top: 35%;
  bottom: 0;
  vertical-align: middle;
}

.welcome.Header h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 5px 5px #00000090;
}


/*ul#pills-tab {
  position: absolute;
  bottom: 0;
  width: 98%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999999;
}*/

/*#pills-tab button {
  width: 135px;
  min-height: 140px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: #00000085;
}
#pills-tab button span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0 10px 0px;
  color: #fff;
}*/

.keyperson {
  background: #00000090;
  position: static;
  width: 100%;
  z-index: 999999;
  border-radius: 7px;
  padding: 10px;
  /*! border: 1px solid var(--theme);; */
}

.keyperson .person h2 span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  text-align: left;
  margin: 0px;
}

.keyperson .person img {
  height: 60px;
}

.keyperson .person h2 {
  margin: 0px;
}

.keyperson .person h2 span small {
  font-size: 12px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #fff;
}

.keyArea .keyperson a:hover,
.keyArea .keyperson a:hover span,
.keyArea .keyperson a:hover small {
  color: #fff;
}

.keyperson .person:hover,
.keyperson .person:hover h2,
.keyperson .person:hover h2 span {
  background: #fff;
  color: #000;
  border-radius: 7px;
}

.searchfilter {
  display: none;
  position: fixed;
  z-index: 9999;
  margin: 0 auto;
  width: 900px;
  left: 0;
  right: 0;
  background: #000;
}

.blackbg {
  background: #00000090;
  content: "";
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100vh;
  display: none;
  overflow: hidden;
  z-index: 1000;
}

.searchfilter input.form-control {
  font-size: 16px !important;
  padding: 10px !important;
  border-radius: 0px;
  border: 1px solid #ddd !important;
}

.searchfilter .btn {
  padding: 10px 20px !important;
  font-size: 16px;
}

.searchfilter form {
  display: flex;
}

section.content h2,
section.about-app h1,
.linksgallery h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme2);
}

section.content h3 {
  font-size: 15px;
  background: rgb(244, 250, 253);
  border: 1px solid #c8d5e2;
  padding: 7px 15px;
  font-weight: 500;
  color: var(--theme2);
  text-transform: capitalize;
}

.tabscontent {
  max-height: 330px;
  overflow-y: scroll;
}

.tag-message {
  padding: 12px 24px;
  font-weight: 600;
}

.projects .owl-dots {
  display: none;
}


.noticeBoard ul {
  padding: 0px;
  height: 270px;
  overflow-y: scroll;
}

.noticeBoard .button-group .btn {
  background: #ddd;
  border-radius: 0px;
  font-size: 13px;
}

.noticeBoard .button-group .btn {
  background: #ddd;
  border-radius: 0px;
  font-size: 13px;
}

.noticeBoard ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.noticeBoard ul li {
  color: #000;
  font-style: normal;
  display: block;
  font-weight: 400;
  padding: 16px 15px 8px 45px;
}

.about-app p {
  line-height: 23px;
  font-weight: 400;
}

.welcome.Header .searchfilter {
  width: 100%;
  margin: 0 auto;
}

.page-details {
  font-size: 20px;
  margin-top: 0px;
  font-weight: 600;
}

.page-details small {
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.web-app-site-map path {
  stroke: var(--theme);
  stroke-width: 1;
  fill: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.web-app-site-map text {
  transition: all 0.5s;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.web-app-site-map a {
  cursor: pointer;
  text-decoration: none;
}

.web-app-site-map a:hover path {
  fill: var(--theme);
}

.web-app-site-map a:hover text {
  fill: #fff;
}

.web-app-site-map path title {
  background-color: var(--theme);
  color: #fff;
}

.web-app-site-map path text {
  fill: var(--theme);
}

.web-app-site-map svg {
  height: 490px;
  display: block;
  width: 100%;
}

.mhinfo {
  margin-top: 70px;
}

.patch {
  position: relative;
  margin: 0;
}

.captionDate {
  color: #2b2b2b;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 13px;
}

.headerRight a.emb:hover {
  background: #fff !important;
}

.patch div {
  z-index: 99;
}

.patch::after {
  /* background: url() repeat-y top center; */
  /* height: 129px; */
  /* content: ""; */
  position: absolute;
  bottom: 35px;
  width: 100%;
  border-radius: 7px;
  z-index: 0;
  background-size: cover;
}

#vertical-ticker li {
  height: 70px;
}

#vertical-ticker {
  height: 270px;
  margin: 3px 0px;
  overflow: hidden;
  padding: 0;
  list-style: none;
}

.noticeBoard .button-group {
  margin: 0 0 0 -20px;
  width: 109%;
}

.backtoTop {
  position: fixed;
  z-index: 999999;
  font-size: 15px;
  background: var(--theme);
  bottom: 30px;
  right: 30px;
  display: none;
}

.linksgallery .owl-dots {
  display: none;
}

.clickArrow {
  font-size: 15px;
  color: #fff;
  margin: auto 0;
  padding: 37px 10px 39px 70px;
  /* background: #ffffff40; */
  border-radius: 4px;
  position: absolute;
  right: -3px;
  top: 1px;
  z-index: 999999;
}

.clickArrow:focus,
.clickArrow:hover {
  color: #fff;
}

.LocalBodies .search-content a {
  text-decoration: none;
  color: #000;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-bottom: 5px;
  width: 32.6%;
  vertical-align: top;
  min-height: 100px;
  display: inline-flex;
  box-shadow: 0px 5px 5px #00000010;
}

.LocalBodies .search-content a:hover {
  background: #2d5485;
  color: #fff;
}

.LocalBodies .search-content a i {
  margin-right: 15px;
}

section.megaMenus ul {
  padding: 0px;
  margin: 0;
}

section.megaMenus>ul>li {
  list-style: none;
  font-size: 17px;
  text-align: center;
  position: relative;
  width: 100%;
}

section.megaMenus>ul>li>a>i {
  font-size: 33px;
  display: block;
  margin: 5px 0 6px 0;
}

.innerBlueMenu section.megaMenus>ul>li>a>i,
.innerBlueMenu section.megaMenus>ul>li>a>.farming>img {
  display: none;
}

.innerBlueMenu section.megaMenus>ul>li>a,
.innerBlueMenu section.megaMenus>ul>li>a:not([href]) {
  height: auto;
}

.innerBlueMenu section.megaMenus ul li.active .megaMenusList {
  display: block;
  text-align: left;
  width: 80vw;
  padding: 10px;
  border-radius: 0px 0px 7px 7px;
  position: absolute;
  left: -1px;
  bottom: -146px;
  background: #fff;
  height: fit-content;
  box-shadow: 0px 20px 10px #00000050;
  z-index: 999999;
}

section.megaMenus>ul>li>a,
section.megaMenus>ul>li>a:not([href]) {
  display: block;
  padding: 15px 0;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  background: var(--theme2);
  border-right: 1px solid #ffffff20;
  height: 125px;
}

section.megaMenus>ul>li.current>a {
  color: #fff;
  background: var(--theme);
}

section.megaMenus ul li:hover a,
section.megaMenus ul li.active a {
  background: #fff;
  color: var(--theme2);
}

section.megaMenus>ul>li>a:not([href]),
section.megaMenus>ul>li>a:not([href]):hover {
  color: #fff;
  text-align: center;
  vertical-align: revert;
  padding: 54px 0;
  background: rgb(0, 24, 51);
  font-size: 25px;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: var(--theme);
  padding: 10px 13px;
  border-radius: 100%;
}

#back-to-top.show {
  display: block;
}

.innersearch.searchtoolsInner {
  width: 70%;
  margin: 0 auto;
  right: 0;
  top: 300px;
  box-shadow: 0px 25px 54px #00000050;
}

.innersearch.searchtoolsInner form {
  margin-top: 0px;
  width: 100%;
}

section.megaMenus ul {
  position: relative;
}

section.megaMenus ul li a img {
  display: block;
  margin: 0 auto 10px;
}

.megaMenusList,
.normalMenu .dropmenu,
.normalMenu:hover>.dropmenu>ul {
  display: none;
  transition: all 0.3s ease-out;
}

.megaMenusListFirst ul {
  display: none;
}

.megaMenusListFirst ul li {
  list-style: none;
  width: 49.7%;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
}

.megaMenusList h3 {
  cursor: pointer;
}

.megaMenusList h3:hover,
.megaMenusList h3.active {
  background: var(--theme2);
  color: #fff;
}

.megaMenusList .panelind {
  border: 1px solid #ddd;
}

.megaMenusList .panelind .links {
  border: 0px solid #ddd;
  width: 100%;
}

.megaMenusList h4 {
  background: #d4d4d4;
  margin: 0px;
  padding: 10px;
  font-size: 15px;
}

.normalMenu:hover>.dropmenu>li:hover>ul {
  display: block;
  left: 100%;
  position: absolute;
  width: 300px;
  background: #fff;
  top: 0;
  box-shadow: 0px -5px 5px #00000050;
}

.normalMenu:hover>ul.dropmenu {
  display: block;
  position: absolute;
  bottom: 146px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -5px 5px #00000050;
}

section.megaMenus h3 {
  font-size: 17px;
  padding: 15px;
  background: var(--theme2);
}

section.megaMenus ul li.active .megaMenusList {
  display: block;
  text-align: left;
  width: 70vw;
  padding: 10px;
  border-radius: 7px 7px 0px 0px;
  position: absolute;
  left: -1px;
  bottom: 118px;
  background: #fff;
  height: fit-content;
  box-shadow: 0px -10px 10px #00000050;
  z-index: 999999;
}

section.megaMenus ul li.normalMenu.active .megaMenusList {
  right: -50%;
  left: -50%;
  width: 50vw;
}

section.megaMenus span.farming img {
  width: 50px;
  object-fit: cover;
  height: 48px;
  object-position: bottom;
}

section.megaMenus li:hover span.farming img {
  object-position: top;
}

section.megaMenus>ul>li.fullMenu.active .megaMenusListFirst {
  width: 65%;
  right: 0;
  left: auto;
}

.noticeBoard h3 {
  border-radius: 3px 3px 0px 0px;
  background: var(--theme);
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 15px 30px;
}

.noticeBoard ul {
  margin: 20px 0;
  padding: 0;
}


.megaMenusList a.allinks {
  text-decoration: none;
}

.carousel-caption {
  padding: 70px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 40px 0 0px 40px;
  width: 535px;
  text-align: left;
}




.megaMenusList a.allinks h5 {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  padding: 10px;
  background: orange;
}

.megaMenusList a.allinks:hover h5 {
  background: #015dc5;
}

marquee a {
  text-decoration: none;
  color: #001833;
  padding: 15px;
  display: inline-block;
}

.detailsBox.flex-fill {
  border-bottom: 1px solid #c7c1c1;
  padding-bottom: 15px;
  margin-top: 15px;
}

marquee a:hover {
  color: #000;
  background: #f5f9ff;
}

.emblem {
  width: 29px;
  height: 48px;
}

.close {
  display: none;
}

h3 {
  font-size: 20px;
}

.menuIconList li a {
  text-decoration: none;
  display: block;
}

.megaMenusListFirst ul.menuIconList {
  display: flex;
}

.megaMenusListFirst .menuIconList li {
  width: 100%;
}

.megaMenusListFirst .menuIconList li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin: 3px;
  text-decoration: none;
  text-align: center;
  padding: 25px 0;
}

section.stateSymbols .card img {
  object-fit: cover;
  height: 100%;
}

.megaMenusListFirst .menuIconList li a:hover,
.megaMenusListFirst .menuIconList li a.active {
  background: var(--theme);
  color: #fff;
}

.megaMenusListFirst .menuIconList li a img {
  display: block;
  width: 35px;
}

.innerSearchArea .billdetails {
  display: none;
}

.innerSearchArea .pannel img {
  object-fit: contain;
  object-position: top;
}

.innerSearchArea .pannel img.hcover {
  object-fit: cover;
  object-position: center;
  height: 190px;
  width: 100%;
}

.img_banner {
  position: relative;
  height: 150px;
  background: #000;
}

.app-management .pannel h3 i {
  font-size: 20px;
  color: #fff;
  background: #1c426d;
  padding: 15px;
  margin: -10px 15px -10px -10px;
  display: inline-block;
}

.app-management .pannel h3 {
  background: #bbcfe7;
  color: #132a4e;
}

.img_banner .innerHeadImg {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
  object-position: top;
}

.img_banner .searchfilter {
  z-index: 1;
}

.searchfilter .btn {
  border-radius: 0px !important;
}

.innerSearchArea h3,
.innerSearchArea h4 {
  font-size: 1.2em;
  background: #ededed;
  color: #000;
  margin: 0px;
  padding: 10px;
}

h3.bg-theme-a {
  font-size: 1.2em;
}

.innerSearchArea h4 {
  border: 1px solid #ededed;
  padding: 7px;
}

.pannelInner {
  border: 1px solid #ededed;
}

.innerSearchArea ul.dropmenu {
  position: relative;
}

.innerSearchArea .dropmenu::before {
  content: "\F132";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 7px;
  top: 0px;
}

.innerSearchArea .pannel {
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.innerSearchArea .pannel:hover {
  outline: 1px solid #4287ee;
}

.innerSearchArea .pannel:hover>h3 {
  background-color: #295991;
  color: #fff;
}

.innerSearchArea .listLink li {
  padding: 0px;
}

.innerSearchArea .listLink li a {
  position: relative;
}

.innerSearchArea .listLink li:hover>a::after {
  content: "\F1C5";
  font-size: 15px;
  position: absolute;
  right: 25px;
  top: 7px;
  color: var(--theme);
  font-family: "bootstrap-icons";
  font-weight: bold;
}

.innerSearchArea .app-management .listLink li:hover>a::after {
  content: "";
}

.app-management .pannel {
  margin-bottom: 15px;
}

.keyArea {
  margin-top: 10px;
}

section.megaMenus>ul>li.fullMenu.active {
  position: static;
}

.h160 {
  height: 160px;
}

.housingLogo {
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: inherit;
}

.posHome li:last-child a {
  background: var(--theme);
  color: #fff;
  padding: initial 10px;
}

footer {
  background: var(--theme);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  background-position: right 4px;
  background-size: 500px;

}

footer h2 {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  padding-top: 2px;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

footer h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  color: #D8D8D8;
  padding: 2px 0;
  line-height: normal;
}



.visitorCount {
  color: #fff;
  padding: 0px;
}

.visitorCount li:first-child,
.footerlinks,
.social-links ul,
.listLink ul {
  padding-left: 0px;
}

.visitorCount li:last-child {
  border-right: 0px;
}

.visitorCount li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #fff;
}

.visitorCount li a {
  color: #fff;
  font-size: 0.9rem;
}

.bg-bluedark {
  background: #252525;
}

footer .social-links,
footer .listLink {
  padding-left: 0px;
}

footer .social-links a,
footer .listLink a {
  color: #fff;
}

.m-icon {
  height: 40px !important;
  width: 40px !important;
}

.h160 {
  height: auto;
}

.m-100 {
  width: 100% !important;
}

.innerHeadImg {
  height: 153px;
}

.ul.listLink.listb.departmentListCol li {
  display: block;
  width: 100%;
}

.AtoZlist li {
  margin: 0px 0 10px 0;
}

ul.navbar-nav li {
  padding: 0px;
  margin: 0px;
}

section.megaMenus>ul>li {
  position: relative !important;
  width: 33.33%;
  float: left;
}

.a2a_default_style {
  padding: 10px !important;

}

.a2a_default_style a {
  display: none !important;
}

.gallery_img a {
  margin-bottom: 20px;
  display: block;
}

.gallery_img img {
  height: 250px;
}

.mobileApp img {
  height: 550px;
}

.mobileApp a {
  display: block;
  border: 1px solid #ededed;
}

.mobileApp a:hover {
  box-shadow: 1px 2px 2px #000000;
}

.aboutContent {
  padding: 12px 30px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.aboutContent img {
  border-radius: 30px;
}

.aboutContent p {
  font-size: 14.5px !important;
  background: #ffffff;
  border-radius: 0;
  border-bottom: 0px solid #004d8f;
  color: #004d8f;
  margin-bottom: 30px;
  padding: 30px;
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

.headObj {
  height: 300px;
  position: sticky;
  top: 150px;
  border-radius: 25px;
  width: 340px;
  margin-bottom: 45px;
}

.boardCard {
  width: 100%;
  margin-bottom: 30px;
}

.boardCard img {
  width: 100%;
}

.boardCard h3 {
  font-size: 20px;
  margin: 25px 0 0 0;
}

.boardCard h4 {
  font-size: 14px;
  color: #FF9800;
  margin: 10px 0;
}

.boardCard h5 {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}


.boardCard {
  width: 320px;
  margin-bottom: 30px;
  transition: 0.5s all ease-in-out;

}

.boardCard:hover {
  transform: translate(-7px, -7px);
  padding: 20px;
  box-shadow: 0px 20px 81px 0px rgba(8, 0, 20, 0.3);
}

.boardCard:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -3;
  border-radius: 10px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(45deg, #ff9852 32%, #004d9d 100%);
}

.boardCard:hover:before {
  transform: translate(7px, 7px);
}


.boardCard:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 10px;
  background-color: #fff;
}

.profileCareer {
  width: 320px;
  padding: 20px;
  text-align: center;
  position: relative;
  background: #fff;
  margin: 3px 0px 2px 3px;
}

.imgProfile {
  z-index: 99;
  content: "";
  position: relative;
  background: #fff;
  padding: 10px
}

.profileCareer h3 {
  font-size: 1.3em;
}


.contentView h2 {
  line-height: 150%;
}


.profileCareer img.img-fluid {
  height: 175px;
  margin-bottom: 18px;
}

.sheBox {
  background: #000;
  color: #fff;
  padding: 10px 10px 0 10px;
  border-radius: 30px;
  border: 5px solid #de0aa3;
}

.boardCard {
  width: 100%;
}

.borderDash {
  border: 1px dashed #a3a3a3;
}

.light-purple {
  background: #edeafb42;
}

.light-blue {
  background: #2196f312;
}

.news-list {
  padding: 0;
}

.news-list li {
  list-style: none;
  margin-bottom: 5px;
}

.news-list a {
  border: 1px solid #ddd;
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #232323;
}

.news-list a small,
.news-list a p {
  color: #607D8B !important;
  font-size: 13px !important;
  padding-left: 22px;
}

.news-list a {
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 0;
}

.news-list a:hover {
  background: #ffc1070f;
}

.news-list a:before {
  font-family: 'Font Awesome 6 Free';
  margin-right: 3px;
  font-size: 15px;
  color: #607d8b;
}

a.news_text:before {
  content: "\f1ea";
}

a.news_video:before {
  content: "\f144";
}

.news-list li a span {
  line-height: 22px;
}

.gallery_img img {
  --c: var(--hover);
  /* the border color */
  --b: 3px;
  /* the border thickness*/
  --g: 3px;
  /* the gap on hover */
  margin-bottom: 10px;
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--c) 0;
  background: conic-gradient(from 180deg at top var(--b) right var(--b),
      var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
    conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
  height: 140px;
  width: 100%;
}

.gallery_img a {
  margin-bottom: 10px;
}

.gallery_img img:hover {
  --_i: 100%;
  transition: 0.3s, background-size 0.3s 0.3s;
}








/* 15-12-2022 New CSS */

.keyPersonInfo h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  text-align: left;
}

.keyPersonInfo h3 small,
.keyPersonInfoDetails .col span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 9px;
}

.keyPersonBox i {
  position: absolute;
  right: 0px;
  background: #999;
  padding: 5px 11px;
  bottom: 0px;
  border-radius: 7px 0px 0px 0px;
  cursor: pointer;
}

.keyPersonBox.active i {
  background: var(--theme);
}

.keyPersonBox {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}

.keyPersonBox.active {
  opacity: 1;
}

.keyPersonTabs {
  display: none;
}

.keyPersonBox img {
  width: 108px;
}

.keyPersonInfoDetails i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 20px;
  color: #084298;
}

.keyPersonInfoDetails .col {
  border: 1px solid #ddd;
  margin: 1px;
  width: 49.7%;
  font-weight: 600;
  padding: 5.6px 10px;
}

.keyPersonInfoDetails .col span {
  margin: 0px;
}

.keyInfoContent>div {
  display: none;
}

.keyInfoContent>div:first-child {
  display: block;
}

ul.dropdown-menu.submenu {
  left: 100% !important;
  top: 0px !important;
  display: none;
}


.dropdown-item.arrow:after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  margin-top: 5px;
  position: absolute;
  right: 3px;
}

.mega-menu .dropdown-item.arrow:after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: 9px;
  position: absolute;
  right: 12px;
}


li.mega-menu>ul.submenu>li.mega-menu-option {
  width: 100%;
  margin-bottom: 15px;
}

li.mega-menu>ul.submenu>li.mega-menu-option ul li,
li.mega-menu>ul.submenu>li:nth-of-type(2) ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding: 0 2px;
}


.mega-menu .submenu .arrow:after {
  border: 0px solid #fff !important;
}

.mega-menu .submenu li a {
  white-space: pre-wrap;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 33px;
  }
}

.table th {
  background: #607d8b4a;
}

.table th a,
.table th a:visited {
  color: #fff;
}

.pad-l-r {
  padding-left: 0;
  padding-right: 0px;
}

.admin-btn {
  padding: 3px 5px;
  border-radius: 2px;
}

.panel-sky {
  background-color: #fafdff;
  padding: 15px;
  border: 1px solid #dbedff;
  margin-bottom: 20px;
}

.panel-sky .row {
  padding-bottom: 15px;
}

.btn a,
.btn a:visited {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: 1.25em;
  color: var(--theme);
  margin: 0 0 15px;
  font-weight: 600;
}

h2 {
  font-size: 1.2em;
  color: var(--theme);
  margin: 0 0 15px;
  font-weight: 600;
}

h3 {
  font-size: 1em;
  color: var(--theme);
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.admin-panel {
  padding: 10px 15px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
}

.section-container {
  min-height: 450px;
  padding-bottom: 25px;
}

.admin-master header {
  box-shadow: 0px 2px 7px #00000070 !important;
}

.admin-master .section {
  padding: 20px 0 0 !important;
}

.admin-master footer {
  margin-top: 20px;
}

#lblError,
.required-d {
  font-size: 0.9em;
  font-style: italic;
  color: #fff !important;
  background: #e73535;
  padding: 2px 0px;
  border-radius: 3px;
  line-height: 100%;
  margin-top: 2px;
  display: inline-block;
}

.user-panel {
  background: #ebfff0;
  border: 1px dashed #7dc38f;
  padding: 7px 10px;
  margin-bottom: 24px;
  display: inline-block;
  border-radius: 5px;
  color: #06561a;
  font-size: 1em;
}

.admin-panel {
  padding: 10px 15px;
  border-radius: 5px;
  background: #f9fafd;
  box-shadow: 0 3px 4px 1px rgb(115 108 203 / 29%);
  margin-bottom: 25px;
}

.uplaod-photo li {
  float: left;
  margin-right: 5px;
}

.uplaod-photo li a {
  padding: 8px 10px;
  background: #1bbc9b;
  display: block;
  color: #fff;
}

.uplaod-photo li a:hover {
  background: #1b9f84;
}

.uplaod-photo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkboxs-admin input[type="checkbox"] {
  float: left;
}

.checkboxs-admin label {
  float: left;
  font-weight: normal;
  margin-right: 10px;
  font-size: 90%;
}

.checkboxs input[type="checkbox"] {
  float: left;
}

.checkboxs label {
  float: left;
  margin-right: 10px;
}

.admin-master label {
  font-weight: 600;
  color: #3a3a3a;
  font-size: 15px;
}

.btn-info {
  color: #fff;
}

.panel {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 18px;
}

.login {
  /* background: #fff none repeat scroll 0 0; */
  width: 430px;
}

.title {
  margin: 0 0 15px;
  padding: 15px 0;
  text-align: left;
  font-size: 2em;
  color: #004d8f;
}

.login label {
  display: inline-block;
  font-weight: 600;
  color: #004d8f;
  margin-bottom: 6px;
}

.login-pnl {}

#captcha img {
  border: 1px solid #e2e2e2;
  height: 70px;
  float: left;
  margin: 0 07px 7px 0;
}

#captcha a {
  display: block;
}

#captcha p {
  margin: 5px 0 0;
}

#captcha br {
  display: none;
}

.text-box {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.forget {
  float: left;
  margin: 8px 0 0 20px;
}

#contact_form>div {
  position: relative;
}

label.error {
  background: url(../img/error.html) no-repeat left top;
  margin: 0;
  display: block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: 9999px;
  position: absolute;
  right: 7px;
  top: 7px;
}

#contact_form.big label.error {
  right: 9px;
  top: 9px;
}

input.error,
textarea.error {
  border-color: #f26a6a;
}

#content {
  padding: 50px 0 72px;
  overflow: hidden;
}

#ajaxed_content #content {
  padding: 50px 0 0;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

.mtop20 {
  margin-top: 20px;
}

.mtop25 {
  margin-top: 25px;
}

/* 15-12-2022 New CSS END*/

/* replace */
.keyPersonInfo h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  text-align: left;
}

.keyPersonInfo h3 small,
.keyPersonInfoDetails .col span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 9px;
}

.keyPersonBox i {
  position: absolute;
  right: 0px;
  background: #999;
  padding: 5px 11px;
  bottom: 0px;
  border-radius: 7px 0px 0px 0px;
  cursor: pointer;
}

.keyPersonBox.active i {
  background: var(--theme);
}

.keyPersonBox {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  border: 1px solid #ddd;
  color: #666;
  background: #c9c9c9;
  filter: grayscale(1);
}

.keyPersonBox.active {
  opacity: 1;
  background: var(--theme2);
  color: #fff;
  filter: none;
}

.keyPersonTabs {
  display: none;
}

.keyPersonBox img {
  width: 108px;
}

.keyPersonInfoDetails i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 20px;
  color: #084298;
}

.keyPersonInfoDetails .col {
  border: 1px solid #ddd;
  margin: 1px;
  width: 49.7%;
  font-weight: 600;
  padding: 5.6px 10px;
}

.keyPersonInfoDetails .col span {
  margin: 0px;
}

.keyInfoContent>div {
  display: none;
  animation: fadeIn ease 0.2s;
  -webkit-animation: fadeIn ease 0.2s;
  -moz-animation: fadeIn ease 0.2s;
  -o-animation: fadeIn ease 0.2s;
  -ms-animation: fadeIn ease 0.2s;
}

.breadcrumb li,
.print li {
  list-style: none;
  margin-right: 0px;
}

.quote {
  color: #084298;
  font-size: 20px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  border: 4px solid rgb(187 214 255 / 25%);
  background: #f7f7f7;
}

h5 {
  font-size: 1.2em;
}

.quote img {
  width: 60px;
  margin-bottom: 10px;
}

.mhPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
}

.mhPopup .mhPopupMain {
  display: none;
  width: 100%;
  text-align: center;
}

.mhPopup button {
  padding: 15px 20px;
  border: none;
  background-color: #fff;
  color: #000;
  margin: 10px;
  line-height: 20px;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: solid 1px var(--theme);
}

.mhPopup button:hover {
  background-color: var(--theme);
  color: #fff;
}

.mhPopup a button {
  cursor: pointer;
}

.mhPopup a button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.closemhPopup {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/icon/close.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  cursor: pointer;
}

.policeDepartment img {
  width: 50px;
  margin: 0 auto 15px;
  display: block;
}

.policeDepartment .col {
  text-align: center;
  padding: 0px;
}

.policeDepartment .col h5 {
  margin: 0px 0 0 0;
  font-size: 17px;
}

.policeDepartment .col a {
  color: #232323;
  padding: 15px;
  display: block;
}

.policeDepartment .col:nth-of-type(even) {
  background: #030067;
  color: #fff;
}

.policeDepartment .col:nth-of-type(even) a {
  color: #fff;
}

.policeDepartment .col a:hover {
  background: #e5f1ff;
  color: rgb(32, 32, 32);
}

table a {
  color: #001833;
}

.AtoZlist li {
  padding: 0px;
  margin-right: 25px;
}

.AtoZlist li {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  color: var(--theme2);
}

.AtoZlistCol li {
  padding: 0;
  width: 100%;
}

.AtoZlistCol a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px;
}

.AtoZlistCol li a:hover {
  background: var(--theme);
  color: #fff;
}

.AtoZlistCol li.disable a,
.AtoZlistCol li.disable a:hover {
  background: #ddd;
  color: #333;
  cursor: no-drop;
}

ul.listLink.listb.departmentListCol li {
  display: inline-block;
  width: 49.8%;
}

.w-85 {
  width: 85% !important;
}

/* 15-12-2022 New CSS END*/

/* replace */

.keyPersonInfo h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  text-align: left;
  color: #fff;
}

.keyPersonInfo h3 small,
.keyPersonInfoDetails .col span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 9px;
}

.keyPersonBox i {
  position: absolute;
  right: 0px;
  background: #999;
  padding: 5px 11px;
  bottom: 0px;
  border-radius: 7px 0px 0px 0px;
  cursor: pointer;
}

.keyPersonBox.active i {
  background: var(--theme);
}

.keyPersonBox {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  border: 1px solid #ddd;
  color: #666;
  background: #c9c9c9;
  filter: grayscale(1);
}

.keyPersonBox.active {
  opacity: 1;
  background: var(--theme2);
  color: #fff;
  filter: none;
}

.keyPersonTabs {
  display: none;
}

.keyPersonBox img {
  width: 108px;
}

.keyPersonInfoDetails i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 20px;
  color: #084298;
}

.keyPersonInfoDetails .col {
  border: 1px solid #ddd;
  margin: 1px;
  width: 49.7%;
  font-weight: 600;
  padding: 5.6px 10px;
}

.keyPersonInfoDetails .col span {
  margin: 0px;
}

.keyInfoContent>div {
  display: none;
  animation: fadeIn ease 0.2s;
  -webkit-animation: fadeIn ease 0.2s;
  -moz-animation: fadeIn ease 0.2s;
  -o-animation: fadeIn ease 0.2s;
  -ms-animation: fadeIn ease 0.2s;
}

.quote {
  color: #084298;
  font-size: 20px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  border: 4px solid rgb(187 214 255 / 25%);
  background: #f7f7f7;
}

h5 {
  font-size: 20px;
}

.quote img {
  width: 60px;
  margin-bottom: 10px;
}

.mhPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
}

.mhPopup .mhPopupMain {
  display: none;
  width: 100%;
  text-align: center;
}

.mhPopup button {
  padding: 15px 20px;
  border: none;
  background-color: #fff;
  color: #000;
  margin: 10px;
  line-height: 20px;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: solid 1px var(--theme);
}

.mhPopup button:hover {
  background-color: var(--theme);
  color: #fff;
}

.mhPopup a button {
  cursor: pointer;
}

.mhPopup a button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.closemhPopup {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/icon/close.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  cursor: pointer;
}

.policeDepartment img {
  width: 50px;
}

.policeDepartment .col {
  text-align: center;
  padding: 0px;
}

.policeDepartment .col a {
  color: #232323;
  padding: 15px;
  display: block;
}

.policeDepartment .col:nth-of-type(even) {
  background: #030067;
  color: #fff;
}

.policeDepartment .col:nth-of-type(even) a {
  color: #fff;
}

.policeDepartment .col a:hover {
  background: #e5f1ff;
  color: rgb(32, 32, 32);
}

table a {
  color: #001833;
}

.AtoZlist li {
  padding: 0px;
  margin-right: 25px;
}

.AtoZlist li {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  color: var(--theme2);
}

.AtoZlistCol li {
  padding: 0;
  width: 100%;
}

.AtoZlistCol a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px;
}

.AtoZlistCol li a:hover {
  background: var(--theme);
  color: #fff;
}

.AtoZlistCol li.disable a,
.AtoZlistCol li.disable a:hover {
  background: #ddd;
  color: #333;
  cursor: no-drop;
}

ul.listLink.listb.departmentListCol li {
  display: inline-block;
  width: 49.8%;
}

.w-85 {
  width: 85% !important;
}

/* 15-12-2022 New CSS END*/

/* replace */

.flip-card-front h5 {
  position: absolute;
  background: #00000095;
  color: #fff;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  padding: 10px 20px;
  margin: 0px;
  font-weight: 200;
  font-size: 17px;
  border-radius: 0 10px 0 0px;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.gallery-card-image-btn {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 15px;
  right: 0;
}

.flip-card {
  background-color: rgb(255 255 255);
  height: 320px;
  perspective: 1000px;
}

.flip-card-back p {
  font-size: 15px;
}

.flip-card-front img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  cursor: pointer;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  color: rgb(255 255 255);
  transform: rotateY(180deg);
  padding: 30px 10px;
  background: var(--theme);
}

.flip-card-back h5 {
  font-size: 25px;
  text-align: center;
  display: block;
  width: 100%;
}

.flip-card-back h5 b {
  color: #fff;
}

.flip-card-back p {
  color: #fff !important;
}

.boxGrid a {
  text-decoration: none;
  color: #000;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-bottom: 15px;
  display: block;
  box-shadow: 0px 5px 5px #00000010;
}

.boxGrid a:hover {
  background: #e5f1ff;
}

.boxLink a:after {
  content: "\F1C5";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 17px;
  color: #000;
  font-size: 20px;
  top: 10px;
}

.boxLink .col a {
  padding-left: 45px;
  position: relative;
}

.boxGrid a img {
  display: block;
  margin: 0 auto 10px;
  height: 80px;
}

.serviceListTabs li button {
  width: 97%;
  padding: 15px 10px;
  border-radius: 0px;
  background: #ededed !important;
  color: #666;
  border-radius: 10px !important;
}

.serviceListTabs li button img {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
}

.serviceListTabs li button.active {
  background: var(--theme) !important;
  color: #fff;
}

.keyArea:hover {
  width: auto;
  cursor: pointer;
}

img.img-fluid.keyHeight {
  width: 60px;
  background: #fff;
  padding: 5px;
  border-radius: 7px;
  margin: 0px;
  position: absolute;
  right: 0px;
}

.keyperson .person img {
  height: 60px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin: 0 10px 0 0;
}

.keyperson .person:hover,
.keyperson .person:hover h2,
.keyperson .person:hover h2 span {
  background-color: var(--theme);
  color: #fff;
}

.keyperson .person h2 {
  color: #fff;
  text-align: center;
}

.keyperson .person h2 a {
  text-decoration: none;
  display: block;
  padding: 6px;
}

.keyperson .person h2 span {
  color: #fff;
}

.keyArea .keyperson h2 span {
  display: block;
  text-decoration: none;
}

.keyArea:hover .keyperson a {
  text-decoration: none;
}

.keyperson {
  position: static;
  width: 100%;
  z-index: 999999;
  border-radius: 7px;
  padding: 10px;
}

.callSection li {
  list-style: none;
}

.callSection a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ededed;
  color: #333;
}

.callSection a:hover {
  color: #fff;
  background: var(--theme);
}

.ministerName {
  font-size: 20px;
  line-height: 25px;
}

.ministerName small {
  font-size: 12px;
}

img.img-fluid.fullimg {
  object-fit: cover;
  height: 100%;
}

.listLinkContent,
.listOnly,
.sitemap {
  padding: 0px;
}

.listLinkContent li {
  list-style: none;
  margin-bottom: 10px;
}

.listOnly li,
.sitemap li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.listLinkContent li a {
  color: var(--theme2);
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.listLinkContent li a:before {
  content: " \F136";
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(152 193 255);
  font-family: "bootstrap-icons";
  font-size: 18px;
}

.listOnly li:before,
.sitemap li:before {
  content: "\f0da";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #8291a3;
  font-family: 'Font Awesome 6 Free';
  font-size: 14px;
  font-weight: 600;
}

.listOnly li.arrowNone:before {
  content: none;
}

.listOnly li a:hover,
.sitemap li a:hover,
a:hover {
  color: #9C27B0;
}

.listLinkContent li a:hover,
.listLinkContent li a:hover:before {
  color: var(--theme2);
}

.borderrightDotts {
  border-left: 1.5px dotted #B5B5B5;
  border-right: 1.5px dotted #B5B5B5;
}

.readmore {
  color: var(--hover);
  display: block;
  text-align: right;
  font-weight: 400;
}

.img-caption {
  position: absolute;
  left: 12px;
  bottom: 0px;
  background: #00000090;
  padding: 5px;
  color: #fff;
}

/*News Ticker*/
.modern-ticker {
  width: 100%;
  line-height: normal;
  overflow: hidden;
}

.modern-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mt-body {
  margin: 0;
  position: relative;
}

.mt-label {
  margin-right: 2px;
  padding: 3px 12px;
  left: 0;
  font-weight: 500;
  line-height: 120%;
  font-size: 1em;
}

.mt-label img {
  margin-top: 7px;
}

.mt-round .mt-label {
  border-radius: 0 0 0 0;
}

.mt-round .mt-label small {
  display: block;
  padding-top: 8px;
}

.mt-news ul {
  background-repeat: no-repeat;
  background-position: -1000px;
  width: 100%;
  margin-left: 175px;
}

.mt-news li {
  float: left;
  box-sizing: border-box;
}

.mt-hide {
  display: none;
}

.mt-controls {
  margin-left: 2px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: -1000px;
}

.mt-next,
.mt-play,
.mt-prev {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
  margin-top: 11px;
  border-radius: 30px;
}

.ticker-title {
  padding: 5px 9px;
  color: #fff;
  font-weight: 700;
  background: #f58634;
}

.mt-next,
.mt-prev,
.mt-play,
.mt-pause {
  background-color: #ddd;
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
  background-color: #084298;
}


.mt-next,
.mt-prev {
  background-color: #084298;
}



.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
  background-color: var(--hover);
}

.mt-next:active,
.mt-play:active,
.mt-prev:active {
  background-color: #39444f;
}

.headObj img {
  height: 55px;
  margin-bottom: 20px;
}



.latest-news {
  background-color: #958a77;
  border-color: #756b5a;
  clear: both;
}

.innersearch {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 180px;
  z-index: 15;
  display: none;
}

.innersearch form {
  display: inline-flex;
  margin-top: 6px;
  width: 90%;
}

.searchicon {
  font-size: 21px;
  padding: 10px 21px;
  display: inline-block;
  cursor: pointer;
}

.searchicon:hover,
.searchicon.active {
  background: var(--theme);
  color: #fff;
}

.innersearch form input {
  border-radius: 0px !important;
  padding: 10px;
  border: 5px solid #fff;
}

.img_banner .innerHeadImg.active {
  opacity: 0.5;
}

b,
strong {
  font-weight: bold;
}

.blinking {

  border: 3px solid #c5e1ff;
  -webkit-animation: blinking .5s step-end infinite alternate;
}

@-webkit-keyframes blinking {
  50% {
    border-color: var(--theme);
  }
}



.rightlink {
  width: 350px;
  height: 640px;
  overflow-y: scroll;
  padding-right: 15px;
}

.rightlink ul.menu li,
.m-mobile .mList {
  list-style: none;
  padding: 10px 25px;
  background: var(--theme);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 150%;
}

.rightlink ul.menu li.active,
.rightlink ul.menu li:hover,
.m-mobile .mList {
  background: var(--hover);
}

.appView .content {
  display: none;
}

.appView .content.active {
  display: block;
}

.appView .content img {
  height: 600px;
}

.appView {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px 50px;
  background: url(../images/bgApp.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.contentView {
  padding-left: 50px;
}


.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}

.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}




.login-pnl input {
  border: 0px solid #fff;
  border-bottom: 2px solid var(--theme);
  border-radius: 0px;
  box-shadow: 0px 0px 0px !important;
  padding: 5px 15px 15px 45px !important;
  color: var(--theme);
  height: auto !important;
}

#captcha input[type="text"] {
  border: 0px solid #fff;
  border-bottom: 2px solid var(--theme);
  border-radius: 0px;
  box-shadow: 0px 0px 0px !important;
  padding: 5px 15px 15px 15px !important;
  color: var(--theme);
  height: auto !important;
}

.login-pnl label {
  width: 100%;
  display: block;
}

.login-pnl label i {
  font-size: 1.5rem;
  position: absolute;
}

.otherlink ul li {
  display: inline-block;
  width: 49% !important;

}

.main-logos img {
  width: 200px;
  display: block;
  margin: 0 auto 30px;
}

.main-logos legend {
  padding: 13px;
  background: var(--theme2);
  font-size: 14px;
  text-align: center;
}

.main-logos {
  padding: 25px;
}

.main-logos fieldset {
  text-align: center;
}

.mega-menu>.submenu>li>a {
  background: #004d8f;
  color: #fff;
  border-radius: 0px;

}


.mega-menu .submenu .submenu {
  position: relative;
  display: block;
  left: 0px !important;
  border-radius: 0px;
  padding: 0px;
}

li.mega-menu>ul.submenu>li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}

li.mega-menu>ul.submenu {
  left: -300% !important;
  width: 500%;
  top: 40px !important;
  height: 530px;
  padding: 10px;
  z-index: 999999 !important;
  overflow-y: scroll;
}

li.mega-menu>ul.submenu>li:nth-of-type(2) {
  width: 66.3%;
}






@media screen and (min-width: 200px) and (max-width: 766px) {
  #back-to-top.show {
    display: none !important;
  }

  .w-25.details {
    width: 100% !important;
  }

  .appView .content img {
    height: auto;
    width: 100%;
  }

  .m-mobile ul.menu {
    display: none;
  }

  .m-mobile ul.menu li.active {
    display: block;
  }

  .logo a {
    display: block;
  }

  .mList span {
    text-align: left;
  }

  .e-book {
    display: block;
    margin: 10px auto;
  }

  .contentView {
    padding-left: 0px;
  }

  .logo {
    width: 100%;
  }

  .cover-area .container-main-body {
    padding: 0px !important;
  }

  .aboutContent img {
    border-radius: 10px;
  }

  .contentView {
    padding-left: 00px;
  }


  .borderrightDotts {
    border-left: 0px dotted #B5B5B5;
    border-right: 0px dotted #B5B5B5;
  }


  .rightlink {
    width: 100%;
  }

  .appView {
    padding: 10px;
  }

  .cover-area {
    background: #fff;
  }

  .cover-area .container-main-body {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 0;
  }


  .headObj {
    height: auto;
    position: static;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    display: block !important;
  }

  .aboutContent {
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .aboutContent p {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 0px solid #004d8f;
    color: #004d8f;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }


  .contSpe h2 {
    line-height: 23px;
    margin-bottom: 29px;
  }


  .a2a_default_style {
    margin-bottom: 0px
  }

  h1.page-header {
    text-align: center;
  }

  .headPart .w-50 {
    width: 100%;
  }

  navbar {
    position: relative;
  }

  .emblem {
    margin: 0px;
  }

  .accessibility-menu {
    display: inline-block;
    float: none;
  }




  .megaMenusListFirst ul.menuIconList {
    display: block;
  }

  .img_banner .innerHeadImg {
    position: absolute;
    top: 0;
    object-fit: cover;
  }

  .socialIcon {
    text-align: center;
    width: 100% !important;
    margin: 0px !important;
  }

  .socialIcon a {
    margin: 10px 0;
    display: inline-block;
  }

  .noticeBoard {
    background: #fff;
    margin: 0px;
    text-align: center;
  }

  .normalMenu:hover>.dropmenu>li:hover>ul {
    display: block;
    left: 20px;
    position: static;
    width: 94%;
    background: #efefef;
    border: 1px solid #ddd;
    margin: 0 0 0 20px;
  }

  a.close.fs-3 {
    display: none;
  }

  a.close.fs-3 i {
    margin: 0px;
  }

  .innerBlueMenu section.megaMenus ul li.active .megaMenusList,
  section.megaMenus ul li.active .megaMenusList {
    position: fixed;
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 60vh !important;
    bottom: 0px;
    box-shadow: 0px -10px 20px #00000050;
  }

  .megaMenusListFirst .menuIconList li {
    width: 50%;
    float: left;
  }

  section.megaMenus>ul>li>a,
  section.megaMenus>ul>li>a:not([href]) {
    border-bottom: 1px solid #fff;
  }

  section.megaMenus>ul>li.active>a {
    background: #ededed;
  }

  .welcome.Header h1 {
    font-size: 25px;
    margin: 0 0 16px;
    color: #000;
    text-shadow: 0px 0px 0px;
  }

  .keyArea {
    position: static;
  }

  .keyperson {
    position: static;
    border-radius: 0px;
    width: 100%;
    margin: 5px 0;
    display: inline-flex;
  }

  .headerRight .socialIcon {
    display: none;
  }


  header {
    z-index: 999;
    position: relative;
  }

  .headerRight {
    height: auto;
    text-align: center;
  }



  .logo {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .otherlink ul li {
    display: inline-block;
    width: 100% !important;
  }


  .headerLeft {
    text-align: center;
  }

  .headerRight .socialIcon {
    padding-bottom: 10px;
  }

  .logo span {
    font-size: 13px;
  }

  .headerRight .search {
    display: inline-block;
    vertical-align: text-bottom;
  }

  footer h3 {
    font-size: 1em;
    margin: 0 0 15px;
    font-weight: 600;
    text-transform: capitalize;
    background: rgb(31, 31, 31);
    padding: 10px;
    color: #fff;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    background: var(--theme);
    color: #fff;
  }

  .welcome.Header {
    width: 90%;
    position: static;
    top: 5%;
    margin: 0 auto 20px;
  }

  .navbar-toggler {
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    position: static;
    background: #607D8B;
    width: 100%;
  }

  #pills-tab .flex-fill {
    flex: none !important;
  }

  #pills-tab button {
    display: none;
  }

  #pills-tab button.active {
    display: block;
    background: var(--theme);
  }

  ul#pills-tab {
    padding: 0px 0 15px 0;
    width: auto;
    position: relative;
    display: block;
  }

  .keyperson .person img {
    height: 50px;
  }

  #pills-tab button span {
    display: inline-block;
    line-height: 18px;
    margin: 10px 0 10px 10px;
  }

  #pills-tab button img {
    width: 34px;
    vertical-align: top;
  }

  #pills-tab button {
    width: 100%;
    margin: 5px 0;
    text-align: center;
    border: 1px solid #fff;
  }

  .searchfilter {
    width: 100%;
  }

  .rightLinks {
    display: inline-block;
  }

  #vertical-ticker li {
    height: auto;
  }

  .noticeBoard h3 {
    text-align: center;
    width: 100%;
  }

  .noticeBoard .button-group {
    width: auto;
    margin: 0;
  }

  .mhinfo {
    margin-top: 00px;
  }

  .web-app-site-map svg {
    height: auto;
    padding: 10px 0;
  }

  .page-details {
    color: rgb(44, 43, 43);
    margin: 0;
  }

  .detailsBox.flex-fill {
    border-bottom: 1px dashed #999;
    padding: 10px 0;
  }

  .detailsBox.flex-fill:last-child {
    border-bottom: 0px dashed #999;
  }

  .patch::after {
    display: none;
  }

  .socialIcon.me-3 {
    display: inline-flex;
  }

  .navbar li a {
    display: block;
  }

  footer {
    background-image: none;
  }

  .noticeBoard ul li {
    text-align: left;
  }


  .searchIcon {
    position: absolute;
    right: 5px;
    top: 0px;
  }

  .contentBody h2,
  .contentBody h3 {
    padding: 15px 0 !important;
    margin: 0px !important;
  }

  .slider .carousel-caption {
    display: none !important;
  }

  .pb-2 .a2a_default_style {
    display: block !important;
    width: 100%;
    float: none !important
  }

  .tabs-web-app h3 {
    display: flex;
  }

  .owl-dots {
    display: none;
  }

  .slider,
  .slide,
  .carousel-inner {
    border-radius: 00px;
  }

  .tabs-web-app h3 i {
    margin-right: 10px;
  }
}


@media screen and (min-width: 767px) and (max-width: 1024px) {

  .aboutContent {
    width: 100%;
    padding: 0px;
  }


  .aboutContent img {
    border-radius: 10px;
  }

  .headObj {
    height: auto;
    position: static;
    border-radius: 25px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block !important;
  }


  .aboutContent p {

    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
  }


  .emblem {
    margin: 0px;
  }

  .headerRight {
    padding: 44px 0 5px 0;
  }

  button.btn.btn-theme.ms-2.searchIcon.order-last {
    position: absolute;
    right: 0px;
  }


  .owl-dots {
    display: none;
  }

  .logo {
    width: 60%;
  }


  ul.navbar-nav {
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 50px;
    width: 280px;
    right: 0px;
    z-index: 99999;
  }


  footer {
    background-position: right 180px;
  }


  .about-app .container {
    max-width: fit-content;
  }

  .welcome.Header h1 {
    font-size: 35px;
  }

  .socialIcon.me-3 {
    display: inline-flex;
  }

  .navbar {
    width: 150px;
  }

  .welcome.Header {
    width: 70%;
    top: 35%;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    background: var(--theme);
    color: #fff;
  }

  .page-details {
    color: rgb(44, 43, 43);
    margin: 0;
  }

  .detailsBox.flex-fill {
    border-bottom: 1px dashed #999;
    padding: 10px 0;
  }

  .detailsBox.flex-fill:last-child {
    border-bottom: 0px dashed #999;
  }

  .patch::after {
    display: none;
  }

  #pills-tab .flex-fill {
    flex: none !important;
  }

  .clickArrow {
    padding: 16px 20px 16px 165px;
  }

  .mhinfo {
    margin-top: 20px;
  }

  #pills-tab button span {
    display: inline-block;
    line-height: 18px;
    margin: 10px 0 10px 10px;
  }

  .noticeBoard .button-group {
    width: auto;
    margin: auto;
  }

  #pills-tab button img {
    width: 34px;
    vertical-align: top;
  }

  #pills-tab button {
    width: 100%;
    margin: 5px 0;
    text-align: left;
    min-height: auto;
    border: 1px solid #fff;
    text-align: center;
  }


  #pills-tab button {
    display: none;
  }

  #pills-tab button.active {
    display: block;
    text-align: center;
  }

  ul#pills-tab {
    padding: 0px 0 15px 0;
    width: auto;
    position: relative;
    display: block;
  }

  .detailsBox.flex-fill {
    width: 250px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1100px) {


  .headObj {
    height: 160px;
    position: sticky;
    top: 150px;
    width: 40%;
    margin-bottom: 45px;
    text-align: left;
  }


  .aboutContent {
    width: 100%;
  }

  .headerLeft {
    margin-left: 0px;
  }

  section.megaMenus h3 {
    font-size: 15px;
    padding: 10px;
    background: var(--theme2);
  }

  .social-links li .links,
  .listLink li .links {
    padding: 5px 0;
  }

  .welcome.Header h1 {
    font-size: 40px;
  }


  section.megaMenus>ul>li>a,
  section.megaMenus>ul>li>a:not([href]) {
    padding: 20px;
  }

  section.megaMenus ul li:hover .megaMenusList {
    width: 500px;
    padding: 10px;
    left: -1px;
    bottom: 100%;
    height: 240px;
  }

  section.megaMenus ul li:hover .megaMenusListFull {
    width: 99.99%;
  }

  .normalMenu:hover>ul.dropmenu {
    bottom: 126px;
    left: -1px;
  }

  section.megaMenus>ul>li>a:not([href]),
  section.megaMenus>ul>li>a:not([href]):hover {
    color: #fff;
    text-align: center;
    vertical-align: revert;
    padding: 50px 0;
    background: rgb(0, 24, 51);
    font-size: 17px;
  }

  .navbar li a {
    color: #2d5485;
    padding: 10px 5px !important;
    font-size: 16px;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) {
  ul.navbar-nav {
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 10px;
    width: 360px;
    right: 0;
    z-index: 99999;
    border: 1px solid #ddd;
    box-shadow: 10px 10px 10px #00000050;
  }

  .keyArea {
    top: 25%;
  }

  .navbar-toggler {
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    position: absolute;
    left: auto;
    border-radius: 7px;
    top: 20px;
    right: 15px;
    width: 90px;
  }

}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .headerLeft {
    margin-left: 0px;
  }

  .detailsBox.flex-fill {
    width: 200px;
  }

  .keyperson .person:first-child {
    width: 100%;
  }

  .page-details {
    color: rgb(44, 43, 43);
    margin: 0;
  }

  .detailsBox.flex-fill {
    border-bottom: 1px dashed #999;
    padding: 10px 0;
  }

  .detailsBox.flex-fill:last-child {
    border-bottom: 0px dashed #999;
  }

  .patch::after {
    display: none;
  }
}

@media screen and (min-width: 1700px) and (max-width: 4000px) {
  .container {
    max-width: 1600px;
  }

  .container-fluid {
    max-width: 2000px;
  }

}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .innerBlueMenu section.megaMenus ul li:first-child.active .megaMenusList {
    width: 98vw;
  }

  section.megaMenus ul li.normalMenu.active .megaMenusList {
    right: -50%;
    left: -23vw;
    width: 70vw;
  }



  section.megaMenus>ul>li.fullMenu.active .megaMenusListFirst {
    width: 80vw;
  }
}

/* ============ desktop view ============ */

/* ============ print start ============ */

@media print {

  @page {
    margin: 40px;
  }

  a[href]:after {
    content: "(" attr(href)")";
  }

  a[href]:after {
    content: none !important;
  }

  body,
  .headerLeft,
  .bg-gray {
    background: #fff
  }

  .headerRight,
  .navbar-toggler,
  .breadcrumb,
  .print,
  footer {
    display: none !important;
  }

  .container {
    padding: 0px;
  }

  .cover-area .container-main-body {
    box-shadow: none !important;
    padding: 0px !important;
  }

  .logo {
    width: 750px;
  }

  .p-5,
  .py-4,
  .pt-md-5,
  .p-3 {
    padding: 0px !important;
  }

  .animate__animated {
    visibility: visible !important;
  }

  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

}

/* ============ print end ============ */

/*main mr*/
h1,
h2 {

  line-height: 50px;
}

.topmenu li {
  line-height: normal;
  padding: 0px 5px;
}

.topmenu ul {
  margin: 4px 0 0;
}

.topmenu-bg {
  padding: 0px 0;
}

a {
  line-height: 100%;
}

.font-resize-in,
.font-resize {
  padding: 8px 6px 4px;
  line-height: 100%;
  display: block;
}

.topmenu li .white,
.topmenu li .black {
  padding: 8px 6px 4px;
  display: block;
  line-height: 100%
}

m .banner,
section,
footer {
  line-height: 180%;
}

.social-links li a,
.listLink li a,
.noticeBoard ul li {
  line-height: 140%;
}

.noticeBoard ul li {
  padding: 16px 15px 16px 46px;
}

footer h5 {
  line-height: 0px;
  margin-bottom: 15px;
}

p,
li {
  line-height: 26px;
}

li.mega-menu>ul.submenu {
  top: 32px !important;
}


.navbar li a {
  line-height: 150%;
}

li.mega-menu>ul.submenu {
  left: -400% !important;
  width: 600%;

}

/* custom */
.toggle-theme i {
  background: #3c3c3c;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.socialIcon.mx-3 ul li {
  display: inline-block;
  list-style: none;
  height: 34px;
  width: 34px;
  padding: 4.5px 8.6px;
}

.other-link-title {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.icon-bar {
  line-height: 32px;
}

.btn-calender {
  cursor: default !important;
}

.btn-full-screen {
  border: 1px solid #b9b9b9;
  color: #313131;
  padding: 6px 9px 0px 9px !important;
  background: #607d8b0f;
  border-radius: 0;
}

.btn-full-screen:hover {
  border-color: #8d8d8d;
  background: #607d8b24;
}

.main-content p {
  text-align: justify;
  font-size: 16.5px;
  margin: 0;
}

.page-image {
  height: 200px;
  padding: 6px;
  border: 1px solid #cfcfcf;
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.figure-image {
  border: 1px solid #cfcfcf;
  padding: 8px;
}

.figure-img {
  height: 225px;
}

.figure-caption {
  font-size: 14px;
  color: #252525;
}

.left-figure {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.right-figure {
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: "\f101" !important;
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
}

.breadcrumb-item a {
  color: #3F51B5 !important;
}

.modal-buttons {
  cursor: pointer;
}

.contact-section li {
  list-style: none;
  line-height: 30px;
  text-align: left;
}

.contact-section li i {
  margin-right: 5px;
}

.kaarya-section li {
  list-style: none;
}

.container-main-body p {
  font-size: 17.5px;
  margin-bottom: 0px;
}

.container-main-body ul li {
  margin-bottom: 6px;
  font-size: 17.5px;
}

.news-thumbs h3,
.file-thumbs h3 {
  margin: 0;
}

.photo-image,
.news-image {
  padding: 4px;
  border: 1px solid #607d8b9e;
  background: #9e9e9e4a;
}

.contentBody p,
.contentBody li a {
  color: #000;
}

.popup-modal {
  --bs-modal-width: 380px !important;
}

.awesome-bell {
  float: left;
}

.awesome-bell>i {
  background: #607D8B;
  padding: 6px 7px;
  border-radius: 100%;
  font-size: 13px;
  color: #fff;
}

a.news-link:hover .light-blue,
a.file-link:hover .light-blue {
  background: #d7efff;
}

.load-more {
  padding: 4px 12px 6px 12px;
  border: 1px solid #607d8b9c;
  cursor: pointer;
  border-radius: 4px;
}

.load-more:hover {
  background: #607d8b14;
}

.loading-icon {
  animation: anim-spin 2s infinite;
}

@keyframes anim-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.single-menu>a:hover {
  border-radius: 8px;
}

.parent-menu>a.active,
.parent-menu>a:hover {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.parent-menu ul {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.parent-menu ul li:last-child a:hover {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/*toggle buttons*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4b4b4b;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #4b4b4b;
}

.toggle-slider:before {
  position: absolute;
  content: "\f186";
  font-family: 'Font Awesome 6 Free';
  color: #333;
  height: 24px;
  width: 50%;
  left: 0;
  bottom: 0;
  background-color: #f8f8f8;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.toggle-slider {
  background-color: #e9e9e9;
}

input:focus+.toggle-slider {
  box-shadow: 0 0 1px #e9e9e9;
}

input:checked+.toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  width: 50%;
  left: 3px;
  content: "\f185";
  font-family: 'Font Awesome 6 Free';
  background: #2e2e2e;
  color: #fff;
}

/* Rounded sliders */
.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

.parent-menu ul {
  border: 1px solid var(--hover);
}

/*pre-loader*/
.preloader {
  background: rgba(25, 25, 25, 0.1);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
}

.loader {
  position: relative;
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #131313) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
    radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
  top: 51%;
  left: 46%;
}

@keyframes l4 {
  to {
    transform: rotate(1turn)
  }
}



/*pre-loader*/
.v-thumb {
  padding: 4px;
  border: 1px solid #607d8b9e;
  border-radius: 8px;
  background: #f2f2f2;
}

.v-thumb img {
  border-radius: 6px;
}

/*error-page*/
.error_page {
  min-height: 400px;
}

/*mobile view*/
@media screen and (min-width: 766px) {
  .YouTubePopUp-Close::before {
    top: 26.5px;
  }

  .navbar li:hover>ul {
    display: block;
    padding: 0;
    margin: 0;
  }
}

.full-screen {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 10000;
  left: 0;
  right: 0;
  margin: 0;
}

.full-screen>span.default:after {
  content: "\f066";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  border: 1px solid #707070;
  position: absolute;
  z-index: 10001;
  color: #373737;
  padding: 3px 8px;
  background: #f6f6f6;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (min-width: 200px) and (max-width: 766px) {
  .e-book {
    display: none !important;
  }

  .logo img,
  .headerLeft img {
    float: left;
    width: 56px;
    border-radius: 10px;
  }

  .logo a {
    font-size: 21px;
  }

  .mt-news p {
    font-size: 14px;
    line-height: 22px;
  }

  .loader {
    left: 43%;
  }

  .figure-img {
    height: 100%;
  }

  .left-figure {
    margin-right: 0;
  }

  .right-figure {
    margin-left: 0;
  }

  .container-main-body p {
    font-size: 15px;
    line-height: 22px;
  }

  .innerHeadImg {
    height: 80px;
  }

  h1.page-header {
    font-size: 1.15em;
    line-height: 30px;
  }

  .main-section-p {
    padding: 2em 1em;
  }

  .container-main-body ul li {
    font-size: 15px;
    line-height: 24px;
  }

  .contentBody h2,
  .contentBody h3 {
    padding: 8px 0 !important;
  }

  .fsx-16 {
    font-size: 15px !important;
  }

  .fsx-15 {
    font-size: 14px !important;
  }

  .other-link-title {
    font-size: 15px;
  }

  .aboutContent {
    margin-top: 12px;
  }

  .breadcrumb li,
  .print li {
    font-size: 14px;
  }

  .table-appeals td {
    font-size: 15px;
  }

  .contentBody h2,
  .contentBody h3 {
    padding: 4px 0 !important;
    font-size: 1.1rem !important;
  }

  .YouTubePopUp-Close::before {
    top: 114px;
  }

  .lightbox-gallery .lightbox-gallery-caption-wrapper .lightbox-gallery-caption {
    font-size: 14.5px;
  }

  .news-block,
  .file-block {
    width: 50%;
    max-width: 50%;
  }

  .page-image {
    padding: 8px !important;
    margin-bottom: 12px;
    height: auto !important;
  }

  .mt-sm-12 {
    margin-top: 12px;
  }

  .fsx-1605 {
    font-size: 15.5px !important;
    line-height: 24px;
  }

  .fsx-1705 {
    font-size: 17.5px !important;
  }

  .pt-sm-12 {
    padding-top: 12px;
  }

  .text-opinion {
    line-height: 24px;
  }

  .w-50pr {
    width: 50% !important;
  }

  .footer .logo img {
    margin: 0 auto;
  }

  .footer .footer-column:first-child h2,
  .footer .footer-column:first-child h5 {
    text-align: center;
  }

  .footer .footer-column:nth-child(2) h3 {
    text-align: center;
  }

  .footer .footer-column:nth-child(3) h3 {
    text-align: center;
  }

  .navbar li a {
    font-size: 16.5px;
    margin: 0;
  }

  ul.navbar-nav {
    background: #f9f9f9;
    border-bottom: 1px solid #607d8b1a;
  }

  ul.navbar-nav>li:nth-child(2n+1) {
    background: rgb(96, 125, 139, 0.08);
  }

  .parent-menu ul,
  .parent-menu>a.active,
  .parent-menu>a:hover {
    border-radius: 0px;
  }

  .parent-menu ul {
    border: 1px solid #607d8b52;
    margin-bottom: var(--bs-dropdown-spacer);
    padding: 0;
  }

  .btn-full-screen {
    padding: 4px 6.5px 2px 6.5px !important;
    font-size: 12px;
  }

  .parent-menu>.show::after {
    border-top: 0;
    border-bottom: .3em solid;
  }

  .contact-section li {
    font-size: 14.5px;
  }

  .full-screen>span.default:after {
    padding: 1px 4px 0px 4px;
    font-size: 12px;
  }
}

a.file-link:hover i:before {
  content: "\f07c";
  font-weight: 600;
  color: #001833;
}

/*data-tables*/
.tbl_dataset thead tr th:first-child {
  text-align: center;
}

.tbl_dataset tbody tr td p {
  margin: 0 !important;
}

.tbl_dataset tbody tr td:first-child {
  text-align: center;
}

.dt-paging-button {
  background: #f8f9fa;
}

.tbl_dataset thead tr th {
  position: relative;
}

tr.user-images img {
  height: 40px;
  border-radius: 100%;
}

/*Search*/
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  margin-right: 0;
  background: transparent;
}

.qry_search {
  outline: none !important;
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #495057;
}

.tbl_dataset> :not(caption)>*>* {
  padding: .45rem .75rem !important;
}

.dt-search .dt-input {
  outline: none;
  padding: 5px 8px;
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
  border-radius: 0;
  margin-left: 6px;
}

.dt-layout-start {
  float: left !important;
}

.dt-layout-end {
  float: right !important;
}

button.dt-paging-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tbl_dataset thead tr th:first-child {
  text-align: center;
}

.tbl_dataset tbody tr td p {
  margin: 0 !important;
}

.tbl_dataset tbody tr td:first-child {
  text-align: center;
}

.dataTables_paginate {
  float: right;
}

.dataTables_info {
  float: left;
}

.dt-paging button.current {
  background: #eee;
}

button.dt-paging-button {
  border-left: 0px;
}

button.dt-paging-button {
  color: #495057;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #ced4da;
}

.dt-paging-button {
  background: #f8f9fa;
}


button.dt-paging-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

button.dt-paging-button:hover {
  background: #f6f6f6;
}

.bs-theme-dark button.dt-paging-button:hover {
  background: #1c1c1c;
}

.bs-theme-dark .dt-paging button.current {
  background: #1c1c1c;
}

.bs-theme-dark button.dt-paging-button {
  color: #f7f7f7;
  border: 1px solid #505050;
}

.bs-theme-dark .dt-paging-button {
  background: #32394e;
}

.bs-theme-dark .dt-search,
.bs-theme-dark .dt-info {
  color: #9E9E9E;
}

.bs-theme-dark .dt-search .dt-input {
  background: #010101;
  border: 1px solid #3c3c3c;
  color: #9E9E9E;
}

.dt-search {
  margin-bottom: 1rem !important;
}

.dt-info b,
.dt-paging-button {
  font-family: 'Barlow' !important;
}

.dt-search>.dt-input {
  font-family: 'Noto Serif Devanagari' !important;
}

.tbody,
td,
tfoot,
th,
thead,
tr {
  font-size: 17.5px;
}