body{
background-color: #ccc;
margin: 0;
padding: 0;
font-family: sans-serif;
}
.staticHeadr{
position: sticky;
top: 0;
z-index: 10;
border-bottom: 1px solid #ccc;
}
.mainHeader{
background-color: #fff;
width: 100%;
height: 125px;
box-sizing: border-box;
display: flex;
align-items: center;
}
.container{
width: 95%;
margin-left: auto;
margin-right: auto;
background-color: transparent;
}
.mainHeader .row{
display: flex;
width: 100%;
box-sizing: border-box;
background-color: transparent;
}
.mainHeader .row .col:first-child{
width: 15%;
}
.mainHeader .row .col:last-child{
width: 85%;
}
.logoBox{
width: 150px;
height: 130px;
object-fit: cover;
}
.logoBox img{
width: 100%;
height: 100%;
}
.mainHeader .row .col:last-child .insideRow{
display: flex;
align-items: center;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.mainHeader .row .col:last-child .insideRow .insidecol:first-child{
width: 80%;
}
.mainHeader .row .col:last-child .insideRow .insidecol:last-child{
width: 20%;
}
.mainHeader .row .col:last-child .insideRow .insidecol .menuDiv ul{
list-style-type: none;
display: flex;
align-items: center;
justify-content: end;
}
.mainHeader .row .col:last-child .insideRow .insidecol .menuDiv ul li{
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
margin: 10px;
color: green;
cursor: pointer;
}
.mainHeader .row .col:last-child .insideRow .insidecol .menuDiv ul li span{
position: relative;
}
.mainHeader .row .col:last-child .insideRow .insidecol .menuDiv ul li span::before{
content: '';
width: 0;
left: auto;
right: 0;
position: absolute;
height: 2px;
bottom: -8px;
background-color: green;
display: block;
transition: .5s linear;
}
.mainHeader .row .col:last-child .insideRow .insidecol .menuDiv ul li span:hover::before{
width: 100%;
left: 0;
right: auto;
}
.mainHeader .row .col:last-child .insideRow .insidecol button{
background-color: green;
color: #fff;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
padding: 15px 30px;
border: none;
border-radius: 25px;
display: inline-flex;
align-items: center;
float: right;
cursor: pointer;
}
button:focus{
outline: none;
}
.mainHeader .row .col:last-child .insideRow .insidecol button i{
margin-left: 10px;
font-size: 20px;
}
.sliderSimple{
display: flex;
width: 100%;
height: 600px;
object-fit: cover;
}
.sliderSimple img{
width: 100%;
height: 100%;
}
.missionDiv{
background-color: #fff;
}
.container_80{
width: 80%;
margin: auto;
}
.missionDiv .row{
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 50px 0 25px 0;
}
.missionDiv .row .col .insideRow{
display: flex;
width: 100%;
box-sizing: border-box;
}
.missionDiv .row .col:first-child{
width: 40%;
}
.missionDiv .row .col:last-child{
width: 60%;
padding-left: 25px;
border-left: 2px solid #ccc;
}
.missionDiv .row .col .insideRow .insideCol{
width: 33.33%;
margin: 10px;
}
.missionDiv .row .col .card .head_title h3{
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
margin-bottom: 15px;
color: green;
}
.missionDiv .row .col .card .paragraph p{
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;    
line-height: 1.5em;
color: #444444;
}
.missionDiv .row .col .insideRow .insideCol .cardInside{
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.missionDiv .row .col .insideRow .insideCol .cardInside .imgCard{
width: 50px;
height: 50px;
object-fit: cover;
padding: 15px;
background-color: #bff8bf;
border-radius: 100%;
}
.missionDiv .row .col .insideRow .insideCol .cardInside .imgCard img{
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6, p{
margin: 0;
}
.missionDiv .row .col .insideRow .insideCol .cardInside .cardTitle{
margin: 10px 0 10px 0;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: green;
}
.missionDiv .row .col .insideRow .insideCol .cardInside .cardPara{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;    
line-height: 1.5em;   
color: #444444;
}
.program_secPage{
background-color: #fff;
padding: 50px 0 25px 0;
}
.program_secPage .headTitle{
text-align: center;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: green;
}
.program_secPage .headTitle i{
margin: 0 5px 0 5px;
}
.lineIco{
display: inline-flex;
align-items: center;
}
.lineIco span{
display: inline-block;
width: 50px;
height: 2px;
background-color: #008000;
}
.program_secPage .cardRow{
display: flex;
width: 100%;
box-sizing: border-box;
}
.program_secPage .cardRow .col{
width: 25%;
margin: 25px;
}
.program_secPage .cardRow .col .card{
width: 100%;
box-shadow: 2px 2px 10px  #000000;
border-radius: 8px;
cursor: pointer;
}
.program_secPage .cardRow .col .card:hover{
transform: translateY(-10px);
transition: .5s linear;
}

.program_secPage .cardRow .col .card .cardImg{
width: 100%;
height: 100%;
object-fit: cover;
}
.program_secPage .cardRow .col .card .cardImg img{
width: 100%;
height: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.program_secPage .cardRow .col .card .imgIco{
background-color: #bff8bf;
width: 50px;
height: 50px;
padding: 15px;
border-radius: 100%;
border: 2px solid green;
margin: auto;
position: relative;
top: -50px;
display: flex;
align-items: center;
justify-content: center;
}
.program_secPage .cardRow .col .card .imgIco img{
width: 100%;
height: 100%;
}
.program_secPage .cardRow .col .card .cardCon{
text-align: center;
position: relative;
top: -30px;
padding: 0 5px 0 5px;
}
.program_secPage .cardRow .col .card .cardCon h4{
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
margin-bottom: 10px;
color: green;
}
.program_secPage .cardRow .col .card .cardCon p{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
margin-bottom: 10px;
line-height: 1.5em;
color: #444444;
}
.container_90{
width: 90%;
margin: auto;
}
.impact_secPage{
background-color: #fff;
padding: 0 0 25px 0;
}
.impact_secPage .container_90{
padding: 40px;
border-radius: 10px;
box-shadow: 1px 1px 5px #000000;
}
.impact_secPage .row{
display: flex;
box-sizing: border-box;
align-items: center;
}
.impact_secPage .row .col:first-child{
width: 25%;
}
.impact_secPage .row .col:last-child{
width: 75%;
}
.impact_secPage .row .col .card .titleDiv h3{
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
margin-bottom: 10px;
color: #008000;
}

.impact_secPage .row .col .card .titleDiv .flexIco{
display: flex;
align-items: center;
color: green;
}
.impact_secPage .row .col .card .titleDiv .flexIco span{
width: 50px;
height: 2px;
background-color: green;
display: block;
margin-right: 5px;
}
.impact_secPage .row .col .card .para{
margin-top: 10px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
line-height: 1.5em;
}
.impact_secPage .row .col .insideRow{
display: flex;
align-items: center;
box-sizing: border-box;
}
.impact_secPage .row .col .insideRow .colInside{
width: 25%;
text-align: center;
border-left: 2px solid #ccc;
padding: 0 10px 0 10px;
}
.impact_secPage .row .col .insideRow .colInside .card .imgIco{
width: 50px;
height: 50px;
margin: auto;
background-color: #bff8bf;
border-radius: 100%;
padding: 15px;
object-fit: cover;
}
.impact_secPage .row .col .insideRow .colInside .card .imgIco img{
width: 100%;
height: 100%;
}
.impact_secPage .row .col .insideRow .colInside .card h3{
margin: 15px 0 5px 0;
font-size: 24px;
font-weight: 600;
letter-spacing: .07em;
color: green;
}
.impact_secPage .row .col .insideRow .colInside .card p{
font-size: 15px;
font-weight: 600;
letter-spacing: .07em;
color: #444444;
text-transform: capitalize;
line-height: 1.5em;
}
.slimPos_secPage{
background-color: #fff;
padding: 15px 0 25px 0;
}
.slimPos_secPage .row{
display: flex;
align-items: center;
background-color: #efefef;
border-radius: 10px;
}
.slimPos_secPage .row .col_30{
width: 30%;
}
.slimPos_secPage .row .col_50{
width: 50%;
}
.slimPos_secPage .row .col_20{
width: 20%;
}
.slimPos_secPage .row .col_30 .imgBox{
width: 100%;
height: 200px;
object-fit: cover;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.slimPos_secPage .row .col_30 .imgBox img{
width: 100%;
height: 100%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.slimPos_secPage .row .col_50 .con{
padding-left: 50px;
}
.slimPos_secPage .row .col_50 .con h3{
font-size: 26px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .05em;
color: green;
line-height: 1.5em;
}
.slimPos_secPage .row .col_50 .con p{
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .05em;
color: #444444;
line-height: 1.5em;
}
.slimPos_secPage .row .col_20{
text-align: center;
}
.slimPos_secPage .row .col_20 button{
background-color: green;
color: #fff;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
padding: 15px 30px;
border: none;
border-radius: 25px;
display: inline-flex;
align-items: center;
cursor: pointer;
}
.slimPos_secPage .row .col_20 button i{
margin-left: 10px;
font-size: 20px;
}
.footer_secPage{
background-color: green;
}
.footer_secPage .firstRow{
display: flex;
align-items: center;
box-sizing: border-box;
padding: 50px 0 50px 0;
}
.footer_secPage .firstRow .col{
width: 25%;
height: 200px;
border-left: 2px solid #ccc;
}
.footer_secPage .firstRow .col:first-child{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-left: none;
}
.footer_secPage .firstRow .col .imagBox{
width: 200px;
height: 200px;
}
.footer_secPage .firstRow .col .imagBox img{
width: 100%;
height: 100%;
}
.footer_secPage .firstRow .col .socialLinks{
background-color: transparent;
margin-top: -20px;
}
.footer_secPage .firstRow .col .socialLinks i{
background-color: #fff;
padding: 5px;
border-radius: 100%;
margin: 10px;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 30px;
color: green;
cursor: pointer;
}
.footer_secPage .firstRow .col .footeLinks{
margin: auto;
width: max-content;
}
.footer_secPage .firstRow .col .footeLinks h3{
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: #fff;
text-decoration: underline;
text-underline-offset: 10px;
}
.footer_secPage .firstRow .col .footeLinks ul{
margin: 0;
padding: 0;
list-style-type: none;
margin-top: 25px;
}
.footer_secPage .firstRow .col .footeLinks ul li{
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
color: #fff;   
margin-top: 8px;
cursor: pointer;
}
.footer_secPage .firstRow .col .footeLinks ul li span{
position: relative;
}
.footer_secPage .firstRow .col .footeLinks ul li span::before{
content: '';
width: 0;
height: 1px;
background-color: #fff;
left: auto;
right: 0;
position: absolute;
bottom: -4px;
transition: .5s linear;
display: block;
}
.footer_secPage .firstRow .col .footeLinks ul li span:hover::before{
width: 100%;
left: 0;
right: auto;
}
.footer_secPage .firstRow .col .footerContact{
margin: auto;
width: 80%;   
}
.footer_secPage .firstRow .col .footerContact h3{
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: #fff;
text-decoration: underline;
text-underline-offset: 10px;
}
.footer_secPage .firstRow .col .footerContact .address_div{
margin-top: 25px;
}
.footer_secPage .firstRow .col .footerContact .address_div .rows{
display: flex;
align-items: center;
box-sizing: border-box;
margin-top: 10px;
width: 100%;
}
.footer_secPage .firstRow .col .footerContact .address_div .rows .cols:first-child{
width: 10%;
}
.footer_secPage .firstRow .col .footerContact .address_div .rows .cols:last-child{
width: 90%;
}
.footer_secPage .firstRow .col .footerContact .address_div .rows .cols{
color: #fff;
}
.footer_secPage .firstRow .col .footerContact .address_div .rows .cols p{
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;  
line-height: 1.5em;
}
.footer_secPage .firstRow .col .footerContact .address_div .rows .cols i{
font-size: 20px;
}
.copyRights{
padding: 15px 0 15px 0;
border-top: 2px solid #ccc;
text-align: center;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
color: #fff;
}
.mobileMenu{
display: none;
}
.sidemenu_page{
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #0000008a;
z-index: 15;
display: none;
justify-content: end;
}
.sidemenu_page .pageCon{
position: relative;
width: 80%;
height: 100%;
overflow: hidden;
overflow-x: auto;
background-color: #fff;
right: auto;
left: 0;
}
.sidemenu_page .pageCon .closeBtnPage{
display: flex;
justify-content: end;
border-bottom: 1px solid #ccc;
padding: 10px 0 10px 0;
}
.sidemenu_page .pageCon .closeBtnPage i{
margin-right: 15px;
font-size: 25px;
cursor: pointer;
color: green;
}
.sidemenu_page .pageCon .menuSideopt ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.sidemenu_page .pageCon .menuSideopt ul li{
padding: 10px 10px;
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
border-bottom: 1px solid #ccc;
cursor: pointer;
color: #008000;
transition: .5s linear;
}
.sidemenu_page .pageCon .menuSideopt ul li:hover{
background-color: #eaeaea;   
}
.footerSide{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
background-color: green;
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0 15px 0;
}
.footerSide button{
background-color: #fff;
border: none;
border-radius: 25px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
padding: 15px 50px;
cursor: pointer;
color: green;
}
.contactUs_page{
background-color: red;
}
.contactUs_page .row{
display: flex;
box-sizing: border-box;
width: 100%;
}
.contactUs_page .row .col{
width: 50%;
}
.contactUs_page .row .col .sliderSimpleSm{
display: flex;
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
}
.contactUs_page .row .col .sliderSimpleSm img{
width: 100%;
height: 100%;
}
.contactUs_page .row .col .relativeCon{
position: relative;
}
.contactUs_page .row .col .imageTxt{
position: absolute;
width: 100%;
height: auto;
display: flex;
align-items: center;
flex-direction: column;
top: 30px;
}
.contactUs_page .row .col .imageTxt h2{
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .07em;
    color: green;
    margin-bottom: 5px;
    line-height: 1.2em;
}
.contactUs_page .row .col .imageTxt p{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .07em;
    color: #444444;
    line-height: 1.5em;
}
.contactUs_page .row .col .imageTxt .imagLine{
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.contactUs_page .row .col .imageTxt .imagLine span{
    width: 50px;
    height: 2px;
    background-color: green;
    display: block;
}
.contactUs_page .row .col .imageTxt .imagLine i{
    margin: 0 5px 0 5px;
    font-size: 20px;
    color: green;
}
.contactUs_page .row .col .contactReach_div{
    background-color: #fff;
    padding: 15px;
}
.contactUs_page .row .col .contactReach_div .insiderow{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid green;
    padding: 25px;
    border-radius: 10px;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol{
    width: 25%;
    height: 200px;
    padding: 15px;
    border-right: 2px solid green;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol:last-child{
    border-right: none;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol .card{
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol .card .imgBox{
    background-color: green;
    padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol .card .imgBox img{
    width: 100%;
    height: 100%;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol .card h4{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .07em;
    color: green;
}
.contactUs_page .row .col .contactReach_div .insiderow .insideCol .card p{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .07em;
    color: #444444;
    line-height: 1.3em;
}

@media only screen and (max-width: 600px) {
.mainHeader .row .col:last-child .insideRow{
display: none;
}
.sliderSimple{
height: auto;
}
.missionDiv .row {
flex-direction: column;
}
.missionDiv .row .col {
width: 100% !important;
padding-left: 0 !important;
border-left: none !important;
}
.missionDiv .row .col .insideRow {
flex-direction: column;
}
.missionDiv .row .col .insideRow .insideCol {
width: -webkit-fill-available !important;
}
.container_90 {
width: 75%;
margin: auto;
}
.program_secPage .cardRow {
flex-direction: column;
}
.program_secPage .cardRow .col {
width: -webkit-fill-available;
margin: 10px;
margin-top: 15px;
}
.impact_secPage .row {
flex-direction: column;
}
.impact_secPage .row .col{
width: 100% !important;
}
.impact_secPage .row .col .insideRow {
flex-direction: column;
}
.impact_secPage .row .col .insideRow .colInside {
border-left: none;
margin-top: 25px;
width: 100%;
}
.slimPos_secPage .row {
flex-direction: column;
}
.slimPos_secPage .row .col {
width: 100% !important;
}
.slimPos_secPage .row .col_50 .con {
padding-left: 15px;
margin-top: 15px;
}
.slimPos_secPage .row .col_50 .con h3 {
line-height: 1.2em;
}
.slimPos_secPage .row .col_50 .con p {
margin-top: 10px;
}
.slimPos_secPage .row .col_20 {
margin-top: 15px;
margin-bottom: 15px;
}
.footer_secPage .firstRow {
flex-direction: column;
}
.footer_secPage .firstRow .col:first-child {
margin-top: 15px;
margin-bottom: 15px;
}
.footer_secPage .firstRow .col {
height: 150px;
border-left: none;
margin-top: 50px;
width: 100% !important;
}
.footer_secPage .firstRow .col .footeLinks{
margin: 0;
}
.footer_secPage .firstRow .col .footerContact{
width: 100%;
margin: 0;
}
.program_secPage {
padding: 0 0 25px 0;
}
.missionDiv .row {
padding: 30px 0 25px 0;
}
.mainHeader .row .col{
width: 50% !important;
}
.mainHeader .row .col:last-child{
display: inline-flex;
align-items: center;
justify-content: end;
}
.mobileMenu{
display: block;
margin-right: 10px;
}
.mobileMenu i{
font-size: 30px;
cursor: pointer;
color: green;
}
.sidemenu_page{
display: none;
}

}