/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

:root {
  --dark-color: #2f2f2f;
  --light-color: #ed2729;
  --alt-color: #5e5e5e;
  --off-white: #f4f4f4;
}

html, body {
	margin:0px;
	padding:0px;
	width: 100%;
	overflow-x: hidden;
	background-color: var(--off-white);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
	font-family: 'Quicksand', sans-serif;
	position: relative;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p, ul li, ol li {
	color: #646464;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}

a {
	color: inherit;
	text-decoration: none;
}

*:focus {
	outline: none;
}

h1 {
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: var(--dark-color);
	position: relative;
	text-transform: uppercase;
}

h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: var(--light-color);
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
}

.about h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: var(--dark-color);
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
}

.content h1 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: var(--dark-color);
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
}

.about h2::after, .content h1::after {
	position: absolute;
	bottom: -15px;
	width: 300px;
	height: 5px;
	content: '';
	left: -20px;
	background-color: var(--light-color);
}

h3 {
	font-family: 'Asap', sans-serif;
	color: var(--dark-color);
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

.wrapper {
	width: 1920px;
	position: relative;
	margin: 0 auto;
}

i.fa-bars {
	display: none;
}

.topbar {
	background-color: var(--dark-color);
	position: fixed;
	z-index: 5;
	top: 0px;
	width: 100%;
	left: 0;
	right: 0;
}

nav {
	
}

nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

nav ul li {
	color: var(--off-white);
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}

nav ul li:hover {
	background-color: var(--dark-color);
	color: var(--light-color);
}

nav ul li::after {
	position: absolute;
	right: -10px;
	height: 50%;
	width: 0px;
	border-right: solid 1px #a9a9a9;
	content: '';
	top: 25%;
	opacity: 0.3;
}

nav ul li:last-of-type::after {
	display: none;
}

nav ul li a {
	padding: 10px 20px;
	display: block;
}

.sub {
	cursor: pointer;
	padding-right: 40px;
}

.sub::before {
	position: absolute;
	font: var(--fa-font-solid);
	content: '\f0d7';
	top: 19px;
	right: 15px;
	color: var(--off-white);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

nav ul li:hover .sub::before, .lion .sub::before {
	color: var(--light-color);
}

.lion {
	background-color: var(--dark-color);
	color: var(--light-color);
}

.subon::before {
	content: '\f0d8';
}

nav ul li ul {
	display: none;
	position: absolute;
	top: 48px;
	width: 250px;
	left: -10px;
	background-color: var(--dark-color);
	padding-bottom: 6px;
}

nav ul li ul::before {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 0px;
	border: solid 1px var(--light-color);
	border-top: none;
	content: '';
	pointer-events: none;
}

nav ul li ul li {
	display: block;
	text-align: left;
}

nav ul li ul li::after {
	display: none;
}

.sub {
	cursor: pointer;
}

.headwrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%;
	display: flex;
	align-content: stretch;
}

.headwrapper-small {
	height: auto;
	position: relative;
}

header {
	width: 50%;
	height: 100vh;
	position: relative;
}

.headside {
	position: relative;
	width: 50%;
	background: url('../images/corner.png') no-repeat bottom right;
	background-size: contain;
	background-color: #fff;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 100px 200px;
	text-align: center;
}

.headwrapper-small .headside {
	width: 100%;
}

.homeboxes {
	position: absolute;
	left: 0px;
	bottom: 100px;
	display: flex;
	flex-direction: column;
}

.homeboxes p {
	display: inline-block;
	position: relative;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}

p.topbox {
	background-color: var(--light-color);
	color: var(--dark-color);
	font-size: 45px;
	font-weight: 800;
	left: -200px;
	padding: 40px;
}

p.contactbox {
	background-color: var(--dark-color);
	color: var(--light-color);
	font-size: 30px;
	font-weight: 500;
	left: -100px;
}

.btn::after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	border: solid 1px var(--light-color);
	border-right: none;
	content: '';
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

.btn {
	display: inline-block;
}

.btn a {
	padding: 20px;
	display: block;
}

.btn:hover::after {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	opacity: 1;
}

.logo {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.logo img {
	height: 120px;
}

.headcon {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0px;
	display: flex;
	text-align: center;
	justify-content: center;
}

.headwrapper-small .headcon {
	position: relative;
	top: 0px;
	padding-bottom: 50px;
}

.headcon p {
	margin: 0 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.headcon p i {
	display: none;
}

.content {
	position: relative;
	padding: 40px 0;
}

.social {
	position: absolute;
	bottom: 40px;
	width: 100%;
	display: block;
	text-align: center;
}

.social i {
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: color .25s ease;
	   -moz-transition: color .25s ease;
	    -ms-transition: color .25s ease;
	     -o-transition: color .25s ease;
	        transition: color .25s ease;
}

.social a {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 10px;
	position: relative;
}

.social a::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	outline: solid 1px #afafaf;
	content: '';
	top: 0px;
	left: 0px;
	-webkit-transition: outline .25s ease;
	   -moz-transition: outline .25s ease;
	    -ms-transition: outline .25s ease;
	     -o-transition: outline .25s ease;
	        transition: outline .25s ease;
}

.social a:hover::after {
	outline-width: 4px;
	outline-color: var(--light-color);
}

.social a:hover i {
	color: var(--light-color);
}

.homecontent {
	margin-top: 100vh;
	background-color: var(--off-white);
}

.about {
	position: relative;
	display: flex;
	align-content: stretch;
	padding-top: 50px;
	justify-content: space-between;
}

.about-main {
	width: 50%;
	padding-right: 140px;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.about-main::before {
	width: 60px;
	height: 300px;
	background-color: var(--light-color);
	content: '';
	position: absolute;
	top: 0px;
	right: 5px;
	pointer-events: none;
	opacity: 0.6;
	animation: about1 10s linear;
	animation-iteration-count: infinite;
}

.about-main::after {
	width: 30px;
	height: 200px;
	background-color: var(--dark-color);
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	pointer-events: none;
	animation: about2 25s linear;
	animation-iteration-count: infinite;
}

/* Animation Keyframes*/
@keyframes about1 {
    0% { top: 0px; }
    50% { top: calc(100% - 300px); }
    100% { top: 0px; }
}

/* Animation Keyframes*/
@keyframes about2 {
    0% { bottom: 0px; }
    50% { bottom: calc(100% - 200px); }
    100% { bottom: 0px; }
}

.about-side {
	width: 50%;
	padding-left: 40px;
	position: relative;
	display: flex;
	align-content: stretch;
	justify-content: space-between;
}

.about-side div {
	width: calc(50% - 10px);
	background-color: var(--dark-color);
	padding: 20px 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.content p b {
	text-transform: uppercase;
}

.years p {
	color: var(--off-white);
	text-align: center;
	text-transform: uppercase;
}

.years span {
	position: relative;
	display: block;
	padding: 20px;
	margin-bottom: 40px;
}

.years span::before {
	height: 70%;
	top: 15%;
	left: 0px;
	position: absolute;
	content: '';
	width: 100%;
	pointer-events: none;
	border-left: solid 1px var(--light-color);
	border-right: solid 1px var(--light-color);
}

.years span::after {
	width: 70%;
	left: 15%;
	top: 0px;
	position: absolute;
	content: '';
	height: 100%;
	pointer-events: none;
	border-top: solid 1px var(--light-color);
	border-bottom: solid 1px var(--light-color);
}

.years span p:last-of-type {
	font-weight: 100;
	font-family: 'Asap', sans-serif;
	font-size: 20px;
}

p.yearsnumber {
	font-family: 'Asap', sans-serif;
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 5px;
	color: var(--light-color);
	line-height: 70px;
	margin: 0px;
	padding-bottom: 10px;
}

.aboutimg {
	background: url('../images/about.jpg') no-repeat center;
	background-size: cover;
}

.accreds {
	position: relative;
	padding: 50px 0;
	margin-top: 50px;
	text-align: center;
}

.accred {
	position: relative;
	margin: 0 40px;
	display: inline-block;
	padding: 20px;
	text-align: center;
}

.accredslider {
	position: relative;
}

.slick-dots li::before {
	display: none;
}

.accredslider .slick-dots li button {
	background-color: var(--dark-color);
}

.accred::before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 20px;
	right: 20px;
	content: '';
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	pointer-events: none;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.accred::after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	bottom: 20px;
	content: '';
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	pointer-events: none;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.accred:hover::after {
	top: 0px;
	bottom: 0px;
	border-color: var(--light-color);
	border-width: 3px;
}

.accred:hover::before {
	left: 0px;
	right: 0px;
	border-color: var(--light-color);
	border-width: 3px;
}

.accred img {
	height: 50px;
	display: block;
	margin: 0 auto;
}

.wcu {
	padding: 50px 0;
	position: relative;
	background-color: #1d1b1b;
	padding-bottom: 80px;
}

.wcu h2 {
	color: var(--off-white);
	text-align: center;
	font-weight: 600;
}

.wcu h2::after {
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  background-color: var(--off-white);
}

.wcuboxes {
	position: relative;
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	padding-top: 50px;
}

.wcutxt, .wcuslider, .wcuservices {
	width: calc(33.3333333% - 10px);
	background-color: transparent;
	padding: 20px;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wcuservices p {
	color: #000;
}

.wcutxt {
	background-color: transparent !important;
	padding: 20px 40px !important;
}

.wcutxt p {
	color: var(--off-white);
}

.wcutxt p:first-of-type {
	color: var(--light-color);
	font-size: 28px;
	line-height: 35px;
}

.wcuslider {
	overflow: hidden;
	position: relative;
	padding: 0px !important;
}

.wcuslider i {
	font-size: 110px;
}

.wcuslider i.fade {
	position: absolute;
	font-size: 700px;
	z-index: 0;
	opacity: 0.05;
	pointer-events: none;
}

.wcuslider p {
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--dark-color);
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 40px;
}

.wcu-slider {
	display: block !important;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-content: stretch;
	justify-content: center;
}

.wcu-slider div.wcu-slide {
	height: 100%;
	display: flex !important;
	flex-direction: column !important;
	align-content: stretch !important;
	justify-content: center !important;
	align-items: center !important;
	overflow: hidden;
	position: relative;
	background-color: var(--light-color);
	margin-right: 20px;
	padding: 0 40px;
}

.wcu-slider div.wcu-slide:nth-of-type(odd) {
	background-color: transparent;
}

.wcu-slider div.wcu-slide:nth-of-type(odd) i {
	color: var(--light-color);
}

.wcu-slider div.wcu-slide:nth-of-type(odd) p {
	color: var(--off-white);
}

.slick-track {
	height: 100%;
}

.wcuservices ul {
	padding-left: 0px !important;
}

.wcuservices ul li {
	list-style: none;
	padding: 10px;
	margin-bottom: 10px;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--off-white);
	text-transform: uppercase;
	border: solid 1px var(--light-color);

}

.wcuservices ul li::before {
	display: none;
}

.wcuservices {
	background-color:  transparent !important;
	padding: 0px !important;
}

.wcuservices span {
	padding: 20px;
	display: block;
	background-color: var(--light-color);
}

.wcuservices ul {
	margin: 0px;
	width: 100%;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: -10px;
}

ul li.dark {
	background-color: var(--light-color);
	color: var(--dark-color);
}

ul li.dark:hover {
	background-color: var(--dark-color);
	color: var(--off-white);
}

.twocols {
	columns: 2;
}

.servft {
	position: relative;
	padding: 100px;
	background: url('../images/servft.svg') #fff no-repeat top center;
	background-size: cover;
}

.servft-boxes {
	display: flex !important;
	align-content: stretch !important;
	justify-content: space-between !important;
}

.servft-boxes .sbox {
	width: 30%;
	overflow: hidden;
	position: relative;
	background-color: var(--dark-color);
	margin: 0 40px;
}

.servft-boxes .sbox img {
	height: 100%;
	scale: 1.5;
	-webkit-transition: scale .45s ease-in-out;
	   -moz-transition: scale .45s ease-in-out;
	    -ms-transition: scale .45s ease-in-out;
	     -o-transition: scale .45s ease-in-out;
	        transition: scale .45s ease-in-out;
}

.servft-boxes .sbox:hover img {
	scale: 1;
}

.servft-boxes .sbox::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	background-color: #1d1b1b;
	opacity: 0.5;
	pointer-events: none;
	-webkit-transition: opacity .45s ease-in-out;
	   -moz-transition: opacity .45s ease-in-out;
	    -ms-transition: opacity .45s ease-in-out;
	     -o-transition: opacity .45s ease-in-out;
	        transition: opacity .45s ease-in-out;
}

.servft-boxes .sbox:hover::after {
	opacity: 0;
}

.servft-boxes .sbox span {
	display: block;
	position: relative;
}

.servft-boxes .sbox span::before {
	width: 80%;
	position: absolute;
	margin: 0 auto;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	top: 40px;
	bottom: 40px;
	content: '';
	z-index: 2;
	left: 0;
	right: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all .45s ease-in-out;
	   -moz-transition: all .45s ease-in-out;
	    -ms-transition: all .45s ease-in-out;
	     -o-transition: all .45s ease-in-out;
	        transition: all .45s ease-in-out;
}

.servft-boxes .sbox span::after {
	height: 80%;
	position: absolute;
	margin: auto 0;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	left: 40px;
	right: 40px;
	content: '';
	z-index: 2;
	top: 0;
	bottom: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all .45s ease-in-out;
	   -moz-transition: all .45s ease-in-out;
	    -ms-transition: all .45s ease-in-out;
	     -o-transition: all .45s ease-in-out;
	        transition: all .45s ease-in-out;
}

.servft-boxes .sbox:hover span::after {
	left: 0px;
	right: 0px;
	opacity: 0;
}

.servft-boxes .sbox:hover span::before {
	top: 0px;
	bottom: 0px;
	opacity: 0;
}

.servft-boxes .sbox p {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	top: 45%;
	opacity: 1;
	pointer-events: none;
	color: #eee;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 21px;
	transition-delay: 0.2s;
	-webkit-transition: all 0.45s ease-in-out;
	   -moz-transition: all 0.45s ease-in-out;
	    -ms-transition: all 0.45s ease-in-out;
	     -o-transition: all 0.45s ease-in-out;
	        transition: all 0.45s ease-in-out;
}

.servft-boxes .sbox:hover p {
	opacity: 0;
	top: 40%;
	transition-delay: 0.2s;
	-webkit-transition: all 0.45s ease-in-out;
	   -moz-transition: all 0.45s ease-in-out;
	    -ms-transition: all 0.45s ease-in-out;
	     -o-transition: all 0.45s ease-in-out;
	        transition: all 0.45s ease-in-out;
}

.servft p {
	color: var(--dark-color);
	text-align: center;
	font-family: 'Asap', sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

.testcon {
	background-color: var(--dark-color);
	display: flex;
	align-content: stretch;
	position: relative;
}

.testft, .conft, .gitft {
	width: 50%;
	position: relative;
}

.gitft {
	padding: 100px;
	padding-top: 400px;
	background: url('../images/git.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.gitft::before {
	position: absolute;
	right: -5px;
	width: 10px;
	top: -30px;
	bottom: -30px;
	content: '';
	background-color: var(--light-color);
	z-index: 1;
}

.gitft::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #1d1b1b;
	opacity: 0.8;
	z-index: 0;
	pointer-events: none;
}

.gitft p {
	position: relative;
	z-index: 1;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	color: var(--off-white);
}

.gitft p a {
	color: var(--light-color);
}

span.cbtn {
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	z-index: 1;
	outline: solid 1px var(--off-white);
	position: relative;
	display: inline-block;
	color: var(--off-white);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.cbtn a {
	display: block;
	padding: 10px 20px;
}

.cbtn:hover {
	color: var(--light-color);
	outline-color: var(--light-color);
	outline-width: 4px;
}

.test-slider {
	position: relative;
}

.test-slider .test {
	float: left;
	margin-right: 80px;
}

.slick-dots {
	bottom: -50px;
}

.slick-dots li button {
	width: 5px;
	height: 5px;
	background-color: var(--off-white);
	border-radius: 0px !important;
}

.slick-dots li.slick-active button {
	background-color: var(--light-color);
}

.slick-dots li button::before {
	display: none !important;
}

.testft {
	padding: 40px;
	padding-bottom: 0px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-top: 180px;
}

.testftwrapper {
	width: 600px;
	position: relative;
	padding-bottom: 200px;
}

.testftwrapper::before {
	position: absolute;
	font: var(--fa-font-solid);
	content: '\f086';
	left: -250px;
	top: 100px;
	font-size: 80px;
	color: var(--light-color);
	padding: 20px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-color: var(--dark-color);
	z-index: 1;
	pointer-events: none;
}

.testftwrapper::after {
	position: absolute;
	content: '';
	right: 0px;
	left: -200px;
	bottom: 0px;
	top: -50px;
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
	z-index: 0;
	pointer-events: none;
}

.test i {
	color: var(--light-color);
	margin-right: 10px;
}

.test i.fa-star:nth-of-type(3) {
	font-size: 28px;
}

.test i.fa-star:nth-of-type(2), .test i.fa-star:nth-of-type(4) {
	font-size: 19px;
}

.test p {
	color: var(--off-white);
}

.testdeets {
	display: block;
	position: relative;
}

.testdeets p {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	display: inline-block;
}

p.author {
	position: relative;
	font-size: 20px;
	padding: 10px 50px;
	border: solid 1px;
	border-color: var(--light-color);
	border-left: none;
}

p.author::before {
	font: var(--fa-font-solid);
	content: '\f5ac';
	position: absolute;
	left: 10px;
	top: 17px;
	font-size: 18px;
}

p.location {
	position: relative;
	color: var(--dark-color);
	background-color: var(--light-color);
	position: relative;
	margin-left: -20px;
	top: -2px;
	font-weight: 400;
	font-size: 14px;
	padding: 5px 20px;
	padding-left: 30px;
}

p.location::before {
	font: var(--fa-font-solid);
	content: '\f276';
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 12px;
}

.conft {
	background: url('../images/conft.jpg') no-repeat top center;
	background-size: cover;
}

footer {
	background: url('../images/corner.png') no-repeat bottom right;
	background-size: 50%;
	background-color: #fff;
	position: relative;
	padding: 50px 0;
	text-align: center;
}

.fcon {
	padding-bottom: 50px;
}

.fcon p {
	font-family: 'Asap', sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin: 0 40px;
	color: var(--dark-color);
}

.fcon p a:hover {
	color: var(--light-color);
}

.fsocial {
	padding-bottom: 30px;
}

.fsocial i {
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: color .25s ease;
	   -moz-transition: color .25s ease;
	    -ms-transition: color .25s ease;
	     -o-transition: color .25s ease;
	        transition: color .25s ease;
}

.fsocial a {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 10px;
	position: relative;
}

.fsocial a::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	outline: solid 1px #afafaf;
	content: '';
	top: 0px;
	left: 0px;
	-webkit-transition: outline .25s ease;
	   -moz-transition: outline .25s ease;
	    -ms-transition: outline .25s ease;
	     -o-transition: outline .25s ease;
	        transition: outline .25s ease;
}

.fsocial a:hover::after {
	outline-width: 4px;
	outline-color: var(--light-color);
}

.fsocial a:hover i {
	color: var(--light-color);
}

p.copy {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.flink {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.service {
	position: relative;
	display: flex;
	align-content: stretch;
}

.servtxt {
	width: 50%;
	background-color: #fff;
	padding: 40px;
	position: relative;
	border-left: solid 4px var(--dark-color);
}

.servimg {
	width: 50%;
	background: url('../images/services.jpg') var(--dark-color) no-repeat center;
	background-size: cover;
	position: relative;
}

.servimg::before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 0px;
	content: '';
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

.service:nth-of-type(even) .servtxt {
	order: +1;
	border-left: none;
	border-right: solid 4px var(--dark-color);
	background-color: var(--dark-color);
}

.service:nth-of-type(even) .servtxt p, .service:nth-of-type(even) .servtxt h1, .service:nth-of-type(even) .servtxt h2, .service:nth-of-type(even) .servtxt ul li {
	color: var(--off-white);
}

.service:nth-of-type(even) .servimg::before {
	right: 0px;
	left: 10px;
	border-right: none;
	border-left: solid 1px #fff;
	border-color: var(--dark-color);
}

.content ul li {
	list-style: none;
	position: relative;
	font-size: 14px;
}

.content ul {
	margin: 0px;
	padding-left: 20px;
}

.content ul li::before {
	font: var(--fa-font-solid);
	content: '\f152';
	position: absolute;
	left: -20px;
	font-size: 12px;
	top: 10px;
	color: var(--light-color);
}

.galleryinfo {
	display: block;
	position: relative;
	padding: 40px;
	text-align: center;
	top: 20px;
	background-color: var(--dark-color);
}

.galleryinfo p {
	color: var(--off-white);
}

.galleryinfo p:first-of-type {
	color: var(--light-color);
	font-family: 'Asap', sans-serif;
	font-size: 22px;
}

.links {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.links span {
	color: var(--off-white);
	display: inline-block;
	margin: 0 20px;
	font-size: 12px;
	position: relative;
	border: solid 1px var(--off-white);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.links span:hover {
	border-color: var(--light-color);
	background-color: var(--light-color);
	color: var(--dark-color);
}

.links span a {
	display: block;
	padding: 10px 20px;
}

.hcenter {
	text-align: center;
}

.hcenter::after {
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.gallery {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.galleryimg {
	width: 20%;
	padding: 1px;
	overflow: hidden;
	position: relative;
}

.galleryimg img {
	filter: blur(0px);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.galleryimg::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: var(--dark-color);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.galleryimg::before {
	position: absolute;
	font: var(--fa-font-solid);
	content: '\f065';
	font-size: 50px;
	opacity: 0;
	height: 50px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	color: var(--light-color);
	left: 0 !important;
	right: 0 !important;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.galleryimg:hover::before {
	opacity: 1;
}

.galleryimg:hover::after {
	opacity: 0.5;
}

.galleryimg:hover img {
	filter: blur(3px);
}

.reviewsinfo {
	display: block;
	position: relative;
	padding: 40px;
	text-align: center;
	top: 20px;
	background-color: var(--light-color);
}

.reviewsinfo p {
	color: var(--dark-color);
}

.reviewsinfo p:first-of-type {
	color: var(--dark-color);
	font-family: 'Asap', sans-serif;
	font-size: 22px;
}

.reviewsinfo .links span {
	border-color: var(--dark-color);
}

.reviewsinfo .links span {
	color: var(--dark-color);
}

.reviewsinfo .links span:hover {
	background-color: var(--dark-color);
	color: var(--light-color);
}

.reviews {
	position: relative;
	background-color: var(--dark-color);
	margin-top: 21px;
	padding: 40px;
}

.grid {
	margin-top: 20px;
}

.grid-item {
  width: 33%;
  float: left;
  /* vertical gutter */
  padding: 0 40px;
  margin-bottom: 50px;
}

.grid-sizer {
	width: 40%;
}

.grid::after {
  content: '';
  display: block;
  clear: both;
}

.contact {
	position: relative;
	display: flex;
	align-content: stretch;
}

.enquiry {
	width: 60%;
	padding-right: 50px;
}

.deets {
	width: 40%;
	background-color: var(--dark-color);
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.deets p:first-of-type {
	font-family: 'Asap', sans-serif;
	color: var(--light-color);
	font-size: 22px;
}

.deets p {
	color: var(--off-white);
}

.innerdeets {
	width: 60%;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	position: relative;
	margin-top: 40px;
}

.innerdeets::before {
	position: absolute;
	left: 40px;
	right: 40px;
	top: 0px;
	bottom: 0px;
	border-top: solid 1px var(--light-color);
	border-bottom: solid 1px var(--light-color);
	content: '';
	pointer-events: none;
}

.innerdeets::after {
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 0px;
	right: 0px;
	border-left: solid 1px var(--light-color);
	border-right: solid 1px var(--light-color);
	content: '';
	pointer-events: none;
}

.formleft, .formright {
	width: 50%;
	float: left;
}

.formleft {
	padding-right: 20px;
}

input, textarea {
	padding: 15px !important;
	display: block !important;
	width: 100% !important;
	background-color: #fff !important;
	font-size: 14px !important;
}

textarea {
	resize: none;
	height: 200px;
}

.message {
	display: block;
	width: 100%;
}

.captchaholder {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	padding-bottom: 20px;
}

.captcha, .captxt {
	width: 300px;
}

.captxt {
	font-size: 12px;
	color: #a9a9a9;
}

.captcha img {
	height: 51px;
}

input[type="submit"] {
	background-color: var(--dark-color) !important;
	color: var(--off-white) !important;
	border: none !important;
	font-family: 'Nanum Myeongjo', serif !important;
	font-size: 18px !important;
	border-radius: 0px !important;
}

input[type="submit"]:hover {
	background-color: var(--light-color) !important;
	color: #2b2b2b !important;
}

.map {
	position: relative;
	height: 500px;
	width: 100%;
	margin-top: 20px;
}

.map iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;
	filter: grayscale(1);
}



/*Peasant Screens*/
@media screen and (max-width: 1920px) {
	.wrapper {
		width: calc(100% - 80px);
	}
}
/*Big Lappy*/
@media screen and (max-width: 1440px) {
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
	.headside {
		padding: 100px 40px;
	}
	.about-side {
		flex-wrap: wrap;
	}
	.about-side div {
		width: 100%;
		height: 50%;
	}
	.years {
		margin-bottom: 20px;
	}
	.wcuboxes {
		flex-wrap: wrap;
	}
	.wcutxt, .wcuslider {
		width: 50%;
	}
	.wcuservices {
		width: 100%;
		margin-top: 40px;
	}
	.servft {
		padding: 100px 0px;
	}
	.servft-boxes .sbox {
		margin: 0 20px;
	}
	.homeboxes {
		left: -170px;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1280px) {
	.service {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.servtxt, .servimg {
		width: 100%;
	}
	.servimg {
		height: 600px;
	}
	.service:nth-of-type(even) .servimg {
		order: +1;
	}
	.grid-item {
		width: 50%;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	nav {
		display: none;
	}
	i.fa-bars {
		display: inline-block;
		color: var(--off-white);
		padding: 10px;
		font-size: 22px;
		cursor: pointer;
	}
	i.fa-bars:hover {
		color: var(--light-color);
	}
	.topbar {
		text-align: center;
	}
	nav ul li {
		display: block;
		width: 100%;
		margin: 0px;
	}
	nav ul li ul {
		position: relative;
		width: 100%;
		left: 0px;
		top: 0px;
		padding-bottom: 0px;
		background-color: var(--light-color);
	}
	nav ul li ul li {
		text-align: center;
		margin: 0px;
		color: var(--dark-color);
	}
	.sub {
		padding-right: 20px;
	}
	.headwrapper {
		position: relative;
		flex-wrap: wrap;
		height: auto;
	}
	header {
		width: 100%;
		height: 1000px;
		order: +1;
	}
	.headside {
		width: 100%;
	}
	.homecontent {
		margin-top: 0px;
	}
	.homeboxes {
		left: 0;
		right: 0;
		margin-left: 0px;
		margin-right: 0px;
		bottom: -240px;
		z-index: 1;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	p.topbox {
		left: 0px;
	}
	p.contactbox {
		left: 80px;
	}
	.about {
		flex-wrap: wrap;
	}
	.about-main, .about-side {
		width: 100%;
	}
	.about-main {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.about-side {
		flex-wrap: no-wrap;
		padding-left: 0px;
	}
	.about-side div {
		width: calc(50% - 10px);
		height: 100%;
		padding: 100px 40px;
	}
	.testft {
		padding: 20px;
		padding-top: 100px;
	}
	.testftwrapper {
		left: 0px;
		width: 100%;
	}
	.logo {
		margin-top: 80px;
	}
	.testftwrapper::after {
		left: 0px;
		border-left: none;
		border-bottom: solid 1px #eee;
		bottom: 40px;
	}
	.testftwrapper::before {
		left: 30%;
		top: auto;
		bottom: 0px;
		border-top: none;
		border-bottom: none;
		border-left: solid 1px #eee;
		border-right: solid 1px #eee;
	}
	.galleryimg {
		width: 25%;
	}
	.links span {
		margin-bottom: 20px;
	}
	.gitft {
		padding: 40px;
		padding-top: 150px;
	}
	.gitft p {
		font-size: 18px;
	}
	.contact {
		flex-wrap: wrap;
	}
	.enquiry {
		width: 100%;
		padding-right: 0px;
		order: +1;
	}
	.deets {
		width: 100%;
		margin-top: 40px;
		padding: 80px 40px;
	}
}
/*IPHONE X Landscape*/
@media screen and (max-width: 910px) {
	.grid-item {
		width: 100%;
		padding: 0 20px;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 869px) {
}
@media screen and (max-width: 869px) and (orientation:landscape) {
}
@media screen and (max-width: 860px) and (orientation:landscape) {
}
/*Phone*/
@media screen and (max-width: 768px) {
	.twocols {
		columns: 1;
	}
	.testcon {
		flex-wrap: wrap;
	}
	.testft, .conft {
		width: 100%;
	}
	.conft {
		height: 700px;
	}
	.gitft {
		width: 100%;
	}
	.fcon p {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.galleryimg {
		width: 50%;
	}
	.formleft, .formright {
		float: none;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
}
/*Phone*/
@media screen and (max-width: 680px) {
	.about-side div {
		width: 100%;
		height: auto;
	}
	.aboutimg {
		height: 700px !important;
	}
	.wcutxt, .wcuslider {
		width: 100%;
	}
}
/*Phone*/
@media screen and (max-width: 550px) {
}
/*Phone*/
@media screen and (max-width: 480px) {
	.headcon p {
		font-size: 0px;
		position: relative;
		line-height: 12px;
		margin: 0 10px;
	}
	.headcon p:hover {
		background-color: var(--dark-color);
	}
	.headcon p::before {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		content: '';
		outline: solid 1px var(--light-color);
		pointer-events: none;
	}
	.headcon p a {
		padding: 10px;
		display: inline-block;
	}
	.headcon p a i {
		font-size: 22px;
		display: inline-block;
	}
	.headcon p:hover a i {
		color: var(--light-color);
	}
	header {
		height: 600px;
	}
	.about-main {
		padding-right: 20px;
	}
	.about-main::after, .about-main::before {
		display: none;
	}
	.about {
		padding-top: 20px;
	}
	.wrapper {
		width: calc(100% - 40px);
	}
	.wcuboxes {
		padding-top: 0px;
	}
	.wcu-slider div.wcu-slide {
		margin-right: 0px;
		padding: 40px !important;
	}
	.fcon p {
		font-size: 16px;
	}
}
/*Phone*/
@media screen and (max-width: 425px) {
}
/*Phone*/
@media screen and (max-width: 395px) { 
}