*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Inter", serif;
font-style: normal;
}
body{
font-size: 15.5px;
overflow-x: hidden;
}
body a{
text-decoration: none;
position: relative;
}
:root{
--primary:#099C41;
--secondary:#DFD826;
--third:#9aceeb;
--red:red;
--black:black;
--white:white;
--gray:gray;
--lightgray:lightgray;
}
.cursor {
position: absolute;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
cursor: pointer;
}
.cursorOne{
background-color: var(--secondary);
}
.cursorTwo {
width: 50px;
height: 50px;
border:2px solid var(--primary);
}
/*navbar part start*/
.goto{
border:none;
height:40px;
width:40px;
background-color: var(--white);
border-radius: 50%;
border:1px dashed var(--primary);
font-size: 20px;
position: absolute;
content:"";
bottom:4%;
right:4%;
position: fixed;
color:var(--primary);
}
.whatsapp{
height:90px;
width:90px;
position: absolute;
content:"";
right:2.5%;
bottom:9%;
position: fixed;
}
.first{
background:linear-gradient(to right,var(--primary),var(--secondary));
padding-top: 2px;
padding-bottom: 2px;
}
.first a{
color:var(--white);
}
.textRight{
text-align: right;
}
.time{
color:var(--white)!important;
}
.call{
height:28px;
width:28px;
border:2px solid var(--white);
text-align: center;
border-radius: 50%;
padding-top: 4.5px;
margin-right: 5px;
color:var(--white);
}
nav{
height:92px;
}
.logo{
height:88px;
}
.nav-link{
text-transform: uppercase;
font-size: 13.5px!important;
font-weight: 500!important;
}
.nav-item{
padding-right: 35px;
padding-top: 3.5px;
}
.nav-item:last-child{
padding-right: 0px;
}
.dropdown-menu{
border-radius: 0%!important;
}
.dropdown-item{
font-size: 14px;
}
.donate{
padding:9px 35px;
background:linear-gradient(to right, var(--primary), var(--secondary));
border-radius: 50px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 2px 2px;
}
.donate a{
color:var(--white);
font-size: 13px;
}
.donate:hover{
background:linear-gradient(to right, var(--secondary), var(--primary));
box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
}


/*index part start*/
.main{
height:580px;
background-color: rgb(230, 255, 255);
}
.mainOne{
margin-top: 10%!important;
}
.mainOne h1{
font-weight: bold;
font-size: 50px;
font-family: "Charm", serif;
margin-top: 4%;
margin-bottom: 3%;
}
.mainOne h4{
font-style: italic;
font-size: 22px;
margin-bottom: 4%;
}
.mainTwo{
margin-top: 7%;
}
.mainImg{
position: relative;
height:500px;
width:500px;
z-index: 1;
}
.mainImgTwo{
position: absolute;
content:"";
height:360px;
width:360px;
background-color: var(--third);
border-radius: 50%;
margin-top: 17%;
}
.mainThree{
display: flex;
justify-content: center;
align-items: center;
}
.ourClient{
background-color: var(--white);
border-radius: 8px;
padding:25px 0px;
padding-bottom: 40px;
width:130%;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
z-index: 1;
margin-top: 240%;
}
.clientImage{
height:60px;
width:60px;
border-radius: 50%;
border:4px solid var(--white);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.clientImageOne{
margin-top: -15%;
}
.clientText{
height:60px;
width:60px;
border-radius: 50%;
border:4px solid var(--white);
background-color: var(--primary);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
color:var(--white);
padding: 15px 17px;
padding-bottom: 17.5px;
}
.readMore{
padding:11px 30px;
background:linear-gradient(to right, var(--primary), var(--secondary));
border-radius: 50px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 2px 2px;
color:var(--white);
}
.readMore:hover{
background:linear-gradient(to right, var(--secondary), var(--primary));
box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
}
.readMoreOne{
position: relative;
padding: 11.5px 30px;
color:var(--black);
margin-left: 3%;
}
.readMoreOne::before {
content: "";
position: absolute;
inset: 0;
border-radius: 50px;
border: 3px solid transparent;
background: linear-gradient(140deg, var(--primary), var(--secondary)) border-box;
mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
mask-composite: exclude;
}
.readMoreOne:hover{
background:linear-gradient(to right, var(--primary), var(--secondary));
box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
border-radius: 50px;
color:var(--white);
}
.color{
font-family: "Charm", serif;
background: -webkit-linear-gradient(var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gap{
margin-top: 3%;
}
.heading{
font-family: "Charm", serif;
font-weight: bold;
font-size: 30px;
}
.about{
margin-bottom: 3%;
}
.work{
display: flex;
justify-content: center;
align-items: center;
}
.workBtn{
position: relative;
border:none;
text-align: left;
background-color: transparent!important;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding:0px 10px;
padding-top: 15px;
padding-bottom: 1px!important;
margin-top: 4%;
border-radius: 5px;
}
.workBtn:first-child{
margin-top: 0%;
}
.workBtn p{
color:var(--black);
}
.workBtn h5{
color:var(--secondary);
font-size: 19px;
}
#workImage{
border-radius: 7px;
}
.square{
background: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)),url('images/ngo1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color:var(--white);
padding-top: 50px;
padding-bottom: 50px;
}
.square a{
color:var(--white);
}
.squareOne{
border-right: 1px dotted var(--white);
border-bottom: 1px dotted var(--white);
padding:20px;
padding-left: 20px!important;
transition:all .2s;
}
.squareTwo{
border-bottom: 1px dotted var(--white);
padding:20px;
padding-left: 20px!important;
transition:all .2s;
}
.squareThree{
border-right: 1px dotted var(--white);
padding:20px;
padding-left: 20px!important;
transition:all .2s;
}
.squareFour{
padding:20px;
padding-left: 20px!important;
transition:all .2s;
}
.squareOne:hover,.squareTwo:hover,.squareThree:hover,.squareFour:hover{
background-color: var(--white);
color:var(--black);
	& a{
		color:var(--black);
	}
}
.testimonailIcon{
color:var(--black);
}
.testimonialImg{
height:100px;
width:100px;
border-radius: 50%;
margin-bottom: 2%;
}
.carousel-inner{
padding:10px 30px;
}
.carousel-item h6{
margin-top: 2%;
margin-bottom: 2%;
}
.row-gap{
row-gap:25px;
}
.social{
height:130px;
background-color: #25D366;
color:var(--white);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 5px;
}
.social-icon{
font-size: 50px;
color:var(--white)!important;
margin-bottom: 25%;
}
.social-one{
background-color: #3b5998;
}
.social-two{
background-color: hotpink;
}
.social-three{
background-color: var(--red);
}
.social-five{
background-color: var(--black);
}
.social-four{
background-color: #0072b1;
}
.social-six{
background-color: darkred;
}
.social-seven{
background-color: #0088cc;
}

/* footer part start */
.shape{
position: relative;
}
.custom-shape-divider-top-1736502820 {
position: absolute;
top: 14px;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.custom-shape-divider-top-1736502820 svg {
position: relative;
display: block;
width: calc(100%);
height: 80px;
}
.custom-shape-divider-top-1736502820 .shape-fill {
fill: var(--white);
}
footer{
background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url('images/1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
color: var(--lightgray);
padding-top: 125px;
margin-top: 1%;
}
footer h5{
color: var(--main);
font-size: 18px;
margin-bottom: 10%!important;
}
.footer-one{
border-right: 1px dotted var(--gray);
}
.footer-one p{
margin-top: 3%;
margin-bottom: 5%;
}
.footer-two{
margin-top: 4%;
}
.footer-two a{
color: var(--lightgray);
} 
.calls{
height: 28px;
width: 28px;
color: blue;
border: 2px solid blue;
border-radius: 50%;
text-align: center;
padding-top: 4px;
margin-right: 5px;
transition: all .2s;
}
.calls:hover{
background-color: blue;
color: var(--white);
}
.emailshort{
font-size: 15px!important;
}
.emails{
height: 28px;
width: 28px;
color: red;
border: 2px solid red;
border-radius: 50%;
text-align: center;
padding-top: 4px;
margin-right: 5px;
transition: all .2s;
}
.emails:hover{
background-color: red;
color: var(--white);
}
.facebook{
height: 28px;
width: 28px;
color: #3b5998;
border: 2px solid #3b5998;
border-radius: 50%;
text-align: center;
padding-top: 4px;
margin-right: 5px;
transition: all .2s;
}
.facebook:hover{
background-color: #3b5998;
color: var(--white);
}
.insta{
height: 28px;
width: 28px;
color: purple;
border: 2px solid purple;
border-radius: 50%;
text-align: center;
padding-top: 4px;
margin-right: 5px;
transition: all .2s;
}
.insta:hover{
background-color: purple;
color: var(--white);
}
.twitter{
height: 28px;
width: 28px;
color: var(--gray);
border: 2px solid var(--gray);
border-radius: 50%;
text-align: center;
padding-top: 4px;
margin-right: 5px;
transition: all .2s;
}
.twitter:hover{
background-color: var(--gray);
color: var(--white);
}

/*timeline part start*/
.timeline{
position: relative;
}
.timeline::after{
position: absolute;
content:"";
width:5px;
height:100%;
left:50%;
background-color: var(--secondary);
top:0;
animation: movedown 9s linear forwards;
z-index: -1;
border-radius: 50px;
}
@keyframes movedown{
0%{
	height:0;
}
100%{
	height: 100%;
}
}
.timelineOne{
width: 50%;
position: relative;
padding:10px 30px;
}
.circle{
height:20px;
width:20px;
border:2px solid var(--secondary);
border-radius: 50%;
position: absolute;
right: -13px;
top: 35px;
background-color: var(--white);
z-index: 10;
}
.right-container .circle {
left: -7px;
}
.timelineBox{
padding: 20px 30px;
background: linear-gradient(to right, var(--primary), var(--secondary));
color:var(--white);
}
.right-container{
left:50%;
}
.timelineIcon{
font-size: 35px;
}

/*about us part start*/
.commonMain{
height:200px;
background-color: rgb(230, 255, 255);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.commonMainOne a{
color:var(--black);
}
.board{
height:200px;
width:200px;
border:1px solid var(--white);
margin-bottom: 5%;
}
.rows-gap{
row-gap: 40px;
}

/*media part start*/
.mediaOne{
height: 150px;
width:200px;
}
button{
border:none;
box-shadow: 0px 0px 10px var(--lightgray);
}

/*contact us part start*/
.contact{
background-color: var(--primary);
color:var(--white);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contactOne{
display: flex;
justify-content: center;
flex-direction: column;
}
.contactImg{
margin-left: 2.9%;
}
.map{
height:400px;
width:100%;
}

/*donate part start*/
.donateBox{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding:25px 10px;
padding-bottom: 10px;
}

/*member part start*/
.member{
position: relative;
padding: 30px 40px;
padding-top: 17px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
margin-top: 7%;
}
.form-control{
margin-top: 5%;
border-radius: 50px!important;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
height:45px;
}
.form-control:focus{
box-shadow: none!important;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px!important;
outline: none!important;
}
.member ::placeholder{
text-align: center;
}
.registerBtn{
background-color: var(--primary)!important;
border:none!important;
color:var(--white)!important;
}

/*admin part start*/
.login{
margin-top: 15%;
}
.admin{
background-color: var(--primary);
height:50px;
color:var(--white);
}
.admin h4{
display: flex;
align-items: center;
padding-top: 10px;
}
.fa-bars{
margin-right: 0.5rem!important;
}
.textEnd{
text-align: right;
padding-top: 6px;
}
.dt{
background-color: var(--white)!important;
box-shadow: none!important;
}
.dt:hover{
	.fa-circle-user{
		color:var(--black);
	}
}
.adminOne{
background-color: #333;
height:720px;
}
.adminTwo{
padding:8px 21px;
background-color: var(--white)!important;
margin-top: 4%;
}
.adminTwo a{
color:var(--black);
}
.fa-circle-minus{
color:var(--primary);
}
.adminForm{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding:40px 25px;
}


/*responsive part start*/
@media (max-width:1024px){
html{
overflow-x: hidden!important;
}
.navHeading{
width:95%!important;
}
.nav-item{
padding-right: 20px;
}
.mainOne{
margin-top: 15%!important;
}
.mainOne h1{
font-size: 40px;
}
.ourClient{
margin-top: 300%;
}
.ourClient h6{
font-size: 12px;
}
.custom-shape-divider-top-1736502820 {
top: 10px;
}
.resRowGap{
row-gap: 25px;
}
.memberOne{
margin-top: -29%!important;
margin-left: 25%;
}
.contactImg{
margin-left: 3.9%;
}
.adminOne{
height:635px;
}
}

@media (max-width:768px){
.whatsapp{
height:80px;
width:80px;
right:2%;
}
.logo{
height:76px;
}
.resNav{
margin-top: -0.7%;
}
.navbar-toggler{
border-radius: 0%!important;
}
.offcanvas-body{
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.nav-item{
padding-right: 0px;
padding-top: 3.5px;
}
.dropdown-item{
text-align: center!important;
}
.main{
height:500px;
}
.mainOne{
margin-top: 8%!important;
}
.mainImg{
height:300px;
width:300px;
}
.mainImgTwo{
height:250px;
width:250px;
}
.ourClient{
width:200%;
margin-left: -45%!important;
}
.clientImage{
height:50px;
width:50px;
}
.clientText{
height:50px;
width:50px;
padding: 9px 9px;
padding-bottom: 9px;
}
.custom-shape-divider-top-1736502820 {
top: 7.5px;
}
.footer-res{
margin-top: 7%!important;
}
.footer-res h5{
margin-bottom: 5%!important;
}
.memberOne{
margin-top: -24.5%!important;
margin-left: 30%;
}
}

@media (max-width:425px){
.whatsapp{
right:1%;
}
.first{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
.textRight{
text-align: center!important;
}
.resNav{
margin-top: -1%;
}
.main{
height:850px;
}
.mainOne h1{
font-size: 35px;
}
.mainOne h4{
font-size: 18px;
}
.mainImg{
height:300px;
width:300px;
margin-top: 8%;
}
.mainImgTwo{
height:260px;
width:260px;
margin-top: 20%;
}
.ourClient{
padding-top:20px;
padding-bottom: 20px;
width:90%;
margin-top: 10%;
margin-left: 5%!important;
}
.clientImageOne{
margin-top: -0%;
margin-left: -5%;
}
.clientText{
padding: 11px;
padding-bottom: 11px;
}
.ourClient h6{
font-size: 16px;
}
.heading{
font-size: 25px;
}
.about{
margin-bottom: 7%;
}
.work{
margin-top: 6%!important;
}
.squareOne{
border-left: 1px dotted var(--white);
border-right: none;
}
.squareTwo{
border-right: 1px dotted var(--white);
}
.squareThree{
border-left: 1px dotted var(--white);
border-right: none;
border-bottom: 1px dotted var(--white);
}
.squareFour{
border-right: 1px dotted var(--white);
}
.timeline{
position: relative;
}
.timeline::after{
position: absolute;
content:"";
width:5px;
height:100%;
left:50%;
background-color: var(--secondary);
top:0;
animation: movedown 9s linear forwards;
z-index: -1;
border-radius: 50px;
}
@keyframes movedown{
0%{
	height:0;
}
100%{
	height: 100%;
}
}
.timelineOne{
padding:1px 3px;
padding-left: 10px;
}
.circle{
height:15px;
width:15px;
right: -10px;
}
.right-container .circle {
left: -5px;
}
.timelineBox{
padding: 5px 10px;
}
.timelineOne h5{
font-size: 17px;
}
.timelineIcon{
font-size: 20px;
}
.resTimeline{
font-size: 14px;
}
.carousel-item{
padding-left: 15px;
padding-right: 15px;
}
footer{
padding-top: 95px;
margin-top: 5%;
}
.custom-shape-divider-top-1736502820 {
top: 21px;
}
.res-footer{
margin-top: 7%!important;
}
.res-footer h5{
margin-bottom: 4%!important;
}
.footer-one{
border-right: none;
}
.resBoard{
margin-top: 8%!important;
}
.member{
margin-top: 15%;
}
.memberOne{
margin-top: -27%!important;
margin-left: 27%;
}
.contact{
padding-top:25px;
text-align:center;
padding-bottom: 20px;
}
.contactImg{
margin-left: 0%;
}
.map{
height:200px;
}
.mediaOne{
height:auto;
width:100%;
}
.login{
margin-top: 35%;
}
.adminOne{
height:250px;
display:flex;
justify-content:center;
align-items:center;
flex-direction: column;
}
.adminTwo{
width:60%;
text-align: center!important;
}
.adminBottom{
margin-bottom: 7%;
}
}

@media (max-width:375px){
.main{
height:850px;
}
.mainOne h1{
font-size: 30px;
}
@keyframes leftmove{
0%{
transform: translatex(0px);
}
100%{
transform: translatex(8px);
}
}
.custom-shape-divider-top-1736502820 {
top: 18px;
}
.member{
margin-top: 20%;
}
.memberOne{
margin-top: -32%!important;
margin-left: 24%;
}
.login{
margin-top: 40%;
}
}



