/* ======================FONT FAMILY ==================*/

/* 

    font-family: 'Lato', sans-serif;

    font-family: 'Rajdhani', sans-serif;
     
    font-family: 'Saira', sans-serif;
    
*/

/*============================= COLOR CODE=================*/

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --primary-color: rgb(141, 137, 137);
  --secondary-color: #0000;
  --third-color: #f1f1f1;
  --forth-color: #f00;
  --basic-color: #02195c;
  --hover-color: #ececec;
}

/* =================COMMON SECTION STARTS==================== */

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: fff;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

/*==================COMMON SECTION ENDS====================== */
/* #popup {
  display: none;
  position: fixed;
  margin: 0 auto;
  top: 3%;
  left: 0%;
  transform: translate(0%, -3%);
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 20px 3px #000;
} */

#close {
  float: right;
  line-height: 12px;
  padding: 12px;
  background-color: #006;
  color: #fff;
  font-size: 22px;
  border: 2px solid #ddd;
  border: none;
}

.popup-button {
  position: relative;
}

#close a {
  text-decoration: none;
  color: #fff;
  border: none;
}

#close {
  position: absolute;
  bottom: -50px;
  left: 43%;
}

/* slider section start */
#popup {
  display: none;
  position: fixed;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  width: 60%;
}

/* #close {
  float: right;
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 5px;
  line-height: 12px;
  padding: 12px;
  background-color: #000066;
  color: #fff;
  font-size: 22px;
  border: 2px solid #ddd;
} */

/* =========Pop Up Ends========== */
.slider-main img {
  width: 100%;
}

/* slider section end */
/* ================about=========================== */

#about {
  margin: 10px auto;
}

.about-list ul li {
  list-style: square;
  font-size: 14px;
  margin-left: 15px;

}

.main-about {
  padding: 50px 0;
}

.title-about h2 {
  font-size: 37px;
  font-weight: 700;
  position: relative;
  margin-left: 20px;
}

.title-about h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -21px;
  width: 4px;
  height: 101px;
  background: red;
}

.about-btn a {
  background: #0b1e67;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
}

.about-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.abt-des {
  margin-top: 30px;
  margin-bottom: 35px;
}

.about-main-points i {
  color: var(--secondary-color);
  margin-left: 10px;
}

.about-main-points span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #757575;
}

.about-img img {
  width: 100%;
  height: 512px;
}

.about-btn {
  margin: 6px auto;
  text-align: left;
}

.abt-icon i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}

.abt-icon {
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

.abt-left-lower {
  margin: 35px auto;
}

.abt-icon.area {
  background: red;
}

.abt-icon.population {
  background: #029c00;
}

.abt-icon.vill {
  background: #0b1e67;
}

.abt-icon.ward {
  background: #ffc107;
}

.abt-icon.lit {
  background: #9f00c5;
}

.abt-icon.temp {
  background: #b3c100;
}

.abt-content.area {
  color: red;
}

.abt-content.population {
  color: #029c00;
}

.abt-content.vill {
  color: #0b1e67;
}

.abt-content.ward {
  color: #ffc107;
}

.abt-content.lit {
  color: #9f00c5;
}

.abt-content.temp {
  color: #b3c100;
}

.abt-content {
  text-align: center;
}

.abt-content p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.abt-content h4 {
  font-size: 17px;
  margin: 12px auto;
}

.abt-content.temp h4 {
  font-size: 15px;
  margin-left: 11px;
}

.about-main {
  position: relative;
}

.about-img-right {
  position: absolute;

  bottom: 0;
  right: 0;
}

.about-img-right h3 {
  padding: 16px 27px;
  width: 100%;
  background-color: red;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border: none;
}

.main-about .media {
  margin-bottom: 30px;
}



/* ================about=========================== */
/* FACILITIES SECTION START */
.facilities {
  background-color: #f3f3f3;
  padding-bottom: 30px;
  text-align: center;
}

.facilities-heading {
  text-align: center;
}

.facilities h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding-top: 25px;
  color: var(--basic-color);
  position: relative;
  display: inline-table;
}

.facilities h3::before {
  position: absolute;
  content: "";
  top: 25px;
  left: -14px;
  width: 4px;
  height: 32px;
  background: var(--forth-color);
}

.facilities .facilities-heading p {
  margin-bottom: 40px;
  text-align: center;
}

.facilities .abt-icon {
  border-radius: 50%;
  height: 65px;
  width: 65px;
  background-color: var(--forth-color);
  margin-left: -18px;
}

.facilities .facilities-details .m1 {
  background-color: var(--basic-color) !important;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  padding: 22px 40px;
  margin-bottom: 20px;
}

.facilities .facilities-details .m1 h5 {
  color: #fff;
}

.facilities .facilities-details .m1 p {
  color: #fff;
}

.facilities .facilities-details .media {
  background-color: #fff;
  border-radius: 25px;
  padding: 22px 40px;
  margin-bottom: 20px;
}

/* .facilities .facilities-details .media:hover {
  background-color: var(--basic-color);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.facilities .facilities-details :hover h5 {
  color: #fff;
}

.facilities .facilities-details :hover p {
  color: #fff;
} */

.facilities .abt-content p {
  font-size: 14px;
  font-weight: 400;
}

.facilities .abt-content {
  text-align: left;
  margin-left: 17px;
  color: var(--basic-color);
}

.facilities .abt-content h5 {
  font-size: 16px;
  font-weight: 700;
}

.facilities .slider-main img {
  height: 480px;
  border-radius: 35px;
  width: 100%;
}

/* FACILITIES SECTION END */
/* service section start */
.industry-serve-section {
  padding-top: 0px;
  background-image: url(../img/service/bg2.jpg);
  background-size: cover;
}

.heading h2::before {
  position: absolute;
  content: "";
  top: 32px;
  left: -14px;
  width: 4px;
  height: 32px;
  background: red;
}

.heading h2 {
  text-align: center;
  padding: 30px 0;
  font-size: 25px;
  font-weight: 700;
  color: var(--basic-color);
  margin-bottom: 0;
  position: relative;
  display: inline-table;
}

.industry-serve-section .heading {
  text-align: center;
}

.industry-serve-section .content {
  position: relative;
  padding: 50px;
}

.content h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  color: #0808a8;
  position: absolute;
  transform: translate(-50%, -50%);
  right: 20%;
}

.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #03a9f4;
}

.content h2:nth-child(2) {
  color: #03a9f4;
  animation: animates 3s ease-in-out infinite;
}

@keyframes animates {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

.industry-box-section {
  display: block;
  color: #000;
  position: relative;
  background: #fbfbfb;
  /* background-image: linear-gradient(315deg, #009ffd78 0, #2a2a72 90%); */
  padding: 35px 0px;
  border: 1px solid #dfdfdfa8;
  margin: 10px;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  color: #2b60ff;
  border-right: 3px solid #384387;
  border-bottom: 3px solid #384387;
}

.industry-box-section1 {
  background: #fbfbfb;
  padding: 35px 0px;
  margin: 10px;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  color: #2b60ff;
  border-right: 3px solid #384387;
  border-bottom: 3px solid #384387;
}

.industry-icon1 {
  font-size: 60px;
  display: block;
  -moz-transition: all ease 0.5s;
  margin-top: -25px;
  margin-bottom: 10px;
}

.industry-box-section1 button {
  padding: 5px 10px;
  margin-top: 4px;
  border: none;
  background-color: var(--basic-color);
  border-radius: 5px;
}

.industry-box-section1 button a {
  color: #fff;
  text-decoration: none;
}

.industry-box-section:hover {
  /* background-color: rgb(228, 228, 232); */
  background-image: linear-gradient(315deg, #009ffd78 0, #2a2a72 90%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 23%, 24% 0);
}

.about-inner-main .p1 .industry-box-section:hover {
  background-color: rgb(228, 228, 232);
  clip-path: none;

}

.about-inner-main .p1 h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.industry-box-section:hover p {
  opacity: 1;
  transform: translate(-50%, -90px);
  -webkit-transform: translate(-50%, -90px);
  -moz-transform: translate(-50%, -90px);
  -moz-transform: translate(-50%, -90px);
  color: #fff;
}

.industry-box-section p {
  font-size: 14px;
  min-height: 82px;
  width: 90%;
  transform: translate(-50%, 75px);
  -webkit-transform: translate(-50%, 75px);
  -moz-transform: translate(-50%, 75px);
  left: 50%;
  position: absolute;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.industry-box-section:hover .industry-icon {
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -120px);
}

.industry-box-section:hover h3 {
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  color: #fff;
}

.industry-icon i {
  background: -webkit-linear-gradient(var(--primary-color), #141414);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--primary-color);
}

.industry-icon {
  font-size: 60px;
  display: block;
  height: 45px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.industry-box-section h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 40px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  font-weight: 700;
  color: var(--basic-color);
}

.industry-box-section a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transform: translate(-50%, 100px);
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  left: 50%;
  position: absolute;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  color: #fff;
  font-weight: 500;
}

.industry-box-section:hover a {
  opacity: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  color: #fff;
  text-decoration: none;

}

/* service section end */
/* what happening in dnp start */
.event-section {
  text-align: center;
  margin-top: 50px;
}

.event-section h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--basic-color);
  position: relative;
  display: inline-table;
}

.event-section h2::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -14px;
  width: 4px;
  height: 32px;
  background: red;
}

.event-section h3 {
  font-size: 33px;
  font-weight: 900;
  color: var(--secondary-color);
}

.event-section .event-inner-main img {
  width: 100%;
  border: none;
  height: 250px;
}

/* .event-section .event-inner-main a h3 {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--basic-color);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 2rem;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transform: translateY(-100%);
} */
.event-section .event-inner-main a h3 {
  position: absolute;
  background: var(--basic-color);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
  visibility: visible;
  transform: translateX(0);
  top: 3px;
  width: 99%;
  left: 3px;
  padding: 16px;
  font-size: 18px;
  transition: .3s;
}

/* .event-section .event-inner-main:hover a h3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  top: 3px;
  width: 100%;
  left: 0px;
  padding: 16px;
  font-size: 18px;
  transition: .3s;
} */

.event-section .event-inner-main span {
  font-size: 15px;
}

.event-section .event-inner-main:hover span {
  font-size: 15px;
}

.event-section .event-inner-main a h3 i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  height: 1.9rem;
  z-index: 1;
  bottom: -22px;
}

.event-section .event-inner-main a h3 i::before {
  content: "\f03e";
  background-color: var(--basic-color);
  padding: 12px;
  border-radius: 28px;

}

.event-section .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.event-section .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

.event-section .event-inner-main {
  margin: 0;
}

.gallery-inner-main img {
  height: 200px;
}

/* what happening in dnp end */

/* Ward Counselor section start */
.ward-counselor-section {
  text-align: center;
  margin-top: 30px;
}

.ward-counselor-section h3 {
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
  color: var(--basic-color);
  position: relative;
  display: inline-table;
  margin-bottom: 20px;
}

.ward-counselor-section h3::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -14px;
  width: 4px;
  height: 32px;
  background: red;
}

.ward-counselor-section h4 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.ward-counselor-section h5 {
  font-size: 16px;
  margin-top: 0px;
  font-weight: 700;
  color: #fff;
  background-color: #484848;
  margin-bottom: 0;
  padding: 4px;
}

.ward-counselor-section h6 {
  background-color: #364554a6;
  padding: 5px;
  margin-bottom: 0;
  color: #fff;
}

.ward-counselor-section .team-heading2 p {
  font-size: 11px;
  color: var(--secondary-color);
  font-weight: 700;
  text-decoration: underline;
}

.ward-counselor-section .owl-nav .owl-prev {
  position: absolute;
  top: 140px;
  left: -30px;
}

.ward-counselor-section .owl-nav .owl-next {
  position: absolute;
  top: 140px;
  right: -30px;
}

.ward-counselor-section .owl-nav .owl-prev i {
  background-color: #333;
  width: 20px;
  border-radius: 16px;
  height: 20px;
  line-height: 18px;
  color: #fff;
}

.ward-counselor-section .owl-nav .owl-next i {
  background-color: #333;
  width: 20px;
  border-radius: 16px;
  height: 20px;
  line-height: 18px;
  color: #fff;
}

.ward-counselor-section .owl-theme .owl-dots .owl-dot {
  display: none;
}

.ward-details button {
  padding: 5px 5px;
  border: navajowhite;
  background-color: #0b1e67;
  width: 100%;
}

.ward-details button a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.ward-number {
  background-color: #f00;
  padding: 8px 0;
  width: 159%;
}

.ward-counselor-section .item {
  margin-bottom: 35px;
}

.ward-counselor-section .team-img img {
  width: 100%;
  height: 250px;
}

/* Ward Counselor section start */
/* banner section start */
.banner-section {
  margin-top: 35px;
}

.banner-section .owl-nav .owl-prev {
  position: absolute;
  top: 40px;
  left: 10px;
}

.banner-section .owl-nav .owl-next {
  position: absolute;
  top: 40px;
  right: 10px;
}

.banner-section .owl-nav .owl-prev i {
  background-color: #333;
  width: 20px;
  border-radius: 16px;
  height: 20px;
  line-height: 18px;
  color: #fff;
}

.banner-section .owl-nav .owl-next i {
  background-color: #333;
  width: 20px;
  border-radius: 16px;
  height: 20px;
  line-height: 18px;
  color: #fff;
}

.banner-section .owl-theme .owl-dots .owl-dot {

  display: none;
}

.banner-section .item {
  border: 1px solid #333;
  margin-right: -31px;
}

.banner-section .item img {
  height: 100px;
}

/* banner section end */

/* =========================footer========================== */
/* footer section start */
.footer-main {
  background-color: #02195c;
  padding: 30px 0;
  padding-bottom: 0;
}

.footer-main h3 {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}

.footer-main h3 i {
  color: orange;
}

.footer-main .media-body p {
  color: #fff;
  text-align: left;
  margin-left: 20px;
}

.footer-main p {
  color: #fff;
}

.footer-main .media-body {
  color: #fff;
}

.footer-main .media i {
  color: #fff !important;
}

.footer-main .media-body h5 {
  font-size: 15px;
  padding-left: 15px;
  color: #fff;
}

.footer-main .footer-section ul li {
  list-style: none;
  color: #fff;
  line-height: 33px;
}

.footer-main .footer-section .public-utility ul li {
  list-style: none;
  color: #fff;
  line-height: 33px;
  background-color: #fff;
  margin-bottom: 10px;
  text-align: left !important;
  padding: 0;
}

.footer-main .footer-section .public-utility ul li a {
  color: var(--basic-color);
  text-decoration: none;
  background-color: transparent;
  font-size: 13px;
  padding-left: 6px;
  font-weight: 600;
  margin-left: 0 !important;
}

.footer-main .footer-link ul {
  margin-left: 0px;
}

.footer-main .footer-link a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-left: 45px;
}

.footer-main .quick-link a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-left: 0 !important;
}

.footer-main .footer-link a:hover {
  color: orange;
}

.footer-main .footer-link {
  line-height: 2;
}

.footer-main .footer-social ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  background-color: #646d9d;
  width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 13px;
}

.footer-section img {
  margin-bottom: 21px;
  margin-top: 7px;

}

.footer-section h3 {
  margin-bottom: 20px;
  text-decoration: underline;
}

.footer-section .footer-inner h5 {
  color: #fff;
  font-size: 17px;
}

.footer-section h2 {
  margin-bottom: 20px;
  margin-left: 42px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-section h4 {
  margin-bottom: 40px;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-social {
  margin-top: 16px;
}

/* footer section end */
/* last section start */
.last-section p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.last-section p a {
  color: #fff;
}

.last-section {
  padding: 10px 0;
  margin-bottom: 0px;
  background-color: #253275b5;
}

/* last section end */

/* =======================footer ends============================= */
/* about inner section start */
.about-inner img {
  height: 130px;
  width: 100%;
}

.about-inner-home ul li {
  display: inline-block;
}

.about-inner-home ul {
  margin-top: 20px;
  margin-left: 31px;
}

.about-inner-home ul li a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-weight: 400;
  margin-right: 3px;
}

.about-inner-home span {
  margin-left: 6px;
}

.about-inner-main .content-heading h3 {
  text-align: center;
}

/* .about-inner-main h4 {
  color: #4264c6;
  font-size: 18px;
  font-weight: 700;
} */

.about-inner-main ul li {

  margin-left: 16px;
  color: #333;
}

.organization .content-heading {
  text-align: center;
}

.about-inner-main {
  margin-bottom: 35px;
}

.about-inner-main .au ul li {
  list-style: square;
}

.about-inner-main .AS ul li {
  list-style: square;
}

.about-inner-main .std ul li {
  list-style: square;
}

.about-inner-main .tl ul li {
  list-style: square;
}

.about-inner-main .lc ul li {
  list-style: square;
}

.about-inner-main .gl ul li {
  list-style: square;
}

.about-inner-main .pm ul li {
  list-style: square;
}

.about-inner-main .ic ul li {
  list-style: square;
}

.about-inner-main .sw ul li {
  list-style: square;
}

.about-inner-main .dt ul li {
  list-style: square;
}

.about-inner-main .pt ul li {
  list-style: square;
}

/* about inner section end */
/* contact directory section start */
.contact-directory-main {
  background-color: var(--basic-color);
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.about-inner-main h3 {
  margin-bottom: 30px;
  color: var(--basic-color);
}

.contact-directory-main h4 {
  font-size: 22px;
  margin-top: 6px;
  color: #fff;
}

.contact-directory-main h5 {
  margin-top: 0px;
  margin-left: -28px;
  background-color: #fff;
  color: var(--basic-color);
  padding: 7px;
  width: 62%;
}

.contact-directory .form-control {
  border-radius: 0;
}

.contact-details h2 {
  font-size: 19px;
  background-color: var(--basic-color);
  padding: 7px;
  margin-bottom: 0;
  color: #fff;
}

.contact-details {
  margin-bottom: 45px;
}

/* contact directory section end */
/* staff login section start */
.staff-login-form form {
  padding: 36px 65px;
  /* background-color: #70809047; */
  box-shadow: 9px 4px 9px 0 #88888857;

}

.staff-login-form .form-control {
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 0;
}

.staff-login-form h3 {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 29px;
  text-decoration: underline;
  color: var(--basic-color);
}

.staff-login-form {
  margin-bottom: 35px;
}

.staff-login-form img {
  max-width: 100%;
  height: 617px;
  border-radius: 40px;
}

/* staff login section end */
/* ====side links==== */
.con .side-menu-links {
  position: sticky;
  top: 114px;
  margin-top: -5px;
}

.side-menu-links {
  position: sticky;
  top: 114px;
  margin-top: 68px;
}

.side-sub-menu {
  padding-left: 0;
}

.side-sub-menu li {
  background: var(--basic-color);
  margin: 5px auto;
  color: #fff;
  padding: 10px 15px;
}

/* .side-sub-menu li:hover {
  background: var(--primary-color);
} */

.side-sub-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.side-sub-menu .content li {
  color: #fff;
  list-style: disc;
}

.side-sub-menu li button {
  color: #fff;
  margin-left: -62px;
  box-shadow: none !important;
  border: none !important;
}

.side-sub-menu li button:hover {
  color: #fff;
  margin-left: -62px;
  box-shadow: none !important;
  border: none !important;
}

.service .side-sub-menu li button {
  color: #fff;
  margin-left: -47px;
  box-shadow: none !important;
  border: none !important;
}

.service .side-sub-menu li button:hover {
  color: #fff;
  margin-left: -47px;
  box-shadow: none !important;
  border: none !important;
}

.dnp .side-sub-menu li button {
  color: #fff;
  margin-left: -23px;
  box-shadow: none !important;
  border: none !important;
}

.dnp .side-sub-menu li button:hover {
  color: #fff;
  margin-left: -23px;
  box-shadow: none !important;
  border: none !important;
}

.dnp .side-sub-menu .dnp2 {
  color: #fff;
  margin-left: -32px;
  box-shadow: none !important;
  border: none !important;
}

.dnp .side-sub-menu .dnp2:hover {
  color: #fff;
  margin-left: -32px;
  box-shadow: none !important;
  border: none !important;
}

.gad .side-sub-menu li button {
  color: #fff;
  margin-left: -15px;
  box-shadow: none !important;
  border: none !important;
  font-size: 15px;
}

.gad .side-sub-menu li button:hover {
  color: #fff;
  margin-left: -15px;
  box-shadow: none !important;
  border: none !important;
}

.sub-des li {
  list-style: initial;
}

/* ====hotlinks ends==== */
/* news section start */
.news-section h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: var(--basic-color);
}

.news-section h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: auto;
  width: 4px;
  height: 32px;
  background: red;
  margin-left: -10px;
}

.news-section .left-section-notice {
  border: 1px solid #ddd;
  box-shadow: 9px 4px 9px 0 #88888857;
  text-align: center;
  padding: 8px;
}

.news-section img {
  height: 207px;
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  box-shadow: 9px 4px 9px 0 #88888857;
  border-radius: 6px;
}

.notice-heading h4 {
  background-color: var(--basic-color);
  color: #fff;
}

/* news section end */
/* feedback page start */
.feedback-page-section {
  padding: 40px 0;
}

.feedback-page-section .feedback-detail h3 {
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}

.feedback-page-section .feedback-form {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 1px 1px 8px #aaa;
}

.feedback-page-section h3 {
  text-align: center;
  margin-top: -30px;
}

.feedback-page-section p {
  text-align: center;
  margin-bottom: 40px;
}

.feedback-page-section .feedback-form h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  padding: 20px 0;
  text-align: center;
}

.feedback-page-section .feedback-form h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: #403838;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 85px;
}

.feedback-page-section .feedback-form h3::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 40px;
  background-color: #f4a024;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 84px;
}

.feedback-page-section .feedback-form label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.feedback-page-section .feedback-detail img {
  height: 616px;
}

.feedback-form .form-button {
  text-align: center;
}

.feedback-form .form-button button {
  background-color: var(--primary-color);
  border: none;
  padding: 6px 22px;
}

.feedback-form .form-button button:hover {
  background-color: var(--secondary-color);
  transition: 0.4s;
}

.feedback-form .form-button button a {
  color: #fff;
  text-decoration: none;
}

/* feedback page end */
/* vision of city page start */
.public-utility li {
  background-color: var(--basic-color);
  margin-bottom: 6px;
  padding: 5px;
}

.public-utility li a {
  color: #fff;
  margin-left: 30px;
  text-decoration: none;
}

/* vision of city page end */
/* executive officer page start */
.dnp-officers {
  box-shadow: 9px 4px 9px 0 #88888857;
}


.img-square-wrapper {
  padding: 12px;
}

.dnp-officers h4 {
  color: var(--basic-color);
}

.img-square-wrapper img {
  height: 250px;
  width: 100%;
  box-shadow: 9px 4px 9px 0 #88888857;
}



/* executive officer page end */
