body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f4f4f4;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav {
  list-style: none;
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin-top: 15px;
  justify-content: center;
}

.logo-bg {
  width: 100%;
  height: 130px;
  background-image: url("backgroundim.png") !important;
  background-repeat: repeat;
  background-size: unset;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 20px;
}

.logo-bg1 {
  width: 100%;
  height: 130px;
  background-image: url(backgroundim.png);
  background-repeat: repeat;
  background-size: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.logo-bg2 {
  width: 100%;
  height: 130px;
  background-image: url(backgroundim.png);
  background-repeat: repeat;
  background-size: unset;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 20px;
}

.logo-bg img {
  width: 100px;
  height: 100px;
}

.logo-bg1 img {
  width: 100%;
  height: 100px;
}

.logo-bg2 img {
  width: 100px;
  height: 100px;
}

.nav-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 35px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: none;
}

.nav-list li a {
  color: white;
  font-size: 18px;
  transition: color 0.2s;
}

.nav-list li a:hover {
  color: #bf8a44;
}

.dropdown-menu {
  background-color: #bf8a44;
  min-width: 160px;
}

.dropdown-menu li a {
  color: white !important;
  font-size: 16px;
}

.dropdown-menu li a:hover {
  background-color: #ee9019 !important;
  color: #fff !important;
}

.box {
  margin-bottom: 20px;
}

.latest-news {
  color: #fff;
  padding: 0px 20px;
  position: absolute;
  height: 32px;
  z-index: 999999999;
  font-family: system-ui;
  top: -16px;
  left: -20px;
}

.btn:hover {
  color: #fff;
}

.slider-section h3 {
  background-color: #178a3f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  margin: 0;
}

.slider-section ul li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #202b5d;
  transition: all 0.3s;
  padding: 10px 15px;
  border-bottom: 1px solid #c1d3ef9e;
  background: #f9fbff;
}

.slider-section ul {
  height: 274px;
  overflow: overlay;
}

.slider-section button {
  background-color: #178a3f;
  width: 100%;
  color: #fff;
  border: 0px;
  padding: 5px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 4px;
}

.slider-section {
  margin-top: 5px;
}

.title {
  color: #202b5d;
  font-size: 27px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Helvetica";
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}

.marquee-section {
  background-color: #ee9019;
  color: #fff;
  padding: 10px 0;
  position: relative;
  margin-top: 20px;
}

.structure-section {
  margin-top: 35px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px 0;
}

.box .social-title {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 11px;
  margin-bottom: 10px;
  font-size: 20px;
}

.box {
  background: #178a3f;
  padding: 10px 0px;
  text-align: center;
  border-radius: 10px;
}

.social-feed {
  background: #f9f9f9;
  padding: 40px 0px;
}

.footer-links li a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
}

.footer-links {
  text-align: center;
}

#map {
  height: 200px !important;
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 1px 4px rgba(34, 34, 34, 0.08);
  z-index: 1;
}
/* Breadcrumb */
.breadcrumb-section {
  background: #f8f9fa url("backgroundim.png") repeat;
  padding: 18px 0 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.breadcrumb {
  background: transparent !important;
  margin-bottom: 0;
  font-size: 16px;
  padding: 8px 0;
}
.breadcrumb > li + li:before {
  content: "›";
  color: #178a3f;
  padding: 0 8px;
}
.breadcrumb > .active {
  color: #ee9019;
  font-weight: 600;
}
/* About Section */
.about {
  background-color: #fff;
  padding: 32px 32px 24px 32px;
  border-radius: 18px;
  margin-top: 40px;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 16px 0 rgba(34, 34, 34, 0.08);
}
.about h2 {
  color: #178a3f;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0;
}
.about ul {
  margin-left: 18px;
  margin-bottom: 0;
}
.about li {
  margin-bottom: 10px;
  font-size: 16px;
}
.about b {
  color: #202b5d;
}
.about p {
  font-size: 16px;
  margin-bottom: 18px;
}
/* Responsive */
@media (max-width: 991px) {
  .con-formwrap,
  .contact-box {
    padding: 18px 10px;
  }

  .logo-bg img,
  .logo-bg1 img,
  .logo-bg2 img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 24px 0 10px 0;
  }

  .con-formwrap,
  .contact-box {
    margin-bottom: 18px;
  }

  .logo-bg,
  .logo-bg1,
  .logo-bg2 {
    height: 80px;
    padding: 5px 5px;
  }

  .logo-bg img,
  .logo-bg1 img,
  .logo-bg2 img {
    width: 50px;
    height: 50px;
  }

  .contact .con-wrap {
    padding: 0 10px;
  }
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.main-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

tr td,
tr th {
  text-align: center;
}

table {
  margin-bottom: 20px;
}
.logo-bg,
.logo-bg1,
.logo-bg2 {
  background-image: url("backgroundim.png") !important;
  background-repeat: repeat;
  background-size: unset;
}

.nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.nav-list li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-list li a:hover {
  color: #bf8a44;
}

@media (max-width: 768px) {
  .logo-bg,
  .logo-bg1,
  .logo-bg2 {
    height: 80px;
  }

  .nav-list {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .logo-bg,
  .logo-bg1,
  .logo-bg2 {
    height: 60px;
  }

  .nav-list li a {
    font-size: 14px;
  }
}
