ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #6B6B6B;
}

.navbar-light{
    box-shadow: 0px 4px 12px 0px #00000017;

}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-light .navbar-nav .nav-item {
    margin-left: 23px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    padding: 0;
    position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}



.navbar-light .navbar-nav .nav-item.active a  {
    color: #00845A
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #00845A
}

.navbar-light .navbar-nav .nav-link:hover::after {
    background: #00845A; 
}

.navbar-light .navbar-nav .nav-item.active .nav-link::after{
    background: #00845A; 
}

.navbar-light .navbar-nav .nav-link.donateBtn {
    background: linear-gradient(90deg, #8EC858 0%, #45B08E 100%);
    border: 1px solid #45B08E;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 6px 17px;
    border-radius: 60px;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link.donateBtn:hover{
    background: linear-gradient(90deg, #45B08E 0%, #8EC858 100%);
}

.navbar-light .navbar-nav .nav-link.donateBtn::after {
    display: none;
}

.bannerWrap {
    background: #F7F7F7;
    padding-bottom: 30px;
    padding-top: 20px;
}

.bannerText {
    padding-top: 100px;
}

.bannerText h1 {
    color: #13AF7E;
    font-size: 60px;
    font-family: "Yeseva One", system-ui;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bannerText h2{
    color: #4E4E4E;
    font-size:38px;
    font-family: "Yeseva One", system-ui;
    margin-bottom: 20px;
}

.bannerText p{
    color: #808080;
    font-size: 22px;
    margin-bottom: 40px;
}

.btnStyle {
    background: linear-gradient(90deg, #8EC858 0%, #45B08E 100%);
    border: 1px solid #45B08E;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 9px 25px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
}

.btnStyle i{
    line-height: 10px;
}

.btnStyle:hover {
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    background: linear-gradient(90deg, #45B08E 0%, #8EC858 100%);
}

.whiteBg {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grayBg {
    background: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.homeBox {
    color: #fff;
    padding: 40px 25px;
    border-radius: 14px;
    min-height: 340px;
}

.homeBox h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
}

.homeBox p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.homeBox img{
    margin-top: -41px;
    margin-left: 17px;
}

.homeBoxBlue {
    background: #13AF7E;
}

.homeBoxGreen{
    background: #8EC858;
}

.iconImg {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    background: #7BFFD538;
}

.iconImgGreen {
    background: #D0FFA536;
}

.aboutWrap {
    position: relative;
}

.aboutWrap::after {
    width: 610px;
    height: 614px;
    position: absolute;
    content: '';
    background: #F7F7F7;
    left: 0;
    top: 0;
}

.aboutWrap::before {
    width: 550px;
    height: 550px;
    position: absolute;
    content: '';
    background: #ffffff;
    left: -100px;
    top: 41px;
    border-radius: 100%;
    z-index: 9;
}

.headingStyle {
    color: #13AF7E;    
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
    font-family: "Yeseva One", system-ui;
    position: relative;
    display: inline-block;
}

.headingStyle::before {
    content: '';
    position: absolute;
    width: 55px;
    height: 3px;
    background: #45B08E;
    left: -60px;
    bottom: 7px;
}

.pStyle {
    color: #4F4F4F;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
}

.aboutContainer {
    position: relative;
    z-index: 99;
}

.aboutImg {
    padding-top: 115px;
}

.aboutImgTwo {
    padding-top: 180px;
}

.aboutImg .headingStyle {
    margin-right: 203px;
    margin-bottom: 60px;
}

.aboutImg .headingStyle::before {
    left: -49%;
}

.aboutDetail {
    padding-top: 100px;
}

.aboutDetail h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 41px;
    color: #4F4F4F;
    position: relative;
    margin-bottom: 40px;
}

.aboutDetail h3::before{
    content: '';
    position: absolute;
    width: 4px;
    height:149px;
    top: 8px;
    left: -24px;
    background: #45B08E;
}

.aboutDetail p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    color: #6B6B6B;
}

.missionWrap {
    background: url(../images/missionBg.jpg) no-repeat;
    background-size: cover;
}

.missionBg {
    background: #13af7eba;
}

.vissionBg {
    background: #8ec858db;

}

.missionDetail {
    color: #fff;
    padding: 80px;
}

.missionDetail h3{
    font-family: "Yeseva One", system-ui;
    font-size: 40px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 40px;
}

.missionDetail p{
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
}

.circelBox {
    background: #e1eeea;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.solutionBox img{
    width: 77px;
    margin-top: -47px;
}
.solutionBox h3{
    font-size: 19px;
    color: #000;
    line-height: 25px;
    margin-top: 15px;
}

.greenBg {
    background: #45B08E;
    padding-top: 80px;
    padding-bottom: 80px;
}

.approchtext {
    color: #fff;
    text-align: right;
}

.approchtext .headingStyle {
    color: #fff;
}
.approchtext .headingStyle::before {
    background: #fff;
}

.approchtext p  {
    font-size: 24px;
}

.approchList {
    color: #fff;
    margin-top: 63px;
}
.approchList li {
    border-right: 1px solid #FFFFFF69;
    padding: 10px;
    margin-right: 10px;
}
.approchList li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.approchList li h3 {
    font-family: "Yeseva One", system-ui;
    font-size: 30px;
    margin-top: -27px;
    margin-left: 17px;
}

.approchList li h4 {
    font-size: 21px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 0;
}

.approchCircel {
    width: 41px;
    height: 41px;
    border-radius: 100%;
    background: #D0FFA536;
    display: block;
}

.impactBox img {
    width: 100%;
}

.impactDetail {
    background: #F7F7F7;
    border: 1px solid #F3F3F3;
    padding: 20px;
    margin: 0 12px;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}

.impactDetail h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: #00845A;
}

.impactDetail p{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #6B6B6B;
}

.impactDetail a{
    color: #62AC1D;
    font-size: 17px;
    font-weight: 400;
}

.impactDetail a:hover {
    padding-left: 10px;
}

.goalBox h3 {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin-top: 16px;
}

.goalList li {
    width: 19%;
    display: inline-flex;
    padding: 0 12px;
}

.goalIconBg {
    background: url(../images/iconBg.png) no-repeat;
    width: 136px;
    height: 102px;
}

.goalBox img{
    margin-top: -55px;
    width: 77px;
}

footer {
    background: #0D1C16;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.footerAbout h4 {
    margin-bottom: 30px;
    font-family: "Yeseva One", system-ui;
    font-size: 30px;
}

.footerAbout ul li {
    display: flex;
    font-size: 16px;
}

.footerAbout ul li i {
    margin-right: 15px;
}

.socialLinks li {
    margin-bottom: 30px;
}

.socialLinks li  a {
    color: #fff;
}

.socialLinks li img {
    margin-right: 15px;
}

.internalBanner .fill {
    height: 300px;
    background-size: cover;
}

.goalDetail {
    padding: 0 60px;
}

.goalDetail h4 {
    color: #00845a;
    margin-top: -35px;
    margin-left: 29px;
    font-size: 35px;
}

.goalDetail .circelBox {
    width: 50px;
    height: 50px;
}

.goalDetail h3 {
    color: #13af7e;
    font-size: 25px;
    margin-bottom: 27px;
    margin-top: 44px;
}

.goalDetail p{
    font-size: 18px;
    line-height: 30px;
}

.goalDetail p span {
    font-weight: 500;
}

.goalDetail ul li {
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    padding-left: 32px;
}

.goalDetail ul li::before {
    position: absolute;
    content: '\f061';
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #00845a;
}

.goalDetail ul li span {
    font-weight: 500;
}

.featureImg img {
    width: 100%;
    border-radius: 6px;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
}


.contactWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.formStyleWrap {
    background: #F7F7F7;
}

.contactDetail {
    background: #13AF7E;
}

.formStyle {
    padding: 40px;
}

.formStyle .form-control{
    border: 1px solid #e4e4e4;
    height: 50px;
}

.formStyle .form-control-2 {
    height: 100px;
}

.formStyle .btn-primary {
    background: #13AF7E;
    border-color: #13AF7E;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 24px;
}

.formStyle .btn-primary:hover {
    background: #000000;
    border-color: #000000;
}

.contactBox {
    padding: 40px;
    color: #ffff;
    font-size: 20px;
}

.contactBox ul li {
    margin-bottom: 30px;
}

.contactBox ul li .iconImg {
    width: 50px;
    height: 50px;
}

.contactBox ul li i {
    font-size: 40px;
}

.contactBox ul li span{
    display: block;
    margin-top: -43px;
    margin-left: 32px;
}

@media (max-width:991px) {
    .bannerText {
        padding-top: 0;
    }

    .bannerText h1 {
        font-size: 30px;
    }

    .bannerText h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .bannerText p {
        font-size: 17px;
    }

    .bannerImg {
        width: 100%;
    }

    .homeBox {
        min-height: auto;
        margin-bottom: 30px;
    }

    .aboutWrap::before {
        width: 100%;
    }
    .aboutWrap::after {
        width: 100%;
    }

    .responsiveImg {
        width: 100%;
    }

    .aboutDetail {
        padding-top: 20px;
    }

    .aboutDetail h3 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .aboutDetail p {
        font-size: 17px;
        line-height: 28px;
    }

    .missionDetail h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .missionDetail p {
        font-size: 18px;
        line-height: 26px;
        margin: 0;
    }

    .missionDetail {
        padding: 25px 10px;
    }

    .headingStyle {
        font-size: 25px;
    }

    .headingStyle::before {
        display: none;
    }

    .grayBg {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .whiteBg {
        padding-top: 40px;
        padding-bottom: 40px;
    }

 

    .approchList {
        display: block !important;
    }

    .approchtext {
        text-align: left;
    }

    .approchtext .headingStyle::before {
        display: none;
    }

    .approchList li {
        border-right: none;
    }

    .impactBox {
        margin-bottom: 30px;
    }

    .goalList {
        display: block !important; 
    }

    .goalList li {
        display: inline-block;
        width: 31%;
    }

    .goalIconBg {
        margin: 0 auto;
    }

    .footerAbout h4 {
        font-size: 20px;
    }

    .navbar-expand-lg .navbar-nav {
        display: block;
        padding-top: 20px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-bottom: 20px;
    }


    .internalBanner .fill {
        height: 80px;
    }

    .carousel-caption {
        padding: 0;
    }

    .carousel-caption h1 {
        font-size: 22px;
    }

    .goalDetail {
        padding: 0 ;
    }
}


@media (max-width:767px) {
    .comanWrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .comanWrap .first_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .comanWrap .second_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    
    .goalList li {
        display: block;
        width: 100%;
    }

    .solutionBox .circelBox {
        margin:  0 auto;
    }

    .goalDetail h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .goalDetail p {
        font-size: 16px;
        line-height: 26px;
    }

    .goalDetail .circelBox {
        margin-top: 40px;
    }

    .socialLinks li {
        margin-bottom: 16px;
    }
}


