:root {
    --btn-color: #1F8009;
    --title-color: #2F2F2F;
    --blue-txt-color: #1E5DAA;
    --ff-Noto-Sans: "Noto Sans", sans-serif;
    --ff-Inter: "Inter", sans-serif;
}


@media screen and (min-width: 900px) and (max-width: 1100px) {
    .dropdown-toggle::after {
         float: none !important; 
    }
    .appdownload .justify-content-between{
        height: 285px; 
    }
}

p {
    text-align: justify;
}

ul li {
    text-align: justify;
}

button#state-it-secretaries {
    display: none !important;
}

div#negd-team-123 {
    display: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.news-col-wrap #news_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-col-wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border: 1px solid #0740ab;
  color: #000;
  margin-bottom: 20px !important;
  border-radius: 10px;
  text-align: left;
  width: 100%;
}

.news-col-wrap ul li:last-child {
  margin-bottom: 0px;
}

.news-col-wrap .news-title {
  /* background: linear-gradient(to left, #fff 50%, var(--dic-themeblue) 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
  clip-path: polygon(0% -900%, 0% 900%, 100% 54%);
  border-left: 2px solid var(--dic-themeblue); 
  width: 85%;*/
  padding: 15px;
  /* border-radius: 10px 0px 0px 10px; */
}

.news-col-wrap .news-title a {
  font-size: 12px !important;
  font-weight: 500;
  color: #000 !important;
}

/* .news-col-wrap .news-title:hover {
  background-position: left;
} */

.news-col-wrap .news-title:hover a {
  color: var(--dic-themeblue) !important;
  cursor: pointer;
}

.news-col-wrap .news-blg-btn-col {
  /* width: 15%; */
  padding: 15px;
}

.news-col-wrap a.news-blg-btn {
  font-size: 13px !important;
  color: #FFF;
  padding: 12px 30px;
  background-color: var(--dic-themeblue);
  border-radius: 10px;
}

.news-blg-btn-col a.news-blg-btn {
    background: #1e5daa !important;
}

@media (max-width: 768px) {
  .news-col-wrap ul li {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
  }

  .news-col-wrap .news-title {
    clip-path: polygon(0% -900%, 0% 900%, 100% 54%);
    width: 100%;
  }

  .news-col-wrap .news-blg-btn-col {
    width: auto;
  }

}




.our-services-slider {
    margin-top: 3rem;
    background: #E4F0FF;
}
.our-services-slider .rgt-con {
/*    padding-right: 60px;*/
    row-gap: 50px;
}
.our-services-slider .key-initiatives-title {
    font-family: var(--ff-Noto-Sans);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: var(--title-color);
}
span.hr-line {
    width: 77.25px;
    height: 0px;
    display: inline-block;
    border: 1px solid var(--title-color);
    vertical-align: middle;
    margin-left: 4px;
    border-radius: 10px;
}
.our-services-slider .ser-title {
    font-family: var(--ff-Noto-Sans);
    font-size: 32px;
    font-weight: 600;
    line-height: 43.58px;
    text-align: left;
    color: var(--blue-txt-color);
}
.our-services-slider .desc {
    font-family: var(--ff-Inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-align: justify;
}
.circle-carousel .slides .slide .btn.btn-success {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    border-radius: 6px;
}
#about-us-home .auh-left .auh-left-link a,
#negd_front_projects .negd-m-viewAll a,
#negd-media-state .state-poliy-tb-link a,
#negd-media-front .negd-m-viewAll a,
.negd-workshops-viewAll a {
    color: var(--btn-color);
    border: 1px solid var(--btn-color);
    transition: all .15s ease-in-out;
    border-radius: 6px;
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
}
.circle-carousel .slides .slide .btn.btn-success:hover,
#about-us-home .auh-left .auh-left-link a:hover,
#negd_front_projects .negd-m-viewAll a:hover,
#negd-media-state .state-poliy-tb-link a:hover,
#negd-media-front .negd-m-viewAll a:hover,
.negd-workshops-viewAll a:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
.circle-carousel .slides .slide .btn.btn-success:focus {
    box-shadow: none;
}
.circle-carousel {
    position: relative;
    overflow: hidden;
}
.circle-carousel .slide {
    width: 100%;
    height: 100%;
}
.circle-carousel .pagination {
    position: absolute;
    top: 50%;
    left: 13vw;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 58vw;
    height: 58vw;
    border-radius: 50%;
    transition-property: transform;
    transition-timing-function: ease-out;
    pointer-events: none;
    user-select: none;
    border: 2px dashed #133C4E38;
}
.circle-carousel .pagination .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    pointer-events: auto;
    transition: 0.3s;
    background: #BAD9FF;
    filter: blur(4px);
}
.circle-carousel .pagination .item svg {
    width: 50%;
}
.circle-carousel .pagination .item.active svg {
    width: auto;
}
.circle-carousel .pagination .dot:hover {
    cursor: pointer;
}
.circle-carousel .pagination .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.circle-carousel .pagination .item.active .dot {
    color: #ffffff;
    width: 100px;
    height: 100px;
    background-color: var(--btn-color);
    filter: none;
}
.circle-carousel .next:hover,
.circle-carousel .prev:hover {
    cursor: pointer;
}
.circle-carousel .pagination .item.active .dot path {
    fill: #FFF3E1;
}
.circle-carousel .slider-arrows .prev {
    margin-right: 15px;
}
.circle-carousel .slider-arrows .arrow {
    width: fit-content;
    display: inline-block;
}
.circle-carousel .slides {
    position: relative;
    display: flex;
    align-items: center;
    height: 311px;
}
.circle-carousel .slides .slide {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.circle-carousel .slide {
    opacity: 0;
    transition: opacity 1s ease;
    display: none;
}
.circle-carousel .slide.active {
    opacity: 1;
    z-index: 9;
    display: block;
}
.circle-carousel .slide h2 {
    opacity: 0;
    transition: opacity 1s ease;
}
.circle-carousel .slide.active h2 {
    opacity: 1;
}
.left-img img {
    width: 100%;
}
.left-img .pagination .dot img {
    width: auto;
    transform: rotate(-90deg);
    max-width: 47px;
}
.negd-events {
    padding: 3rem 0;
    background: #F4FAFF;
}
#negd-media-front .nav-pills .nav-item a {
    padding: 8px 32px;
}
.negd-events .events-title p {
    font-family: var(--ff-Noto-Sans);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0.35rem;
}
.negd-events .events-title .hr-line {
    margin-left: 10px;
}
.negd-events .events-head .heading {
    font-family: var(--ff-Noto-Sans);
    color: var(--blue-txt-color);
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0.75rem;
}
.negd-events .card-container {
    height: 100%;
}
.negd-events .events-slider .card {
    height: 300px;
    border-radius: 12px;
    border: none;
    justify-content: space-between;
    margin: 0 12px;
    cursor: pointer;
}
.negd-events .events-slider .card .evt-img {
    height: 100%;
    width: 100%;
    position: absolute;
}
.negd-events .events-slider .card .evt-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.negd-events .events-slider .card .ab-con {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 30px 20px;
}
.negd-events .events-slider .card .evt-img:before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    position: absolute;
    width: 100%;
    height: 100%;
}
.workshops-tabs .no-records {
    border-radius: 6px;
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.events-slider .loc-btn span {
    font-family: var(--ff-Noto-Sans);
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.Upcoming_Events_wrap .card-container .loc-btn {
    gap: 5px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.negd-events .evt-des p {
    font-family: var(--ff-Noto-Sans);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.negd-events .evt-date {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    width: fit-content;
    display: flex;
}
.negd-events .evt-date img {
    margin-right: 8px;
    width: 17px;
}
.negd-events .evt-date span {
    font-family: var(--ff-Noto-Sans);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.events-slider .loc-btn .btn-primary:focus {
    box-shadow: none;
}
.hdr-right .all-events-btn .view-all {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    border-radius: 6px;
}
.hdr-right .all-events-btn .view-all:focus {
    box-shadow: none;
}
.hdr-right .all-events-btn .view-all:hover {
    background-color: var(--btn-color);
    color: #fff;
}
.negd-events .events-header {
    column-gap: 20px;
}
.negd-workshops {
    padding: 3rem 0;
    background: #F4FAFF;
}
.negd-workshops .workshops-title p {
    font-family: var(--ff-Noto-Sans);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0.35rem;
}
.workshops-head .heading {
    font-family: var(--ff-Noto-Sans);
    color: var(--blue-txt-color);
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0.75rem;
}
.workshops-slider .card {
    width: 100%;
    padding: 25px 20px;
    border: none;
    border-radius: 16px;
    margin-bottom: 0;
}
.workshops-slider .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
    justify-content: space-between;
    column-gap: 10px;
}
.workshops-slider .card .card-header-lft .date {
    color: var(--blue-txt-color);
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
}
.workshops-slider .card .card-header-lft .card-title {
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #131313;
    font-family: var(--ff-Noto-Sans);
}
.workshops-slider .card .card-header-rgt {
    border: 1px solid #ccc;
    border-radius: 50%;
    flex: 0 0 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.workshops-slider .card .card-header-rgt img {
    width: 60px;
}
.workshops-slider .target-audience {
    padding-bottom: 15px;
}
.workshops-slider .target-audience span {
    display: block;
    background-color: #f3f7fd;
    color: #212121;
    padding: 4px 10px;
    border-radius: 40px;
    font-family: var(--ff-Noto-Sans);
    font-size: 13px;
    line-height: 18px;
}
.workshops-slider .loc-and-date .location, .workshops-slider .loc-and-date .register-by {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 0;
    line-height: 26px;
}
.workshops-slider .loc-and-date .location span, .workshops-slider .loc-and-date .register-by span {
    color: #7F7F7F;
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
}
.workshops-slider .buttons {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
    padding-top: 20px;
}
.workshops-slider .buttons .btn-primary {
    padding: 10px 24px;
    border-radius: 6px;
    border: 1px solid var(--blue-txt-color);
    font-family: var(--ff-Inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--blue-txt-color);
    background-color: transparent;
}
.workshops-slider .buttons .btn-primary:hover {
    background-color: var(--blue-txt-color);
    color: #FDFAF6;
}
.workshops-slider .buttons .btn-secondary {
    padding: 10px 24px;
    border-radius: 6px;
    font-family: var(--ff-Inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FDFAF6;
    background-color: var(--blue-txt-color);
    border: 1px solid transparent;
}
.workshops-slider .buttons .btn-secondary:hover {
    background-color: transparent;
    border: 1px solid var(--blue-txt-color);
    color: var(--blue-txt-color);
}
.workshops-tabs .nav-tabs {
    margin: 20px 0 40px;
    border-bottom: none;
    width: fit-content;
    position: relative;
}
.workshops-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.workshops-tabs .nav-tabs .nav-link {
    border-radius: 5px 5px 0px 0px;
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--blue-txt-color);
    padding: 8px 32px;
}
#negd-media-state .nm-state-tabs .nav-tabs .nav-item .nav-link {
    padding: 8px 32px;
}
.workshops-tabs .nav-tabs .nav-item {
    border-bottom: 2px solid var(--blue-txt-color);
}
.workshops-tabs .nav-tabs .nav-link.active {
    background-color: var(--blue-txt-color);
    color: #fff;
    border-color: var(--blue-txt-color);
}
.workshops-tabs .nav-tabs .nav-link:focus {
    border-color: transparent;
}
.negd-events .events-slider > .row, .negd-workshops .workshops-slider > .row {
    position: relative;
}
.negd-events .slick-list, .negd-workshops .workshops-slider .slick-list {
    overflow: visible;
}
.negd-events .events-slider .row:before, .negd-workshops .workshops-slider > .row:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    left: -200%;
    background-color: #f4faff;
    z-index: 9;
}
.negd-workshops .workshops-slider .slick-list .slick-track {
    display: flex;
    margin: 0;
}
.negd-workshops .workshops-slider .slick-slide {
    height: auto;
}
.negd-workshops .workshops-slider .slick-slide .card-container, .negd-workshops .workshops-slider .slick-slide .card-container .card {
    height: 100%;
}

/* calendar */

.media_wrap #calendar-info {
    background-color: #E4F0FF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
}
.media_wrap #calendar-info #calendar-date {
    font-family: var(--ff-Noto-Sans);
    font-weight: 600;
    line-height: normal;
    color: #212121;
}
.media_wrap #calendar-info #year-dropdown {
    font-family: var(--ff-Noto-Sans);
    float: right;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #C6C6C6;
    font-weight: 500;
    line-height: normal;
    color: #212121;
    width: auto;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    appearance: auto;
    background-image: unset;
}
.media_wrap #event-calendar, .media_wrap #event-calendar .ui-datepicker {
    padding: 0;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr th {
    background-color: #fff;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr th span {
    font-family: var(--ff-Noto-Sans);
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr td {
    padding: 0;
    background-color: #ffffff;
    opacity: 1;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr td a {
    font-family: var(--ff-Noto-Sans);
    background-color: #fff !important;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #212529 !important;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr:hover {
    background-color: #fff !important;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr .ui-state-active {
    color: #fff !important;
    border-radius: 4px;
    z-index: 1;
    position: relative;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr .ui-state-active:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: var(--blue-txt-color);
    z-index: -1;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.media_wrap #event-calendar {
    box-shadow: 0px 24px 48px -12px #2121212E;
    min-height: 302px;
    background-color: #fff;
}
.media_wrap #event-calendar .ui-datepicker {
    border-radius: 10px;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr td.ui-datepicker-other-month {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #21252980 !important;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr td span {
    font-family: var(--ff-Noto-Sans);
    border: none;
    font-size: 16px !important;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #212529 !important;
}
.media_wrap #event-calendar .ui-datepicker-calendar tr td.ui-state-disabled span {
    background: #fff;
    opacity: .35;
}
.media_wrap #event-calendar .ui-datepicker thead, .media_wrap #event-calendar .ui-datepicker tbody {
    border: none;
}
.Upcoming_Events_wrap .heading {
    font-family: var(--ff-Noto-Sans);
    font-size: 32px;
    font-weight: 600;
    line-height: 43.58px;
    text-align: left;
    color: var(--blue-txt-color);
}
.Upcoming_Events_wrap .custom-navs {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.Upcoming_Events_wrap .custom-navs .slick-dots {
    position: static;
    display: flex;
}
.Upcoming_Events_wrap .custom-navs .slick-dots li {
    background: transparent;
    border: 1px solid var(--blue-txt-color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.Upcoming_Events_wrap .custom-navs .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}
.Upcoming_Events_wrap .custom-navs .slick-dots li button:before {
    display: none;
}
.Upcoming_Events_wrap .upcoming-events {
    margin-bottom: 20px;
    width: 90%;
}
.Upcoming_Events_wrap .custom-navs .slick-dots li.slick-active {
    width: 50px !important;
    height: 8px !important;
    border-radius: 6px !important;
    background-color: var(--blue-txt-color);
    margin-top: 1px;
}
.Upcoming_Events_wrap .custom-navs .slick-arrow img {
    width: 10px;
    height: 18px;
}
.upcoming-events .event-card-content img {
    width: 24px;
    height: 24px;
}
.upcoming-events .event-card-content {
    background: linear-gradient(360deg, #010304cc 50%, rgb(3 3 3 / 0%) 100%);
    padding: 25px 33px;
    font-family: var(--ff-Noto-Sans);
}
.upcoming-events .event-card-content {
    background: linear-gradient(360deg, #010304cc 50%, rgb(3 3 3 / 0%) 100%);
    padding: 25px 33px;
    font-family: var(--ff-Noto-Sans);
}
.upcoming-events .event-card-content h4 {
    font-family: var(--ff-Noto-Sans);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upcoming-events .event-card-content .event-location {
    gap: 5px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.upcoming-events .event-card-content .event-location span {
    font-size: 16px;
    line-height: normal;
}
.upcoming-events .event-card-content .event-date p {
    margin-bottom: 0;
    border-radius: 40px;
    background-color: #FFF5E9;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding: 5px 14px;
    margin-top: 5px;
}
.upcoming-events .event-card-content .event-date .event-link {
    padding: 12px 28px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.Upcoming_Events_wrap .upcoming-events .event-card > img {
    object-fit: cover;
    object-position: bottom;
}

.Upcoming_Events_wrap .card-container {
    height: 100%;
}
.Upcoming_Events_wrap .events-slider .card {
    border-radius: 12px;
    border: none;
    justify-content: space-between;
    margin: 0;
    height: 100%;
}
.Upcoming_Events_wrap .events-slider .card .evt-img {
    height: 100%;
    width: 100%;
}
.Upcoming_Events_wrap .events-slider .card .evt-img img {
    height: 100%;
    width: 100%;
    object-fit: inherit;
    object-position: bottom;
}
.Upcoming_Events_wrap .events-slider .card .ab-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(360deg, #010304cc 50%, rgb(3 3 3 / 0%) 100%);
    padding: 25px 33px;
}
.Upcoming_Events_wrap .d-flex.evt-date {
    margin: 0 !important;
}
.Upcoming_Events_wrap .evt-des p {
    font-family: var(--ff-Noto-Sans);
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Upcoming_Events_wrap .evt-des {
    width: fit-content;
    display: block;
}

.Upcoming_Events_wrap .evt-date img {
    margin-right: 8px;
    width: 17px;
}
.Upcoming_Events_wrap .card-container .evt-date .event-link {
    padding: 12px 28px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.Upcoming_Events_wrap .slide-counter-wrapper {
    width: fit-content;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.Upcoming_Events_wrap .card-container .loc-btn img {
    width: 24px;
    height: 24px;
}
.Upcoming_Events_wrap .card-container .evt-date .event-link:hover {
    color: #fff;
    background-color: #1e5daa;
    border-color: #1e5daa;
}
.Upcoming_Events_wrap .card-container .evt-date .event-link:focus {
    color: #fff;
}
.Upcoming_Events_wrap .evt-date span {
    font-family: var(--ff-Noto-Sans);
    border-radius: 40px;
    background-color: #FFF5E9;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    padding: 5px 14px;
}
.Upcoming_Events_wrap .events-header {
    column-gap: 20px;
}

.Upcoming_Events_wrap .swiper-container {
    width: 750px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Upcoming_Events_wrap .swiper-slide {
    height: 357px;
}
.Upcoming_Events_wrap .viewallBtn_outline .btn-success {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    border-radius: 6px;
}
.Upcoming_Events_wrap .viewallBtn_outline .btn-success:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
.Upcoming_Events_wrap .swiper-button-prev, .Upcoming_Events_wrap .swiper-button-next {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 20px;
    color: #000;
}
.Upcoming_Events_wrap .swiper-button-prev:after, .Upcoming_Events_wrap .swiper-button-next:after {
    display: none;
}
.Upcoming_Events_wrap .slick-arrow {
    position: static;
}
.Upcoming_Events_wrap .swiper-pagination {
    position: static;
    margin-top: 10px;
}
.Upcoming_Events_wrap {
    padding: 30px 0px 15px;
    background-color: #F4FAFF;
}
.Upcoming_Events_wrap .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #9D9D9D !important;
    background-color: transparent !important;
    opacity: 1;
}
.Upcoming_Events_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--blue-txt-color) !important;
    border-color: var(--blue-txt-color) !important;
}
.Upcoming_Events_wrap #upcoming-events {
    overflow: hidden;
}
#upcoming-events .events-swiper {
    position: relative;
}
.Upcoming_Events_wrap .viewallBtn_outline .btn-success:focus {
    box-shadow: none;
}
.Upcoming_Events_wrap div#nav-buttons {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
.our-teams {
    background-color: #F4FAFF;
    padding: 90px 0 64px;
}
.our-teams .our-teams-tabs .nav-tabs {
    margin-left: 0;
    border: none;
    margin-bottom: 25px;
    justify-content: center;
}
.our-teams .nav-tabs .nav-item {
    border-bottom: 2px solid var(--blue-txt-color);
}
.our-teams .nav-tabs .nav-item .nav-link {
    border-radius: 5px 5px 0px 0px;
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--blue-txt-color);
}
.our-teams .nav-tabs .nav-item .nav-link.active {
    background-color: var(--blue-txt-color);
    color: #fff;
    border-color: var(--blue-txt-color);
}
.our-teams .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
}
.our-teams-tabs .card {
    padding: 24px;
    background-color: #FFFFFF;
    margin-bottom: 0;
    border-radius: 12px;
    border: 1px solid #CEE4FF;
    height: 100%;
}
.our-teams-tabs .tab-pane > .row {
    row-gap: 24px;
}
.our-teams-tabs .tm-member .member-name {
    font-family: var(--ff-Noto-Sans);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: var(--blue-txt-color);
}
.our-teams-tabs .tm-member .member-info {
    font-family: var(--ff-Noto-Sans);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--title-color);
}
.our-teams-tabs .dropdown {
    text-align: center;
}
.our-teams-tabs .dropdown .btn {
    border-radius: 5px;
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    min-width: 240px;
    color: #fff;
    background-color: var(--blue-txt-color);
    border-color: var(--blue-txt-color);
}
.our-teams-tabs .dropdown .btn:focus {
    box-shadow: none;
}
.our-teams-tabs .dropdown .btn:after {
    margin-left: 10px;
}
.our-projects .proj-img {
    position: relative;
}
.our-projects .proj-img .proj-sm-img {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFFFFF80;
    width: 60px;
    height: 60px;
    text-align: center;
    border-top-right-radius: 16px;
    backdrop-filter: blur(20px);
}
.our-projects .proj-img .proj-sm-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 65%;
}
.our-projects .pr-card {
    margin-bottom: 24px;
}
.our-projects .proj-img > img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 243px;
    object-fit: cover;
}
.our-projects .card {
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #DDDDDD;
    margin-bottom: 0;
    background-color: #fff;
    height: 100%;
}
.our-projects .title {
    font-family: var(--ff-Noto-Sans);
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: var(--title-color);
    margin-top: 10px;
}
.our-projects .desc {
    font-family: var(--ff-Noto-Sans);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--title-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.our-projects .view-project-btn {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--blue-txt-color);
}
.our-projects .view-more img {
    margin-left: 6px;
    cursor: pointer;
    width: 15px;
}
.our-projects {
    padding: 50px 0;
    background-color: #F4FAFF;
}
#banner.banner-bg {
    background: linear-gradient(90deg, #002D65 0%, #205C13 100%);
    margin-bottom: 0;
}
.pagination .page-link {
    border-radius: 3px;
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--blue-txt-color);
    background-color: transparent;
    border: none;
}
.pagination .page-link:focus {
    box-shadow: none;
}
.pagination .page-item.active .page-link.current {
    background-color: var(--blue-txt-color);
    border-color: var(--blue-txt-color);
    color: #fff;
}
.pagination .page-item a:hover {
    background-color: transparent;
}
.page-item .page-link {
    transition: all .3s ease-in-out;
}
.pagination {
    margin-bottom: 0;
    margin-top: 10px;
    gap: 15px;
}
.pagination .page-link:not(.next, .prev) {
    border: 1px solid var(--blue-txt-color);
}
.our-projects .pagination .next.page-link {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
}
.our-projects .pagination .prev.page-link {
    padding-right: 5px;
    padding-left: 5px;
}
.pagination .page-link:not(.next, .prev):hover {
    background-color: var(--blue-txt-color);
    color: #fff;
}
.pagination li {
    display: inline-block !important;
}
.our-projects .pagination:before, .our-projects .pagination:after {
    display: none;
}
.our-teams .contact-info .ph-num, .our-teams .contact-info .mail {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-ceo .card .state i, .our-teams-tabs .card .state i {
    color: #1e5daa;
}
.our-teams .contact-info .mail span {
    overflow-wrap: anywhere;
}
.our-teams .contact-info .state {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 5px;
}
.our-teams .contact-info p span {
    font-family: var(--ff-Noto-Sans);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--title-color);
}
.our-teams .contact-info p {
    margin-bottom: 12px;
}
.our-teams .contact-info p:last-of-type {
    margin-bottom: 0;
}
.about-ceo {
    margin-bottom: 80px;
}
.about-ceo > .card {
    overflow: visible;
    background-color: #D0E5FF;
    border: none;
    border-radius: 12px;
}
.about-ceo .prof-pic {
    text-align: right;
}
.about-ceo .prof-pic img {
    max-width: 270px;
    margin-right: 40px;
}
.about-ceo .info .name {
    font-family: var(--ff-Noto-Sans);
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    color: var(--blue-txt-color);
}
.about-ceo .info .name {
    font-family: var(--ff-Noto-Sans);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: var(--blue-txt-color);
}
.about-ceo .info .title {
    font-family: var(--ff-Noto-Sans);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #151515;
}
.our-teams .no-records {
    font-family: var(--ff-Noto-Sans);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: var(--title-color);
    text-align: center;
}
.project-details .apt-p-s-image {
    height: 100%;
}
.project-details .apt-p-s-image img {
    height: auto;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-width: 500px;
}
#apt-para-sec.project-details .apt-p-s-link {
    margin-bottom: 0;
    display: flex;
    margin-top: 1.5rem;
}
.jb-filters .filters-form {
    margin: 2rem 0 15px;
    border-radius: 15px;
    background-color: #E4F0FF;
    padding: 35px 30px 35px;
    overflow: hidden;
}
.jb-filters .form-group .form-control {
    color: #666;
    font-size: 16px;
    height: 40px;
    font-family: var(--ff-Noto-Sans);
    border-radius: 5.4px !important;
    border: 1px solid var(--blue-txt-color) !important;
    background-color: #FFF !important;
    padding: 6px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 0;
}
.jb-filters .jb-search-location {
    width: 29.3% !important;
}
.jb-filters .form-group .form-control:not(#keywords, .blog-datepicker) {
    background: url('../images/icon/select-arrow.png') no-repeat center right 10px;
    cursor: pointer;
}
.jb-filters .jb-search-button {
    width: 20.666667%;
}
.jb-filters .jb-search-button .btn-search {
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    height: 40px;
    padding: 0;
    width: 100%;
    border-radius: 5.4px;
    background-color: var(--btn-color);
}
.jb-listing {
    padding-top: 10px;
}
.jb-listing .jobgrid .card {
    box-shadow: 0 0 40px rgba(29,58,83,.15)!important;
    border-radius: 10px;
    border: none;
    padding: 25px 20px;
    background: #FFF;
    cursor: pointer;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
}
.jb-listing .job-date {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: var(--ff-Noto-Sans);
    color: var(--blue-txt-color);
}
.jb-listing .job-date i {
    margin-right: 10px;
}
.jb-listing .job-info .job-title {
    margin: 0 0 10px;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    font-family: var(--ff-Noto-Sans);
    color: var(--title-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jb-filters .jb-search-button .btn-search:focus {
    box-shadow: none;
}
.jb-listing .company-logo {
    margin-bottom: 15px;
}
.jb-listing .company-logo img {
    border: none;
    max-width: none !important;
    height: 50px !important;
    width: auto;
}
.jb-listing .dura-and-loc {
    display: flex;
    gap: 30px;
}
.jb-listing .dura-and-loc {
    font-size: 14px;
    font-family: var(--ff-Noto-Sans);
    color: var(--blue-txt-color);
}
.jb-listing .dura-and-loc i {
    margin-right: 10px;
}
.jb-listing .jobgrid .card:hover {
    background-color: var(--blue-txt-color);
}
.jb-listing .jobgrid .card:hover .job-date, .jb-listing .jobgrid .card:hover .job-info .job-title, .jb-listing .jobgrid .card:hover .dura-and-loc {
    color: #fff;
}
.jb-listing .jobgrid .card:hover .company-logo img {
    background-color: #ffffff;
    padding: 7px 10px;
    border-radius: 10px;
}
.job-details {
    margin: 30px 0 0;
    background-color: #fff;
}
.job-details .job-title h3 {
    font-size: 24px;
    font-family: var(--ff-Noto-Sans);
    margin-bottom: 10px;
    color: var(--btn-color);
    font-weight: 500;
}
.job-details .header-margin-top span {
    color: var(--title-color);
}
.job-details .header-margin-top i {
    margin-right: 10px;
    color: var(--blue-txt-color);
}
.header-margin-top .job-type, .header-margin-top .job-location, .header-margin-top .job-date {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: var(--ff-Noto-Sans);
}
.job-details .job-description p, .job-details .job-description li {
    margin: 0 0 10px;
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
}
.job-details .job-description strong {
    color: var(--title-color);
}
.job-details .job-description .table-striped tbody {
    border: none;
}
.job-details .job-description .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.job-details .job-description .table-striped > tbody > tr:nth-of-type(even):hover {
    background-color: #ddd;
}
.job-details .job-description .table-striped tbody td {
    border: none;
    padding: 8px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: var(--ff-Noto-Sans);
}
.job-details .job-description li {
    margin-bottom: 0;
}
.hiring-procedure {
/*    padding-bottom: 3rem !important;*/
}
.hiring-procedure .heading {
    margin: 20px 0 50px;
    font-family: var(--ff-Noto-Sans);
    color: var(--blue-txt-color);
    font-size: 1.875rem;
    font-weight: 600;
    position: relative;
    width: fit-content;
}
.hiring-procedure .heading:after {
    content: '';
    position: absolute;
    width: 83%;
    height: 1px;
    background-color: #000;
    bottom: -15px;
    left: 0;
}
.hiring-procedure .hp-col {
    border: 1px solid var(--blue-txt-color);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    text-align: center;
}
/* .hiring-procedure .hp-col .selection-process {
    position: relative;
    z-index: 9;
} 
.hiring-procedure .hp-col .selction-info {
    position: absolute;
    z-index: 99;
    width: 87%;
    padding: 0% 9%;
    margin: 0 auto;
    text-align: center;
    top: 10%;
    left: 0;
} 
.hiring-procedure .selction-info img {
    width: 40px;
} */
.hiring-procedure .selction-info span {
    display: block;
    color: #000;
    font-family: var(--ff-Noto-Sans);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 13px 0px 0px 0px;
    padding: 0;
}
.hiring-procedure .selction-info p {
    color: #000;
    font-family: var(--ff-Noto-Sans);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 9px 0px 9px;
    padding: 0;
}
.news_listing {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
h3.headingsection {
    color: #000;
    font-family: var(--ff-Noto-Sans);
    font-weight: 700;
    font-size: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    line-height: 1.25;
}
.card-header-initiative {
    border-radius: 8px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
}
.news_listing .news_listing_image img {
    height: 230px;
    object-fit: cover;
}
.news_listing .card-title a {
    color: #000;
    font-family: var(--ff-Noto-Sans);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.newslist-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.news_listing .card {
    border: none;
    margin: 0;
    background: transparent;
}
.newslist-description p {
    font-size: 14px;
    font-family: var(--ff-Noto-Sans);
    color: #000;
}
.news_listing .card-title a:hover {
    color: var(--blue-txt-color);
}
.news_listing .post_info .btn {
    padding: 8px 16px;
    border-radius: 6px;
    background-color: var(--blue-txt-color);
    color: #FDFAF6;
    border-color: var(--blue-txt-color);
    font-family: var(--ff-Noto-Sans);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
}
.news_listing .post_info .btn:hover {
    color: var(--blue-txt-color);
    background-color: transparent;
}
.view_more_press_release {
    background-color: #F2F9FF;
    padding-bottom: 1.5rem !important;
}
.view_press_release_main .viewallBtn a {
    padding: 8px 16px;
    border-radius: 6px;
    background-color: var(--blue-txt-color);
    color: #FDFAF6;
    border-color: var(--blue-txt-color);
    font-family: var(--ff-Noto-Sans);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.view_press_release_main .viewallBtn a:hover {
    background-color: transparent;
    color: var(--blue-txt-color);
    border-color: var(--blue-txt-color);
}
#negd-media-front .press-release-right .prr-block {
    height: 130px;
}
#negd-media-front .press-release-right .prr-block .ppr-b-right {
    padding-right: 15px;
}
#negd-media-front .press-release-right .prr-block .ppr-b-left {
    flex: 0 0 145px;
}
#negd-media-front .ppr-b-r-heading h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#negd-media-front .press-release-left .prl-heading h3 {
    color: #000;
}
#negd-media-front .press-release-right .ppr-b-r-date {
    color: #626262;
}
#negd-media-front .ppr-b-r-heading h4 {
    color: #5A5A5A;
}
#negd-media-front .press-release-right .prr-block .ppr-b-left img {
    height: 100%;
}
#negd-media-front .press-release-left .prl-img img {
    width: 100%;
}
.news_listing .post_info .btn:focus {
    box-shadow: none;
}
.main-wrapper {
    padding: 2rem 0 0;
    font-family: var(--ff-Noto-Sans);
}
.main-wrapper h2 {
    font-family: var(--ff-Noto-Sans);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin-bottom: 15px;
}
.main-wrapper h3 {
    font-family: var(--ff-Noto-Sans);
    font-size: 28px;
    font-weight: 500;
}
.main-wrapper th, .main-wrapper td {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: var(--ff-Noto-Sans);
    font-size: 15px;
}
.main-wrapper p {
    margin-bottom: 12px;
    font-size: 15px;
}
.main-wrapper th {
    font-size: 18px;
}
.main-wrapper li {
    font-size: 15px;
}
.feedback-form .wpcf7-form-control-wrap input, .feedback-form .wpcf7-form-control-wrap select, .feedback-form .wpcf7-form-control-wrap textarea {
    border: 1px solid #ced4da;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 0;
}
.feedback-form .wpcf7-form-control-wrap input::placeholder, .feedback-form .wpcf7-form-control-wrap textarea::placeholder {
    color: #626262;
}
.main-wrapper .feedback-form p {
    margin-bottom: 20px;
}
.feedback-form label {
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
}
.feedback-form .wpcf7-form-control-wrap select {
    padding-bottom: 5px;
    color: #626262;
}
.feedback-form .wpcf7-not-valid-tip {
    margin-top: 2px;
}
.feedback-form .wpcf7-submit {
    padding: 8px 16px;
    border-radius: 6px;
    background-color: var(--blue-txt-color);
    color: #FDFAF6;
    border-color: var(--blue-txt-color);
    font-family: var(--ff-Noto-Sans);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
}
.feedback-form .wpcf7-submit:focus {
    box-shadow: none;
}
.feedback-form .wpcf7-submit:hover {
    background-color: transparent;
    color: var(--blue-txt-color);
}
.main-wrapper .wpb_wrapper {
    overflow: auto;
}
.main-wrapper .wpcf7 form.invalid .wpcf7-response-output {
    margin: 1em 0em 0em;
}
footer .footer-links-menu-class ul li.active>a {
    background: transparent;
    color: #525c66;
}
.divisions-wrapper {
    background-color: #F4FAFF;
    padding: 3rem 0rem;
}
.divisions-wrapper .project-details {
    margin: 0 !important;
}
.divisions-wrapper .l-txt-r-img {
    margin-top: 3.5rem;
}
.divisions-wrapper .our-teams-tabs .dropdown .btn {
    min-width: 270px;
}
.divisions-wrapper.our-teams .our-teams-tabs .nav-tabs {
    margin-bottom: 40px;
}
.divisions-wrapper #apt-para-sec.project-details .apt-p-s-link {
    margin-top: 4rem;
}
.cp-building-main {
    background-color: #F4FAFF;
}
.cp-building-main #apt-p-s-key-features {
    margin-bottom: 0;
    padding-bottom: 4rem;
}
.cp-building-main section.sec-two#apt-para-sec {
    margin: 4rem 0rem 5rem;
}
#apt-p-s-key-features .aptps-key-block {
    background-color: #ffffff;
    height: 100%;
}
#apt-p-s-key-features .aptps-key-block .aptps-k-b-icon {
    width: fit-content;
    background-color: #F4FAFF;
    border-radius: 50%;
    padding: 16px;
}
#banner.banner-bg.project-banner {
    background: unset;
    position: relative;
    padding: 0;
}
#banner.banner-bg.project-banner .ab-div {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 100%;
}
#banner.project-banner .apt-n-l-bread li a {
    color: #3D3D3D;
    font-weight: 500;
}
#banner.project-banner .apt-n-l-bread li a.bd-title {
    color: #878787;
}
.project-banner .heading img {
    max-width: 350px;
}
.project-banner .heading .pr-name {
    font-family: var(--ff-Inter);
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
    color: #2F2F2F;
}
.project-banner .heading {
    width: fit-content;
    margin-top: 6vw;
}
#apt-para-sec.project-details {
    z-index: 1;
    position: relative;
    margin: 60px 0px;
}
#apt-para-sec.project-details .apt-p-s-link a:focus {
    box-shadow: none;
}
#apt-para-sec.project-details .apt-p-s-link a:hover {
    background-color: var(--btn-color);
    color: #fff;
}
.appdownload .downloadsection, .appdownload .image_dwnldsec {
    width: 50%;
}
.appdownload .downloadsection {
    padding: 0px 0px 0px 86px;
}
.appdownload .image_dwnldsec img {
    max-width: 95%;
    width: 100%;
}
.appdownload .image_dwnldsec {
    text-align: right;
}

.downloadsection p {
    font-size: 34px;
    font-family: var(--ff-Inter);
    font-weight: normal;
    line-height: normal;
    color: #000;
    margin: 0px 0px 40px 0px;
    text-align: left; 
}
.appdownload .scandownload {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.appdownload .downloadsection .qrimg img {
    max-width: 110px;
}
.appdownload .downloadsection small, .appdownload .downloadsection small a {
    color: #000 !important;
    font-family: var(--ff-Noto-Sans);
    transition: all 0.3s ease-in-out;
}
.appdownload .downloadsection small a:hover {
    color: #000 !important;
}
#banner.banner-bg.project-banner > img {
    width: 100%;
}
#negd_front_projects {
    padding-bottom: 4rem;
}
#negd-media-front {
    margin: 0;
}
#negd_front_projects .n-f-project-b {
    border: 1px solid #cccccc;
}
.page-item .page-link.dots {
    border: 0;
    padding: .375rem 0rem;
}
.page-item .page-link.dots:hover {
    background-color: transparent;
    color: var(--blue-txt-color);
}
.pagination::before, .pagination::after {
    display: none !important;
}
.htv-r-search {
    position: relative;
}
.htv-r-search .search-form {
    position: absolute;
    transition: height ease-in-out .3s;
    right: 0;
    height: 0;
    width: 250px;
    top: 45px;
    padding: 0;
    z-index: 99;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.htv-r-search .search-form.active {
    height: 59px;
}
.htv-r-search .search-form .search-field {
    padding: 10px;
}
.htv-r-search .search-form .form-control {
    margin-bottom: 0;
    border-radius: 5px;
}
.htv-r-search img {
    cursor: pointer;
}
.htv-r-search .search-form .form-control:focus {
    border-color: #cacaca;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
}
.htv-r-search .search-form .search-field .search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6.5px;
    background: #fff;
    border: 1px solid #cacaca;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    box-shadow: inset 0 1px 0px rgba(10, 10, 10, .1);
}
.search-result .excerpt-read-more {
    display: none;
}
.search-result .entry-content p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.search-result .post-item {
    margin-bottom: 1.5rem;
}
.search-result .post-item .item {
    padding: 1.5rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #cccccc;
    height: 100%;
}
.search-result .post-item .item .article-header h2 {
    color: var(--blue-txt-color);
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.search-result .entry-content .rm-btn {
    margin-top: 1rem;
}
.search-result .entry-content .rm-btn .btn {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: normal;
    background-color: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    border-radius: 6px;
}
.search-result .entry-content .rm-btn .btn:hover {
    background-color: var(--btn-color);
    color: #fff;
}
.search-result .pagination li span:not(.dots), .pagination li a {
    border-radius: 3px;
    font-family: var(--ff-Inter);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--blue-txt-color);
    background-color: transparent;
    border: 1px solid var(--blue-txt-color);
}
.search-result .pagination li {
    display: flex !important;
    margin-right: 0;
}
.search-result .pagination li span.current {
    background-color: var(--blue-txt-color);
    border-color: var(--blue-txt-color);
    color: #fff;
}
.search-result .pagination li a:not(.next, .prev):hover {
    background-color: var(--blue-txt-color);
    color: #fff;
}
.search-result .pagination li a.next, .search-result .pagination li a.next:hover, 
.search-result .pagination li a.prev , .search-result .pagination li a.prev:hover {
    background-color: unset;
    border: 0;
    font-size: 0;
    display: flex;
    align-items: center;
}
.search-result .pagination li a.prev:before {
    content: "\f100";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}
.search-result .pagination li a.next:before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
}
.search-result .pagination {
    justify-content: center;
    flex-wrap: wrap;
}
.search-result .pagination li:has(.dots) {
    align-items: end;
    color: var(--blue-txt-color);
}
.search-result .entry-content .rm-btn .btn:focus {
    box-shadow: none;
}
.search-result .post-not-found .article-header h1 {
    color: var(--blue-txt-color);
    font-size: 32px;
}
.search-result .post-not-found .search-field {
    border-radius: 5px;
}
.search-result .post-not-found .search-submit {
    padding: 10px 24px;
    border-radius: 6px;
    border: 1px solid var(--blue-txt-color);
    font-family: var(--ff-Noto-Sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--blue-txt-color);
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 0;
}
.search-result .post-not-found .search-submit:hover {
    background-color: var(--blue-txt-color);
    color: #fff;
}
.footer {
    background-color: #FFFFFF;
}
.footer .logo-footer-first img {
    max-width: 100px;
}
.footer .social-link {
    margin-top: 1.5rem;
}
.footer .social-link ul {
    display: flex;
    column-gap: 12px;
    margin-left: 0;
    max-width: 108px;
}
.footer .social-link li {
    list-style: none;
}
.footer .social-link li a {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BABABA;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.footer .social-link li a:hover {
    background-color: #000;
    border-color: #000;
}
.footer .social-link li a:hover svg path {
    fill: #fff;
}
.footer .social-link li a svg path {
    transition: all .3s ease-in-out;
}
footer .footer-links-left {
    margin-top: 1.5rem;
}
footer .footer-links-left ul {
    display: block;
}
footer .footer-links-left ul li a {
    min-width: 130px;
}
footer .footer-links-left ul li .feedback-btn {
    margin-top: 16px;
}
.last_updated_date p {
    font-family: var(--ff-Noto-Sans);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #2A2A2A;
    margin: 2rem 0 0;
}
footer .footer-div .fd-heading h3 {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #2A2A2A;
}
footer .footer-links-menu-class ul li a {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding: 0.5rem 1rem;
    color: #2A2A2A;
    text-align: left;
}
footer .fff-c-address p {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    line-height: normal;
    color: #2A2A2A;
    text-align: left;
}
#footer-blue-strip {
    padding: 15px 0;
}
#footer-blue-strip .fbs-links ul {
    margin-top: 0;
    margin-bottom: 0;
}
#footer-blue-strip .fbs-links ul li::after {
    height: 20px;
    right: -12px;
    background-color: #73B8F9;
}
#negd_front_projects .nfp-b-para p {
    color: #0a0a0a;
}
#negd-media-front .circular-main-block .prr-block {
    padding-left: 15px;
}
.hiring-procedure .top {
    display: flex;
    justify-content: space-between;
}
.hiring-procedure .top .action {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.hiring-procedure .top .action .btn-success {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    border-radius: 6px;
}
.hiring-procedure .top .action .btn-success:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
#negd-media-front .negd-med-f-photos img {
    width: 100%;
}
.our-teams-tabs .sub-category {
    color: var(--blue-txt-color);
    margin-bottom: 0;
}
.cp-building-main section.sec-two ul li {
    font-family: "Inter";
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.our-teams table.negd-team-list thead {
    background: #1e5daa;
    color: #fff;
}
.our-teams table.negd-team-list .title {
    text-align: center;
    color: #212529;
    background: #b6bac0a3;
    height: 50px;
}
.our-teams table.negd-team-list thead,
.our-teams table.negd-team-list tbody {
    border: 0;
}
.our-teams table.negd-team-list tr th:first-child,
.our-teams table.negd-team-list tr td:first-child {
    border-left: 0;
}
.our-teams table.negd-team-list th,
.our-teams table.negd-team-list td {
    border-left: 1px solid #ccc;
}
.our-teams .view-more-btn {
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 18px;
    background-color: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    border-radius: 6px;
}
.our-teams .view-more-btn:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
.negd-workshops-viewAll {
    text-align: right;
}
.negd-workshops-viewAll a {
    padding: 10px 24px;
    line-height: 18px;
}
div.tooltip {
    max-width: unset;
    padding: .4rem;
    background-color: unset;
}
#event-us-page-template #event-blocks .events-b-main .events-b-m .events-b-m-heading h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#negd-media-front .nav-pills {
    margin-left: 0;
}
.filters-buttons .form-select {
    background-position: right center;
    padding: .375rem .75rem;
}
.events-banner .search-event #search {
    margin: 0;
    border: 0;
    box-shadow: none;
}
.negd-gallery .nav-tabs {
    margin-left: 0;
    margin-bottom: 1.5rem;
    border: 0;
    background-color: #1e5daa17;
    padding: 5px;
    border-radius: 30px;
    width: fit-content;
    gap: 20px;
}
.negd-gallery .nav-tabs .nav-link {
    color: #000;
    border-radius: 30px;
    margin-bottom: 0;
}
.negd-gallery .nav-tabs .nav-link.active {
    background-color: #1e5daa;
    border: 0;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 0px 10px #1e5daa;
    transition: all .15s ease-in-out;
}
.negd-gallery .nav-tabs .nav-link, .negd-gallery .nav-tabs .nav-link:hover {
    border: 0;
}
.error_msg {
    font-family: 'Inter';
}
.negd-ph-tabs .nav-tabs {
    margin-left: 0;
    margin-bottom: 1.5rem;
    border: 0;
    background-color: #1e5daa17;
    padding: 5px;
    border-radius: 30px;
    width: fit-content;
    gap: 20px;
}
.negd-ph-tabs .nav-tabs .nav-link {
    color: #000;
    border-radius: 30px;
    margin-bottom: 0;
}
.negd-ph-tabs .nav-tabs .nav-link, .negd-ph-tabs .nav-tabs .nav-link:hover {
    border: 0;
}
.negd-ph-tabs .nav-tabs .nav-link.active {
    background-color: #1e5daa;
    border: 0;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 0px 10px #1e5daa;
    transition: all .15s ease-in-out;
}
#event-us-page-template.ph-list-main {
    padding-bottom: 2rem;
}
.pp-outer-block .pp-o-hi-main .pp-o-h {
    width: calc(100% - 80px);
}
.ph-list-main .view-more-btn {
    padding: 0.65rem 1.25rem;
    text-decoration: none;
    line-height: 20px;
    color: var(--btn-color);
    border: 1px solid var(--btn-color);
    transition: all .15s ease-in-out;
    border-radius: 6px;
    font-family: var(--ff-Noto-Sans);
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
}
.ph-list-main .view-more-btn:focus {
    box-shadow: none !important;
}
.ph-list-main .view-more-btn:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #fff;
}
#banner {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-size: 100% 100% !important;
}
#about-us-home .auh-left-para p {
    letter-spacing: -0.5px;
    word-spacing: -2px !important;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
#empanelment-page-section thead.table-dark {
    border: 0;
}
#empanelment-page-section .table-dark tr th, #empanelment-page-section .table tr td {
    border-bottom: 0;
}
#empanelment-page-section .table-dark tr th:not(:first-child), #empanelment-page-section .table tr td:not(:first-child) {
    border-left: 1px solid #ccc;
}
#empanelment-page-section tr td a {
    padding: 0.3rem;
    border-radius: 30px;
    width: 60%;
}
#empanelment-page-section .download-pdf-empanelment img {
    height: 20px;
}

/*additional css*/

#home-page-slider #hps-pag-np {
    width: 250px;
}

#banner .apt-banner-left .apt-n-l-heading::after{
    display: none;
}

.apt-p-s-para ol li {
    text-align: justify !important;
}

html#facebook ._2p3a {
    width: 100% !important;
}
/*end*/

.language-switcher {
	position: relative;
}
.language-switcher .btn, .language-switcher .btn:hover {
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
}
.language-switcher .languages-options {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
	width: 100px;
    z-index: 9999;
    align-items: flex-start !important;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
}
.language-switcher button:after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    margin-top: 7px;
    vertical-align: top;
}
#theme-top-bar .ttb-left-m .languages-options li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
}
#theme-top-bar .ttb-left-m .languages-options li .dropdown-item {
    padding: 6px 10px;
    font-size: 14px;
}
.languages-options .dropdown-item img {
    margin-right: 5px;
}
#theme-top-bar .ttb-left-m ul li{
    font-size: 14px;
}
.language-switcher button.btn-secondary:active, .language-switcher button.btn-secondary:focus {
    background: none;
}
.negd_front_dashboards {
    padding: 50px 0 20px;
}
.negd_front_dashboards .heading {
    font-family: var(--ff-Noto-Sans);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: var(--blue-txt-color);
    margin-bottom: 24px;
}
.negd_front_dashboards .card {
    border-radius: 12px;
    border: 1px solid #B2C5D3;
    padding: 24px;
    margin-bottom: 0;
}
.negd_front_dashboards .card .db-card-head {
    font-family: var(--ff-Noto-Sans);
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: var(--title-color);
}
.negd_front_dashboards .card .db-card-desc {
    font-family: var(--ff-Noto-Sans);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--title-color);
}
.negd_front_dashboards .card .view-m-btn span {
    font-family: var(--ff-Noto-Sans);
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--blue-txt-color);
    margin-right: 10px;
}
.negd_front_dashboards .card .view-m-btn img {
    width: 15px;
}
.negd_front_dashboards .swipper-nxt-prev-pag {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.3rem;
    margin: 1rem auto;
    width: auto;
    text-align: center;
}
.header .navbar-nav .dropdown-menu {
    background-color: #e4f0ff;
    box-shadow: 0px 0px 12px 0px #00000014;
    width: max-content;
}
.header .navbar-nav .dropdown-menu .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    transition: all .2s ease-in-out;
}
.header .navbar-nav .dropdown-menu .menu-item:hover {
    background-color: var(--blue-txt-color);
}
.header .navbar-nav .dropdown-menu .menu-item:hover .nav-link {
    color: #fff !important;
}
.header .navbar-nav .dropdown-menu .menu-item {
    transition: all .2s ease-in-out;
    margin: 0;
    padding: 0rem 0.65rem;
}
.header .navbar-nav .dropdown-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid #00000042;
}
#uw-widget-custom-trigger.uw-widget-custom-trigger {
    z-index: 999999999999;
}
.negd_front_dashboards .swiper-slide {
    display: flex;
}
.trp-language-switcher {
    width: auto;
    height: auto;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
    visibility: visible !important;
    padding: 0px;
    width: auto !important;
    background-position: calc(100% - 9px) calc(1em + -1px), calc(100% - 3px) calc(1em + 0px);
    background-size: 13px 13px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.trp-language-switcher > div.trp-ls-shortcode-current-language > a.trp-ls-shortcode-disabled-language {
    cursor: pointer;
}
.trp-language-switcher .trp-ls-shortcode-language {
    top: 100% !important;
    width: max-content !important;
    position: absolute !important;
    visibility: visible !important;
    height: auto !important;
    z-index: 999;
    margin-top: 3px;
    padding: 3px 5px !important;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
}
.trp-language-switcher .trp-ls-shortcode-language a {
    text-align: left;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 0;
    color: #000;
}
.trp-language-switcher > div.trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language, .trp-language-switcher > div.trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language:hover {
    background: #fff;
    color: #2e4cae;
}
.trp-language-switcher > div.trp-ls-shortcode-language a:hover {
    background: transparent;
    color: #2e4cae;
}
.trp-language-switcher .trp-ls-shortcode-current-language a {
    color: #fff;
    font-size: 14px;
    padding: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language a:after {
    content: '';
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.155em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
    background-image: none;
}
body.dark .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body.dark .htv-r-search img {
    filter: invert(0);
}
body.dark .htv-r-search .search-form .search-field .search-submit svg path {
    fill: #fff;
}
body.dark .htv-r-search .search-form .form-control::placeholder {
    color: #fff;
}
#event-us-page-template #event-blocks .events-b-main {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}
#event-us-page-template #event-blocks .events-b-main:hover {
    transform: translateY(-5px);
}
.blog-list-block .events-b-m-image, .blog-list-block .events-b-m-image img {
    border-radius: 12px 12px 0 0;
}
#event-us-page-template #event-blocks .blog-b-m {
    padding: 16px;
}
.blog-b-m .blog-h-three h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-txt-color);
    margin-bottom: 6px;
    line-height: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.blog-b-m .blog-author-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
    padding: 0;
}
.blog-b-m .blog-author-date a {
    color: #666;
}
.jb-filters.blog-filters .filters-form {
    margin-bottom: 50px;
}
#event-blocks .blog-categories a {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 500;
    color: #666;
}
#event-blocks .blog-categories {
    margin-bottom: 8px;
}
#event-blocks .blog-excerpt p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
#event-us-page-template {
    padding-bottom: 1rem;
}
#ui-datepicker-div {
    width: auto;
}
#event-us-page-template #event-blocks .events-b-main {
    margin-bottom: 1.5rem;
    height: calc(100% - 24px);
}
#event-us-page-template #event-blocks .events-b-main:hover .events-b-m-image img {
    transform: scale(1.1);
}
#banner.blog-banner .apt-banner-left .apt-n-l-heading span {
    font-size: 16px;
}
#home-s-m-f .h-sm-block-m .h-sm-b-frame .sb_youtube_header {
    padding: 10px 0 10px 10px !important;
    margin-bottom: 0px !important;
}
.youtube-iframe .youtube-box {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-family: Arial, sans-serif;
    height: 400px;
    max-width: 545px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: auto;
}
.youtube-iframe .youtube-box img.logo {
    width: 80px;
    border-radius: 50%;
}
.youtube-iframe .youtube-box h3 {
    margin: 10px 0;
}
.youtube-iframe .youtube-box .g-ytsubscribe {
    margin: 10px 0 20px;
}
.youtube-iframe .youtube-box .video-frame:not(:last-child) {
    margin-bottom: 20px;
}
.youtube-iframe .youtube-box iframe {
    width: 100%;
    height: 210px;
    border: none;
    border-radius: 10px;
}

@media (min-width: 1600px) {
    .circle-carousel .slides {
        height: 290px;
    }
    .our-services-slider .rgt-con {
        row-gap: 40px;
    }
}

@media (min-width: 1920px) {
    .circle-carousel .slides {
        height: 260px;
    }
    #about-us-home .auh-left .auh-left-link {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .project-details .apt-p-s-image img {
        max-width: 550px;
    }
}

@media (max-width: 1199px) {
    .our-services-slider .ser-title {
        font-size: 22px;
        line-height: normal;
    }
    .our-services-slider .desc {
        font-size: 16px;
        line-height: normal;
    }
    .our-services-slider .key-initiatives-title {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 8px;
    }
    .circle-carousel .slides {
        height: 300px;
    }
    .our-services-slider .rgt-con {
        row-gap: 15px;
    }
    .workshops-slider .buttons .btn-primary, .workshops-slider .buttons .btn-secondary {
        padding: 10px 20px;
    }
    .project-banner .heading img {
        max-width: 230px;
    }
    .project-banner .heading .pr-name {
        font-size: 20px;
    }
    .appdownload .downloadsection {
        padding: 0px 0px 0px 50px;
    }
    .our-projects .proj-img > img {
        height: 200px;
    }
    .our-projects .proj-img .proj-sm-img {
        width: 50px;
        height: 50px;
    }
    .our-teams {
        padding: 60px 0 40px;
    }
    .about-ceo {
        margin-bottom: 40px;
    }
    .our-teams .our-teams-tabs .nav-tabs {
        margin-bottom: 35px;
    }

    .language-switcher .languages-options{
        right: 0px;
        left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .filters-left-buttons {
        padding-left: 5px;
    }
    .trp-language-switcher {
        margin: 0 20px 0 0;
    }
    #home-s-m-f .ft-feeds-wrapper {
        column-gap: 20px;
    }
    #home-s-m-f .ft-feeds-wrapper .col-md-6 {
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .news_listing .news_listing_image img.latest-img {
        height: 300px;
    }
}

@media (max-width: 991.98px) {
    .our-teams table.negd-team-list th,
    .our-teams table.negd-team-list td {
        text-wrap-mode: nowrap;
    }
    .our-services-slider .desc {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .circle-carousel .slides {
        height: 220px;
    }
    .circle-carousel .pagination .dot {
        width: 70px;
        height: 70px;
    }
    .circle-carousel .pagination .item.active .dot {
        width: 80px;
        height: 80px;
    }
    .circle-carousel .pagination .item.active svg {
        width: 60%;
    }
    .Upcoming_Events_wrap .events-slider .card .ab-con {
        padding: 15px;
    }
    .Upcoming_Events_wrap .evt-des p {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0.5rem;
    }
    .Upcoming_Events_wrap .evt-date {
        padding-top: 8px;
    }
    .Upcoming_Events_wrap .evt-date span {
        font-size: 14px;
        line-height: normal;
    }
    .Upcoming_Events_wrap .evt-date img {
        width: 15px;
    }
    .events-slider .loc-btn .btn-primary {
        padding: 5px 12px;
        line-height: normal;
    }
    .Upcoming_Events_wrap .swiper-slide {
        height: 300px;
    }
    .media_wrap #calendar-info {
        padding: 10px;
    }
    .Upcoming_Events_wrap .d-flex {
        margin-bottom: 1rem !important;
    }
    .Upcoming_Events_wrap div#nav-buttons img {
        width: 9px;
    }
    .Upcoming_Events_wrap .swiper-button-prev, .Upcoming_Events_wrap .swiper-button-next {
        font-size: 17px;
    }
    .our-teams-tabs .card {
        padding: 20px;
    }
    .our-teams-tabs .tab-pane .card {
        margin-top: 1.5rem;
    }
    .our-projects .proj-img .proj-sm-img {
        width: 50px;
        height: 50px;
    }
    .our-projects .proj-img .proj-sm-img img {
        max-width: 60%;
    }
    .our-projects .title {
        font-size: 22px;
        margin-bottom: 0.3rem;
    }
    .our-projects .desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .project-details#apt-para-sec .apt-p-s-h h2 {
        font-size: 26px;
        line-height: normal;
    }
    .about-ceo > .card {
        padding: 0 15px;
    }
    .about-ceo .info .name {
        font-size: 24px;
    }
    .about-ceo .info .title {
        font-size: 16px;
    }
    .about-ceo .prof-pic img {
        max-width: 240px;
        margin-right: 0px;
    }
    .about-ceo {
        margin-bottom: 20px;
    }
    .project-details .apt-p-s-image {
        padding-bottom: 20px;
    }
    .jb-filters .jb-search-keywords, .jb-filters .jb-search-location {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .jb-filters .jb-search-button {
        width: 33% !important;
    }
    .hiring-procedure .steps {
        margin-bottom: 24px;
    }
    .hiring-procedure {
        padding-bottom: 0;
    }
    .view_more_press_release .card {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dcdcdc !important;
        border-radius: 0;
    }
    .news_listing .post_info .btn {
        margin-bottom: 6px;
    }
    .entry-content .wpb_text_column:nth-child(7) h3 {
        margin-top: 20px;
    }
    .main-wrapper h3 {
        font-size: 24px;
    }
    .main-wrapper h2 {
        font-size: 26px;
    }
    .entry-content .wpb_text_column:nth-child(2) h3 {
        margin-bottom: 15px;
    }
    .main-wrapper th {
        font-size: 16px;
    }
    .divisions-wrapper {
        padding: 2.5rem 0rem;
    }
    .divisions-wrapper .our-teams-tabs .dropdown {
        margin-bottom: 2rem;
    }
    .divisions-wrapper .project-details .apt-p-s-image {
        padding-bottom: 0;
    }
    .divisions-wrapper .our-teams-tabs .tab-pane .l-txt-r-img {
        margin-top: 1rem;
        flex-direction: column-reverse;
    }
    .divisions-wrapper .our-teams-tabs .tab-pane .row {
        row-gap: 15px;
    }
    .divisions-wrapper #apt-para-sec.project-details .apt-p-s-link {
        margin-top: 2rem;
    }
    .divisions-wrapper #apt-para-sec .apt-p-s-para p {
        font-size: 16px;
    }
    .cp-building-main .apt-p-s-image img {
        width: 100%;
    }
    .cp-building-main #apt-para-sec img {
        margin-bottom: 15px;
    }
    .cp-building-main #apt-para-sec {
        margin: 2rem 0rem 1rem;
    }
    .cp-building-main section.sec-two#apt-para-sec {
        margin: 1rem 0rem 1rem;
    }
    .cp-building-main #apt-para-sec .apt-p-s-h h2, .cp-building-main #apt-p-s-key-features .aptps-key-heading h2 {
        font-size: 26px;
        line-height: normal;
    }
    .cp-building-main #apt-p-s-key-features .row .col-md-6 {
        margin-bottom: 24px;
    }
    .cp-building-main #apt-p-s-key-features {
        padding-bottom: 1.5rem;
    }
    .cp-building-main #apt-para-sec .apt-p-s-para p, .cp-building-main section.sec-two ul li {
        font-size: 16px;
    }
    .cp-building-main #apt-p-s-key-features .aptps-key-heading {
        margin-bottom: 1rem;
    }
    .project-banner .heading img {
        max-width: 180px;
    }
    .project-banner .heading .pr-name {
        font-size: 16px;
        margin-top: 10px;
    }
    .downloadsection p {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .appdownload .downloadsection {
        padding: 0px 0px 0px 40px;
    }
    .project-details .apt-p-s-image img {
        max-width: 100%;
    }
    .our-projects .proj-img > img {
        height: 230px;
    }
    .our-services-slider .ser-title {
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    footer .footer-div .fd-heading h3 {
        font-size: 16px;
    }
    footer .footer-links-menu-class ul li a {
        font-size: 14px;
    }
    .last_updated_date p {
        font-size: 14px;
        margin: 1.5rem 0 0;
    }
    .footer .ft-useful-links, .footer .ft-contact-us {
        margin-top: 1.5rem;
    }
    .footer .social-link ul {
        max-width: 120px;
    }
    .footer .social-link li a {
        width: 32px;
        height: 32px;
    }
    .footer .social-link li a .fb-icn {
        width: 12px;
        height: 12px;
    }
    #footer-blue-strip .fbs-links ul li::after {
        height: 100%;
    }
    #footer-blue-strip {
        text-align: center;
    }
    .navbar-light .navbar-brand {
        margin-right: auto;
    }
    header nav .container .htv-r-search {
        order: 0;
        display: block;
    }
    .htv-r-menu .navbar-nav {
        margin-top: 10px;
    }
    .header .navbar-nav .dropdown-menu {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    #theme-top-bar {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .news_listing .news_listing_image img {
        height: 400px;
    }
    .news_listing .initiatives_TabContent .mb-4 {
        margin-bottom: 0.5rem !important;
    }
    #footer-blue-strip .fbs-links {
        margin: 0;
    }
    .cp-building-main .page-header {
        min-height: 50vh;
    }
    .cp-building-main .page-header h1 {
        font-size: 2.2rem;
    }
    #negd-media-front .negd-med-f-photos .negd-m-f-photo {
        height: auto;
        width: 100%;
        margin-bottom: 1rem;
    }
    .negd-gallery .big-item img, .negd-gallery .small-item img {
        height: 350px;
    }
    #negd-media-front .negd-med-f-photos {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1%;
    }
    #home-s-m-f .ft-feeds-wrapper {
        column-gap: 10px;
    }
    #home-s-m-f .ft-feeds-wrapper .col-md-6 {
        width: calc(50% - 5px);
    }
    .media_wrap #event-calendar .ui-datepicker-calendar tr td span {
        font-size: 15px !important;
    }
    .media_wrap #event-calendar {
        min-height: 255px;
    }
}

@media (max-width: 767.98px) {
    #negd-media-front .nav-pills .nav-item a,
    #negd-media-state .nm-state-tabs .nav-tabs .nav-item .nav-link
    {
        padding: 8px 16px;
    }
    .circle-carousel .services_img_mob {
        display: block !important;
    }
    .circle-carousel .pagination {
        display: none;
    }
    .our-services-slider .rgt-con {
        padding: 30px 15px;
    }
    .negd-events .events-title p {
        font-size: 18px;
        line-height: normal;
    }
    .negd-events .events-head .heading {
        font-size: 28px;
        line-height: normal;
    }
    .negd-workshops .workshops-title p {
        font-size: 18px;
        line-height: normal;
    }
    .workshops-head .heading {
        font-size: 28px;
        line-height: normal;
    }
    .Upcoming_Events_wrap .headtitle {
        margin-bottom: 0.5rem !important;
    }
    .Upcoming_Events_wrap .d-flex {
        margin-bottom: 0 !important;
    }
    .Upcoming_Events_wrap #upcoming-events {
        margin-top: 35px;
    }
    .Upcoming_Events_wrap .heading {
        font-size: 28px;
        line-height: normal;
    }
    .Upcoming_Events_wrap {
        padding: 15px 0px;
    }
    .media_wrap #calendar-info {
        margin-top: 20px;
    }
    .Upcoming_Events_wrap .swiper-pagination {
        margin-top: -23px;
    }
    .our-teams-tabs .tm-member .member-name {
        font-size: 18px;
    }
    .our-projects .title {
        font-size: 20px;
    }
    .our-projects {
        padding: 50px 0 40px;
    }
    .about-ceo {
        margin-bottom: 20px;
    }
    .about-ceo > .card {
        padding: 15px;
    }
    .about-ceo .prof-pic {
        text-align: center;
    }
    .about-ceo .prof-pic img {
        scale: none;
        margin: 0;
        max-width: 180px;
    }
    .about-ceo .col-md-6.py-4 {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
    .about-ceo .info .name {
        font-size: 22px;
    }
    .our-teams-tabs .tab-pane .card {
        margin-top: 1rem;
    }
    .our-teams {
        padding: 40px 0 10px;
    }
    .our-teams .no-records {
        font-size: 16px;
    }
    #apt-para-sec.project-details .apt-p-s-h h2 {
        font-size: 24px;
        line-height: normal;
    }
    #apt-para-sec.project-details .apt-p-s-para p {
        font-size: 16px;
    }
    .jb-listing .jobgrid .card {
        margin-bottom: 1.3rem;
        height: calc(100% - 1.3rem);
    }
    .header-margin-top .job-type, .header-margin-top .job-location, .header-margin-top .job-date {
        margin: 5px 0;
    }
    .hiring-procedure .hp-col {
        padding: 15px;
    }
    h3.headingsection {
        font-size: 26px;
    }
    .news_listing .initiatives_TabContent .mb-5 {
        margin-bottom: 20px !important;
    }
    .news_listing .initiatives_TabContent .mb-4 {
        margin-bottom: 0 !important;
    }
    .news_listing .card-title a {
        font-size: 18px;
    }
    .news_listing .news_listing_image img {
        height: auto;
    }
    #negd-media-front .press-release-left .prl-date {
        margin-top: 15px;
    }
    #negd-media-front .press-release-left .prl-heading {
        margin-bottom: 25px;
    }
    #negd_front_projects + #negd-media-front {
        padding: 2rem 0rem;
    }
    .divisions-wrapper {
        padding: 30px 0 40px;
    }
    .divisions-wrapper #apt-para-sec.project-details .apt-p-s-link {
        margin-top: 1.2rem;
    }
    .cp-building-main #apt-p-s-key-features .row .col-md-6 {
        margin-bottom: 20px;
    }
    .cp-building-main #apt-para-sec {
        margin: 2rem 0rem 0rem;
    }
    .cp-building-main section.sec-two#apt-para-sec {
        margin: 0rem 0rem 1rem;
    }
    .cp-building-main #apt-p-s-key-features .aptps-key-block {
        padding: 15px;
        min-height: auto;
    }
    #apt-p-s-key-features .aptps-key-block .aptps-k-b-icon {
        padding: 12px;
    }
    #apt-p-s-key-features .aptps-key-block .aptps-k-b-icon img {
        width: 30px;
    }
    .project-banner .heading img {
        max-width: 150px;
    }
    .project-banner .heading .pr-name {
        font-size: 14px;
    }
    #banner.banner-bg.project-banner .ab-div {
        top: 15px;
    }
    .appdownload .downloadsection {
        max-width: 96%;
        margin: 10px auto 0px;
        padding: 0px 12px;
    }
    .appdownload .d-flex {
        display: block !important;
    }
    .appdownload .downloadsection, .appdownload .image_dwnldsec {
        width: 100%;
    }
    .downloadsection p {
        font-size: 20px;
    }
    .appdownload.py-5 {
        padding: 0rem!important;
    }
    .appdownload .image_dwnldsec {
        text-align: center;
    }
    #banner .apt-banner-left .apt-n-l-heading h1 {
        font-size: 30px;
    }
    .search-result .post-not-found .article-header h1 {
        font-size: 28px;
    }
    .our-projects .proj-img > img {
        height: 160px;
    }
    .footer .ft-important-links, .footer .ft-useful-links {
        margin-top: 0.5rem;
    }
    .footer {
        padding: 2rem 0 1rem;
    }
    #footer-blue-strip {
        padding: 0.7rem 0rem 1rem 0rem;
    }
    #footer-blue-strip .fbs-links, #footer-blue-strip .fbs-links ul {
        margin-left: 0;
    }
    #footer-blue-strip .fbs-links ul li {
        text-align: center;
    }
    #negd-media-front .circular-main-block .prr-block {
        width: 100%;
    }
    #negd-media-front .negd-m-heading {
        margin-bottom: 1rem;
    }
    #negd-media-front .negd-m-viewAll, #negd_front_projects .negd-m-viewAll {
        display: inline-flex;
    }
    .hiring-procedure .top {
        flex-direction: column;
        align-items: center;
    }
    .negd-workshops-viewAll {
        text-align: left;
        margin-top: 5px;
    }
    #negd-media-front {
        padding: 2rem 0rem;
    }
    #event-us-page-template.ph-list-main {
        padding-bottom: 1rem;
    }
    .ph-list-main #banner {
        margin-bottom: 3rem;
    }
    #theme-top-bar{
        display: block;
    }
    .ttb-left-m ul > li {
        display: none;
    }
    .header .navbar-toggler{
        position: relative;
        z-index: 150;
    }
    .ttb-left-m .language-switcher{
        margin-right: 120px;
        z-index: 1;
    }
    #theme-top-bar .ttb-left-m ul{
        max-width: 540px;
        margin: 0 auto;
    }
    #theme-top-bar .ttb-left-m .languages-options li {
        display: block;
    }
    .language-switcher button.btn-secondary {
        color: #000;
        margin-bottom: 10px;
        margin-top: 4px;
    }
    #theme-top-bar .ttb-left-m .languages-options li .dropdown-item{
        font-size: 14px;
    }
    .navbar .navbar-brand img{
        z-index: 2;
        position: relative;
    }
    header nav .container .htv-r-search{
        z-index: 2;
    }
    .negd_front_dashboards {
        padding: 20px 0 10px;
    }
    .negd_front_dashboards .heading {
        font-size: 24px;
    }
    .negd_front_dashboards .card .db-card-head {
        font-size: 22px;
    }
    #negd-media-front .swipper-nxt-prev-pg {
        margin: 1rem auto 0.5rem auto;
    }
    #theme-top-bar .ttb-left-m ul li:last-child {
        display: block;
    }
    .trp-language-switcher .trp-ls-shortcode-current-language a:after {
        font-size: 10px;
    }
    #banner.blog-banner {
        margin-bottom: 2.5rem;
    }
    .jb-filters.blog-filters .filters-form {
        margin-bottom: 40px;
    }
    #home-s-m-f {
        padding-bottom: 2rem;
    }
    .Upcoming_Events_wrap .card-container .evt-date .event-link {
        padding: 8px 16px;
        font-size: 14px;
    }
    .media_wrap #event-calendar {
        min-height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .appdownload .downloadsection {
        max-width: 540px;
    }
}

@media (max-width: 639px) {
    .Upcoming_Events_wrap .swiper-button-next {
        right: 0;
    }
    .Upcoming_Events_wrap .swiper-button-prev {
        left: 0;
    }
    #apt-para-sec.project-details {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .our-projects .card {
        margin-bottom: 20px;
    }
    .jb-filters .jb-search-button {
        width: 100% !important;
    }
    .jb-filters .filters-form {
        margin: 2rem 0 15px;
        border-radius: 15px;
        background-color: #E4F0FF;
        padding: 25px 20px 25px;
        overflow: hidden;
    }
    .hiring-procedure .steps {
        margin-bottom: 20px;
    }
    .hiring-procedure .selction-info img {
        width: 55px;
    }
    .hiring-procedure .row .steps:last-child {
        margin-bottom: 0;
    }
    .hiring-procedure .heading {
        font-size: 1.575rem;
    }
    #banner.project-banner .apt-n-l-bread ul {
        column-gap: 0.1rem;
    }
    #banner.project-banner .apt-n-l-bread ul.home-icn {
        width: 18px;
    }
    #banner.project-banner .apt-n-l-bread li a {
        font-size: 12px;
    }
    #banner.banner-bg.project-banner {
        min-height: 160px;
    }
    .appdownload .downloadsection {
        padding: 0 12px;
        margin: 0 !important;
    }
    .our-projects .proj-img > img {
        height: auto;
        max-height: 350px;
    }
    .footer .container .row .ft-links {
        margin-top: 0;
    }
    .last_updated_date p {
        margin: 1rem 0 0;
    }
    .footer .container .row .ft-negd-links {
        margin-top: 1.5rem;
    }
    .hiring-procedure {
        padding-bottom: 2rem !important;
    }
    .ttb-left-m .language-switcher{
        margin-right: 120px;
    }
    #theme-top-bar .ttb-left-m ul{
        max-width: unset;
    }
    .trp-language-switcher {
        margin: 0px 25px 0px 0px;
    }
    .facebook-iframe iframe {
        transform: none;
    }
    .Upcoming_Events_wrap .swiper-slide {
        height: 250px;
    }
    .Upcoming_Events_wrap .card-container .loc-btn img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .workshops-tabs .nav-tabs .nav-link {
        padding: 7px;
        font-size: 13px;
    }
    .our-projects .proj-img > img {
        max-height: 250px;
    }
    .negd-gallery .nav-tabs, .negd-ph-tabs .nav-tabs {
        gap: 0px;
        width: auto;
        justify-content: space-between;
    }
    .negd-gallery .nav-tabs .nav-link, .negd-ph-tabs .nav-tabs .nav-link {
        padding: .5rem 0.8rem;
    }
}

@media (max-width: 360px) {
    header nav .container .htv-r-search{
        margin-left: 10px;
    }
    .ttb-left-m .language-switcher {
        margin-right: 108px;
    }
}

@media (max-width: 340px) {
    button.navbar-toggler{
        padding: .25rem 6px;
    }
    .ttb-left-m .language-switcher {
        margin-right: 97px;
    }
}