/* Utility Classes */
.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.object-fit-cover {
    object-fit: cover;
}

.object-position-top {
    object-position: top;
}

.object-position-bottom {
    object-position: bottom;
}
/* END Utility Classes */

.header-infos-wrap .header-info .npc-link:hover {
    color: #ffcf00;
}

.secondary-header-img {
    max-height: 600px;
}

.homepage .service-style2 .service-list .npc-service-details li:before {
    border: 3px solid #fff;
}

.homepage .service-style2 .service-list .npc-service-details li a {
    color: #fff;
}

.homepage .service-style2 .service-list .npc-service-details li a:hover {
    color: var(--theme-color2);
}

.error {
    color: #ed3d3d;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__actions {}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #fbd42d;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #000;
}

.cookie-consent-banner__cta:hover {
    background-color: #204a86;
    color: #fff;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #fbd42d;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}

.npc-location {
    border-right: 1px solid #BBBBBB;
    line-height: 1;
    margin-right: 10px;
    padding-right: 15px;
}

.team-style1 .team-img-2 {
    width: 100%;
    border: 1px solid #DDDDDD;
    outline: 2px solid transparent;
    outline-offset: -2px;
    border-radius: 50%;
    position: relative;
    padding: 10px;
    margin-left: auto;
    transition: all ease 0.4s;
}

.team-style1 .team-img-2 img {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.team-style1 .team-name a {
    display: block;
    height: 64px;
}

.npc-accordion {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.accordion-style1 .accordion-button {
    background: transparent;
}

.accordion-style1 .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#customer-service .justify-content-between:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.download {
   color: #666666;
}

.npc-widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

.npc-widget {
    margin-bottom: 40px;
}

.npc-widget .npc-gallery {
    grid-template-columns: repeat(3, 1fr);
}

.npc-widget .npc-gallery.npc-grid-4{
    grid-template-columns: repeat(4, 1fr);
}

.npc-widget .npc-gallery.npc-grid-5{
    grid-template-columns: repeat(5, 1fr);
}

.npc-widget .npc-gallery.npc-grid-6{
    grid-template-columns: repeat(6, 1fr);
}

.npc-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.npc-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fbd42d;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.npc-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
}

.npc-gallery .gallery-thumb img {
    transition: all ease 0.4s;
    width: 100%;
    transform: scale(1);
}

.npc-gallery .gallery-thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: var(--white-color);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.npc-gallery .gallery-thumb:hover:before {
    opacity: 0.9;
    visibility: visible;
}

.npc-gallery .gallery-thumb:hover img {
    transform: scale(1.12);
}

.npc-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.npc-title-color {
    color: #062973 !important;
}

.list-style1 .no-points {
    margin-left: 14px;
}


.list-style1 .no-points li{
    padding-left: 7px;
}

.list-style1 .no-points li:before {
    display: none;
}

/*====== Font-size css starts ======*/
.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.fs-76 {
  font-size: 76px !important;
}

.fs-78 {
  font-size: 78px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-82 {
  font-size: 82px !important;
}

.fs-84 {
  font-size: 84px !important;
}

.fs-86 {
  font-size: 86px !important;
}

.fs-88 {
  font-size: 88px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-92 {
  font-size: 92px !important;
}

.fs-94 {
  font-size: 94px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fs-98 {
  font-size: 98px !important;
}

.fs-100 {
  font-size: 100px !important;
}

/*====== Font-size css ends ======*/

.bnecl-team:hover .team-name, 
.bnecl-team:hover .team-number p{
    color: #fff;
}

.bnecl-team:hover .team-style1 .team-content {
    background-color: var(--theme-color);
}

/*====== History Timeline ========*/
#history-timeline .line-fade {
    position: absolute;
    width: 100%;
    height: 2.5rem;
    z-index: 1;
    left: 0;
}

#history-timeline .line-fade#line-fade-top {
    top: 0;
    background: linear-gradient(to bottom, #F8FAFC 20%, rgba(248, 250, 252, 0) 100%);
}

#history-timeline .line-fade#line-fade-bottom {
    bottom: 0;
    background: linear-gradient(to top, #F8FAFC 20%, rgba(248, 250, 252, 0) 100%);
}

#history-timeline #timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 100px;
    width: 200px;
    padding: calc(50vh - 50px) 0;
    position: relative;
}

#history-timeline #timeline:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    width: 1px;
    background-color: var(--body-color);
}

#history-timeline #timeline-indicators {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 100px; 
}

#history-timeline #timeline #timeline-indicators > div {
    width: 2rem;
    height: 2rem;
    background: var(--theme-color);
    border-radius: 50%;
    transform: scale(0.8);
    transition: transform 0.5s ease;
}

#history-timeline #timeline #timeline-indicators > div:before {
    content: attr(data-year);
    display: inline-block;
    position: absolute;
    right: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#history-timeline #timeline #timeline-indicators > div:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background-color: #F8FAFC;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 1rem);
    right: 0rem;
    transform: scale(0);
    transition: transform 0.5s ease;
    z-index: 1;
}

#history-timeline #timeline #timeline-indicators > div.active {
    transform: scale(1);
}

#history-timeline #timeline #timeline-indicators > div.active:before {
    opacity: 1;
}

#history-timeline #timeline #timeline-indicators > div.active:after {
    transform: scale(1);
    border: 5px solid var(--theme-color);
}

#history-timeline #timeline-content {

}

#history-timeline #timeline-content-wrapper {
    position: sticky;
    top:115px;
    width: 100%;
    height: calc(100vh - 75px);
    padding: 100px 0;
    box-sizing: border-box;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#history-timeline #timeline-content .year-content {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#history-timeline #timeline-content .year-content.active {
    opacity: 1; 
}

#history-timeline #timeline-content .year-content h2 {
    display: none;
}

#history-timeline #timeline-content .year-content p {
    font-size: 24px;
    margin-bottom: 10px;
}

#history-timeline #timeline-content .year-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .team-style1 .team-img-2 {
        width: 250px;
        height: 250px;
        margin: 0 auto 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    #history-timeline #timeline {
        width: auto;
    }
    
    #history-timeline #timeline-content-wrapper {
        height: 100vh;
    }
    
    #history-timeline #timeline #timeline-indicators > div.active::before {
        opacity: 0;
    }
    
    #history-timeline #timeline-content .year-content {
        top: 0;
    }
    
    #history-timeline #timeline-content .year-content h2 {
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    #history-timeline #timeline-content .year-content p { 
        font-size: 1rem;    
    }
}
    
@media only screen and (max-width: 425px) {
    .npc-location {
        display: none;
    }
}