.new-section {
  padding: 2.1875rem 0rem;
  background-color: var(--gray-200);
}

.new-section.sitemap-section h3 {
  margin-bottom: 2rem;
}

.common-content-wrap {
  margin-top: 1.875rem;
}

.common-content-width {
  grid-template-columns: none !important;
}

.common-content-width a {
  text-decoration: none;
  color: var(--primary-color);
  margin-bottom: 10px;
  transition: 0.3s;
}

body.theme-dark .common-content-width a{
  color: var(--white);
}

.banner-item a {
  text-decoration: none;
  height: 100%;
}

/* sitemap start */

.sitemap-section .common-heading-wrap {
  text-align: center;
  margin-bottom: 1.875rem;
}

.sitemap-section .card {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
}

body.theme-dark .sitemap-section .card{
  background-color: var(--primary-color);
}

.sitemap-section .card .card-body {
  padding: 0;
}

.sitemap-section .column {
  margin-bottom: 20px;
}

.sitemap-section .column h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sitemap-section .column ul {
  padding-left: 0;
}

.sitemap-section .column ul li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}

.sitemap-section .column ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: var(--gray-800);
  position: absolute;
  left: 5px;
  top: 8px;
}

.sitemap-section .column ul ul {
  padding-left: 0;
}

.sitemap-section .column ul ul li::before {
  border: 1px solid var(--gray-800);
  background: transparent;
}

.sitemap-section .column ul li a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

/* sitemap ends */

body.theme-dark table.dataTable tbody tr{
    background-color: inherit;
}

body.theme-dark .dataTables_wrapper .dataTables_length, body.theme-dark .dataTables_wrapper .dataTables_filter, body.theme-dark .dataTables_wrapper .dataTables_info, body.theme-dark .dataTables_wrapper .dataTables_processing, body.theme-dark .dataTables_wrapper .dataTables_paginate, body.theme-dark table.table-striped>tbody>tr:nth-of-type(odd){
    color: var(--white);
}

body.theme-dark table.table-striped>tbody>tr {
    border-bottom: 1px solid;
}

.circular-section .content-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.circular-section .content-form .dropdown-bx {
  display: flex;
  align-items: center;
  gap: 10px;
}

.circular-section .circular-wrapper .dataTables_wrapper .dataTables_length,
.circular-section .circular-wrapper .dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .circular-section .circular-wrapper .dataTables_wrapper .dataTables_length,
  .circular-section .circular-wrapper .dataTables_wrapper .dataTables_filter {
    width: 100%;
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .circular-section .circular-wrapper .dataTables_wrapper {
    min-width: 800px;
    padding-bottom: 20px;
  }
  .circular-section
    .circular-wrapper
    .dataTables_wrapper
    .dataTables_filter
    label
    input[type="search"] {
    max-width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .circular-section .content-form {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .circular-section .content-form .dropdown-bx label {
    min-width: 110px;
  }
}

/* .content-dropdown {
    width: auto;
} */

.table_title h5 {
  color: var(--primary-color);
  margin: 10px 0 10px;
  font-family: Arial, Tahoma, Helvetica, Sans-Serif;
  font-size: 22px;
  font-weight: 600;
}

/* contactus-section start */

body.theme-dark .contactus-section .cards-wrap .cards{
    background-color: var(--primary-color);
}

.contactus-section .cards-wrap {
  gap: 1.875rem;
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .contactus-section .cards-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.875rem;
  }
}

@media (max-width: 640px) {
  .contactus-section .cards-wrap {
    grid-template-columns: 1fr;
  }
}

.contactus-section .cards-wrap .cards {
  background: #ffffff;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
  padding: 1.875rem;
}

.contactus-section .cards-wrap .cards h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.525rem;
  margin-bottom: 1.875rem;
}

.contactus_data {
  font-size: 14px;
  display: block;
}

.pre_format {
  white-space: pre;
}

@media (max-width: 991px) {
  .contactus-section .cards-wrap .cards {
    width: 100%;
  }
}

/* contactus-section end */

/* tender-section start */

.tender-section .card-group {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tender-section .list-group {
  background: var(--white);
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
}

.tender-section .tender_title {
  font-size: 13px;
}

.tender-section .tender_file {
  color: var(--primary-color);
  font-size: 13px;
}

.tender-section .tender_date {
  font-size: 13px;
}

/* tender-section end */

/* circular-section start */

.circular-wrapper {
  margin-top: 1.875rem;
}

.circular-section .circular-datatable {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.circular-wrapper table {
  overflow-x: auto;
}

/* circular-section end */

/* tender-section start */

.news-section .card-group {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news-section .list-group {
  background: var(--white);
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
}

.news-section .news_title {
  font-size: 13px;
}

.news-section .news_file {
  color: var(--primary-color);
  font-size: 13px;
}

.news-section .news_date {
  font-size: 13px;
}

/* tender-section end */

.custom_anchor {
  text-decoration: none;
}

.custom-h2 {
  line-height: 2.25rem !important;
}

#index-popup {
  .modal-dialog {
    display: grid;
    place-items: center;

    .modal-content {
      margin: 0;
      overflow: unset;
      background-color: var(--gray-200);

      .close {
        --i-size: 32px;
        position: absolute;
        top: calc(var(--i-size) / -1.75);
        right: calc(var(--i-size) / -1.75);
        background-color: var(--white);
        border: solid 1px var(--gray-200);
        font-size: calc(var(--i-size) - 4px);
        width: var(--i-size);
        height: var(--i-size);
        border-radius: var(--i-size);
        line-height: var(--i-size);
        transition: background-color 400ms;

        &:hover {
          background-color: var(--gray-200);
          color: var(--white);
        }
      }

      .modal-body {
        overflow: unset;
        height: auto;

        .popup-wrap {
          max-height: 90vh;
          overflow: auto;
          padding: 12px;
        }

        .popup-item {
          border: solid 1px var(--gray-300);
          padding: 0.5rem;

          h1 {
            text-align: center;
          }
        }
      }
    }
  }
}

/* Gallery slider custom CSS start */

.gallery.news-detail-gallery .gallery-slider {
  position: relative;
}

.gallery.news-detail-gallery .gallery-slider-btn-group {
  display: none;
}

.gallery.news-detail-gallery .gallery-slider .slick-prev,
.gallery.news-detail-gallery .gallery-slider .slick-next {
  position: absolute;
  top: -60px;
  display: block !important;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  transform: translateY(-50%);
  font-size: 0;
  border: 1px solid #7b7b7b;
  border-radius: 6.25rem;
  padding: 0;
  z-index: 9;
}

.gallery.news-detail-gallery .gallery-slider .slick-next {
  right: 15px;
}

.gallery.news-detail-gallery .gallery-slider .slick-prev {
  right: calc(3rem + 35px);
}

.gallery.news-detail-gallery .gallery-slider .slick-prev:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/icons/arrow-right-blue.svg) no-repeat center;
  display: block;
  transform: rotate(180deg);
}

.gallery.news-detail-gallery .gallery-slider .slick-next:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/icons/arrow-right-blue.svg) no-repeat center;
  display: block;
}

@media screen and (max-width: 767px) {
  .gallery.news-detail-gallery .heading {
    text-align: left;
  }
  .gallery.news-detail-gallery .heading h3 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 576px) {
  .gallery.news-detail-gallery .heading {
    padding-bottom: 2rem;
  }
  .gallery.news-detail-gallery .gallery-slider .slick-prev,
  .gallery.news-detail-gallery .gallery-slider .slick-next {
    height: 2rem;
    width: 2rem;
  }
  .gallery.news-detail-gallery .gallery-slider .slick-prev {
    right: calc(2rem + 25px);
  }
  .gallery.news-detail-gallery .gallery-slider .slick-prev:before,
  .gallery.news-detail-gallery .gallery-slider .slick-next:before {
    background-size: 15px;
  }
}

/* Gallery slider custom CSS end */

/* Achivement and award slider css  */

.gallery-tabs-content-inner .achivement-slider,
.gallery-tabs-content-inner .award-slider{
  margin-top: 25px;
}

.gallery-tabs-content-inner .achivement-slider figure,
.gallery-tabs-content-inner .award-slider figure{
  max-width: 100%;
  overflow: hidden;
}

.gallery-tabs-content-inner .achivement-slider .custom_anchor,
.gallery-tabs-content-inner .award-slider .custom_anchor{
  border: 0.0625rem solid var(--gray-300);
  border-radius: 5px;
  padding: 10px;
  margin-inline: 10px;
  min-height: 380px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.25rem 0.75rem;
}

.gallery-tabs-content-inner .achivement-slider .slick-dots,
.gallery-tabs-content-inner .award-slider .slick-dots{
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding-left: 0;
  margin-top: 15px;
}

.gallery-tabs-content-inner .achivement-slider .slick-dots li,
.gallery-tabs-content-inner .award-slider .slick-dots li{
  line-height: normal;
}

.gallery-tabs-content-inner .achivement-slider .slick-dots li button,
.gallery-tabs-content-inner .award-slider .slick-dots li button{
  font-size: 0;
  height: 15px;
  width: 40px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background-color: #7b7b7b;
  padding: 0;
}

.gallery-tabs-content-inner .achivement-slider .slick-dots li.slick-active button,
.gallery-tabs-content-inner .award-slider .slick-dots li.slick-active button{
  background-color: var(--primary-color);
}

.gallery-tabs-awrd-arch .tabs-content {
  display: block !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.gallery-tabs-awrd-arch .tabs-content.activeClass {
  visibility: visible;
  height: auto;
}