.breadcrumbs .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.breadcrumbs .container .breadcrumb-link {
    display: inline-flex;
    width: 12px;
    height: 12px;
}

.breadcrumbs .container .breadcrumb-link-a {
    display: block;
    transition: box-shadow 400ms ease 0ms;
}


.breadcrumbs .container .breadcrumb-link:hover {
    color: #009750;
}

.breadcrumbs .container .breadcrumb-link-a:hover {
    box-shadow: inset 0 -1px 0 #000;
    transition: box-shadow 200ms ease 0ms;
}

.breadcrumbs .container .breadcrumb-separator {
    flex-shrink: 0;
    color: #000;
}

.icon-md {
    width: 12px;
    height: 12px;
}

.breadcrumbs .container .breadcrumb-current-page {
    max-width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 280px;
    transition: box-shadow 400ms ease 0ms;
    color: #000;
    font-size: 14px;
}

.page-hero-banner {
    background-color: #004552;
    color: #fff;
    position: relative;
}

.page-hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    background-image: url(../img/bg/bg-cabeb6.png);
    background-repeat: repeat;
}

.white-after::after {
    background-image: url(../img/bg/bg-fff.png);
}


.page-hero-banner .container .btn-skin {
    padding: 15px 30px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    transition: background-color 200ms ease 0ms, border-color 200ms ease 0ms, color 200ms ease 0ms, outline 200ms ease 0ms;
}

.page-hero-banner .container .btn-skin:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}


.hero-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.values-container {
    background-color: #bfd0d4;
}

.image-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    height: 100%;
}

.card-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 32px;
    padding-bottom: 64px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.card-title {
    transition: color 300ms ease 0ms;
    font-size: 1.5rem;
    line-height: 1.28;
    color: #000;
    font-weight: 600
}

.card-content p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
}

.news-container {
    background-color: #c7f2e4;
}

.team-container {
    background-color: #f2efed;
}

.team-container .container .card-content {
    height: 100%;
    justify-content: space-between;
}

.btn-people {
    display: inline-block;
    padding: 9px 16px;
    line-height: 1.4;
    border: 1px solid #000;
    color: #000;
    background-color: #f2efed;
    border-radius: 50px;
    transition: background-color 200ms ease 0ms, border-color 200ms ease 0ms, color 200ms ease 0ms, outline 200ms ease 0ms;
}

.btn-people:hover {
    background-color: #000;
    color: #fff;
}

.people-hero-banner::after {
    content: none;
}

.profile-banner-pattern {
    height: 80px;
    background-image: url(../img/bg/bg-people.png);
    background-repeat: repeat;
}

.capabilities-item-content .card-button .capabilities-btn {
    display: inline-block;
    overflow: hidden;
}

.capabilities-item-content .card-button .link-text {
    border: none;
    padding: 0px;
    position: relative;
}

.capabilities-item-content .card-button .link-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: -100%;
    transition-delay: .2s;
    transition: .4s cubic-bezier(0.85, 0, 1, 1);
}

.capabilities-item-content .card-button .link-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    right: 0;
    transition-delay: .45s;
    transition: .4s cubic-bezier(0.85, 0, 1, 1);
}

.capabilities-item-content .card-button .link-text:hover {
    background-color: #f2efed;
    color: #000;

}

.capabilities-item-content .card-button .link-text:hover::after {
    transition-delay: .2s;
    right: -100%;
}

.capabilities-item-content .card-button .link-text:hover::before {
    transition-delay: .45s;
    left: 0;
}

.capabilities-item-container .card-inner {
    padding: 64px 40px;
    background-color: #f2efed;
    height: 100%;
}

.capabilities-item-container .card-inner .card-title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
}

.capabilities-container-2 {
    background-color: #004552;
}

.capabilities-item-img-3 img {
    width: 100%;
    height: 100%;
}


.accordion-container {
    width: 100%;
    border-top: 1px solid #000;
    transition: margin-bottom 300ms ease 0ms;
}

.accordion-item {
    border-bottom: 1px solid #000;
    overflow: hidden;
}



.accordion-header div {
    font-size: 1.75rem;
    line-height: 1.2857142857;
}

.accordion-btn .accordion-suffix {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    color: #000;
    transition: all 150ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    background-color: #20cb93;
    border-radius: 100%;
}

.accordion-btn .accordion-suffix-plus {
    display: block;
}

.accordion-btn .accordion-suffix-minus {
    display: none;
}

.accordion-content {
    height: 0px;
    width: 100%;
    color: #000;
    overflow: hidden;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    height: auto;
    padding: 24px;
}

.accordion-item.active .accordion-suffix-plus {
    display: none;
}

.accordion-item.active .accordion-suffix-minus {
    display: block;
    background-color: #f2efed;
}


.Location-box h4 {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.accordion-ul {
    padding-left: 20px;
}

.accordion-ul li {
    list-style: decimal;
}

.accordion-content a:hover {
    color: #009750;
}

.contact-box .icon {
    display: flex;
}

.contact-box .icon .bi-geo-alt {
    font-size: 20px;
    color: #009750;
}

.after-04924a::after {
    background-image: url(../img/bg/bg-04924a.png);
}

@media (min-width: 992px) {
    .page-hero-banner .page-top-banner {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 1fr;
    }

    .hero-banner-image {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
    }

    .page-hero-banner .hero-banner-text {
        min-height: 750px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 128px;
        padding-bottom: 120px;
        padding-right: 100px;
    }

    .page-hero-banner .image-wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .capabilities-container-1 .row {
        min-height: 520px;

    }

    .capabilities-container-2 .row {
        min-height: 520px;
    }

    .capabilities-container-1 .content {
        padding-right: 80px;
    }

    .capabilities-container-2 .content {
        padding-left: 80px;
    }

    .capabilities-item-img-3 {
        min-height: 520px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;

    }

    .accordion-box {
        padding: 80px;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 32px 24px;
        cursor: pointer;
        background-color: #fff;
        transition: background-color 200ms ease 0ms;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        line-height: 1.5555555556;
        position: relative;
    }

    .accordion-item.active .accordion-content {
        height: auto;
        padding: 24px;
    }

    .contact-map-container iframe {
        width: 100%;
        height: 100%;
        min-height: 500px;
    }
            .new-container .content {
                background-color: #fff;
                padding: 64px;
            }
}

@media (max-width: 992px) {
    .page-hero-banner .page-top-banner {
        display: grid;
        align-items: center;
    }

    .page-hero-banner .hero-banner-text {

        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-hero-banner .text-white {
        font-size: 35px;
    }

    .page-hero-banner p {
        font-size: 18px !important;
    }

    .page-hero-banner .image-wrapper {
        overflow: hidden;
        position: relative;
        margin-inline: -0.75rem;
        height: 100%;
    }

    .accordion-box {
        padding: 40px;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 18px;
        cursor: pointer;
        background-color: #fff;
        transition: background-color 200ms ease 0ms;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        line-height: 1.5555555556;
        position: relative;
    }

    .accordion-item.active .accordion-content {
        height: auto;
        padding: 18px;
    }

    .contact-map-container iframe {
        width: 100%;
        height: 100%;
        min-height: 400px;
    }
            .new-container .content {
                background-color: #fff;
                padding: 44px;
            }

}

@media (max-width: 768px) {
    .accordion-box {
        padding: 24px 16px;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 12px;
        cursor: pointer;
        background-color: #fff;
        transition: background-color 200ms ease 0ms;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        line-height: 1.5555555556;
        position: relative;
    }

    .accordion-box .accordion-container .accordion-header div {
        font-size: 20px;
    }

    .accordion-btn .accordion-suffix {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        flex-shrink: 0;
        color: #000;
        transition: all 150ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
        background-color: #20cb93;
        border-radius: 100%;
    }

    .accordion-item.active .accordion-content {
        height: auto;
        padding: 12px;
    }

    .contact-map-container iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }
             .new-container .content {
                background-color: #fff;
                padding: 20px ;
            }
}