/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
body {
    overflow-x: hidden!important;
	max-width: 100%!important
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	
}


/* header */
.header {

}
/* logo */
.logo {

}

.logo-img {
    width: 351px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.phone-numbers-header {
    font-size: 17px;
    padding-top: 15px;
    text-align: right;
}

.hero-image {
    background-image: url(/wp-content/uploads/2020/05/hero-image.png);
    height: 450px;
    background-size: cover;
    background-position: center center;
}

.h-overlay {
    height: 100%;
    background: #00000024;
}

.hlOne {
    color: #FFF;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    font-size: 32px;
    text-align: center;
	padding-top: 75px;
}

.h-buttons {
    text-align: center;
    padding-top: 20px;
}
.quote-col {
    text-align: center;
}

.q-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 200;
    margin-bottom: 20px;
}

.q-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
	margin-bottom: 25px;
}

.q-button {
	background: #737373;
    margin: 47px 0 40px 0;
	text-decoration: none!important;
    display: block;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    font-weight: 700;
    width: auto;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 45px;
    text-transform: uppercase;
    color: #FFF!important;
    padding: 12px 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.button-bg::after {
    content: 'Quote';
    position: absolute;
    bottom: 25px;
    left: calc(50% - 305px);
    width: 610px;
    margin: auto;
    font-size: 175px;
    font-weight: 700;
    color: #f3f3f3;
    text-transform: uppercase;
    z-index: -1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.fab.fa-twitter {
    background: #00AEEF;
    color: #fff;
    font-size: 21px;
    padding: 11px;
    border-radius: 50px;
}

.fab.fa-facebook-f {
    font-size: 21px;
    padding: 11px 14px;
    border-radius: 50px;
    background: #3b5998;
    color: #fff;
}

.fab.fa-linkedin-in {
    background: #0077B5;
    color: #fff;
    font-size: 21px;
    padding: 11px 12px;
    border-radius: 50px;
}

#videoBG {    
    max-width: 100%;
	filter: brightness(0.7);
}

.videoContainer {
    position: absolute;
    top: 161px;
    left: 0;
    z-index: -100;
}

.menu-item a {
    transition-duration: 0.3s;
	text-decoration: none!important;
}

.menu-item a:hover {
    background: grey;
}

.above-vid {
    text-align: center;
    padding-top: 103px;
}

.hero-buttons {
    padding-top: 15px;
}

.project-section {
    background-image: url(/wp-content/uploads/2020/05/As-Built-Survey.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.white-text-section {
    color: #fff;
    padding-top: 125px;
    padding-bottom: 125px;
}

.s-title {
    font-size: 65px;
    font-family: 'Open Sans', sans-serif;
}

.s-button {
    color: #fff!important;
    border: 2px solid #fff;
    padding: 14px 38px;
    display: inline-block;
    font-size: 16px;
    border-radius: 44px;
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: none!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.s-subTitle {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.s-main {
    max-width: 700px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
}

.overlay-drk {
    height: 100%;
    background: #0000006e;
}

.hc-top {
    color: #FFF;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    font-size: 48px;
}

.hero-text {
    display: block;
    max-width: 800px;
    margin: 12px auto 1px;
    font-size: 22px;
    line-height: 32px;
    /* font-weight: 200; */
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.videoContainer {    
    width: 100%;
    height: 106%;        
    overflow: hidden;    
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000;
    opacity: 0.4;
}

.above-vid {
    text-align: center;
    margin-top: -769px;
    position: absolute;
    width: 100%;
}

.h-button1 {
    color: #fff;
    background: #364352;
    padding: 15px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
	font-weight: bold;
}

.h-button2 {
    color: #fff;
    background: #696969;
    padding: 15px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.h-button3 {
    color: #fff;
    background: #4a4a4a;
    padding: 15px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
	font-weight: bold;
}

.hero-buttons {
    padding-bottom: 101px;
}

.serv-box {
    height: 297px;
    background: #909090;
    width: 100%;
}

.s-hoverText {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    color: #fff;
    transition-duration: 0.3s;
	z-index: 4
}

.serv-box:hover > .s-hoverText {
    bottom: 50px;
}

.fOm {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    color: #909090;
    transition-duration: 0.3s;
    z-index: 3
}

.serv-box:hover > .fOm {
    color: #fff;
}

.s-text {
    font-size: 16px;
	max-width: 220px;
}

.boxes-serv .col-md-3 {
    padding: 6px;
    margin-bottom: -10px;
}

.services-section .container {
    background: #fff;
    padding: 0px 24px 5px 24px;
}

.sMedia {
    text-align: right;    
}

.serv-box {
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1);
}

.su-post {
    padding: 10px;
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1);
    margin-bottom: 13px!important;
}

.su-post-title a {
    color: #364352;
    font-size: 16px;
}

.quote-button {
    background: #364352;
    color: #fff!important;
    padding: 14px 33px;
    border-radius: 30px;
    font-size: 15px;
	font-weight: bold;
	transition-duration: 0.3s;
}

.quote-button:hover {
	background: #55697f; 
	text-decoration: none;
	color: #fff;
}

.nav-bar {
    background: #949494;
	height: 52px;
}

.bold-text {
    font-weight: bold;
	color: #525252;
}

.phn-2 {
	border-left: 1px solid #f1f1f1;
    padding-left: 5px;
}
/* nav */
.nav a {
    font-size: 14px;
    padding: 16px 22px 16px 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.nav ul {
    list-style: none;
    margin-bottom: 0px;
}

.nav li {
    display: inline;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    background-color: #303131;
    color: #fff;
}

.container.footer-top {
    padding-top: 26px;
}

.abt-footer {
    font-family: 'Open Sans', sans-serif;
}

.ft-text {
    font-size: 14px;
    margin-top: 0px;
}

.container.serv-cont {
    width: 96%;
}

.services-section {
   
}

.ft-header {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 18px;
}

.phn-footer {
    font-family: 'Open Sans', sans-serif;
}

.ft-text {
    padding-right: 75px;
}

.phn-num {
    text-align: right;
    font-size: 16px;
    line-height: 28px;
}

.phn-footer {
    padding-top: 25px;
}

.num-ft {
    background: #909090;
    padding: 3px 9px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	transition-duration: 0.3s;
}

.num-ft:hover {
	background: #717171;
	color: #fff;
	text-decoration: none;
}

.ac-image {
    max-width: 200px;
    margin-left: 30px;
    margin-right: 30px;
}

.accred-logos {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 85px;
}

.copyright-section {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    background-color: #303131;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 13px;
}

.copyright {
    text-align: center;
}

.nav {
    z-index: 99999999999999;
}

.hero-image {
    display: none;
}

.search {
    display: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.blog-post-content h1 {
    font-size: 40px;
}
.blog-post-content h1 a {
    text-decoration: none!important;
}
.comments {
    display: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*ACCORDION*/

.sectors-section {
    background: #676767;
    padding-bottom: 40px;
}

.sector-desc {
    text-align: center;
    line-height: 10px;
    font-size: 16px;
    color: #d6d6d6;
    padding-bottom: 0px;
}
.sector-desc.bottom {    
    padding-bottom: 10px;
}

.s-title-1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 42px;
    font-weight: 500;
}

.accordion {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
	transition-delay: 0.35s;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease-in-out;
	transition-delay: 0.35s;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  /*filter: invert(100%);*/
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 300ms ease-in-out;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.accordion ul li div a h2 {
  font-family: 'Open Sans', sans-serif;
  text-overflow: clip;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 18px;
  padding-left: 1em;
}

.accordion ul li:nth-child(1) { 
  background-image: url("/wp-content/uploads/2020/05/shard.jpg"); 
  background-position: 100% center;
  background-size: cover;	
}

.accordion ul li:nth-child(2) { 
  background-image: url("/wp-content/uploads/2020/05/public-sector.jpg"); 
  background-position: 100% 0%;
}

.accordion ul li:nth-child(3) { 
  background-image: url("/wp-content/uploads/2020/05/sector-4.jpg"); 
  background-position: 100% 0%;
}

.accordion ul li:nth-child(4) { 
  background-image: url("/wp-content/uploads/2020/05/sector-3.jpg"); 
  background-position: 100% 0%;
}


.accordion ul:hover li { 
	width: 10%; 
}
.accordion ul:hover li:hover { 
	width: 90%; 
}

.accordion ul:hover li:hover a { 
	background: rgba(0, 0, 0, 0.4); 
}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

 @media screen and (max-width: 680px) {
  
  body { margin: 0; }
  .accordion { height: auto; }

  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .accordion ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*END ACCORDION*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (max-width: 1251px) {
	.above-vid {    
    margin-top: -743px;
	}
}
@media only screen and (max-width: 1173px) {
	.hero-text {
    	display: none;
	}
	.hero-buttons {
    padding-top: 70px;
}	
	.above-vid {
    margin-top: -647px;
}
}


@media only screen and (max-width:1128px) {	
	.above-vid {
    margin-top: -619px;
}
}
@media only screen and (max-width:1089px) {
	.videoContainer {
    	height: 92%;
	}
	.hero-buttons {
    	padding-top: 88px;
    	padding-bottom: 163px;
	}
}
@media only screen and (max-width:1040px) {
		.hero-buttons {
    padding-top: 55px;
}
	.above-vid {
    margin-top: -581px;
}
}
@media only screen and (max-width:991px) {
	.videoContainer {
    	top: 247px;
	}
	.logo-half {
    	text-align: center;
    	margin-bottom: -15px;
	}
	.phone-numbers-header {
    	text-align: center;
	}
	.sMedia {
    	text-align: center;
	}
}
@media only screen and (max-width:973px) {
	.videoContainer {
    	height: 82%;
	}
	.hero-buttons {
    	padding-top: 71px;
    	padding-bottom: 163px;
	}
}
@media only screen and (max-width:913px) {
	.above-vid {
    margin-top: -547px;
}
	.hero-buttons {
    	padding-top: 54px;    	
	}
}

@media only screen and (max-width:898px) {
	.videoContainer {
    	height: 76%;
	}	
}

@media only screen and (max-width:872px) {
		.hc-top {
    font-size: 40px;
}
	.hero-buttons {
    padding-top: 35px;
}
	.above-vid {
    margin-top: -516px;
}
}

@media only screen and (max-width:816px) {
	.above-vid {
    margin-top: -494px;
}
}

@media only screen and (max-width:760px) {
	.above-vid {
    margin-top: -474px;
}
	
}

@media only screen and (max-width:743px) {
		.top-section-home {
    display: none;
}
	.hero-image {
    display: block;
}
	#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
		display: inline-block;
		width: 100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
