@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
:root {
  --size-80-rem: 5rem;
  --size-76-rem: 4.75rem;
  --size-70-rem: 4.375rem;
  --size-64-rem: 4rem;
  --size-58-rem: 3.625rem;
  --size-52-rem: 3.25rem;
  --size-48-rem: 3rem;
  --size-44-rem: 2.75rem;
  --size-40-rem: 2.5rem;
  --size-36-rem: 2.25rem;
  --size-32-rem: 2rem;
  --size-28-rem: 1.75rem;
  --size-24-rem: 1.5rem;
  --size-20-rem: 1.25rem;
  --size-18-rem: 1.125rem;
  --size-16-rem: 1rem;
  --size-14-rem: 0.875rem;
  --size-12-rem: 0.75rem;
  --size-10-rem: 0.625rem;
  --size-8-rem: 0.5rem;
}

.shimmer {
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: shimmer 1s infinite reverse;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.desk-h100-slider img {
  height: 100vh !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mobile-h100-slider img, .desk-h100-slider img {
    height: 100vh !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
[data-theme=default] {
  --white:#fff;
  --body:#212925;
  --primary:#2080b0;
  --secondary:#be0108 !important;
}

[data-theme=dark] {
  --white:#fff;
  --black:#000;
  --primary:#222222;
  --secondary:#000;
}

.theme-changer {
  background: var(--primary);
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 1.25rem 0rem;
  color: var(--white);
}

body {
  width: 100%;
  float: left;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: var(--body);
}

body ul > li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body img {
  max-width: 100%;
}

.main {
  width: 100%;
  float: left;
}

.container {
  padding: 0vw 3.2vw;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px) {
  .container {
    padding: 0vw 1.5em;
  }
}
.banner-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: -moz-max-content;
  height: max-content;
  text-align: left;
}

.banner-text strong {
  font-size: var(--size-40-px);
  color: var(--primary);
}

header {
  width: 100%;
  float: left;
  box-shadow: 0.0625rem 0.125rem 0.8125rem rgba(0, 0, 0, 0.1411764706);
  z-index: 1000;
  text-transform: capitalize;
}

.theme-accordian {
  text-transform: capitalize;
}

header .navbar-expand-lg {
  padding: 0rem;
}

header .sub-menu {
  padding: 0rem;
  position: absolute;
  top: 100%;
  left: 0%;
  background: var(--white);
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(204, 238, 204, 0.9333333333);
  box-shadow: -0.5rem 0.4375rem 0.8125rem rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
  min-width: 10rem;
  border-radius: 0.75rem;
  z-index: 100;
}

header .navbar-toggler {
  border: 0rem;
  outline: 0rem !important;
  padding: 0rem;
}

header .navbar-toggler:focus {
  outline: 0rem;
  box-shadow: none;
}

.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

header li .mega-menu {
  position: absolute;
  z-index: 100;
  background: #fff;
  width: 100%;
  left: 0;
  top: 97%;
  max-height: 80vh;
  border-radius: 0px 0px 12px 12px;
  border-bottom: 2px solid var(--primary);
  padding: 10px 16px;
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  min-width: 220px;
  left: 0px;
  right: auto;
}

header li .mega-menu ul li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

header li .mega-menu ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 6px;
}

header li .mega-menu ul li a {
  color: #000 !important;
  font-weight: 600;
  cursor: pointer;
}

header li .mega-menu ul li a:hover {
  color: var(--primary) !important;
}

header li:hover .mega-menu {
  transform: translateY(0px);
  opacity: 2;
  pointer-events: all;
}

header li a {
  color: var(--white) !important;
  padding: 0.625rem 1rem;
  float: left;
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
}

header .active > a {
  background: var(--secondary);
  color: #fff !important;
}

header li a svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

header li .active {
  color: var(--white) !important;
  opacity: 1;
}

header .menu-children-item:hover .sub-menu {
  opacity: 1;
  transform: translate(0rem, 0rem);
  pointer-events: all;
}

.header-fixed {
  position: fixed;
  background-color: var(--white);
  top: -6.5rem;
  transition: transform 0.5s;
  transform: translateY(6.5rem);
}

.collapse:not(.show) {
  display: block;
  background: var(--primary);
}

div#navbarSupportedContent .container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-page {
  padding: 60px 0px;
}

#sub-btn {
  border: 0px;
  background: transparent;
}

.navbar-nav {
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: 0px !important;
}

.logo img {
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 16px;
}

.header-fixed .logo img {
  height: 70px;
}

.controls button {
  background: transparent;
  border: 0px;
  padding: 5px 10px;
  color: #222222;
  border-radius: 0px;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #ddd;
}

.high-contrast-mode {
  background-color: black;
  color: white;
}

.black-and-white-mode {
  filter: grayscale(100%);
}

#online-services {
  background: #be0108 !important;
  padding: 8px 16px !important;
  color: #fff;
  border-radius: 4px;
}

#normalFont {
  border: 0px;
}

.dropdown-main {
  position: absolute;
  z-index: 100;
  right: 0px;
  background: #fff;
  top: 110%;
  max-height: 80vh;
  overflow-y: scroll;
  max-width: 22vw;
  padding: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3176470588);
  border-radius: 0px 0px 12px 12px;
  display: none;
  min-width: 280px;
  text-transform: capitalize;
}

.dropdown-main ul {
  margin: 10px 0px 16px 0px;
  float: left;
  padding: 0px;
  width: 100%;
}

.dropdown-main ul li a {
  color: #000 !important;
  padding: 8px 0px;
  font-size: 14px;
  border-bottom: 1px dashed #cecece;
  display: flex;
  width: 100%;
}

.dropdown-main ul li a:hover {
  color: var(--primary) !important;
}

.dropdown-main li:nth-last-of-type(1) a {
  border-bottom: 0px;
}

.dropdown-main strong {
  color: var(--primary);
  width: 100%;
  float: left;
  position: relative;
}

.dropdown-main strong::before {
  height: 100%;
  width: 4px;
  background: var(--primary);
  content: "";
  position: absolute;
  left: -20px;
}

.dropdown-main a::before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 8px;
}

.dropdown-main-show {
  display: block;
}

.controls {
  position: relative;
}

.e-sevices-sec {
  padding: 60px 0px;
}

.e-sevices-sec .col-lg-3 {
  margin-top: 30px;
}

.main-head h2 {
  text-align: left;
  font-size: 32px !important;
  color: var(--primary);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}

.main-head h2:after {
  width: 50%;
  height: 4px;
  background: var(--primary);
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
}

.header-fixed .topbar {
  display: none;
}

.search-flex {
  display: flex;
  align-items: center;
}

.search-flex i {
  width: 40px;
  height: 40px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

/*.e-services-card {
  background: rgba(133, 179, 201, 0.0784313725);
  padding: 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 8px 8px 7px rgba(121, 121, 121, 0.129);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  &:hover {
    background: var(--primary);
    box-shadow: none;
    h3 {
      color: #fff;
    }
    .icon {
      background: #fff;
      img {
        filter: grayscale(100) invert(100);
      }
    }
}
}

.e-services-card a {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 16px;
}
.e-services-card .icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  align-items: center;
}

.e-services-card .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.e-services-card p {
  color: #222222;
  margin-bottom: 0px !important;
}

.e-services-card h3 {
  font-size: 16px;
  margin: 0px;
  line-height: inherit;
  color: #000;
  text-align: left;
}*/
.e-services-card h3.marathi-text {
  font-size: 18px;
  font-weight: 600;
}

.e-services-card {
  /* background: rgba(133, 179, 201, 0.0784313725);
  padding: 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 8px 8px 7px rgba(121, 121, 121, 0.129);
  width: 100%; */
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1%;
  margin: 40px 0px 20px 0px;
}

.e-services-card li {
  background: rgba(133, 179, 201, 0.07843137);
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  /* display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start; */
  gap: 12px;
  font-weight: 600;
  box-shadow: 5px 5px 7px rgba(121, 121, 121, 0.129);
  /* border:1px solid var(--secondary); */
  margin: 0px 0px 16px 0px !important;
  transition: all 0.3s ease-in-out;
  width: 15.66%;
}

.e-services-card a {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 16px;
  color: var(--body);
}

/*.e-services-card li:hover {
  background: var(--primary);
  box-shadow: none;
}
.e-services-card:hover h3 {
  color: #fff;
}*/
.e-services-card a:hover .icon {
  background: var(--secondary);
}

/* .e-services-card:hover .icon img {
  filter: grayscale(100) invert(100);
} */
.e-services-card .icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  align-items: center;
}

.e-services-card .icon img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.e-services-card p {
  color: #222222;
  margin-bottom: 0px !important;
}

.e-services-card h3 {
  font-size: 14px;
  margin: 0px;
  line-height: inherit;
  color: var(--body);
  text-align: left;
}

.e-services-card h3.marathi-text {
  font-size: 18px;
  font-weight: 600;
}

.text-part h3 {
  font-size: 24px;
}

.text-part h3 span {
  font-weight: 100;
}

.text-part h4 {
  font-size: 14px;
  margin: 0px;
  opacity: 0.9;
  font-weight: 300;
}

.news-card {
  margin-bottom: 20px;
}

.news-inner-card {
  padding: 10px 10px 10px 16px;
  background: rgba(32, 128, 176, 0.0588235294);
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 1px solid rgba(32, 128, 176, 0.3411764706);
  border-radius: 8px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1294117647);
  padding: 12px 12px 12px 50px;
  display: flex;
  gap: 16px;
}

.news-inner-card a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #222222;
  text-decoration: underline;
}

.news-inner-card .img-part {
  width: -moz-fit-content;
  width: fit-content;
  flex: 0 0 auto;
  position: absolute;
  left: 16px;
}

.news-inner-card img {
  width: 20px;
}

.sticky-sec h2 {
  text-align: left !important;
  margin-bottom: 30px;
  font-size: 26px;
}

.sticky-sec .col-lg-9 {
  padding-left: 30px;
}

.head-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.view-all {
  background: var(--secondary) !important;
  border-radius: 6px;
  color: #fff !important;
  flex: 0 0 auto;
}

.collector-main {
  background: #bde9ff;
  padding: 6px;
  border-radius: 8px;
  width: 25%;
  flex: 0 0 auto;
}

.info-part {
  display: flex;
  gap: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
  padding: 20px;
  border-radius: 12px;
  border-left: 2px solid var(--primary);
}

.info-part .text-part::after {
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 100px;
  opacity: 0.1;
  color: #b1b1b1;
  line-height: 1;
}

.info-part .text-part {
  position: relative;
}

.collector-main img {
  border-radius: 10px 10px 0px 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.online-information ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.online-information li {
  padding: 10px 10px 10px 16px;
  background: rgba(32, 128, 176, 0.0588235294);
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 1px solid rgba(32, 128, 176, 0.3411764706);
  border-radius: 8px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1294117647);
  padding: 12px 12px 12px 50px;
}

.online-information li::before {
  font-size: 20px;
  color: var(--primary);
  content: "\f05a";
  position: absolute;
  left: 16px;
  border-radius: 50%;
  font-family: "FontAwesome";
  top: 10px;
}

.online-information a {
  font-weight: 500;
  color: var(--body);
  text-decoration: underline;
}

.online-information h2 {
  margin-bottom: 30px;
}

.download-apps-sec {
  background: url(../images/download-bg.jpg);
  padding: 60px 0px 0px 0px;
  margin: 0px 0px 120px 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.download-apps-sec::after {
  width: 100%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.8;
}

.download-apps-sec h2 {
  color: #fff !important;
  position: relative;
  z-index: 1;
}

.download-apps-sec h2:after {
  background: #fff;
}

.mobile-card {
  background: #fff;
  padding: 30px 20px 40px 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1294117647);
  position: relative;
  margin-bottom: 40px;
}

.mobile-card a {
  display: block;
  background: #0f5272;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.mobile-card img {
  width: 60px !important;
  height: 60px !important;
  margin: auto;
}

.mobile-app-flex .col-lg-2 {
  display: flex;
}

.mobile-app-flex {
  margin-bottom: -50px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.exlpore-photo-gallery {
  padding: 0px 0px 60px 0px;
}

.exlpore-photo-gallery h2 {
  margin-bottom: 40px;
}

.main-footer {
  background: var(--primary);
  padding: 60px 0px 0px 0px;
  color: #fff;
}

.main-footer .footer-card ul {
  padding: 0px;
  margin: 0px;
  width: 25%;
  float: left;
}

.main-footer .footer-card ul li {
  padding-right: 20px;
  position: relative;
  margin-bottom: 6px;
}

.main-footer .footer-card ul li::before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 6px;
}

.main-footer .footer-card ul li a {
  color: #fff;
  font-size: 14px;
}

.main-footer .footer-card ul li a:hover {
  color: #fff !important;
}

.main-footer .footer-card strong {
  font-size: 22px;
  display: block;
  margin-bottom: 16px;
}

.main-footer .col-lg-7 .footer-card ul {
  width: 33.33%;
  float: left;
}

.address-flex {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
}

.address-flex a {
  color: #fff;
  margin-bottom: 16px;
  display: block;
}

.social-flex {
  padding-left: 28px;
}

.social-flex span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.social-flex ul {
  display: flex;
  align-items: center;
}

.social-flex ul li {
  position: static !important;
  padding: 0px !important;
}

.social-flex ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px 0px 0px;
  border-radius: 50%;
  color: #000 !important;
}

.social-flex ul li a:hover {
  background: #666;
  color: #fff;
}

.social-flex ul li::before {
  display: none;
}

.copytight-sec {
  background: #0c6795;
  padding: 20px 0px;
  margin-top: 40px;
}

.copytight-sec .col-lg-4:nth-last-of-type(1) {
  text-align: right;
}

.copytight-sec .col-lg-4:nth-last-of-type(2) {
  text-align: center;
}

.copytight-sec p {
  margin: 0px;
  color: #fff;
  font-size: 14px;
}

.copytight-sec p span {
  color: #fff;
}

.scroll-top {
  background: #333;
  width: 40px;
  height: 40px;
  color: white;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(0px, -100px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.scroll-top-fixed {
  transform: translate(0px, 0px);
  opacity: 1;
}

.search-part {
  position: relative;
  height: 100%;
  display: flex;
}

.search-flex input {
  width: 95%;
  border: 0px;
  padding: 6px;
}

.search-btn {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

#searchModal .btn-close {
  position: absolute;
  opacity: 2;
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 0px;
}

#quick-links {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1%;
  margin: 40px 0px 20px 0px;
}

#quick-links li {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1294117647);
  position: relative;
  float: left;
  flex: 0 0 auto;
  margin: 0px 0px 16px 0px !important;
  transition: all 0.3s ease-in-out;
  width: 15.66%;
}

#quick-links li a {
  color: #212529;
}

#quick-links li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.breadcrumb-sec {
  background: #efefef;
  margin-bottom: 40px;
  padding: 16px 0px;
}

.breadcrumb-sec ol {
  margin: 0px;
}

.breadcrumb-sec ol .breadcrumb-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary) !important;
  font-weight: 600;
}

.breadcrumb-sec ol .breadcrumb-item a svg {
  width: 20px;
  height: 20px;
}

.pdf-sec {
  margin: 30px 0px;
}

.pdf-sec li {
  list-style: none;
}

.pdf-sec li {
  background: #ffffff;
  width: 100%;
  display: block;
  margin-bottom: 22px;
  padding: 16px 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3176470588);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pdf-sec li a {
  color: #000;
}

.pdf-sec li img {
  width: 30px;
  margin-right: 10px;
}

.btn-flex {
  flex: 0 0 auto;
  margin-left: 40px;
  display: flex;
  gap: 12px;
}

.btn-flex a {
  background: var(--primary);
  border-radius: 50px;
  padding: 4px;
}

.btn-flex a img {
  margin: 0px;
  filter: grayscale(100) invert(1);
  padding: 4px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--primary);
}

#v-pills-tab {
  background: var(--primary);
  border-radius: 0px;
}

#v-pills-tab button,
.theme-accordian a {
  text-align: left;
  color: #fff !important;
  border-radius: 0px;
  border-bottom: 1px solid #7eb7d4;
  padding: 12px 16px;
  display: block;
  background: var(--primary);
}
#v-pills-tab button:hover,
.theme-accordian a:hover {
  background: var(--secondary);
}

#v-pills-tab .nav-link.active {
  color: inherit;
  background: #efefef;
}

.downaload-sec {
  margin: 50px 0px 60px 0px;
}

.downaload-card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3176470588);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.downaload-card .icon {
  width: 80px;
  margin: 0px auto 20px auto;
}

.downaload-card a {
  color: #222;
}

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

.animated-icon1 span {
  background: #222222;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.animated-icon1.open {
  position: fixed;
  top: 0;
  z-index: 10000000000000000;
  right: 30px;
  top: 30px;
}

.pdf-sec li a {
  font-weight: 500;
  color: #222;
  display: flex;
  gap: 10px;
  align-items: center;
}

.pdf-sec ol {
  padding: 0px;
}

.theme-accordian ul {
  padding: 0px;
  margin: 0px;
}

.has-submenu ul {
  display: none;
}

.has-submenu.active > a {
  background: var(--secondary);
}

.has-submenu ul a {
  background: rgba(32, 128, 176, 0.7607843137);
  padding-left: 30px;
}

.has-submenu {
  position: relative;
}

.has-submenu::after {
  content: "\f107";
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  right: 10px;
  top: 10px;
  font-family: "FontAwesome";
  font-size: 18px;
  margin: auto;
}

.has-submenu.active::after {
  content: "\f106";
}

.news-sec-new {
  background: url("https://nmc.nullplex.co.in/assets/newDesign/images/nmc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0px;
  margin: 60px 0px 60px 0px;
  position: relative;
}

.news-sec-new::after {
  width: 100%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.8;
}

.news-sec-new .container {
  position: relative;
  z-index: 1;
}

.news-sec-new .head-flex {
  margin-bottom: 40px;
}

.news-sec-new .head-flex h2 {
  color: #fff;
}

.news-sec-new .head-flex h2:after {
  background: #fff;
}

.cta-flex {
  background: #efefef !important;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

ul.bullet_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  padding: 0px;
}

ul.bullet_list li {
  flex: 0 0 auto;
  width: calc(20% - 10px);
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  float: left;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1294117647);
  background: #0c6795;
  padding: 20px;
  text-align: center;
  display: flex;
  border-radius: 12px;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

ul.bullet_list li:hover {
  background: var(--primary);
  transform: scale(0.99);
}

ul.bullet_list li:hover img {
  background: #0c6795;
}

ul.bullet_list img {
  background: var(--primary);
  padding: 6px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

ul.bullet_list li a {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 180px; /* Fixed width for consistency */
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  min-width: auto;
  z-index: 1;
  right: 0;
}

.dropdown-menu li {
  padding: 6px 16px;
  font-size: 14px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.selected {
  background-color: #2080b0;
  color: white;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 14px;
  cursor: pointer;
  border-radius: 4px;
  background-color: var(--primary);
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: #2080b0;
  color: white;
  border: transparent;
}

.dropdown-toggle .fa {
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.fa-chevron-down {
  transition: transform 0.3s ease;
}

.dropdown.open .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdown-menu li {
  display: flex;
  align-items: center;
}

.dropdown-menu li .fa {
  margin-right: 10px;
}

.topbar {
  background: #f8f8f8;
  padding: 4px 0px;
  border-bottom: 1px solid #dddddd;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar .dropdown-toggle::after {
  display: none;
}

.topbar .social-flex {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.helpline:before {
  width: 1px;
  background: #ddd;
  position: absolute;
  left: -14px;
  content: "";
  height: 100%;
}

.helpline {
  position: relative;
}

.helpline a {
  color: var(--primary);
  font-weight: 600;
}

.topbar .dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.topbar .social-flex ul li a {
  padding: 0px;
  background: var(--primary);
  color: #fff !important;
}

.topbar .social-flex ul {
  margin: 0px;
  padding: 0px;
}

.topbar .social-flex ul li a {
  width: 26px;
  height: 26px;
  font-size: 12px;
}

.lang-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.navbar-nav li {
  position: relative;
}

li:has(.mega-menu-new) {
  position: static;
}

.mega-menu-new {
  width: calc(100% - 6.4vw) !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
}

li:has(.mega-menu-new) li {
  width: 25% !important;
  float: left;
}

.cta-flex .col-lg-12 {
  display: flex;
  align-items: center;
}

.cta-flex .col-lg-12 ul {
  margin: 0px;
}

.cta-flex .col-lg-12 ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.cta-flex .col-lg-12 ul a {
  text-decoration: underline;
  font-size: 18px !important;
}

.cta-flex .col-lg-12 ul h4 {
  font-size: 18px !important;
}

.cta-flex .icon {
  background: #0c6795;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px;
}

/*.cta-flex .marathi-text{
  font-size: 20px !important;
}*/
.accessibility-sec {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  top: -4px;
}

.theme-editor h2 {
  margin-bottom: 30px;
}

p.empty {
  display: none;
}

/*li:has(.pdf-link) {*/
/*    border-color: #dee2e6;*/
/*    border-style: solid;*/
/*    border-width: 1px;*/
/*    padding: 12px 12px 12px 40px;*/
/*    margin-bottom: 12px;*/
/*    list-style: none;*/
/*}*/
ol, ul {
  padding-left: 0px;
}

.pdf-link {
  position: relative;
  display: flex;
  display: block;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 1px;
  padding: 12px 12px 12px 40px;
  margin-bottom: 12px;
  list-style: none;
  text-decoration: underline;
}

.pdf-link::before {
  width: 30px;
  height: 20px;
  background: url(https://nmc.nullplex.co.in/assets/newDesign/images/PDF-icon.svg);
  content: "";
  position: absolute;
  left: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

li:has(.pdf-link) {
  list-style: none;
}

.feedback-form-sec {
  margin-bottom: 40px;
}

.feedback-form-sec .row {
  max-width: 80%;
  margin: auto;
  background: rgba(206, 206, 206, 0.8078431373);
  padding: 40px;
  border-radius: 20px;
}

.feedback-form-sec .card {
  padding: 30px;
  border-radius: 20px;
}

.feedback-form-sec h2 {
  margin-bottom: 40px;
}

.feedback-card strong {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}

.feedback-card {
  padding-top: 30px;
}

.feedback-card .address-flex,
.feedback-card .address-flex a,
.feedback-card .social-flex span {
  color: #222222;
}

.btn-submit {
  background: #be0108 !important;
  padding: 8px 16px !important;
  color: #fff;
  border-radius: 4px;
}

.marquee-container {
  height: 340px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 10px;
}

.marquee-content {
  display: flex;
  animation: scroll 20s linear infinite;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.theme-accordian .active > a {
  background: var(--secondary);
}

.info-part .text-part h3 {
  font-size: 22px;
  color: var(--primary);
  font-weight: 600;
}

.search-page h2 {
  margin-bottom: 30px;
}

.marathi-text {
  font-family: "Poppins", "Noto Sans Devanagari", sans-serif;
  font-size: 16px;
}

.seniority-sec {
  padding: 10px 0px 60px 0px;
}

.seniority-sec h3 {
  font-size: 22px;
  margin: 30px 0px;
  color: var(--secondary) !important;
}

.pdf-sec li a br {
  display: none;
}

#title {
  color: var(--primary) !important;
  font-weight: 600;
  margin: 20px 0px;
  background: transparent !important;
  padding: 0px !important;
}

.seniority-sec .nav span, .seniority-sec .nav p {
  background: var(--secondary) !important;
  margin: 0px;
}

.descr label {
  margin-bottom: 10px;
  font-size: 16px;
}
.descr select {
  padding: 12px 16px !important;
}

.seniority-sec .nav-link:empty {
  padding: 0px;
}

.download-slider {
  margin: 60px 0px -80px 0px;
}

.owl-nav {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -110px;
  width: 100%;
}

.owl-nav button {
  background: #be0108 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 20px !important;
}

.mobile-card p {
  color: #8d8d8d;
  margin-bottom: 0px !important;
  font-weight: 300;
  font-size: 14px;
  max-width: 80%;
  margin: 0px auto 0px auto;
}

.owl-stage {
  display: flex;
}

.download-slider .item {
  display: flex;
  height: 100%;
}

.quotation-sec {
  margin: 0px 0px 60px 0px;
}
.quotation-sec .bg-info {
  background-color: var(--secondary) !important;
}
.quotation-sec .list-group-numbered {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quotation-sec a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
}
.quotation-sec li {
  border: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
  gap: 0.5rem;
}
.quotation-sec .col-lg-7 li {
  width: 48% !important;
}
.quotation-sec .quotation-card {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
  padding: 30px;
  margin-top: 40px;
}
.quotation-sec .quotation-card h3 {
  margin-bottom: 20px;
  color: #333333;
  position: relative;
}
.quotation-sec .quotation-card h3:before {
  border-left: 4px solid var(--secondary);
  position: absolute;
  content: "";
  height: 130%;
  left: -30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.quotation-sec-new {
  margin-bottom: 60px;
}
.quotation-sec-new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0px 0px 0px;
}
.quotation-sec-new ul li {
  width: 32%;
}

.highlight {
  background: yellow;
}

.helpline .highlight {
  display: none;
}

.cta-flex ul li h4 .marathi-text {
  font-size: 20px;
}

.gallery-item {
  height: auto !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
} /*# sourceMappingURL=main.css.map */