/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

:root {
  --dark-color: #306152;
  --light-color: #93d17e;
  --alt-color: #5e5e5e;
  --off-white: #f4f4f4;
}

html, body {
	margin:0px;
	padding:0px;
	width: 100%;
	background-color: var(--off-white);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
	font-family: "Nunito", sans-serif;
	position: relative;
}

.phone {
	display: initial !important;
}

.mobile {
	display: none !important;
}

.email {
	display: initial !important;
}

.fb {
	display: initial !important;
}

.google {
	display: initial !important;
}

.tt {
	display: initial !important;
}

.ig {
	display: initial !important;
}

.pp {
	display: none !important;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.twocols {
	columns: 2;
}

p, ul li, ol li {
	color: #646464;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

a {
	color: inherit;
	text-decoration: none;
}

*:focus {
	outline: none;
}

h1 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: var(--dark-color);
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
}

h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 800;
	font-size: 40px;
	color: var(--light-color);
	position: relative;
	text-transform: uppercase;
}

h3 {
	font-family: 'Asap', sans-serif;
	color: var(--dark-color);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.wrapper {
	width: 1920px;
	position: relative;
	margin: 0 auto;
}

i.fa-bars {
	display: none;
}

.topbar {
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0px;
	background-color: var(--off-white);
}

.topbar .wrapper {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
}

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo img {
	height: 60px;
}

nav {
	position: relative;
	z-index: 2;
}

nav ul {
	margin: 0px;
}

nav ul li {
	float: left;
	list-style: none;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 16px;
	box-shadow: inset 0 0 0 0 var(--dark-color);
	-webkit-transition: all .45s ease;
	   -moz-transition: all .45s ease;
	    -ms-transition: all .45s ease;
	     -o-transition: all .45s ease;
	        transition: all .45s ease;
}

nav ul li:hover {
	box-shadow: inset 0 80px 0 0 var(--dark-color);
	color: var(--off-white);
}

nav ul li a {
	display: block;
	padding: 32px 25px;
}

.sub {
	cursor: pointer;
}

.sub::after {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	content: '';
	z-index: 1;
	font: var(--fa-font-solid);
	content: '\f0d7';
	font-size: 12px;
}

.lion {
	background-color: var(--dark-color);
	color: var(--off-white);
}

.subon::after {
	content: '\f00d';
}

nav ul li ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 300px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: var(--dark-color);
	z-index: -1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

nav ul li ul li {
	display: block;
	float: none;
	box-shadow: none !important;
	background-color: var(--dark-color);
	color: var(--off-white);
	font-size: 14px;
}

nav ul li ul li a {
	padding: 15px;
}

nav ul li ul li:hover {
	background-color: var(--light-color);
	color: var(--dark-color);
}

header {
	height: 800px;
	width: 100%;
	position: relative;
	margin-top: 80px;
	border: solid 10px var(--off-white);
	border-top: none;
}

header::after {
	top: 50px;
	right: 0px;
	position: absolute;
	height: 500px;
	width: 20px;
	border-left: solid 2px var(--off-white);
	content: '';
	border-top: solid 20px var(--off-white);
	z-index: 1;
}

header::before {
	bottom: 20px;
	left: 0px;
	position: absolute;
	height: 300px;
	width: 20px;
	border-right: solid 2px var(--off-white);
	content: '';
	border-top: solid 20px var(--off-white);
	z-index: 1;
}

.headslider {
	position: absolute;
	z-index: 5;
	display: block;
	height: 800px;
	top: 0px;
	left: 0px;
	width: 100%;
}

.headslider-inner {
	position: relative;
	display: block;
	z-index: 5;
	top: 300px;
}

.headslider-inner .title {
	position: relative;
	display: block;
	text-align: right;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}

.headslider h1 {
	position: relative;
	right: 30px;
	width: 900px;
	display: block;
	text-align: right;
	overflow: hidden;
}

.headslider h1 span {
	text-align: right;
	background-color: #fff;
	display:inline;
	white-space:pre-wrap;
	line-height : 20px;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
	padding-right: 10px;
	box-shadow: -10px 0 0 #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.title span.btn {
	width: 300px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	right: 30px;
}

.homecon {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	z-index: 3;
	margin-bottom: 50px;
}

.homecon p {
	margin-top: 0px;
	position: relative;
}

.homecon p a i {
	position: absolute;
	top: -50px;
	z-index: 3;
	color: #fff;
	width: 100%;
	text-align: center;
	left: 0px;
	font-size: 25px;
}

.homecon p a {
	color: var(--dark-color);
	-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;
}

.homecon p:hover a {
	color: var(--light-color);
}

/*
.phone {
	display: none;
}
*/

/*
.mobile {
	display: none;
}
*/

.home {
	position: relative;
	padding-bottom: 250px;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
}

.home::after {
	position: absolute;
	bottom: 75px;
	width: 100%;
	left: 0px;
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
	height: 100px;
	opacity: 0.2;
	content: '';
	filter: grayscale(1);
	pointer-events: none;
}

.homeleftimg {
	position: absolute;
	left: -150px;
	top: 0px;
	width: 30%;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: var(--dark-color);
	pointer-events: none;
	z-index: 0;
	transform: skew(-10deg);
	overflow: hidden;
}

.homeleftimg::after {
	position: absolute;
	top: 0px;
	right: -100px;
	width: 100%;
	height: 100%;
	background: url(../images/homeside.jpg) no-repeat center;
	background-size: cover;
	content: '';
	transform: skew(10deg);
	opacity: 0.7;
}

.about {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.social {
	margin-top: 60px;
	position: relative;
}

.social p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.social i {
	font-size: 15px;
	padding: 15px;
	background-color: var(--dark-color);
	color: var(--off-white);
	border-radius: 15px;
	margin: 0 5px;
}

.social i:hover {
	background-color: var(--light-color);
}

.hswrapper {
	display: block;
	position: relative;
	margin: 10px;
	border-radius: 15px;
	background-color: var(--dark-color);
	padding-bottom: 50px;
}

.homeservices {
	top: -40px;
}

.homeservices, .homeservices .slick-track {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-content: stretch !important;
}

.homeservices .slick-slide {
	height: initial;
}

.homeservices .slick-list {
}

.homeservice {
	width: 22% !important;
	border-radius: 15px !important;
	overflow: hidden !important;
	background-color: var(--off-white);
	position: relative;
	margin: 0 10px;
}

.homeservice::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 4px var(--off-white);
	z-index: 1;
}

.homeservice::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 4px var(--off-white);
	z-index: 1;
}

.homeservice img {
	position: relative;
	display: block;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}

.homeservice h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	position: absolute;
	width: 100%;
	font-weight: 500;
	z-index: 1;
	margin-top: -80px;
	padding-top: 20px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}

.servtxt {
	padding: 25px;
	padding-top: 0px;
	position: relative;
	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;
	-webkit-transition-delay: 350ms;
-moz-transition-delay: 350ms;
-o-transition-delay: 350ms;
transition-delay: 350ms;
}

.homeservice h3::after {
	position: absolute;
	top: 0px;
	left: 50%;
  transform: translate(-50%, 0);
	width: 120%;
	height: 200px;
	border-radius: 90%;
	background-color: var(--off-white);
	content: '';
	z-index: -1;
	pointer-events: none;
}

span.btn {
	display: block;
	width: 100%;
	background-color: var(--light-color);
	color: var(--off-white);
}

span.btn a {
	display: block;
	padding: 10px 30px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	font-weight: 600;
}

span.btn:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.5);
}

.homeservice span.btn {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	display: none;
}

.homeservice:hover img {
	scale: 2;
}

.homeservice:hover h3 {
	margin-top: 40px;
}

.homeservice:hover .servtxt {
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease
}

.wcu {
	position: relative;
	display: block;
	padding: 40px 0;
}

.wcu::before {
	background: url(../images/bg.svg) no-repeat center;
	background-size: cover;
	opacity: .5;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.wcu .wrapper {
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.wcu-side {
	width: 20%;
}

.wcu-main {
	width:75%;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	padding-top: 120px;
}

.wcu-main div {
	padding: 20px;
	text-align: center;
	position: relative;
}

.wcu i {
	font-size: 40px;
	padding: 25px;
	background-color: var(--light-color);
	color: var(--off-white);
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.wcu i.fade {
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	font-size: 200px;
	opacity: 0.05;
	position: absolute;
	pointer-events: none;
	background-color: transparent;
	color: var(--dark-color);
}

.wcu-main p {
	font-family: 'Asap', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.testcon {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	margin: 10px;
	border-radius: 15px;
	overflow: hidden;
	flex-wrap: wrap;
}

.testftwrapper {
	width: 90%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

.testft {
	width: 100%;
	background-color: var(--light-color);
	padding: 40px 20px;
}

.testft .test {;
	margin: 10px;
}

.testft .slick-track {
	display: flex !important;
	justify-content: space-between !important;
	align-content: stretch !important;
}

.testft .slick-slide {
	height: initial !important;
}

.slick-dots li button::before {
	content: '';
	opacity: 1;
	border-radius: 4px;
	background-color: black;
}

.test {
	background-color: var(--dark-color);
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.testinfo {
	padding: 20px 40px;
	padding-bottom: 180px;
}

.test p {
	color: var(--off-white);
	font-size: 14px;
}

.stars {
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.stars i {
	color: gold;
	margin: 0 3px;
}

.deets {
	background-color: var(--off-white);
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 25px;
}

.deets::after {
	position: absolute;
	bottom: 0px;
	background-color: var(--off-white);
	content: '';
	width: 120%;
	height: 150px;
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
	left: 50%;
  transform: translate(-50%, 0);
}

.deets p {
	font-family: 'Asap', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	color: var(--light-color);
	position: relative;
	z-index: 1;
}

.deets p:last-of-type {
	color: var(--dark-color);
	font-size: 14px;
	letter-spacing: 1px;
}

.conft {
	width: 100%;
	background: url(../images/homeside2.jpg) no-repeat center;
	background-size: cover;
	padding: 250px 40px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.conft .wrapper {
	width: 30%;
}

.conft::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #252525;
	opacity: 0.7;
	z-index: 0;
}

.conft p {
	font-family: 'Asap', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: var(--off-white);
	position: relative;
	z-index: 1;
	text-align: center;
}

.conft span.btn {
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.accreds {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 80px 0;
}

.accred {
	display: block;
	position: relative;
	padding: 15px;
	border-radius: 15px;
	  -webkit-box-shadow:inset 0px 0px 0px 1px #b9b9b9;
  -moz-box-shadow:inset 0px 0px 0px 1px #b9b9b9;
  box-shadow:inset 0px 0px 0px 1px #b9b9b9;
	margin: 0 10px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.accred img {
	height: 40px;
	display: block;
	margin: 0 auto;
}

.accred:hover {
	  -webkit-box-shadow:inset 0px 0px 0px 3px var(--light-color);
  -moz-box-shadow:inset 0px 0px 0px 3px var(--light-color);
  box-shadow:inset 0px 0px 0px 3px var(--light-color);
}

footer {
	position: relative;
	background-color: var(--dark-color);
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 50px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

footer .wrapper {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
}

footer div {
	position: relative;
}

footer p {
	color: var(--off-white);
	margin: 0px;
	font-size: 14px;
}

.fcopy a:hover, .fcon a:hover {
	color: var(--light-color);
}

.fcon p {
	display: inline-block;
	margin-left: 40px;
}

.fcon p i {
	display: none;
}

.fsocial {
	position: relative;
	text-align: right;
	padding-top: 20px;
}

.fsocial i {
	padding: 10px;
	border-radius: 10px;
	font-size: 14px;
	color: var(--off-white);
	background-color: var(--light-color);
	margin-left: 5px;
}

.fsocial i:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.5);
}

.content {
	padding-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

ul.twocols {
	flex-direction: row !important;
}

.content ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
}

.content ul li {
	list-style: none;
	position: relative;
	font-size: 14px;
	display: inline;
	border-radius: 5px;
	background-color: var(--light-color);
	margin-bottom: 5px;
	padding: 5px 15px;
	color: var(--off-white);
	padding-left: 40px;
	margin-right: 10px;
}

.content ul li::before {
	content: '';
	font: var(--fa-font-solid);
	content: '\f138';
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 13px;
	font-size: 16px;
}

.services {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-content: stretch;
	background-size: cover;
	margin-bottom: 40px;
	width: 100%;
}

.services-main {
	width: 40%;
	padding: 80px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	position: relative;
}

.services-side {
	position: relative;
	width: 50%;
	transform-origin: bottom right;
	transform: skew(-15deg);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.services-side div {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	transform: skew(15deg);
	transform-origin: bottom right;
	background-size: cover;
}

.servicesimg1 {
	background: url(../images/services.jpg) no-repeat center;
}

.servicesimg2 {
	background: url(../images/services2.jpg) no-repeat center;
}

.servicesimg3 {
	background: url(../images/services3.jpg) no-repeat center;
}

.services:nth-of-type(even) .services-main {
	order: +1;
}

.services:nth-of-type(even) .services-main p {
	color: var(--off-white);
}

.services:nth-of-type(even) {
	background-color: var(--dark-color);
	background-image: none;
	justify-content: flex-start;
}

.services:nth-of-type(even) .services-side {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transform-origin: bottom left;
	transform: skew(15deg);
	position: relative;
	top: -20px;
	margin-bottom: -40px;
}

.services:nth-of-type(even) .services-side div {
	transform: skew(-15deg);
	transform-origin: bottom left;
}

.gallery-head, .review-head {
	padding: 40px;
	padding-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.gallery-head p {
}

.gallery {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.galleryimg {
	width: calc(20% - 5px);
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.galleryimg::after {
	position: absolute;
	z-index: 1;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1d1d1d;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}

.galleryimg:hover::after {
	opacity: 0.3;
}

.gallery-bottom, .review-bottom {
	padding: 40px;
	position: relative;
	text-align: center;
}

.gb-links p {
	display: inline-block;
	background-color: var(--light-color);
	color: var(--off-white);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px;
	margin-bottom: 10px;
}

.gb-links p:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.5);
}

.gb-links p a {
	padding: 5px 20px;
	display: block;
}

.reviews {
	border-radius: 20px;
	padding: 40px;
	overflow: hidden;
	position: relative;
	background-color: var(--light-color);
}

.grid {
	margin-top: 20px;
	margin-right: -10px;
}

.grid-item {
  width: calc(33% - 10px);
  /* vertical gutter */
  margin-bottom: 50px;
}

.grid::after {
  content: '';
  display: block;
  clear: both;
}

.enquiry {
	text-align: center;
}

.formholder {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.formholder .input {
	width: 50%;
	padding: 0px 20px;
}

form label {
	font-size: 12px;
	color: #3c3c3c;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	text-align: left;
}

form input, form textarea {
	padding: 10px 10px !important;
	font-size: 14px !important;
}

.formholder .message {
	width: 100%;
}

form textarea {
	width: 100%;
	resize: none;
	height: 200px;
}

.subbtn {
	width: 100%;
	text-align: center;
}

form input[type="submit"] {
	border: none !important;
	border-radius: 10px !important;
	background-color: var(--light-color) !important;
	color: var(--off-white) !important;
	padding: 15px 30px !important;
	font-family: 'Asap', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	margin: 0 auto;
}

form input[type="submit"]:hover {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.5);
}

.map {
	position: relative;
	width: 100%;
	overflow: visible;
}

.map::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 4px var(--off-white);
	z-index: 3;
}

.map::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 4px var(--off-white);
	z-index: 3;
}

.map iframe {
	width: 100%;
	height: 600px;
	pointer-events: none;
	filter: brightness(.5);
}

.addy {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	padding: 10px 25px;
	z-index: 1;
	background-color: var(--dark-color);
}

.addy p {
	color: var(--off-white);
	letter-spacing: 2px;
	margin: 0px;
	font-size: 14px;
}

.addy h3 {
	color: var(--light-color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	margin: 0px;
}


/*Peasant Screens*/
@media screen and (max-width: 1920px) {
	.wrapper {
		width: 90%;
	}
	.about {
		margin-right: 0px;
	}
	.homeleftimg {
		width: 50%;
	}
	.home::after {
		background-position: right;
		width: 90%;
	}
}
/*Big Lappy*/
@media screen and (max-width: 1440px) {
	.wcu-main div {
		width: 50%;
		margin-bottom: 40px;
	}
	.wcu-main {
		flex-wrap: wrap;
		width: 70%;
	}
	.wcu-side {
		width: 30%;
	}
	.conft .wrapper {
		width: 50%;
	}
	.services-main {
		width: 50%;
	}
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
	.galleryimg {
		width: calc(25% - 5px);
	}
	.grid-item {
  width: calc(50% - 10px);
}
}
/*iPad Landscape*/
@media screen and (max-width: 1280px) {
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	.fcon, .fcopy, .fsocial {
		width: 100%;
		text-align: center;
	}
	footer .wrapper {
		flex-wrap: wrap;
	}
	.homeleftimg {
	}
	header, .headslider {
		height: 600px;
	}
	.services {
		flex-wrap: wrap;
		margin-bottom: 80px;
	}
	.services-main, .services-side {
		width: 100%;
	}
	.services-side {
		height: 400px;
	}
	.services:nth-of-type(even) .services-main {
		order: -1;
	}
	.services-side {
		width: 95%;
	}
}
/*IPHONE X Landscape*/
@media screen and (max-width: 910px) {
	.wcu-side {
		width: 100%;
	}
	.wcu-main {
		width: 100%;
		padding-top: 40px;
	}
	.wcu .wrapper {
		flex-wrap: wrap;
	}
	.homeleftimg {
		position: relative;
		width: 100%;
		height: 700px;
		order: +1;
		left: -100px;
	}
	.home {
		flex-wrap: wrap;
	}
	.about {
		width: 100%;
		padding-bottom: 50px;
	}
	.homecon {
		margin-bottom: 20px;
	}
	.home::after {
		width: 100%;
		background-position: center;
	}
	.conft .wrapper {
		width: 75%;
	}
	.conft {
		padding: 100px;
	}
	.homecon p {
		font-size: 0px;
	}
	.homecon p a i {
		top: 0px;
		color: var(--dark-color);
	}
	.homecon p a:hover i {
		color: var(--light-color);
	}
	.homecon {
		padding-top: 15px;
		width: 300px;
		margin: 0 auto;
	}
	.headslider h1 {
		width: 80%;
		font-size: 25px;
		line-height: 42px;
	}
	.headslider h1 span {
		font-size: 25px;
		line-height: 15px;
	}
	.gallery-head, .review-head {
		width: 75%;
	}
	.grid-item {
  width: 100%;
}
.formholder .input {
	width: 100%;
}
}
/*iPad Portrait*/
@media screen and (max-width: 869px) {
	nav {
		display: none;
	}
	i.fa-bars {
		display: block;
		position: absolute;
		z-index: 20;
		right: 30px;
		top: 25px;
		color: var(--dark-color);
		font-size: 30px;
		cursor: pointer;
		height: 30px;
		width: 30px;
		text-align: center;
	}

	i.fa-bars::after {
		position: absolute;
		content: '';
		z-index: -1;
		left: -10px;
		right: -10px;
		bottom: -10px;
		top: -10px;
		border-radius: 10px;
		border: solid 1px #000;
		background-color: var(--off-white);
		pointer-events: none;
		-webkit-transition: all .25 ease;
		   -moz-transition: all .25 ease;
		    -ms-transition: all .25 ease;
		     -o-transition: all .25 ease;
		        transition: all .25 ease;
	}

	i.fa-bars:hover::after {
		background-color: var(--light-color);
		border-color: transparent;
	}

	i.fa-bars:hover {
		color: var(--off-white);
	}
	.topbar .wrapper {
		width: 100%;
	}
	.logo {
		position: relative;
		left: 20px;
		z-index: 10;
	}
	nav {
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: var(--off-white);
		background: url(../images/bg.svg) no-repeat bottom right;
		background-size: cover;
		height: 0vh;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		-webkit-transition: height .55s ease-in-out;
		   -moz-transition: height .55s ease-in-out;
		    -ms-transition: height .55s ease-in-out;
		     -o-transition: height .55s ease-in-out;
		        transition: height .55s ease-in-out;
	}
	.navopen {
		height: 100vh;
	}
	nav ul {
		margin: 0px;
		padding: 0px;
		z-index: 0;
		position: relative;
	}
	nav ul li {
		position: static;
		display: block;
		text-align: center;
		float: none;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-weight: 600;
		border-radius: 10px;
		box-shadow: none !important;
		margin-bottom: 10px;
		z-index: 0;
	}
	nav ul li:hover {
		box-shadow: none !important;
		background-color: var(--light-color);
	}
	nav ul li a {
		padding: 10px 50px;
		position: relative;
	}
	.sub::after {
		right: 15px;
		left: auto;
		width: initial;
		top: 11px;
	}
	nav ul li ul {
		position: absolute;
		overflow: visible;
		left: -25%;
		top: 90px;
		z-index: 20;
		background-color: var(--light-color);
		height: auto !important;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	nav ul li ul li {
		display: block;
		position: relative;
		z-index: 10;
		background-color: transparent;
		color: var(--off-white);
		margin-bottom: 0px;
		border-radius: 0px;
	}
	nav ul li ul li:hover {
		color: #646464;
	}
	.twocols {
	columns: 1;
	}
	.galleryimg {
		width: calc(50% - 5px);
	}
}
@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) {
}
/*Phone*/
@media screen and (max-width: 680px) {
	.homeservice:hover h3 {
		margin-top: 80px;
	}
	.conft {
		padding: 60px;
	}
	.conft p {
		font-size: 18px;
	}
	.headslider h1 {
		width: 80%;
		font-size: 20px;
		line-height: 36px;
	}
	.headslider h1 span {
		font-size: 20px;
		line-height: 12px;
	}
	.homeleftimg {
		height: 500px;
	}
	.gallery-head, .review-head  {
		width: 100%;
	}
}
/*Phone*/
@media screen and (max-width: 550px) {
	.wcu-main div {
		width: 100%;
	}
	.fcon p {
		display: block;
		margin-left: 0px;
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
}
/*Phone*/
@media screen and (max-width: 425px) {
	.galleryimg {
		width: 100%;
	}
}
/*Phone*/
@media screen and (max-width: 395px) { 
}