
header{
position:absolute;
width:100%;
height:800px;
background-color: #777777;
top:0px;
left:0px;
z-index:2;
}
body{
	padding:0; margin:0;
}


.logobg{
	
  background: #777777 url('../images/headerbg.jpg') no-repeat right top;
  opacity: 0.3; filter: alpha(opacity=30);
position:absolute;
 z-index: -1;
 width:100%;
 height:800px;
}
.aboutlogobg{
	
  background: #777777 url('../images/headerbg-2.jpg') no-repeat right top;
  opacity: 0.3; filter: alpha(opacity=30);
position:absolute;
 z-index: -1;
 width:100%;
 height:800px;
}
.serviceslogobg{
	
  background: #777777 url('../images/headerbg-3.jpg') no-repeat right top;
  opacity: 0.3; filter: alpha(opacity=30);
position:absolute;
 z-index: -1;
 width:100%;
 height:800px;
}
.gallerylogobg{
	
  background: #777777 url('../images/headerbg-4.jpg') no-repeat right top;
  opacity: 0.3; filter: alpha(opacity=30);
position:absolute;
 z-index: -1;
 width:100%;
 height:800px;
}
.contactlogobg{
	
  background: #777777 url('../images/headerbg-5.jpg') no-repeat right top;
  opacity: 0.3; filter: alpha(opacity=30);
position:absolute;
 z-index: -1;
 width:100%;
 height:800px;
}
.logo-divider{
	text-align: center;
  vertical-align: middle;
}
.logo{
	padding:40px 0px;
	text-align: center;
  vertical-align: middle;
  height:130px;
}
.navigation{
	padding-top:50px;
	text-align: center;
  vertical-align: middle;
  width:100%;
  height:100px;
      font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
}

.main-navigation-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
 
}

.main-navigation-list li {
display: inline-block;
    vertical-align: middle;
}

.main-navigation-list li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.main-navigation-list li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color:black;
  border-radius: 25px;
     -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
}

/* Change the link color to #111 (black) on hover */
.main-navigation-list li a:active {
 display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
}
.logo-text{
	font-size: 22px;
	color: #e8e7e7;
    text-align: center;
	margin: 0;
    padding:40px 0px;
    border: 0;
    vertical-align: baseline;
	    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
	
    text-shadow: 0 0 black;
	
}
.logo-link{
	text-align: center;
    vertical-align: middle;	
}
.logo-link a{
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    max-width: 100%;
	padding: 18px 28px;
	border-color: #ffffff;
    color: #ffffff;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}
.logo-link a:hover{
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	display: inline-block;
    max-width: 100%;
	padding: 18px 28px;
	border-color: #ffffff;
    color: #ffffff;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #95a4ab;
    text-shadow: 0 0 black;
}
.logo-header h1{
	font-family: "Raleway";
letter-spacing: 0px;
    text-transform: initial;
    font-size: 50px;
    color: #e8e7e7;
    text-align: center;
    font-style: inherit;
    font-weight: 400 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.who-we-are{
	position:absolute;
width:100%;
height:502px;
background-color: #a7a7a7;
color:white;
top:800px;
left:0px;

}
.who-we-are-wrap{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.who-we-are-right h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.who-we-are-left img{
	float:left;
	width:40%;
	height:auto;
	
}
.who-we-are-right{
	padding-left:50px;
	width:40%;
	min-width:600px;
	float:right;
	color:white;
}
.who-we-are-right a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.who-we-are-right a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}

.what-we-do{
  background: #777777 url('../images/wwdbg.jpg') no-repeat;
  background-size: 2029.7px 1287px; background-position: 0px 0px; 
	position:absolute;
width:100%;
height:500px;
background-color: #777777;
 font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
color:white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
top:1300px;
left:0px;
z-index:5;	
	text-align: center;
    vertical-align: middle;	
}
.what-we-do h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: white;
    font-style: inherit;
    font-weight: inherit;
	padding: 40px 28px;
}

.what-we-do a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.what-we-do a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
border-color: #ffffff;
    color: #ffffff;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #95a4ab;
    text-shadow: 0 0 black;
}

.why-choose-us{
	position:absolute;
width:100%;
height:500px;
background-color: #a7a7a7;
top:1800px;
left:0px;
z-index:5;
}
.why-choose-us-wrap{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.why-choose-us-left{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.66em;
}
.why-choose-us-left h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.tnc{
		position:absolute;
width:100%;
height:500px;
background-color: white;
top:800px;
left:0px;
z-index:5;
}
.tnc-text{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.tnc h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.why-choose-us-right img{
	float:right;
	border-radius: 50%;
	width:30%;
	height:auto;
}
.why-choose-us-left{
	width:40%;
	float:left;
	color:white;
	min-width:600px;
}
.why-choose-us-left a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.why-choose-us-left a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}
footer{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:2300px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.footer{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.footer a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}

.footer a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}

.contactbtn{
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	opacity: 0.5; filter: alpha(opacity=50);
 position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:6;
  width:50px;
  height:50px;
  background-color:#95a4ab;
      font-weight: 400;
    line-height: 1.66em;
  color:white;
  	text-align: center;
    vertical-align: middle;	
}
.contactbtn:hover{
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	opacity: 1.0; filter: alpha(opacity=100);
 position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:6;
  width:50px;
  height:50px;
  background-color:#95a4ab;
      font-weight: 400;
    line-height: 1.66em;
  color:white;
  	text-align: center;
    vertical-align: middle;	
}
.contactbtn svg{
	padding: 10px 0px;
	width:30px;
	height:30px;
	color:white;
}

.tncfoot{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:8200px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.tncfooter{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.tncfooter a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.tncfooter a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}		


.aboutfoot{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:2000px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.aboutfooter{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.aboutfooter a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.aboutfooter a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}	
.history-box{
	position:absolute;
width:100%;
height:500px;
background-color: #a7a7a7;
top:800px;
left:0px;
z-index:5;
}
.history-box-wrap{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.history-box-left h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.history-box-right img{
	float:right;
	 border-radius: 50%;
		width:30%;
	height:auto;
}
.history-box-left{
	width:40%;
	min-width:600px;
	float:left;
	color:white;
}
.history-box-left a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.history-box-left a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}

.development-box{
	position:absolute;
width:100%;
height:500px;
background-color: #a7a7a7;
top:1300px;
left:0px;
z-index:5;
}
.development-box-wrap{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.development-box-right{
	color:white;
}
.development-box-right h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.development-box-left img{
		width:30%;
	height:auto;
	float:left;
}
.development-box-right{
	width:40%;
	float:right;
	min-width:600px;
}
.development-box a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.development-box a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}
.aboutcontfooter{
			position:absolute;
width:100%;
height:200px;
background-color: black;
top:1800px;
left:0px;
z-index:5;
text-align: center;
		
}
.aboutcontfooter-wrap{
	width:90%;
padding:40px 100px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
    color: white;
 
}
.aboutcontfooter-left h2{
font-weight: 400;
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 25px;
    color: #3d4045;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;

}
.aboutcontfooter-right{
	padding: 30px 28px;
}
.aboutcontfooter-right a{
	float:right;
			font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: #777777;
    color: #777777;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;

}
.aboutcontfooter-right a:hover{
	float:right;
			font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
	
}
.aboutcontfooter-left{
	width:70%;
	float:left;
}
.aboutcontfooter a{
	color: #dd9933;
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
				text-decoration:none;
}	
.aboutcontfooter a:hover{
	color: #dd9933;
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
				text-decoration:none;
}
.building-services-box{
	position:absolute;
width:100%;
height:500px;
background-color: #a7a7a7;
top:800px;
left:0px;
z-index:5;
}
.building-services-box-wrap{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.building-services-box-left h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.building-services-box-right img{
	float:right;
	width:30%;
	height:auto;
	 border-radius: 50%;
}
.building-services-box-left{
	width:60%;
	float:left;
	min-width:600px;
	color:white;
}
.building-services-box-left a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.building-services-box-left a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}
.servicescontmid{
			position:absolute;
width:100%;
height:150px;
background-color: black;
top:1300px;
left:0px;
z-index:5;
text-align: center;
background: #777777 url('../images/wwdbg.jpg') no-repeat;
  background-size: 2029.7px 1287px; background-position: 0px 0px; 
		
}
.servicescontmid-wrap{
	width:90%;
padding:0px 100px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
    color: white;
 
}
.servicescontmid-left h2{
font-weight: 400;
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 25px;
    color: white;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;

}
.servicescontmid-right{
	padding: 40px 28px;
}
.servicescontmid-right a{
	float:right;
			font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: #777777;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;

}
.servicescontmid-right a:hover{
	float:right;
			font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: #dd9933;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
	
}
.servicescontmid-left{
	width:70%;
	float:left;
}
.servicescontmid a{
	color: #dd9933;
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
				text-decoration:none;
}	
.servicescontmid a:hover{
	color: #dd9933;
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
				text-decoration:none;
}
.residential-box{
	position:absolute;
width:100%;
height:500px;
background-color: #a7a7a7;
top:1450px;
left:0px;
z-index:5;
}
.residential-box-wrap{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.residential-box-right h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.residential-box-left img{
	padding-top:40px;
	float:left;
	width:35%;
	height:auto;
	 border-radius: 50%;
}
.residential-box-right{
	padding-left:30px;
	width:60%;
	min-width:600px;
	float:right;
	color:white;
}
.residential-box-right a{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.residential-box-right a:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}
.servicescontfooter{
			position:absolute;
width:100%;
height:150px;
background-color: black;
top:1950px;
left:0px;
z-index:5;
text-align: center;
		
}
.servicescontfooter-wrap{
	width:90%;
padding:0px 100px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
    color: white;
 
}
.servicescontfooter-left h2{
font-weight: 400;
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 25px;
    color: white;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;

}
.servicescontfooter-right{
	padding: 40px 28px;
}
.servicescontfooter-left{
	padding: 20px 0px;
}
.servicescontfooter-right a{
	float:right;
			font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: #777777;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;

}
.servicescontfooter-right a:hover{
	float:right;
			font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: #dd9933;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
	
}
.servicescontfooter-left{
	width:70%;
	float:left;
}
.servicescontfooter a{
	color: #dd9933;
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
				text-decoration:none;
}	
.servicescontfooter a:hover{
	color: #dd9933;
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
 
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			    font-size: 18px;
				text-decoration:none;
}
.servicesfoot{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:2100px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.servicesfooter{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.servicesfooter a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.servicesfooter a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}	
.gallery{
		position:absolute;
width:100%;
height:6000px;
background-color: #a7a7a7;
top:800px;
left:0px;
z-index:5;
}
.gallery-text{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.contact-form{
		position:absolute;
width:100%;
height:900px;
background-color: #a7a7a7;
top:800px;
left:0px;
z-index:5;
}
.contact-form-text{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;	
}
.contact-form-text table td tr th{
	  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			vertical-align:top;
}
.contact-form-text a{
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			text-decoration:none;
}
.contact-form-text a:hover{
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #777777;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
			text-decoration:underline;	
}
.contact-form-text input[type=text] {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  border: 2px solid white;
  background-color:#a7a7a7;
  color:white;
  border-radius: 4px;
  width:300px;
}
.contact-form-text textarea {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  border: 2px solid white;
  background-color:#a7a7a7;
  color:white;
  border-radius: 4px;
  width:400px;
}
.contact-form-text input[type=submit]{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.contact-form-text input[type=submit]:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}
.gallery h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;

}
.gallery img{
	padding-left:5px;
	opacity: 0.3; filter: alpha(opacity=30);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
}
.gallery img:hover{
	padding-left:5px;
	opacity: 1.0; filter: alpha(opacity=100);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
}
.gallery .video img, .gallery .video img:hover{
    opacity: 1.0; filter: alpha(opacity=100);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
}
.gallery h1:before, .gallery h1:after{
background-color: black;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 40%;

}
.gallery h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.gallery h1:after {
 left: 0.5em;
 margin-right: -50%;
}
.contact-form h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;

}
.contact-form img{
	padding-left:5px;
	opacity: 0.3; filter: alpha(opacity=30);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
}
.contact-form img:hover{
	padding-left:5px;
	opacity: 1.0; filter: alpha(opacity=100);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
}
.contact-form h1:before, .contact-form h1:after{
background-color: black;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 40%;

}
.contact-form h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.contact-form h1:after {
 left: 0.5em;
 margin-right: -50%;
}
.quote-form{
		position:absolute;
width:100%;
height:900px;
background-color: #a7a7a7;
top:800px;
left:0px;
z-index:5;
}
.quote-form-text{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;	
}
.quote-form h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;

}
.quote-form img{
	padding-left:5px;
	opacity: 0.3; filter: alpha(opacity=30);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	border-radius: 25px;
}
.quote-form img:hover{
	padding-left:5px;
	opacity: 1.0; filter: alpha(opacity=100);
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	border-radius: 25px;
}

.galleryfoot{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:6600px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.galleryfooter{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.galleryfooter a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.galleryfooter a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}		
.contact-formfoot{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:1700px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.contact-formfooter{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.contact-formfooter a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.contact-formfooter a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}	
.q-requestfoot{
	
position:absolute;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
width:100%;
height:470px;
background-color: #777777;
top:3600px;
left:0px;
z-index:5;
	text-align: center;
    vertical-align: middle;	
}
.q-requestfooter{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
}
.q-requestfooter a{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;	
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.q-requestfooter a:hover{
	padding: 50px 28px;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-align: center;
    vertical-align: middle;
	text-decoration: underline;
	-webkit-transition: color .4s ease-in-out,background .4s ease-in-out,border .4s ease-in-out;
}
.q-request{
		position:absolute;
width:100%;
height:2800px;
background-color: #a7a7a7;
top:800px;
left:0px;
z-index:5;
}
.q-request-text{
	padding:40px 15%;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
	    -webkit-font-smoothing: antialiased;
		    box-sizing: border-box;
  
}
.q-request h1{
	font-family: "Raleway";
	letter-spacing: 0px;
    text-transform: initial;
    font-size: 32px;
    color: #3d4045;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;

}
.q-request h3{
	font-family: "Raleway";
    color: #3d4045;
}
.q-request input[type=text] {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.66em;
  background: white;
  color:#3d4045;
  width:300px;
}
.q-request input[type=email] {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
  background: white;
  color:#3d4045;
  width:300px;
}
.q-request select {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
    font-weight: 400;
    line-height: 1.66em;
  background: white;
  color:#3d4045;
  width:300px;
  height:30px;
}
.q-request input[type=url] {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.66em;
  background: white;
  color:#3d4045;
  width:300px;
}
.q-request textarea {
		  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.66em;
  background: white;
  color:#3d4045;
  width:400px;
}
.q-request input[type=submit]{
	
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: transparent;
	text-shadow: 0 0 black;
}	
.q-request input[type=submit]:hover{
		font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
	padding: 18px 28px;
	border-color: white;
    color: white;
	outline: 0;
    text-decoration: none;
	border-width: 2px;
    border-style: solid;
	font-size: 14px;
    line-height: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: color .5s ease-in-out,background .5s ease-in-out,border .5s ease-in-out;
	backface-visibility: hidden;
	font-weight: 700;
	letter-spacing: 2px;
	word-wrap: break-word;
	cursor: pointer;
	background-color: #777777;
	text-shadow: 0 0 black;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Hide the browser's default radio button */
.container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input[type=radio] ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input[type=radio]:checked ~ .radiomark {
  background-color: #b7beb2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input[type=radio]:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .radiomark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* On mouse-over, add a grey background color */
.container:hover input[type=checkbox] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input[type=checkbox]:checked ~ .checkmark {
  background-color: #b7beb2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
