body{
background-color: #ccc;
margin: 0;
padding: 0;
font-family: sans-serif;
}
.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;
}
.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;
}
.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 .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;  
}
.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;
}