/* globel css start here */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#daeed0;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
a{
	text-decoration:none;
	transition-duration:0.5s;
}
.wraper{
	width:1024px;
	margin:0 auto;
	padding:12px;
}
.clear{
	clear:both;
}
h2{
	color:#333;
	font-family:Gautami;
	font-size:29px;
	margin:0;
	padding:0;
}
p{
	font-family:Comic Sans MS;
	margin:0;
	padding:0;
	color:#575656;
	font-size:14px;
}
.logo{
	float:left;
	width:auto;
	margin:15px;
}
.contact{
	float:right;
	width:auto;
	text-align:right;
}
.phone{
	color:#535452;
	font-family:Comic Sans MS;
	font-weight:bold;
	font-size:28px;
	margin-bottom:5px;
}
.phone span{
	background:url(../images/contact.png) no-repeat;
	display:inline-block;
	height:35px;
	width:28px;
	vertical-align:middle;
}
.mail a{
	color:#535452;
	font-family:Comic Sans MS;
	font-weight:bold;
	font-size:16px;
}
.mail span{
	background:url(../images/contact.png) no-repeat;
	display:inline-block;
	height:35px;
	width:28px;
	vertical-align:middle;
	background-position:0px -50px;
}
.item{
	width:1000px;
	margin:0;
}
nav{
	background:#39950a;
}
nav ul{
	width:1000px;
	margin:8px auto;
}
nav ul li{
	float:left;
	width:auto;
	padding:18px 20px 12px 0px;
}
nav ul li a{
	text-transform:uppercase;
	color:#e9e9e9;
	font-family:Estrangelo Edessa;
	font-size:21px;
}
nav ul li a:hover{
	color:#4cdc02;
}
/* globel css end here */


footer{
	background:#c7c5c5;
}
.footer-nav{
	float:left;
}
.footer-nav ul li{
	float:left;
	padding:12px 30px 12px 0px;
}
.footer-nav ul li a{
	color:#f6f3f3;
	font-size:15px;
	text-transform:uppercase;
}
.social-links{
	float:right;
}
.social-links a{
	height:38px;
	width:38px;
	display:inline-block;
	background:url(../images/social.png) no-repeat;
	margin-right:3px;
}
.social-links a:nth-child(1){
	background-position:0px 0px;
}
.social-links a:nth-child(2){
	background-position:-38px 0px;
}
.social-links a:nth-child(3){
	background-position:-79px 0px;
}
.copyright{
	background:#858484;
	color:#434343;
	font-size:14px;
}
.copyright .wraper{
	padding:8px;
}
.copyright .wraper span{
	float:right;
	display:inline-block;
}
.copyright .wraper span a{
	color:#fff;
}

/* inner pages */
.inner-img-holder{
	border:3px solid #ddd;
	padding:3px;
	float:left;
	width:177px;
	height:155px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
	background:#fff;
}
.inner-img-holder:hover{
	border:3px solid #39950a;
}
.inner-img-holder img{
	width:100%;
	height:100%;
}
.inner-img-holder p{
	background: url(../images/transparent-bg.png);
	color: #fff;
	position: absolute;
	bottom: 3px;
	left: 3px;
	padding: 5px;
	width: 91%;
	display:none;
	font-size:20px;
}
.last{
	margin-right:0;
}
.input-holder{
	margin-bottom:15px;
}
.input-holder label{
	float:left;
	width:140px;
	color:#333;
	font-size:18px;
	margin-top:12px;
}
.input-holder input{
	width:370px;
	border:1px solid #ddd;
	border-radius:8px;
	padding:10px;
}
.input-holder textarea{
	width:370px;
	border:1px solid #ddd;
	border-radius:8px;
	padding:10px;
}
.input-holder label span{
	color:#8cda08;
}
.contact-form{
	float:left;
	width:auto;
}
.map{
	float:right;
	width:430px;
	border:3px solid #ccc;
}
.input-holder a{
	background:#39950a;
	border-radius:8px;
	color:#fff;
	font-size:18px;
	padding:7px 20px;
	float:right;
}
.marquees img{
	height:200px;
	width:25px;
}
.service{
	margin-bottom:15px;
}
.service strong{
	font-size: 16px;
	color: #535752;
	display: inline-block;
	margin-bottom: 5px;
}