/********************/
/*	Fonts Style	    */
/********************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

@font-face {
    font-family: 'M-R';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
    url('../fonts/MyriadProRegular.woff2') format('woff2'),
    url('../fonts/MyriadProRegular.woff') format('woff'),
    url('../fonts/MyriadProRegular.ttf') format('truetype'),
    url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'G-B';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/G-B'), url('../fonts/Gilroy-Bold.woff') format('woff');
}


@font-face {
    font-family: 'G-H';
    font-style: normal;
    font-weight: normal;
    src: local('G-H'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'G-L';
    font-style: normal;
    font-weight: normal;
    src: local('G-L'), url('../fonts/Gilroy-Light.woff') format('woff');
}


@font-face {
    font-family: 'G-M';
    font-style: normal;
    font-weight: normal;
    src: local('G-M'), url('../fonts/Gilroy-Medium.woff') format('woff');
}


@font-face {
    font-family: 'G-R';
    font-style: normal;
    font-weight: normal;
    src: local('G-R'), url('../fonts/Gilroy-Regular.woff') format('woff');
}
@font-face {
    font-family: 'H-B';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'H-R';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
    url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}


/* Home Page */

.navbar ul li:last-child a:hover {
        background-color: #c1ecef;
    color: #003c6d !important;
    border: 6px solid #c1ecef;
}


/* About Page */

.article-padd {
    padding: 100px 0 100px 0;
}

.about-banner-sec {
    /* position: relative; */
    background-image: url(../images/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
}

.banner-text-sec {
    padding: 122px 0 0 0;
    max-width: 500px;
}

.value-parent-wrap {
    border-left: 3px solid #85DAE1;
}

.value-box {
    display: flex;
    /* margin-top: 60px; */
    padding-bottom: 10px;
}


.value-img {
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 16px;
}

.value-img img {
    width: 50px;
}

.value-img-wrap img {
    margin-top: 45px;
}

.value-txt h6 {
    font-size: 30px;
    font-weight: 600;
    color: #85DAE1;
}

.value-txt p {
    font-size: 14px;
    color: #003C6D;
}

.banner-text-wrap h1 {
    font-size: 50px;
    margin-bottom: 0;
}

.banner-text-wrap h2 {
    font-size: 40px;
    margin-top: 5px;
    color: white;
}


/* Team Page */

.team-banner-sec {
    /* position: relative; */
    background-image: url(../images/team-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
}

.team-wrapper {
    background-color: #F7F8FA;
}


.sec-main-heading {
    font-size: 40px;
    font-weight: 600;
    color: #003C6D;
}


.team-member {
    position: relative;
    max-width: 1150px;
    width: 100%;
    margin: 50px 0;
    background: #FFFFFF;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
}

.member-txt {
    position: absolute;
    top: 20px;
    left: 300px;
    right: auto;
}


.member-txt h2 {
    font-size: 30px;
    font-weight: 700;
    color: #003C6D;
    margin-top: 10px;
}

.member-txt h4 {
    margin-top: -15px;
    font-size: 24px;
    font-weight: 500;
    color: #85DAE1;
}


.member-txt p {
    font-size: 18px;
    padding-right: 20px;
}



/* Why We Need You Page */


.need-banner-sec {
    /* position: relative; */
    background-image: url(../images/need-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
}

.sec-sub-heading {
    font-size: 24px;
    font-weight: 600;
    color: #85DAE1;
}

.need-img-wrap {
    padding-top: 30px;
    margin-right: 20px;
}

.need-txt-wrap h6 {
    font-size: 30px;
    font-weight: 600;
    color: #85DAE1;
}


.need-txt-wrap p {
    font-size: 16px;
    font-weight: 500;
    color: #668AA7;
}


.involve-content-wrap {
    max-width: 700px;
    width: 100%;
    padding: 30px 30px 30px 50px;
    background: #85DAE1;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
}


.involve-head-wrap h1 {
    font-size: 46px;
    font-weight: 600;
    color: #003C6D;
}

.involve-head-wrap h6 {
    margin-top: -15px;
    font-size: 18px;
    font-weight: 600;
    color: #003C6D;
}


.involve-list-wrap {
    padding-left: 30px;
}

.involve-list-wrap ul li {
    font-size: 22px;
    font-weight: 600;
    color: #003C6D;
    position: relative;
}


.involve-list-wrap ul li::before {
    content: '\f004';
    position: absolute;
    left: -30px;
    top: 3px;
    font-family: 'FontAwesome';
    color: white;
    font-size: 16px;
}


.involve-content-wrap::after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 36px;
    background-image: url(../images/get-involved-img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 500px;
    width: 100%;
    height: 300px;
}



/* Donate Page */

.donate-banner-sec {
    /* position: relative; */
    background-image: url(../images/donate-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
}


.support-rok {
    background-color: #F7F8FA;
}

.support-sec-wrap {
    padding: 50px;
    text-align: center;
    background: #FEFEFF;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
}

.support-sec-wrap h1 {
    font-size: 46px;
    font-weight: 600;
    color: #003C6D;
}


.support-sec-wrap p {
    font-size: 20px;
    font-weight: 500;
    color: #668AA7;
}

.sup-highlight {
    color: #003c6d;
    font-weight: 600;
    text-decoration: underline;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}



/* Contact Page */

.contact-banner-sec {
    /* position: relative; */
    background-image: url(../images/contact-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center;
}

.contact-sec {
    background-color: #F7F8FA;
}

.contact-form {
    padding: 30px;
    background: #FEFEFF;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px 0px 0px 3px;
}

.contact-form h1 {
    font-size: 36px;
    font-weight: 600;
    color: #003C6D;
    margin-top: 0px;
}

.f-submit {
    text-align: center;
    padding-top: 10px;
}

.f-submit-btn {
    font-weight: 700;
    font-size: 16px;
    color: #003c6d;
    border: 1.5px solid #003c6d;
    background-color: white;
    border-color: #003c6d;
    padding: 5px 40px;
    border-radius: 20px;
}

.f-submit-btn:hover {
    color: #fff;
    background-color: #003c6d;
    border-color: #003c6d;
}

input::placeholder {
    color: #5A6685;
    font-weight: 600;
}

.contact-form input {
    background: #FFFFFF;
    border: 2px solid rgba(204, 217, 232, 0.44);
    border-radius: 3px;
}

.contact-form textarea {
    background: #FFFFFF;
    border: 2px solid rgba(204, 217, 232, 0.44);
    border-radius: 3px;
}

textarea::placeholder {
    color: #5A6685;
    font-weight: 600;
}


.inquiries-sec {
    background: #003C6D;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
    padding: 56px 30px;
}


.inquiries-sec h2 {
    font-size: 24px;
    font-weight: 500;
    color: #F7F8FA;
    padding-bottom: 10px;
}


.inquiries-sec h4 {
    font-size: 18px;
    font-weight: 500;
    color: #F7F8FA;
    margin: 10px 0;
}

.sponsorships-sec {
    background: #85DAE1;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 0px 3px 3px 0px;
    padding: 41px 30px;
}

.sponsorships-sec h2 {
    font-size: 24px;
    font-weight: 500;
    color: #003C6D;
}


.sponsorships-sec h4 {
    font-size: 18px;
    font-weight: 500;
    color: #003C6D;
    margin-top: 0px !important;
}

.contact-padd-right {
    padding-right: 0px;
}

.contact-padd-left {
    padding-left: 0px;
}



/* MEDIA QUERIES */

@media all and (max-width: 1199px) {

    /* TEAM PAGE */

    .member-txt h4 {
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .member-txt p {
        font-size: 17px;
        padding-right: 10px;
    }


    /* WHY WE NEED YOU PAGE */

    .need-img-wrap {
        padding-top: 100px;
    }
    .involve-content-wrap::after {
        content: '';
        position: absolute;
        left: auto;
        right: 0;
        top: 60px;
        background-image: url(../images/get-involved-img.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 500px;
        width: 40%;
        height: 220px;
    }









} 

@media all and (max-width: 992px) {

    /* ABOUT PAGE */

    .value-img-wrap {
        display: none;
    }

    .banner-text-sec {
        max-width: none;
    }

    .banner-text-wrap h1 {
        padding-bottom: 10px;
        text-align: center;
    }


    /* TEAM PAGE */

    .article-padd {
        padding: 50px 0 50px 0;
    }

    .sec-main-heading {
        text-align: center;
    }

    .team-member {
        padding: 30px;
    }

    .member-img {
        text-align: center;
    }

    .member-txt {
        position: unset;
        text-align: center;
    }

    .member-txt h2 {
        margin-top: 30px;
    }

    /* WHY WE NEED YOU PAGE */


    .sec-sub-heading {
        text-align: center;
    }

    .need-txt-wrap {
        text-align: center;
    }

    .need-img-wrap {
        text-align: center;
    }

    .involve-content-wrap::after {
        display: none;
    }


    /* CONTACT PAGE */

    .contact-padd-right {
        padding: 10px;
    }

    .contact-padd-left {
        padding: 10px;
    }






}

@media all and (max-width: 767px) {

    /* ABOUT PAGE */
    
    .about-banner-sec {
        height: 300px;
    }


    .banner-text-wrap h1 {
        font-size: 40px;
        text-align: center;
        padding-bottom: 10px;
    }

    .banner-text-wrap h2 {
        font-size: 30px;
        text-align: center;
    }

    .value-parent-wrap {
        border: none;
    }

    .value-img {
        display: none;
        /* padding-top: 35px;
        padding-right: 15px;
        padding-left: 10px; */
    }

    .value-img-wrap {
        display: none;
    }

    .article-padd {
        padding: 50px 0 50px 0;
    }

    /* TEAM PAGE */

    .team-banner-sec {
        height: 300px;
    }

    .banner-text-sec {
        padding: 92px 0 0 0;
    }

    .sec-main-heading {
        text-align: center;
    }

    .team-member {
        padding: 20px;
    }

    .member-img {
        text-align: center;
    }

    .member-txt {
        position: unset;
    }

    .member-txt h2 {
        text-align: center;
        margin-top: 30px;
    }

    .member-txt h4 {
        margin-top: -5px;
        text-align: center;
    }

    .member-txt p {
        text-align: center;
        font-size: 16px;
        padding-right: 0px;
    }


    /* WHY WE NEED YOU PAGE */

    .need-banner-sec {
        height: 300px;
    }

    .sec-sub-heading {
        text-align: center;
    }

    .need-img-wrap {
        padding-top: 10px;
        margin-right: 10px;
    }

    .need-txt-wrap {
        text-align: center;
    }

    .involve-content-wrap::after {
        display: none;
    }

    .involve-head-wrap h1 {
        font-size: 36px; 
    }

    .involve-head-wrap h6 {
        margin-top: 0;
    }

    .involve-list-wrap ul li {
        font-size: 20px;
    }


    /* CONTACT PAGE */

    .contact-banner-sec {
        height: 300px;
    }

    .contact-padd-right {
        padding: 10px;
    }

    .contact-padd-left {
        padding: 10px;
    }


    /* DONATE PAGE */

    .donate-banner-sec {
        height: 300px;
    }

    .support-sec-wrap {
        padding: 10px 20px;
    }

    .support-sec-wrap h1 {
        font-size: 36px;
    }

    .support-sec-wrap p {
        font-size: 18px;
    }



}

