*{
    box-sizing: border-box;
    font-family:'Poppins',sans-serif;
}
body{
    margin: 0;
    font-weight: 300;
}
h1{
    font-size: 60px;
    margin-bottom: 10px;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 30px;
    margin-bottom: 10px;
}
h4{
    font-size: 25px;
    margin-bottom: 10px;
}
.container{
    width: 85%;
    margin: auto;
    overflow: hidden;
}
.hero-section{
    width: 100%;
    height: 1080px;
    padding-top: 40px;
    float: left;
    background-image: url("image/Hero Image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffff;
    position: relative;
    overflow: hidden;

}
.hero-section .hero-text{
    position: relative;
    float: left;
    top: 30%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 50px;
}
.hero-text p{
    padding-left: 8%;
    padding-right: 30%;
    float: left;
}
.nav-wrapper{
    display: flex;
    flex-direction: horizontal;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    color:#ffff;
}
.logo{
    font-size: 25px;
    align-items: center;
    display: flex;
    align-items: center;
}
.logo img{
    width: 114.99px;
    height: 71.15px;
}
.logo span{
    font-weight: 500;
}
.burger-menu{
    display: flex;
    flex-direction: horizontal;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}
.menu-icon{
    width: 40px;
    margin-right: 10px;
}
.menu-head{
    font-size: 25px;
    font-weight: 400;
}
.bar1, .bar2{
    height: 2.5px;
    margin: 3px;
    background-color: #ffffff;
    float: right;
}
.bar1{
    width: 100%;
}
.bar2{
    width: 65%;
}

/*Responsiveness for the pages sections*/
@media (max-width:1100px){
    .hero-text p{
        padding-left: 8%;
        padding-right: 15%;
        width: 100%;
    }
}
@media (max-width:900px){
    .hero-text p{
        padding-left: 8%;
        padding-right: 10%;
    }
}
@media (max-width:750px){
    .container{
        width: 90%;
    }
}
@media (max-width:600px) {
    .container{
        width: 95%;
    }
    .logo{
        font-size: 20px;
    }
    .logo img{
        width: 94px;
        height: 58px;
    }
    .menu-head{
        display: none;
    }
}
@media (max-width:500px) {
    .logo a{
        display: none;
    }
    
}
@media (max-width:400px) 
{ 
    .logo img{
        width: 73px;
        height: 45px;
    }
    .hero-section .hero-text{
        font-size: 40px;
        padding-right: 8%;
    }  
    
}
@media (max-width:300px){
    .hero-section .hero-text{
        font-size: 35px;
    }
}
/*Work Page*/
.work-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10%;
    float: left;
    height: auto;
    overflow: hidden;
    background-color: #FF7A00;
    color: #ffffff;
}
.section-heading{
    width: 100%;
    float: left;
}
.section-heading p{
    font-size: 25px;
}
.section-heading hr{
    margin: 0;
    border:1px solid;
}
#workHead hr{
    width: 231px;
    
}
#workHead p{
    padding-right: 50%;
}
.program-ovc{
    width: 100%;
    position: relative;
    float: left;
    

}
.program-ovc .ovc-image{
    width: 40%;
    height: 420px;
    float: left;
    background-image: url(image/20180704_132012.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1;
    left:55%;
    top:-200px ;
    overflow: hidden;
    transition: 0.5s;

}
.program-ovc .ovc-block{
    width: 70%;
    float: left;
    height: auto;
    background-color: #ffffff;
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 20%;
    color: black;
    transition: 0.3s;
    transition-delay: 0.1s;

}
.program-ovc .ovc-block hr{
    border: 1px solid #FF7A00;
    margin: 0;
}
.program-ovc .ovc-block #block1{
    width: 100%;
    float: left;
    padding-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
}
#block1 hr{
    width: 80%;
}
#block1 p{
    font-size: 22px;
}
#block1 a{
    text-decoration: none;
    font-size: 22px;
    color: #FF7A00;

    
}
#block1 a:hover{
    text-decoration: underline;
}
.program-ovc .ovc-block #block2{
    width: 0%;
    height: 0;
    float: left;
    color: black;
    transition: 0.4s;
    overflow: hidden;
    position: relative;

}
#block2 hr{
    width: 70%;
}
#block2 a{
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    text-decoration: none;
    color: #FF7A00;
}
#block2 ul{
    width: 90%;
}
.program-ovc .ovc-mission{
    float: left;
    width: 30%;
    font-size: 25px;
    
}
.ovc-mission p{
    width: 100%;
    padding: 0 5%;
    position: relative;
    top: 200px;
    
}

.program-list{
    width: 100%;
    float:left;
    position: relative;
    margin-top: 130px;
    
}
.program-list .program-list-image{
    width: 43%;
    position: absolute;
    float: right;
    left: 2%;
    top: 20%;
    z-index: 1;
    background-image: url(image/SANY0008.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.25);
    height: 400px;
    
}
.program-list .program-list-text
{
    width: 65%;
    margin-left: auto;
    float: right;
    background-color: #ffffff;
    color: black;
    padding-left: 15%;
    padding-right: 5%;
    padding-bottom: 2%;
}
.program-list-text h3,p{
    width: 100%;
    float: left;
}
.program-list-text hr{
    border: 1px solid #FF7A00;
    margin: 0;
    width: 30%;
}
.program-list-text .ourPrograms{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.program-list-text .ourPrograms p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.program-list-text .ourPrograms a{
    display: flex;
    align-items: center;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
}

.program-list-text .ourPrograms:hover a{
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}
.program-list-text .ourPrograms a hr{
    width: 41px;
    margin-right: 10px;
    border: 1px solid #FF7A00;
    float: left;
}
.program-list-text .program-heading{
    font-size: 18px;
    font-weight: 400;
}
.program-list-text .program-extended{
    padding: 60px 0;
    display: none;
    font-weight: 300;
}
.program-list-text .program-extended p{
    font-size: 18px;
}
.program-list-text .program-extended a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
@media (max-width:800px){
    #workHead p{
        padding-right: 0%;
    }
    .program-ovc .ovc-image{
        width: 100%;
        z-index: 0;
        left: 0;
        top: 0;
        position: relative;
        overflow: visible;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .program-ovc .ovc-block{
        width: 100%;
        padding-right: 5%;
    }
    .program-ovc .ovc-mission{
        width: 100%;
        float: left;
    }
    .ovc-mission p{
        top: 0;
    }

    .program-list .program-list-image{
        width: 100%;
        float: left;
        left: 0;
        top: 0;
        position: relative;
        overflow: visible;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .program-list .program-list-text{
        width: 100%;
        padding-left: 5%;
    }
    .program-list .program-list-text .ourPrograms a{
        font-weight: 500;
    }
}

/*About Section*/
.about-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10%;
    float: left;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    
}
.about-section h1{
    color: #FF7A00;
}
.about-section hr{
    width: 198px;
    color: #FF7A00;
    margin: 0;   
}
#aboutHead p{
    padding-right: 40%;
}.history-block{
    width: 100%;
    float: left;
    position: relative;
}
.history-block .history-block-information{
    width: 75%;
    background-color: #FF7A00;
    float: left;
    padding-left: 5%;
    padding-right: 15%;
    padding-bottom: 5%;
    color: #ffffff;
    
}
.history-block-information hr{
    border: 1px solid #ffffff;
    width: 136px;
}
.history-block-information p{
    font-size: 20px;
}
.history-block-image{
    background-image: url(image/WhoAreWe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 4px 5px rgba(0, 0, 0, 0.25);
    width: 30%;
    height: 300px;
    float: left;
    position: absolute;
    left: 60%;
    top: -30%;
}
.mission-block{
    width: 100%;
    float: left;
    
}
.block-heading{
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: 500;
}
.block-heading .block-icon{
    font-size: 50px;
    color: #FF7A00;
    font-weight: 300;
    margin-right: 5px;
    font-weight: 100;
    
}
.block-text{
    width: 100%;
    float: left;
    display: none;
    padding-left: 3.5%;
    padding-right: 15%;
   
}
.block-text p{
    font-size: 18px;
    font-weight: 300;
}
.block-text a{
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

.block-text li{
    font-weight: 400;
}
.block-text hr{
    border: 1px solid #FF7A00;
}
.block-text div{
    width: 50%;
    float: left;
}
.block-text legend{
    font-size: 20px;
    font-weight: 400;
}
@media(max-width:800px){
    #aboutHead{
        width: 100%;
        float: left;
    }
    #aboutHead p{
        padding-right: 0;
    }
    .history-block .history-block-information{
        width: 100%;
        padding-right: 5%
    }
    .history-block-image{
        display: none;
    }

}
/*Involved Section*/
.involve-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10%;
    float: left;
    height: auto;
    overflow: hidden;
    background-color: #FF7A00;
    color: #ffffff;
}
#involvedHead hr{
    width: 297px;
}
.involved{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.involved-text{
    width: 50%;
    float: left;
    padding-right: 5%;
    
}
.involved-text h2{
    margin-bottom: 0;
    font-weight: 400;
}
.involved-text hr{
    border: 1px solid #ffffff;
    margin: 0;
}
.involved-text p{
    font-size: 20px;
    margin: 0;
    float: left;
}
.donations, .approach{
    margin-bottom: 20px;
    float: left;
    
}
.donations hr{
    width: 25%;
    margin-bottom: 40px;
}
.approach hr{
    width: 50%;
}
.donations span{
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.approach span{
    font-size: 20px;
    font-weight: 600;
}

.involved-image{
    background-image: url(image/SANY0004.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 464px;
    float: left;
}

.involved-job{
    width: 100%;
    padding: 0 5%;
    padding-bottom: 2%;
    margin-top: 20px;
    float: left;
    background-color: #ffffff;
    color: #161c20;
    border-radius: 20px;
    margin-top: 90px;
}
.involved-job .job-block{
    width: 100%;
}
.involved-job h2{
    color: #FF7A00;
}
.involved-job hr{
    border: 1px solid #FF7A00;
}
.involved-job a{
    font-size: 15px;
    cursor: pointer;
}
.job-block{
    display: none;
}
@media (max-width:800px){
    .involved{
        display: block;
    }
    .involved-text{
        float: left;
        width: 100%;
    }
    .involved-image{
        width: 100%;
        
    }
}
@media(max-width:500px)
{
    .involved-job{
        margin-top: 40px;
    }
}

/*Contact Section*/
.contact-section{
    background-color: #ffffff;
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 10%;
}
#contactHead{
    color: #FF7A00;
}
#contactHead hr{
    width: 276px;
}
.contact-map{
    margin-top: 40px;
    width: 100%;
    float: left;
}
.contact-map iframe{
    width: 80%;
    height: 450px;
}
.contact-information{
    width: 100%;
    float: left;
}
.contact-information div{
    width: 50%;
    float: left;
}
.contact-information h4{
    color: #FF7A00;
    font-weight: 300;
}
@media (max-width:600px){
    .contact-map iframe{
        width: 100%;
    }
    .contact-information div{
        width: 100%;
    }
}
/*Overlay Navigation*/
.overlay{
    height: 100%;
    width: 0%;
    z-index:3;
    top: 0;
    left: 0;
    background-color:#161c20;
    position: fixed; 
    overflow: hidden;
    transition: 0.5s;
}
.overlay a{
    text-decoration: none;
    color: #ffffff;
}
.overlay .overlay-links{
    width: 40%;
    float: left;
    position: relative;
    color: #ffffff;
    top: 150px;
    
}

.overlay-links ul{
    list-style: none;
    padding: 0 50px;
}
.overlay-links li{
    font-size: 6vh;
    margin-bottom: 15px;
}

.overlay .overlay-image{
    width: 60%;
    background-image: url("image/Hero\ Image.png");
    height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(3px);
  -webkit-filter: blur(3px);
    float: left;
}
.overlay .closebtn{
    position:absolute;
    top: 40px;
    right: 45px;
    font-size: 5vh;
    z-index: 3;  
}
/*Responsiveness for the pages sections*/
@media only screen and (max-width:800px){
    .overlay .overlay-links{
        width: 100%;
        
    }
    .overlay-image{
        display: none;
    }
    
}



/*Back to Top button*/
#B2Tbtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px; 
}
#B2Tbtn:hover{
    background-color: #555;
}

