body {
	top: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	
	top: 0;
}
a {
	border: 0;
}
.backgroundContainer {
	width: 100%;
	height: 1148px;
	position: absolute;
	display: block;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	
}
.backgroundContainer1 {
	width: 100%;
	height: 1528px;
	position: absolute;
	display: block;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	
}
.backgroundContainer2 {
	width: 100%;
	height: 3000px;
	position: absolute;
	display: block;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	
}
.backgroundContainer3 {
	width: 100%;
	height: 1209px;
	position: absolute;
	display: block;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	
}
.navigationColor {
	width: 100%;
	height: 96px;
	background: #fff;
	display: block;
	position: absolute;
	box-shadow: 2px 2px 2px #676767;
}
.container {
	width: 1024px;
	height: 1148px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.container1 {
	width: 1024px;
	height: 1237px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.container2 {
	width: 1024px;
	height: 900px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.navi {
	width: 100%;
	height: 105px;
	display: block;
	position: relative;
}
.companyLogo {
	width: 235px;
	height: 105px;
	position: absolute;
	display: block;
	float: left;
	left:374px;
	z-index:9999999999;
}
.navigation {
	width:1024px;
	height: 40px;
	position: relative;
	display: block;
	float: left;
	top: 15px;
}
.content {
	width: 100%;
	height: 843px;
	display: block;
	position: relative;
}
.content1 {
	width: 100%;
	height: 1130px;
	display: block;
	position: relative;
}
.content2 {
	width: 100%;
	height: 846px;
	display: block;
	position: relative;
}
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.25em;
}
nav a:hover, nav a:focus {
	outline: none;
}
/* Effect 21: borders slight translate */
.cl-effect-21 a {
	padding: 10px;
	color: #000;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-21 a::before, .cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-21 a:hover, .cl-effect-21 a:focus {
	color: #676767;
}
.cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.greetingText {
	width: 926px;
	height: 69px;
	display: block;
	left: 40px;
	top: 22px;
	position: relative;
}
.slidebox {
	width: 840px;
	height: 452px;
	position: relative;
	display: block;
	top: 43px;
	left: 80px;
}
.divider {
	width: 831px;
	height: 1px;
	background-color: #676767;
	position: relative;
	display: block;
	left: 98px;
	top: 70px;
}
.textBox {
	width: 759px;
	height: 201px;
	position: relative;
	display: block;
	top: 102px;
	left: 123px;
}
.textBox1 {
	width: 759px;
	height: 201px;
	position: relative;
	display: block;
	top: 52px;
	left: 123px;
}
.straightDivider {
	width: 1px;
	height: 201px;
	border: 1px dashed #676767;
	position: relative;
	display: block;
	float: left;
}
.contentBox {
	width: 250px;
	height: 201px;
	display: block;
	position: relative;
	float: left;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.contentBox1 {
	width: 250px;
	height: 201px;
	display: block;
	position: relative;
	float: left;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.contentBox2 {
	width: 250px;
	height: 201px;
	display: block;
	position: relative;
	float: left;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.contentBox:hover {
	background: #fff;
	background-blend-mode: multiply;
	cursor: pointer;
	
}
.contentBox1:hover {
	background: #fff;
	cursor: pointer;
	background-blend-mode: multiply;
}
.contentBox2:hover {
	background: #fff;
	background-blend-mode: multiply;
	cursor: pointer;
}
.contentBox:hover .titleBox, .wordBox {
	margin-top: -8px;
}
.contentBox1:hover .titleBox1, .wordBox {
	margin-top: -8px;
}
.contentBox2:hover .titleBox2, .wordBox {
	margin-top: -8px;
}
.contentBox1:hover .titleBox3, .wordBox {
	margin-top: -8px;
}
.contentBox2:hover .titleBox4, .wordBox {
	margin-top: -8px;
}
.titleBox {
	width: 106px;
	height: 67px;
	display: block;
	position: relative;
	float: left;
	left: 71px;
	top: 19px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.titleBox1 {
	width: 105px;
	height: 66px;
	display: block;
	position: relative;
	float: left;
	top: 19px;
	left: 71px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.titleBox2 {
	width: 84px;
	height: 69px;
	display: block;
	position: relative;
	float: left;
	top: 19px;
	left: 84px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.titleBox3 {
	width: 172px;
	height: 68px;
	display: block;
	position: relative;
	float: left;
	top: 19px;
	left: 38px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.titleBox4 {
	width: 113px;
	height: 70px;
	display: block;
	position: relative;
	float: left;
	top: 19px;
	left: 68px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wordBox {
	width: 215px;
	height: 94px;
	display: block;
	position: relative;
	float: left;
	top: 29px;
	left: 16px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wordBox p {
	text-align: center;
	font-size: 12px;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
}
.footerBg {
	width: 100%;
	height: 180px;
	position: absolute;
	display: block;
	top: 970px;
	background-color: #000;
	opacity: 0.7;
}
.footerBg1 {
	width: 100%;
	height: 180px;
	position: absolute;
	display: block;
	top: 1350px;
	background-color: #000;
	opacity: 0.7;
}
.footerBg2 {
	width: 100%;
	height: 180px;
	position: absolute;
	display: block;
	top: 2822px;
	background-color: #000;
	opacity: 0.7;
}
.footerBg3 {
	width: 100%;
	height: 180px;
	position: absolute;
	display: block;
	top: 1030px;
	background-color: #000;
	opacity: 0.7;
}

.footer {
	width: 100%;
	height: 166px;
	display: block;
	position: relative;
	top: 22px;
}
.footer1 {
	width: 100%;
	height: 166px;
	display: block;
	position: relative;
	top: 122px;
}
.footer2 {
	width: 100%;
	height: 166px;
	display: block;
	position: relative;
	top: 1871px;
}

.footer3 {
	width: 100%;
	height: 166px;
	display: block;
	position: relative;
	top: 86px;
}
.footerBox {
	width: 145px;
	height: 123px;
	display: block;
	position: relative;
	left: 20px;
	top: 21px;
	margin-left: 78px;
	float: left;
}
.footer h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block
}
.footer1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block
}
.footer2 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block
}
.footer3 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block
}
hr.fancy-line {
	border: 0;
	height: 1px;
	top: 10px;
	position: relative;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0));
	box-shadow: 0px -2px 4px rgba(136,136,136,0.75);
}
.footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 10px;
}
.footer p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 20px;
}
.footer1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 10px;
}
.footer1 p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 20px;
}
.footer2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 10px;
}
.footer2 p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 20px;
}
.footer3 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 10px;
}
.footer3 p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFF;
	top: 20px;
}
.aboutContent {
	width: 870px;
	height: 222px;
	display: block;
	position: relative;
	left: 70px;
	top: 42px;
	color: #676767;
}
.aboutContent li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.aboutContentPic {
	width: 397px;
	height: 220px;
	display: block;
	position: relative;
	float: left;
}
.aboutContentLi {
	width: 441px;
	height: 221px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	float: left;
	left: 10px;
}
.aboutObjective {
	width: 870px;
	height: 1070px;
	display: block;
	position: relative;
	top: 66px;
	left: 70px;
	color: #676767;
}
.aboutObjective h1 {
	margin: 0;
	padding: 0;
	left: 0;
	text-align: left;
	font-size: 18px;
	color: #676767;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.aboutObjective ul {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}
.aboutObjective li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	widows: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.italic {
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.quote {
	font-size: 18px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.structureImg {
	width: 616px;
	height: 458px;
	display: block;
	position: relative;
	left: 109px;
	top: 30px;
}
.completedProject {
	width: 848px;
	height: 242px;
	display: block;
	position: relative;
	top: 10px;
}
.ourserviceText {
	width: 848px;
	height: 52px;
	display: block;
	position: relative;
	top: 82px;
	left: 96px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #676767;
}
.ourService {
	width: 848px;
	height: 450px;
	display: block;
	position: relative;
	top: 86px;
	left: 96px;
	color: #676767;
}
.ourService h1 {
	margin: 0;
	padding: 0;
	left: 0;
	text-align: left;
	font-size: 18px;
	color: #676767;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ourService ul {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}
.ourService li:before {
	content: "";
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	widows: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ourTools {
	width: 848px;
	height: 698px;
	display: block;
	position: relative;
	top: 86px;
	left: 96px;
	color: #676767;
}
.ourTools h1 {
	margin: 0;
	padding: 0;
	left: 0;
	text-align: left;
	font-size: 18px;
	color: #676767;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.lightbox {
	/** Hide the lightbox */
	display: none;
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: black;
	background: rgba(0,0,0,0.8);
}
.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}
.lightbox:target {
	/** Show lightbox when it is target */
	display: block;
	/** Remove default browser outline style */
	outline: none;
}
/*
Code Author: Mark-Anthony Karam
Host: mark-anthony.ca
*/

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Muli:300);
.body h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #676767;
	position: relative;
	left: 0;
}
/* Centres the page (this could be container)*/
.body {
	display: block;
	width: 576px;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	top: 30px;
	position: relative;
	display: block;
	color: #999;
	left:200px;
}
/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label {
	display: block;
	margin-top: 20px;
	letter-spacing: 2px;
}
/* Centres the form within the page */
form {
	margin: 0 auto;
	width: 459px;
}
/* Styles the text boxes */
input, textarea, file {
	width: 439px;
	height: 37px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #676767;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #3a3a3a;
}
input:focus, textarea:focus {
	border: 1px solid #676767;
}
/* Styles the text area boxes (message field) */	
textarea {
	height: 213px;
	background-color: #fff;
}
/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width: 127px;
	height: 48px;
	text-align: center;
	/* text-indent:-9999px; */
	border: none;
	margin-top: 20px;
	cursor: pointer;
	left:310px;
	position:relative;
}
/* Styles the submit hover */	
#submit:hover {
	color: #fff;
	background-color: #676767;
	opacity: 0.9;
}
.contactBox{
	height:144px;
	width:100%;
	display:block;
	position:relative;
	top:60px;
	}
.location{
	width:227px;
	height:104px;
	position:relative;
	float:left;
	display:block;
	left:168px;
	top:20px;
	}
.tele{
	width:150px;
	height:150px;
	display:block;
	float:left;
	margin-right:70px;
	position:relative;
	top:30px;
	left:250px;
	}	
.email1{
	width:229px;
	height:93px;
	display:block;
	position:relative;
	float:left;
	top:20px;
	left:270px;
	
	}	
