.main-header__logo img {
    height: 120px;
    width: 150px;
    object-fit: contain;
    padding: 1rem;
}

.main-header--five .main-header__left {
    gap: 20px;
}

.main-header--five::before,
.main-header--five::after {
    border-radius: 0px;
}

.main-header--five::after {

    background-color: #F89B1E;
}

.main-header--five .main-menu .main-menu__list>li>a {
    color: #fff;
}


.main-header--five .container-fluid::before {
    width: 200px;
    border-radius: 0px;
    background-color: #FFF;
}

.page-header p {
    color: #fff;
}

.page-header__bg {
    background-attachment: fixed;
}

.contact-info__inner {

    background-color: #262324;
}

.wpcf7-select {
    width: 100%;
}

.main-footer__bg {

    background-color: #262324;
}


.main-footer__bottom {
    text-align: center;
    background-color: #000;
}

.img-white {
    filter: brightness(0) invert(1);
}

.blog-card-five__image img {

    height: 300px;
    object-fit: cover;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-black, #212226);
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    line-height: 50px;
    overflow: hidden;
    border: 1px solid var(--cherito-white3, #E5DED9);
    transition: all 400ms ease;
}

.pagination .page-numbers.current {
    color: var(--cherito-white, #ffffff);
    background-color: var(--cherito-base, #E23B33);
    border-color: var(--cherito-base, #E23B33);
}

.blog-card-five__content {
    border-radius: 0px;
    min-height: 400px;
}

.blog-card-five__image {
    border-radius: 0px;
}

.blog-card-seven__image img {

    height: auto;
    object-fit: cover;
}

.read-next {
    font-weight: 800;
    color: #262324;
    margin-bottom: 1.3rem;
    text-transform: uppercase;
}

.event-list__image {
    position: relative;
    height: 400px;
}

.partners-div {
    margin-bottom: 4rem;
}

.partners-div img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.partner-meta h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.partner-meta {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.volunteer-card__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.client-carousel__item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.mobile-nav__content {
    background-color: #000;
}
.footer-widget__logo img{
    width: 130px;
}

.client-carousel__title{
    font-size: 40px;
}


.client-carousel__title::before, .client-carousel__title::after {
    content: "";
    width: calc(45% - 94px);
}

.service-card__image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.features-one__card--2 .features-one__card__image img {
    
    height: 405px;
    object-fit: cover;
}



.service-card__content {
    
    height: 300px;
}

.donation-card__image img{
    height: auto;
}

@media screen and (max-width: 769px) {
    .footer-widget--links-1, .footer-widget--links-2, .hide-tab{
            display: none;
    }

    .main-header--five .main-header__inner{
        padding: 0px;
    }

    .footer-widget--about{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
    }
}