@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: "montserrat", sans-serif;
}
.header {
  height: 100px;
  background-color: #000000;
  padding: 0 20px;
  color: #fff;
}
.logo {
  line-height: 100px;
  float: left;
  text-transform: uppercase;
  color: #E53513;
}
.menu {
  float: right;
  line-height: 100px;
}
.menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.4s;
}
.show-menu-btn, .hide-menu-btn {
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.show-menu-btn {
  float: right;
}
.show-menu-btn i {
  line-height: 100px;
}
.menu a:hover, .show-menu-btn:hover, .hide-menu-btn:hover {
    color: #89C103;
}
#chk {
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}
.content {
  padding: 0 20px;
}
.content img {
  width: 100%;
  max-width: 700px;
  margin: 20px 0;
}
.content p {
  text-align: justify;
}
header img {
  width: 100%;
}
.header .logo {
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
}
i {
    color: #89C103;
}
.show-menu-btn, .hide-menu-btn {
  display: block;
}
.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(33, 33, 33, 0.80);
  right: -100%;
  top: 0;
  text-align: center;
  padding: 80px 0;
  line-height: normal;
  transition: 0.7s;
}
.menu a {
  display: block;
  padding: 20px;
}
.hide-menu-btn {
  position: absolute;
  top: 40px;
  right: 40px;
}
#chk:checked ~ .menu {
  right: 0;
}
.header .logo img {
  width: 52px;
  vertical-align: middle;
  margin-right: 6px;
}
.mainFooter {
  background-color: rgba(0, 0, 0, 1.00);
  height: 94px;
}
.mainFooter p {
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  vertical-align: bottom;
  width: 159px;
  padding-top: 35px;
}
.main .intro {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    margin-top: 25px;
}
.main .intro h2 {
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 15px;
	padding:15px;
	text-align:center;
}
.main .intro p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 19px;
    padding-bottom: 20px;
}
.main .intro a {
    text-decoration: none;
    background-color: rgba(137,193,3,1.00);
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 10px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #010101;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
}
.main .services {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 325px;
  margin-top: 25px;
  list-style-type: square;
}
.main .services h2 {
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 15px;
padding:15px;
	text-align:center;
}
.main .services ul {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.services ul li {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  list-style-type: none;
  margin-bottom: 15px;
}
.services ul li:last-child {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
.mainFooter {
  margin-top: 30px;
}
.break {
    width: 100%;
    height: 26px;
    background-color: rgba(137,193,3,1.00);
    margin-top: 30px;
}
.main .services p {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 25px;
}
.testimonials .maintestimonial p {
  width: 328px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.maintestimonial p .quotes {
  font-size: 23px;
  line-height: 1.5em;
}
.maintestimonial p #customer {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  clear: right;
  border-top: 0px solid rgba(104, 139, 62, 1.00);
}
.main .intro a:hover {
    color: #FFFFFF;
}
.menubreak{
	background: #89C103
}
#update ul li {
  list-style-type: none;
  background-color:#89C103
}
#update .main h2 {
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
	font-size: 34px;
}
#wrap .main h2 {
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
}
#wrap .main p {
  line-height: 1.5em;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  width: 350px;
}
ul.cards{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.cards li {
text-align: center;
  width: 360px;
	flex: 1 1 100%;
	margin: 1%;
	display: flex;
	flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
}
#update ul li h3 {
  padding-left: 7px;
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 5px;
}
#update ul li h4 {
  font-family: aclonica;
  font-style: normal;
  font-weight: 400;
  padding-left: 7px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#menuIntro {
	width:100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
#menuIntro p {
	width: 360px;
	margin: 0 auto;
}
.testimonials h4  {
	font-weight:normal;
	color:#89C103;
	margin:0;
	padding-top:4px;
}
.testimonials {
    width: 320px;
    margin: 0 auto;
    background-color: #646464;
	border-radius:10px;
    padding: 15px;
    overflow: hidden;
    color: #222;
    background-image: url(../images/soft-wallpaper.png);
}
#btns {
	text-align:center;
}
.feedback p{
	color:#fff;
}
.testimonials a {
	display:inline-block;
	width: 60px;
	height:30px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	font-size:2em;
	margin-top:15px;
	
	
}
@media screen and (min-width : 640px ){
  /* .show-menu-btn,.hide-menu-btn{
    display: block;
  }
  .menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(33,33,33,0.80);
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
  }
  .menu a{
    display: block;
    padding: 20px;
  }
  .hide-menu-btn{
    position: absolute;
    top: 40px;
    right: 40px;
  }
  #chk:checked ~ .menu{
    right: 0;
  }*/ /*.menu {
    position: static;
    display: flex;
    flex-direction: row;
    height: 30px;
    padding: 0;
  }
	
  .menu {
    clear: none;
    display: flex;
    flex-direction: row;
    width: 430px;
    margin-top: 29px;
    background: transparent;
  }
  .show-menu-btn, .hide-menu-btn {
    display: none;
  }*/
  .menu li {
    display: inline;
    overflow-x: hidden;
    float: left;
  }
	.menu ul {
		display:block;
		width:430px;
		margin: auto;
	}
	.menu li{
		display: inline;
		float:none;
		
	}
	.menu ul a {
		display: inline;
		padding:13px 20px;
	}
 
}
@media (min-width : 960px ){
  .main .intro {
    margin-right: auto;
	  flex:1;
  }
.intro p {

}
#mainpage {
    display: flex;
	align-content: space-between;
}


  .main .services {
    width: 39%;
    margin-left: 4px;
    margin-right: 18px;
	  flex:2;
	  
  }
  .break {
    display: none;
  }
  .mainFooter {
    clear: both;
  }
  .testimonials {
    text-align: left;
  }
	ul.cards li {
		flex:1 1 33.3%;
		margin: 1%;
		width:650px;
		text-align: center;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
  
}
@media (min-width: 1040px) {
  .main .content #update {
    flex: 1;
  }
	.menu{
		background: none;
		transition: none;
		position: relative;
		display: inline-block;
		height: 30px;
		width:670px;
		padding:0;
		line-height: 100px;
		top:50px;
		left:180px;
	}
	.menu a {
		color:fff;
		text-transform:uppercase;
		text-decoration: none;
		padding:0 30px;
		float:left;
		line-height: 48px; 
		font-size: 16px;
	}
	.menu li {
		display: inline;
		overflow-x: hidden;
		float:right;
	}
	.show-menu-btn, .hide-menu-btn{
		display: none;
	}
}
@media (min-width : 1300px) {
  body {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    background-color: #372219;
    background-image: url(../images/darkwood.png);
  }
  #wrap {
    background-color: #FFFFFF;
  }
.services {
	flex-grow: 50%;
}
	.main .intro {
    margin-right: auto;
	  flex:1;
	flex-basis: 20%;
  }
.intro p {
    margin-left: auto;
    margin-right: auto;
}

	

}
