/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

.projectsContainer .row.collapse {
    margin-bottom: 40px;
}
.medium-8.columns.foliobit h3 {
	font-size: 22px !important;
	margin-top: 50px !important;
}
.medium-8.columns.foliobit .btn {
    line-height: 40px;
    padding: 0px 12px;
}
.medium-8.columns.foliobit h3:before, .medium-8.columns.foliobit h3:after, .medium-8.columns.foliobit .btn:before, .medium-8.columns.foliobit .btn:after {
	content: initial !important;
}
.medium-8.columns.foliobit {
    padding-left: 20px;
}
.previewImage {
    width: 100% !important;
    height: 300px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
html, body {
	margin:0px;
	padding:0px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
	font-family: 'Barlow', sans-serif;
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: black;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #efd4a9;
  outline: 1px solid slategrey;
}

.sitewrap {
	width: 100%;
	overflow: hidden !important;
}

p {
	color: #646464;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

p.highlight {
	position: relative;
	display: block;
	font-family: 'Archivo', serif;
	font-size: 20px;
	font-weight: 300;
	color: #7f8073;
	line-height: 30px;
	padding: 10px 15px;
}

p.highlight::after {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 2px;
	content: '';
	background-color: #7f8073;
}

p.highlight::before {
	width: 100%;
	position: absolute;
	background-color: #dcdcdc;
	left: 0px;
	top: 0px;
	height: 100%;
	content: '';
	z-index: -1;
	-webkit-filter: blur(30px);
	-o-filter: blur(30px);
	filter: blur(30px);
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-family: 'Domine', serif;
	color: #1c1c1c;
	font-size: 32px;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 20px;
	position: relative;
}

h1.bigh1 {
	display: inline-block;
	font-size: 58px;
	position: relative;
}

h1.bigh1::after {
	position: absolute;
	left: calc(100% + 20px);
	top: 49%;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #252525;
}

h2 {
	font-family: 'Domine', serif;
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 20px;
	position: relative;
}

h3 {
	font-family: 'Domine', serif;
	font-weight: 400;
	font-size: 28px;
}

h4 {
	font-family: 'Domine', serif;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 20px;
	position: relative;
}

i.navicon {
	cursor: pointer;
	font-size: 33px;
	padding: 15px;
	display: none;
	color: #212121;
  	align-items: center;
}

.titlebar {
	position: absolute;
	background-color: #fff;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: calc(100% - 60px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}

.logobar {
	position: absolute;
	top: 0px;
	width: 100%;
	display: block;
	background-color: #fff;
	text-align: center;
	z-index: 3;
	padding: 10px;
}

.overheaderlogo {
	position: absolute;
	left: 40px;
	top: 200px;
	z-index: 3;
	padding: 0px;
	background-color: transparent;
	display: inline-block;
	width: auto;
}

span.logotxt {
	position: relative;
	font-family: 'Domine', serif;
	display: block;
	margin: 0px;
	font-size: 54px;
	font-weight: 400;
	color: #181818;
	line-height: 70px;
	padding: 10px;
	padding-left: 0px;
}

.overheaderlogo span.logotxt {
	color: #fff;
	font-size: 64px;
}

.biglogo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	padding: 20px 40px;
}

.biglogo::before {
	display: block;
	position: absolute;
	content: '';
	left: -80px;
	top: 0px;
	border-left: 80px solid transparent;
  	border-right: 1px solid #fff;
  	border-top: 210px solid #fff;
  	z-index: 3;
}

.biglogo::after {
	display: block;
	position: absolute;
	content: '';
	right: -80px;
	top: 0px;
	border-right: 80px solid transparent;
  	border-left: 1px solid #fff;
  	border-top: 210px solid #fff;
  	z-index: 3;
}

.biglogo img {
	height: 170px;
}

.overheaderlogo + .contact {
	top: 0px;
}

.contact {
	position: absolute;
	width: 100%;
	display: block;
	z-index: 3;
	top: 100px;
	padding: 20px 60px;
	padding-bottom: 0px;
}

.contact::before {
	position: absolute;
	bottom: 0px;
	left: 60px;
	height: 1px;
	width: 10%;
	background-color: #fff;
	content: '';
}

.contact::after {
	position: absolute;
	bottom: 0px;
	right: 60px;
	height: 1px;
	width: 10%;
	background-color: #fff;
	content: '';
}

.contacttel {
	width: 40%;
	float: left;
}

.contactem {
	align-self: flex-end;
	float: right;
}

.contacttel p {
	display: block;
	font-size: 18px;
	margin-right: 40px;
}

.contact p {
	color: #fff;
}

.contact p i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: #dfdfdf;
	color: #383838;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	float: left;
	margin-right: 10px;
}

header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%;
	z-index: 2;
	background: #262626 no-repeat center;
	background-size: cover;
	border: solid 8px #fff;
}

header::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	background-color: #2c2c2c;
	pointer-events: none;
	opacity: 0.6;
}

nav {
	position: relative;
}

nav ul {
	margin: 0px;
	padding: 4px;
	display: flex;
	flex-direction: row;
}

nav ul li {
	font-family: 'Archivo', sans-serif;
	list-style: none;
	color: #545454;
	position: relative;
	font-size: 16px;
	display: block;
}

nav ul li a {
	display: block;
	padding: 20px 20px;
}

nav ul li:hover {
	background-color: #efd4a9;
}

nav ul li::before {
	position: absolute;
	text-align: center;
	z-index: 2;
	top: -20px;
	font-family: "Font Awesome 5 pro";
	font-weight: 700;
	content: "\f0dd";
	color: #fff;
	width: 100%;
	opacity: 0;
}

nav ul li:hover::before {
	opacity: 1;
	top: -30px;
	-webkit-transition: 0.9s top ease;
	-o-transition: 0.9s top ease;
	transition: 0.9s top ease;
}

.sub {
	cursor: pointer;
	padding-right: 40px;
}

.sub::after {
	position: absolute;
	right: 15px;
	top: 23px;
	font-family: "Font Awesome 5 pro";
	font-weight: 700;
	content: "\f0de";
}

nav ul li ul {
	display: none;
	position: absolute;
	z-index: 4;
	background-color: #fff;
	bottom: 64px;
	width: 200px;
	left: -4px;
}

nav ul li ul li {
	font-size: 14px;
}

nav ul li ul li a {
	padding: 10px;
}

nav ul li ul li::before {
	display: none;
}

.social {
	position: relative;
	display: flex;
  	align-items: center;
}

.social i {
  font-size: 26px;
  padding: 0 20px;
  color: #cccccc;
  border-left: solid 1px #d9d9d9;
}

.social i:hover {
	color: #181818;
}

.is_stuck, .smallheader > .titlebar {
	bottom: auto !important;
	width: 100% !important;
	padding: 0 30px;
	background-color: #efd4a9;
}

.is_stuck nav .sub::after, .smallheader > .titlebar nav .sub::after {
	content: "\f0dd";
	top: 17px;
}

.is_stuck nav ul li ul, .smallheader > .titlebar nav ul li ul {
	top: 64px;
	background-color: #efd4a9 !important;
	bottom: auto !important;
}

.is_stuck nav ul li ul li, .smallheader > .titlebar nav ul li ul li {
}

.is_stuck nav ul li::before, .smallheader > .titlebar nav ul li::before {
	display: none;
}

.is_stuck nav ul li, .is_stuck .social i, .smallheader > .titlebar nav ul li, .smallheader > .titlebar .social i {
	color: #232323;
	border-left-color: #232323;
}

.is_stuck nav ul li:hover, .smallheader > .titlebar nav ul li:hover {
	color: #fff;
}

.is_stuck .social i:hover, .smallheader > .titlebar .social i:hover {
	color: rgba(35, 35, 35, 0.4);
}

.vegas-timer-progress {
	background-color: #366d73 !important;
}

.slideNext {
	position: absolute;
	content: '';
	bottom: 160px;
	right: 40px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.5;
}

.slidePrevious {
	position: absolute;
	bottom: 160px;
	right: 100px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.5;
}

.slidePrevious:hover, .slideNext:hover {
	opacity: 1;
}

.vegas a i {
	color: #fff;
	font-size: 60px;
}

.home {
	position: relative;
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
	z-index: 2;
}

.content {
	position: relative;
	padding: 40px;
	width: 40%;
	padding-left: 80px;
	padding-bottom: 200px;
}

.content::after {
	position: absolute;
	right: -1px;
	z-index: 3;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
}

.homeimg {
	position: relative;
	width: 35%;
	background-color: #fff;
	background: url('../images/homeimg.jpg') no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.homeimg::before {
	border-radius: 50%;
	position: absolute;
	top: -50px;
	height: calc(100% + 100px);
	width: 250px;
	left: -150px;
	content: '';
	z-index: 2;
	background-color: #fff;
}

.homeimg::after {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	width: 2px;
	content: '';
	background-color: #fff;
}

span.exp {
	position: absolute;
	bottom: 30%;
	background-color: #efd4a9;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	z-index: 3;
	padding: 25px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

span.exp::after {
	position: absolute;
	top: -0px;
	left: -0px;
	right: -0px;
	bottom: -0px;
	border: solid 8px #fff;
	content: '';
	border-radius: 50%;
}

span.exp p {
	font-family: 'Archivo', serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #4a4a4a;
}

span.exp p.year {
	color: #232323;
	font-family: 'Archivo', serif;
	font-weight: 800;
	font-size: 90px;
	margin: 30px 0;
}

.sidebar {
	width: 25%;
	background-color: #181818;
	margin-left: 10px;
	position: relative;
}

.sidebar .swiper-slide {
	padding: 40px;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: stretch
	flex-wrap: wrap !important;
	width: 100%;
}

.stars {
	display: flex;
}

.testfeature {
	width: 100% !important;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch
}

.testfeature div {
	max-width: 100%;
	align-self: stretch;
}

.testfeature i {
	color: #efd4a9;
	font-size: 20px;
	margin-right: 5px;
}

.testfeature p.tftitle {
	font-family: 'Domine', serif;
	font-size: 20px;
}

.testfeature p {
	color: #d4d4d4;
	font-style: italic;
	font-size: 14px;
}

.iconsfeature {
	align-items: center !important;
	justify-content: space-around !important;
}

.iconsfeature div {
	text-align: center;
	display: block;
}

.iconsfeature i {
	font-size: 80px;
	color: #efd4a9;
	text-align: center;
}

.iconsfeature p {
	font-family: 'Domine', serif;
	color: #dbdbdb;
	text-align: center;
	font-size: 18px;
}

.btn {
	background-color: #efd4a9;
	display: inline-block;
	font-family: 'Archivo', serif;
	font-weight: 500;
	position: relative;
}

.btn:hover {
	background-color: #09465f;
	color: #c1c1c1;
}

.btn::before {
	position: absolute;
	left: 5px;
	width: 3px;
	top: 5px;
	bottom: 5px;
	content: '';
	background-color: #fff;
}

.btn a {
	display: block;
	padding: 10px 30px;
}

.wwd {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: flex-start;
	align-items: stretch;
	padding: 10px;
}

.wwdimg {
	background: url('../images/wwd.jpg') no-repeat center;
	background-size: cover;
	width: 50%;	
	height: 700px;
}

.wwdcontent {
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 50%;
}

.wwdcontent .half {
	position: relative;
	width: 50%;
	padding: 40px;
}

.wwdcontent .half:first-of-type {
	background-color: #181818;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.wwdcontent .half:first-of-type p, .wwdcontent .half:first-of-type h3 {
	color: #cdcdcd;
}

.wwdcontent .half:last-of-type {
	background-color: #efd4a9;
	left: 60px;
	top: 50px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.wwdcontent .half:last-of-type::before {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	content: '';
	border: solid 1px #fff;
}

.wwdcontent .half:last-of-type::after {
	position: absolute;
	right: -10px;
	height: 100%;
	width: 2px;
	content: '';
	background-color: #fff;
	top: 0px;
}

h3 {
	margin-top: 0px;
	position: relative;
	font-size: 42px;
}

h3::before {
	position: absolute;
	bottom: 0px;
	width: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	height: 3px;
	background-color: #2b2b2b;
}

.wwdcontent .half:first-of-type h3::before, .servblurb h3::before {
	background-color: #cdcdcd;
}

.wwd ul {
	position: relative;
}

.wwd ul li {
	font-family: 'Archivo', serif;
	list-style: none;
	line-height: 26px;
	font-size: 14px;
}

.wwd ul li::before {
	position: absolute;
	font-family: "Font Awesome 5 pro";
	content: '\f054';
	left: 10px;
	font-size: 12px;
	margin-top: 0px;
	color: #90937a;
}

.twocols {
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}

.twocols li {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.extracontent {
	background: url('../images/extrabg.jpg') no-repeat top center;
	min-height: 500px;
	position: relative;
	display: flex;
	z-index: 1;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 80px 40px;
}

.extracontent::before {
	position: absolute;
	left: 40px;
	top: 80px;
	bottom: 80px;
	width: 2px;
	background-color: #e7e7e7;
	content: '';
}

.extracontent::after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #1b1b1b;
	opacity: 0.7;
}

.extracontent p {
	color: #e7e7e7;
	margin: 0px;
}

.extracontent div {
	width: 50%;
	padding: 0 40px;
}

.blurb p {
	font-family: 'Domine', serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
}

.extracontent .btn {
	margin-bottom: 40px;
}

.accreds {
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #fff;
}

.accred {
	display: block;
	float: left;
	align-items: center;
	width: 20%;
	padding: 25px;
	overflow: hidden;
	border-right: solid 1px #c4c4c4;
	text-align: center;
	justify-content: center;
}

.accred:first-of-type {
	border-left: solid 1px #c4c4c4;
}

.accred img {
	display: block;
	max-height: 40px;
	margin: 0 auto;
}

.slick-next {
	background-color: #efd4a9 !important;
}

.slick-next::before {
	font-family: "Font Awesome 5 pro" !important;
	content: '\f054' !important;
	top: 30% !important;
	position: absolute !important;
}

.slick-prev {
	background-color: #efd4a9 !important;
}

.slick-prev::before {
	font-family: "Font Awesome 5 pro" !important;
	content: '\f053' !important;
	top: 30% !important;
	position: absolute !important;
}

.slick-next:hover, .slick-prev:hover {
	background-color: #181818 !important;
}

.accred:hover img {
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.servicefeature {
	background-color: #dedede;
	position: relative;
	min-height: 500px;
	padding: 140px 140px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.servicefeature::before {
	position: absolute;
	width: 70%;
	height: 160%;
	left: 30%;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	content: '';
	border: solid 200px #fff;
	pointer-events: none;
	opacity: 0.3;
}

.servblurb {
	background-color: #181818;
	position: relative;
	top: -60px;
	padding: 40px;
	width: 350px;
	display: flex;
	align-items: center;
	align-self: baseline;
	flex-direction: column;
	justify-content: flex-start;
}

.servblurb::after {
	position: absolute;
	right: -5px;
	top: 0px;
	bottom: -5px;
	width: 1px;
	background-color: #181818;
	content: '';
}

.servblurb::before {
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: -5px;
	height: 1px;
	background-color: #181818;
	content: '';
}

.servblurb p {
	color: #cdcdcd;
}

.servimg {
	justify-content: space-between;
	position: relative;
	width: calc(100% - 350px);
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.servimg::before {
	position: absolute;
	top: 0px;
	width: 50%;
	height: 3px;
	background-color: #222222;
	content: '';
}

.servimg::after {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 1px;
	width: 50%;
	background-color: #222222;
	content: '';
}

.service {
	position: relative;
	width: 33.333333%;
	margin-right: 10px;
	float: left;
}

.service:last-of-type {
	margin-right: 0px;
}

.servimg div p {
	font-family: 'Domine', serif;
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 3;
	color: #cdcdcd;
	font-size: 24px;
}

.servimg div p::before {
	position: absolute;
	left: -20px;
	width: 2px;
	height: 100%;
	content: '';
	background-color: #cdcdcd;
}

.servimg div:last-of-type p {
	left: initial;
	right: 40px;
}

.servimg div:last-of-type p::before {
	left: initial;
	right: -20px;
}

.servimg div:nth-of-type(2) p::before {
	bottom: -10px;
	left: 0px;
	right: 0px;
	height: 2px;
	width: 100%;
}

.servimg div:nth-of-type(2) p {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.servblurb h3 {
	color: #cdcdcd;
}

footer {
	min-height: 550px;
	background: #222222;
	display: flex;
	align-items: stretch;
	position: relative;
	overflow: hidden;
}

footer p, footer h3 {
	color: #dedede;
}

.mapholder, .deets {
	position: relative;
	width: 50%;
	display: flex;
	z-index: 1;
	flex-direction: column;
}

/*iframe {
	pointer-events: none;
	width: 100%;
	position: absolute;
	height: 120%;
	left: 0px;
	top: 0px;
	bottom: -50px !important;
	z-index: -1;
	opacity: 0.2;
}
*/
.mapholder {
	padding: 40px;
	display: flex;
	justify-content: space-between;
}

.addy p {
	margin: 0px;
	margin-bottom: 3px;
	background-color: #efd4a9;
	padding: 10px 20px;
	font-size: 14px;
	color: #222222;
	display: inline-block;
}

.addy {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.areas {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.areas h4 {
	margin: 0px;
	margin-bottom: 10px;
}

.areas p {
	margin: 0px;
	display: inline-block;
	background-color: #efd4a9;
	padding: 5px 20px;
	font-size: 14px;
	color: #222222;
}

.deets {
	position: relative;
	z-index: 2;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.mapholder::before {
	position: absolute;
	left: 20px;
	top: 40px;
	bottom: 40px;
	width: 1px;
	content: '';
	background-color: #efd4a9;
	z-index: 99;
}

.deets > div {
	position: relative;
	z-index: 3;
	display: block;
}

.deets::after {
	position: absolute;
	left: -150px;
	height: 180%;
	top: -25%;
	width: 600px;
	content: '';
	background-color: #222222;
	border-radius: 50%;
	z-index: 1;
}

.deets p, .deets ul li, .deets i {
	color: #dedede;
	margin: 0px;
}

.deets ul li:hover, .deets i:hover {
	color: #efd4a9;
}

.deets ul li {
	list-style: none;
}

.deets ul {
	padding: 0px;
	display: flex;
	justify-content: space-around;
}

.deets i {
	font-size: 30px;
	margin-right: 20px;
}

.fnav ul li {
	font-family: 'Archivo', serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-right: 35px;
}

.fcon p {
	font-weight: 300;
	font-size: 36px;
	line-height: 45px;
}

.ftxt p {
	font-size: 13px;
}

.smallheader {
	position: relative;
}

.smallheader .logobar, .smallheader .overheaderlogo {
	padding-top: 72px;
	position: relative;
}

.smallheader > .titlebar {
	width: 100%;
	top: 0px;
	position: fixed;
	bottom: initial;
	padding: 0 40px;
}

.smallheader header {
	height: 400px;
}

.main ul {
	padding-left: 0px;
	padding: 20px 0;
}

.main ul li {
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	list-style: none;
	position: relative;
	color: #646464;
	padding-left: 20px;
	margin-bottom: 4px;
}

.main ul li::before {
	content: '\f101';
	font-family: "Font Awesome 5 pro";
	font-size: 12px;
	position: absolute;
	left: 0px;
	color: #efd4a9;
	top: 2px;
}

.twocols {
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}

.twocols li {
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
}

.main {
	position: relative;
	padding-bottom: 10px;
}

.contentbox {
	display: flex;
	align-items: stretch;
}

.contentbox div {
	width: 50%;
	position: relative;
	padding: 100px 150px;
	overflow: hidden;
}

.contentbox div:nth-child(even) {
	background-color: black;
}

.contentbox:nth-of-type(odd) div:nth-child(even)::after {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	width: 3px;
	content: '';
	background-color: #fff;
	z-index: 2;
}

.contentbox:nth-of-type(even) div:nth-child(odd)::after {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	width: 1px;
	content: '';
	background-color: #000;
	z-index: 2;
}

.contentbox:nth-of-type(odd) div:nth-child(even) {
	order: -1;
}

.contentbox h3 {
	text-align: center;
}

.contentbox img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0px;
	top: 0px;
}

.servicesimg {
	background: url('../images/servicesimg.jpg') no-repeat center;
	background-size: cover;
}

.servicesimg2 {
	background: url('../images/servicesimg2.jpg') no-repeat center;
	background-size: cover;
}

.servicesimg3 {
	background: url('../images/servicesimg3.jpg') no-repeat center;
	background-size: cover;
}

.contactholder {
	display: flex;
	align-items: stretch;
}

.contactholder > div {
	padding: 60px;
}

.contactdeets {
	background-color: #181818;
	width: 35%;
	overflow: hidden;
}

.contactdeets h1, .contactdeets p, .contactdeets h2 {
	color: #e0e0e0;
}

.form {
	background-color: #efd4a9;
	width: 65%;
}

.contactdeets h1.bigh1::after {
	background-color: #e0e0e0;
}

.form form {
	display: block;
	width: 70%;
	font-size: 12px;
}

form input, form textarea {
	font-size: 12px !important;
	resize: none !important;
}

form textarea {
	height: 120px !important;
}

input[type="submit"] {
	background-color: #1b1b1b !important;
	color: #c1c1c1 !important;
	display: inline-block !important;
	padding: 15px !important;
	font-weight: 500 !important;
	position: relative;
	border: none;
	border-radius: 0px;
	margin-top: 10px;
	font-family: 'Archivo', sans-serif !important;
	font-size: 16px !important;
}

input[type="submit"]:hover {
	background-color: #1b1b1b !important;
}

div.captcha {
	margin-bottom: 20px;
}

.testwrap {
	display: flex;
	align-items: stretch;
	flex-direction: row;
}

.testside {
	width: 20%;
	overflow: hidden;
	position: relative;
	background-color: #181818;
	padding: 80px 40px;
	margin-left: 8px;
	z-index: 1;
}

.testside::before {
	z-index: 0;
	content: '\f086';
	font-family: "Font Awesome 5 pro";
	position: absolute;
	width: 100%;
	left: -40px;
	top: 35%;
	font-size: 25em;
	color: #fff;
	z-index: -1;
	text-align: center;
	opacity: 0.06;
}

.testside h1, .testside p {
	color: #dcdcdc;
}

p.reviewlinks {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	font-family: 'Archivo', sans-serif;
	font-size: 12px;
}

p.reviewlinks:hover {
	color: #fff;
}

.testimonialsholder {
	position: relative;
	padding: 40px;
	width: 80%;
}

.test {
	padding: 40px;
	padding-bottom: 0px;
	border-top: solid 1px #a4a4a4;
	text-align: center;
	position: relative;
}

.test::before {
	position: absolute;
	bottom: 0px;
	height: 80%;
	width: 60%;
	left: 0px;
	border-left: solid 3px #272727;
	border-bottom: solid 1px #a4a4a4;
	content: '';
}

.test::after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	border-right: solid 1px #a4a4a4;
	border-bottom: solid 1px #a4a4a4;
	height: 100%;
	width: 5%;
}

.test i {
	color: #efd4a9;
	margin: 0 5px;
	margin-bottom: 20px;
}

.grid-item {
  width: 31.33333%;
  float: left;
  /* vertical gutter */
  margin-bottom: 40px;
}

.grid-sizer {
	width: 33.333333%;
}

.test p {
	font-size: 14px;
	text-align: center;
}

.test p.author {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0px;
	text-align: right;
	position: relative;
	top: 20px;
}

.test p.location {
	margin: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: 20px;
	opacity: 0.7;
}

.grid::after {
  content: '';
  display: block;
  clear: both;
}

.galwrap {
	position: relative;
	display: flex;
	align-items: stretch;
}

.galleryside {
	position: relative;
	width: 20%;
	background-color: #181818;
	padding: 40px;
	z-index: 1;
}

.galleryside::before {
	font-family: "Font Awesome 5 pro";
	content: '\f083';
	position: absolute;
	width: 100%;
	left: -20px;
	top: 250px;
	font-size: 25em;
	color: #fff;
	z-index: -1;
	text-align: center;
	opacity: 0.06;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.galleryside h1, .galleryside p {
	color: #ececec;
}

.gallery {
	position: relative;
	width: 80%;
	padding: 0 5px;
	margin-bottom: -10px;
}

.galleryimg {
	display: block;
	width: 20%;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.galleryimg:nth-of-type(14n+1) {
	width: calc(40% - 1px);
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.galleryimg:nth-of-type(14n+8) {
	float: right;
	width: calc(40%);
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.fsoc .accred {
	position: relative;
	float: none;
	width: 300px;
	background-color: #fff;
	margin-top: 10px;
}

.homeimg video {
	min-width: 110% !important;
	position: absolute !important;
	z-index: 0 !important;
	top: 0px !important;
	left: -10px !important;
}

/*Big Lappy*/
@media screen and (max-width: 1440px) {
	.wwdcontent .half:first-of-type h3 {
		text-align: center;
	}
	.extracontent div {
		width: 80%;
	}
	.servimg, .servicefeature {
		align-items: flex-start;
	}
	.servicefeature {
		padding: 140px 80px;
	}
	.grid-item {
		width: 30.5%;
	}
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
}
/*iPad Landscape*/
@media screen and (max-width: 1280px) {
	.home {
		flex-wrap: wrap;
	}
	.sidebar {
		width: 100%;
		display: block;
	}
	.content {
		width: 60%;
	}
	.homeimg {
		width: 40%;
	}
	.iconsfeature, .testfeature {
		padding: 40px 100px !important;
	}
	.sidebar .swiper-slide {
		flex-direction: row;
	}
	.testfeature {
		flex-direction: column !important;
	}
	.wwd {
		padding: 20px;
		padding-top: 10px;
	}
	.wwdcontent {
		width: 60%;
	}
	.wwdimg {
		width: 50%;
		position: absolute;
		z-index: -1;
		right: 20px;
		top: 10px;
		bottom: 20px;
		height: auto;
	}
	.grid-item {
		width: 47.5%;
	}
	.testside {
		width: 30%;
	}
	.testimonialsholder {
		width: 70%;
	}
	.galleryimg {
		width: 25%;
	}
	.galleryimg:nth-of-type(14n+1) {
		width: 50%;
	}
	.galleryimg:nth-of-type(14n+8) {
		width: 50%;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	.content {
		padding: 40px;
	}
	.deets {
		width: 40%;
		padding: 20px;
		padding-left: 0px;
	}
	.mapholder {
		width: 60%;
	}
	.deets::after {
		left: -122px;
	}
	.deets ul {
		display: block;
	}
	.fcon p.email {
		font-size: 24px;
	}
	.wwdcontent {
		width: 75%;
	}
	.wwdcontent .half:last-of-type {
		left: 30px;
	}
	.servicefeature {
		padding-bottom: 40px;
	}
	.contentbox div:nth-child(even) {
		width: 30%;
	}
	.contentbox div:nth-child(odd) {
		width: 70%;
	}
	.contentbox div {
		padding: 80px;
	}
	.contactdeets {
		width: 45%;
	}
	.form {
		width: 55%;
	}
	.form form {
		width: 100%;
	}
	.grid-item {
		width: 46.5%;
	}
	.test::before {
		width: 20%;
	}
	.galleryside {
		width: 30%;
	}
	.gallery {
		width: 70%;
	}
	.galleryimg:nth-of-type(14n+1) {
		width: calc(50% - 1px);
	}
}
/*IPHONE X Landscape*/
@media screen and (max-width: 910px) {
	.extracontent div.blurb {
		width: 100%;
	}
	.mapholder {
		padding-right: 100px;
	}
	.areas p {
		margin-bottom: 3px;
	}
	.grid-item {
		width: 46%;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 869px) {
	nav {
		display: none;
	}
	i.navicon {
		display: block;
		position: relative;
		z-index: 3;
	}
	.is_stuck i.navicon {
		color: #fff;
	}
	.contact {
		padding: 0px 8px;
		top: 80px;
		border-top: solid 8px #fff;
		border-bottom: solid 8px #fff;
	}
	.contact::before, .contact::after {
		display: none;
	}
	.contact p txt {
		display: none;
	}
	.contacttel {
		width: 66.6666666%;
	}
	.contactem {
		width: 33.3333333%;
	}
	.contacttel p {
		width: 50%;
	}
	.contact p {
		background-color: #fff;
		display: block;
		margin: 0px;
		text-align: center;
		padding: 0px;
		line-height: 0px;
	}
	.contact p i {
		float: none;
		border-radius: 0px;
		margin-right: 0px;
		width: auto;
		height: 50px;
		font-size: 24px;
		padding: 10px 0;
	}
	nav {
		position: absolute;
		left: 0px;
		bottom: 63px;
		z-index: 2;
		width: 50%;
	}
	nav ul {
		flex-direction: column;
		background-color: #fff;
	}
	.iconsfeature, .testfeature {
		padding: 40px !important;
	}
	.is_stuck nav, .smallheader nav {
		bottom: initial;
		top: 63px;
	}
	.wwd {
		flex-wrap: wrap;
	}
	.wwdcontent {
		width: 80%;
		flex-direction: column;
	}
	.wwdcontent .half {
		width: 100%;
	}
	.wwdcontent .half:last-of-type {
		width: 60%;
		top: 0px;
		left: 80px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.wwdimg {
		width: 70%;
	}
	.servicefeature {
		padding: 140px 20px;
	}
	.service {
		margin-right: 0px;
	}
	.servblurb {
		width: 300px;
	}
	.servimg {
		width: calc(100% - 300px);
	}
	nav ul li ul {
		background-color: #e8e8e8;
		width: 100%;
		left: 0px;
	}
	nav ul li a {
		padding: 10px 20px;
	}
	.is_stuck nav ul li ul, .smallheader nav ul li ul {
		top: 44px !important;
	}
	header {
		min-height: 600px;
	}
	nav ul li::before {
		display: none;
	}
	.contentbox div {
		width: 100% !important;
	}
	.contentbox {
		flex-wrap: wrap;
	}
	.contentbox div:nth-child(even) {
	order: +1 !important;
	height: 300px;
	background-position: center;
	}
	.contactholder {
		flex-wrap: wrap;
	}
	.contactdeets, .form {
		width: 100%;
	}
	.testside, .testimonialsholder {
		width: 100%;
	}
	.testside {
		margin-right: 10px;
	}
	.testwrap {
		flex-wrap: wrap;
	}
	.testside::before {
		top: 40px;
		right: 40px;
		left: initial;
		text-align: right;
		height: 100%;
		line-height: 120px;
	}
	.grid-item {
		width: 47.5%;
	}
	.galwrap {
		flex-wrap: wrap;
	}
	.galleryside {
		width: 100%;
		overflow: hidden;
		margin: 0 10px;
	}
	.galleryside::before {
		height: 100%;
		left: initial;
		right: 40px;
		top: 40px;
		width: 50%;
		line-height: 80px;
	}
	.gallery {
		padding-top: 10px;
		width: 100%;
	}
}
@media screen and (max-width: 869px) and (orientation:landscape) {
	.titlebar {
		position: fixed;
		top: 0px;
		bottom: initial;
		width: 100%;
		bottom: initial !important;
    	width: 100% !important;
    	padding: 0 30px;
    	background-color: #efd4a9;
	}
	nav ul li, .social i {
    	color: #232323;
    	border-left-color: #232323;
	}
	i.navicon {
    	color: #fff;
	}
	.logobar {
		margin-top: 63px;
		position: relative;
	}
	.contact {
		position: relative;
		top: 0px;
		border-bottom: 0px;
	}
	.slideNext, .slidePrevious {
		bottom: 40px;
	}
	nav ul li ul {
    	bottom: initial;
    	top: 44px;
    	background-color: #efd4a9;
	}
	nav {
    	bottom: initial;
    	top: 63px;
	}
	.overheaderlogo + .contact {
		top: 64px;
		border-bottom: solid 8px #fff;
	}
}
@media screen and (max-width: 860px) and (orientation:landscape) {
	.grid-item {
		width: 46%;
	}
}
/*Phone*/
@media screen and (max-width: 768px) {
	.accreds {
		padding-left: 30px;
		padding-right: 30px;
	}
	.smallheader header {
		min-height: 300px;
		height: 300px;
	}
	.grid-item {
		width: 47%;
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
	nav {
		width: 100%;
	}
	.home {
		flex-wrap: wrap;
	}
	.content {
		width: 100%;
		padding: 20px;
	}
	.homeimg {
		position: relative;
		width: 100%;
		height: 400px;
	}
	.sidebar .swiper-slide {
		flex-direction: column;
	}
	.iconsfeature div {
		margin: 20px 0;
	}
	.wwdcontent .half:last-of-type {
		left: 0px;
		width: 75%;
		align-self: flex-start;
	}
	.wwdcontent .half:first-of-type {
		width: 100%;
	}
	.wwdcontent {
		width: 100%;
	}
	.wwdimg {
		top: initial;
		bottom: 20px;
		height: 500px;
	}
	.extracontent {
		padding: 40px 20px;
	}
	.extracontent::before {
		top: 40px;
		bottom: 40px;
	}
	.servicefeature {
		flex-direction: column;
		padding: 20px;
		align-items: center !important;
	}
	.servblurb {
		width: 100%;
		top: 0px;
	}
	.servimg {
		width: 80%;
		margin: 0px;
		align-items: center !important;
		justify-content: center;
	}
	h1.bigh1::after {
		width: 60%;
	}
	.mapholder {
		width: 100%;
	}
	.deets {
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	.deets p, .deets ul li {
		text-align: center;
	}
	.fnav ul li {
		margin-right: 0px;
	}
	.deets i {
		margin: 0px 10px;
	}
	.deets::after {
		width: 150%;
		left: -25%;
		height: 400px;
		top: 0px;
	}
	.deets > div {
		padding: 20px 0;
	}
	.fcon p {
		font-size: 28px;
	}
	footer {
		align-items: initial;
		flex-wrap: wrap;
	}
	.overheaderlogo {
		width: 100%;
		left: 0px;
		text-align: center;
	}
	.contentbox div {
		padding: 40px;
	}
	.contactdeets, .form {
		padding: 40px !important;
	}
	.grid-item {
		width: 100%;
		float: none;
	}
}
/*Phone*/
@media screen and (max-width: 425px) {
	.wwdcontent h3 {
		text-align: center;
	}
	.wwdcontent .half:last-of-type {
		width: 85%;
	}
	.testimonialsholder {
		padding: 20px;
	}
	.grid-item {
		padding: 20px;
	}
	.galleryimg {
		width: 50%;
	}
}
/*Phone*/
@media screen and (max-width: 395px) { 
	h1.bigh1::after {
		width: 30%;
	}
}