@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "montserratregular";
  src:
    url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratsemibold";
  src:
    url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Loader css Start */
.csr-loader .loader-sec {
  top: 245px;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  color: #04a559;
  background:
    linear-gradient(currentColor 0 0) right / 51% 100%,
    linear-gradient(currentColor 0 0) bottom / 100% 51%;
  background-repeat: no-repeat;
  animation: l16-0 2s infinite linear 0.25s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader::before {
  content: "";
  width: 50%;
  height: 50%;
  background: currentColor;
  animation: l16-1 0.5s infinite linear;
}
@keyframes l16-0 {
  0%,
  12.49% {
    transform: rotate(0deg);
  }
  12.5%,
  37.49% {
    transform: rotate(90deg);
  }
  37.5%,
  62.49% {
    transform: rotate(180deg);
  }
  62.5%,
  87.49% {
    transform: rotate(270deg);
  }
  87.5%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes l16-1 {
  0% {
    transform: perspective(80px) rotate3d(-1, -1, 0, 0);
  }
  80%,
  100% {
    transform: perspective(80px) rotate3d(-1, -1, 0, -180deg);
  }
}
/* Loader css End */
/* Mouse Cursor css Start */
.mouse-pointer {
  position: fixed;
  top: 50%;
  left: -100px;
  transform: translate(100%, 100%);
  width: 15px;
  height: 15px;
  z-index: 9999;
  border-radius: 50%;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
  mix-blend-mode: difference;
  background-color: #ff0000;
  box-shadow: 0 0 0 #ffffff;
}
/* Mouse Cursor css End */

/*map section start here*/

.map-sec-home #map {
  margin: auto;
}

.innermapsection #map_inner svg {
  scale: 161%;
}
.innermapsection .map-sec {
  position: absolute;
  right: 20%;
}
.innermapsection {
  position: relative;
  top: 200px;
}

.tt_sm {
  border-radius: 5px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  background-color: white;
  padding: 7px;
  opacity: 0.9;
  font:
    12px/1.5 Verdana,
    Arial,
    Helvetica,
    sans-serif;
  color: black;
}

/*map section end here*/

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  /* font-size: 0.875em; */
  font-size: 16px;
}
.white-txt {
  color: #fff;
}
a.white-txt {
  position: relative;
}
a.white-txt:hover {
  color: #fff;
  position: relative;
}
a.white-txt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: 0.4s;
}
a.white-txt:hover:before {
  width: 100%;
  transition: 0.4s;
}
.transprnt-btn {
  border: 1px solid #ccc;
  background: transparent;
  padding: 3px 19px;
}
.yellow-btn {
  background: linear-gradient(261deg, #ffd500e8 0%, #ff0077e8 100%);
  border: 0px;
  color: #fff;
}
.quick-btn {
  display: inline-block;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  background: #fff !important;
  color: #1d4382 !important;
  border: 1px solid #1d4382 !important;
  padding: 6px 16px;
  margin-right: 5px;
}
.quick-btn:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quick-btn:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.quick-btn:before,
.quick-btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1d4382;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.quick-btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.quick-btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.quick-btn:hover {
  background: #1d4382 !important;
  color: #fff;
  border: 1px solid #1d4382 !important;
}

a:hover {
  text-decoration: none;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
/* Header Fixed css Start */
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
header.fixed {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: smoothScroll 1s forwards;
  box-shadow: 0px 1px 10px #00000024;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fixed {
  border-top: 1px solid #04a559;
}
.fixed .top-header ul li a {
  color: #fff;
}

/* Header Fixed css End */
/* Top Header css Start */
header {
  position: relative;
  z-index: 2;
}
.top-header {
  margin-bottom: 15px;
  width: 100%;
}
.top-header ul li:last-child {
  border: none;
  padding-right: 0;
}
.top-header ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  justify-content: end;
  background: #04a559;
  padding: 0px 0px;
  border-radius: 0px 0px 10px 10px;
  width: fit-content;
}
.top-header ul li {
  padding: 0px 12px;
  line-height: 1;
  display: flex;
  border-right: 1px solid #fff;
}
.top-header ul li a {
  color: #fff;
  font-size: 0.75em;
}
.top-header ul li a:hover {
  text-decoration: underline !important;
}
.custom-lang-select {
  font-size: 0.75em;
  padding: 0 32px 0 0px;
  border: none;
  color: #fff;

  height: fit-content !important;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  background-color: transparent;
  margin-right: 0px;
}
.top-left-nav ul {
  justify-content: flex-start;
}
li.text-size a {
  padding-right: 9px;
}
li.text-size a:last-child {
  padding-right: 0;
}
.top-left-nav {
  display: flex;
}
.top-header ul li a.whitebg {
  background: #fff;
  color: #fff;
  border: 1px solid #000;
  padding: 0px 3px;
  height: 15px;
  width: 15px;
}
.top-header ul li a.blackbg {
  background: #000;
  color: #000;
  padding: 0px 3px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #04a559;
}
li.login-btn a {
  border-radius: 0px 0px 10px 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.main-menu-area {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}
.top-right-nav {
  display: flex;
  justify-content: end;
}
/* Top Header css End */
/* Logo Section Header css Start */
.logo-sec-wraper .row {
  align-items: center;
}
.logo-sec-wraper {
  padding: 0px 0;
  position: relative;
  min-height: 140px;
}
.logo-sec-wraper:after {
  content: "";
  width: 45vw;
  height: 55px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1d4382;
  z-index: -1;
  border-top-left-radius: 25px;
}
a.logo-align {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: absolute;
  /* top: -26px; */
  bottom: 20px;
}
a.logo-align img {
  /* width: 125px; */
  width: 152px;
}
.brand-text {
  padding-left: 10px;
  font-size: 0.9375em;
  color: #080808;
  margin-bottom: 0;
  /* width: 220px; */
}
.brand-text span.main-txt-logo {
  display: block;
  /* white-space: nowrap; */
  font-family: "montserratsemibold";
  font-size: 1.1em;
  /* color: #000; */
  color: #1d4382;
}

.brand-text span.gov-txt {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
}

.brand-text span.gov-txt2 {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  /* color: #ff0202; */
  /* color: #000; */
  color: orange;
}
/* Logo Section Header css End */
/* Main Menu Section Header css Start */
.nav-wraper .custom-nav .sub-menu li a.active {
  background: linear-gradient(261deg, #06bfb4 0%, #0872bf 100%);
  color: #fff;
}
.nav-wraper .custom-nav .sub-menu li:hover > a {
  background: linear-gradient(261deg, #06bfb4 0%, #0872bf 100%);
  color: #fff;
}
nav.navbar {
  padding: 10px 0px;
  height: 55px;
}
.custom-nav li {
  padding: 0;
  position: relative;
}
.nav-wraper .custom-nav li a {
  font-size: 0.875em;
  color: #fff;
  padding: 7px 0px !important;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.nav-wraper .custom-nav li.menuparent:after {
  color: #fff;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: -9px;
  top: 12px;
}
.nav-wraper .custom-nav ul.sub-menu li.menuparent:after {
  right: 13px;
  top: 10px;
}
.nav-wraper .custom-nav ul.sub-menu li.menuparent:after {
  color: #000;
}
.nav-wraper .custom-nav ul.sub-menu li.menuparent:hover:after {
  color: #fff;
}
.nav-wraper .custom-nav li .sub-menu li a {
  border-radius: 0;
  font-size: 0.75em;
  padding: 7px 20px !important;
  display: block;
}
ul.navbar-nav {
  justify-content: end;
  width: 100%;
}
.nav-wraper {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #1d4382;
  border-radius: 20px 0px 0 0;
  padding: 0px 15px;
  position: relative;
  width: fit-content;
  bottom: -40px;
}
.custom-nav li + li {
  margin-left: 20px;
}
.custom-nav .sub-menu li + li {
  margin-left: 0px;
}
.nav-wraper .custom-nav li a.active:after {
  width: 100%;
}
.nav-wraper .custom-nav li a::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #1eae6a;
  transition: all 0.5s ease-in-out;
}
.nav-wraper .custom-nav li a:hover:after {
  width: 100%;
}
a.show-submenu {
  border-radius: 0px;
}
.nav-wraper .custom-nav li a {
  border-radius: 0px;
}
.power-menu {
  display: none;
}
/* Main Menu Section Header css End */
/* SubMenu Start */
.sub-menu {
  position: absolute;
  top: 35px;
  z-index: 9999;
  width: 225px;
  background: #ffffff;
  list-style: none;
  padding: 0px 0px;
  height: 0;
  /* opacity: 0;
  visibility: hidden; */
  height: auto;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 9px 0px rgb(213 213 213);
  border-bottom-left-radius: 10px;
}
.nav-wraper .custom-nav li .sub-menu a:after {
  display: none;
}
.nav-wraper .custom-nav li:hover > .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 1s;
}
.sub-menu .item-list .sub-menu {
  left: 203px;
  top: 0px;
}
.sub-menu li a {
  color: #000 !important;
}
.sub-menu li {
  border-bottom: 1px solid #ccc;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li:hover > a {
  color: #fff !important;
}
.nav-wraper .custom-nav .sub-menu li:last-child a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sub-menu li:last-child:hover {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* SubMenu end */
/* Mega Menu CSS Start  */
.mbox {
  position: absolute;
  background: #fff;
  right: 14px;
  width: 117.3% !important;
  top: 56px;
  box-shadow: 0px 4px 6px rgb(116 116 116 / 62%);
  height: 0px;
  overflow: hidden;
  transition: all 450ms ease 0s;
}
.mbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mbox ul li a {
  color: #000;
  padding: 10px 0 5px;
  display: inline-block;
}
.more-menu-area .big-mnu-lst {
  padding: 20px;
}
.more-menu-area .big-mnu-lst .menu-l-title h6 {
  font-size: 1.125em;
  color: #606060;
}
.more-menu-area .big-mnu-lst .menu-l-title {
  border-bottom: 1px solid #cccccc69;
}
.more-menu-area .mbox ul li a:hover,
.mbox ul li a:focus {
  color: #f6813b;
}
.more-menu-area .menu-opt-sec {
  padding: 5px 0 0;
}
.mmenu-show {
  animation: display--reversed 0.4s;
}
.more-btn i {
  font-size: 20px;
  padding: 0;
  color: #ffffff;
  display: block;
  width: 24px;
}
.mmenu-show {
  height: fit-content !important;
  transition: all 450ms ease 0s;
  z-index: 999;
}
@keyframes display--reversed {
  0% {
    right: -20px;
  }
  100% {
    right: 14px;
  }
}
.mbox ul li:last-child {
  border: none;
}
.close-bt i:before {
  content: "\f00d";
}
.more-btn i:before {
  width: 17px;
  display: block;
}
.search-area .search-btn i {
  font-size: 19px;
  padding: 15px 15px;
  color: #000000;
  background: #fff;
  border-radius: 100px;
}
.search-area {
  position: relative;
}
.custom-nav .navbar-nav .nav-link:hover,
.custom-nav .navbar-nav .nav-link.active {
  color: #b99b5f !important;
}
.togbx {
  position: absolute;
  right: 15px;
  top: calc(55px);
  display: none;
  width: 175px;
  z-index: 999;
}
.bg-sec input {
  border-radius: 0;
}
.bg-sec {
  display: block;
}
.main-menu-sec .left-men .more-menu-area {
  margin: 0 15px;
}
#superfish-main-menu li ul {
  top: 39px;
  z-index: 9999;
  width: 203px;
  background: #ffffff;
  list-style: none;
  padding: 0px 0px;
}
.nav-wraper .custom-nav li .sub-menu a:after {
  display: none;
}
.nav-wraper .custom-nav li:hover > .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 1s;
}
.sub-menu .item-list .sub-menu {
  left: 203px;
  top: 7px;
}
#superfish-main-menu li ul li a {
  color: #000 !important;
}
#superfish-main-menu li ul li {
  border-bottom: 1px solid #ccc;
}
#superfish-main-menu li ul li:last-child {
  border-bottom: none;
}
#superfish-main-menu li ul li:hover {
  background: #f6813b;
}
.mbox ul .mega-sub {
  margin-left: 20px;
  font-size: 0.8125em;
  display: none;
}
.mega-sub-show > ul.mega-sub {
  display: block;
}
.ss-sec {
  display: flex;
}
.ss-sec .srh-btn {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #ccc;
  border-left: 0;
  color: #000;
}
.ss-sec input.form-control {
  border-radius: 0;
  box-shadow: none;
}
.ss-sec .srh-btn:hover,
.ss-sec .srh-btn:focus {
  background: #f6813b;
  color: #fff;
}
li.mega-sub-show > a.mega-item i:before {
  content: "\f068";
}
.mbox ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mega-sub-show > a {
  color: #f6813b !important;
}
.big-mnu-lst a.mega-item i {
  font-size: 0.75em !important;
}
.left-men {
  margin-left: 20px;
  border-left: 2px solid #ffffff6b;
  padding-left: 15px;
}
.mmenu-show .row {
  align-items: baseline;
}
/* Mega Menu CSS End  */
/* Banner Section css Start */
.banner_section {
  position: relative;
  width: 100%;
}
.video_div {
  width: 100%;
  height: 100%;
  background: #000;
}
.banner_section img {
  width: 100%;
  height: 100vh;
}
.carousel-caption {
  left: 0;
  top: 29%;
  text-align: left;
  right: 0;
}
.carousel .carousel-caption .bann-txt {
  /* font-size: 2.5em; */
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
.carousel .carousel-caption .underline {
  width: 74px;
  height: 4px;
  background: #fff;
  margin-bottom: 15px;
}
.carousel .carousel-caption p {
  font-size: 1.125em;
  margin-bottom: 30px;
}
.carousel .carousel-caption a {
  color: #04a559;
  font-size: 0.875em;
  border-color: #ffffff;
  background: #ffffff;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: transparent !important;
  border: 1px solid #fff;
}
.carousel-indicators .active {
  border: 2px solid #ffffff;
  background: #04a559 !important;
  outline: 1px solid #04a559;
}
/* Banner Section css End */
/* Social Media Section css Start */

.foot_social .facebook {
  background: #1c70e4;
}
.foot_social .x-twitter {
  background: #000;
}
.foot_social .linked-in {
  background: #006fa7;
  border: 1px solid #006fa7;
}
.foot_social .instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border: 1px solid #006fa7;
}
.foot_social .youtube {
  background: red;
  color: #fff;
}
/* Social Media Section css End */
/* What News Section css Start */
.what-news-area {
  background: #1d4382;
  padding: 0px 0 0px;
}
.what-news-area .whats-new-cont {
  position: relative;
  top: 0px;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
.what-news-area .slider-controls {
  display: flex;
  padding: 5px 30px 5px 0px;
  width: 20%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-right: 2px solid #ffffff61;
}
.what-news-area .slider-controls:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: -6px;
  top: 9px;
  margin: auto;
  color: #ffffff61;
}
.what-news-area .slider-controls h2 {
  font-size: 1.125em;
  color: #fff;
  margin: 0;
}
.what-news-area .whats-new-cont .slide-text {
  flex-grow: 1;
  width: 72%;
  padding: 0 15px;
}
.what-news-area .whats-new-cont .slide-text a {
  color: #fff;
  font-size: 0.875em;
}
button.btnPause {
  z-index: 9;
  font-size: 0.75em;
  background: transparent;
  color: #04a559;
  border: 0px solid;
  padding: 5px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0 !important;
  position: relative;
}
button.btnPause:hover {
  color: #04a559 !important;
}
.owl-dots {
  display: none;
}
.what-news-area .owl-theme .owl-nav {
  margin-top: 0;
}
.what-news-area .quick-btn {
  border-color: #fff;
  background: #fff;
  color: #000;
}
div#what_news .owl-nav {
  margin: 0;
  top: -5px;
  position: absolute;
  left: -110px;
  border: 1px solid #ccc;
  border-radius: 100px;
  line-height: 0;
  padding: 9px 33px;
}
div#what_news .owl-nav button {
  margin: 0;
  position: initial !important;
}
div#what_news .owl-nav button span {
  font-size: 0;
  line-height: 13px;
  display: inline-block;
  position: relative;
}
.what-news-area button.btnPause {
  z-index: 9999;
  border-color: transparent !important;
  position: absolute;
  right: 35px;
  top: 8px;
  margin: 0;
  color: #fff;
}
.what-news-area button.btnLeft {
  z-index: 9999;
  border-color: transparent !important;
  position: absolute;
  right: 55px;
  top: 8px;
  margin: 0;
}
.what-news-area button.btnRight {
  z-index: 9999;
  border-color: transparent !important;
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0;
}
div#what_news .owl-nav button.owl-next span:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -17px;
  top: 0;
  font-size: 0.75em;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 900;
}
div#what_news .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 0.75em;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 900;
}
.what-news-area .slider-controls {
  position: relative;
}
div#what_news .owl-nav button:hover span:before,
div#what_news .owl-nav button:focus span:before {
  color: #f31075;
}
/* What News Section css End */
/* About & Latest News Section css Start */
.visson-bg {
  background: #04a559;
  border-radius: 6px 0 0 6px;
  padding: 20px;
}
.mission-bg {
  background: #1d4382;
  border-radius: 0px 6px 0 6px;
  padding: 20px;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #fc1d74;
  background: linear-gradient(
    45deg,
    rgba(252, 29, 116, 0.15) 0%,
    rgba(251, 101, 24, 0.15) 100%
  );
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.title-sec h1,
.title-sec h2,
.title-sec h3,
.title-sec h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #000524;
  font-size: 1.5em;
  width: 100%;
}
.title-sec h1:after,
.title-sec h2:after,
.title-sec h3:after,
.title-sec h4:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  background: linear-gradient(180deg, #04a559 0%, #04a559 100%);
  width: 45px;
  left: 0;
}
.about-area {
  position: relative;
  background: rgb(248 252 254);
  background: linear-gradient(
    90deg,
    rgba(248, 252, 254, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.about-area .row {
  margin: 0;
  border-top-right-radius: 30px;
}
.about-sec {
  padding-right: 15px !important;
  padding: 40px 0;
}
.about-sec p {
  font-size: 0.9375em;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}

.about-sec .quick-btn {
  margin-top: 15px;
  background: #fff;
  border-color: #10479f;
  color: #000;
}
.quick-btn:hover {
  color: #fff !important;
  z-index: 1;
  border-color: #10479f !important;
  background: #1d4382;
}

.chief-director {
  background: #fff;
  background-size: cover;
  padding: 40px 0 30px;
  background-position: top right;
}
.chief-director img {
  width: 100%;
  height: auto;
  margin-left: 20px;
}
.chief-director .desc-sec {
  background: #1d4382;
  color: #fff;
  padding: 15px 60px;
  width: fit-content;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  position: relative;
  border-bottom: 5px solid #04a559;
  overflow: hidden;
}
.chief-director .desc-sec:after {
  content: "";
  width: 5px;
  height: 108%;
  background: #04a559;
  position: absolute;
  bottom: 0;
  right: 7px;
  transform: rotate(10deg);
}
.chief-director .desc-sec h2 {
  font-size: 22px;
  margin: 0;
}
.chief-director .desc-sec p {
  font-size: 1em;
  margin: 0;
}
.latest-news-sec {
  padding: 40px 0;
  position: relative;
}
.latest-news-sec .title-sec h4 {
  border-bottom: 1px solid #eeeeee;
}
.latest-news .owl-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.latest-news button.btnPause {
  position: absolute;
  top: 48px;
  right: 45px;
}
div#latest_news .owl-nav {
  margin: 0;
  top: -56px;
  position: absolute;
  right: 0;
  border: 1px solid #10479f;
  border-radius: 100px;
  line-height: 0;
  padding: 12px 40px;
}
div#latest_news .owl-nav button {
  margin: 0;
}
div#latest_news .owl-nav button span {
  font-size: 0;
  line-height: 13px;
  display: inline-block;
  position: relative;
}
.latest-news-sec button.btnPause {
  z-index: 2;
  border-color: transparent !important;
  margin-right: 39px !important;
}
div#latest_news .owl-nav button.owl-next span:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -17px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
div#latest_news .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
.events-sec button.btnPause {
  position: absolute;
  top: 48px;
  right: 45px;
}
div#events .owl-nav {
  margin: 0;
  top: -56px;
  position: absolute;
  right: 0;
  border: 1px solid #10479f;
  border-radius: 100px;
  line-height: 0;
  padding: 12px 40px;
}
div#events .owl-nav button {
  margin: 0;
}
div#events .owl-nav button span {
  font-size: 0;
  line-height: 13px;
  display: inline-block;
  position: relative;
}
div#events .owl-nav button.owl-next span:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -17px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
div#events .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
/* Counter Area Start  */
.counter-area {
  border: 1px solid #f5f5f5;
  padding: 12px 0px;
  background: #f7f7f7;
}
.counter-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(100%);
}
.counter-area ul li:first-child .number {
  font-size: 2em;
  line-height: 37px;
  letter-spacing: 2.5px;
  color: #000;
}
.counter-area ul li:first-child {
  color: #fff;
  border: 0 !important;
}
.counter-area ul li:first-child .text {
  color: #04a559;
  margin-top: 0;
}
.counter-area ul li .text {
  font-size: 1em;
  color: #000000;
  margin-top: 5px;
}
.counter-area ul li .number {
  display: block;
  font-size: 2em;
  line-height: 28px;
}
.counter-area ul li .title {
  font-size: 1.5em;
  display: block;
  line-height: 28px;
}
.counter-area ul li:nth-child(1):before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0%;
  top: -2px;
  bottom: 0;
  margin: auto;
  background: #fff0;
  transform: rotate(90deg);
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 11px solid #a8a8a845;
}
.counter-area ul li {
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 22%;
  position: relative;
  gap: 22px;
  background: #fff;
  padding: 15px 25px;
  align-items: center;
  border-radius: 0px 25px 0px 25px;
  border: 1px dashed #333333;
}
.counter-area ul li:hover {
  background: #04a559;
  border: 1px dashed #33333338;
}
.counter-area ul li:hover .numbring-sec,
.counter-area ul li:hover .text {
  color: #fff;
}
.counter-area ul li:hover img.counter-icon {
  filter: invert(1);
}
.counter-area ul .main-counter {
  padding: 10px 20px;
  width: 25%;
  background: transparent;
  flex-direction: column;
  align-items: self-start;
  gap: 15px;
}
.counter-area ul li:nth-child(1):after {
  content: "";
  height: 47%;
  display: block;
  position: absolute;
  right: 3.5%;
  top: 25%;
  border-right: 1px solid #a8a8a845;
}
.counter-area ul img.counter-icon {
  width: 56px;
}
.counter-area ul span.numbring-sec {
  display: flex;
  color: #000;
  align-items: end;
  gap: 4px;
  font-style: italic;
}

.counter-area ul li .counter-txt-sec {
  width: 100%;
}
.counter-area ul .main-counter span.numbring-sec {
  font-size: 1.625em;
  align-items: baseline;
  font-style: normal;
}
.counter-area ul .frst-icon-li {
  position: absolute;
  right: 50px;
  top: 0px;
}
.main-counter span.number-unit {
  color: #000;
}
.counter-area ul li.main-counter:hover {
  background: transparent;
}
.counter-area ul li.main-counter:hover .text {
  color: #04a559;
}
/* Counter Area End  */
.energy-assets-area {
  position: relative;
}
.energy-assets-area:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #ff00006b;
  top: 90%;
  left: 0%;
  -webkit-animation: steam1 4s ease-out infinite;
  animation: steam1 4s ease-out infinite;
  z-index: 1;
}
.energy-assets-area:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #ff00006b;
  top: 50%;
  left: 75%;
  -webkit-animation: steam1 4s ease-out infinite;
  animation: steam1 4s ease-out infinite;
  z-index: 1;
}
.energy-assets-area .container:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #ff00006b;
  top: 50%;
  left: 20%;
  -webkit-animation: steam1 4s ease-out infinite;
  animation: steam1 4s ease-out infinite;
  z-index: 1;
}
.energy-assets-area .container:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #ff00006b;
  top: 80%;
  left: 55%;
  -webkit-animation: steam1 4s ease-out infinite;
  animation: steam1 4s ease-out infinite;
  z-index: 1;
}
@-webkit-keyframes steam1 {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.2;
  }
  100% {
    transform: translateY(-200px) translateX(-20px) scale(1);
    opacity: 0;
  }
}
@keyframes steam1 {
  0% {
    transform: translateY(0) translateX(0) scale(0.25);
    opacity: 0.2;
  }
  100% {
    transform: translateY(-200px) translateX(-20px) scale(1);
    opacity: 0;
  }
}
.energy-assets-area {
  padding: 40px 0;
}
.center-title .title-sec h1,
.center-title .title-sec h2,
.center-title .title-sec h3,
.center-title .title-sec h5,
.center-title .title-sec h5 {
  text-align: center;
}
.center-title .title-sec h1::after,
.center-title .title-sec h2::after,
.center-title .title-sec h3::after,
.center-title .title-sec h4::after,
.center-title .title-sec h5::after {
  right: 0;
  margin: auto;
}
.card-sec {
  background: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  border: 1px solid #70707029;
  border-radius: 10px;
  position: relative;
}
.card-sec .img-sec {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.events-sec .card-sec .img-sec {
  height: 267px;
}
.card-sec .img-sec img {
  transition:
    all 0.4s ease-out 0s,
    visibility 0.1s linear 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-sec:hover img {
  transform: scale(1.13);
}
.card-sec .desc-sec {
  padding: 60px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  height: 50%;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.latest-news-sec button.btnPause {
  color: #000;
  margin-right: 15px;
}
.flex-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 15px;
}
.flex-box .btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.flex-box .btn-sec button.btnPause {
  color: #04a559;
  margin-right: 15px;
  border-color: #e3e3e3;
}
.card-sec .desc-sec .title-sec h4 {
  color: #fff;
  text-transform: uppercase;
}
.card-sec .desc-sec .title-sec h4 a {
  color: #fff;
  text-transform: uppercase;
}
.card-sec .desc-sec .title-sec h4::after {
  background: #fff;
}
/* About & Latest News Section css End */

/* News Tabs Section css Start */
.new-tabs-area {
  padding: 50px 50px 70px 50px;
  border: 1px solid #70707000;
  background: url(../images/power_bg.png) no-repeat;
  background-size: cover;
}
.new-tabs-area .row {
  position: relative;
  /* margin-top: -57px; */
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: none;
}
.nav-pills .nav-link {
  border-radius: 0;
  background: #ffe5d9;
  font-size: 1.5em;
  color: #000;
  padding: 9px 15px;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.new-tabs-area .tab-content {
  background: #fff;
  padding: 15px 30px 30px;
  /* box-shadow: 0px 0px 20px #00000029; */
  height: 444px;
  border-radius: 0px 0px 0px 30px;
}
.new-tabs-area .tab-content ul li a {
  font-size: 0.875em;
  color: #000;
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 15px 0;
  transition:
    all 0.4s ease-out 0s,
    visibility 0.1s linear 0s;
  border-bottom: 1px solid #eeeeee;
}
.new-tabs-area .tab-content ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
}
.new-tabs-area .tab-content ul li a:hover {
  color: #04a559;
  padding-left: 10px;
}
.new-tabs-area .btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.new-tabs-area .btn-sec button.btnPause {
  color: #04a559;
  margin-right: 15px;
  border-color: #e3e3e3;
}
.power-generation-box {
  padding: 0px 0px 30px;
  box-shadow: 0px 0px 20px #00000029;
  border-radius: 0px 0px 30px 0px;
  background: #fff;
  height: 500px;
}

.performance-generation-sec {
  background: #fff;
  box-shadow: 0px 0px 20px #00000029;
  padding: 0px 0px 30px;
  min-height: 500px !important;
  border-radius: 0px 0px 0px 30px;
}
.performance-generation-sec .nav-pills .nav-link.active {
  position: relative;
  padding: 0;
}
.performance-generation-sec ul.nav.nav-pills {
  background: linear-gradient(45deg, #1d4382, #0c7ed8);
  padding: 10px 15px 10px;
  height: 56px;
}
.map-sec img {
  width: 100%;
}
.table thead th {
  border-right: 1px solid #ddd !important;
}
.table.table-bordered thead th {
  border: 1px solid #dee2e6 !important;
  text-align: center;
  vertical-align: middle;
}
.table {
  margin: 0;
}
thead {
  color: #fff;
}
.power-generation-box .title-sec h4 {
  background: linear-gradient(45deg, #1d4382, #0c7ed8);
  padding: 14px 15px 14px;
  height: 56px;
  color: #fff;
}
.power-generation-box .title-sec h4:after {
  width: 0px;
}
/* News Tabs Section css End */
/* News In Focus Section css Start */
.new-focus-area {
  padding: 0px 0;
  background: #f5f5f5;
  background: linear-gradient(
    90deg,
    rgb(245 245 245) 70%,
    rgb(250, 250, 250) 100%
  );
}
.latest-news {
  padding: 35px 15px;
  position: relative;
}
.events-sec {
  background: #fafafa;
  padding: 40px 15px;
  position: relative;
}
.latest-news .desc-sec span.date {
  font-size: 0.75em;
  /* color: #04a559; */
  /* CHANGE FOR THE AUDIT */
  color: #047741;
  font-style: italic;
}
.latest-news .desc-sec {
  position: initial;
  height: 100%;
  padding: 1px 20px;
  background: #fff;
  gap: 0;
}
.latest-news .card-sec {
  display: flex;
  justify-content: space-between;
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  height: 129px;
  padding-left: 2px;
}
.latest-news .card-sec .img-sec {
  height: auto;
}
.latest-news .card-sec .img-sec {
  width: 150px;
}
.latest-news .desc-sec a {
  font-size: 0.875em;
  color: #000;
  font-weight: 600;
}
.latest-news .desc-sec p {
  font-size: 0.75em;
  margin: 0;
  /* color: #000; */
}
.black-theme .latest-news .desc-sec p {
  color: #000;
}
.latest-news .card-sec .img-sec img {
  object-fit: cover;
}
.latest-news .latest-news-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.events-sec .date {
  background: #04a559;
  font-size: 0.75em;
  color: #fff;
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 5px;
}
.events-sec .desc-sec {
  padding: 15px;
  height: fit-content;
  gap: 0;
}
.events-sec .desc-sec p {
  font-size: 0.875em;
  color: #fff;
  margin: 0;
}
.events-sec .card-sec {
  border-radius: 0 30px 0px 0;
  border: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.new-focus-area .quick-btn {
  background: #10479f;
  border-color: #10479f;
  color: #fff;
}
/* News In Focus Section css End */
/* Photo Gallery Section css Start */
.photo-gallery-area {
  padding: 40px 0 30px;
}
.photo-gallery-area .nav-pills .nav-link {
  font-size: 1.5em;
  color: #000;
  padding: 5px 25px 10px 0;
  background: #ffe5d900;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.photo-gallery-area .nav-pills li.nav-item {
  /* margin-right: 30px; */
  margin-bottom: 10px;
}
.photo-gallery-area .nav-pills li::after {
  content: "";
  width: 1px;
  height: 26px;
  background: #e2e2e2;
  top: -40px;
  right: 13px;
  display: block;
  justify-content: right;
  position: relative;
}
.photo-gallery-area .nav-pills li:first-child:after {
  content: "";
  display: none;
}
.photo-gallery-area .nav-pills .nav-link.active:after {
  height: 3px;
  background: linear-gradient(180deg, #04a559 0%, #04a559 100%);
  width: 45px;
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
}
.photo-gallery-area .card-sec {
  background: #f5f5f500;
  border: 0px solid #70707029;
  border-radius: 0;
  padding-left: 9px;
  cursor: pointer;
}
.photo-gallery-area .card-sec .img-sec {
  height: 261px;
}
.photo-gallery-area .desc-sec {
  padding: 15px;
  height: fit-content;
  gap: 0;
  cursor: pointer;
}
.photo-gallery-area .date {
  background: #04a559;
  font-size: 0.75em;
  color: #fff;
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 5px;
}
.photo-gallery-area .desc-sec p {
  font-size: 0.875em;
  color: #fff;
  margin: 0;
  /* height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
}
/* .photo-gallery-area .img-sec + .desc-sec p {
  font-size: 1.125em;
} */
div#photo_gallery .owl-nav {
  margin: 0;
  bottom: -54px;
  position: absolute;
  left: 0;
  border: 1px solid #10479f;
  border-radius: 100px;
  line-height: 0;
  padding: 12px 40px;
}
div#photo_gallery .owl-nav button {
  margin: 0;
}
div#photo_gallery .owl-nav button span {
  font-size: 0;
  line-height: 13px;
  display: inline-block;
  position: relative;
}
.photo-gallery-area button.btnPause {
  z-index: 2;
  border-color: transparent !important;
  margin-left: 31px;
  margin-top: -2px;
}
div#photo_gallery .owl-nav button.owl-next span:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -17px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
div#photo_gallery .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
div#photo_gallery .owl-nav button:hover span:before,
div#photo_gallery .owl-nav button:focus span:before {
  color: #04a559;
}
/* Photo Gallery Section css End */
/* Gov Logo Section css Start */
.gov-logo-area {
  border-top: 1px solid #e1e1e1;
  padding: 30px;
}
/* Gov Logo Section css End */
/* Footer Top Section css Start */
/* Index Map Section css End */
/* 12-06-24 start  */
button {
  cursor: pointer;
}
.whats-ctrls {
  position: relative;
  height: 100%;
  width: 35%;
  margin: 0;
  top: 0px;
  left: 15px;
  border: 1px solid #ccc;
  border-radius: 100px;
  line-height: 0;
  padding: 18px 0px;
}
.what-news-area button.btnLeft,
.what-news-area button.btnRight {
  background: transparent;
  color: #fff;
}
.what-news-area button.btnLeft:hover,
.what-news-area button.btnRight:hover {
  color: #1eae6a;
}
.performance-generation-sec canvas {
  margin: 0 auto;
}
/* 12-06-24 End  */
#challenges {
  z-index: 3;
}
.banner-sec .slick-dots {
  bottom: 30px;
}
.banner_section video {
  max-height: 530px;
  width: 100% !important;
  object-fit: cover;
}
.banner-sec .slick-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: transparent !important;
  border: 1px solid #fff;
}
.banner-sec .slick-dots li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.banner-sec .slick-dots li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.banner-sec .slick-dots li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.banner-sec .slick-dots button {
  opacity: 0;
}
.banner-sec .slick-dots li.slick-active {
  border: 2px solid #ffffff;
  background: #04a559 !important;
  outline: 1px solid #04a559;
}
#what_news .slick-slider .slick-arrow {
  display: none !important;
}
/* inner page Section css start here */
.inner-container {
  padding-top: 35px !important;
  padding-bottom: 20px;
  font-size: 0.9375em;
  /* font-size: 0.875em; */
  min-height: 500px;
}
.inner_banner {
  width: 100%;
  align-items: end;
  position: relative;
}
.inner_banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
}
/* breadcrum area Start  */
.breadcrum-area {
  position: absolute;
  padding: 0px;
  margin-left: 15px;
  bottom: 0;
}
.breadcrum-area:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.breadcrum-area .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.breadcrum-area .breadcrumb li.breadcrumb-item,
.breadcrum-area .breadcrumb li.breadcrumb-item a {
  color: #fff;
  font-size: 0.9375em;
  font-weight: 500;
}
.breadcrumb-item a.active {
  color: #00ff87 !important;
  font-weight: 600 !important;
}
/* breadcrum area END  */
.region.region-breadcrumb {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.ourCompany .business_count_list ul {
  justify-content: space-between;
}
.t-heading {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 7px;
}
.inn_list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-size: 0.875em;
}
.inn_list li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8125em;
  height: 100%;
  width: 15px;
  color: #04a559;
  font-weight: 900;
}
.about_inntxt p {
  font-size: 0.9375em;
  text-align: justify;
  line-height: 24px;
}
.about-home .about_inntxt {
  margin-left: 15px;
}
.ourCompany .business_count_list ul li {
  width: calc(33.33% - 10px);
  background-color: #fcfcfc;
  padding: 20px 10px;
  height: 206px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.ourCompany .business_count_list ul li h6 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ourCompany .business_count_list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.ourCompany .business_count_list li h6 span.img {
  width: 60px;
  height: 60px;
  margin: 0 0 10px;
}
.ourCompany .business_count_list li h6 span {
  width: 40px;
  height: 40px;
}
.ourCompany .business_count_list li h6 span.num {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  position: relative;
}
.ourCompany .business_count_list li h6 span.p {
  width: 100%;
  height: 100%;
}
.ourCompany .business_count_list ul li h6:after {
  content: normal;
}
.ourCompany .business_count_list ul li h6 span.num:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 25px;
  background-color: #f8981d;
  border-radius: 10px;
}
.ourCompany .business_count_list ul li h6 span.p {
  font-size: 1.5em;
  margin-top: 15px;
}
.business_count_list ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0 0;
}
.business_count_list ul li {
  width: 33.33%;
  padding: 0 10px;
}
.business_count_list li h6 {
  display: flex;
  align-items: center;
  font-size: 35px;
  margin-bottom: 0;
  position: relative;
}
.business_count_list li h6 span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.business_count_list li h6 + p {
  font-size: 20px;
}
.business_count_list li h6 span img {
  width: 100%;
}
.business_count_list li h6 em {
  display: inline-block;
  font-style: normal;
}
.business_count_list li h6:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  width: 25px;
  background-color: #f8981d;
  border-radius: 10px;
}
.mvEachCont figure {
  margin-right: 15px;
}
.mvEachCont figure img {
  max-height: 30px;
}
.fw {
  flex-wrap: wrap;
  display: flex;
}
.inner-list {
  list-style: none;
  display: grid;
  grid-template-columns: 33% 33% 32%;
  gap: 20px;
}
.inner-list li {
  line-height: 24px;
  margin-bottom: 14px;
  background: #fbfbfb;
  padding: 15px 15px 15px 30px;
}
.inner-list li a {
  color: #000;
}
.inner-list li:before {
  display: block;
  height: 0;
  width: 0;
  left: -13px;
  position: relative;
}
.fa-file-pdf {
  color: #d91919;
  font-size: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.pdf-icon {
  display: inline-block;
}
.pdf-icon img {
  width: 20px;
}
.hydro-power-box1a p {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.hydro-power-box1a article {
  width: auto;
  height: auto;
  margin: 70px auto 0;
  display: table;
  text-align: center;
  position: relative;
}
.hydro-power-box1a article h3 {
  width: 100%;
  height: auto;
  display: block;
  font-family: "ITC Avant GardeStd Bold";
  font-size: 40px;
  font-weight: 600;
  color: #2157b2;
  line-height: 60px;
  margin-bottom: 15px;
}
.hydro-power-box1a article h3 span {
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  line-height: 60px;
}
.hydro-power-box1b {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 0px;
}
.hydro-power-box1b ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 50px;
}
.hydro-power-box1b ul li {
  height: auto;
  padding-bottom: 50px;
  display: flex;
  width: 50%;
}
.hydro-power-box1b ul li article {
  width: 46%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.hydro-power-box1b ul li article img {
  width: 100%;
  border-radius: 20px;
  display: block;
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.9s;
  height: 195px;
}
.hydro-power-box1b ul li article:hover img {
  transform: scale(1.1) rotate(0.5deg);
}
.hydro-power-box1b ul li aside {
  width: 50%;
  height: 100%;
  display: block;
  padding: 0 3% 52px;
  box-sizing: border-box;
  position: relative;
}
.hydro-power-box1b ul li aside h2 {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.hydro-power-box1b ul li aside h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  color: #585858;
  line-height: 20px;
  padding-bottom: 0px;
}
.hydro-power-box1b ul li aside p {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  color: #585858;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
}
.hydro-power-box1b ul li aside p strong {
  font-weight: 600;
}
.hydro-power-box1b ul li aside small {
  position: absolute;
  left: 6%;
  bottom: 9px;
  display: block;
  height: 52px;
}
.hydro-power-box1b ul li aside small a {
  width: auto;
  display: block;
  height: 52px;
  border-radius: 26px;
  padding: 0 26px;
  font-size: 0.875em;
  font-weight: 400;
  color: #01182c;
  line-height: 52px;
  background: #feca27;
  margin: auto;
  background-image: linear-gradient(0, #000000, #000000);
  background-size: 0;
  transition: 0.8s;
  background-repeat: no-repeat;
}
.hydro-power-box1b ul li aside small a:hover {
  background-size: 100%;
  color: #fff;
}
.director-section .card .card-title {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 800;
  color: #1c4176;
  padding: 0;
  margin: 0;
  padding-bottom: 9px;
}
.director-section .card {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.director-section .card-text {
  min-height: 116px;
}
.director-section .card .card-text small {
  font-size: 0.75em;
  font-weight: 600;
  color: #566478;
  padding: 0;
  margin: 0;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
}
.director-section .card-body {
  height: 186px;
  position: relative;
  z-index: 10;
  background: #fff;
}
.pop-content.mCustomScrollbar > p {
  height: 328px;
  overflow-x: scroll;
  margin: 0;
  padding-right: 15px;
}
.pop-content.mCustomScrollbar > p::-webkit-scrollbar {
  width: 3px;
}
.pop-content.mCustomScrollbar > p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1d4382;
}
.pop-cont-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-img img {
  width: 100%;
  min-height: 500px;
}
.pop-content {
  position: relative;
  margin: 0px;
  max-width: 55.1454%;
  height: 378px;
  box-sizing: border-box;
  padding: 15px 50px;
  overflow: scroll;
}
.director-section .modal-dialog {
  max-width: 70%;
  margin-top: 120px;
}
.director-section .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 0px;
}
.director-section .modal-body {
  padding: 0px;
}
.director-section button.close1 {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 8px;
  top: 3px;
  font-size: 30px;
  color: #000;
}
/* citizen section css start here*/
.citizen-section {
  display: flex;
  flex-direction: column;
}
.citizen-section li {
  width: 100%;
  margin-bottom: 10px;
}
.citizen-section li a {
  color: #000;
  padding: 8px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  width: 100%;
  display: block;
}
.citizen-section li a:hover {
  background: #ebebeb;
}
/* citizen section css end here*/
/* remaining css */
.line-heading {
  border: 1px solid #1d4382;
  margin-bottom: 20px;
  border-radius: 4px;
}
.line-heading .heading {
  font-size: 0.9375em;
  font-weight: 600;
  color: #fff;
  padding: 8px;
  border: 1px solid linear-gradient(45deg, #1d4382, #0c7ed8);
  background: linear-gradient(45deg, #1d4382, #0c7ed8);
  width: 100%;
  display: block;
}
.line-heading .text-space {
  padding: 15px;
}
/*table grid start here*/
.custom-table thead th {
  color: #fff;
  padding: 8px 8px;
  font-size: 0.875em;
  color: #fff;
  background: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.custom-table thead {
  background: #1976d2 !important;
}
.custom-table td {
  font-size: 0.9375em;
  color: #000;
  background: #fff;
}
.custom-table tr td:first-child {
  color: #000;
}
.custom-table tr:nth-child(even) td {
  background: #f8f8f8;
}
.custom-table td,
.custom-table th {
  border: 1px solid #ddd;
}
.custom-table td p {
  margin-bottom: 0;
}
.custom-table .no-wrap-td {
  text-wrap: nowrap;
}
.custom-table td h4 {
  color: #000;
  padding: 5px;
  font-size: 0.9375em;
  font-weight: 600;
}
.custom-table td a {
  color: #0606c7 !important;
  text-decoration: none;
}
/*table grid end here*/
.views-exposed-form .views-exposed-widget {
  padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 29px;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: bold;
}
.views-exposed-widgets {
  margin-bottom: 0.5em;
}
#edit-field-projects-status-category-value {
  outline: 0;
  line-height: 26px;
  border: 1px solid #ccc;
  height: 33px;
  padding: 5px;
  width: 150px;
  margin-bottom: 15px;
}
.input_submit {
  background: #0193de;
  border: 1px solid #0193de;
  font-size: 0.9375em;
  color: #fff;
  padding: 4px 8px;
}
.input_submit:hover {
  background: #000;
  color: #fff;
}
.input_reset {
  background: #de0101;
  border: 1px solid #de0101;
  font-size: 0.9375em;
  color: #fff;
  padding: 4px 8px;
  margin-top: 36px;
  display: flex;
}
.input_reset:hover {
  background: #000;
  color: #fff;
}
.views-exposed-form {
  border: 1px solid #f2f2f2;
  padding: 15px;
  display: flex;
  width: 50%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.industry-div {
  border: 1px solid #e7e6e6;
  padding: 25px 15px 15px 15px;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 4px;
}
.industry-div .tit_3 {
  margin-top: -40px;
  background: #fff;
  display: inline-block;
  position: absolute;
  font-size: 1.125em;
  color: #005788;
  padding-left: 10px;
  padding-right: 10px;
}

.card-img-top {
  max-height: 390px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 260px !important;
}
.close {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  position: absolute;
  right: 6px;
  top: -2px;
  z-index: 20;
  background: none;
  border: 0px;
}
.modal {
  background: #000000cf;
}
/*inner tabs section css start here*/
.inner-customtab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
}
.inner-customtab li {
  margin-left: -15px;
  margin-right: 3px;
}
.inner-customtab li:first-child {
  margin-left: 0px;
}
.inner-customtab a {
  clip-path: polygon(0% 0%, 79% 0, 100% 108%, 0% 100%);
  background: #f2f2f2 !important;
  border-radius: 16px 107px 0 0 !important;
  font-size: 13px !important;
  color: #3a3a3a !important;
  padding: 10px 42px 10px 22px !important;
}
.inner-customtab a:hover {
  color: #fff !important;
  background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
}
.inner-customtab li .active {
  clip-path: polygon(0% 0%, 79% 0, 100% 108%, 0% 100%);
  font-weight: 500;
  background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
  border-radius: 16px 107px 0 0 !important;
  z-index: 99;
  position: relative;
  color: #fff !important;
}
.home-customtab {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.home-customtab li {
  margin-right: 3px;
}
.home-customtab li:first-child {
  margin-left: 0px;
}
.home-customtab a {
  background: #f2f2f2 !important;
  /* font-size: 0.8em !important; */
  font-size: 0.9375em !important;
  color: #3a3a3a !important;
  padding: 10px 18px 10px 18px !important;
  text-align: center;
}
.home-customtab a:hover {
  color: #fff !important;
  background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
}
.home-customtab li .active {
  background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
  z-index: 99;
  position: relative;
  color: #fff !important;
}
/*right menu section css start here*/
.innleft_section {
  height: 100%;
}
.innleft_section .menu {
  display: flex;
  flex-direction: column;
  margin: 0px 0 0 0px;
  padding: 0px;
  background: #fff;
  border-radius: 8px;
  border-left: 0px solid #dcdcdc;
  -webkit-box-shadow: 1px 6px 21px -8px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 6px 21px -8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 6px 21px -8px rgba(0, 0, 0, 0.18);
}
.innleft_section .menu li {
  flex-direction: column;
  display: flex;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.innleft_section .menu li a {
  color: #000;
  font-size: 0.9375em;
  transition: 0.9s;
  padding: 16px 0px 16px 35px;
}
.innleft_section .menu .active::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: #0c79d1;
  padding-right: 8px;
  right: -23px;
  position: absolute;
  font-weight: bold;
  font-size: 54px;
  top: -13px;
}
.menu .active {
  background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
  color: #fff !important;
}
.menu .active a,
.innleft_section .menu .active a::before {
  color: #fff !important;
}
.innleft_section .menu li a:hover::before {
  color: #1d4382;
}
.innleft_section .menu li a:hover {
  color: #1d4382;
}
.page-title {
  padding: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.page-title::before {
  content: "";
  position: absolute;
  bottom: 12px;
  background: #ff8529;
  height: 3px;
  width: 46px;
}
.page-brdcrm {
  font-size: 30px;
}
.innleft_section .nav-pills .nav-link {
  background: #fff;
}
.slick-dots li button::before {
  font-size: 0.75em !important;
}
.slick-dots li {
  margin: 0 0pximportant;
}
.slick-dots li,
.slick-dots li button {
  width: 8px !important;
}
.slick-dots {
  text-align: right !important;
}
.banner_section .slick-dots {
  text-align: center !important;
}
.new-focus-area .slick-prev {
  display: none !important;
}
.new-focus-area .slick-next {
  display: none !important;
}
.form-inline .form-control {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 0.875em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  width: 280px;
}
.clear-btn {
  background: #838181;
  border: 1px solid #838181;
  margin-right: 5px;
  margin-left: 5px;
}

.csr-activities-area .slick-dots {
  bottom: 19px !important;
  right: 0;
  width: 50%;
}
/*right menu section end here*/
/*inner tabs section css end here*/
/* inner page Section css End here */
/* Footer Top Section css Start */
.footer-top-sec {
  background: #10479f;
  padding: 20px;
  border-bottom: 1px solid #ffffff21;
}
.footer-top-sec .row {
  align-items: center;
}
.foot-nav ul {
  display: flex;
  align-items: center;
}
.foot-nav ul li + li {
  /* margin-left: 15px; */
  margin-left: 22px;
}
.foot-nav ul a {
  color: #fff;
  /* font-size: 0.875em; */
  font-size: 0.9375em;
  transition: all 0.5s ease-in-out;
}
.foot-nav ul li a:hover {
  color: #04a559;
}
.foot_social ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.foot_social ul li {
  margin: 0 2px;
}
.foot_social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  color: #fff;
  border: 2px solid #ffffff42;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.foot_social ul li a:hover {
  background: #fff;
  color: #000;
}
.foot_social ul li a:hover img {
  filter: invert(1);
}
/* Footer Top Section css End */
/* Footer Middle Section css Start */
.footer-middle-sec {
  padding: 30px 0 40px;
  background: #10479f;
}
.footer-middle-sec .titlesec .foot-title {
  position: relative;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 1.125em;
}
.quick-links-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.quick-links-sec ul li a {
  font-size: 0.875em;
  color: #fff;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: baseline;
  padding: 0px 0 2px;
  margin: 0px 0 5px;
}
.quick-links-sec ul li a i {
  margin-right: 7px;
  font-size: 0.75em;
}
.quick-links-sec ul li a:hover {
  padding-left: 10px;
  color: #04a559;
}
.office-loc ul li a {
  font-size: 0.875em;
  color: #fff;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: baseline;
  padding: 0px 0 2px;
  margin: 0px 0 10px;
}
.office-loc ul li a i {
  margin-right: 7px;
}
/* Footer Middle Section css End */
/* Footer Bottom Section css Start */
.footer-bottom-sec {
  background: #10479f;
  position: relative;
}
.footer-bottom-sec:before {
  content: "";
  background: #0e3e8a;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-bottom-sec .row {
  background: #0e3e8a;
  margin: 0;
  padding: 20px 0;
  border-radius: 0px 30px 0px 0px;
}
.footer-bottom-sec ul {
  padding: 0;
  margin: 0;
}
.footer-bottom-sec ul li:first-child {
  padding-left: 0;
}
.footer-bottom-sec ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 8px;
  border-right: 0px solid #ffffff85;
  line-height: 1;
}
.footer-bottom-sec ul li a {
  color: #ffffff;
  font-size: 0.875em;
  text-decoration: none;
}
.footer-bottom-sec ul li:last-child {
  border: 0;
}
.visitor-sec p {
  font-size: 0.875em;
}
.visitor-sec p {
  color: #fff;
  margin: 0;
  text-align: right;
}
.copyright-sec p {
  margin-bottom: 0;
  color: #fff;
}
.copyright-sec {
  padding-right: 0;
  z-index: 99;
}
/* Footer Bottom Section css End */
button.feedback-btn {
  animation: border-transform 7s linear infinite;
  background: linear-gradient(261deg, #06bfb4 0%, #0872bf 100%);
  width: 98px;
  height: 80px;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  font-size: 1em;
  transition: 0.6s;
}
@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.feedback-button {
  display: none;
  position: fixed;
  bottom: 21%;
  right: 1%;
  z-index: 99;
}
button.feedback-btn:hover {
  background: #f31075;
  transition: 0.6s;
}
.feedback-button.visible {
  display: block;
}
#back_to_top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #04a559;
  display: none;
  border-radius: 60px;
  z-index: 999;
  -webkit-animation: down 5s 1s ease-in-out infinite;
  animation: down 5s 1s ease-in-out infinite;
}
@keyframes down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#back_to_top i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1em;
}
/* CSR Activities & Challenges Section Start */
.csr-activities-area {
  padding: 30px 0 0 0;
  position: relative;
}
.csr-activities-sec img {
  height: 283px;
  object-fit: cover;
  border-top-left-radius: 10px;
  transition:
    all 0.4s ease-out 0s,
    visibility 0.1s linear 0s;
}
.csr-activities-sec a:hover img {
  transform: scale(1.13);
}
.csr-activities-area a.quick-btn {
  background: #10479f;
  color: #fff;
  text-align: center;
  width: fit-content;
  border-color: #10479f;
  margin-top: 20px;
}
.csr-activities-box {
  display: block;
  justify-content: space-between;
}
.csr-activities-box .verticalbox {
  height: 283px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2%;
  width: 40%;
}
.csr-activities-box .verticalbox .card-sec {
  height: 48%;
}
.csr-activities-box .card-sec .img-sec {
  height: 294px;
}
.csr-activities-box a {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.8) !important;
  text-align: justify;
}
.csr-activities-box .card-sec .desc-sec {
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.09) 0%,
    rgb(0, 0, 0) 37%,
    rgb(0, 0, 0) 96%
  );
  opacity: 0.9;
  border-radius: 0;
}
.csr-activities-box .verticalbox .img-sec {
  height: 100%;
}
.challengesbox {
  position: relative;
  /*! overflow: hidden; */
}
.challengesbox img {
  width: 70% !important;
  height: 283px;
}
.challengesbox .desc-sec p {
  font-size: 0.875em;
  margin: 0;
}
#challenges .owl-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
}
.owl-dots button.owl-dot span {
  margin: 2px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.csr-activities-area:after {
  content: "";
  background: url(../images/.csr-activities-area-vacter.svg);
  position: absolute;
  right: 0px;
  bottom: 15%;
  width: 100%;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
.challenges-sec button.btnPause {
  position: relative;
  top: 8px;
  right: 0px;
}
div#challenges .owl-nav {
  margin: 0;
  top: -56px;
  position: absolute;
  right: 0;
  border: 1px solid #10479f;
  border-radius: 100px;
  line-height: 0;
  padding: 12px 40px;
}
div#challenges .owl-nav button {
  margin: 0;
}
div#challenges .owl-nav button span {
  font-size: 0;
  line-height: 13px;
  display: inline-block;
  position: relative;
}
div#challenges .owl-nav button.owl-next span:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -17px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
div#challenges .owl-nav button.owl-prev span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 0.875em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
/* CSR Activities & Challenges Section End */
/* Index Map Section css Start */

.performance-graph {
  overflow: hidden;
}
.performance-graph .js-plotly-plot .plotly .main-svg {
  top: -50px;
  left: -80px;
}

/* .arrow {
  display: flex;
  margin: 0;
  position: absolute;
  right: 0;
  border-radius: 100px;
  line-height: 0;
  padding: 12px 6px;
} */
.arrow .left,
.arrow .right {
  width: 30px;
  text-align: center;
}
/* .arrow .left,
.arrow .right {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #04a559;
  width: 30px;
  height: 30px;
  margin-right: 8px;
} */
.arrow .left .fa,
.arrow .right .fa {
  font-size: 20px;
}
.arrowGallery {
  display: flex;
  margin: 0;
  position: absolute;
  right: 17;
  border-radius: 100px;
  line-height: 0;
  padding: 12px 6px;
}
.arrowGallery .left,
.arrowGallery .right {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #04a559;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.arrowGallery .left .fa,
.arrowGallery .right .fa {
  font-size: 20px;
  margin-top: 5px;
}
.image-wraper img {
  box-shadow: 0 10px 3px 0 rgba(0, 0, 0, -0.8);
  transition: 0.3s;
  padding: 10px;
  border-radius: 64px;
}
.image-wraper-100 img {
  width: 100%;
}
.fas.small-pdf-icon {
  font-size: 20px;
  margin: 0;
  display: inline-block;
}
.img-sec.photo-gallery-card {
  height: 169px;
}
/* top header css 25 -06-2024 */
a:not([href]):not([tabindex]) {
  color: #fff !important;
  text-decoration: none;
}
a:not([href]):not([tabindex]) i {
  color: #04a559 !important;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff !important;
  text-decoration: none;
}
.top-header ul li a:hover,
.fixed .top-header ul li a:active {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.top-header ul li a.blackbg {
  color: #fff !important;
}

.black-theme .nav-wraper {
  background: #6b6b6b;
}
.black-theme .logo-sec-wraper:after {
  content: "";
  background-color: #6b6b6b;
}
.black-theme .top-header ul {
  background: #6b6b6b;
}
.black-theme .what-news-area {
  background: #252525;
}
.black-theme #back_to_top {
  background-color: #252525;
}
.black-theme .chief-director .desc-sec {
  background: #252525;
}
.black-theme .about-sec .quick-btn {
  background: #252525;
}
.black-theme .radius-box:after {
  background: #252525;
}

.black-theme .performance-generation-sec ul.nav.nav-pills {
  background: linear-gradient(45deg, #000000, #6f6f6f);
}
.black-theme .power-generation-box .title-sec h4 {
  background: linear-gradient(45deg, #000000, #6f6f6f);
}
.black-theme .csr-activities-area a.quick-btn,
.black-theme .new-focus-area .quick-btn {
  background: #252525;
}
.black-theme .footer-top-sec,
.black-theme .footer-middle-sec {
  background: #000;
}
.black-theme .footer-bottom-sec {
  background: #000;
}
.black-theme .footer-bottom-sec:before,
.black-theme .footer-bottom-sec .row {
  content: "";
  background: #000;
}
/*table section start here*/
.black-theme .custom-table thead th {
  background: #212529;
  color: #fff;
}
.black-theme .custom-table tr:nth-child(even) td {
  background: #222 !important;
  color: #fff;
}

.black-theme .custom-table tr:nth-child(odd) td {
  background: #333;
  color: #fff;
}
.black-theme .custom-table td a {
  color: #f98412;
}
.black-theme .custom-table td,
.black-theme .custom-table th {
  border: 1px solid #4c4c4c;
}
.black-theme .table thead th {
  border-right: 1px solid #4c4c4c !important;
}

.black-theme .custom-table1 th {
  background: #222 !important;
}
/*table section end here*/
/*footer section start here*/
.black-theme .hydro-power-box1b ul li aside h2,
.black-theme .hydro-power-box1b ul li aside h3 {
  color: #fff !important;
}
.black-theme .quick-links-sec ul li a,
.black-theme .office-loc ul li a,
.black-theme .footer-bottom-sec ul li a,
.black-theme .copyright p,
.black-theme .visitor-sec p {
  color: #f98412;
}
.black-theme .quick-links-sec ul li a:hover,
.black-theme .office-loc ul li a:hover,
.black-theme .footer-bottom-sec ul li a:hover {
  color: #fff !important;
}
/*footer section end here*/
/*search section start here*/
.black-theme .search-sec {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.black-theme .search-sec li {
  margin-bottom: 14px;
  padding: 5px;
  color: #fff;
  padding-left: 26px;
  border-bottom: 1px solid #3c3c3c;
}
.black-theme .search-sec li a {
  color: #f7ff00;
  font-size: 15px;
}
.black-theme .search-sec li a .search-title {
  font-size: 15px;
  color: #f7ff00;
}
.black-theme .search-sec li::before {
  color: #fff;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: -25px;
  margin-right: 10px;
  position: absolute;
  color: #f7ff00;
}
.black-theme .search-sec li p {
  width: 50%;
}
.black-theme .input-search {
  border-radius: 30px 0px 0px 30px;
  border: 0px;
  padding: 4px 10px;
  width: 280px;
  outline: 0px;
}
.black-theme .search-page .quick-btn {
  margin-left: -26px !important;
  position: relative;
  top: -2px;
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .search-page .quick-btn:hover {
  margin-left: -26px !important;
  position: relative;
  top: -2px;
  background: #fff !important;
  color: #000 !important;
}
.black-theme .pop-content.mCustomScrollbar > p {
  color: #000;
}
.black-theme .custom-table td h4 {
  color: #fff;
}
.black-theme .table .table {
  background-color: transparent;
}
@media (max-width: 768px) {
  .black-theme .table-striped tr:nth-child(even),
  .black-theme table tr:nth-child(even) td {
    background: #222 !important;
  }

  .tender-search {
    width: 100% !important;
  }
}
/*search section end here*/
/* react viewer */
.react-viewer-attribute .react-viewer-img-details {
  display: none;
}
.react-viewer .react-viewer-mask {
  background-color: rgba(0, 0, 0, 0.9);
}
/* =======Contactus==== */
.detail-box2 {
  background: #fdfcfc;
  box-shadow: 0px 0px 20px #5352520d;
  border: 1px solid #f1eded7d;
  padding: 20px 35px 20px;
  margin: 0 0 20px 0;
  list-style-type: none;
  min-height: 210px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.photo-gallery-area .video-wrapper .card-sec .img-sec {
  height: 190px;
}
.video-wrapper .card-sec .img-sec {
  height: 160px;
}
.video-wrapper .card-sec .desc-sec {
  position: relative;
  background: #000;
}
/*inner news listing page css start here*/
.innerlistingnews .desc-sec {
  background: #f5f5f5 !important;
}
.innerlistingnews .card-sec .desc-sec p {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.innerlistingnews .card-sec {
  margin-bottom: 30px;
}
/*inner news listing page css end here*/

/*event news listing page css start here*/
.innerevent {
  background: none !important;
}
.innerevent .card-sec {
  border-radius: 0 0px 0px 0 !important;
  margin-bottom: 30px;
}
/*event news listing page css end here*/
/*power news listing page css start here*/
.power-section .powerrow1 {
  background: #f3f3f3;
  padding: 25px 15px;
  margin: 0 0 25px 0;
}
.black-theme .power-section .powerrow1 {
  background: #222;
}
.black-theme .power-section .powerrow1 p {
  color: #f3f3f3;
}
.powerrow1 img {
  height: 200px;
}
.power-section .image-wraper-100 {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.power-section .image-wraper-100 img {
  border-radius: 16px;
  width: 100%;
  display: block;
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.9s;
}
.power-section .image-wraper-100:hover img {
  transform: scale(1.1) rotate(0.5deg);
  border-radius: 20px;
}
/*power news listing page css end here*/
.challenges-section img {
  height: 200px;
  margin-bottom: 20px;
  max-width: 25%;
}
/* About-vission Area Start  */
.vission-bx {
  color: #000000;
  text-align: center;
  height: 90%;
  /* width: 95%; */
  padding: 50px 40px 40px;
  border: 4px solid #1d4382;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vission-bx:before,
.vission-bx:after {
  content: "";
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 28%);
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  z-index: -1;
}
.vission-bx:after {
  background: transparent;
  width: 55%;
  height: 55%;
  border: 15px solid #1d4382;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 50px;
  box-shadow: none;
  top: auto;
  left: -15px;
  bottom: -15px;
  right: auto;
}
.vission-bx .ab-vission-icn {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 15px;
  transition: all 0.3s ease 0s;
}
.vission-bx:hover .ab-vission-icn {
  transform: rotateY(360deg);
  transition: all 0.9s ease 0s;
}
.vission-bx h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 10px 0 15px;
  width: 70%;
  text-align: center;
}
.vission-bx.blue {
  border-color: #04a559;
}
.vission-bx.blue:after {
  border-top: 15px solid #04a559;
  border-left: 15px solid #04a559;
  top: -15px;
  left: -16px;
  bottom: auto;
  right: auto;
  border-bottom: none;
  border-right: none;
  border-radius: 50px 0 0 0;
}
.vission-bx.purple {
  color: #9c52a1;
  border-color: #9c52a1;
}
.vission-bx.purple:after {
  border-bottom-color: #9c52a1;
  border-left-color: #9c52a1;
}
.vission-bx.yellow:after {
  border-bottom-color: #1d4382;
  border-right: 15px solid #1d4382;
  border-left: none;
  border-radius: 0 0 50px 0;
  left: auto;
  right: -15px;
}
.vission-bx.yellow {
  border-color: #1d4382;
}
.vission-bx p {
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 30px;
  word-break: break-all;
}
.circle-more-btn {
  background: #1d438230;
  font-size: 22px;
  padding: 12px 16px;
  border-radius: 100%;
  line-height: 20px;
  color: #1d4382;
  position: absolute;
  bottom: 35px;
  right: 35px;
  transition: background 0.4s;
}
.vission-bx.yellow .circle-more-btn {
  background: #1d438230;
  color: #1d4382;
}
.vission-bx.blue .circle-more-btn {
  color: #04a559;
  background: #04a55930;
}
.about-vission-area {
  padding: 100px 0;
  background: url(../images/about-vission-bg.png) no-repeat;
}
.vission-bx .circle-more-btn:hover {
  background: #bd471f;
  color: #fff;
  transition: background 0.4s;
}
.vission-bx.yellow .circle-more-btn:hover {
  background: #f0bb3f;
  color: #ffffff;
  transition: background 0.4s;
}
/* About-vission Area End  */
/*contact section starts here*/
.detail-box2 {
  background: #fdfcfc;
  box-shadow: 0px 0px 20px #5352520d;
  border: 1px solid #f1eded7d;
  padding: 20px 35px 20px;
  margin: 0 0 20px 0;
  list-style-type: none;
  min-height: 210px;
}
.detail-box2 ul li p {
  margin: 0px;
  padding: 0px;
}
.detail-box2 ul li .heading {
  font-weight: 600;
}
.detail-box2 ul li .fa {
  width: 20px;
  display: inline-block;
  color: #1d4382;
}
.cont-lspace {
  padding-left: 20px;
  margin-bottom: 10px;
}
.cont-lspace p {
  padding: 0px;
  margin: 0px;
}
.contat-row1 {
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 25px;
}
.contat-row2 {
  background: #f2f2f2;
  padding: 25px;
}
.cont-hr-brd {
  background: #fffefe;
  margin: 38px 0;
}
/*contact levels section end here*/
.ourCompany .business_count_list ul li {
  flex-direction: column;
}
.num span {
  font-size: 0.875em;
}
.num {
  position: relative;
}
.num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 25px;
  border-radius: 10px;
}

.title4 {
  font-size: 1.5em;
  display: block;
  text-align: left;
  padding: 0 0 5px 0;
  margin-top: 10px;
  color: #1d4382;
}

.search-title4 {
  font-size: 1.5em;
  display: block;
  text-align: left;
  padding: 0 0 5px 0;
  margin-top: 10px;
  color: #1d4382;
}
.search-title4 h2 {
  font-size: 1em;
  display: block;
  text-align: left;
  /* padding: 0 0 5px 0; */
  margin-top: 10px;
  color: #1d4382 !important;
}

/*csr page css start here 1 june 2024*/
.leftmenu-hori {
  margin-bottom: 20px;
  margin-top: 20px;
}
.leftmenu-hori ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  text-align: center;
}
.leftmenu-hori ul li a {
  color: #000;
  font-size: 1em;
}
.leftmenu-hori ul li {
  padding: 14px 10px;
  border: 1px solid #ececec;
  margin-bottom: 25px;
  margin-right: 15px;
  border-radius: 6px;
}
.leftmenu-hori ul li:hover {
  border: 1px solid #1d4382;
  background: #1d4382;
}
.leftmenu-hori ul li a {
  font-size: 0.875em;
  color: #000;
}
.leftmenu-hori ul li:hover a {
  font-size: 0.875em;
  color: #fff;
}
.leftmenu-hori ul li:last-child {
  margin-right: 0px;
}
.icon {
  margin: auto;
  background: url("../images/allicon.png");
  display: block;
  width: 129px;
  height: 74px;
  background-repeat: no-repeat;
  transition: 0.4s;
  background-size: 340px;
}
.icon1 {
  background-position: 0px -4px;
}
.icon2 {
  background-position: 0px -87px;
}
.icon3 {
  background-position: -0px -178px;
}
.icon4 {
  background-position: -0px -273px;
}
.icon5 {
  background-position: -0px -367px;
}
.icon6 {
  background-position: -0px -466px;
}
.icon7 {
  background-position: -0px -564px;
}
.icon8 {
  background-position: -0px -662px;
}
.icon-annual-report {
  background-position: -0px -748px;
}
.icon-mou {
  background-position: -0px -843px;
}
.icon-painting {
  background-position: -0px -924px;
}
.icon-other {
  background-position: -0px -1001px;
}
.icon-water-level {
  background-position: -0px -1058px;
}
.icon-rain-fall {
  background-position: -0px -1125px;
}
.leftmenu-hori ul .active {
  background: #1d4382;
}
.leftmenu-hori ul .active a {
  color: #fff;
}
/* .frame_count .value , .frame_count span {margin-left: 90px;} */
.leftmenu-hori > ul li:hover a .icon1,
.active .icon1 {
  background-position: -200px -4px !important;
}
.leftmenu-hori > ul li:hover a .icon2,
.active .icon2 {
  background-position: -200px -87px !important;
}
.leftmenu-hori > ul li:hover a .icon3,
.active .icon3 {
  background-position: -200px -178px !important;
}
.leftmenu-hori > ul li:hover a .icon4,
.active .icon4 {
  background-position: -200px -273px !important;
}
.leftmenu-hori > ul li:hover a .icon5,
.active .icon5 {
  background-position: -200px -367px !important;
}
.leftmenu-hori > ul li:hover a .icon6,
.active .icon6 {
  background-position: -200px -466px !important;
}
.leftmenu-hori > ul li:hover a .icon7,
.active .icon7 {
  background-position: -200px -564px !important;
}
.leftmenu-hori > ul li:hover a .icon8,
.active .icon8 {
  background-position: -200px -662px !important;
}
.leftmenu-hori > ul li:hover a .icon-annual-report,
.active .icon-annual-report {
  background-position: -200px -748px !important;
}
.leftmenu-hori > ul li:hover a .icon-mou,
.active .icon-mou {
  background-position: -200px -843px !important;
}
.leftmenu-hori > ul li:hover a .icon-painting,
.active .icon-painting {
  background-position: -200px -924px !important;
}
.leftmenu-hori > ul li:hover a .icon-other,
.active .icon-other {
  background-position: -200px -1001px !important;
}

.leftmenu-hori > ul li:hover a .icon-ceremonies,
.active .icon-ceremonies {
  background-position: -200px -1125px !important;
}
.leftmenu-hori > ul li:hover a .icon-painting,
.active .icon-painting {
  background-position: -200px -924px !important;
}
.leftmenu-hori > ul li:hover a .icon-rain-fall,
.active .icon-other {
  background-position: -200px -1125px !important;
}
.leftmenu-hori > ul li:hover a .icon-water-level,
.active .icon-water-level {
  background-position: -200px -1058px !important;
}
.leftmenu-hori > ul li:hover a .icon-rain-fall,
.active .icon-rain-fall {
  background-position: -200px -1125px !important;
}
.icon-event {
  background-position: -0px -1412px;
}
.leftmenu-hori > ul li:hover a .icon-event,
.active .icon-event {
  background-position: -200px -1412px !important;
}
.icon-gallery {
  background-position: -0px -561px;
}
.leftmenu-hori > ul li:hover a .icon-gallery,
.active .icon-gallery {
  background-position: -200px -561px !important;
}
/*icon section css start here*/
.icon-ceremonies {
  background-position: -0px -998px;
}
.leftmenu-hori > ul li:hover a .icon-ceremonies,
.active .icon-ceremonies {
  background-position: -200px -998px !important;
}
.icon-mahotsav {
  background-position: -0px -1198px;
}
.leftmenu-hori > ul li:hover a .icon-mahotsav,
.active .mahotsav {
  background-position: -200px -1198px !important;
}
/*icon section css end here*/
.pdf-div {
  grid-template-columns: 31% 31% 31%;
  gap: 20px;
}
.heading-txt {
  font-size: 1.125em;
  font-weight: 600;
}
.title2 {
  font-size: 30px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #1d4382;
}
.title3 {
  font-size: 1.5em;
  display: block;
  text-align: left;
  border-bottom: 1px solid #1d4382;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  color: #1d4382;
}
.cir-div {
  padding: 0 30px;
  list-style: none;
  display: flex;
  margin: 35px 0;
  grid-column-gap: 38px;
  justify-content: center;
  align-items: center;
}
.cir-div a {
  color: #000;
  font-size: 1em;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.cir-div li {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: 0 0px 8px 1px #0000004f;
  border-radius: 50%;
  width: 206px;
  height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(28, 119, 165);
  background: linear-gradient(
    90deg,
    rgba(28, 119, 165, 1) 0%,
    rgba(104, 106, 158, 1) 78%
  );
}
.cir-div li:hover {
  background: #fff;
  color: #000;
  margin-top: 0px;

  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.4),
    0 0 0 10px #ff0000;
}
.cir-div li:hover a {
  color: #000;
}
.image-popup {
  display: flex;
  margin: 35px 0;
  grid-column-gap: 38px;
}
.image-popup li {
  background: none;
}
.image-popup li button {
  background: none;
  border: 1px solid #f3f3f3;
  padding: 15px 0;
}
.image-popup img {
  width: 30%;
  height: auto;
}
.modal-image {
  width: 100%;
  height: auto;
}
.pdf_list {
  margin: 15px 0 15px 15px;
}
.pdf_list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 3px;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px 0;
}
.pdf_list li a {
  color: #000;
  z-index: 999;
  position: inherit;
}
.pdf_list li a:hover {
  color: #f00 !important;
}
.pdf_list li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: -3;
  font-size: 0.8125em;
  height: 100%;
  width: 100%;
  color: #04a559;
  font-weight: 900;
}
.pdf_list li a::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -3;
  font-size: 0.8125em;
  height: 100%;
  width: 100%;
  color: #f00;
  font-weight: 900;
  margin-left: 10px;
}
/* Feedback Page CSS Start  */
.capcha-img p {
  background: #000;
  color: #fff;
  text-decoration: line-through;
  font-size: 0.875em;
  padding: 12px 12px;
  text-align: center;
}
.capcha-reloder {
  margin-top: 9px;
}
.group {
  position: relative;
  margin-bottom: 25px;
}
.group input {
  font-size: 1em !important;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 12px;
}
.group input:focus {
  outline: none;
  border: 1px solid #04a559;
  box-sizing: border-box;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important;
}
.group label {
  color: rgb(0 0 0 / 88%);
  font-size: 1em;
  font-weight: normal;
  margin: 0 !important;
  position: absolute;
  pointer-events: none;
  left: 14px;
  top: 11px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.group input:focus + label,
.group input:not(:placeholder-shown) + label,
.group input:active + label {
  top: -8px;
  left: 10px;
  font-size: 0.875em;
  padding: 0px 4px;
  color: #04a559;
  background-color: #fff;
}
.group textarea:focus + label,
.group textarea:not(:placeholder-shown) + label,
.group textarea:active + label {
  top: -11px;
  left: 10px;
  font-size: 0.875em;
  padding: 0px 4px;
  color: #04a559;
  background-color: #fff;
}
.cus-form-control:focus {
  outline: none;
  border: 1px solid #00a2db;
  box-sizing: border-box;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important;
}
.selectgroup {
  position: relative;
  margin-bottom: 24px;
}
.selectgroup select {
  font-size: 14px !important;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.selectgroup select:focus + label,
.selectgroup select:not(:placeholder-shown) + label {
  top: -10px;
  left: 14px;
  font-size: 0.75em;
  padding: 0px 4px;
  color: #00a2db;
  background-color: #fff;
}
.group textarea:focus {
  outline: none;
  border: 1px solid #04a559;
  box-sizing: border-box;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important;
}
textarea.form-control {
  font-size: 1em !important;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 12px;
  line-height: 24px;
}
.feedback-inner {
  margin-top: 15px;
}
.group span.mandatory-field {
  display: none;
}
.group input:focus + label span.mandatory-field,
.group input:not(:placeholder-shown) + label span.mandatory-field,
.group input:active + label span.mandatory-field,
.group textarea:focus + label span.mandatory-field,
.group textarea:not(:placeholder-shown) + label span.mandatory-field,
.group textarea:active + label span.mandatory-field {
  display: inline-block;
  color: red;
  margin-left: 6px;
  font-size: 0.8125em;
}
.center-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.gray-btn {
  border: 1px solid #ccc;
  background: #dddddd;
  color: #000;
}
/* Feedback Page CSS End  */
/*csr page css end here 1 june 2024*/
.csr-video-wrapper .card-sec {
  background: #000;
}
.csr-video-wrapper .card-sec .img-sec {
  height: 230px;
}
.mvEachCont .inner-list li a {
  color: #0056b3;
}
.photo-gallery-area .vol-txt {
  background: #1cc0b6;
  font-size: 0.75em;
  color: #fff;
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.inner-power-generation-box {
  height: 981px !important;
  padding-top: 30px;
}

.legend-section {
  position: absolute;
}

.legenddiv {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0px;
}
.legenddiv li {
  font-size: 0.875em;
  color: #000;
  border-bottom: 1px solid #f3f3f3;
  padding: 8px 8px 8px 0px;
}
.legenddiv li span {
  padding: 0 15px 0 0;
  margin-right: 15px;
  border-right: 1px solid #dbd6d6;
  font-size: 10px;
  color: #a3a2a2;
  width: 35px;
  display: inline-block;
  text-align: center;
}
.legenddiv li span img {
  width: 26px !important;
  height: 16px !important;
}
.legend-title {
  font-size: 20px;
  color: #1d4382;
  margin: 0 0 15px 0;
}
.legend-title span {
  font-size: 1.125em;
  line-height: 36px;
  margin: 0;
  width: 40px;
  background: #1d4382;
  height: 3px;
  display: inline-block;
  top: -4px;
  position: relative;
  margin-left: 5px;
}
.space-l {
  padding-left: 0px;
}
/*marquee section start here*/
.ticker-wrapper-h {
  display: flex;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d0d0d0;
  box-shadow: 0px 0px 2px 2px #eaeaea;
  padding: 14px 30px;
  margin: 20px 0;
  z-index: 1;
}
.news-ticker-h {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 90%;
  z-index: 999;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 40s;
}
.news-ticker-h:hover,
.news-ticker-h:focus-within {
  animation-play-state: paused;
}
.news-ticker-h li {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding-left: 20px;
}
.news-ticker-h li a {
  color: #1d4382;
}
@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/*marquee section end here*/
.banner_title {
  position: relative;
  font-size: 1.875em;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.map-sec-home {
  text-align: center;
  padding-top: 20px;
}
.map-sec-home img {
  margin-top: 32px;
  width: 75%;
  height: auto;
}
.pagination-controls {
  display: flex;
  justify-content: center;
  margin: 50px 0 10px 0;
}
.pagination-controls button {
  margin: 0 4px;
  border: 1px solid #ccc;
  font-size: 0.8em;
  padding: 4px 10px;
}
.pagination-controls button:hover {
  background: #1d4382;
  color: #fff;
}
.pagination-controls button.active {
  background: #1d4382;
  color: #fff;
}

.pagination-controls button:disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
  /* background-color: #ccc; */
}

.csr-activities-box .slick-dots {
  bottom: -31px !important;
  margin-right: 5px;
}
.aboutfont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #212529;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 500;
}
.aboutfont p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: 100;
  color: #212529;
  text-align: justify;
  font-size: 0.875em;
  letter-spacing: 0px;
  font-weight: 500;
}
.brand-text .sub-sub-brand {
  font-size: 12px;
  /* color: blue; */
  /* color: #000; */
  color: #12a2c9;
  display: block;
}
/* corporate objectives vision mission css start */
.corporate-objectives-area {
  background: #f5f5f5;
}
.corporate-objectives-area p {
  font-size: 0.9375em;
  margin-bottom: 30px;
}
.corporate-objectives-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.corporate-objectives-area ul li a {
  font-size: 0.9375em;
  color: #fff;
  position: relative;
  display: flex;
  padding: 6px 0;
  transition:
    all 0.4s ease-out 0s,
    visibility 0.1s linear 0s;
}
.corporate-objectives-area ul li a:hover {
  /* color: #04a559; */
  color: #fff;
}
.corporate-objectives-area ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
  font-size: 0.75em;
}
.corporate-objectives-area {
  background: url(../images/corporate-objectives-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 80px 0 30px;
}
.corporate-objectives-area2 {
  background: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px 0 30px;
}
.radius-box {
  border-radius: 0px;
  background: url(../images/corporate-img.jpg);
  color: #fff;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  height: 340px;
}
.two-img {
  background: url(../images/vission-img.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.three-img {
  background: url(../images/mission-img.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.radius-box .title-sec h3 {
  color: #fff;
  font-size: 32px;
}
.radius-box .title-sec h3:after {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.radius-box:after {
  content: "";
  background: #1d4382;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.84;
}
.overflowDetails {
  padding-top: 300px;
  text-align: center;
}
.radius-box.one-img {
  text-align: left;
}
.radius-box.one-img .title-sec,
.radius-box.two-img .title-sec,
.radius-box.three-img .title-sec {
  text-align: left;
  position: absolute;
  top: 40px;
}
.overflowDetails .title-sec h3:after {
  width: 0;
  right: 0;
  margin: auto;
}
.overflowDetails:hover {
  padding-top: 40px;
}
.overflowDetails::after {
  height: 0;
  transition: all 0.5s ease-in-out;
}
.overflowDetails:hover::after {
  height: 250px;
  background: linear-gradient(0deg, #1d4382, #1d4382, transparent);
}
.overflowDetails::before {
  content: "";
  background: linear-gradient(0deg, #000000e6, #000000d1, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.txtspace3 {
  margin-top: 95px;
  text-align: left;
}
.tittle-mission {
  font-size: 2.5em !important;
  color: #fff;
  font-weight: bold;
}
.tittle-mission span {
  display: block;
}
.arrow-rot {
  font-size: 1.625em;
  color: #fff;
  position: absolute;
  bottom: 20px;
  transition: 0.5s;
}
.radius-box:hover .arrow-rot {
  rotate: -30deg;
}
.mission-box {
  background: rgb(27, 44, 196);
  background: linear-gradient(
    90deg,
    rgba(27, 44, 196, 1) 0%,
    rgba(156, 71, 204, 1) 52%,
    rgba(27, 44, 196, 1) 99%
  );
  width: 100%;
  height: 171px;
  margin-top: -132px;
}
.lrspace,
.lrspace2,
.lrspace3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.corporate-objectives-area2 .lrspace2 {
  padding-top: 30px !important;
}
.corporate-objectives-area2 .lrspace3 {
  padding-top: 60px !important;
}

.radius-box:focus-within {
  outline: 2px solid #04a559;
  outline-offset: 2px;
}

.title-sec h3:focus,
.txtspace3 div:focus {
  outline: 2px solid #04a559;
  outline-offset: 2px;
}

/* .arrow-link {
  display: inline-block;
} */

.arrow-link:focus {
  outline: none;
}

.arrow-link:focus .arrow-rot {
  outline: 2px solid #04a559;
  outline-offset: 2px;
}
/* corporate objectives vision mission css end */
/*publications section css start here 2 august*/
.publicationslist {
  height: 400px !important;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 20px !important;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(85, 88, 114, 0.3) 0px 5px 40px 0px;
}
.publicationslist .img-sec {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background: #fff;
  height: 370px !important;
}
.publicationslist .img-sec img {
  width: auto !important;
  height: 270px !important;
  margin: auto;
}

.publicationslist .card-sec .desc-sec {
  background: none !important;
}
.publicationslist .desc-sec {
  text-align: center;
}
.publicationslist .desc-sec a p,
.publicationslist .desc-sec p {
  color: #000 !important;
}
.publicationslist .date {
  background: none;
  color: #ff1212 !important;
}
.publicationslist .pdf-link {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(85, 88, 114, 0.3) 0px 5px 13px 0px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 11px;
  bottom: 79px;
  border-radius: 50%;
  /* text-align: center; */
  /* padding-top: 9px;
  padding-left: 8px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.publicationslist .pdf-link img {
  width: 25px;
  height: 25px;
  transform: scale(1.13);
}
.publications-sec .slick-slide {
  padding: 15px;
}
/*publications section css end here 2 august*/
.chief-director .img-sec {
  width: 300px;
}
.loader-sec {
  top: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  background: #ffffff;
  height: 100%;
  bottom: -100px;
}
.photo-gallery-area .video-wrapper .card-sec .img-sec video {
  height: 100%;
  object-fit: cover;
}
.video-wrapper .card-sec .img-sec video {
  height: 100%;
  object-fit: contain;
}
/*black-theme section css start here*/
.black-theme .fixed {
  background: #000;
}
.black-theme .fixed li.login-btn a {
  background: #f98412 !important;
}
.black-theme,
.black-theme .about-area,
.black-theme .corporate-objectives-area2,
.black-theme .chief-director {
  background: #212529;
  color: #fff;
}

.black-theme .aboutfont {
  color: #fff;
}
.black-theme .inner-list li,
.black-theme .ourCompany .business_count_list ul li,
.black-theme .inner-list li p {
  color: #000;
}
.black-theme .breadcrumb-item a.active {
  color: #f98412 !important;
}
.black-theme .title-sec h4 {
  color: #fff;
}
.black-theme .title-sec h4:after {
  background: #f98412;
}
.black-theme .aboutfont p,
.black-theme .counter-area ul li:first-child .number,
.black-theme .main-counter span.number-unit {
  color: #fff;
}
.black-theme .mission-box {
  background: #212529;
}
.black-theme .counter-area {
  background: #000;
  border: 0px;
}
.black-theme .counter-area ul li:first-child .text,
.black-theme .inn_list li::before {
  color: #f98412;
}
.black-theme .inn_list1 li::before {
  color: #f98412;
}
.black-theme .about-sec .quick-btn {
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .quick-btn {
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .quick-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.black-theme .new-tabs-area {
  background: #212529;
}
.black-theme .home-customtab li .active,
.black-theme .home-customtab a:hover {
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .arrow .left,
.black-theme .arrow .right,
.black-theme .arrowGallery .left,
.black-theme .arrowGallery .right {
  color: #f98412;
}
.black-theme button.btnPause {
  color: #f98412;
}
.black-theme .new-focus-area {
  background: #212529;
}
.black-theme .csr-activities-area {
  background: #000;
}
.black-theme .arrow-rot {
  color: #f98412;
}
.black-theme .overflowDetails:hover::after {
  background: linear-gradient(0deg, #212529, #212529, transparent);
}
.black-theme .events-sec .title-sec h4 {
  color: #000;
}
.black-theme .slick-dots li.slick-active button:before {
  color: #f98412 !important;
}
.black-theme .slick-dots li button:before {
  color: #979393;
}
.black-theme .gov-logo-area {
  background: #212529;
}
.black-theme .gov-logo-area img {
  background: #fff;
}
.black-theme .latest-news .desc-sec span.date {
  /* color: #f98412; */
  /* CHANGE FOR AUDIT POINT */
  color: #aa5703;
}
.black-theme .photo-gallery-area .nav-pills .nav-link {
  color: #fff;
}
.black-theme .photo-gallery-area .nav-pills .nav-link.active:after {
  background: #f98412 !important;
}
.black-theme .quick-links-sec ul li a:hover {
  color: #f98412;
}
.black-theme .quick-btn {
  border: 1px solid #f98412 !important;
  color: #000 !important;
}
.black-theme .counter-area ul li:hover {
  background: #f98412;
}
.black-theme .counter-area ul li:hover:first-child {
  background: none;
}

.black-theme .foot-nav ul a {
  color: #f98412;
}
.black-theme .foot-nav ul li a:hover {
  color: #fff;
}
.black-theme .nav-wraper .custom-nav .sub-menu li a.active {
  background: #252525;
  color: #fff !important;
}
.black-theme .nav-wraper .custom-nav .sub-menu li:hover > a {
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .nav-wraper .custom-nav li a:after {
  background: #f98412;
}
.black-theme .custom-table thead {
  background: #000 !important;
}
.black-theme .line-heading .heading {
  background: #000 !important;
}
.black-theme .line-heading {
  border: 1px solid #000 !important;
  border-radius: 0px;
}
.black-theme a {
  color: #f98412;
}
.black-theme .powerrow1 .title4 {
  color: #f98412;
}
.black-theme .powerrow1 p {
  color: #000;
}
.black-theme .menu .active {
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .innleft_section .menu .active::after {
  color: #f98412;
}
.black-theme .leftmenu-hori ul .active {
  background: #000;
}
.black-theme .leftmenu-hori ul li:hover {
  background: #000;
  border: 1px solid #000;
}
.black-theme .leftmenu-hori ul li {
  background: #fff;
}
.black-theme .inner-customtab li .active,
.black-theme .inner-customtab a:hover {
  background: #f98412 !important;
  color: #000 !important;
}
.black-theme .title3 {
  border-bottom: 1px solid #f98412;
  color: #f98412;
}
.black-theme .cir-div li {
  background: linear-gradient(90deg, rgb(249 132 18) 0%, rgb(234 130 33) 78%);
}
.black-theme .cir-div li a {
  color: #000;
}
.black-theme .cir-div li:hover {
  background: #fff !important;
  color: #000;
  margin-top: 0px;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.4),
    0 0 0 10px #f28318;
}
.black-theme .inner-container .title4 {
  color: #f98412;
}
.black-theme .pagination-controls button {
  background: #fff;
  color: #000;
}
.black-theme .detail-box2 ul li,
.black-theme .news-ticker-h li a {
  color: #000;
}
.black-theme .brand-text,
.black-theme .brand-text .sub-sub-brand {
  color: #fff;
}
.black-theme .csr-activities-box .desc-sec a {
  color: #fff;
}
.black-theme .challenges-sec .desc-sec {
  color: #fff !important;
}

.black-theme .counter-area ul li:hover .numbring-sec,
.black-theme .counter-area ul li:hover .text {
  color: #000;
}
.black-theme.counter-area ul li:hover :nth-child(1).text {
  color: #fff;
}
.black-theme .counter-area ul li:nth-child(1):hover .numbring-sec,
.black-theme .counter-area ul li:nth-child(1):hover .text {
  color: #fff;
}

.black-theme .pagination-controls button.active {
  background: #d44502 !important;
  color: #fff !important;
}

.black-theme .pagination-controls button:hover {
  background: #d44502 !important;
  color: #fff;
}
.black-theme .title-sec5 h4,
.black-theme .about-intro p {
  color: #fff;
}
.black-theme .title-sec5 h4:after {
  background: #fff;
}
.black-theme .operating-txt {
  color: #000;
}
.black-theme .generation-section {
  background: #000000;
}
.black-theme .generation-section .num {
  color: #000 !important;
}
.black-theme .green-bg {
  background: #010101;
}
.black-theme .green-bl {
  border-left: 1px solid #f3f3f3;
}
/*black-theme section css end here*/
/* lang-google lang */
#google_translate_element {
  line-height: 0.3;
}
#google_translate_element span {
  display: none;
}

.lang select {
  border: 0;
  background: transparent;
  height: 20px;
  color: #fff;
  margin-left: 0;
  font-size: 0.813rem;
}
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
/* search section start here*/
.searchBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;

  width: 34px;
  height: 50px;
  transition: 300ms;
  border-radius: 26px;
}
.searchBox.active {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 200ms;
  width: 347px;
  position: absolute;
  right: 0px;
  z-index: 99;
  margin-top: -13px;
}
.searchBox.active .close {
  transition: 500ms;
  scale: 1;
}
.searchBox .search,
.searchBox .close {
  position: relative;
  min-width: 24px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  margin-right: 9px;
  margin-top: 2px;
}

.searchBox .close {
  scale: 0;
}
.searchBox .searchInput {
  position: absolute;
  height: 50px;
  background-color: #f00;
  left: 50px;
}
.searchBox .searchInput input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
}
.searchBox .search .fa-search {
  color: #fff;
  font-size: 0.875em;
}
.searchBox.active .search .fa-search {
  color: #000;
  font-size: 20px;
  margin-left: 15px;
}
.search-link {
  flex-direction: row;
  background: #f3f3f3;
  position: absolute;
  z-index: 9;
  overflow-y: scroll;
  max-height: 250px;
  width: 345px;
  right: 0;
  top: 89px;
}
.search-link li {
  font-size: 0.875em;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
.search-link li a {
  font-size: 0.875em;
  color: #000 !important;
}
.search-link li a:hover {
  font-size: 0.875em;
  color: #1d4382 !important;
}
/* search section start here*/
.challengesbox .desc-sec {
  padding: 60px 15px 15px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -153px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8) !important;
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.09) 0%,
    rgb(0, 0, 0) 37%,
    rgb(0, 0, 0) 96%
  );

  opacity: 0.9;
  border-radius: 0 0 10px 10px;
  top: 0;
  right: 0;
  margin: auto;
}
.challengesbox img {
  border-radius: 10px;
  width: 100% !important;
  height: 294px;
  border: 30px;
}
.challengesbox .desc-sec h4 {
  font-size: 1.125em;
  margin-bottom: 10px;
  font-weight: 600;
  padding-right: 0px;
  margin-bottom: 0px;
}
.goog-te-combo option {
  color: #000 !important;
}

.container,
.container-fluid {
  width: 100%;
  padding: 0 15px;
  max-width: 1430px;
  margin: 0 auto;
}
.about-home .quick-btn {
  margin-left: 0px;
  margin-top: 0px;
}
.about-area .aboutfont {
  padding-left: 0px;
}
.about-home .about_inntxt {
  margin-left: -30px;
}
.searchBoxpopup {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 200ms;
  width: 347px;
  position: absolute;
  right: 0px;
  z-index: 99;
  margin-top: -13px;
  padding: 10px 20px;
  border-radius: 10px;
}
.searchBoxpopup input {
  font-size: 1em;
  border: 1px solid #f3f3f3;
  padding: 5px;
  width: 94%;
}
.clear-btn {
  background: #1d4382;
  font-size: 1em;
  color: #fff;
  padding: 5px 10px;
}
.search-reset {
  position: absolute;
  top: 12px;
  color: #1d4382;
  cursor: pointer;
  border: 0px solid;
  background: none;
  font-size: 20px;
}

select.goog-te-combo:focus-visible {
  outline: 0px;
  border: 0px;
}
.highcharts-credits {
  display: none;
}

.lang-custom {
  position: relative;
}

.lang-custom span {
  font-size: 0.875em;
  display: inline-block;
  width: 100%;
  padding: 5px;
}
.flag.flag-language {
  display: block;
}
li.lang-custom:hover span {
  cursor: pointer;
}

.flag {
  display: none;
  position: absolute;
  bottom: -48px;
  width: 100px;
  background: #edebec;
  z-index: 1;
}
.lang-div {
  width: 0px;
  opacity: 0;
  padding: 0px !important;
}
.copyright p {
  color: #fff;
  margin: 11px 0px 0px 0px;
  font-size: 0.875em;
  /* text-align: center; */
}
.liaison-officer {
  display: flex;
  justify-content: start;
}
.liaison-officer a {
  display: flex;
  justify-content: end;
  background: #fff;
  color: #10479f;
  border-radius: 100px;
  margin: 0 0px 15px 0;
  padding: 5px 15px;
  border: 1px solid #10479f;
}
.liaison-officer a:hover {
  display: flex;
  justify-content: end;
  background: #10479f;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #10479f;
}
.map-sec-home ul.map-ul li {
  color: #000;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 500 !important;
  text-align: left;
  background: #8f6a6a2e;
}

/* .map-sec-home ul.map-ul li {
  color: #000;
  font-size: 18px;
  background: transparent;
  border: 1px solid #ccc;
  font-weight: 500 !important;
} */

.director-section .card .dir_img {
  height: 260px !important;
}
.director-section .card .dir_img img {
  height: fit-content;
}
/* .arrowGallery .left:hover,
.arrowGallery .right:hover,
.arrow .left:hover,
.arrow .right:hover {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #1d4382;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: #1d4382;
  color: #fff;
} */
/*about section start here*/
.inneraboutsection {
  padding-top: 15px;
  padding-bottom: 15px;
}
.about-boxr {
  box-shadow: 0px 0px 20px #00000029;
  border-radius: 7px;
  background: #fff;
  padding: 10px 32px;
  position: relative;
}
.hydro-section {
  display: flex;
  flex-direction: column;
}
.hydro-section li {
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.8125em;
  font-weight: 600;
  padding: 25px 0;
  align-items: center;
}
.hydro-section li:last-child {
  border-bottom: 0px solid #f5f5f5;
}
.hydro-section li .hydro-img {
  width: 10%;
  display: block;
  margin-right: 10px;
}
.hydro-section li .hydro-img img {
  width: auto;
}
.about-intro {
  padding-left: 30px;
}
.about-intro p {
  color: #000;
  line-height: 25px;
}
.generation-section {
  background: #1d4382;
  padding: 50px 0;
}
.vm-section {
  border-bottom: 1px solid #f5f5f5;
}
.vision-br {
  border-right: 1px solid #f5f5f5;
  padding-top: 30px;
}
.vision-br2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.objectivesection {
  background: url("../images/objectives_bg.png") no-repeat 0 0;
  margin-top: 30px;
  background-size: cover;
  padding: 30px 20px;
}
.green-bg {
  background: #1eae6a 0% 0% no-repeat padding-box;
  opacity: 0.94;
  padding: 15px;
}
.green-bg .title-sec5 h4,
.green-bg p {
  color: #fff;
}
.green-bg .title-sec5 h4::after {
  background: #fff;
}
.inner-list5 {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.inner-list5 li {
  margin-bottom: 14px;
  padding: 5px;
  color: #fff;
}
.inner-list5 li a {
  color: #f7ff00;
}
.inner-list5 li::before {
  color: #fff;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: -25px;
  margin-right: 10px;
}
.green-bl {
  border-left: 1px solid #4bbb82;
  padding-left: 40px;
}
.green-r-box {
  width: 110px;
  height: 110px;
  background: #1eae6a 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #00000029;
  border-radius: 7px;
  opacity: 1;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
.capacity-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.capacity-section li {
  background: #fff;
  width: 33%;
  border: 1px dashed #33333338;
  border-radius: 0px 25px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
}
.gen-text {
  display: block;
  font-size: 14px;
}
.gen-block {
  display: flex;
}
.gen-block .img {
  margin-right: 20px;
}
.stat-number {
  font-size: 1.625em !important;
}
.asd {
  width: 70%;
}
.title-sec5 h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #000524;
  font-size: 1.625em;
  width: 100%;
  font-weight: bold;
}
.title-sec5 h4:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  background: linear-gradient(180deg, #04a559 0%, #04a559 100%);
  width: 45px;
  left: 0;
}

.title-sec5 h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #000524;
  font-size: 1.625em;
  width: 100%;
  font-weight: bold;
}
.title-sec5 h2:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  background: linear-gradient(180deg, #04a559 0%, #04a559 100%);
  width: 45px;
  left: 0;
}

.operating-txt {
  display: inline-block;
  width: 90%;
  display: inline-block;
}
.pop-content3.mCustomScrollbar > p {
  height: 73px;
  overflow-y: scroll;
  margin: 0;
  padding-right: 15px;
}
.pop-content3.mCustomScrollbar > p::-webkit-scrollbar {
  width: 3px;
}
.pop-content3.mCustomScrollbar > p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #04a559;
  color: #000;
}

.pop-content3.mCustomScrollbar > p::-webkit-scrollbar-track {
  -webkit-box-shadow: #ccc;
  background-color: #ccc;
}

#root {
  overflow-y: hidden;
}
/*about section end here*/
@media (max-width: 768px) {
  .form-inline .form-control {
    width: 100%;
  }
  .brand-text span.main-txt-logo {
    white-space: wrap;
  }
  .innermapsection {
    position: relative;
    top: 0px;
  }

  .legend-section2 {
    position: relative !important;
    margin-bottom: 20px;
  }
  .innermapsection #map2_inner svg {
    scale: 100%;
  }
  .innermapsection .map-sec {
    position: relative;
    right: 0%;
  }

  .search-page2 .input-search {
    width: 100%;
    margin-bottom: 15px;
  }

  .search-page2 .form-inline .form-control {
    display: inline-block;
    width: 100% !important;
    margin-bottom: 15px;
  }
  /* Top Header CSS Start  */
  /* .show-submenu + ul  {display: none;} */
  .loader-sec {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    background: #ffffff;
  }
  .nav-wraper .custom-nav li:hover > .sub-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0s;
  }
  .nav-wraper .custom-nav .sub-menu.show-submenu {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  .power-menu {
    display: block;
  }
  .nav-wraper .custom-nav li.menuparent:after {
    content: " " !important;
  }
  .nav-wraper .custom-nav li.menuparent a:after {
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 15px;
    left: auto;
  }
  .nav-wraper .custom-nav li.menuparent a.active:after {
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 15px;
    left: auto;
    width: 100%;
    text-align: right;
  }
  .nav-wraper .custom-nav ul.sub-menu li.menuparent a:after {
    right: 13px;
    top: 10px;
  }
  .nav-wraper .custom-nav ul.sub-menu li.menuparent a:after {
    color: #000;
  }
  .nav-wraper .custom-nav li a.show-submenu + .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  .nav-wraper .custom-nav li.menuparent a.show-submenu:after {
    content: "\f106";
  }
  .show-submenu .inner-container .quick-btn {
    background: #fff !important;
    color: #1d4382 !important;
    border: 1px solid #1d4382 !important;
    width: 100%;
    text-align: center;
  }
  .inner-customtab li .active {
    z-index: 0;
  }
  .top-header .top-right-nav ul {
    display: inline-block;
    text-align: center;
    height: auto !important;
  }
  .top-header .top-right-nav ul li {
    padding: 0 4px;
    display: inline-block;
    margin: 5px 0;
  }
  .top-header .top-left-nav {
    justify-content: center;
    margin: 5px 0;
  }
  .top-header li.login-btn a {
    font-size: 13px !important;
    padding: 3px 7px;
  }
  /* Menu CSS Start  */
  .top-right-nav ul {
    display: inline-block;
    text-align: center;
    height: auto !important;
  }
  .top-right-nav ul li {
    padding: 0 4px;
    display: inline-block;
    margin: 5px 0;
  }
  .top-left-nav {
    justify-content: center;
    margin: 5px 0;
  }
  .logo-sec-wraper .main-menu-area {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo-sec-wraper {
    padding: 0px 0 0px;
  }
  .logo-sec-wraper .navbar-toggler {
    background: #fff;
    padding: 3px 8px;
    font-size: 1em;
  }
  .nav-wraper .custom-nav li a.active {
    color: #fff;
  }
  .more-btn i {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 20px;
  }
  .nav-wraper .custom-nav li a {
    padding: 10px 15px !important;
    width: 100%;
  }

  .counter-area ul {
    flex-direction: column;
  }
  .counter-area ul .main-counter {
    width: 100%;
  }
  .counter-area ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .card-sec {
    margin-bottom: 15px;
    padding-left: 0px !important;
  }
  .latest-news .card-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .latest-news .card-sec .img-sec {
    width: 100%;
    height: 180px;
  }
  .latest-news .desc-sec {
    height: auto;
  }
  .quick-links-sec {
    grid-template-columns: 1fr;
  }
  .performance-generation-sec {
    margin-bottom: 20px;
    height: 433px !important;
  }
  .performance-generation-sec ul.nav.nav-pills {
    height: auto;
  }
  .banner_section {
    height: auto;
  }
  .banner_section img {
    height: auto;
  }
  .what-news-area .slider-controls {
    padding: 5px 30px 5px 0px;
    width: 100%;
  }
  .what-news-area .whats-new-cont .slide-text {
    padding: 19px 0px;
  }
  .radius-box .title-sec h3 {
    font-size: 16px !important;
    padding-bottom: 27px;
  }
  .tittle-mission span {
    display: inline-block;
  }
  .radius-box {
    margin-bottom: 15px;
  }
  .power-generation-box .title-sec h4 {
    height: auto;
  }
  .csr-activities-box {
    flex-direction: column;
  }
  .csr-activities-box .verticalbox {
    height: auto;
    width: 100%;
  }
  .challengesbox .desc-sec {
    width: 100%;
    padding-top: 10px;
    height: fit-content;
    bottom: -101px;
  }
  .challengesbox img {
    width: 100% !important;
  }
  .foot-nav ul {
    flex-direction: column;
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .photo-gallery-area .nav {
    flex-direction: row;
  }
  .photo-gallery-area .nav-pills li::after {
    height: auto;
  }
  header.fixed {
    position: relative;
  }
  .energy-assets-area::after {
    left: 50%;
  }
  .footer-bottom-sec {
    background: #0e3e8a;
  }
  .foot-nav ul li + li {
    margin-left: 0px;
  }
  .foot_social ul {
    justify-content: start;
  }
  .map-sec {
    height: 377px;
    object-fit: cover;
    transform: scale(0.5);
    overflow: visible;
  }

  .new-tabs-area {
    padding: 30px 0 !important;
  }
  .new-tabs-area .tab-content {
    padding: 15px 11px 30px;
  }
  .director-section .modal-dialog {
    max-width: 90%;
    margin-top: 37px;
    margin: auto;
  }
  .pop-cont-area .pop-img {
    width: 100%;
  }
  .pop-content {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    position: relative;
    margin: 0px;
    height: 165px;
    box-sizing: border-box;
    padding: 10px;
  }
  .hydro-power-box1b ul li,
  .hydro-power-box1b ul li article {
    width: 100%;
  }
  .hydro-power-box1b ul li aside {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .inner-list {
    list-style: none;
    padding-left: 0px;
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
  }
  .ourCompany .business_count_list ul li {
    width: calc(100% - 0px);
    background-color: #eee;
    padding: 20px 10px;
    height: 254px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    text-align: center;
  }
  /*tab section css start here*/
  .inner-customtab {
    display: flex;
    justify-content: center;
    border-bottom: 0px solid #f2f2f2;
    flex-direction: column;
  }
  .inner-customtab li:first-child {
    margin-left: -15px;
  }
  .inner-customtab a,
  .inner-customtab li .active {
    border-radius: 0px !important;
  }
  .inner-customtab li .active {
    clip-path: initial;
  }
  .inner-customtab li a {
    clip-path: initial;
  }
  .inner-customtab li {
    margin-bottom: 4px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none;
  }
  /*tab section css end here*/
  /*02 july rb ad css*/
  .cir-div {
    display: flex;
    flex-direction: column;
  }
  .cir-div li {
    margin-bottom: 20px;
  }
  .image-popup {
    flex-direction: column;
  }
  .image-popup li {
    margin-bottom: 20px;
  }
  .leftmenu-hori ul {
    flex-direction: column;
  }
  .pdf_list li a::after {
    width: auto;
  }
  /*02 july rb ad css*/
  .top-header ul li a.whitebg {
    background: #fff;
    color: #fff;
    border: 1px solid #000;
    padding: 0px 3px;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .top-header ul li a.blackbg {
    background: #000;
    color: #000;
    padding: 0px 3px;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #04a559;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .chief-director .desc-sec {
    padding: 15px 12px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    border-bottom: 5px solid #04a559;
    overflow: hidden;
    width: 100%;
  }
  .chief-director img {
    margin-left: 0px;
    width: 100%;
  }
  .chief-director .desc-sec p {
    font-size: 14px;
  }
  .banner-sec .slick-dots {
    bottom: 7px;
  }
  .visitor-sec p {
    text-align: left;
  }
  .about-vission-area {
    padding: 20px 0;
  }
  .vission-bx {
    width: 100%;
  }
  .m-vission-btm {
    margin-bottom: 30px;
  }
  .slick-slide img {
    width: 100%;
  }
  .csr-activities-area {
    padding: 30px 0 0 0;
    position: relative;
    background: #fff;
  }
  .events-sec {
    background: #fafafa;
    padding: 40px 15px 10px 15px;
  }
  .latest-news {
    padding: 35px 15px 10px 15px;
  }
  .clear-btn {
    background: #838181;
    border: 1px solid #838181;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
    width: 100%;
    margin: 20px 0;
    margin-left: 0px;
  }
  #root {
    overflow-y: hidden;
  }
  .nav-wraper {
    border-radius: 0px 0px 0 0;
    width: 100%;
    bottom: 0;
  }
  .custom-nav li + li {
    margin-left: 0px;
  }
  .corporate-objectives-area2 {
    padding: 0px 0 30px !important;
  }
  .about-home .ml-5,
  .mx-5 {
    margin-left: 0rem !important;
  }
  .about-home .about_inntxt {
    margin-left: 0px !important;
    padding: 0px;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 0rem !important;
  }
  .corporate-objectives-area2 .lrspace3 {
    padding-top: 20px !important;
  }
  /* .power-generation-box {
    height: auto !important;
  } */
  .home-customtab {
    flex-flow: column;
  }
  .banner_title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .region.region-breadcrumb {
    margin-bottom: 0px;
  }
  .breadcrum-area {
    margin-left: 20px;
  }
  a.logo-align {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .logo-sec-wraper::after {
    content: "";
    width: 100%;
    height: 55px;
    position: absolute;
    right: 0;
    bottom: 2px;
    background-color: #1d4382;
    z-index: -1;
  }
  .about-sec {
    padding-right: 0px !important;
  }
  .leftmenu-hori ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leftmenu-hori ul li {
    width: 100% !important;
  }
  .home-customtab a {
    font-size: 12px !important;
    padding: 10px 3px 10px 3px !important;
  }
  .navbar-collapse {
    top: 50px;
    background: #1d4382;
    width: 100%;
    position: absolute;
  }
  .nav-wraper .custom-nav li.menuparent::after {
    right: 16px;
    top: 12px;
  }
  .hydro-power-box1b ul li {
    display: block;
    padding: 10px;
  }
  .pagination-controls {
    display: inline-block;
  }
  .pagination-controls button {
    margin: 0 4px 4px 4px;
  }
  .mvDescWrap {
    padding: 0px;
  }
  .overflowDetails {
    padding-top: 36px;
    height: 250px;
  }
  .arrow-rot {
    display: none;
  }
  .logo-sec {
    padding: 0px;
  }
  .searchBoxpopup {
    width: 100% !important;
  }
  .search-link {
    flex-direction: row;
    background: #f3f3f3;
    position: absolute;
    z-index: 99;
    overflow-y: scroll;
    max-height: 250px;
    right: 0;
    top: 170px;
  }
  .lang-div {
    width: auto;
    opacity: 0;
    padding: 0px !important;
  }
  .searchBoxpopup input {
    font-size: 16px;
    border: 1px solid #f3f3f3;
    padding: 5px;
    width: 100% !important;
  }
  .innermapsection .map-sec #map {
    transform: scale(4);
    transform: scale(1.2);
    padding-top: 10px;
    right: -20% !important;
    top: -50px;
    position: initial;
  }
  .map-sec #map {
    top: 0 !important;
  }
  .carousel .carousel-caption .bann-txt {
    font-size: 1.125em;
    text-transform: none;
    margin-bottom: 9px;
  }
  .carousel-caption {
    left: 0;
    top: 5%;
  }
  .txtspace3 {
    margin-top: 26px;
  }
  .mission-box {
    display: none;
  }
  .corporate-objectives-area p {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .corporate-objectives-area2 .lrspace2 {
    padding-top: 0px !important;
  }
  .corporate-objectives-area2 .lrspace3 {
    padding-top: 0px !important;
  }
  .counter-area ul .frst-icon-li {
    right: 13px;
  }
  .chief-director .img-sec {
    width: 100%;
  }
  .sub-menu {
    position: relative;
    top: 0px;
    width: 100%;
  }
  .challengesbox .desc-sec p {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .csr-activities-area a.quick-btn {
    margin: 0px;
  }
  .challenges-sec a.quick-btn {
    margin-top: 21px;
    top: 6px;
  }
  .navbar-toggler .fa-bars::before {
    content: "\f0c9";
    font-size: 20px;
    color: #000;
  }
  .navbar-toggler .fa-times::before {
    font-size: 20px;
    color: #000;
  }
  .map-sec-home .map-sec #map {
    right: -39% !important;
    transform: scale(1.5);
  }
  .photo-gallery-area .nav-pills .nav-link {
    font-size: 15px;
  }
  .titlesec {
    margin-top: 10px;
  }
  .challengesbox .desc-sec h4 {
    font-size: 14px;
  }
  .lrspace,
  .lrspace2,
  .lrspace3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .overflowDetails::after {
    height: 250px;
  }
  .latest-news .desc-sec p {
    font-size: 12px;
    margin: 0;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .challengesbox {
    margin-bottom: 14px;
  }
  .footer-bottom-sec ul li {
    padding: 0 8px 0 0;
  }
  .chairmanpr {
    padding-left: 0px;
    padding-right: 0;
  }
  .challenges-sec {
    margin-top: 15px;
  }
  .director-section .card .dir_img {
    height: auto !important;
  }
  nav.navbar {
    padding: 10px 0px;
    height: auto;
  }
  .inner-container .title-sec h4 {
    padding-top: 20px;
  }
  .capacity-section {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .capacity-section li {
    width: 100% !important;
  }
  .green-r-box {
    display: none;
  }
  .hydro-section li .hydro-img {
    width: 23% !important;
  }
  .nav-wraper .custom-nav li a::after {
    height: 0px;
    width: 6px;
  }
  .nav-wraper .custom-nav li a:hover::after {
    width: 6px;
  }
  /* Table Responsive CSS Start  */
  .custom-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
  }
  .custom-table thead {
    display: none;
  }
  .custom-table tbody tr {
    display: block;
    margin-bottom: 0px;
  }
  .custom-table tr td,
  .custom-table tbody tr td {
    display: block;
    position: relative;
    padding-left: 50% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
    line-height: 20px !important;
    min-height: 21px;
    text-wrap: wrap !important;
    word-break: break-all;
    border: none;
  }
  .custom-table td::before {
    content: attr(data-key);
    position: absolute;
    left: 0;
    width: 45%;
    padding: 0 10px;
    font-weight: bold;
    text-align: left;
    text-wrap: pretty;
    word-break: auto-phrase;
  }
  .custom-table thead th:first-child,
  .custom-table tbody td:first-child {
    text-align: left;
    width: 100% !important;
  }
  .table-striped tr:nth-child(even),
  table tr:nth-child(even) td {
    background: #eceef2 !important;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
  }
  .custom-table tr td.newtable-full-td,
  .custom-table tbody tr td.newtable-full-td {
    padding-left: 0 !important;
    width: 100% !important;
  }
  .custom-table tr td.newtable-full-td h4,
  .custom-table tbody tr td.newtable-full-td h4 {
    color: #fff !important;
  }
  .custom-table tr td.blue-bg-inmob,
  .custom-table tbody tr td.blue-bg-inmob {
    background: #1976d2 !important;
  }
  .custom-table tr td.mob-no-display {
    display: none;
  }
  /* Table Responsive CSS End  */
  .quick-100 {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .custom-table1 th {
    background: #1d4382 !important;
    border: 0 !important;
  }
  .innerbanner-h {
    height: 150px;
  }
  .innerbanner-h img {
    height: 100%;
  }

  /* swachh vidyalaya css */
  .index-sva.counter-area ul li {
    width: 100% !important;
    height: auto;
    background: #1d4382;
  }
  .table-responsive .dt-layout-row {
    display: flex;
  }
}
@media screen and (max-width: 420px) and (min-width: 320px) {
  .pop-cont-area {
    display: block;
  }
}
@media screen and (max-width: 350px) and (min-width: 320px) {
  .map-sec-home .map-sec #map {
    transform: scale(1.2);
  }
} /* 
@media screen and (max-width: 767px) and (min-width: 440px) {
  .map-sec-home .map-sec #map {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 800px) and (min-width: 778px) {
  .map-sec-home .map-sec #map {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 999px) and (min-width: 801px) {
  .map-sec-home .map-sec #map {
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) and (min-width: 500px) {
  .map-sec {
    transform: scale(0.9);
  }
} */
@media screen and (max-width: 768px) and (min-width: 420px) {
  .carousel .carousel-caption .bann-txt {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 9px;
  }
  .carousel-caption {
    left: 0;
    top: 20%;
  }
  .home-customtab {
    flex-flow: row;
  }
  .home-customtab a {
    padding: 10px 8px 10px 8px !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .counter-area ul img.counter-icon {
    width: 32px;
  }
  .stat-number {
    font-size: 1em !important;
  }
  .nav-wraper .custom-nav li:hover > .sub-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0s;
  }
  .nav-wraper .custom-nav .sub-menu.show-submenu {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  .power-menu {
    display: block;
  }
  .nav-wraper .custom-nav li.menuparent:after {
    content: " " !important;
  }
  .nav-wraper .custom-nav li.menuparent a:after {
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 15px;
    left: auto;
  }
  .nav-wraper .custom-nav li.menuparent a.active:after {
    color: #fff;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 15px;
    left: auto;
    width: 100%;
    text-align: right;
  }
  .nav-wraper .custom-nav ul.sub-menu li.menuparent a:after {
    right: 13px;
    top: 10px;
  }
  .nav-wraper .custom-nav ul.sub-menu li.menuparent a:after {
    color: #000;
  }
  .nav-wraper .custom-nav li a.show-submenu + .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .nav-wraper .custom-nav li.menuparent a.show-submenu:after {
    content: "\f106";
  }
  .nav-wraper {
    display: flex;
    align-items: center;
    justify-content: end;
    background: #1d4382;
    border-radius: 20px 0px 0 0;
    padding: 0px 15px;
    position: relative;
    width: fit-content;
  }
  .power-menu {
    display: block;
  }
  /* Top Header Start  */
  .top-header ul li {
    padding: 0 8px;
  }
  .top-header li.login-btn a {
    padding: 11px 12px;
  }
  /* Menu Area CSS Start  */
  .nav-wraper .navbar-collapse {
    background: #fff;
    top: 51px;
    z-index: 9;
    background: #1d4382;
    width: 100%;
  }
  .custom-nav li {
    width: 100%;
  }
  .nav-wraper .custom-nav li a {
    width: 100%;
    text-align: left;
  }
  .nav-wraper .custom-nav li:last-child a {
    border-bottom: none;
  }
  .custom-nav {
    justify-content: start;
  }
  .logo-sec-wraper .main-menu-area .navbar-toggler {
    background: #fff;
    padding: 7px 8px;
    font-size: 16px;
  }
  .main-menu-area .nav-wraper {
    margin-right: 0px;
    bottom: 0;
  }
  #map_inner div svg text tspan {
    display: none;
  }

  .sm_label_11 {
    display: none;
  }
  .nav-wraper {
    border-radius: 0px 0px 0 0;
    width: 100%;
  }
  .custom-nav li + li {
    margin-left: 0px;
  }
  .foot-nav ul a {
    color: #fff;
    font-size: 10px;
  }
  a.logo-align {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    top: -6px;
  }
  .logo-sec-wraper::after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: #1d4382;
    z-index: -1;
  }
  .leftmenu-hori ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leftmenu-hori ul li {
    width: 18%;
  }
  .counter-area ul li:first-child .number {
    font-size: 28px;
  }
  .home-customtab a {
    font-size: 12px !important;
    padding: 10px 3px 10px 3px !important;
  }
  .navbar-collapse {
    top: 60px;
    background: #1d4382;
    width: 100%;
    position: absolute;
    padding: 10px;
  }
  .nav-wraper .custom-nav li.menuparent::after {
    right: 16px;
    top: 12px;
  }
  .counter-area ul .frst-icon-li {
    right: -8px;
    top: 0px;
  }
  .counter-area ul li .number {
    font-size: 20px;
  }
  .counter-area ul li .text {
    font-size: 10px;
  }
  .office-loc ul li a {
    word-wrap: anywhere !important;
  }
  .chief-director img {
    width: 100%;
  }
  .clear-btn {
    width: auto;
  }
  .hydro-power-box1b ul li {
    display: block;
    width: 50%;
    padding: 10px;
  }
  .hydro-power-box1b ul li article {
    width: 100%;
  }
  .hydro-power-box1b ul li aside {
    width: 100%;
  }
  .innermapsection .map-sec #map {
    transform: scale(4);
    transform: scale(1.2);
    padding-top: 10px;
    right: -60% !important;
    top: -50px;
  }
  .map-sec #map {
    top: 0 !important;
  }
  .counter-area ul li:nth-child(1)::before {
    transform: rotate(90deg);
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .counter-area ul li:nth-child(1)::after {
    border-right: none;
  }
  .chief-director .img-sec {
    width: 100%;
  }
  .director-section .card .dir_img {
    height: 250px !important;
  }
  .map-sec-home .map-sec #map {
    right: 14% !important;
  }
  .map-sec {
    transform: scale(0.5);
    right: -85% !important;
    position: absolute !important;
  }

  .map-sec-home .map-sec {
    transform: scale(0.5);
    right: 0% !important;
  }
  .challengesbox .desc-sec h4 {
    font-size: 14px;
  }
  .challengesbox .desc-sec p {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .challengesbox .desc-sec {
    bottom: -54px;
  }
  .nav-wraper .custom-nav li a::after {
    height: 0px;
    width: 6px;
  }
  .nav-wraper .custom-nav li a:hover::after {
    width: 6px;
  }
  .sub-menu {
    position: relative;
    top: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 1399px) {
  .home-customtab a {
    padding: 10px 10px 10px 10px !important;
    /* font-size: 0.6em !important; */
    font-size: 0.9375em !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .nav-wraper {
    bottom: 0;
  }
  a.logo-align {
    position: initial;
  }

  .brand-text span.gov-txt {
    font-size: 14px;
  }

  .brand-text .sub-sub-brand {
    font-size: 10px;
  }
  .office-loc ul li a {
    word-wrap: anywhere !important;
  }
  .nav-wraper .custom-nav li a {
    font-size: 11px;
  }
  .nav.navbar {
    padding: 12px 0px;
  }
  .nav-wraper .custom-nav li.menuparent::after {
    top: 8px;
  }
  .custom-nav li + li {
    margin-left: 14px;
  }
  .leftmenu-hori ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leftmenu-hori ul li {
    width: 18%;
  }
  .leftmenu-hori ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leftmenu-hori ul li {
    width: 18%;
  }

  .home-customtab a {
    /*font-size: 14px !important;*/
    padding: 10px 3px 10px 3px !important;
  }
  .counter-area ul li:first-child .number {
    font-size: 36px;
  }
  .counter-area ul .frst-icon-li {
    right: 10px;
    top: 0px;
  }
  .counter-area ul li:nth-child(1)::before {
    transform: rotate(90deg);
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .counter-area ul li:nth-child(1)::after {
    border-right: none;
  }
  .foot-nav ul a {
    font-size: 12px;
  }
  .director-section .card .dir_img img {
    height: 100%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 993px) {
  .nav-wraper .custom-nav li a {
    font-size: 0.675em !important;
  }
  .custom-nav li + li {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .foot-nav ul a {
    font-size: 10px;
  }
}

@media screen and (max-width: 1270px) and (min-width: 1201px) {
  .nav-wraper .custom-nav li a {
    font-size: 12px;
  }
  .foot-nav ul a {
    font-size: 13px;
  }
  .leftmenu-hori ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leftmenu-hori ul li {
    width: 18%;
  }
  .nav-wraper .custom-nav li a {
    font-size: 0.7em;
  }
  .nav-wraper .custom-nav li.menuparent::after {
    top: 10px;
  }
}
@media screen and (max-width: 1429px) and (min-width: 1271px) {
  /* .ecology-tab .title4 {
    font-size: 12px;
  } */
  .nav-wraper .custom-nav li a {
    font-size: 0.8em;
  }
  .foot-nav ul a {
    font-size: 13px;
  }
  .nav-wraper .custom-nav li.menuparent::after {
    top: 10px;
  }

  .ecology-tab .title4 {
    font-size: 18px !important;
  }
  .inner-customtab a {
    font-size: 8px !important;
    /* padding: 10px 30px 10px 10px !important; */
  }
}
@media only screen and (max-width: 1430px) {
  .logo-sec-wraper .container {
    max-width: 1500px !important;
  }

  .brand-text span.main-txt-logo {
    font-size: 1em;
  }
  .container,
  .container-fluid {
    max-width: 1300px !important;
  }
  .leftmenu-hori ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leftmenu-hori ul li {
    width: 18%;
  }
  .ecology-tab .title4 {
    font-size: 16px !important;
  }
  .inner-customtab a {
    font-size: 12px !important;
    padding: 10px 37px 10px 10px !important;
  }
}
.clear-search-btn {
  font-size: 1em;
  color: #ff0000 !important;
  padding: 5px 10px;
  border: 1px solid #ff0000 !important;
}
.clear-search-btn:hover {
  background: #ff0000 !important;
  color: #fff;
  border: 1px solid #ff0000 !important;
}
.important-links {
  font-size: 16px;
}
.important-links ul li ul {
  margin-top: 5px;
  font-size: 15px;
}
.important-links ul li ul li:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8125em;
  height: 100%;
  width: 15px;
  color: #04a559;
  font-weight: 900;
}
.inneraboutsection .inner-container {
  padding-top: 10px !important;
}
#map_inner svg:last-child tspan {
  display: none;
}

.contat-icon {
  color: #1d4382;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 3px 6px;
  margin-right: 10px;
  text-align: center;
  width: 25px;
  display: inline-block;
  height: 25px;
  font-size: 12px;
  float: left;
}
.error-message {
  color: red;
}
/*search section start here*/
.search-sec {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.search-sec li {
  margin-bottom: 14px;
  padding: 5px;
  color: #000;
  padding-left: 26px;
  border-bottom: 1px solid #c1c1c1;
}
.search-sec li a {
  color: #000;
  font-size: 15px;
}
.search-sec li a .search-title {
  font-size: 15px;
  color: #1d4382;
}
.search-sec li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: -25px;
  margin-right: 10px;
  position: absolute;
  color: #1d4382;
}
.search-sec li p {
  width: 50%;
}
.input-search {
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #acacac;
  padding: 4px 10px;
  width: 280px;
  outline: 0px;
  position: relative;
  top: -1px;
}
.search-page .quick-btn {
  margin-left: -26px !important;
  position: relative;
  top: -2px;
  background: #1d4382 !important;
  color: #fff !important;
}
.search-page .quick-btn:hover {
  margin-left: -26px !important;
  position: relative;
  top: -2px;
  background: #fff !important;
  color: #1d4382 !important;
}
/*search section end here*/
.highlight {
  background-color: yellow;
  font-weight: bold;
  color: #000;
}
.black-theme .navbar-collapse,
.black-theme .nav-wraper .navbar-collapse {
  background: #6b6b6b;
}
.tariff-div {
  display: flex;
}
.desc-sec.csr-gallery-desc {
  padding: 83px 12px 15px;
  font-size: 10px;
}
.custom-table1 th {
  background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
  border: 0 !important;
  color: #fff;
}
.integrity p {
  font-size: 1em;
}
.integrity ul li {
  font-size: 0.9375em;
}
.search-page2 .quick-btn {
  margin-left: 0px !important;
  position: relative;
  top: 15px;
  background: #1d4382 !important;
  color: #fff !important;
  margin-right: 5px;
}
.search-page2 .input-search {
  border-radius: 4px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.search-page2 .input-select {
  border-radius: 4px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 8px 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.search-page2 .form-inline label {
  margin-right: 8px;
}
.search-page2 .form-inline .form-control {
  display: inline-block;
  width: 84%;
  vertical-align: middle;
}
.archive-news .desc-sec {
  padding: 10px;
}
.archive-news .desc-sec a {
  font-size: 1em;
  color: #000;
  font-weight: 600;
}
.archive-news .desc-sec p {
  font-size: 0.875em;
  line-height: 1.4;
}
.black-theme .title2 {
  color: #fff;
}
.painting-sec {
  cursor: pointer;
}
.painting-sec .desc-sec {
  padding: 60px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  height: 30%;
}
.painting-sec .desc-sec p {
  color: #fff;
}
.photo-gallery-detail-page .card-sec .desc-sec {
  padding: 70px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  height: 45%;
}
.photo-gallery-detail-page .card-sec .desc-sec p {
  font-size: 14px !important;
}
.photo-gallery-area.video-card .card-sec .img-sec {
  height: auto;
}
.video-card .card-sec .desc-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 100%;
  background: #000;
}
.photo-gallery-area.video-card {
  padding: 0px 0 30px;
}
/* captcha */
.captcha-img-wrap {
  display: flex;
  align-items: center;
}
.captcha-img-section {
  margin-right: 15px;
}
.captcha-btns button {
  margin: 0 15px 0 0;
  border: 0px;
  background: none;
}
.captcha-btns button:focus-visible {
  outline: 2px solid #5070a5;
}

.captcha-btns button i {
  color: #007bff;
}
.captcha-btns button:hover i {
  color: #1d4382;
}

/* button[disabled] {
  opacity: 0.6;
} */

button[disabled] {
  opacity: 1;
  color: #000;
}
p.success-message {
  color: green;
}
.inner-video-tiitle {
  width: 100%;
  background: #f0ebeb;
  padding: 10px;
  padding-left: 10px;
  font-size: 20px;
  padding-left: 15px;
}
.inner-video-title2 {
  background: #f3f3f3;
  color: #000;
  padding: 10px;
}
.external-link-modal .modal-header {
  background: #1d4382;
  color: #fff;
}
.external-link-modal .modal-header .close {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 20;
}
.external-link-modal .modal-header .close:hover {
  background: none;
}
.external-link-modal .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.external-link-modal .modal-footer {
  border-top: 0px solid #e9ecef;
}

/* home model css */

.home-model img {
  width: 100%;
}

.home-model .modal-dialog {
  max-width: 50%;
  margin: 1.75rem auto;
}

.home-close-btn {
  display: flex;
  width: 100%;
  padding: 3px;
  justify-content: end;
}

.home-close-btn button {
  position: static;
  font-size: 18px;
  background: none;
  border: 0px;
}

.index-sva.counter-area ul li {
  width: 30%;
  height: 95px;
  background: #1d4382;
}
.index-sva.counter-area ul li .numbring-sec {
  margin-top: 5px;
}

.index-sva.counter-area ul li span {
  color: #fff;
}

/* table header css */

.table-responsive table.dataTable > thead > tr > th,
.table-responsive table.dataTable > thead > tr > td {
  border: 1px solid #fff !important;
}

#Survey-Team_wrapper .dt-layout-start > :nth-child(1),
#School-Detail_wrapper .dt-layout-start > :nth-child(1),
#Survey-Detail_wrapper .dt-layout-start > :nth-child(1) {
  display: none;
}

#Survey-Team_wrapper .dt-layout-end .dt-search > :nth-child(1),
#Survey-Team_wrapper .dt-layout-end .dt-search > :nth-child(2),
#School-Detail_wrapper .dt-layout-end .dt-search > :nth-child(1),
#School-Detail_wrapper .dt-layout-end .dt-search > :nth-child(2),
#Survey-Detail_wrapper .dt-layout-end .dt-search > :nth-child(1),
#Survey-Detail_wrapper .dt-layout-end .dt-search > :nth-child(2) {
  display: none;
}

/* accordian css rti page */

.rti-acc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #1976d2;
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.rti-acc h2 {
  font-size: 20px;
  font-weight: 600;
}

.toggle-btn {
  position: relative;
  font-size: 18px;
  color: transparent;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.toggle-btn::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 8px;
  transition: transform 0.3s ease-in-out;
}
.toggle-btn[aria-expanded="true"]::before {
  content: "\f068";
}
.toggle-btn:hover {
  text-decoration: none;
}

/* accordian css rti page */

/* archive section footer  */

.leftmenu-hori > ul li:hover a .icon-school,
.active .icon-school {
  background-position: -200px -1340px;
}
.icon-school {
  background-position: -0px -1340px;
}

.leftmenu-hori > ul li:hover a .icon-covid,
.active .icon-covid {
  background-position: -200px -1267px;
}
.icon-covid {
  background-position: -0px -1267px;
}

/* footer archive section  end */

/*legend map section start here*/
.legend-section2 {
  position: absolute;
  /* bottom: -40px; */
  margin-left: 20px;
  padding: 0px 12px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  z-index: 99;
  top: 20%;
}
.legenddiv2 {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0px;
}
.legenddiv2 li {
  font-size: 0.775em;
  color: #000;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 8px 4px 0px;
}
.legenddiv2 li span {
  padding: 0 10px 0 0;
  margin-right: 10px;
  border-right: 1px solid #dbd6d6;
  font-size: 10px;
  color: #a3a2a2;
  width: 35px;
  display: inline-block;
  text-align: center;
}
.legenddiv2 li span img {
  width: 26px !important;
  height: 16px !important;
}
.legend-title2 {
  font-size: 20px;
  color: #1d4382;
  margin: 10px 0 10px 0;
}

ul.map-ul li {
  position: relative;
  color: #000;
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
  background: #8f6a6a2e;
  font-weight: 500;
}

.tt_sm > div .tt_name_sm {
  width: 100%;
  position: relative;
  color: #1d4382;
  font-weight: 600;
}

/*22-4-2025 css start here*/
.login-btn button {
  border: 0px;
  background: #04a559;
  border-radius: 0px 0px 10px 10px;
  margin-right: 0px;
  width: 30px;
  height: 30px;
}
.login-btn button .fa-search {
  color: #fff;
  font-size: 0.75em;
}
.fa-times {
  color: #fff;
}

.gov-box {
  top: -50px;
  position: relative;
}
.gov-logo-area .gov-box .arrowGallery3 .left {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #04a559;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 20px;
  cursor: pointer;
}
.gov-logo-area .gov-box .arrowGallery3 .right {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #04a559;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 20px;
  cursor: pointer;
  top: 0px;
}
.gov-logo-area .gov-box .arrowGallery3 .left {
  margin-right: 8px;
}
.gov-logo-area .gov-box .arrowGallery3 .right {
  position: absolute;
  right: 0;
  margin-right: 8px;
}
.gov-logo-area .gov-box .arrowGallery3 .left:hover,
.gov-logo-area .gov-box .arrowGallery3 .right:hover {
  background: #1d4382;
}
.gov-logo-area .gov-box .arrowGallery3 .left i,
.gov-logo-area .gov-box .arrowGallery3 .right i {
  color: #04a559;
}
.gov-logo-area .gov-box .arrowGallery3 .left:hover i,
.gov-logo-area .gov-box .arrowGallery3 .right:hover i {
  color: #fff;
}

.feedback-inner .mandatory-field {
  color: red;
}
/*22-4-2025 css start here*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#language-select option {
  color: #000 !important;
  background: none;
}

.parent-menu {
  display: inline-block;
}

.sub-menu {
  display: none;
}

.sub-menu a {
  display: block;
}
.custom-nav ul li a:focus-visible,
.custom-nav ul li a:focus {
  outline: 2px solid #5070a5 !important;
}

.show-submenu + .sub-menu {
  display: block;
}

/* .menuparent:focus-within .sub-menu, */
.menuparent:hover .sub-menu {
  display: block;
}

/* Hide dropdowns on small screens */
@media (max-width: 992px) {
  .home-customtab a {
    padding: 10px 3px 10px 3px !important;
    font-size: 0.4em !important;
  }

  .sub-menu {
    display: none !important;
  }
}

.gallery-events .events-sec {
  padding: 0 !important;
}

.gallery-events .photo-gallery-area {
  padding: 0 0 30px;
}

.cursor-none {
  cursor: default;
}

.breadcrumb-item a:focus,
.breadcrumb-item a:active {
  outline: 1px solid #0056b3; /* Blue outline */
  outline-offset: 2px;
  border-radius: 3px;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #0056b3; /* Double border effect */
  transition: all 0.2s ease;
}

:focus-visible,
.form-select:focus,
.login-btn button:focus-visible,
.quick-btn:focus-visible,
.map-sec-home:focus-visible {
  outline: 2px solid #5070a5 !important;
}

.owl-nav {
  margin: 0;
  position: absolute;
  right: 15px;
  border: 1px solid #04a559;
  border-radius: 100px;
  line-height: 0;
  padding: 0px -2px;
  height: 32px;
  width: 76px;
  text-align: center;
  display: flex;
  justify-content: center;
  top: 32px;
}

.arrow {
  display: flex;
  margin: 0;
  position: absolute;
  border-radius: 100px;
  line-height: 0;
}

.arrowGallery .left:hover,
.arrowGallery .right:hover,
.arrow .left:hover,
.arrow .right:hover {
  text-align: center;
  color: #10479f;
}

.arrow .left,
.arrow .right {
  text-align: center;
  width: 22px;
  height: 30px;
  background: none;
  border: 0px;
  color: #038547;
}

.arrow .play-pause {
  text-align: center;
  height: 30px;
  background: none;
  border: 0px;
  color: #038547;
  font-size: 12px;
}

.btnPause2 {
  background: none;
  color: #04a559;
  border: 0;
  font-size: 12px;
}

.gov-logo-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.gov-logo-button:focus {
  border: 1px solid black;
}

/* a:focus {
  border: 1px solid black;
} */

.photo-gallery-area .owl-nav {
  position: relative;
  top: 0px;
  right: 0px;
}
.csr-activities-area .owl-nav {
  position: relative;
  top: 0px;
  right: 0px;
}

.gov-slider {
  display: flex;
  justify-content: center;
}

.gov-slider .owl-nav {
  position: relative;
  top: 0px;
  right: 0px;
}

.inn_list li a {
  color: #0606c7 !important;
}

/*05-05-2025 start css*/
.black-theme .arrowGallery .left:hover,
.black-theme .arrowGallery .right:hover,
.black-theme .arrow .left:hover,
.black-theme .arrow .right:hover,
.black-theme .arrowGallery .play-pause:hover {
  color: #fff;
}
.black-theme .owl-nav {
  border: 1px solid #f98412;
}
.black-theme .arrow .play-pause {
  color: #f98412;
}
.black-theme .brand-text span.gov-txt2 {
  /* color: #fff !important; */
  color: #f98412 !important;
}
/*05-05-2025 start css*/
/*06-05-2025 Start css*/
.black-theme .title-sec h1,
.black-theme .title-sec h2,
.black-theme .title-sec h3,
.black-theme .title-sec h4,
.black-theme .title-sec5 h2 {
  color: #fff;
}
.black-theme .brand-text span.main-txt-logo {
  color: #f98412 !important;
  /* color: #fff !important; */
}
.black-theme .inn_list li a,
.black-theme td a {
  color: #f98412 !important;
}
.banner_section .owl-nav {
  top: initial;
  bottom: 15px;
  right: 60px;
}
.banner_section .arrow .left,
.banner_section .arrow .right,
.banner_section .arrow .play-pause {
  color: #fff;
}
.banner_section .owl-nav {
  border: 1px solid #fff;
}
.black-theme #back_to_top {
  border: 1px solid #f98412;
}
.black-theme #back_to_top i {
  color: #f98412;
}
.card-sec .desc-sec .title-sec h2 a {
  color: #fff;
  text-transform: uppercase;
}

#map2_inner div svg tspan {
  display: none;
}

.csr-title.card-sec .desc-sec .title-sec h4 a {
  text-transform: capitalize;
}
/*06-05-2025 End css*/

.photo-loader.sec-loader {
  height: 120px;
}
.gallery-card {
  border-radius: 0px 25px 0px 25px;
  padding: 15px;
  min-height: 245px;
  margin-top: 20px;
  box-shadow: 0px 7px 14px 5px rgb(184 195 213);
}
.gallery-card .card-imgs {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.gallery-card .card-imgs img {
  width: 140px;
  height: 116px;
  object-fit: fill;
}
.gallery-card .card-buttons {
  width: 100%;
}
.gallery-card .card-buttons .quick-btn {
  width: 100%;
  text-align: center;
}
.gallery-card .crd-title .title-txt {
  color: #1d4382;
  font-family: "montserratsemibold";
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery-card:hover,
.gallery-card:focus {
  box-shadow: 0px 7px 20px 0px rgb(29 67 130 / 30%);
}
.home-gallery-item-wrap {
  padding: 8px;
}

.line-wrap-heading,
.line-wrap-paragraph {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-wrap-heading {
  -webkit-line-clamp: 1;
}

.line-wrap-paragraph {
  -webkit-line-clamp: 2;
}

img.captcha-img {
  width: 175px;
}

/* Line clamping utilities */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
}
.line-clamp-none {
  -webkit-line-clamp: unset;
}

.ecology-tab .title4 {
  font-size: 20px;
}

.rti-acc[aria-expanded="false"] {
  background-color: #007bff;
}

/* Default color when expanded */
.rti-acc[aria-expanded="true"] {
  background-color: #f44336; /* light gray or use white */
}

.map-heading h4 {
  font-size: 1.2rem;
  text-align: left;
  margin: 0 10px 25px 0;
  padding: 2px 20px;
  color: #000;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  color: rgb(51, 51, 51);
}

.custom-tooltip {
  text-align: center;
}

.custom-tooltip .tooltip-series {
  font-size: 15px;
  font-weight: 600;
}

.career-sec .custom-table td h3 {
  color: #000;
  padding: 5px;
  font-size: 0.9375em;
  font-weight: 600;
}

.black-theme .career-sec .custom-table td h3 {
  color: #fff;
}

/* property return */
.form-box {
  margin-bottom: 1rem; /* same as Bootstrap .mb-3 */
  margin-left: auto; /* same as .mx-auto */
  margin-right: auto;
  padding: 1rem 1.5rem; /* same as .py-3 .px-4 */
  border: 1px solid #6c757d40;
  border-radius: 0.375rem; /* same as .rounded */
  background-color: #fff; /* optional for card look */
}

.ticker-wraper {
  display: flex;
  align-items: center;
}
.ticker-wraper .ticker-p-p-btn {
  color: #038547;
  text-align: center;
  width: 22px;
  height: 30px;
  background: none;
  border: 0px;
  padding-left: 15px;
}

/* .ticker-wraper .ticker-p-p-btn i{
      border:1px solid #038547;
      padding:5px;
      border-radius:100px;
    } */

.black-theme .ticker-wraper .ticker-p-p-btn {
  color: #f98412;
}

/* ✅ New mute/unmute button style banner section */

.owl-nav.mute-unmute {
  right: 20px;
  width: 30px;
}

.arrow .mute-btn {
  text-align: center;
  height: 30px;
  width: 30px;
  background: none;
  border: 0px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.arrow .mute-btn:hover {
  color: #fff;
  transform: scale(1.1);
}

.menu-loading {
  width: "110px";
  height: "22px";
  display: "flex";
  align-items: "center";
}

.black-theme .gallery-card .crd-title .title-txt {
  color: #fff;
}

/* photo gallery detail page */

.photo-detail p {
  margin-top: 18px;
  color: #ffff;
}

.gallery-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines 13-11-2025 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* photo gallery detail page end 13-11-2025 */

.custom-table thead th.gate-cell {
  border-bottom: 1px solid #fff !important;
}

.custom-table thead tr th.gateCell {
  border: 1px solid #fff !important;
}

.span-gate {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #ccc;
}

.black-theme .custom-table thead th {
  border: 1px solid #fff !important;
}

.black-theme .custom-table tbody td {
  border: 1px solid !important;
}

.logo-sec-wraper .container {
  max-width: 1500px;
}

.banner_section video {
  pointer-events: none;
}

/* mission vision */

.corporate-objectives-area a {
  cursor: pointer;
  color: #fff !important;
}

.inn_list1 li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 8px;
  margin-top: 2px;
  font-size: 14px;
}
.inn_list1 li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8125em;
  height: 100%;
  width: 15px;
  color: #04a559;
  font-weight: 900;
}
