@charset "UTF-8";

/* Body */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0;
	font-style: normal;
	font-weight: 100;
	width: 100%;
	overflow-x: hidden;

}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* unvisited link */
a:link {
  color: white;
  text-decoration: none;

}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;

}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: none;

}

/* Navigation */
header {
	width: 100%;
	height: 50px;
	background-color: #448155;
	position: fixed;
	color: #fff;
}

.call {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1.5px;
	font-size: 13px;
	line-height: 10px;
	margin-right: 30px;
}
.logo {
	width: 100%;
	float: left;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 100px;
	letter-spacing: 4px;
	line-height: 22px;
	position: fixed;
	text-align: left;
	
}


nav {
	width: 100%;
	position: absolute;
	text-align: right;
	letter-spacing: 3px;
}

nav a{
	color: #fff;
	transition: 0.4s;
	font-size: 13px;
	padding: 0 20px;
	float: absolute;
}

ul {
	float: left;
	text-align: center;	
	list-style: none;
	width: 100%
    
}



/* HAMBURGER & CROSS */
.menu{
	float: left;
	margin: 25 25px 0 0;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	
}
a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: black;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 15px;
  left: 40px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * hide middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * last stripe goes the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 330px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
 
  background: #448155;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 13px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


/* Icons Jobseeker Section */

.icons {
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
	width: 100%;
	max-width: 900px;
}


/* Hero Section */
.hero {
	background: url("../img/sol-518339-unsplash.jpg");
	background-size: cover;
	width: 100%;
	height: 500px;
	padding-top: 150px;
	padding-bottom: 150px;
	font-size: 20px;
	letter-spacing: 3px;

    
}

.socialhero {
	background: url("../img/aeves_veolia/DSC05072.jpg");
	background-size: cover;
	width: 100%;
	height: 500px;
	padding-top: 150px;
	padding-bottom: 150px;
	font-size: 20px;
	letter-spacing: 3px;

    
}
.hello {
	background: url("../img/pawel-czerwinski-759725-unsplash.jpg");
	background-size: cover;
	width: 100%;
	height: 50px;
	padding-top: 150px;
	padding-bottom: 150px;
	font-size: 20px;
	letter-spacing: 3px;
}

.light {
	font-weight: bold;
	color: #000;
	font-size: 30px;
	letter-spacing: 3px;

}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 17px;
}
/* About Section */
.text_column {
	width: 42%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float:left;
	padding-left: 45px;
	padding-right: 20px;
	color: #302C2C;
}

.text_column2 {
	width: 42%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float:left;
	padding-left: 45px;
	padding-right: 20px;
	color: #302C2C;
}

.text_column3 {
	width: 100%;
	font-weight: lighter;
	line-height: 25px;
	color: #302C2C;
}
.about {
	padding-left: 6%;
	padding-right: 25px;
	padding-top: 100px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	color: #717070;
	}


	.h2 {
		color:#448155;
		
	}

.images{
	padding-bottom: 60px;
	padding-top: 30px;
	width: 100%;
	height:auto;
	max-width: 100%;
}

.images2{	padding-bottom: 60px;
	padding-top: 30px;
	width: 100%;
	height:auto;
	max-width: 100%;
	
}
/*Normal text */

.normaltext{
	margin-left: 350px;
	margin-right: 350px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1px;
	
	
}

.normaltext2{
	margin-left: 350px;
	margin-right: 350px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1px;
	
	
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
	
}
.gallery {
	width:100%;
	float: left;
	margin-left: 130px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px; */
	padding-bottom: 35px;
	padding-top: 0px;
}
.thumbnail {
	text-align: center;
	margin-top: 30px;
	float: left;
	width: 20%;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #448155;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}

/* Parallax Section */
.banner {
	background-color: #448155;
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.logos {
	text-align: center;
	color: #717070;
	font-size: 23px;
	width: 70%;
	height: auto;

	
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

.footer_text {
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 13px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float:left;
}
footer .footer_column h3 {
	color: #717070;
	text-align: center;
	font-weight: 700;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 350px;
	max-height: 150px;
}

.partner {
	width: 100%;
	height: auto;
	max-width: 600px;
	max-height: 400px;
	
}

.confident{
	width: 100%;
	height: auto;
	max-width: 200px;
}
footer .footer_column p {
	padding-left: 150px;
	padding-right: 150px;
	text-align:center;
	line-height: 22px;
	font-weight: lighter;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 17px;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #000;
	cursor: pointer;
}

.button2 {
	width: 200px;
	margin-top: 100px;
	margin-right: 110px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 17px;
	transition: all 0.3s linear;

	
}

.button2:hover {
	background-color: #FEFEFE;
	color: #000;
	cursor: pointer;
}

.button3{
	width: 200px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 17px;
	transition: all 0.3s linear;
}
.button3:hover {
	background-color: #FEFEFE;
	color: #000;
	cursor: pointer;
}
	
	
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1B4D34;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 11px;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.footerlinks {
	text-align: center;
	padding-bottom: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 9px;
	letter-spacing: 2px;
	background-color: #1B4D34;

}
.footer_banner {
	background-color: #448155;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
/* Recruiting*/

.recruiting {
	background: url("../img/pawel-czerwinski-759725-unsplash.jpg");
	background-size: cover;
	width: 100%;
	height: 500px;
	padding-top: 150px;
	padding-bottom: 150px;
	font-size: 20px;
	letter-spacing: 3px;
}

/*Contact Form*/

.writeus{
	padding-top: 80px;
    margin-top: 0px;

}
.wrap{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box{
	font-size: 1.2em;
	line-height: 1.6em;
    text-align: center;
}

/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
	.wrap{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	}
}

.contact-form {
  width: 40%;
  margin: 0 auto;
  padding: 20px;
}
.contact-form .input-block {
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #448155;
  margin: 0;
  position: relative;
  margin-bottom: 20px;

}

.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;

}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: #448155;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;  height: 60px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s linear;
  border-style: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";


}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: #ecf0f1;
  color: black;
  border: 2px solid #448155;
}

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto;
  }
}
@media (max-width: 868px) {
	.contact-form {
	  width: 100%;
	  padding: 40px;
	}
}
@media (max-width: 568px) {
	.contact-form {
	  padding: 10px;
	}
	
}

.contact-wrap {
  padding: 15px;
  background: #ecf0f1;
}

/*END CONTACT FORM*/




/* Mobile */
@media (max-width: 320px) {
	
	.body{
			overflow-x: hidden;

	}
	.call{
		display: none
		
	}
	.tagline{
		font-size: 13px;
		margin-top: 10px;
	    line-height: 20px;
	}
	.hero_header{
		font-size: 19px
			
	}
	.normaltext{
		margin: 0;
		padding: 0;
		margin-right: 215px;
	}
.logo {
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

	
.nav{
		text-align: center;
		width: 100%;
		font-size: 12px;
		height: auto;
		max-height: 0;
		transition: all 0.5s;
	}


.nav ul li {

	width: 100%;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0;
}
	
.text_column {
	width: 100%;
	text-align: inherit;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 17px;
	letter-spacing: 1px;
}
	
	.text_column2 {
	margin: 0;
	font-weight: lighter;
	line-height: 25px;
	color: #302C2C;
	font-size: 15px;
	letter-spacing: 1px;
}
.thumbnail {
	width: 100%;
}
	
.gallery {
	margin-left: 0px;
	width: 100%;
}

	.images{
		margin: 0px;
		width: 100%;

	}
	
	.images2{
		padding: 0;
		margin: 0;
	}
.footer_column {
	width: 80%;
	color: white;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center
}
		
	
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #448155;
	background-image: none;
}


	.copyright{
		width: 100%;
		text-align: center;
	    padding-top: 5px;
	    padding-bottom: 10px;
		font-size: 6px;
	}
	.footerlinks{
		font-size: 6px;
		text-align: center;
	
	}
	.normaltext2{
		margin: 0;
		padding: 0;
		margin-right: 30px;
		margin-left: 30px;
	}
	
	
}



/* Small Tablets */
@media (min-width: 321px)and (max-width: 768px) {
	
	.call {
		display: none;
	}
	
	.menu{
	position: fixed;
    width: 100%;
    height: 100vh;
    background: #448155;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 60px 0;
    line-height: normal;
    transition: 0.7s;}
	
	
    menu a {
    display: block;
	padding: 15px;}
	
.container header nav {
	width: 100%;
	float: none;
	background: #448155;
}
header nav ul {
	padding: 0px;
}
nav ul li {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
}

	/*End of Nav*/
	
	.hero_header{
		font-size: 35px;
	}
.text_column {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	letter-spacing: 1.5px;
	
}
	
		.text_column2 {
	font-weight: lighter;
	line-height: 25px;
	color: #302C2C;
	font-size: 15px;
	letter-spacing: 1.5px;
	margin: 0;
	margin-right: 100px;
}
	.images2{
		float: left;
	}
	/* Stats Gallery */
.thumbnail {
	width: 100%;
	float: left;
}
	
.gallery {
	margin-left: 0px;
}

.footer_column {
	width: 100%;
	margin-top: 0px;
	font-size:15px;
	letter-spacing: 1.5px;
}
	
	.normaltext{
		margin: 0;
		padding: 0;
		margin-right: 170px;
	}
	
	.normaltext2{
		margin: 0;
		padding: 0;
		margin-right: 30px;
		margin-left: 30px;
	}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
}

	  
	
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}

.copyright{
	font-size: 12px;
}

.footerlinks{
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
	
}

}
