#section1{
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

#section-blog{
  background-image: url(../images/bg_2.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: #93CD4380; 
    padding: 100px 16px;
}


#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:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('../images/bg_about.jpg');
    padding: 250px 16px 100px 2px;
    background-size: cover;
    background-position: top;
}

#about_section_career{
  background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('../images/bg_career.jpg');
  padding: 250px 16px 100px 2px;
  background-size: cover;
  background-position: top;
}



#about_section2{
    background:linear-gradient(rgba(33, 37, 41, 1),rgba(83, 183, 93, 0.7)), url('../images/bg_about_2.jpg');
    padding: 100px 0px 50px 0px;
    background-size: cover;
    background-position: top;
}

.intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto;
  }
  .intro p {
    margin-bottom:0;
  }
  
  .people {
    padding:50px 0;
    cursor: pointer;
  }
  .item {
    margin-bottom:30px;
  }
  
  .item .box {
    text-align:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height:280px;
    position:relative;
    overflow:hidden;
  }
  
  .item .cover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(33, 37, 41, 0.64);
    transition:opacity 0.15s ease-in;
    opacity:0;
    padding-top:80px;
    color:#fff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.15);
  }
  
  .item:hover .cover {
    opacity:1;
  }
  
  .item .name {
    font-weight:bold;
    margin-bottom:8px;
  }
  
  .item .title {
    text-transform:uppercase;
    font-weight:bold;
    color:#bbd8fb;
    letter-spacing:2px;
    font-size:11px;
    margin-bottom:20px;
  }
  
  .social {
    font-size:14px;
  }
   
  .social a {
    color:inherit;
    margin:0 10px;
    display:inline-block;
    opacity:0.7;
  }
  .social a:hover {
    opacity:1;
  }
  


.AwesomeFooter{
	padding: 15px 0px;
	background-color:#195236 !important ;
}


@media (max-width: 767px) {
	.wastephone{
        margin-top: 0px;
    }
}