@charset "utf-8";
/* CSS Document */

.mainheader {
    /*background: url(../images/opacity1.png) repeat scroll left top rgba(0, 0, 0, 0);*/
}

.mainheader {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
    left: 0;
    padding: 0;
    right: 0;
    transition: padding 0.35s ease 0s;
    z-index: 8000;
	position:relative;
}

.logo {
	color:#fff;
}

.logo h1 {
	color:#fff;
}

.slider {
	background:#699100;
	color:#fff;
	padding-bottom:30px;
	padding-top:50px;
}

.slider h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	color:#fff;
}

.features li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;
	
}	

.features li > span {
    margin: 7px 10px 0 0;
}

.icon-white {
	background: url(../images/arrow-white.png) no-repeat;
}

.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}

.btn-danger:hover {
    background-color: #bd362f;
    color: #fff;
}

.bg {
	background: url(../images/section1.jpg) repeat left top;
}

.main-title {
	text-align: center;
	padding-top:40px;
}

h2.caps {
    text-transform: uppercase;
	color:#699100;
}

h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
	font-family: sans-serif;
	text-shadow:1px 1px 1px #2e2e2e;
}

h2.caps strong {
    font-weight: 500;
}

strong {
    font-weight: bold;
}

h2.caps b {
    text-transform: none;
}
h2 b {
    color: #727272;
    display: block;
    font-size: 18px;
    font-weight: 200;
    line-height: 23px;
    margin-top: 13px;
}

.main-content {
	text-align:left;
	margin-top:30px;
	margin-bottom:30px;
	float:left;
}

.main-content i {
    color: #454545;
    float: left;
    font-size: 40px;
    margin-right: 20px;
}

h4 {
    font-size: 22px;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 18px;
	color:#699100;
}

h4 b {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.section-1 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
	background: url(../images/section1.jpg) repeat left top;
}

.section-1 p {
	font-size:14px;
	color:#666;
}

ul.list_1 {
    float: left;
    margin: 10px 0 0;
    padding: 0;
	line-height:30px;
	list-style:none;
}

.fresh-works {
    float: left;
    padding: 90px 0;
    text-align: center;
    width: 100%;
}

.margin_top4 {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.our-clients {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px 80px 0px;
	background: #eee url(../images/our-clients-bg.jpg);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}

h2.white {
color: #fff;
}

.margin_top3 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.our-clients ul {
	width: 90%;
	padding: 0px;
	margin: 0 auto;
	list-style:none;
}

.our-clients li {
	float: left;
	width: 19%;
	margin: 0px 5px;
	padding: 12px 0px;
	text-align: center;
	border: 1px solid #575757;
}

.our-clients li:hover {
	border: 1px solid #999;
}

.margin_top1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.margin_top5 {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.inner-slider {
	background:url(../images/inner-slider.jpg) no-repeat;
	height:90px;
}

.header-titles {
    text-align: left;
}

.header-titles h2 {
    color: #fff;
    line-height: 1.3;
    margin-top: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	padding-left:10px;
}

.header-titles h2, .about {
	width:65%;
}

.inner-content {
	margin-top:30px;
	padding-left:20px;
}

.hover-box {
    background: none repeat scroll 0 0 #6c9d30;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	margin-bottom:20px;
}

.hover-box > img {
    float: left;
    margin: 15px 15px 8px 10px;
}
.hover-box > h3 {
    line-height: 1.1;
    margin-top: 0;
	color:#fff;
	font-size:21px;
}
.hover-box > h4 {
    line-height: 1.1;
    margin-top: 0;
	color:#fff;
	font-size:18px;
}

.hover-box > p {
    line-height: 1.1;
    margin-bottom: 0;
	font-size:15px;
}
.hover-box {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.footer.foo {
	background: url(../images/texture-dark.png);
	padding: 20px 0px 20px 0px;
}

.footer {
	float: left;
	padding: 0px 0px 35px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #1a1a1a;
}

.footer a {
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	text-align: right;
}

ul.footer-social-links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	display:none;
}

.footer-social-links.three li {
	background-color: #d3d3d3;
}

.footer-social-links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #252525;
	color: #999;
}

.footer-social-links.three li i {
	color: #fff;
}

.footer-social-links.three li:hover {
	background-color: #999;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}