#section1{
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}


#socialSection{
    height: 100vh;
}


#section2{
    background: #fff;
    padding: 100px 0px 50px 0px;
}

.wastephone{
    margin-top: -150px;
}


#section2-5{
    background: #fff;
    border-top: 1px solid #eee;
    padding: 100px 0px 0 0;
}


#section3{
    background: #e7e7e7;
    padding: 100px 16px;
}


#section3 .w-card{
    min-height: 340px
}


#section4{
    padding: 70px 16px;
}



#section5{
    padding: 100px 16px;
    background: #2caa6b;
background: -moz-linear-gradient(45deg, #2caa6b 0%, #a7d43c 100%);
background: -webkit-linear-gradient(45deg, #2caa6b 0%,#a7d43c 100%);
background: linear-gradient(45deg, #2caa6b 0%,#a7d43c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caa6b', endColorstr='#a7d43c',GradientType=1 );
}




#section5 input{
    border-radius: 4px;
    height: 56px;
    font-weight: 300;
    border: none;
    margin-bottom: 32px;
    padding: 4px 16px;
}

#section5 textarea{
    border-radius: 4px;
    min-height: 200px;
    font-weight: 300;
    min-width: 100%;
    max-width: 100%;
    border: none;
    margin-bottom: 32px;
    padding: 16px;
}


#section6{
    padding: 200px 16px;
    height: 100vh !important;
    background: #2caa6b;
    background: -moz-linear-gradient(45deg, #2caa6b 0%, #a7d43c 100%);
    background: -webkit-linear-gradient(45deg, #2caa6b 0%,#a7d43c 100%);
    background: linear-gradient(45deg, #2caa6b 0%,#a7d43c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caa6b', endColorstr='#a7d43c',GradientType=1 );

}

#section6 input{
    border-radius: 4px;
    height: 56px;
    font-weight: 300;
    border: none;
    margin-bottom: 16px;
    padding: 4px 16px;
}
















#about_section1{
    /*background-image: url(../images/bg.png);*/
    padding: 170px 16px 100px 16px;
    background: #2caa6b;
    background: -moz-linear-gradient(45deg, #2caa6b 0%, #a7d43c 100%);
    background: -webkit-linear-gradient(45deg, #2caa6b 0%,#a7d43c 100%);
    background: linear-gradient(45deg, #2caa6b 0%,#a7d43c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caa6b', endColorstr='#a7d43c',GradientType=1 );

/*    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;*/
    width: 100%;
}


#about_section2{
    background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('../images/tunza.jpg');
    padding: 100px 0px 50px 0px;
    background-size: cover;
    background-position: top;
}





.teamPic{
    border-radius: 4px 4px 0 0;
}
.teamCaption{
    padding:32px;
    min-height: 400px;
}



.AwesomeFooter{
	padding: 15px 0px;
	background-color:#195236 !important ;
}


@media (max-width: 767px) {
	.wastephone{
        margin-top: 0px;
    }
}