@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


:root {
  --font-size: .93em;
  --letter-spacing: 0px;
  --line-height: 1.5;
}
span.hide {
    display: none;
}
/*==========accessibility Css============*/
#slideRightPopup {
  max-width: 320px;
}
.accessibilitybtn {
  position: fixed;
  z-index: 1002;
  display: flex;
  padding: 10px;
  background-color: #ffa500;
  border-radius: 5px 0px 0px 5px;
  top: 250px;
  border: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  right: -160px;
  transition-duration: .3s;
}
.accessibilitybtn span {
  font-weight: bold;
  padding: 7px 7px;
  transition-duration: .3s;
  display: inline-block;
}
.accessibilitybtn:hover {
  right: 0px;
  background-color: #ffbf00;
}
.accessibilitybtn img {
  height: 40px;
}
.accessibilitypopup {
  width: 250px;
}
.accessibilitypopup .offcanvas-header {
  background-color: #ffa500;
  padding: 8px 15px;
}
.accessibilitypopup .offcanvas-header h5 {
  color: #fff;
}
.accessibilitypopup .offcanvas-header button {
  background-color: rgba(255, 255, 255, 0.18);
  filter: invert(1);
}
.accessibilitypopup .offcanvas-body {
  background-color: #eee;
}
.accessibility-tools {
  display: flex;
  flex-wrap: wrap;
}
.accessibility-tools > div {
  box-sizing: border-box;
  padding: 1px;
  width: 50%;
}
.accessibility-tools > div button {
  display: block;
  border: 0px;
  font-weight: 400;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  min-height: 80px;
  line-height: 1.5;
  transition-duration: .3s;
  font-size: 12px;
}
.accessibility-tools > div button:hover {
  background-color: #f5f9ff;
  color: #0740aa;
}
.accessibility-tools > div button > span {
  display: block;
}
.accessibility-tools > div button > span img {
  height: 25px;
  transition-duration: .3s;
}
.accessibility-tools > div button:hover img {
  /*filter: brightness(0) invert(1);*/
}
.hide-images img {
  display: none !important;
}
.grayscale-images img {
  filter: grayscale(100%) !important;
}
.underline-links a {
  text-decoration: underline !important;
}
/*==========accessibility Css End============*/
body{
	  font-family: "Bai Jamjuree", sans-serif;
		font-size: var(--font-size);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
}
.topblock {
    width: 100%;
    background: #ffffff;
}
.topnavbox {
    background: #ffc107;
    margin: 0 auto;
    padding: 16px 65px !important;
    border-radius: 32px 32px 0 0;
}
/*
.topblock {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #000;
    background: linear-gradient(180deg, rgb(0 0 0 / 71%) 0%, rgba(237, 221, 83, 0) 100%);
}*/
.india-logo img {
/*    margin-left: 103px; margin-right: 8px;*/
    width: 74px;
   
}
.socialbox a {
    color: #fff;
    padding: 0 7px;
}
.socialbox a i.fa {
    font-size: 1.3em;
}
nav.navbar.navbar-expand-lg.shadow-sm.section-header-wrapper {
    padding: 0 15px;
}
.contact_info a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}
.section-header-wrapper {
    padding: 6px 0;
    position: relative;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.container-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
    width: 100%;
    padding: 0 26px;
}
.section-header-wrapper .container.container-header {
    border-radius: 100px;
    background: #fff;
    padding: 0 65px;
}
    /* Top Bar */
 .top-bar {
    color: #fff;
    font-size: 14px;
    padding: 8px 38px;
    background: #201f1f;
    border-radius: 0 0 50px 50px;
}
.innner-bg {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 1px 1px 6px #00000017;
    border-radius: 20px;
    font-size: 1.05em;
    text-align: justify;
	color: #000;
}
.aboutigm img {
    border-radius: 49px;
    width: 100%;
	position: relative;
	z-index: 999;
}
    /* Navbar */
 .innner-bg .categories-grid li {
    margin-right: 0;
} 
.innner-bg .categories-grid li .cat-card {
    padding: 15px;
}

.aboutigm {
    position: relative;
}
.aboutigm:before {
    content: "";
    background: #ffc107;
    width: 150px;
    display: inline-block;
    position: absolute;
    right: -7px;
    height: 154px;
    border-radius: 5px 50px 5px 0;
    z-index: 0;
    top: -7px;
}
.aboutigm:after {
    content: "";
    background: #ffc107;
    width: 150px;
    display: inline-block;
    position: absolute;
    left: -7px;
    height: 154px;
    border-radius: 7px 0px 7px 50px;
    z-index: 0;
    bottom: -7px;
}
.uploho-logo img.upgov-logo {
    width: 117px;
}
.ncahplogo img {
    width: 117px;
}
.nav-link {
    font-weight: 600;
    color: #000000 !important;
    font-size: 1.11em;
}
li.nav-item {
    padding-left: 14px;
}
.navbar-expand-lg .navbar-nav li.nav-item a {
    border-right: 1px solid #152044;
    padding: 0;
	padding-right: 14px;
}
    .nav-link:hover {
      color: #000 !important;
    }

    /* Hero Slider */
    .hero {
      position: relative;
      height: 684px;
      overflow: hidden;
    }

    .carousel-item img {
      height: 684px;
      object-fit: cover;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
 /*     background: rgba(0,0,0,0.35);*/
      z-index: 1;
    }

    .hero-content {
      position: absolute;
      bottom: 0%;
      transform: translateY(-50%);
      z-index: 2;
    }

.hero-box {
    background: #f36c21e3;
    color: #fff;
    padding: 7px 40px;
    border-radius: 100px;
    width: 93%;
    position: relative;
}
.hero-box:before {
    content: "";
    width: 101%;
    padding: 25px 40px;
    border-radius: 100px;
    border: 2px solid #fff;
    position: absolute;
    top: -5px;
    bottom: -6px;
    left: -5px;
}

   .hero-box h1 {
    font-size: 2.9em;
    font-weight: 700;
    margin: 0;
}

    /* Play Button */
    #toggleBtn {
      bottom: 20px;
      right: 20px;
      z-index: 5;
    }

/*_+=============welcome--------------*/
/* Animated Background */
.animated-bg {
    position: relative;
    background: url(../images/welcome_pattern.png) no-repeat top left;
    background-size: 495px;
    background-repeat: no-repeat;
}

/* Overlay (optional for readability) */
.animated-bg::before {
	content: "";
	position: absolute;
	inset: 0;
/*	background: rgba(255, 255, 255, 0.6);*/
	z-index: 0;
}

/* Content above overlay */
.animated-bg .container {
	position: relative;
	z-index: 2;
}

/* Animation */
@keyframes moveBg {
	0% {
		background-position: left;
	}

	50% {
		background-position: calc(50% + 550px) center;
	}

	100% {
		background-position: calc(50% - 550px) center;
	}
}

.animated-bg {
	animation: moveBg 8s ease-in-out infinite alternate;
}
.welcomebox {
    background: url(../images/welcome_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	    padding-bottom: 206px !important;
}
.orange-box {
	background: #f36c21;
	border: 1px dashed #fff;
}
.blue-box {
	background: #1f6fb2;
	border: 1px dashed #fff;
} 
/* Leader Image */ 
.leader-img { 
	width: 120px;
	height: 120px; 
	object-fit: cover;
	border-radius: 50%; 
	border: 2px solid #fff; }

.cm img.leader-img.mb-3 {
    width: 160px;
    height: 160px;
}
.dpt img.leader-img.mb-3 {
    width: 140px;
    height: 140px;
    margin-bottom: 29px !important;
}
.dptminster img.leader-img.mb-3 {
    width: 130px;
    height: 130px;
    margin: 12px 0 34px 0 !important;
}
.adc img.leader-img.mb-3 {
    width: 125px;
    height: 125px;
    margin: 12px 0 34px 0 !important;
}
.col-lg-5 .leader-img {
    margin: 26px 0 27px 0 !important;
}
.welcomebox h5.fw-bold {
    font-size: 1.58em;
    font-weight: 600 !important;
}
.welcomebox p.small.mb-0 {
    font-size: 1.1em;
}
.dpt {
    margin-top: 7px;
}


.vticker {
      height: 471px !important;
      overflow: hidden;
      position: relative;
	border: 1px solid #eee9e9;
    }

    .vticker ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      width: 100%;
    }

    .vticker li {
      padding: 10px 10px 10px 42px;
      border-bottom: 1px dashed #184f6b;
      background: #fff;
		position: relative;
    }

    #tender li {
      padding: 10px 10px 10px 42px;
      border-bottom: 1px dashed #184f6b;
      background: #fff;
		position: relative;
    }
.vticker ul li a {
	display: block;
	color: #050606;
	font-weight: 600;
	text-decoration: none;
	padding-top: 0px;
}
#tender ul li a {
	display: block;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	padding-top: 0px;
	font-size: 1.21em;
}
.vticker .dsize {
	font-size: 1.0em;
	margin-top: 5px;
	color: #000 !important;
	float: left;
}
.news-item em.fa.fa-file-pdf-o {
    float: left;
    margin-top: 3px;
}
#tender .dsize {
    font-size: 1.0em;
    color: #000 !important;
    margin: 0 0px 0 6px;
}
.vticker ul li .ndate {
    font-size: 1.0em;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    margin-left: 5px;
    display: inline-block;
}
.news-leader-tender h4 {
    background: #ec7028;
    padding: 12px 5px 12px 9px;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 1.48em;
}
    .foot {
      display: flex;
      justify-content: space-between;
      padding: 5px;
		background: #e4aa5d;
    }
.tenderfooter {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background: #0070c2 !important;
    border-radius: 0 0 15px 15px;
}
.tenderfooter a.btn-outline.btn-outline-success {
    font-size: 1.2em;
    text-transform: uppercase;
}
.vticker ul li::before {
    content: "#";
    position: absolute;
    left: 7px;
    top: 11px;
    width: 26px;
    height: 26px;
    color: #f89221;
    display: inline-block;
	background:url("../images/news.png");
	background-size: 100%;
}

.welcommsg {
    margin-top: 34px;
}

a.toggle2.btn-outline.btn-outline-success.et-run .fa-play-circle:before{
  content: "\f04c";
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	 font-size: 20px;

}

    .btn-outline {
      color: #fff;
      padding: 5px 10px;
      cursor: pointer;
      text-decoration: none;
      border-radius: 5px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .btn-outline-success:hover, .btn-outline-success:focus {
      background: #fff;
      color: #000;
    }

#newsbox .et-run .bi:before {
   content: "\f4c3" !important;
}
#tenderscroll .toggle2.et-run .bi:before {
   content: "\f4c3" !important;
}

/* Main Box */
.chairman-box {
  background: #f5f5f5;
  border: 2px solid #f36c21;
  border-radius: 20px;
}

/* Image */
.chair-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 15px;
}

/* Text */
.message-text {
    font-size: 1.2em;
    line-height: 27px;
    color: #0b0b0b;
    text-align: justify;
}

/*______________===================================++++++++++++++*/
 /* ── LEFT PHOTO PANEL ── */
    .photo-panel {
      position: relative;
      min-height: 520px;
      background: url('../images/left.jpg') center/cover no-repeat;
    }
    .photo-panel::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
    }

    /* ── RIGHT CONTENT PANEL ── */
.content-panel {
    background: #f2f6f9 url(../images/right_images.png) top right;
    position: relative;
    padding: 3rem 3rem 3rem 2.5rem;
    overflow: hidden;
    background-size: 66%;
    background-repeat: no-repeat;
}

    /* DNA watermark */
    .dna-bg {
      position: absolute;
      right: -60px;
      top: 50%;
      transform: translateY(-50%);
      width: 340px;
      opacity: 0.09;
      pointer-events: none;
      user-select: none;
    }

    /* Headings */
    .section-title {
    font-size: 2em;
    font-weight: 800;
    color: #ec7026;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: .6rem;
}
   .section-subtitle {
    font-size: 1.35em;
    font-weight: 700;
    color: #ec7026;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 1.4rem;
}

.objective-text {
    font-size: 1.18em;
    color: #000000;
    line-height: 1.75;
    max-width: 80%;
    margin-bottom: 2rem;
    font-weight: 500;
}

    /* ── CATEGORY CARD ── */
.cat-card {
    /* border: 1px dashed #0070c2; */
    /* border-radius: 10px; */
    padding: 1.25rem 1.8rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    /* background: #fff; */
    transition: box-shadow .2s, transform .2s;
    height: 100%;
}
    .cat-card:hover {
      box-shadow: 0 6px 22px rgba(232,98,42,.15);
      transform: translateY(-2px);
    }

    .cat-icon {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      color: #f1935d;
      font-size: 1.6em;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
}
.accordion-content.active {
    max-height: 200px;
    padding: 15px;
}
    .cat-label {
      font-size: 1.2em;
      font-weight: 600;
      color: #2b2b2b;
      line-height: 1.35;
    }

    /* ── grid gap ── */
    .categories-grid {
         display: block;
    padding: 0;
    margin: 0;
    /*column-count: 2;*/
    }
.categories-grid li {
    list-style: none;
    margin-bottom: 14px;
    margin-right: 53px;
    border: 1px dashed #0070c2;
    border-radius: 10px;
    background: #fff;
    display: block;
    vertical-align: top;
}

 /* ── SECTION ── */
    .portfolio-section {
      padding: 60px 20px 70px;
      text-align: center;
      overflow: hidden;
    }

    /* badge */
    .badge-label {
      display: inline-block;
      background: #f1935d;
      color: #fff;
      font-size: .7em;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 3px;
      margin-bottom: 14px;
    }

    .portfolio-heading {
      font-size: clamp(1.6em, 4vw, 2.4em);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 40px;
    }

    /* ── SCROLL TRACK ── */
    .scroll-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
      cursor: grab;
      user-select: none;
    }
    .scroll-wrapper:active { cursor: grabbing; }

    .scroll-track {
      display: flex;
      gap: 18px;
      padding: 10px 4px 14px;
      transition: transform .1s linear;
      width: max-content;
		margin: 0 auto;
    }

    /* ── IMAGE CARD ── */
    .port-card {
      position: relative;
      width: 320px;
      height: 370px;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
      cursor: pointer;
      box-shadow: 0 4px 18px rgba(0,0,0,.10);
      transition: transform .35s cubic-bezier(.25,.8,.25,1),
                  box-shadow .35s ease;
    }
    .port-card:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: 0 16px 40px rgba(232,98,42,.25);
    }

    .port-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease;
    }
    .port-card:hover img {
      transform: scale(1.07);
    }

    /* overlay on hover */
    .port-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(232,98,42,.55) 0%, rgba(0,0,0,0) 60%);
      opacity: 0;
      transition: opacity .35s ease;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 20px;
    }
    .port-card:hover .port-overlay { opacity: 1; }

    .port-overlay .zoom-icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: #fff;
      color: #f1935d;
      font-size: 1.3em;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,.2);
      transform: translateY(10px);
      transition: transform .3s ease .05s;
    }
    .port-card:hover .zoom-icon { transform: translateY(0); }

    /* ── DOTS ── */
    .dot-nav {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 28px;
    }
    .dot {
      width: 28px;
      height: 6px;
      border-radius: 3px;
      background: #ccc;
      transition: background .3s, width .3s;
      cursor: pointer;
    }
    .dot.active {
      background: #f1935d;
      width: 42px;
    }

    /* ── LIGHTBOX ── */
    .lb-backdrop {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.88);
      z-index: 9999;
      align-items: center;
      justify-content: center;
      padding: 20px;
      animation: fadeIn .25s ease;
    }
    .lb-backdrop.open { display: flex; }

    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    .lb-inner {
      position: relative;
      max-width: 880px;
      width: 100%;
      animation: zoomIn .3s cubic-bezier(.25,.8,.25,1);
    }
    @keyframes zoomIn {
      from { transform: scale(.85); opacity: 0; }
      to   { transform: scale(1);   opacity: 1; }
    }

    .lb-inner img {
      width: 100%;
      max-height: 80vh;
      object-fit: contain;
      border-radius: 10px;
      display: block;
      box-shadow: 0 20px 60px rgba(0,0,0,.6);
    }

    .lb-close {
      position: absolute;
      top: -14px;
      right: -14px;
      width: 38px;
      height: 38px;
      border-radius: 50%;

      background: #f1935d;
      color: #fff;
      border: none;
      font-size: 1.1em;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,.3);
      transition: transform .2s;
      z-index: 10;
    }
    .lb-close:hover { transform: rotate(90deg) scale(1.1); }

    /* prev / next arrows */
    .lb-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,.15);
      border: none;
      color: #fff;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 1.3em;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s;
      z-index: 10;
    }
    .lb-arrow:hover { background: #f1935d; }
    .lb-prev { left: -58px; }
    .lb-next { right: -58px; }


section.bgwhite {
    padding: 84px 0px;
    text-align: center;
}

.busheading {
    margin-bottom: 41px;
}
.busheading h2 {
    font-size: 2.28em;
    font-weight: 600;
}
.brand-items li.item {
    list-style: none;
}

/*-----footer--------------------*/
 .site-footer {
      background:#003c72 url("../images/footer-Bg.png");
      color: #fff;
      padding: 50px 0 0;
      position: relative;
      overflow: hidden;
    }

    /* subtle radial glow 
    .site-footer::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 15% 50%, rgba(16,70,176,.35) 0%, transparent 65%);
      pointer-events: none;
    }*/

    /* ── DIVIDERS ── */
    .v-divider {
      width: 1px;
      background: rgba(255,255,255,.22);
      align-self: stretch;
		    margin-right: 40px;
		padding: 0;
    }

    /* ── LEFT COLUMN ── */
    .footer-logo {
      width: 110px;
      height: 110px;
      object-fit: contain;
      filter: drop-shadow(0 4px 12px rgba(0,0,0,.4));
      margin-bottom: 14px;
		    float: left;
    }
.footerlogoname {
    display: block;
    clear: both;
    min-height: 124px;
}
.org-hindi {
    font-size: 1.35em;
    font-weight: 600;
    color: rgb(255 255 255);
    line-height: 1.6;
    margin-bottom: 4px;
}
  .org-english {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .06em;
    color: rgba(255, 255, 255);
    margin-bottom: 22px;
}
   .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 1.31em;
    line-height: 1.5;
}
   .contact-item .ci-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.9em;
    color: #fff;
    transition: background .25s, border-color .25s;
}
 /*   .contact-item:hover .ci-icon {
      background: #f1935d;
      border-color: #f1935d;
    }*/
    .contact-item a {
      color: #fff;
      text-decoration: none;
    }
    .contact-item a:hover { color: #fff; }

    /* ── SECTION HEADING ── */
   .footer-heading {
    font-size: 1.75em;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
    .footer-heading::after {
      content: '';
      position: absolute;
      left: 0; bottom: 0;
      width: 36px; height: 3px;
      background: #f1935d;
      border-radius: 2px;
    }

    /* ── LINKS ── */
    .footer-links {
      list-style: none;
      padding: 0; margin: 0;
    }
    .footer-links li {
      margin-bottom: 2px;
    }
.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s, gap .2s;
}
    .footer-links li a:hover {
      color: #fff;
      gap: 12px;
    }
    /* double-chevron icon */
    .footer-links li a:before{
		    content: "\f101";
		    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    
      align-items: center;
      color: #fff;
      flex-shrink: 0;
    }

    /* ── BOTTOM BAR ── */
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.18);
      margin-top: 40px;
      padding: 18px 0;
    }
   .footer-bottom p {
    font-size: 1.2em;
    color: rgba(255, 255, 255);
    margin: 0;
    line-height: 1.75;
}
    .footer-bottom a {
      color: #f1935d;
      text-decoration: none;
      font-weight: 600;
    }
    .footer-bottom a:hover { text-decoration: underline; }

/*____________________contact__________________*/
ul.dropdown-menu {
           display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

}
.navbar .dropdown:hover > .dropdown-menu {
    display: block;                         /* show on hover */
    margin-top: 7px; 
	        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
  }

  /* second‑level dropdown (opens to the right)            */
  .navbar .dropend:hover > .dropdown-menu {
    display: block;
  }
  .navbar .dropend > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;                     /* small gap */
  }
    .dropdown-menu {
      transition: all 0.3s ease;
    }

.dropdown-menu a.dropdown-item {
    border: 0 !important;
    padding: .25rem 1rem !important;
    border-bottom: 1px dashed #e5dfdf !important;
}

.breadcumb-wrapper .breadcumb-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: right;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
       background: #00000033 url(../images/breadcumb_shape_1_1.png);
}
.breadcumb-wrapper {
    background: url(../images/inner-header.jpg);
    padding: 75px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-size: cover;
}
.breadcumb-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.18;
    text-transform: uppercase;
    color: #fff;
    margin: -0.2em 0 -0.26em 0;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 31px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}
.breadcumb-menu li {
    display: inline;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:after {
    content: '\f061';
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

section.inner-page-section {
    padding: 1px 0;
    background: url(../images/bg-texture.png);
}
.map-sec {
    position: relative;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
.map-sec .map {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}
.map-sec .map iframe {
    height: 100%;
    width: 100%;
 /*   -webkit-filter: grayscale(100);
    filter: grayscale(100);*/
}
.title-area {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.border-title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    margin-top: -0.22em;
    font-weight: 600;
}
.border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #ffa500;
}
.contact-feature:not(:last-child) {
    margin-bottom: 8px;
}
.contact-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-radius: 10px;
    border: 1px solid #ECF1F9;
    background: #fff;
    box-shadow: 0px 9px 14px 0px #FBFBFB;
    padding: 12px 17px;
}
.contact-feature .contact-feature-icon {
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
    line-height: 70px;
    background: rgba(13, 94, 244, 0.07);
    font-size: 30px;
    text-align: center;
    color: #ffa500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.contact-feature .media-body {
    margin-bottom: -0.4em;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact-feature .contact-feature_label {
    font-size: 20px;
    color: #0f2239;
    font-weight: 600;
    margin-top: -0.4em;
    margin-bottom: 5px;
}

.contact-feature .contact-feature_link {
    color: #4D5765;
    line-height: normal;
    display: block;
    text-decoration: none;
}

.contact-feature .contact-feature_link {
    color: #4D5765;
    line-height: normal;
    display: block;
    text-decoration: none;
}
.mt-60 {
    margin-top: 10px;
}




    /* responsive tweaks */
    @media (max-width: 767px) {
      .v-divider { display: none; }
    }

    @media (max-width: 600px) {
      .lb-prev { left: 6px; }
      .lb-next { right: 6px; }
    }


    /* ── Responsive photo panel height ── */
    @media (max-width: 767px) {
      .photo-panel { min-height: 260px; }
      .content-panel { padding: 2em 1.25em; }
      .section-title { font-size: 1.5em; }
      .section-subtitle { font-size: 1.1em; }
		.navbar-brand img {
    width: 100%;
}
		.container-header .d-flex.align-items-center.gap-3 {
    margin: 0 auto;
		}
		.container-header .d-flex.align-items-center.gap-3 a img.upgov-logo {
    width: 80px;
}
		.container-header .d-flex.align-items-center.gap-3 a.ncahplogo img {
    width: 80px;
}
		.container-header .d-flex.align-items-center.gap-3 a.india-logo img {
    width: 50px;
}
		.topnavbox {
    position: relative;
}
		li.nav-item {
    padding: 14px;
    border-bottom: 1px solid #e5ad06;
    border-top: 1px solid #ffbf01;
}
    div#menu {
        position: absolute;
        background: #ffc107;
        top: 70px;
        width: 100%;
        left: 0;
    }
		div#menu ul.dropdown-menu {
    display: none;
}
		div#menu ul.dropdown-menu.show {
    display: block;
}
		
    }

/* Responsive */
@media (max-width: 768px) {
  .chair-img {
    width: 100px;
    height: 100px;
  }

  .message-text {
    font-size: 15px;
  }
}


/* Responsive */
@media (max-width: 768px) { 
	.leader-img {
		width: 90px; height: 90px; 
	} 
}
    @media (max-width: 768px) {
      .hero,
      .carousel-item img {
        height: 350px;
      }

      .hero-box {
        border-radius: 20px;
        padding: 15px 20px;
      }

      .hero-box h1 {
        font-size: 20px;
      }
    }







/*--------------black--------------*/
.dark-contrast .topblock {
    background: #000000;
}
.dark-contrast .top-bar {
    color: #edff00;
    background: #362e2e;
}
.dark-contrast .contact_info a, .dark-contrast .socialbox a{
	 color: #edff00;
}

.dark-contrast .section-header-wrapper .container.container-header {
    background: #000000;
    border-radius: 0;
}
.dark-contrast .topnavbox {
    background: #362e2e;
}
.dark-contrast .navbar-expand-lg .navbar-nav li.nav-item a {
    color: #edff00 !important;
	border-right: 1px solid #edff00;
}
.dark-contrast .section-header-wrapper .container.container-header img{
    filter: invert(1) grayscale(1) brightness(2);
}

.dark-contrast .navbar .dropdown:hover > .dropdown-menu {
    background: #362e2e;
}

.dark-contrast .hero-box {
    background: #362e2e;
    color: #e8fa01;
}
.dark-contrast .welcomebox {
    background: #000;
}
.dark-contrast .dropdown-item:focus, .dark-contrast  .dropdown-item:hover {
    background: #000;
}
.dark-contrast .orange-box {
    background: #2a2727;
    color: #e8fa01 !important;
}
.dark-contrast .blue-box {
    background: #1a1a1a;
      color: #e8fa01 !important;
}
.dark-contrast .chairman-box {
    background: #2a2727;
    border: 2px solid #e4f402;
	 color: #e8fa01 !important;
}
.dark-contrast .message-text{
	 color: #e8fa01 !important;
}
.dark-contrast .news-leader-tender h4, .dark-contrast .tenderfooter {
    background: #2a2727 !important;
    color: #e8fa01;
}
.dark-contrast  .btn-outline{
	  color: #e8fa01;
}
.dark-contrast #tender li, .dark-contrast #tender li a, .dark-contrast #tender li em, .dark-contrast #tender .dsize, .dark-contrast #tender .ndate{
	 background: #181717 !important;
    color: #e8fa01!important;
}
.dark-contrast .vticker{
	border: 0px solid  #e8fa01 !important;
}
.dark-contrast .content-panel {
    background: #201f1f;
}
.dark-contrast .section-title, .dark-contrast .objective-text, .dark-contrast .section-subtitle, .dark-contrast .cat-label {
    color: #e8fa01;
}
.dark-contrast .categories-grid li {
    border: 1px dashed #e8fa01;
    background: #000000;
}
.dark-contrast  .categories-grid li .cat-icon img{
	 filter: invert(1) grayscale(1) brightness(2);
}
.dark-contrast .portfolio-section {
    background: #000;
}
.dark-contrast .portfolio-heading {
    color: #e8fa01;
}
.dark-contrast .badge-label {
    background: #e8fa01;
    color: #000000;
}
.dark-contrast .port-overlay {
    background: linear-gradient(to top, rgb(232 250 1 / 74%) 0%, rgba(0, 0, 0, 0) 60%);
}
.dark-contrast .dot.active {
    background: #e8fa01;
}
.dark-contrast section.bgwhite {
    background: #201f1f;
}
.dark-contrast .busheading h2 {
    color: #e8fa01;
}
.dark-contrast .owl-theme .owl-controls .owl-page span {
    background: #fff900;
}
.dark-contrast .site-footer {
    background: #0e0e0e url(../images/footer-Bg.png);
     color: #e8fa01;
}
.dark-contrast .contact-item,.dark-contrast .contact-item a, .dark-contrast .contact-item .ci-icon, .dark-contrast .org-hindi, .dark-contrast .org-english {
    color: #e8fa01;
}
.dark-contrast .footer-heading{
	 color: #e8fa01;
}
.dark-contrast .footer-heading::after {
    background: #ffffff;
}
.dark-contrast .footer-links li a, .dark-contrast  .footer-links li a:before, .dark-contrast .footer-bottom p, .dark-contrast .footer-bottom a{
	color: #e8fa01;
}
.dark-contrast section.inner-page-section {
    background: #362e2e;
}

.dark-contrast .innner-bg {
    background: #000000;
    box-shadow: 1px 1px 6px #00000017;
    color: #edff00;
}
.dark-contrast .contact-feature {
    border: 1px solid #edff00;
    background: #000000;
    box-shadow: 0px 9px 14px 0px #fbfbfb00;
}
.dark-contrast .contact-feature .contact-feature_label {
    color: #edff00;
}
.dark-contrast .contact-feature .contact-feature_link {
    color: #edff00;
}
.dark-contrast .contact-feature .contact-feature-icon {
    background: rgb(41 44 48);
    color: #edff00;
}
.dark-contrast .accordion-content {
    background: #000000;
    color: #e8fa01;
}

/*--------------light_black--------------*/
.low-contrast .topblock {
    background: #424242;
}
.low-contrast .top-bar {
    color: #fff;
    background: #362e2e;
}
.low-contrast .contact_info a, .low-contrast .socialbox a{
	 color: #fff;
}

.low-contrast .section-header-wrapper .container.container-header {
    background: #424242;
    border-radius: 0;
}
.low-contrast .topnavbox {
    background: #362e2e;
}
.low-contrast .navbar-expand-lg .navbar-nav li.nav-item a {
    color: #fff !important;
	border-right: 1px solid #edff00;
}
.low-contrast .section-header-wrapper .container.container-header img{
    filter: invert(1) grayscale(1) brightness(2);
}

.low-contrast .navbar .dropdown:hover > .dropdown-menu {
    background: #362e2e;
}

.low-contrast .hero-box {
    background: #362e2e;
    color: #fff;
}
.low-contrast .welcomebox {
    background: #000;
}
.low-contrast .dropdown-item:focus, .low-contrast  .dropdown-item:hover {
    background: #000;
}
.low-contrast .orange-box {
    background: #2a2727;
    color: #fff !important;
}
.low-contrast .blue-box {
    background: #1a1a1a;
      color: #fff !important;
}
.low-contrast .chairman-box {
    background: #2a2727;
    border: 2px solid #e4f402;
	 color: #fff !important;
}
.low-contrast .message-text{
	 color: #fff !important;
}
.low-contrast .news-leader-tender h4, .low-contrast .tenderfooter {
    background: #2a2727 !important;
    color: #fff;
}
.low-contrast  .btn-outline{
	  color: #fff;
}
.low-contrast #tender li, .low-contrast #tender li a, .low-contrast #tender li em, .low-contrast #tender .dsize, .low-contrast #tender .ndate{
	 background: #181717 !important;
    color: #fff!important;
}
.low-contrast .vticker{
	border: 0px solid  #424242 !important;
}
.low-contrast .content-panel {
    background: #201f1f;
}
.low-contrast .section-title, .low-contrast .objective-text, .low-contrast .section-subtitle, .low-contrast .cat-label {
    color: #fff;
}
.low-contrast .categories-grid li {
    border: 1px dashed #424242;
    background: #424242;
}
.low-contrast  .categories-grid li .cat-icon img{
	 filter: invert(1) grayscale(1) brightness(2);
}
.low-contrast .portfolio-section {
    background: #000;
}
.low-contrast .portfolio-heading {
    color: #fff;
}
.low-contrast .badge-label {
    background: #fff;
    color: #4c4242;
}
.low-contrast .port-overlay {
    background: linear-gradient(to top, rgb(232 250 1 / 74%) 0%, rgba(0, 0, 0, 0) 60%);
}
.low-contrast .dot.active {
    background: #424242;
}
.low-contrast section.bgwhite {
    background: #201f1f;
}
.low-contrast .busheading h2 {
    color: #fff;
}
.low-contrast .owl-theme .owl-controls .owl-page span {
    background: #fff900;
}
.low-contrast .site-footer {
    background: #0e0e0e url(../images/footer-Bg.png);
     color: #fff;
}
.low-contrast .contact-item,.low-contrast .contact-item a, .low-contrast .contact-item .ci-icon, .low-contrast .org-hindi, .low-contrast .org-english {
    color: #fff;
}
.low-contrast .footer-heading{
	 color: #fff;
}
.low-contrast .footer-heading::after {
    background: #ffffff;
}
.low-contrast .footer-links li a, .low-contrast  .footer-links li a:before, .low-contrast .footer-bottom p, .low-contrast .footer-bottom a{
	color: #fff;
}
.low-contrast section.inner-page-section {
    background: #362e2e;
}

.low-contrast .innner-bg {
    background: #000000;
    box-shadow: 1px 1px 6px #00000017;
    color: #fff;
}
.low-contrast .contact-feature {
    border: 1px solid #edff00;
    background: #000000;
    box-shadow: 0px 9px 14px 0px #fbfbfb00;
}
.low-contrast .contact-feature .contact-feature_label {
    color: #fff;
}
.low-contrast .contact-feature .contact-feature_link {
    color: #fff;
}
.low-contrast .contact-feature .contact-feature-icon {
    background: rgb(41 44 48);
    color: #fff;
}
.low-contrast .accordion-content {
    background: #424242;
    color: #fff;
}
/*----------*/
.hide-images .photo-panel {
    position: relative;
    min-height: 520px;
    background: #fff;
}