/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #4291d0;
  --dark-color: #084a78;
  --light-color: #a3d2f1;
  --alt-color: #242424;
  --off-white: #f2e9e4;
}

html, body {
	margin:0px;
	padding:0px;
	width: 100%;
	overflow-x: hidden;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
	font-family: 'Barlow', sans-serif;
	position: relative;
	background-color: #084a78;
}

* {
  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: 400;
	line-height: 28px;
}

a {
	color: inherit;
	text-decoration: none;
}

*:focus {
	outline: none;
}

h1 {
	font-family: 'Domine', serif;
	font-weight: 400;
	color: var(--off-white);
	font-size: 32px;
	line-height: 44px;
}

h2 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 45px;
	color: var(--dark-color);
	line-height: 60px;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Domine', serif;
	font-size: 30px;
	color: var(--main-color);
}

.wrapper {
	position: relative;
	width: 1920px;
	margin: 0 auto;
}

.titlebar {
	position: relative;
	margin-top: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: var(--off-white);
	z-index: 2;
}

.titlebar::after {
	position: absolute;
	bottom: -100px;
	width: 500px;
	height: 100px;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
	background: url('../images/titlecurve.svg') no-repeat top center;
	background-size: contain;
	content: '';
	z-index: 1;
}

.titletop {
	display: flex;
	justify-content: space-between;
}

i.fa-bars {
	display: none;
}

nav ul {
	padding: 20px 0;
	margin: 0px;
	display: flex;
}

nav ul li {
	list-style: none;
	display: block;
	position: relative;
	font-weight: 500;
	color: var(--alt-color);
	-webkit-transition: color .45s ease;
	   -moz-transition: color .45s ease;
	    -ms-transition: color .45s ease;
	     -o-transition: color .45s ease;
	        transition: color .45s ease;
}

nav ul li:hover {
	color: var(--light-color);
}

nav ul li a {
	padding: 0px 30px;
	display: block;
}

.sub {
	padding-right: 50px;
	cursor: pointer;
}

.sub::before {
	position: absolute;
	right: 20px;
	top: 0px;
	font-family: "Font Awesome 5 pro";
	content: '\f078';
	font-size: 12px;
}

.subon::before {
	content: '\f077' !important;
}

nav ul li ul {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: var(--alt-color);
	width: 250px;
	padding: 0px;
	margin: 0px;
	top: 48px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

nav ul li ul li {
	color: var(--off-white);
	font-size: 14px;
}

nav ul li ul li a::after {
	display: none;
}

nav ul li ul li a {
	padding: 10px 20px;
}

nav ul li a::after {
	position: absolute;
	width: 1px;
	background-color: var(--light-color);
	top: 5px;
	bottom: 5px;
	content: '';
	right: 0px;
}

nav ul li:last-of-type a::after {
	display: none;
}

nav ul li ul li:hover {
	background-color: var(--main-color);
}

.social {
	position: relative;
	padding-right: 20px;
	padding-top: 22px;
}

.social i {
	color: var(--light-color);
	font-size: 22px;
	margin-left: 20px;
	cursor: pointer;
	-webkit-transition: color .45s ease;
	   -moz-transition: color .45s ease;
	    -ms-transition: color .45s ease;
	     -o-transition: color .45s ease;
	        transition: color .45s ease;
}

.social i:hover {
	color: var(--dark-color);
}

.logo {
	position: relative;
	margin: 0 20px;
	border-top: solid 1px #cfcfcf;
	padding-top: 20px;
}

.logo img {
	height: 120px;
	display: block;
	margin: 0 auto;
}

.headcon {
	display: flex;
	position: absolute;
	justify-content: space-between;
	top: 10px;
	width: 100%;
	padding: 10px 20px;
}

.headcon div {
	width: 40%;
}

.headcon div:last-of-type {
	text-align: right;
}

.headcon p {
	font-family: 'Domine', serif;
	font-size: 22px;
	margin: 0px;
	padding-top: 10px;
	color: var(--alt-color);
}

.headcon p a {
	color: var(--alt-color);
	-webkit-transition: color .5s ease;
	   -moz-transition: color .5s ease;
	    -ms-transition: color .5s ease;
	     -o-transition: color .5s ease;
	        transition: color .5s ease;
}

.headcon p a:hover {
	color: var(--dark-color);
}

header {
	position: relative;
	height: 900px;
	background: url('../images/header.jpg') no-repeat center;
	background-size: cover;
	border-bottom-right-radius: 80px;
	border-bottom-left-radius: 80px;
	z-index: 1;
	overflow: hidden;
}

header::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	z-index: 0;
	opacity: 0.7;
	background: rgb(18,18,18);
	background: linear-gradient(270deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0) 100%); 
}

header h1 {
	position: absolute;
	bottom: 80px;
	right: 80px;
	width: 400px;
	text-align: right;
	z-index: 1;
	line-height: 50px;
	padding-right: 40px;
	border-right: solid 4px #f2e9e4;
}

header h1 b {
	color: var(--light-color);
}

.smallheader {
	height: auto;
	padding: 120px 40px;
}

.smallheader h1 {
	position: relative;
	bottom: auto;
	right: auto;
	width: initial;
}

.home {
	background-color: var(--off-white);
	position: relative;
	margin-top: -80px;
	padding-top: 140px;
	padding-bottom: 100px;
}

.home .wrapper {
	display: flex;
}

.homeright, .homeleft {
	width: 50%;
}

.homeleft {
	padding-right: 100px;
}

.hrtop {
	background-color: var(--dark-color);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 40px;
	overflow: hidden;
	position: relative;
	padding-bottom: 190px;
}

.hrtop p {
	font-size: 22px;
	color: var(--off-white);
	line-height: 40px;
	font-family: 'Domine', serif;
	text-align: right;
}

.hrbtm {
	position: relative;
	top: 50px;
	margin-bottom: 60px;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
	z-index: 2;
}

.wcu {
	min-height: 600px;
	padding: 100px 0;
	position: relative;
}

.wcu h2 {
	color: var(--off-white);
}

.wcucontent {
	position: relative;
	width: 60%;
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	padding: 0 80px;
}

.wcucontent div {
	width: 45%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.wcu p {
	color: #eee;
}

.wcu ul li {
	color: var(--light-color);
	list-style: none;
	line-height: 35px;
	position: relative;
}

.main ul li {
	color: var(--alt-color);
	list-style: none;
	line-height: 35px;
	position: relative;
}

.wcu ul li::before {
	position: absolute;
	font-family: "Font Awesome 5 pro";
	content: '\f0da';
	left: -30px;
	font-size: 20px;
	color: black;
	font-weight: 600;
	top: 2px;
	color: var(--off-white);
}

.main ul li::before {
	position: absolute;
	font-family: "Font Awesome 5 pro";
	content: '\f0da';
	left: -30px;
	font-size: 20px;
	color: black;
	font-weight: 600;
	top: 2px;
	color: var(--main-color);
}

.twocols {
	columns: 2;
}

.wcuimg {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 40%;
	background: url('../images/wcuimg.jpg') no-repeat center;
	background-size: cover;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	z-index: 2;
}

.testfeature {
	background: url('../images/testimg.jpg') no-repeat center;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 220px;
	position: relative;
	height: 800px;
	display: none;
}

.testfeature::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: #232323;
	opacity: 0.3;
}

.testfeature .wrapper {
	display: none;
}

.testfeature::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background-color: var(--main-color);
	top: 0px;
	left: 0px;
	z-index: -1;
}

.tfcontent {
	position: relative;
	display: flex;
	align-content: stretch;
}

.tftxt {
	width: 50%;
	padding: 120px 80px;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	text-align: left;
	overflow: hidden;
	z-index: 1;
}

.tftxt p {
	font-family: 'Dongle', sans-serif;
	color: #202020;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	text-align: left;
}

span.stars {
	display: block;
	text-align: left;
}

.stars i {
	color: var(--light-color);
	margin-right: 10px;
	font-size: 20px;
}

p.author, .test p.author {
	font-family: 'Domine', serif;
	margin-bottom: 0px;
	position: relative;
	font-size: 20px;
	color: var(--main-color);
}

p.author::before {
	position: absolute;
	top: -10px;
	width: 300px;
	left: 0;
	right: 0;
	content: '';
	height: 1px;
	background-color: var(--off-white);
	margin: 0 auto;
	opacity: 0.4;
}

p.location, .test p.location {
	margin: 0px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	color: var(--alt-color);
}

p.location::before {
	font-family: "Font Awesome 5 pro";
	content: '\f3c5';
	position: absolute;
	left: 0px;
	font-size: 14px;
	font-weight: 600;
}

.tfimg {
	width: 50%;
	border-radius: 20px;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	background: url('../images/testimg.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

footer {
	background-color: var(--alt-color);
	padding: 80px 0;
	padding-top: 140px;
}

footer div.wrapper {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
}

footer div.wrapper > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

footer ul {
	padding: 0px;
	margin: 0px;
}

footer ul li {
	list-style: none;
	padding-bottom: 5px;
	color: var(--off-white);
	position: relative;
}

footer ul li::before {
	position: absolute;
	left: -20px;
	font-family: "Font Awesome 5 pro";
	content: '\f0da';
	font-weight: 600;
	font-size: 16px;
	color: var(--main-color);
	top: 1px;
}

footer ul li:hover {
	color: var(--alt-color);
}

footer p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: var(--off-white);
}

.fcon p {
	font-family: 'Dongle', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 45px;
	font-weight: 500;
	color: var(--light-color);
}

.fcon p a:hover {
	color: var(--off-white);
}

.fsocial {
	padding-bottom: 20px;
}

.fsocial i {
	color: var(--light-color);
	font-size: 30px;
	margin-right: 20px;
}

.fsocial i:hover {
	color: var(--off-white);
}

.fcopy p {
	font-size: 14px;
}

p.femail {
	font-size: 24px;
}

p.seo {
	color: var(--light-color);
}

.flogo {
	top: -140px;
	display: none !important;
	position: absolute;
}

.flogo::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: -1px;
	background: url('../images/titlecurve.svg') no-repeat top center;
	background-size: contain;
	content: '';
	z-index: 0;
}

.flogo img {
	height: 100px;
	position: relative;
	z-index: 1;
	padding: 20px 270px;
	top: -10px;
}

.main {
	display: block;
	position: relative;
	background-color: var(--off-white);
	padding: 100px 0;
	margin-top: -80px;
	overflow: hidden;
}

.servcontent {
	display: flex;
	align-content: stretch;
	justify-content: flex-end;
}

.servtxt {
	width: 50%;
}

.servcontainer {
	position: relative;
	display: flex;
	align-content: stretch;
}

.servleft, .servright {
	width: 50%;
}

.servleft {
	padding-right: 40px;
}

.servright {
	padding-left: 40px;
}

.servside {
	position: absolute;
	width: 50%;
	top: 180px;
	left: 0px;
	height: 100%;
	background: url('../images/servimg.jpg') no-repeat center;
	background-size: cover;
	border-top-right-radius: 80px;
}

.servside::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	pointer-events: none;
}

.servtxt {
	padding: 40px;
	padding-left: 80px;
}

.contactfeature {
	position: relative;
	padding: 100px 0;
}

.cftxt {
	width: 50%;
	padding: 80px 0;
	padding-right: 40px;
}

.cftxt p {
	font-family: 'Domine', serif;
	font-size: 24px;
	color: var(--off-white);
	line-height: 36px;
}

.cftxt p b {
	color: var(--light-color);
}

.conimg {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: -0px;
	width: 50%;
	background: url('../images/confeature.jpg') no-repeat center;
	background-size: cover;
	border-bottom-left-radius: 80px;
	border-top-left-radius: 80px;
	z-index: 2;
}

.servside img {
	border-radius: 20px;
}

span.btn, input[type="submit"] {
	display: inline-block;
	position: relative;
	border-radius: 20px;
	background-color: var(--main-color);
	color: var(--off-white);
	font-family: 'Dongle', sans-serif;
	font-size: 30px;
	line-height: 40px;
	box-shadow: inset 0 0 0 0 var(--main-color);
	-webkit-transition: box-shadow .45s ease-in-out;
	   -moz-transition: box-shadow .45s ease-in-out;
	    -ms-transition: box-shadow .45s ease-in-out;
	     -o-transition: box-shadow .45s ease-in-out;
	        transition: box-shadow .45s ease-in-out;
}

span.btn::after, input[type="submit"]::after {
	position: absolute;
	right: 20px;
	top: 9px;
	font-family: "Font Awesome 5 pro";
	content: '\f0da';
	color: var(--off-white);
	font-weight: 700;
	font-size: 16px;
}

.btn:hover, input[type="submit"]:hover {
	box-shadow: inset 0 80px 0 0 var(--light-color);
}

span.btn a {
	display: block;
	padding: 10px 30px;
	padding-right: 50px;
}

.enquirywrapper {
	position: relative;
	padding: 40px 0;
}

.enquirywrapper h3 {
}

.enquirywrapper p {
	color: var(--off-white);
}

.formholder {
	display: flex;
	position: relative;
	align-content: stretch;
}

.formleft, .formright {
	width: 50%;
}

.formleft {
	padding-right: 20px;
}

.formright {
	padding-left: 20px;
}

.formleft div:last-of-type input {
	margin: 0px !important;
}

form textarea, .formright div {
	height: 100%;
}

form {
	color: var(--light-color);
	font-size: 14px;
}

.captcha {
	padding: 10px 0;
}

.captxt input {
	width: 200px;
}

input[type="submit"] {
	border: none;
	padding: 10px 30px;
	margin-top: 20px;
}

.mapholder {
	position: relative;
	background-color: var(--off-white);
}

.mapholder::after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	content: '';
 	background: rgb(242,233,228);
	background: linear-gradient(0deg, rgba(242,233,228,1) 0%, rgba(242,233,228,0.8) 18%, rgba(242,233,228,0) 61%, rgba(242,233,228,0) 100%); 
}

.mapholder iframe {
	width: 100%;
	height: 600px;
	border-radius: 40px;
	pointer-events: none;
}

.contact h2 {
	text-align: center;
}

.conboxes {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.conboxes div {
	padding: 40px;
	width: 30%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.conboxes p {
	margin-bottom: 0px;
}

p.contitle {
	font-family: 'Domine', serif;
	font-size: 28px;
	color: var(--main-color);
	margin-bottom: 0px;
}

.conmiddle {
	background: url('../images/conimg.jpg') no-repeat center;
	background-size: cover;
	border-radius: 40px;
}

p.contel {
	font-family: 'Dongle', sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 0px;
}

.galleryholder {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.galleryimg {
	width: 20%;
	padding: 10px;
}

.galleryimg img {
	border-radius: 20px;
}

.testwrapper {
	position: relative;
	padding-top: 40px;
}

.grid-item {
  width: calc(50% - 50px);
  float: left;
  /* vertical gutter */
  margin-bottom: 80px;
}

.test {
	border: solid 2px #9a8c99;
	padding: 40px;
	border-radius: 20px;
	position: relative;
}

.grid-sizer {
	width: 40%;
}

.grid::after {
  content: '';
  display: block;
  clear: both;
}

.test p {
	font-family: 'Dongle', serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
}

.testbtm {
	position: absolute;
	bottom: -20px;
	left: 40px;
	background-color: var(--off-white);
	padding: 0 40px;
}


/*Peasant Screens*/
@media screen and (max-width: 1920px) {
	.wrapper {
		width: calc(100% - 160px);
	}
	.main {
		border-bottom-left-radius: 200px;
		padding-bottom: 200px;
	}
}
/*Big Lappy*/
@media screen and (max-width: 1440px) {
	.home {
		padding-bottom: 160px;
	}
	.wcucontent {
		flex-wrap: wrap;
	}
	.wcucontent div {
		width: 100%;
	}
	.conboxes {
		flex-wrap: wrap;
	}
	.conaddy, .connumbers {
		width: 50% !important;
	}
	.conmiddle {
		width: 100% !important;
		height: 300px;
	}
	.conboxes div {
		justify-content: flex-start;
	}
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
}
/*iPad Landscape*/
@media screen and (max-width: 1280px) {
	.wrapper {
		width: calc(100% - 80px);
	}
	.homeleft h2 {
		margin-top: 0px;
		padding-top: 0px;
	}
	.homeleft {
		width: 60%;
	}
	.homeright {
		width: 40%;
	}
	.tftxt {
		padding: 40px;
	}
	.galleryimg {
		width: 25%;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	.homeleft, .homeright {
		width: 100%;
	}
	.home .wrapper {
		flex-wrap: wrap;
	}
	.homeleft {
		padding-right: 0px;
		padding-bottom: 40px;
	}
	.home {
		border-bottom-left-radius: 200px;
		padding-bottom: 80px;
	}
	.wcucontent {
		width: 100%;
	}
	.wcu {
		padding-bottom: 0px;
	}
	.wcuimg {
		position: relative;
		top: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: auto;
		height: 400px;
		width: 90%;
		border-radius: 100px;
	}
	.tftxt p {
		font-size: 26px;
	}
	.testfeature {
		border-bottom-right-radius: 80px;
	}
	footer div.wrapper {
		flex-wrap: wrap;
		padding-top: 40px;
	}
	.fcon, .fnav, .faddy {
		width: 33.33333%;
	}
	.fcopy {
		width: 100%;
		padding-top: 40px;
	}
	.servcontent {
		flex-wrap: wrap;
	}
	.servtxt {
		width: 100%;
		padding: 40px;
	}
	.servside {
		position: relative;
		width: 100%;
		height: 300px;
		border-radius: 40px;
		width: calc(100% - 80px);
		margin: 0 auto;
		top: 40px;
	}
	.main {
		border-bottom-left-radius: 200px;
	}
}
/*IPHONE X Landscape*/
@media screen and (max-width: 910px) {
	i.fa-bars {
		display: block;
		position: relative;
		color: var(--main-color);
		font-size: 26px;
		cursor: pointer;
		left: 20px;
		top: 20px;
	}
	.titletop {
		padding-bottom: 20px;
	}
	nav {
		display: none;
		position: absolute;
		top: 68px;
		width: 100%;
		background-color: var(--off-white);
		z-index: 3;
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	nav ul {
		flex-direction: column;
		padding: 0px;
	}
	nav ul li {
		display: inline-block;
		text-align: center;
		font-size: 18px;
	}
	nav ul li a {
		padding: 10px 20px;
	}
	.sub {
		padding-right: 20px;
	}
	nav ul li ul {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	nav ul li ul li {
		display: block;
	}
	.logo {
		display: flex;
		flex-direction: column;
		margin-top: 0px;
		padding-top: 0px;
	}
	.headcon {
		position: relative;
	}
	.logo img {
		position: relative;
		order: +1;
		top: 20px;
		z-index: 2;
	}
	.sub::before {
		top: 5px;
	}
	.cftxt {
		width: 100%;
		padding: 40px;
	}
	.contactfeature {
		padding-bottom: 0px;
	}
	.conimg {
		position: relative;
		bottom: auto;
		width: calc(100% - 80px);
		border-radius: 40px;
		margin: 0 auto;
		height: 300px;
	}
	.galleryimg {
		width: 50%;
	}
	.grid-item {
		width: 100%;
	}
	.conaddy, .connumbers {
		width: 100% !important;
	}
	.formholder {
		flex-wrap: wrap;
	}
	.formleft, .formright {
		width: 100%;
		padding: 0px;
	}
	.formright {
		padding-top: 20px;
	}
	.servcontainer {
		flex-wrap: wrap;
	}
	.servleft {
		width: 100%;
		padding-right: 0px;
	}
	.servright {
		width: 100%;
		padding-left: 0px;
	}
}
/*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) {
	.headcon {
		flex-wrap: wrap;
	}
	.headcon div {
		width: 100%;
		text-align: center;
	}
	.headcon div:last-of-type {
		text-align: center;
	}
	.headcon div:last-of-type p {
		font-size: 18px;
	}
	header h1 {
		right: 40px;
		font-size: 28px;
	}
	.tfcontent {
		flex-wrap: wrap;
	}
	.tfimg, .tftxt {
		width: 100%;
	}
	.tfimg {
		height: 300px;
		border-radius: 40px;
	}
	.testfeature {
		border-bottom-right-radius: 0px;
		padding-bottom: 80px;
	}
	.flogo {
		width: 100%;
		display: block !important;
	}
	.flogo img {
		padding: 10px;
		width: auto !important;
		margin: 0 auto;
		display: block;
		height: 100px;
	}
	.flogo::before {
		background-size: contain;
		top: -1px;
	}
	.fcon, .fnav {
		width: 50%;
		text-align: center;
	}
	.faddy {
		width: 100%;
		text-align: center;
		padding-top: 40px;
	}
}
/*Phone*/
@media screen and (max-width: 680px) {
	.wcucontent {
		padding: 0 40px;
	}
	.flogo::before {
		display: none;
	}
	.flogo img {
		background-color: var(--off-white);
		border-radius: 20px;
	}
	.flogo {
		top: -80px;
	}
	.titlebar::after {
		background-size: contain;
		width: 100%;
		bottom: -99px;
	}
	.mapholder::after {
		display: none;
	}
}
/*Phone*/
@media screen and (max-width: 550px) {
	.fcon, .fnav {
		width: 100%;
	}
	.fnav {
		padding-top: 40px;
	}
	.wrapper {
		width: calc(100% - 40px);
	}
	.tftxt p {
		font-size: 24px;
		line-height: 32px;
	}
	h2 {
		font-size: 60px;
	}
	header h1 {
		width: 90%;
		font-size: 24px;
		line-height: 32px;
		right: 20px;
		padding-right: 20px;
	}
	.contactfeature {
		padding-top: 40px;
	}
	.conimg {
		width: calc(100% - 40px);
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
}
/*Phone*/
@media screen and (max-width: 425px) {
}
/*Phone*/
@media screen and (max-width: 395px) { 
}