body {
	background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000;
	font-size: 14px;
	overflow-x: hidden;
	cursor: default;
}
ul, ol {
  margin: 0;
  padding: 0;
 }
img { 
max-width: 100%; 
}
a, a:hover, a:focus {
	color: #000;
	text-decoration: none;
    -o-transition: all .3s; 
	-moz-transition: all .3s; 
	-webkit-transition: all .3s; 
	-ms-transition: all .3s; 
	transition: all .3s;
}
.button {
	display: table;
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px 40px;
	background: #6DB81E;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button:hover {
	color: #fff;
	background: #518816;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
    height: 70px;
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
	z-index: 9999;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
.fixed{
	background: rgba(250,250,250,0.8);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }  

img.logo{ 
  position: absolute;
  top: 0px;
  left: 30px;
  width: 250px;
}
ul.left{
  position: absolute;
  left: 300px;
  margin-top: -2px;
 }
ul.left li{
  color: #000;
  font-weight: 700;
  font-size: 13px;
  list-style: none;
 }
ul.left li i{
  margin-right: 10px;
  color: #6DB81E;
 }
/* -------------------------------- 

about

-------------------------------- */
#about  {
  position: relative;
  width: 100%;
  display: table;
  padding: 0;
  background: #fff;
  color: #000;
}
.box  {
  height: 100vh;
  padding: 140px 50px 60px 50px;
}
#about h3 {
  font-size: 18px; 
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
#about p {
  font-size: 14px; 
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
}
#about ul li{
  color: #000;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  list-style: none;
 }
#about ul li i{
  margin-right: 15px;
  color: #6DB81E;
 }

#about .contact {
	  width: 100%;
	  display: table;
	  padding-bottom: 50px;
}
#about .contact input[type="text"] {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	margin: 10px 0 0 0;
	padding: 15px;
	border-radius: 0px;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #252525;
	background: #F5F5F5;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#about .contact input[type="email"] {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	margin: 10px 0 0 0;
	padding: 15px;
	border-radius: 0px;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #252525;
	background: #F5F5F5;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#about .contact textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 15px;
	border-radius: 3px;
	outline: none;
	font-size: 1em;
	color: #252525;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#about .contact input[type="submit"] {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	padding: 15px 40px;
	background: #6DB81E;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border-radius: 0px;
	border: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#about .contact input[type="submit"]:hover{
    color: #fff;
	background: #518816;
}
/***** Footer *****/

footer {
	height: 70px;
	position: relative;
    background: #22262A;
	width: 100%;
}

footer p{
	text-align: center;
	font-size: 12px;
	color: #ccc;
	padding-top: 25px;
}

@media only screen and (max-width: 1500px) {
.box {
    padding: 100px 50px 60px;
}
#about ul li {
    font-size: 24px;
    line-height: 32px;
}
#about .contact input[type="text"] {
    padding: 10px;
}
#about .contact input[type="email"] {
    padding: 10px;
}
#about .contact textarea {
	padding: 10px;
}
  }
@media (max-width: 1430px) {
img.logo {
    left: 15px;
	width: 230px;
}
ul.left {
    left: 250px;
	margin-top: -4px;
}
}
@media only screen and (max-width: 1360px) {
.box  {
  overflow-y: scroll;
}
  }
@media only screen and (max-width: 1100px) {
#about ul li {
    font-size: 20px;
    line-height: 32px;
}

  }
@media only screen and (max-width: 992px) {
.box  {
  overflow-y: hidden;
  height: auto;
  display: table;
  padding-bottom: 30px;
  width: 100%;
}
#about .contact input[type="text"] {
    padding: 15px;
}
#about .contact input[type="email"] {
    padding: 15px;
}
#about .contact textarea {
	padding: 15px;
}
#about ul li {
    font-size: 32px;
    line-height: 48px;
}
  }
@media only screen and (max-width: 768px) {
ul.left{
  display: none;
 }
img.logo {
    left: 15px;
    width: 230px;
}
#about ul li {
    font-size: 24px;
    line-height: 32px;
}
.box  {
  overflow-y: hidden;
  height: auto;
  display: table;
  padding-left: 30px;
  padding-right: 30px;
}
  }






















