body {
  /*margin: 0;*/
  font-family: Arial, sans-serif;
  max-width: 1920px;
  margin:auto !important ;
}
:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 3px;
}
:focus-visible {
  outline: 3px solid #ffdd00;
  outline-offset: 3px;
}
button:focus {
  outline: 3px solid #ffdd00 !important;
  outline-offset: 3px !important;
}
button:focus-visible {
  outline: 3px solid #ffdd00 !important;
  outline-offset: 3px !important;
}
.nav-link:focus {
     outline: 3px solid #ffdd00 !important;
  outline-offset: 3px !important; 
  color: #fff !important;
}

.nav-link:focus-visible {
     outline: 3px solid #ffdd00 !important;
  outline-offset: 3px !important; 
  color: #fff !important;
}
a {
    text-decoration: none !important;
  
}
.link_tag_css a {
      color: #0644a2 !important;
      font-weight: 500;
}
.text_justify a {
      color: #0644a2 !important;
      font-weight: 500;
}
.indian-flag-strip {
  display: flex;
  height: 8px;
}
.indian-flag-strip div {
  flex: 1;
  transition: background 0.3s ease;
}
.saffron {
  background: linear-gradient(to right, #ff9933, #ff7518);
}
.white {
  background-color: #ffffff;
}
.green {
  background: linear-gradient(to right, #1ca853, #0b6623);
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  background: #daf2f3; /* Light BG */
  font-size: 0.875rem;
  flex-wrap: wrap;
}

.top-bar .left,
.top-bar .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.time-row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #051a53; /* Heading color */
}

.flag {
   height: 18px; 
  width: auto;
}

.font-resizer button {
  border: 1px solid #005ea2; 
  padding: 2px 6px;
  margin: 0 2px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8rem;
  /*color: #005ea2;*/
    color: #003f6b;
    background-color: #ffffff;
    font-weight: bold;
        width: 30px;
}

.top-bar a,
.top-bar i {
  color: #005ea2; /* Dark */
  text-decoration: none;
  font-size: 0.9rem;
  
   color: #003f6b; /* darker blue for AAA compliance */
    background-color: #daf2f3;
    font-size: 14.4px;
}

/* header */

.header-div {
  background: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #0b6623;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-left img {
  width: 80px;
  height: auto;
  margin-right: 15px;
}

.header-left .text {
  max-width: 500px;
}

.header-left .text h2 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: #111;
}

.header-left .text h3 {
  font-size: 16px;
  margin: 4px 0 0;
  font-weight: 400;
  color: #444;
}

.header-right {
  text-align: right;
}

.header-right .text {
  margin-right: 10px;
}

.header-right .text h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.header-right .text h3 {
  margin: 3px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

.header-right img {
  width: 60px;
  height: auto;
}

/* Two-color India gradient */
.india-gradient {
  background: linear-gradient(to right, #ff671f, #046a38);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .header-div {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .header-right {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }

  .header-right .text {
    margin-right: 0;
  }

  .header-left,
  .header-right {
    width: 100%;
    justify-content: space-between;
  }

  .header-left .text,
  .header-right .text {
    max-width: 100%;
  }

  .header-left img,
  .header-right img {
    width: 60px;
  }
}
/* header close*/

.navbar {
  /*background-color: #005ea2;*/
  background-color: #005694;
}
.navbar {
    position: sticky !important;
    top: 0;
    z-index: 999;
}
.navbar ul > li {
  padding: 0 10px;
}
.navbar ul > li > a {
  padding: 1em;
  font-size: 16px;
  font-weight: 600;
 color: #ffff;

}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0 !important;
  padding-left: 0 !important;
}
.navbar-nav .nav-link:hover {
  color: #34ccff !important;
}
.dropdown-item {
  color: #014d85 !important;
  padding: 5px 0 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #014d85 !important;
  color: #fff !important;
}
/* Dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .dropdown-toggle::after {
    transition: transform 0.3s;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* MAIN WRAPPER */
.hero-slide {
  width: 100%;
  overflow: hidden;
}

/* LAYOUT */
.slide-wrapper {
  width: 100%;
  height: 480px;
  position: relative;
}

/* LEFT BLUE AREA */
.left-panel {
  width: 45%;
  background: #0726a4;
  color: #fff;
  padding: 60px 50px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

/* WHITE SMALL TEXT */
.welcome-line {
  /*color: #e5e5e5;*/
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
  left: 55px;
     transform: translateY(40px);
  animation: slidebottom 0.8s ease-out forwards;
  

}

/* .delay-1 { animation-delay: 1s; } */
@keyframes slidebottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item {
  transition: none !important;
}


.welcome-line::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #ff3c36;
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}

/* HEADING */
.slide-heading {
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 600;
    transform: translateY(-40px);
animation: slideTop 0.8s ease-out forwards;
color:#fff;
}

@keyframes slideTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ARROWS */
.slide-arrows {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.arrow-btn {
  width: 52px;
  height: 52px;
  border-radius: 50% !important;
  background: rgba(226, 224, 224, 0.25) !important;
  font-size: 20px !important;
  color: #0726a4 !important;
  transition: 0.3s !important;
  border: none !important;
}

.arrow-btn:hover {
  background: #fff !important;
  color: #0726a4 !important;
}

.carousel-caption {

    z-index: 99;
     background: rgb(14 14 14 / 72%);
     right: 0% !important;
     left: 0px !important;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
      bottom: 0 !important;
}
/* MOBILE */
@media (max-width: 768px) {
    .carousel-caption {
         padding-left: 10px; 
    }
  .slide-wrapper {
    flex-direction: column;
    height: auto;
  }
  .left-panel {
    width: 100%;
    clip-path: none;
    padding: 40px 25px;
  }
  .right-panel {
    width: 100%;
    height: 220px;
  }
  .triangle-flag {
    display: none;
  }
  .slide-heading {
    font-size: 28px;
  }
}

.embassy-info-section {
  background: #ddf2f4; /* same as your screenshot */
}

.info-column {
  padding-left: 10px;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}

.icon-box i {
  font-size: 20px;
  color: #1c4c87; /* dark blue icon */
}

.column-title {
  font-size: 18px;
  font-weight: 800;
  color: #051a53;
  margin-bottom: 0;
}

.column-list {
  list-style: none;
  padding-left: 0;
}

.column-list li {
  margin-bottom: 14px;
}

.column-list li a {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #051a53;
  text-decoration: none;
}
.column-list li a.info:hover {
  text-decoration: none;
  border-bottom: 2px solid #005ea2;
  color: #005ea2;
}

.arrow {
  color: #0cb3d4;
  font-weight: bold;
  margin-right: 9px;
  font-size: 14px;
}

.partnerships-section {
  position: relative;
  overflow: hidden;
}

.bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.bg-top .bg-img {
  width: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.content-container {
  position: relative;
  z-index: 5;
}

.subtitle {
  margin: 10px 0 15px 0;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1px;
  /*color: #005ea2;*/
  color: #014d83;
  text-transform: uppercase;
}
.title {
  font-weight: 800;
  font-size: 32px !important;
  color: #051a53 !important;
}
.text_css {
  font-weight: 500;
  /*color: #4c4c4c !important;*/
  padding: 25px 0;
  text-align: justify;
}

.consular-section {
  display: flex;
  position: relative;
  min-height: 680px;
}
/* LEFT SIDE */
.left-side {
  width: 40%;
  /*background: #005ea2;*/
  background-color: #005694;
  display: flex;
  align-items: start;
  padding-left: 60px;
}
.left-content {
  position: absolute;
  top: 100px;
  left: 80px;
}
.left-content .quick-access {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.left-content .title {
  color: #fff !important;
  font-size: 45px !important;
  /* margin-top: 30px; */
  font-weight: 800;
}

/* RIGHT SIDE IMAGE */
.right-side {
  width: 100%;
  background-image: url("https://eitl2.uat.softgen.co.in/wp-content/uploads/2025/08/img11-2.jpg");
  /* background-size: cover; */
  /* background-position: center; */
}

/* WHITE BOX */
.white-box {
  position: absolute;
  width: 57%;
  left: 35%;
  top: 69%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 60px;
  border-top: 8px solid #005ea2;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.15); */
}

/* ARROW */
.arrow-img img {
  width: 110px;
  position: absolute;
  top: -65px;
  right: 18%;
}

.row-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 17px;
  /*color: #747474;*/
  color: #4c4c4c;
  /* border-bottom: 1px solid #ccc; */
  text-decoration: none;
  font-weight: 500;
}





.home-events-section {
  background: url("https://eitl2.uat.softgen.co.in/wp-content/uploads/2025/07/left-bg-events-home1.png")
    no-repeat left top;
  background-size: cover;  
  background-color: #f8f9fa; 
  padding: 60px 0;
  position: relative;
 
}

.home-events-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffffd3; 
  z-index: 1;
}

.home-events-section * {
  position: relative;
  z-index: 2;
}

.event-box {
  display: grid;
  grid-template-columns: 0.37fr 0.63fr;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.line {
  display: inline-block;
  width: 56px;
  height: 2px;
  background: #005ea2;
}
.event-thumb {
  position: relative;
  /* width: 180px; */
}

.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

.event-date-box {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #005ea2;
  color: #fff;
  padding: 5px 10px;
  /* border-radius: 6px; */
  text-align: center;
  font-size: 14px;
}

.event-date-box .date {
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.meta-info i {
  color: #005ea2;
  margin-right: 7px;
}

.meta-info {
  font-size: 14px;
  margin-bottom: 8px;
}

.event-title a {
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  color: #051a53;
}

.event-title a:hover {
  color: #051a53;
}

/* ===== NOTICE BOX ===== */
.notice-box {
  background: linear-gradient(135deg, #005ea2, #034a87);
  color: white;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.notice-box h2 {
  border-bottom: 2px solid #34ccff;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 26px;
}

.notice-item {
  border-bottom: 1px solid #046aa8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.notice-title {
  font-size: 17px;
  /* display: block; */
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #015798;
}
.notice-title:hover {
  border-bottom: 2px solid #34ccff;
  /*border-width: fit-content;*/
}

.notice-meta {
  font-size: 13px;
  /*color: #daf2f3;*/
  color:#fff;
  background-color: #015798;
}

.notice-icon svg {
  float: right;
}

.view-all-btn {
  display: inline-block;
  /*background-color: #34ccff;*/
  background-color: #014d83;
  color: #051a53;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.view-all-btn:hover {
  background: #daf2f3;
}

/* PDF BUTTON */
.pdf-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  /*color: #005ea2;*/
  color: #0551c2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.logo-carousel-section {
  padding: 60px 20px;
  background-color: #daf2f3;
  font-family: "Segoe UI", sans-serif;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/* .section-header h2 {
  color: #051a53;
  font-size: 24px;
  font-weight: 600;
} */

.view-all-btn {
  background-color: #03477e;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.view-all-btn:hover {
  background-color: #03477e;
}

/* Uniform size for logo boxes */
.logo-carousel .logo-slide {
  width: 150px;
  height: 120px;
  margin: 0 10px; /* horizontal spacing between logos */
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #0551c2;
}

.logo-carousel .logo-slide:hover {
  transform: scale(1.05);
}

/* Logos size and original colors */
.logo-carousel .logo-slide img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  filter: none; /* show original colors */
  transition: filter 0.3s ease;
}

/* On hover grayscale logos */
.logo-carousel .logo-slide:hover img {
  filter: grayscale(100%);
}


footer.footer {
  position: relative;
  background: url("https://eitl2.uat.softgen.co.in/wp-content/uploads/2024/03/footer-18.jpg")
    no-repeat center center / cover;
  color: #ffffff;
  margin: 0;
}


footer.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: #2173ad4a;*/
  z-index: 1;
}


.footer-overlay {
     padding: 50px 20px 30px;
  /*background-color: #005ea2; */
  background-color: #005694;
  color: #ffffff;
  padding: 50px 20px 30px;
}
footer.footer * {
  position: relative;
  z-index: 2;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}


.footer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-left: 4px solid rgba(255, 255, 255, 0.85);
  padding-left: 10px;
}

.footer p,
.footer li,
.footer a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer ul a:hover,
.footer ul a:focus-visible {
  text-decoration: underline;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.contact-icon i {
  color: #ffffff;
  min-width: 20px;
  margin-top: 3px;
}

.social-icons a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 12px;
  text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus-visible {
  text-decoration: underline;
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7); /* Non-text contrast */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.7); /* Non-text contrast */
}

.footer-bottom a:first-child {
  border-left: none;
  padding-left: 0;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  text-decoration: underline;
}

/*.footer a:focus-visible {*/
/*  outline: 3px solid #ffdd00;*/
/*  outline-offset: 3px;*/
/*}*/

@media (max-width: 600px) {
  .footer-columns {
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}


@media  (max-width:768px) {
  .img_css { 
    display: none;
  }
  .bg-top .bg-img {
    width: auto;
  }
  .right-side { 
    display: none;
  }
  .left-side {
      display: none;
  }
  .white-box {
    width: 100%;
    left: 50%;
    top: 59%;
        padding: 50px 20px;
  }
  .consular-section {
    min-height: 900px;
  }
  .left-content { 
    left: 10px;
    top: 0;
  }
   .left-content .line {
background-color: #005ea2 !important;
margin-top: 30px;
  }
  .left-content .title {
color: #005ea2 !important;
font-size: 25px !important;
  }

  .left-content .quick-access { 
    color: #005ea2 !important;
  }
}

.table td, .table th {
    padding: 12px 15px;
}

.table thead th {
    text-transform: uppercase;
    font-size: 14px;
}

strong {
    color: #003366;
}



.working-process .accordion-item {
    border-bottom-width: 3px;
    background: #F3F3F3;
    margin-bottom: 20px;
    overflow: hidden;
}


.working-process .accordion-button {
    padding: 10px 40px;
    background: #F3F3F3;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.working-process .accordion-body {
    padding: 20px 40px;
}

.step-number {
    font-size: 25px;
    padding-right: 20px;
    font-weight: 700;
}


#button {
  display: inline-block;
  background-color:#000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #333;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.text_justify {
    text-align: justify;
}
.requirement_div {
        background: #fff;
    border: 1px solid #AAAAAA;
    color: #000;
}

.requirement_div:hover {
        background: #EBEAEA;
    border: 1px solid #AAAAAA;
    color: #000;
}
.download-icon {
    background: #EBEAEA;
    display: flex;
    align-items: center;
    padding: 12px;
    height: stretch;
}
.pdf_box{
    color: #000;
}
.pdf_box:hover{
    color: #000;
    background:#EBEAEA;
}






/*-----form css---------*/

.memberForm {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.step h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b3c5d;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #dee2e6;
}

.memberForm label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.memberForm em {
    color: #980601;
    font-style: normal;
    font-weight: bold;
}

.memberForm .form-control,
.memberForm .form-select {
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.memberForm .form-control:focus,
.memberForm .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

.memberForm input[type="radio"] {
    margin-right: 5px;
    margin-left: 10px;
}

.memberForm .btn {
    min-width: 120px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.memberForm .btn + .btn {
    margin-left: 10px;
}

.step .btn {
    margin-top: 25px;
}

/*gig*/


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}


/* Hide dropdown by default */
.navbar .dropdown-menu {
    display: none;
    position: absolute;
}

/* Show dropdown when focused or hovered */
.navbar .nav-item.dropdown:focus-within > .dropdown-menu,
.navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Accessibility focus ring */
/*.navbar a:focus {*/
/*    outline: 2px solid #005fcc;*/
/*    outline-offset: 2px;*/
/*}*/

/* Keep submenu above content */
.dropdown-menu {
    z-index: 1000;
}


/*gig*/


.site_main_heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

.site_sub_heading {
        font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

.site_sub_heading:hover {
       text-decoration: underline !important;
}
   .gallery-item {
    cursor: pointer;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.progress-bar {
    background-color:#0f5735 !important
}

.logo-btn {
    border: none;
    outline: none;
    background: transparent;
}

.lb-number {
    display: none !important;
}
.lb-close {
    color: #fff !important;
}

.spech-css {
      color: #000;
      border-left: 4px solid #ff9933;
      padding-left: 15px;
      font-family: "Georgia", "Times New Roman", serif;
      font-style: italic;
    }
 
    .guidelines_list li {
padding-bottom: 6px;
text-align: justify;
    }
 
    .info-card {
  background: #f5f7f9;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #ff9933;
}
 
 
.table_td_font{
font-weight: 500;
}



item.dropdown:focus-within > .dropdown-menu, .navbar .nav-item.dropdown:hover > .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}