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  {
  padding: 150px 50px 0px 50px;
}
#about h2 {
  font-size: 28px; 
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
#about p {
  font-size: 14px; 
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
}
#about p span {
  font-weight: 700;
}
/* -------------------------------- 

service

-------------------------------- */
#service {
  position: relative;
  width: 100%;
  background: #22262A;
  color: #fff;
  display: table;
  padding: 50px;
}
#service h2 {
  font-size: 28px; 
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
#service p {
  font-size: 14px; 
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-top: 5px;
  text-transform: uppercase;
}
#service p span {
  font-size: 14px; 
  font-weight: 500;
  line-height: 28px;
  margin-top: 0;
  text-transform: none;
}
#service ul {
  margin-top: 50px;
}
#service ul li {
  list-style: none;
  width: 32%;
  height: 100px;
  float: left; 
  margin-bottom: 25px;
}
#service ul li img{
  float: left;
  margin-right: 30px;
  width: 70px;
}
/* -------------------------------- 

sckills

-------------------------------- */
#sckills{
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
  display: table;
  padding: 50px
}
#sckills h2 {
  font-size: 28px; 
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
#sckills h4 {
  font-size: 16px; 
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
#sckills  p {
  font-size: 14px; 
  font-weight: 500;
  line-height: 28px;
  color: #555;
}
.content{
  padding: 30px;
  height: 300px;
  border: 1px solid rgba(0,0,0,0.1);
  margin: 10px;
  text-align: center;
  -o-transition: all .3s; 
	-moz-transition: all .3s; 
	-webkit-transition: all .3s; 
	-ms-transition: all .3s; 
	transition: all .3s;
}

.content img{
  width: 150px;
  
}
.content:hover {
   border: 1px solid rgba(0,0,0,0.3);
}


/***** Footer *****/

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

footer p{
	text-align: center;
	font-size: 12px;
	color: #ccc;
	padding-top: 25px;
}
@media (max-width: 1700px) {
.box {
    padding: 100px 50px 0px 50px;
}

}
@media (max-width: 1430px) {

.box  {
  padding: 100px 30px 0px 30px;
}
#about h2 {
    font-size: 24px;
    line-height: 32px;
}
#about p {
    font-size: 14px;
    line-height: 28px;
}
#service p {
    font-size: 12px;
    line-height: 24px;
}
img.logo {
    left: 15px;
	width: 230px;
}
ul.left {
    left: 250px;
	margin-top: -4px;
}
}

@media (max-width: 1300px) {
.box  {
  padding: 100px 50px 0px 50px;
}
#service ul li {
    width: 50%;
}

}
@media (max-width: 1050px) {
.box  {
  padding: 100px 50px 50px 50px;
}
}
@media (max-width: 992px) {

#service ul li {
    width: 100%;
}
.content{
  height: auto;
}
}
@media (max-width: 768px) {
ul.left {
    display: none;
}
header {
    padding: 20px 30px 20px 30px;
}
img.logo {
    left: 15px;
    width: 230px;
}
.box  {
  padding: 120px 15px 80px 15px;
}
#sckills {
    padding: 15px;
}
#service {
    padding: 15px;
}

}






















