@font-face {
    font-family: Cortado;
    src: url(../css/Cortado-Script-Web-Regular/Cortado\ Script\ Web\ Regular.ttf);
}
@font-face {
    font-family: freight-text-pro;
    src: url(../css/font/FreightTextProBold-Regular.ttf);
}
@font-face {
    font-family: proxima-nova;
    src: url(../css/Proxima-Nova-Extra-Condensed/Demo_Fonts/Fontspring-DEMO-proximanovacond-bold.otf);
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
    font-family: proxima-nova;
}
p {
    font-family: freight-text-pro;
}
i {
    font-family: Cortado;
}
a {
    text-decoration: none;
    color: inherit;
}
.btns-hope {
    .btn-yellow {
        background-color: #ffc20e;
        padding: 16px 32px;
        font-weight: 800;
        font-size: 19px;
        border-radius: 32px;
        transition: 0.4s;
        border: 2px solid #ffc20e;
    }
    .btn-yellow:hover {
        background-color: #d4a105;
        border: 2px solid #d4a105;
    }
    .btn-blue {
        background-color: #0083ca;
        padding: 16px 32px;
        font-weight: 800;
        font-size: 19px;
        border-radius: 32px;
        transition: 0.4s;
        border: 2px solid #0083ca;
        color: #ffffff;
    }
    .btn-blue:hover {
        background-color: #006a9c;
        border: 2px solid #006a9c;
    }
    .btn-bordered {
        color: #ffffff;
        border-bottom: 4px solid #ffffff;
        font-size: 16px;
        font-weight: 700;
    }
    .btn-yellow-bordered {
        border: 2px solid #ffc20e;
        color: #ffffff;
        padding: 16px 32px;
        font-weight: 800;
        font-size: 19px;
        border-radius: 32px;
        transition: 0.4s;
    }
    .btn-yellow-bordered:hover {
        background-color: #ffc20e;
        padding: 16px 32px;
        font-weight: 800;
        font-size: 19px;
        border-radius: 32px;
    }
}
.border-colord {
    color: #0083ca;
    border-bottom: 4px solid #0083ca;
    font-size: 16px;
    font-weight: 700;
}
.colored {
    color: #0083ca;
    font-weight: 400;
}

.home-banner {
    background-image: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    .overlay-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.58;
        background: linear-gradient(45deg, #00344f 90%, #c73126 60%);
        z-index: -1;
    }
    .banner-content {
        width: 100%;
        max-width: 70%;
        padding: 200px 0;
    }
    .banner-content h1 {
        font-size: 70px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .banner-content p {
        font-size: 19px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 20px;
    }
}
.home-banner .shack-hands {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 100%;
    max-width: 100px;
    transform: translate(50%, -50%);
}

.convay-responce {
    position: relative;
    margin-top: -100px;
    z-index: 9;

    .slick-initialized .slick-slide {
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-next,
    .slick-prev {
        z-index: 5;
    }
    .slick-next {
        right: 36px;
    }
    .slick-prev {
        left: 15px;
    }
    .slick-prev.slick-arrow.slick-disabled {
        opacity: 0;
    }
    .slick-next.slick-arrow.slick-disabled {
        opacity: 0;
    }
    .slick-next:before,
    .slick-prev:before {
        color: #000;
        font-size: 28px;
    }
    .water-img-sec {
        height: 700px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .water-img-sec::after {
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        z-index: 0;
    }
    .water-img-sec img {
        object-fit: cover;
        height: 100%;
        transition: 0.4s;
    }
    .water-img-sec:hover img {
        transform: scale(1.1);
    }

    .water-content {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 60px;
        z-index: 1;
    }
    .water-content h2 {
        font-size: 36px;
        font-weight: 800;
        color: #ffffff;
    }
    .water-content p {
        font-size: 19px;
        font-weight: 400;
        color: #ffffff;
    }
}
.convay-responce
    .convoy-silder-sec
    .my-slider
    .slick-slide
    .water-img-sec::after {
    background-image: linear-gradient(0deg, #f2a035, #ffffff1f);
}
.convay-responce
    .convoy-silder-sec
    .my-slider
    .slick-slide:nth-child(2)
    .water-img-sec::after {
    background-image: linear-gradient(0deg, #ff0202, #ffffff1f);
}
.convay-responce
    .convoy-silder-sec
    .my-slider
    .slick-slide:nth-child(3)
    .water-img-sec::after {
    background-image: linear-gradient(0deg, #4e02ff, #ffffff1f);
}
.convay-responce
    .convoy-silder-sec
    .my-slider
    .slick-slide:nth-child(4)
    .water-img-sec::after {
    background-image: linear-gradient(0deg, #0aff02, #ffffff1f);
}
.convay-responce .backgound-color {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006a9c;
}

.real-solution {
    background-color: #e1ecf9;
    position: relative;
    z-index: 0;
    .real-colution-content {
        width: 100%;
        max-width: 50%;
        margin: auto;
    }
    .real-colution-content h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .real-colution-content p {
        font-size: 19px;
        font-weight: 400;
        color: #0083ca;
        padding: 0 16px;
    }
}

.child-feeding-content {
    .child-feeding-tabs {
        background-color: #ffffff;
        position: relative;
    }
    .child-feeding-tabs::after {
        position: absolute;
        content: "";
        background-image: url(../images/child-feeding-bg.jpg);
        width: 100%;
        height: 100%;
        top: 24px;
        left: 24px;
        z-index: -1;
    }
    .child-feeding-tabs::before {
        position: absolute;
        content: "";
        background-image: url(../images/Badge-Orange.png);
        background-repeat: no-repeat;
        background-position: top right;
        width: 26%;
        height: 31%;
        top: -8%;
        right: -14%;
        z-index: 1;
    }
    .dhild-coltent p {
        font-size: 19px;
    }
}
.child-feeding-tabs .nav li.nav-item {
    padding: 8px 80px;
}
.child-feeding-tabs .nav li.nav-item .nav-link {
    position: relative;
}
.child-feeding-tabs .nav li.nav-item .nav-link h3 {
    color: #000000;
    font-size: 18px;
}
.child-feeding-tabs .nav li.nav-item .nav-link.active h3 {
    color: #0083ca;
    font-size: 36px;
    font-weight: 800;
}
.child-feeding-tabs .nav li.nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: -8%;
    top: 43%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #00344f;
}
.child-feeding-tabs .nav li.nav-item .nav-link.active::before {
    position: absolute;
    content: "";
    left: -8%;
    top: 16%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0083ca;
    border: 8px solid #ffffff;
    padding: 4px;
    outline: 2px solid #0083ca;
}
.child-feeding-content .child-feeding-tabs .nav-link .dhild-coltent {
    display: none;
}
.child-feeding-content .child-feeding-tabs .nav-link.active .dhild-coltent {
    display: block;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}

.child-feeding-tabs-content {
    position: relative;
    z-index: 0;
    .slick-initialized .slick-slide:not(:last-child) {
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-next,
    .slick-prev {
        z-index: 5;
    }
    .slick-next {
        right: 36px;
    }
    .slick-prev {
        left: 15px;
    }
    .slick-prev.slick-arrow.slick-disabled {
        opacity: 0;
    }
    .slick-next.slick-arrow.slick-disabled {
        opacity: 0;
    }
    .slick-next:before,
    .slick-prev:before {
        color: #000;
        font-size: 28px;
    }
}
.child-feeding-tabs-content .childern-slider-one-box .child-lit-cont {
    background-color: #ffffff;
    padding: 16px 32px 32px;
}
.child-feeding-tabs-content .childern-slider-one-box .child-lit-cont span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #747c87;
}
.child-feeding-tabs-content .childern-slider-one-box .child-lit-cont p {
    font-size: 20px;
    font-weight: 600;
}
.child-feeding-tabs-content .childern-slider-one-box .child-img img {
    height: auto;
    width: 100%;
}

.help-us-fight {
    .help-us-fright-content h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .help-us-fright-content p {
        font-size: 19px;
        font-weight: 400;
    }
    .help-fright-right {
        .donate-sec {
            background-color: #006a9c;
            padding: 24px 32px;
            position: relative;
            transition: 0.4s;
            margin: 0 24px;
            height: 100%;
            .title-donate h3 {
                font-size: 24px;
                color: #ffffff;
            }
            .title-donate p {
                font-size: 16px;
                color: #ffffff;
            }
        }
        .domate-title-img {
            z-index: 9;
            text-align: end;
        }
        .domate-title-img img {
            background-color: #ffffff;
            height: 110px;
            width: 110px;
            border-radius: 50%;
            padding: 16px;
        }
    }
}
.help-fright-right .donate-sec:hover {
    transform: scale(1.05);
}
.yellow-right {
    position: absolute;
    right: -12px;
    bottom: -12px;
    background-color: #f2a035;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 10px solid #e1ecf9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.yellow-right i.fa {
    font-weight: 700;
    font-size: 26px;
}
.help-us-fight.bg-dark-color {
    background-color: #b1d3e4;
}
.driving-passion {
    background-color: #006a9c;
    .driving-content h2 {
        font-size: 71px;
        color: #ffffff;
        font-weight: 800;
    }
    .driving-content h2 i {
        font-size: 133px;
        line-height: 100px;
        color: #ffffff;
        font-weight: 500;
        position: relative;
        z-index: 0;
    }
    .driving-content h2 i::after {
        position: absolute;
        content: "";
        bottom: 24px;
        left: 0;
        width: 100%;
        height: 12px;
        background-color: #d4a105;
        z-index: -1;
    }
    .driving-content p {
        font-size: 19px;
        color: #ffffff;
        font-weight: 400;
    }
}
.driving-img-sec {
    .driving-img img {
        height: 375px;
        padding-left: 16px;
    }
    .driving-bottom-conted {
        .driving-title h3 {
            font-size: 46px;
            color: #ffffff;
        }
        .mllion-box {
            .img-box {
                background-color: #00344f;
                width: 60px;
                height: 60px;
                border-radius: 50%;
            }

            .img-title h2 {
                font-size: 50px;
                position: relative;
                color: #ffffff;
                z-index: 0;
            }
            .img-title h2::after {
                position: absolute;
                content: "";
                bottom: 8px;
                left: 0;
                width: 100%;
                height: 10px;
                background-color: #00344f;
                z-index: -1;
            }
            .img-title p {
                font-size: 18px;
                color: #ffffff;
            }
        }
    }
}
.driving-content {
    position: relative;
}
.who-are {
    position: absolute;
    top: 14%;
    left: -25%;
    transform: rotate(-90deg) translate(50%, 50%);
}
.who-are span {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.child-feeding-tabs-content .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
}
.hope-delevered {
    position: absolute;
    left: 50%;
    /* bottom: -18%; */
    transform: translate(-50%, -50%);
    background-color: #00344f;
    width: 100%;
    max-width: 60%;
    padding: 48px 60px 32px;
    .hope-content h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 800;
    }
    .hope-content h2 i {
        color: #ffffff;
        font-size: 36px;
        font-weight: 400;
    }
    .hope-content p {
        color: #ffffff;
        font-size: 18px;
    }
    .subscribe-se input {
        background-color: transparent;
        border: 0;
        width: 100%;
        border-bottom: 3px solid #ffffff;
        padding-bottom: 8px;
    }
    .subscribe-se input::placeholder {
        color: #ffffff;
        font-weight: 600;
    }
}
.hope-main {
    position: relative;
}
/* .img-semi-truck{
  position: relative;
} */
/* .img-semi-truck{
  position: relative;
} */

.changing-lives {
    background-image: linear-gradient(0deg, #00344f, #ffffff28),
        url(../images/home-banner.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    .about-banner-content {
        width: 100%;
        max-width: 50%;
        margin: auto;
        padding: 100px 0;
    }
    .about-banner-content h2 {
        font-size: 70px;
        font-weight: 800;
        color: #ffffff;
    }
    .about-banner-content h2 i {
        font-weight: 400;
        font-size: 90px;
        position: relative;
        z-index: 0;
    }
    .about-banner-content h2 i::after {
        position: absolute;
        content: "";
        bottom: 4px;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #0083ca;
        z-index: -1;
    }
    .about-banner-content p {
        font-size: 19px;
        font-weight: 400;
        color: #ffffff;
    }
    .btns-hope .btn-yellow,
    .btns-hope .btn-yellow-bordered {
        padding: 6px 24px;
        font-size: 22px;
        font-weight: 500;
    }
}
.changing-lives .container {
    position: relative;
}
.changing-lives .container .rotate-text {
    position: absolute;
    top: 22%;
    left: 0;
    transform: rotate(-90deg);
}
.changing-lives .container .rotate-text span {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.history .container {
    position: relative;
}
.history .container .rotate-text {
    position: absolute;
    top: 22%;
    left: 0;
    transform: rotate(-90deg);
}
.history .container .rotate-text span {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.history .history-title {
    width: 100%;
    max-width: 50%;
    margin: auto;
}
.history .history-title h2 {
    font-size: 50px;
    color: #ffffff;
}
.history {
    background-color: #006a9c;
    padding: 80px 0;
    width: 100%;
    overflow-x: hidden;

    .slick-initialized .slick-slide {
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-next,
    .slick-prev {
        z-index: 5;
    }
    .slick-next {
        right: 50px;
    }
    .slick-prev.slick-arrow {
        right: 150px !important;
    }
    .slick-next:before,
    .slick-prev:before {
        color: #000;
        font-size: 28px;
        font-weight: 800;
    }

    .slick-next,
    .slick-prev {
        top: -7%;
    }
    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: 0.9 !important;
    }
    .slick-list {
        overflow: visible !important;
    }
}
.history-slide-section {
    .history-slider {
        .history-box {
            position: relative;
            width: 100%;
            height: 600px;
        }
        .history-img-one {
            position: absolute;
            top: 0;
            left: 8%;
            width: 100%;
            max-width: 55%;
            height: 400px;
        }
        .history-content {
            position: absolute;
            top: 60%;
            right: 20px;
            width: 100%;
            max-width: 60%;
            height: auto;
            padding: 40px 40px 60px;
            background-color: #ffffff;
        }
        .history-content p {
            font-size: 19px;
            color: #4a5769;
        }
        .history-year {
            position: absolute;
            left: 0;
            top: 70%;
            transform: translateY(-50%);
        }
        .history-year span {
            font-size: 120px;
            font-weight: 500;
            font-family: Cortado;
        }
    }
}
.history-slider .slick-prev.slick-arrows .slick-prev {
    right: 150px !important;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 12px;
}
.history-slide-section .history-slider .slick-slide {
    position: relative;
}
.history-slide-section .history-slider .slick-slide:not(:last-child)::before {
    position: absolute;
    content: "";
    top: 45%;
    left: 15%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    max-width: 102%;
    margin: auto;
    background-color: #ffffff;
}

.compassion-movement {
    padding: 160px 0;
    .compassion-mov-img-sec {
        position: relative;
        width: 100%;
        max-width: 80%;
        margin: auto;
        height: 100%;
        .img-one {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            max-width: 90%;
            height: 400px;
        }
        .img-two img {
            object-fit: cover;
        }
        .img-two {
            position: absolute;
            top: 8%;
            left: 0;
            width: 100%;
            max-width: 90%;
            height: 400px;
        }
    }
    .compassion-movement-content h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .compassion-movement-content p {
        font-size: 19px;
        font-weight: 400;
        color: #4a5769;
    }
    .compassion-movement-content ul li p {
        font-size: 22px;
        font-weight: 800;
        color: #00344f;
        font-family: proxima-nova;
    }
    .compassion-movement-content ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        list-style: none;
        margin-top: 3rem;
    }
    .compassion-movement-content ul li {
        width: 100%;
        max-width: 49%;
        padding: 10px 0;
    }
}

.bringing-hope .container {
    position: relative;
}
.bringing-hope .container .rotate-text {
    position: absolute;
    top: 22%;
    left: 0;
    transform: rotate(-90deg);
}
.bringing-hope .container .rotate-text span {
    color: #00344f;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.bringing-hope .history-title {
    width: 100%;
    max-width: 60%;
    margin: auto;
}
.bringing-hope .history-title h2 {
    font-size: 50px;
    font-weight: 800;
    color: #00344f;
}
.bringing-hope .history-title h2 i {
    font-size: 60px;
    color: #0083ca;
    font-weight: 400;
}
.bringing-hope .history-title p {
    font-size: 19px;
    font-weight: 400;
    color: #4a5769;
    padding: 0 60px;
}
.bringing-hope {
    background-color: #e1ecf9;
    padding: 80px 0;
    position: relative;
    z-index: 4;
    .learn-more-us h2 {
        font-size: 50px;
        font-weight: 900;
    }
    .the-team-conve {
        padding: 0 60px;
    }
    .the-team-conve h3 {
        font-size: 20px;
        font-weight: 800;
    }
    .the-team-conve p {
        font-size: 19px;
        font-weight: 400;
        color: #4a5769;
    }
}
.statement-ploicies {
    padding: 80px 0 160px;
    .statement-polies-content h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .statement-polies-content p {
        font-size: 19px;
        font-weight: 400;
        color: #4a5769;
    }
}
.contact-banner {
    background-color: #00344f;
    padding: 60px 0 200px;
    .contact-banner-content {
        width: 100%;
        max-width: 25%;
        margin: auto;
    }
    .contact-banner-content h2 {
        font-size: 50px;
        color: #ffffff;
        font-weight: 800;
    }
}

.contact-form form {
    z-index: 9;
    box-shadow: 0px 0px 8px 0px #fafafa;
    padding: 48px;
    background-color: #ffffff;
    margin-top: -120px;
    border-radius: 4px;
}
.contact-sec {
    background-color: #e1ecf9;
    padding-bottom: 200px;
}
.contact-form form .form-label.main-lable {
    font-size: 18px;
    font-weight: 700;
    color: #4a5769;
}
.contact-form form .form-label.small-lable {
    font-size: 14px;
    font-weight: 600;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #0083ca;
}
.contact-form form input,
.contact-form form textarea {
    background-color: #e1ecf9;
    padding: 12px;
    color: #0083ca;
    font-weight: 600;
    font-size: 20px;
}
.blog-top-sec {
    .blog-banner-upper h2 {
        font-size: 36px;
        font-weight: 800;
    }
    .blog-banner-upper h2 span {
        font-size: 46px;
        font-weight: 400;
        color: #0083ca;
        font-family: Cortado;
        position: relative;
        z-index: 0;
    }
    .blog-banner-upper h2 span::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 4px;
        height: 3px;
        width: 100%;
        background-color: #0083ca;
    }
    .blog-banner-main-title h3 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .blog-banner-main-title ul li:not(:last-child) {
        margin-right: 18px;
    }
    .blog-banner-main-title ul li i {
        font-size: 19px;
        padding: 0 8px;
        color: #00344f;
    }
}

.blog-banner-one {
    position: relative;
    .blog-img {
        height: 450px;
        width: 100%;
        position: relative;
    }
    .blog-img::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, #00344f, #ffffff1f);
    }
    .blog-img img {
        height: 100%;
        object-fit: cover;
    }
    .blog-content {
        position: absolute;
        bottom: 8%;
        left: 5%;
        z-index: 1;
    }
    .blog-content h3 {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
    }
}
.blog-banner-one::after {
    position: absolute;
    content: "";
    background-image: url(../images/cloud--top-right.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 16%;
    top: 0;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 100%;
}

.bolg-sec {
    .blog-one {
        .blog-content {
            background-color: #ffffff;
            padding: 16px 32px;
        }
        .blog-content span {
            color: #4a5769;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
        }
        .blog-content h2 {
            color: #00344f;
            font-weight: 700;
            font-size: 20px;
            height: 100px;
        }
    }
}
.inner-blog-convoy {
    background-color: #e1ecf9;
    padding: 40px 0 280px;
    .inner-blog-top-content {
        width: 100%;
        max-width: 30%;
        margin: auto;
    }
    .inner-blog-top-content span {
        font-size: 12px;
        font-weight: 700;
        color: #4a5769;
        text-transform: uppercase;
    }
    .inner-blog-top-content h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .inner-blog-top-content ol li span {
        font-size: 11px;
        font-weight: 700;
        color: #4a5769;
        text-transform: none;
    }
    .inner-blog-top-content ol li ul li:nth-child(1) {
        list-style: none;
        margin-right: 32px;
    }
    .inner-blog-top-content ol li ul li:nth-child(2) {
        list-style: disc;
    }
}
.inner-blog-img {
    margin-top: -260px;
}
.bolg-sec {
    background-color: #e1ecf9;
    .blg-tilte-real h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
}
.bolg-sec.mabring-bote {
    padding: 60px 0 250px;
}

.help-donate-sec {
    background-color: #c73126;
    .help-cont-img {
        width: 100%;
        max-width: 60%;
        margin: auto;
        padding: 60px 0;
    }
    .help-cont {
        width: 100%;
        max-width: 60%;
        margin: auto;
        padding: 60px 0;
    }
    .help-cont h2 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 800;
    }
}
.service-banner {
    position: relative;
    .banner-bg {
        height: 775px;
    }
    .banner-bg img {
        object-fit: cover;
    }
    .banner-bg-right img {
        object-fit: cover;
    }
    .banner-bg-right {
        position: relative;
        height: 775px;
        object-fit: cover;
        #all {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 100vh;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            flex-direction: column;
        }

        #play-video {
            border: 4px solid;
            border-radius: 50%;
            padding: 6px 11px;
            background: transparent;
            font-size: 24px;
            color: #ffffff;
            border-color: #ffffff;
            height: 56px;
            width: 56px;
            display: inline-block;
            vertical-align: middle;
            transition: all 0.3s ease !important;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            line-height: 1.5;
            cursor: pointer;
        }
        #play-video:hover {
            transform: scale(1.05);
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -o-transform: scale(1.05);
        }
        #play-video i {
            transition: all 0s ease !important;
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
            line-height: 0;
        }
        #play-video:hover {
            background-color: transparent;
            color: #ffffff;
        }
        #close-video {
            border: 4px solid;
            border-radius: 50%;
            background: transparent;
            font-size: 26px;
            color: #8d908a;
            height: 56px;
            width: 56px;
            text-align: center;
        }

        .youtube-video .modal-dialog {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
            padding: 0 15px;
            height: 100%;
            width: 100%;
            max-width: 75% !important;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        #video-container {
            position: relative;
            padding-bottom: 50%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
        }
        iframe#youtubevideo {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }
        .youtube-video .modal-footer {
            border: none;
            text-align: center;
            display: block;
            padding: 0;
        }
        .youtube-video .modal-content {
            background: none !important;
            border: none;
        }
    }
}
.service-banner .service-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 64%);
    height: calc(100% - 8%);
    background-color: #f3a137;
    .service-banner-content h2 {
        color: #ffffff;
        font-size: 78px;
        font-weight: 800;
    }
    .service-banner-content p {
        color: #ffffff;
        font-size: 19px;
    }
    .service-banner-content {
        padding: 200px 32px 60px 160px;
        position: relative;
    }
    .service-banner-content .rotate-text {
        position: absolute;
        top: 22%;
        left: 0;
        transform: rotate(-90deg);
    }
    .service-banner-content .rotate-text span {
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
}
.service-banner-icon {
    position: absolute;
    top: 20%;
    right: -25%;
    transform: translate(-50%, -50%);
    width: calc(100% - 75%);
}

.what-we-do-stella {
    background-color: #ffe5cc;
    .feed-world-we-do {
        position: relative;
        padding: 0 8px;
    }
    .feed-world-we-do .rotate-text {
        position: absolute;
        top: 22%;
        left: -15%;
        transform: rotate(-90deg);
    }
    .feed-world-we-do .rotate-text span {
        color: #f3a137;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
    .feed-world-we-do h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .feed-world-we-do p {
        font-size: 19px;
        color: #00344f;
    }
    .feed-stella-home {
        .affostify-img-sec {
            width: 60px;
            height: 60px;
            margin: 20px auto;
            background-color: #00344f;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
        .affostify-img-sec i {
            font-size: 26px;
            color: #f3a137;
        }
    }
    .feed-stella-home p {
        font-size: 19px;
        font-family: proxima-nova;
    }
    .feed-stella-home span {
        font-size: 50px;
        font-family: Cortado;
        color: #f3a137;
    }

    .stelliya-keniya-service-box {
        .strl-img-one {
            position: relative;
            width: 100%;
            max-width: 21%;
            height: 480px;
            .stela-fot-cont {
                position: absolute;
                bottom: 38px;
                left: 33%;
                transform: translate(-25%, 0%);
                z-index: 1;
            }
            .stela-fot-cont p {
                color: #ffffff;
                font-weight: 700;
            }
            .stela-fot-cont h3 {
                color: #ffffff;
                font-weight: 800;
                font-size: 20px;
            }
        }
        .strl-img-one img {
            object-fit: cover;
        }
        .strl-img-one::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(-180deg, #ffffff00, #00344f);
        }
    }
}
.stelliya-keniya-service-box .strl-img-one:nth-child(2) {
    width: 100%;
    max-width: 28%;
    height: 600px;
}
.stelliya-keniya-service-box .strl-img-one:nth-child(4) {
    width: 100%;
    max-width: 21%;
    height: 250px;
}
.stelliya-keniya-service-box .strl-img-one:nth-child(4) .stela-fot-cont {
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.history
    .history-slide-section
    .history-slider
    .slick-slide:nth-child(even)
    .history-box
    .history-img-one {
    max-width: 65%;
    height: 350px;
    top: 10%;
}
.history.title-left .history-title {
    margin-left: 80px;
}
.history.title-left .rotate-text span {
    color: #f3a137;
    font-weight: 700;
    font-size: 14px;
}

.well-fed-change {
    background-color: #f3a137;
    .driving-bottom-conted {
        .driving-title h3 {
            font-size: 50px;
            font-weight: 800;
            color: #00344f;
        }
        .mllion-box {
            .img-box {
                width: 60px;
                height: 60px;
                background-color: #e15f27;
                border-radius: 50%;
            }
        }
        .img-title h2 {
            font-size: 50px;
            font-weight: 800;
            color: #ffffff;
            width: max-content;
            position: relative;
            z-index: 0;
        }
        .img-title h2::after {
            position: absolute;
            content: "";
            bottom: 8px;
            left: 0;
            width: 100%;
            height: 12px;
            background-color: #e15f27;
            z-index: -1;
        }
        .img-title p {
            font-size: 19px;
            color: #e15f27;
        }
    }
}

.attch-feed-one {
    background-image: url(../images/attach-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: relative;
    height: 700px;
    .child---def {
        position: absolute;
        left: 70%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .feed--contnt--box {
        position: relative;
        max-width: 500px;
        background-color: #ffffff;
        padding: 40px;
        height: 400px;
        box-shadow: 0px 0px 60px 0px #e2e2e2;
    }
    .feed--contnt--box::before {
        position: absolute;
        content: "";
        top: 10%;
        left: -10%;
        width: 100%;
        height: 100%;
        background-image: url(../images/service-banner-bg.jpg);
        z-index: -2;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .feed--contnt--box p {
        font-size: 19px;
    }
}
.let--otgether {
    background-color: #ffe5cc;
    .feed-nutritious {
        background-color: #e15f27;
        padding: 60px 64px;
        .feed-nutritious-img {
            height: 250px;
            object-fit: cover;
        }
        .feed-nutritious-img img {
            height: 100%;
        }
    }
    .feed-nutrition-contetn h2 {
        color: #ffffff;
        font-weight: 800;
        font-size: 36px;
        padding: 15px 0 10px;
    }
    .feed-nutrition-contetn p {
        color: #ffffff;
        font-weight: 400;
        font-size: 19px;
    }
    .feed-nutrition-contetn ul {
        padding: 0 40px;
    }
    .feed-nutrition-contetn ul li {
        color: #ffffff;
        font-weight: 500;
        font-size: 19px;
        padding: 4px 0;
    }
}
.let--otgether {
    position: relative;
    z-index: 0;
    .let-together-text {
        width: 100%;
        max-width: 60%;
    }
    .let-together-text h2 {
        font-size: 50px;
        font-weight: 800;
        color: #00344f;
    }
    .let-together-text p {
        font-size: 19px;
        font-weight: 400;
        color: #00344f;
    }
}
.let--otgether .container {
    position: relative;
}
.let--otgether .container .rotate-text {
    position: absolute;
    top: 1%;
    left: -5%;
    transform: rotate(-90deg);
}
.let--otgether .container .rotate-text span {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.let--otgether::before {
    position: absolute;
    content: "";
    top: -5%;
    right: 0;
    width: 550px;
    height: 550px;
    background-image: url(../images/Spoon-bowls-pattern.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/Spoon-bowls-pattern.svg);
}
.let--otgether::after {
    position: absolute;
    content: "";
    bottom: 5%;
    left: 0;
    width: 550px;
    height: 500px;
    background-image: url(../images/Spoon-bowls-pattern.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/Bowls-Mouths-Pattern.svg);
    z-index: -1;
}
.help-us-fight.bg-dark-attacjed {
    background-image: url(../images/Get-Involved-4.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    .help-us-fright-content h2 {
        font-size: 50px;
        font-weight: 800;
        color: #ffffff;
    }
    .help-us-fright-content p {
        font-size: 19px;
        font-weight: 400;
        color: #ffffff;
    }
    .help-fright-right {
        .donate-sec {
            background-color: #f3a137;
            height: 100%;
            .title-donate {
                height: 150px;
            }
        }
    }
}
.help-us-fight.service-page {
    padding: 80px 0 250px 0;
}
.donate-pg {
    background: linear-gradient(to right, #00344f 60%, transparent 40%),
        url(../images/donate-banner-img.jpg);
    background-size: contain;
    background-position: 175% 100%;
    background-repeat: no-repeat;
    height: 900px;
    .conate-spread {
        padding: 80px;
    }
    .conate-spread h2 {
        font-size: 50px;
        font-weight: 800;
        color: #ffffff;
    }
    .conate-spread p {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }
}

.step-form-donate {
    background-color: #ffffff;
    margin: 40px 0;
    padding: 16px;
    border-radius: 4px;
    .panel.panel-default {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        .panel-body {
            padding: 16px 22px;
            .bodyTest {
                .control-label {
                    font-size: 13px;
                    font-weight: 600;
                }
                .form-control {
                    padding: 4px 8px;
                    font-size: 14px;
                    font-weight: 700;
                }
                .form-control::placeholder {
                    font-size: 14px;
                    font-weight: 600;
                }
                .help-block {
                    font-size: 12px;
                    font-family: proxima-nova;
                    font-weight: 600;
                }
            }
        }
        .panel-heading {
            border: 1px solid #ebebeb;
            background-color: #f8f8f8;
            border-radius: 0;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            padding: 6px 0 4px 8px;
            .panel-title {
                font-size: 16px;
                color: #8d908a;
            }
        }
    }
    .panel.panel-default {
        .panel-body label {
            font-size: 14px;
            font-weight: 600;
        }
        .panel-body input {
            padding: 4px 8px;
            font-size: 14px;
            font-weight: 700;
        }
        .panel-body input::placeholder {
            font-size: 14px;
            font-weight: 600;
        }
    }
}

.header {
    #navbarSupportedContent .navbar-nav .nav-item .nav-link {
        padding: 8px 8px;
        margin: 0 8px;
        font-size: 16px;
        font-weight: 700;
    }
    #navbarSupportedContent .navbar-nav .nav-item .nav-link.donate {
        padding: 8px 24px;
        margin: 0 8px;
        background-color: #f3a137;
        border-radius: 16px;

        font-size: 16px;
        font-weight: 700;
    }
}
.footer {
    padding: 180px 0 20px;
    background-color: #000000;
    .footer-logo-sec p {
        color: #ffffff;
        font-size: 18px;
    }
    .footer-right {
        .footer-social-menu ul li a i {
            height: 50px;
            width: 50px;
            border: 2px solid #a8a8a8;
            border-radius: 50%;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px;
        }
        .footer-social-menu ul li a:hover i {
            border: 2px solid #ffffff;
        }
        .footer-menu ul li a {
            font-size: 16px;
            color: #ffffff;
            font-weight: 700;
        }
        .footer-menu ul li {
            margin: 4px 0;
            padding: 4px 0;
        }
        .footer-menu-address p {
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
        }
    }
    .copy-write-text p {
        font-size: 18px;
        color: #ffffff;
    }
}

hr {
    margin: 1rem 5rem;
    color: inherit;
    border: 0;
    border-top: #ffffff solid;
    opacity: 0.25;
}
.fixed {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
}
.signup__submit {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background-color: #ffc20e;
    background-image: url("../images/arrow-right-navy.svg");
    background-position: center center;
    background-size: 1.25rem 0.75rem;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    line-height: 0;
    border-radius: 30px;
    width: 4.875rem;
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
}
