/* slider CSS */
.staff-pagination {
    font-weight: 600;
    font-size: 14px;
    line-height: unset;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    color: #737373;
    margin: 0;
}

.project-slider .slick-track {
    gap: 1.3em;
    display: flex;
    margin: 0;
}

p.staff-border {
    width: 56px;
    height: 4px;
    background: #ffb600;
    margin: 0 0 53px;
}

h1.program-heading {
    font-weight: 700;
    font-size: 57px !important;
    line-height: 66.58px;
    color: #002f4a;
    padding: 30px 0 20px;
    margin: 0;
}

h2.program-heading, h3.program-heading, h4.program-heading {
    font-weight: 700;
    font-size: 32px !important;
    line-height: normal;
    color: #002f4a;
    padding: 0 0 8px;
    margin: 0;
}

.program-slider-content {
    font-size: 16px;
    color: #737373;
    line-height: 23.65px;
}

.filter-program-pages {
    width: 32%;
    margin: 45px 0 0 0;
}

    .filter-program-pages select.form-select {
        color: #002F4A;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }

.program-slider-description {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5rem;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5rem;
    height: 4.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.program-slider-heading {
    color: #002F4A;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    padding: 3px 0 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-slider-subheading {
    color: #3F3F3F;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.program-slides-wrapper {
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px 100px;
    background: #F8F8FA;
}

.program-slide-img-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.view-project-btn {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 100px;
    background: #006AAA;
    padding: 15px 35px;
    text-decoration: none;
    display: block;
    max-width: max-content;
    margin: 20px 0 0 auto;
    border: 1px solid #006AAA;
    transition: 0.3s ease-in-out;
}

    .view-project-btn:hover {
        color: #006AAA;
        background: transparent;
    }

.slick-slider-row-wrapper {
    margin-left: -0.9em !important;
}

.project-slider {
    margin-left: -1.3em;
    max-width: 98%;
    position: unset !important;
}

    .project-slider button.slick-arrow::before {
        display: none;
    }

    .project-slider button.slick-arrow i {
        color: #fff;
        font-size: 20px;
    }

.program-slider-wrap {
    position: relative;
    margin: 0 0 1.5em;
}

.program-slide-img-wrap {
    height: 250px;
    margin: 0 0 20px 0;
    border-radius: 20px 100px 20px 20px;
    position: relative;
    overflow: hidden;
}

.project-slider button.slick-arrow {
    width: 44px;
    height: 44px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    background: #002F4A;
    color: #fff;
    transition: ease-in-out 0.2s;
}

    .project-slider button.slick-arrow:hover {
        width: 48px;
        height: 48px;
    }

.project-slider button.slick-next {
    right: 0;
}

.project-slider button.slick-prev {
    display: none !important;
}

@@media (max-width:1024px) {
    h1.program-heading {
        font-size: 46px !important;
        padding: 18px 0px;
        transition: 0.25s;
    }

    .filter-program-pages {
        margin: 37px 0 0 0;
        transition: 0.25s;
    }

    .program-slide-img-wrap {
        height: 200px;
        transition: 0.25s;
    }
}

@@media (max-width: 991px) {
    h1.program-heading {
        font-size: 33px !important;
        padding: 5px 0px;
        transition: 0.25s;
    }

    .filter-program-pages {
        margin: 23px 0 0 0;
        transition: 0.25s;
    }
}

@@media (max-width: 767px) {
    .project-slider .slick-track {
        gap: 0;
        transition: 0.25s;
    }

    .slick-slider-row-wrapper, .project-slider {
        margin-left: 0em !important;
        transition: 0.25s;
    }

    .program-slide-img-wrap {
        height: 250px;
        transition: 0.25s;
    }
}

@@media (max-width: 575px) {
    .filter-program-pages {
        width: 100%;
        margin: 0 0 1em;
        transition: 0.25s;
    }

    h1.program-heading {
        padding: 20px 0px 12px;
        line-height: 42px;
        transition: 0.25s;
    }

    .program-slide-img-wrap {
        height: 200px;
        transition: 0.25s;
    }

    div#main-div {
        padding: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@@media only screen and (max-width: 575px) body div#main-div {
    padding: 0px !important;
    width: 100% !important;
}

@@media screen and (min-width: 992px) {
    div#main-div {
        transition: 0.25s;
    }
}

/* slider CSS */
