/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #6f7074;
  --dark-color: #4c4d51;
  --light-color: #c8e243;
  --light-alt: #ecfda6;
  --dark-alt: #343434;
}

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: #fff;
	overflow-x: hidden;
	height: auto !important;
}

* {
  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: 'Castoro', serif;
	color: #1c1c1c;
	font-size: 32px;
	font-weight: 400;
}

h2 {
	font-family: 'Castoro', serif;
	color: #85bbbd;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
}

h3 {
	color: #76949f;
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
}

i.fa-bars, i.fa-times {
	display: none;
}

header {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url('../images/header.jpg') no-repeat center;
	background-size: cover;
}

header::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	 background: rgb(29,30,31);
background: linear-gradient(180deg, rgba(29,30,31,0.8988327752976191) 0%, rgba(29,30,31,0.85) 37%, rgba(29,30,31,0.0472921590511205) 100%); 
}

.innerhead {
	width: 1920px;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
}

.innerhead h1 {
	color: #e5e5ec;
	font-size: 45px;
	text-align: right;
	width: 500px;
	animation: slideIn 3s ease;
	position: absolute;
	bottom: -40px;
	right: 0px;
	padding: 180px 0;
	z-index: 3;
}

.innerhead h1::before {
	content: '';
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/weird.svg') no-repeat center;
	background-size: contain;
	z-index: -1;
}

.innerhead h1 b {
	font-weight: 300;
	color: var(--light-color);
	font-style: italic;
}

.innerhead h1 span {
	color: #fff;
	position: relative;
}

.innerhead h1 span::after {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background-color: #85bbbd;
	content: '';
	left: 0px;
}

@keyframes slideIn {
  0%{
    transform: translate(400px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.hcon {
	position: absolute;
	left: 0px;
	bottom: 100px;
}

.hcon p {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	color: #dedede;
	position: relative;
	padding: 40px 20px;
}

.hcon p:first-of-type {
	top: 60px;
	left: -60px;
	font-size: 20px;
}

.hcon p:first-of-type::before {
	z-index: -1;
	position: absolute;
	content: '';
	height: 180%;
	width: 180%;
	top: -40%;
	left: -25%;
	background: url('../images/conbg1.svg') no-repeat center;
	background-size: contain;
}

.hcon p:last-of-type::before {
	z-index: -1;
	position: absolute;
	content: '';
	height: 150%;
	width: 150%;
	top: -20%;
	left: -20%;
	background: url('../images/conbg2.svg') no-repeat center;
	background-size: contain;
}

.hcon p span {
	font-weight: 300;
}

.titleholder {
	position: absolute;
	top: 40px;
	width: 1920px;
	z-index: 4;
	left: 0;
	right: 0;
	margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  -webkit-transition: background-color .55s ease;
     -moz-transition: background-color .55s ease;
      -ms-transition: background-color .55s ease;
       -o-transition: background-color .55s ease;
          transition: background-color .55s ease;
}

.titlebar {
	position: relative;
	display: flex;
	width: 1920px;
	left: 0;
	right: 0;
	margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  justify-content: space-between;
}

.titlebar::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: white;
	content: '';
	z-index: 2;
	opacity: 0.3;
}

.titlebar::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0.5px;
	background-color: white;
	content: '';
	z-index: 2;
	opacity: 0.3;
}

.is_stuck {
	background-color: #fff;
	width: 100% !important;
}

.is_stuck nav ul li {
	color: #533746;
	font-weight: 500;
}

.is_stuck nav ul li:hover::after {
	background-color: #533746;
}

.is_stuck nav ul li:hover {
	color: #76949f;
}

.is_stuck .social {
	opacity: 0;
}

.is_stuck nav ul li ul {
	background-color: #dadae4;
}

.is_stuck nav ul li ul li:hover {
	color: #dadae4;
}

.is_stuck .logo img {
	padding: 0px;
	border-radius: 0px;
	height: 50px;
}

nav {

}

nav ul {
	list-style: none;
	display: block;
}

nav ul li {
	display: inline-block;
	margin-right: 40px;
	color: #b9c9ba;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}

nav ul li:last-of-type {
	margin-right: 0px;
}

nav ul li:hover {
	color: #fff;
}

nav ul li::after {
	position: absolute;
	bottom: -35px;
	width: 100%;
	height: 0px;
	background-color: #797d79;
	content: '';
	left: 0px;
	-webkit-transition: height .25s ease-in, background-color .25s ease-in;
	   -moz-transition: height .25s ease-in, background-color .25s ease-in;
	    -ms-transition: height .25s ease-in, background-color .25s ease-in;
	     -o-transition: height .25s ease-in, background-color .25s ease-in;
	        transition: height .25s ease-in, background-color .25s ease-in;
}

nav ul li:hover::after {
	height: 3px;
	background-color: #fff;
}

nav ul li ul {
	position: absolute;
	display: inline-block;
	width: 250px;
	left: 0px;
	top: 62px;
	padding: 0px;
	background-color: #533746;
	display: none;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

nav ul li ul li:hover {
	background-color: #5f516b;
}

nav ul li ul li {
	display: block;
	padding: 15px;
	margin-right: 0px;
	font-size: 16px;
	border-bottom: solid 1px #5d5d5d;
}

nav ul li ul li:last-of-type {
	border-bottom: none;
}

nav ul li ul li::after {
	display: none;
}

a.sub::after {
	position: absolute;
	font-family: "Font Awesome 5 pro";
	content: '\f078';
	color: #85bbbd;
	bottom: -30px;
	width: 100%;
	left: 0px;
	text-align: center;
	font-size: 14px;
}

.logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo img {
	max-height: 80px;
	display: block;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.social {
	position: absolute;
	right: 0px;
	bottom: -40px;
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}

.social i {
	display: inline-block;
	color: #d6ccd2;
	margin-right: 20px;
	font-size: 20px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}

.social a:last-of-type i {
	margin-right: 0px;
}

.social i:hover {
	opacity: 1;
}

.homecontent {
	position: relative;
	background-color: var(--main-color);
}

.homecontent::before {
	position: absolute;
	background: url('../images/curve5.svg') no-repeat top left;
	background-size: cover;
	width: calc(100% + 3px);
	height: 170px;
	content: '';
	top: -170px;
	left: -3px;
	z-index: 2;
}

.content {
	position: relative;
	background-color: var(--main-color);
	padding-bottom: 100px;
}

.content::before {
	position: absolute;
	background: url('../images/curve5.svg') no-repeat top left;
	background-size: cover;
	width: calc(100% + 3px);
	height: 170px;
	content: '';
	top: -170px;
	left: -3px;
	z-index: 2;
}

.wrapper {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

.homecontent .wrapper {
	display: flex;
	justify-content: space-between;
}

.wrapper div {
}

.homecontent p, .content p {
	color: #d4cfd9;
}

.hideme {
    opacity:0;
    top: -40px;
}

.about, .aboutimg {
	width: 50%;
}

.aboutimg img {
	border-radius: 50%;
	border-top-left-radius: 70%;
	border-bottom-right-radius: 60%;
	padding: 50px 200px;
	padding-top: 0px;
	width: 100%;
}

.servicesfeature, .contactholder {
	position: relative;
	background-color: #dce9e9;
}

.servicesfeature h2 {
	color: #533746;
}

.servicesfeature .wrapper {
	width: 1440px;
}

.wwd, .contactinfo {
	position: relative;
	display: flex;
	align-content: stretch;
}

.wwd::before, .contactinfo::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	content: '';
	z-index: 0;
	background: url('../images/dotsbg.svg') no-repeat top left;
	background-size: 70%;
	opacity: 0.2;
}

.wwdtxt, .wwdimg {
	width: 50%;
}

.wwdtxt, .contxt {
	padding: 120px;
	padding-left: 12%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	align-items: flex-start;

}

.wwdtxt::after, .contxt::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -120px;
	height: 100%;
	width: 120px;
	z-index: 2;
	background: url('../images/wwd.svg') no-repeat top left;
	background-size: cover;
}

.wwdimg {
	background-color: #533746;
	background: url('../images/header2.jpg') no-repeat center;
	background-size: cover;
}

.btn, input[type="submit"] {
	position: relative;
	display: inline !important;
	padding: 15px;
	padding-right: 40px;
	background-color: var(--main-color);
	border-radius: 5px;
	color: #e5e0e9;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer;
	margin-top: 10px;
	box-shadow: inset 0 0 0 0 #533746;
	-webkit-transition: box-shadow .25s ease-in-out;
	   -moz-transition: box-shadow .25s ease-in-out;
	    -ms-transition: box-shadow .25s ease-in-out;
	     -o-transition: box-shadow .25s ease-in-out;
	        transition: box-shadow .25s ease-in-out;
}

.btn::after, .input[type="submit"]::after {
	position: absolute;
	right: 9px;
	content: '';
	color: #e7dde2;
	top: 20px;
	content: '\f054';
	font-family: "Font Awesome 5 pro";
	font-size: 14px;
	font-weight: 600;
}

.wwdtxt span.btn {
	top: 40px;
}

.btn:hover, input[type="submit"]:hover {
	box-shadow: inset 392px 0 0 0 var(--dark-color);
}

.wrapper ul li, .servicesfeature ul li {
	list-style: none;
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}

.wrapper ul li::before, .servicesfeature ul li::before {
	content: '\f152';
	font-family: "Font Awesome 5 pro";
	left: 0px;
	top: 1px;
	position: absolute;
	color: #76949f;
	font-weight: 600;
	font-size: 18px;
}

.wrapper ul, .servicesfeature ul {
	padding-left: 0px;
	margin-left: 0px;
}

.testfeature {
	position: relative;
	background: url('../images/testbg.jpg') no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.testfeature::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	z-index: 0;
	opacity: 0.5;
	background: rgb(29,30,31);
}

.testcontent {
	padding: 40px 80px;
	width: 30%;
	background-color: var(--dark-color);
	position: relative;
	z-index: 2;
	margin-top: 150px;
	margin-bottom: 300px;
	left: 200px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.testcontent::after {
	position: absolute;
	height: 100%;
	top: 0px;
	width: 150px;
	right: -150px;
	background: url('../images/test2.svg') no-repeat top right;
	background-size: cover;
	content: '';
}

.testcontent p {
	color: #e9e1e5;
	text-align: left;
}

.testcontent span {
	display: inline-block;
}

.author {
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px;
	background-color: var(--light-alt);
	border-radius: 10px;
	padding-left: 100px;
	padding-bottom: 50px;
	padding-right: 40px;
	position: relative;
	left: -100px;
	color: var(--main-color);
	margin-top: 40px;
	font-family: 'Castoro', serif;
}

.author::before {
	position: absolute;
	content: '\f4ae';
	font-family: "Font Awesome 5 pro";
	left: 20px;
	top: 5px;
	font-size: 50px;
	color: var(--dark-color);
}

span.location::before {
	position: absolute;
	top: -4px;
	width: 100px;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
	content: '';
}

span.location {
	display: block;
	position: relative;
	top: -40px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--main-color);
	padding-top: 5px
}

span.location i {
	padding-right: 10px;
}

.testimg:last-of-type {
	background: url('../images/test2.jpg') no-repeat center;
	background-size: cover;
}

.accreds {
	background-color: #fff;
	position: relative;
	padding: 40px 120px;
}

.accreds h3 {
	position: absolute;
	top: -82px;
	left: 30%;
	font-family: 'Castoro', serif;
	font-size: 25px;
	color: var(--main-color);
	background-color: #fff;
	padding: 10px 30px;
	display: block;
}

.accreds h3::after {
	content: '';
	position: absolute;
	background: url('../images/h3side.svg') no-repeat top right;
	background-size: cover;
	height: 57.5px !important;
	width: 57.5px !important;
	right: -57.5px;
	bottom: 0px;
}

.accreds h3::before {
	content: '';
	position: absolute;
	background: url('../images/h3side2.svg') no-repeat top right;
	background-size: cover;
	height: 57.5px !important;
	width: 57.5px !important;
	left: -57.5px;
	bottom: 0px;
}

.accredslider {
	width: 100%;
	position: relative;
}

.accred {
	float: left;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	height: 60px;
	padding: 0 40px;
}

.accred::after {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: black;
	content: '';
	opacity: 0.2;
}

.accred img {
	display: block;
	margin: 0 auto;
	height: 60px;
}

.ftservices {
	background-color: var(--main-color);
	min-height: 600px;
	position: relative;
	padding: 40px 0;
	padding-bottom: 150px;
}

.ftservices .wrapper {
	position: relative;
	text-align: center;
}

.ftservices .wrapper p {
	font-family: 'Castoro', serif;
	text-align: center;
	color: #d9d9d9;
	font-size: 26px;
	font-weight: 400;
	padding: 40px 80px;
	padding-bottom: 0px;
	line-height: 40px;
}

.ftservices span.btn {
	background-color: #533746;
}

.ftservices span.btn:hover {
	box-shadow: inset 132px 0 0 0 #6a6a82;
}

.ftservices .wrapper p span {
	color: var(--light-color);
	font-weight: 800;
}

.circles {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.servcircle {
	position: relative;
	overflow: hidden;
	width: 30%;
	border: solid 0px transparent;
	border-radius: 50%;
	background-color: #85bbbd;
	-webkit-transition: border-radius .55s ease, border .8s ease;
	   -moz-transition: border-radius .55s ease, border .8s ease;
	    -ms-transition: border-radius .55s ease, border .8s ease;
	     -o-transition: border-radius .55s ease, border .8s ease;
	        transition: border-radius .55s ease, border .8s ease;
	transition-delay: .6s, 0s
}

.servcircle:nth-of-type(1) {
	border-bottom-right-radius: 30%;
	border-top-left-radius: 40%;
	border-top-right-radius: 70%;
}

.servcircle:nth-of-type(2) {
	border-top-right-radius: 70%;
	border-bottom-left-radius: 70%;
}

.servcircle:nth-of-type(3) {
	border-bottom-left-radius: 30%;
	border-top-right-radius: 40%;
	border-top-left-radius: 70%;
}

.servcircle:hover {
	border-radius: 50%;
	border: solid 20px var(--light-color);
	-webkit-transition: border-radius .55s ease, border .8s ease;
	   -moz-transition: border-radius .55s ease, border .8s ease;
	    -ms-transition: border-radius .55s ease, border .8s ease;
	     -o-transition: border-radius .55s ease, border .8s ease;
	        transition: border-radius .55s ease, border .8s ease;
	        transition-delay: 0s, .6s;
}

.servtxt {
	position: absolute;
	z-index: 3;
	top: 20%;
	left: -100%;
	padding: 10px;
	padding-left: 40px;
	padding-right: 20px;
	background-color: var(--light-color);
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	-webkit-transition: left .5s ease;
	   -moz-transition: left .5s ease;
	    -ms-transition: left .5s ease;
	     -o-transition: left .5s ease;
	        transition: left .5s ease;
	        transition-delay: 0s;
}

.servcircle:hover .servtxt {
	left: 0px;
	-webkit-transition: left 1s ease;
	   -moz-transition: left 1s ease;
	    -ms-transition: left 1s ease;
	     -o-transition: left 1s ease;
	        transition: left 1s ease;
	        transition-delay: 1s;
}

.servtxt h3 {
	font-family: 'Castoro', serif;
	color: var(--dark-color);
	font-weight: 800;
}

footer {
	position: relative;
	background-color: #2a2a2a;
}

footer::before {
	position: absolute;
	background: url('../images/footcurve.svg') no-repeat top left;
	background-size: cover;
	width: calc(100% + 3px);
	height: 170px;
	content: '';
	top: -170px;
	left: -3px;
	z-index: 2;
}

footer .fwrap {
	position: relative;
	z-index: 3;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
	justify-content: space-between;
}

.fwrap div {
	padding: 20px;
	position: relative;
}

.fcon p {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 28px;
	margin: 0px;
	margin-bottom: 20px;
}

.faddy p {
	margin: 0px;
	padding: 0px;
}

.fcon .flogo {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	height: 80px;
	margin-top: -100px;
	z-index: 3;
	margin-bottom: 20px;
}

.fcopy i {
	color: #76949f;
	font-size: 25px;
	padding-right: 20px;
}

p.seo {
	color: #6a6a82;
}

footer ul li:hover, .fcopy i:hover {
	color: #e3e3e3;
}

footer ul {
	padding: 0px;
	margin: 0px;
}

footer p, footer ul li {
	color: #85bbbd;
	list-style: none;
}

.smallheader {
	height: auto;
}

.smallheader .innerhead {
	display: block;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}

.smallheader .innerhead h1 {
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	position: relative !important;
	margin: 0 auto;
	text-align: center;
	padding: 50px 50px;
	width: auto !important;
	display: inline-block;
}

.smallheader .innerhead h1::before {
	background-image: url('../images/weird2.svg');
	background-size: contain;
	background-position: center;
}

.services {
	padding: 10px;
	display: flex;
	align-content: stretch;
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}

.servside {
	width: 50%;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.servside img {
	border-radius: 50%;
	border-top-left-radius: 70%;
	border-bottom-right-radius: 70%;
}

.servcontent {
	position: relative;
	z-index: 1;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
}

.servcontent h2 {
	color: #e9e9e9;
}

.services ul li {
	color: #e5e5e5;
}

.bigphoto {
	position: relative;
	height: 800px;
	background: url('../images/bigphoto.jpg') no-repeat center;
	background-size: cover;
}

.gallery {
	padding: 10px 80px;
	overflow: hidden;
	position: relative;
	display: flex;
}

.galleryside {
	width: 400px;
	padding: 0 40px;
	border-right: solid 1px #85bbbd;
	padding-bottom: 100px;
}

.galleryside span.btn {
	top: 40px;
	background-color: var(--light-alt);
}

.galleryholder {
	position: relative;
	width: 100%;
	margin-bottom: -10px;
	overflow: hidden;
	padding: 5px;
	padding-left: 80px;
}

.galleryimg {
	border: solid 0px transparent;
	display: block;
	width: calc(25% - 40px);
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 10px;
	margin: 20px;
	border-radius: 50%;
	border-bottom-right-radius: 70%;
	border-top-left-radius: 70%;
	-webkit-transition: border-radius .55s ease, border .8s ease;
	   -moz-transition: border-radius .55s ease, border .8s ease;
	    -ms-transition: border-radius .55s ease, border .8s ease;
	     -o-transition: border-radius .55s ease, border .8s ease;
	        transition: border-radius .55s ease, border .8s ease;
	transition-delay: .6s, 0s
}

.galleryimg:hover {
	border-radius: 50%;
	border: solid 20px var(--light-color);
	-webkit-transition: border-radius .55s ease, border .8s ease;
	   -moz-transition: border-radius .55s ease, border .8s ease;
	    -ms-transition: border-radius .55s ease, border .8s ease;
	     -o-transition: border-radius .55s ease, border .8s ease;
	        transition: border-radius .55s ease, border .8s ease;
	        transition-delay: 0s, .6s;
}

.galleryimg::after {
	position: absolute;
	z-index: 3;
	font-size: 70px;
	content: '\f00e';
	font-family: "Font Awesome 5 pro";
	color: #fff;
	text-align: center;
	top: calc(50% - 42.5px);
	left: 0;
	right: 0;
	pointer-events: none;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: transform .5s ease;
	   -moz-transition: transform .5s ease;
	    -ms-transition: transform .5s ease;
	     -o-transition: transform .5s ease;
	        transition: transform .5s ease;
	        transition-delay: 0s;
}

.galleryimg:hover::after {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: transform .5s ease;
	   -moz-transition: transform .5s ease;
	    -ms-transition: transform .5s ease;
	     -o-transition: transform .5s ease;
	        transition: transform .5s ease;
	        transition-delay: 0.5s;
}

.grid-item {
  width: calc(50% - 100px);
  float: left;
  /* vertical gutter */
  margin-bottom: 20px;
}

.grid-sizer {
	width: 40%;
}

.grid::after {
  content: '';
  display: block;
  clear: both;
}

.testimonials {
	padding: 10px;
	position: relative;
	padding-bottom: 80px;
}

.testimonials .testcontent {
	left: 0px;
	margin-top: 20px;
	padding-right: 20px;
}

.testimonials .testcontent::after {
	background: url('../images/test2.svg') no-repeat top right;
	width: 60px;
	right: -60px;
	background-size: cover;
}

.enquiry {
	padding: 10px;
}

.formholder {
	position: relative;
	display: flex;
	align-content: stretch;
	margin-bottom: 10px;
}

.formleft {
	padding-right: 40px;
}

.formleft div:last-of-type input {
	margin-bottom: 0px;
}

.formleft, .formright {
	width: 50%;
}

.formright textarea, .formright div {
	height: 100%;
}

form {
	font-size: 12px;
	color: #dedede;
}

form textarea {
	 resize: none;
}

.captxt {
	width: 250px;
	margin-bottom: 10px;
}

.captxt input {
	margin-bottom: 5px;
	margin-top: 10px;
}

input[type="submit"] {
	border: none;
	background-color: var(--light-alt);
}

.contxt, .conmap {
	width: 50%;
}

.contactholder h2 {
	color: #533746;
}

.deets p {
	margin: 0px;
}

.contxt {
	padding-bottom: 180px;
}

.conmap iframe {
	width: 100%;
	height: 100%;
}

.deets h3 {
	font-family: 'Castoro', serif;
	text-transform: uppercase;
}

.deets hr {
	color: #85bbbd;
	opacity: 0.5;
}

/*Peasant Screens*/
@media screen and (max-width: 1920px) {
	.wrapper {
		width: 95%;
	}
	.titleholder {
		width: 95%;
	}
	.innerhead {
		width: 95%;
	}
	.titlebar {
		width: 100%;
	}
	.is_stuck .titlebar {
		width: 95% !important;
	}
	.hcon {
		left: 100px;
	}
	.innerhead h1 {
		font-size: 35px;
		width: 370px;
	}
	.wwdtxt {
		padding: 60px;
		padding-bottom: 120px;
	}
	.testcontent {
		left: 100px;
		width: 45%;
	}
	.fwrap {
		max-width: auto;
		width: 95%;
	}
}
/*Big Lappy*/
@media screen and (max-width: 1440px) {
	.aboutimg {
		text-align: right;
	}
	.aboutimg img {
		padding: 80px;
		padding-top: 0px;
		padding-right: 0px;
		width: 80%;
	}
	.testcontent {
		left: 50px;
		width: 65%;
		padding-right: 0px;
	}
	.testimonials .testcontent {
		width: 42%;
		margin-bottom: 10px;
	}
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
	.testcontent {
		margin-top: 100px;
		margin-bottom: 170px;
	}
	.accredslider::after {
		width: 5px;
		height: 100%;
		position: absolute;
		right: 0px;
		content: '';
		background-color: #fff;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1280px) {
	.about {
		width: 60%;
	}
	.aboutimg {
		width: 40%;
	}
	.aboutimg img {
		width: 90%;
		padding-top: 50px;
	}
	.fwrap {
		flex-wrap: wrap;
	}
	.fcopy {
		width: 100%;
	}
	.bigphoto {
		height: 500px;
	}
	.gallery {
		flex-wrap: wrap;
	}
	.galleryside {
		width: 100%;
		border-right: none;
	}
	.galleryholder {
		width: 100%;
		padding: 0px;
	}
	.galleryside h2 {
		margin-top: 0px;
	}
	.enquiry h2 {
		margin-top: 0px;
	}
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	.innerhead h1 {
		font-size: 30px;
		width: 280px;
	}
	.hcon p {
		font-size: 30px;
	}
	.aboutimg img {
		width: 100%;
		padding-top: 100px;
	}
	.about {
		padding-bottom: 80px;
	}
	.wwdtxt {
		padding-right: 0px;
		width: 60%;
	}
	.wwdimg {
		width: 40%;
	}
	.ftservices .wrapper p {
		padding: 20px 40px;
		font-size: 22px;
	}
	.circleslider {
		display: block;
		margin-top: 0px;
		padding-top: 50px;
		padding-bottom: 40px;
		width: 80%;
		margin: 0 auto;
	}
	.servcircle {
		float: left;
		width: 100%;
	}
	.servcontent {
		width: 100%;
		display: block;
		order: -1;
		padding-bottom: 50px;
	}
	.servside {
		width: 100%;
		display: block;
		padding: 0 120px;
	}
	.services {
		flex-wrap: wrap;
	}
	.servcontent h2 {
		margin-top: 0px;
	}
	.galleryimg {
		width: calc(33.333333333% - 40px);
	}
	.testimonials .testcontent {
		width: 95%;
	}
	.contactinfo {
		flex-wrap: wrap;
	}
	.contxt, .conmap {
		width: 100%
	}
	.contxt {
		padding: 50px;
	}
	.conmap {
		height: 400px;
	}
	.contxt::after {
		bottom: -118px;
		top: auto;
		left: 0px;
		right: auto;
		width: 100%;
		height: 120px;
		background: url('../images/wwdmobile.svg') no-repeat top center;
		background-size: contain;
	}
}
/*IPHONE X Landscape*/
@media screen and (max-width: 910px) {
	.homecontent .wrapper {
		display: block;
	}
	.about {
		width: 100%;
		padding: 0 80px;
	}
	.about h2 {
		margin-top: 0px;
	}
	.aboutimg {
		width: 100%;
		padding-bottom: 50px;
	}
	.aboutimg img {
		padding: 0px;
		margin: 0 auto;
		display: block;
		width: 50%;
	}
	.wwd {
		display: block;
	}
	.wwdtxt {
		width: 100%;
		display: block;
		padding: 80px;
		padding-bottom: 120px;
	}
	.wwd::before {
		background-size: 100%;
	}
	.wwdimg {
		width: 100%;
		height: 500px;
	}
	.wwdtxt::after {
		bottom: -118px;
		top: auto;
		left: 0px;
		width: 100%;
		height: 120px;
		background: url('../images/wwdmobile.svg') no-repeat top center;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 869px) {
	i.fa-bars {
		color: #e9e9e9;
		font-size: 30px;
		cursor: pointer;
		position: relative;
		top: 10px;
		right: 3px;
		display: block;
	}
	nav {
		display: none;
		position: absolute;
		top: 0px;
		right: 120px;
		background-color: #6a6a82;
		z-index: 10;
		padding: 0px;
		width: 50%;
		overflow: hidden;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	nav ul {
		padding: 0px;
		margin: 0px;
	}
	nav ul li {
		display: block;
		width: 100%;
		text-align: center;
	}
	nav ul li a {
		padding: 10px;
		display: block;
	}
	nav ul li::after {
		display: none;
	}
	nav ul li:hover {
		background-color: #533746;
	}
	nav ul li ul {
		position: relative;
		width: 100%;
		top: 0px;
		background-color: #5f516b;
	}
	a.sub::after {
		bottom: auto;
		top: 11px;
		text-align: right;
		width: auto;
		left: auto;
		right: 50px;
	}
	nav ul li ul li {
		padding: 0px;
	}
	nav ul li ul {
		border-bottom-right-radius: 0px;
	}
	.subup::after {
		content: '\f077' !important;
	}
	nav ul li ul li:hover {
		background-color: #85bbbd;
	}
	.is_stuck i.fa-bars {
		color: #533746;
	}
	.is_stuck nav ul li {
		color: #c9c9c9;
	}
	.is_stuck nav ul li ul li {
		color: #533746;
	}
	.formholder {
		flex-wrap: wrap;
	}
	.formleft, .formright {
		width: 100%;
		padding: 0px;
	}
	.formleft {
		margin-bottom: 20px;
	}
	.homehead {
		min-height: 1100px;
	}
}
@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) {
	.homehead .innerhead h1 {
		bottom: auto;
		top: 200px;
		width: 100%;
		padding: 40px 0;
		text-align: center;
	}
	.homehead .innerhead h1::before {
		height: 150%;
		top: -25%;
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);

	}
	.about {
		padding: 0 40px;
	}
	.fcon {
		width: 100%;
		border-bottom: solid 1px #526667;
	}
	.fcopy {
		border-top: solid 1px #526667;
	}
	.wwdtxt {
		padding: 40px;
		padding-bottom: 100px;
	}
	.testcontent {
		width: 90%;
		border-radius: 40px;
		padding-right: 60px;
	}
	.testcontent::after {
		display: none;
	}
	.accred img {
		max-width: 100%;
		height: auto;
	}
	.accreds {
		padding: 40px 60px;
	}
	nav {
		width: calc(100% - 120px);
	}
	.servside {
		padding: 0 40px;
	}
	.bigphoto {
		background-position: bottom;
	}
	.galleryimg {
		width: calc(50% - 40px);
	}
	.gallery {
		padding: 20px;
	}
	.testfeature .testcontent {
		padding: 20px;
	}
	.author {
		left: -40px;
	}
	.location {
		padding-left: 60px;
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
	.innerhead h1 {
		padding: 0 20px;
	}
	.testcontent {
		width: 85%;
	}
}
/*Phone*/
@media screen and (max-width: 425px) {
}
/*Phone*/
@media screen and (max-width: 395px) { 
}