


*{
    padding:0px;
    margin:0px;
}


.logo{
    height:150px;
    margin-top:-50px;
    z-index:1500;
   
   
}

@media screen and(max-width:980px) {
    .logo{
        height:100px;
        width:50%;
        margin-left:5px;
        margin-top:20px;
    }
}


.slider{
    height:550px; 
    width:100%;
}

@media screen and(max-width:980px) {
    .slider{
        height:100vh; 
        width:100%;
    }
    
}





/*dream section*/
.dreamdiv{
    background-color: rgb(255, 255, 255);
   
}

.dreamcont{
    font-size: 20px;
    text-align:justify; 
    font-style: normal;
    font-family: Inter,sans-serif; 
    color:#689393e0;
}


.newsevents{
    color:green;
    text-align:center;
    font-weight: bold;
    color: rgb(214, 117, 6);
}

/*goal section*/

.goalsection{
   padding:30px 0px;
}


.goaldiv{
    background-color: rgb(204, 247, 222);
    padding:0px 0px;
}

.goalcard{
    height:300px;
    margin:10px;
}

.goalcont{
    
    margin-top:-120px;
   
    font-weight: bold;
    color:white;
    text-transform:capitalize;
    z-index: 50;
    


}
.goalp{
    background-color:#f4a460a8;
    padding:20px;
    height:300px;
    width:auto;
    text-align: justify;
     border: 1px solid red;
    visibility: hidden;
    
}

.goalcard:hover .goalp{
   visibility: visible;
   z-index: 1000;
   background-color: sandybrown;

    
    
}




/*volunteer section*/
.sectvolunt{
   
    padding:20px 0px;
    
}

.bgvolunt{
    /*background-color:#00000093;*/
    padding:30px;
}

.volunteer{
    margin-top:30px;
}

.volunteer .volunteercont{
    visibility: hidden;
    text-align:center;
}

.volunteer:hover .volunteercont{
    visibility: visible;

}

.volunteer h4{
    font-size: 25px;
    text-transform: uppercase;

}


@media screen and(max-width:980px){
    .event{
        display:flex;
    }
    
    
}
.contact{
    
    text-align: center;
}
.contactform{
    text-align: center;
}

.goalimg{
    height:250px;
    width:250px;
    z-index: 10;
}

.headname{
 margin-top:15px;
}
@media screen and (max-width:980px){
    .headname{
       
        margin-left:0px;

        
       }
       
    
}
.sect-event{
    background-color: aliceblue;
}

.eventdiv{
background-color: rgb(211, 248, 227);
}


/*footer*/
.footer-top {
    background-color: #e2fde9;
   
  }
.footer-topcont{
    text-align:center;
    font-size:25px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    color:gray;
    padding:40px 0px;;
}

.socialicon{
    text-align: center;

}

.socialicon ul {
    display:flex;
    justify-content: center;
    gap:4rem;
    padding-bottom:40px;
}

.socialicon ul li{
    list-style:none;
}


.sectnm{
    color:gray;
    text-align:center; 
     text-transform:uppercase; 
     
     font-weight:bold; 
     font-size:36; 
     font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
}

/*counter*/
.numbersection{
    

}
.counter{
    color: var(--main-color);
    background: #689393bd;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    height:120px;
    padding: 25px 20px 30px 10px;
    margin: 0 auto;
    color:white;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:before{
   
    background: linear-gradient(to right,#fff,#eee,#ddd);
    position: absolute;
    left: -2px;
    right: 0;
    top: 0;
    bottom: -2px;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 50%, 90% 0);
}
.counter .counter-icon{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0px;
}
.counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 0px;
    display: block;
}
.counter h3{
    color:white;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.counter.purple{ --main-color: #e26dd6; }
.counter.yellow{ --main-color: #f3ae54; }
.counter.blue{ --main-color: #e67971; }
.counter.green{ --main-color: #09ca7a; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   

/*form*/
.form1{
    border:1px solid black;
    padding:20px;
    border-radius: 10px;
    margin:40px 0px;
}

.navbar-toggle{
    position:relative;
    float:right;
    padding:9px 0px;
    margin-top:9px;
    margin-right:5px;
    margin-bottom:8px;
    background-color:transparent;
  
    border:1px solid gray;
    border-radius:4px;
}


/*about page*/

.aboutorg{
    padding:50px 0px;
}
.orgcont h2{
    font-size:36px;
    text-transform: uppercase;
    color:gray;
    font-weight: bold;
}

.orgcont p{
    font-size: 20px;
    font-weight:300px;
    color:gray;
    text-align: justify;
}

.orgimage{
    border-radius: 20px;
}

.images{
    display:flex;
}


.header-right{
    background-color: rgba(216, 148, 0, 0.959);
    padding:10px 30px;
    text-align: center;
    color:white;
}

@media screen and (max-width:980px) {
    .header-right{
        margin-top: 10px;
        background-color:white;
    }
    
}

.jknav{
    display:flex;
}


.section-3{
    background: rgb(233, 245, 245);
    padding:30px 0px;
}

.manageimg{
    margin-left:50px;
}

.jkimg{
    border-radius: 20px;
    border:1px solid gray;
    margin-left:100px;
    
}

.footerbott{
    display:flex;
   
    color:white;
}



.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-socials{margin-top:20px}
footer form#widget-subscribe-form .checkbox label,footer form#widget-subscribe-form .checkbox label a{color:#3f444a}
.c-theme-btn.btn{font-family:'Poppins';background:#1665c1;border-color:#1665c1;border-radius:10px;font-weight:normal}
.divider{width:100%;position:relative;height:5vw;pointer-events:none;background-color:#009d72}
@media(min-width:992px){.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-light>.nav.navbar-nav>li>.dropdown-menu{border-top:6px solid #1665c1}
}
@media(min-width:1200px){.c-layout-header .c-navbar .c-mega-menu.c-fonts-bold>.nav.navbar-nav>li>.c-link{font-weight:500;font-size:14px}
.divider{margin-top:-50px}
.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-socials{margin-top:50px}
}


/*company page*/

/* Container holding the image and the text */
.containerc {
    position: relative;
    text-align: center;
    color: white;
    width:100%;
    
  }

  
  /* Bottom left text */
  .bottom-left {
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    position: absolute;
    color:black;
 
    top: 70px;
    left: 30px;
  }

  .bottom-left h1{
    font-weight: bolder;
    font-size: 45px;
  }
  
  /*company content*/
  .companycont{
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    padding-top:50px ;
    font-size: 20px;
    text-align: justify;

  }


  .formcontainer{
    background-image:url("../images/certificate.jpeg");
    background-size: cover;
    background-position: center;
        
  }

  .certioficationform{
    background-color:#ffffffad;
    margin:20px 0px;
    padding:15px;
    text-align:center;
    z-index: 50;
  }


  .breadcrumb{
    background-color:whitesmoke;
  }

  
.contactform{
    text-align:center; 
    margin:0px 200px;
    padding:50px; 
    background:#fff linear-gradient(to bottom right,rgba(240,240,240,0.5),rgb(22 101 193 / 20%));
}

.map{
    text-align:center; 
    margin:0px 200px;
    padding:50px; 
    background:#fff linear-gradient(to bottom right,rgba(240,240,240,0.5),rgb(22 101 193 / 20%));
   
}
.map iframe{
    width:100%;
}