@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap);

/* 

Walrus Carpentry Ltd

01489885129
07801750513
jeff@walruscarpentry.co.uk
-----------------
8 Ambledale
Southampton
Hampshire
SO31 7BR
------------------
carpentry
carpenters

House extensions
Bespoke timber frame design
Renovations
------------------
24th May 2021
walruscarpentryltd.com
------------------
dark: #23262d
light: #719659

<img src="media/images/logo.png" alt="">

 */
.loader{background-image: url(../images/logo.png);}

html{font-size: 15px;}
.logo img{
	max-height: 120px;
	padding: 20px 0;
}
.logo p{
	line-height: 120%;
	padding: 40px 0;
	margin: 0;
	font-size: 2rem;
	color: #719659;
}
.row-wide{
	max-width: 90%;
	position: relative;
	margin: auto;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400;
	opacity: 0.92;
	font-family: 'Poppins', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
/******** BN Kit ********/
a.mobphone[href*="#"]{display: none!important;}
.social a[href^="#"]{display: none!important;}
.social a[href*="facebook"]{background-color: #4B69B0;}
.social a[href*="twitter"]{background-color: #37B1E1;}
.social a[href*="instagram"]{background: radial-gradient(
circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%);}
.social a[href*="youtube"]{background-color: #E83F3A;}
.social a[href*="wa.me"]{background-color: #2BA63A;}
::-moz-selection {background: #23262d;color: #23262d;}
::selection {background: #23262d; color: #23262d;}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
main hr{margin-top: 25px;margin-bottom: 25px;}
.sub-title{
	font-size: 1rem;
	line-height: 120%;
	font-weight: 500;
	color: white;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 20px;
	background-color: #23262d;
	padding: 10px;
}
main h1{
	font-size: 2rem;
	line-height: 120%;
	font-weight: 300;
	color: #23262d;	
}
main h2{
	font-size: 2rem;
	line-height: 140%;
	font-weight: 300;
	color: #23262d;	
}
main h3{
	font-size: 2rem;
	line-height: 140%;
	font-weight: 700;
	color: #23262d;	
}
main h4{
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 700;
	color: #23262d;	
}
main h5{
	font-size: 1rem;
	line-height: 120%;
	font-weight: 700;
	color: #23262d;	
}
main h6{
	font-size: 1rem;
	line-height: 120%;
	font-weight: 700;
	color: #23262d;	
}
main strong{color: #719659;}
main ul li{
	position: relative;
	font-size: 1rem;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 40px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/shapes/check.svg);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	content: " ";
	background-color: #719659;
}
.darkbg{background-color: #050505;}
.medbg{background-color: #23262d;}
.lightbg{background-color: #719659;}
.whitebg{background-color: white;}
.light-text{color: white;}
.light-text p{color: white;}
.light-text h1, .light-text h2, .light-text h3, 
.light-text h4, .light-text h5 {color: white;}
.extralightbg{position: relative;}
.extralightbg::after{
	position: absolute;
	content: " ";
	background-color: #719659;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.1;
	pointer-events: none;
}
.section{
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.medium-section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.small-section{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.next-section{
	padding-bottom: 120px;
	position: relative;
}
.nopad{padding: 0;}
.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.onecol{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;
}
.left-text{padding: 50px;padding-left: 0;}
.right-text{padding: 50px;padding-right: 0;}
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.hundred{height: 100%;overflow: auto;}
.box1{
	animation: lineanimationone 1s infinite;
	animation-delay:0;
	position: absolute;
	background-color: #719659;
	height: 6px;
	width: 6px; 
	left: 50%;
	top: 60%;
	transform:translate(-50%, -50%);
	z-index: 10;
	border-radius: 50%;
}
@-webkit-keyframes lineanimationone {
    0% {opacity: 0;transform:scale(1);background-color: #719659;}
    50% {opacity: 0.8;transform:scale(3);background-color: #719659;}
    100% {opacity: 0;transform:scale(3);background-color: #23262d;}
}
.box2{
	animation: lineanimationtwo 1s infinite;
	animation-delay:0;
	position: absolute;
	background-color: #719659;
	height: 6px;
	width: 6px; 
	left: 50%;
	top: 60%;
	transform:translate(-50%, -50%);
	z-index: 10;
	border-radius: 50%;
}
@-webkit-keyframes lineanimationtwo {
    0% {opacity: 0;transform:scale(1);background-color: #719659;}
    50% {opacity: 0.6;transform:scale(3);background-color: #719659;}
    100% {opacity: 0;transform:scale(0);background-color: #23262d;}
}
.loader{
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000000;
	background-size: auto 150px;
	background-position: center;
	background-repeat: no-repeat;	
}
.loading-banner{opacity: 0!important;}
.animate-slidertext{
  	animation: animate-slidertext 1.5s forwards;
}
@keyframes animate-slidertext {
	0%{opacity: 0;}
	50%{opacity: 0;}
	100% {opacity: 1;}
}
.animate-images{
  	animation: expand-images 3s forwards;
}
@keyframes expand-images {
	0%{
		clip-path: inset(0 70% 0 0%);
		opacity: 0;
	}
	20%{
		clip-path: inset(0 70% 0 0%);
		opacity: 0;
	}
	100% {
		clip-path: inset(0 0% 0 0);
		opacity: 1;
	}
}
.animate-images2{
  	animation: expand-images2 2s forwards;
}
@keyframes expand-images2 {
	0%{
		clip-path: inset(0 70% 0 10%);
		opacity: 0;
	}
	40%{
		clip-path: inset(0 70% 0 10%);
		opacity: 0;
	}
	100% {
		clip-path: inset(0 0% 0 0);
		opacity: 1;
	}
}
nav{text-align: center;}
nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 35px;
	padding: 0 10px;
	font-size: 1rem;
	font-weight: 500;
	color: white!important;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: capitalize;
}
nav ul li a:hover{color: #719659!important;}
.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	border-radius: 3px;	
	background-color: #23262d;
	opacity: 0;
	z-index: 20;
	width: auto;
	transform: scale(0.5);
	pointer-events: none;
	transform-origin: top left;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	border-top: 3px solid #719659;
	box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
.sub-menu li{display: block;}
.sub-menu li a{padding: 0;color: #ffffff!important;}
.sub-menu li:last-of-type{
	background: none;
	float: none;
	box-shadow: 0 0 40px rgba(0,0,0,0.0);
	padding: 0 0px;
	margin: 0;
}
.sub-menu li:last-of-type:hover a{color: #719659!important;}
.sub-menu li:last-of-type a:hover{
	background-color: unset;
	color: #719659!important;
}
.sub-menu li a{line-height: 35px;}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li > a{margin-right: 10px;}
nav ul li > a:only-child{margin-right: 0px;}
nav ul li > a::after {
	background-image: url(../images/shapes/navdown.svg);
	position: absolute;
	right: -10px;
	top: -2px;
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
}
nav ul li > a:only-child::after { display: none;}
.active{color: #719659!important;position: relative;}

@media screen and (max-width: 64em) {
	.active{color: #23262d!important;}
	nav{
		position: fixed;
		top: 49px;
		left: -100%;
		display: table;
		height: calc(100vh - 50px);
		width: 100%;
		opacity: 0;
		z-index: 100000;
		text-align: left;
		padding: 0 1.15rem;
		text-align: center;
		padding-bottom: 50px;

		-webkit-transition:ease 1s;
		-o-transition:ease 1s;
		transition:ease 1s;
		background-color: #719659;
		pointer-events: none;
	}
	.shownav{
		opacity: 0.95;
		pointer-events: auto;
		left: 0;
	}
	nav ul li{display: block;}
	nav ul{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	nav ul li a, .sub-menu li a{
		line-height: 160%;
		font-size: 1.25rem;
		font-weight: 500;
		display: block;
		cursor: pointer;
	}
	nav ul li::after{display: none;}
	.sub-menu{
		position: relative;
		display: block;
		top: 0;
		text-align: center;
		padding: 0px;
		background-color: unset;
		opacity: 1;
		width: 100%;
		transform: scale(1);
		pointer-events: auto;
		border-top: 0px;
		box-shadow: 0 0 80px rgba(0,0,0,0.0);
	}
}
.mainbutton{
	font-size: 1rem;
	color: #719659;
	font-weight: 700;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: 2;
}
.mainbutton::after{
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #719659;
	content: " ";
	position: absolute;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: 1;
}
.mainbutton:hover{text-decoration: none;color: white;}
.mainbutton:hover::after{width: 0%;}
.mainbutton::before{
	bottom: -8px;
	right: 0;
	width: 0%;
	height: 2px;
	background-color: white;
	content: " ";
	position: absolute;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: 1;
}
.mainbutton:hover::before{width: 100%;}

.mainreverse{color: #719659!important;}
.mainreverse:hover{color: #23262d!important;}
.mainreverse::after{background-color: #719659!important;}
.mainreverse::before{background-color: #23262d!important;}

.medbg .mainreverse{color: white!important;}
.medbg .mainreverse:hover{color: #719659!important;}
.medbg .mainreverse::after{background-color: white!important;}
.medbg .mainreverse::before{background-color: #719659!important;}

.banner, .slidage{
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.top-section{
	position: relative;
	z-index: 5;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}
.banner-text .row{
	height: 100%;
	position: relative;
}
.slidage .row{overflow: hidden;}
.bigslider, .bigslider li{min-height: 500px!important;}
.home-banner .bigslider, .home-banner .bigslider li{min-height: calc(100vh - 200px)!important;}
.banner::before{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top, transparent, #23262d);
	background-image:
	 -o-linear-gradient(top, transparent, #23262d);
	background-image:
	 linear-gradient(to bottom, transparent, #23262d);
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.75;
}
.banner::after{
	position: absolute;
	content: " ";
	background-color: #23262d;
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.4;
}
.banner-text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	color: white;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}
.banner-text h1{
	color: white;
	font-size: 4rem;
	line-height: 100%;
	font-weight: 300;
	display: block;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
	text-transform: capitalize;
}
.banner-text p{	color: white;}
.banner-corner{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #23262d;
	color: white;
	z-index: 7;
	padding: 40px;
	width: 50%;
}
.banner-corner h2{
	color: white;
	font-size: 1.5rem;
}
.banner-corner p{font-weight: 300;margin: 0;}
.banner-corner span{color: #719659;}
.bc-left{border-right: 2px solid #719659;}
.bc-right{padding-left: 40px;}
.bc-left a{color: white;}
.rel{position: relative;}
.right-peek{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 25px;
	max-width: 50%;
}
.right-peek img{
	position: absolute;
	top: -20px;
	right: 20px;
	height: 40px;
	z-index: 10;
	display: block!important;
}
.right-peek p{margin: 0;}
.left-peek{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	max-width: 50%;
}
.left-peek img{
	position: absolute;
	top: -20px;
	right: 20px;
	height: 40px;
	z-index: 10;
	display: block!important;
}
.left-peek p{margin: 0;}
.title-section{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	overflow: hidden;
}
.title-section h3{
	position: relative;
	padding: 30px;
	z-index: 3;
	text-transform: capitalize;
	display: block;
	width: 100%;
}
.title-section h3::after{
	position: absolute;
	content: " ";
	background-color: #719659;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 30%;
	z-index: 1;
	opacity: 0.5;
}
.title-section h3::before{
	position: absolute;
	content: " ";
	background-color: #719659;
	height: 2px;
	top: 50%;
	right: 0;
	margin-top: -1px;
	width: 30%;
	z-index: 1;
	opacity: 0.5;
}
.main-service-slider, .main-service-slider li,
.main-service-slider .bigbg{
	min-height: 550px!important;
}
.main-service-slider h2{
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px;
	z-index: 5;
}
.main-service-slider .bigbg::before{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top, transparent, #23262d);
	background-image:
	 -o-linear-gradient(top, transparent, #23262d);
	background-image:
	 linear-gradient(to bottom, transparent, #23262d);
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.1;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.main-service-slider .bigbg::after{
	position: absolute;
	content: " ";
	background-color: #23262d;
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.3;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.main-service-slider .bigbg:hover::before{opacity: 0.75;}
.serv-hover{
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 60px;
	z-index: 5;	
	width: 100%;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}
.main-service-slider .bigbg:hover .serv-hover{bottom: 0;}
.main-service-slider .bigbg{
	-webkit-transition: ease 20s;
	-o-transition: ease 20s;
	transition: ease 20s;
}
.main-service-slider .bigbg:hover{background-position: left top;}
.main-service-slider li{padding: 20px;overflow: hidden;}
.divider{margin-top: -300px;}
.divider .bigbg{min-height: 550px;}
.home-services{padding-bottom: 350px;}
.why-titles h4{font-size: 3rem; width: 100%;}
.why h4{font-size: 2rem; font-weight: 400;}
.process h4{font-size: 2rem; font-weight: 400;}
.map-section iframe{height: 550px;}
.map-section .social-after{color: #719659;}
.map-peek{max-width: 500px;padding: 40px;}
.why-box{
	border: 2px solid #719659;
	padding: 40px;
	position: relative;
	overflow: hidden;
}
.divider iframe{
	width: 100%;
	height: 650px;
}
footer{
	background-color: #050505;
	padding-top: 120px;
	position: relative;
	color: white;
	overflow: hidden;
}
footer .row{position: relative;z-index: 5;}
footer h6{
	font-size: 1rem;
	line-height: 150%;
	font-weight: 300;
	color: rgba(255,255,255,0.3);
}
footer a{color: white!important;}
footer a, footer ul li a{
	display: block;
	font-weight: 300;
	line-height: 30px;
	font-size: 15px;
}
footer a:hover, footer ul li a:hover{color: #719659!important;}
.bigphone{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 3rem;
	color: #719659!important;
}
.by{
	margin-top: 90px;
	border-top: 1px solid rgba(255,255,255,0.05);
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p{margin: 0;}
.by p{
	color: rgba(255,255,255,0.3);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 0.75rem;
}
footer .sub-menu{display: none;}
.footerlinks{display: block;}
.footerlinks a{
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	color: rgba(255,255,255,0.3)!important;
}
.footerlinks a::after{
	content: "/";
	margin-left: 10px;
}
.footerlinks a:last-of-type::after{display: none;}
.footerlinks a:hover{color: #719659;}
.social{margin-top: 10px;}
.social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
}
.social span{color: #ffffff;margin: 0;}


.side-bar{
	position: fixed!important;
	height: 50%;
	background-color: white;
	z-index: 5;
	width: 50%;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	backdrop-filter: blur(16px);
	-webkit-transition: ease 0.8s;
	-o-transition: ease 0.8s;
	transition: ease 0.8s;
	padding: 40px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	border-radius: 10px;
	box-shadow: 0 0 100px rgba(0,0,0,0.15);
}
.open-quote{opacity: 1;pointer-events: auto;}
.side-top p{
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	color: #719659;
}
.question {
	height:auto;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:1;
	transition: 1s;
	width: 75%;
	padding: 50px;
	z-index: 3;
}
.one{top: 50%;opacity: 1;}
.assist a{display: inline-block;}
.assist p{
	background-color: #23262d;
	position: relative;
	overflow: hidden;
	color: white!important;
	padding: 0 20px;
	display: block;
	z-index: 2;
	margin: 0;
	border-radius: 3px;
	line-height: 40px;
	margin-top: 10px;
}
.bookme p{background-color: #719659;}
.assist input, .assist select{
	color: #fff;
	padding: 0px 30px;
	border-left: 0px solid #111;
	background-color: rgba(0,0,0,0.1)!important;
	font-size: 1rem;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	line-height: 40px;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 3px;
	border: 0;
	outline: 0;
	width: 100%;
	margin-bottom: 20px;
}
.assist input[type=submit]{
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	background-color: rgba(50,50,50,0.3);
	line-height: 50px;
	box-shadow: 0px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	margin-top: 40px;
	border-radius: 3px;
	background-color: #719659!important;
	cursor: pointer;
}
.three p{
	font-size: 1rem;
	margin: 0;
}
.close-sidebar{
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	cursor: pointer;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	z-index: 20;
}
.close-sidebar:hover{
	transform:rotate(90deg);
}
.question h3{
	font-size: 2rem;
	color: white;
}
.question span{
	font-size: 1rem;
	color: white;
}
/******** FORM ********/
.myform{
	overflow: auto;
	width: 100%;
	padding: 40px;
	position: relative;
	border: 2px solid #719659;
	padding: 2.3rem;
}
.myform label{
	float: left;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #719659;
	font-weight: 500;
}
.myform label::after{
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #719659;
	content: " ";
	position: absolute;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: 1;
}
select{border-radius: 0px;}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #23262d;
	padding: 10px 0px;
	border: 0px;
	border-left: 0px solid #111;
	height: 50px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.0);
	font-size: 1rem;
	box-shadow: none;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 0px;
}
.myform textarea{min-height: 150px;}
option{
	background-color: #23262d!important;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #719659;
	color: white!important;
	font-size: 1rem;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	outline: none!important;
	transition: ease 0.3s;
	background-color: rgba(0,0,0,0.1);
	padding-left: 10px;
}
.form-checks input{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	margin-bottom: 0;
	border-radius: 3px 3px 3px 3px;
}
.form-checks p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #fff;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.form-check{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
::-webkit-input-placeholder { color: #23262d!important;font-weight: 500;opacity: 0.75;}
::-moz-placeholder { color: #23262d!important;font-weight: 500;opacity: 0.75;}
:-ms-input-placeholder { color: #23262d!important;font-weight: 500;opacity: 0.75;}
:-moz-placeholder { color: #23262d!important;font-weight: 500;opacity: 0.75;}

/******** GALLERY ********/
.thumbs{
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
}
.thumbs-3{width: calc(33.33% - 20px);}
.thumbs-4{width: calc(25% - 20px);}
.home-gallery .thumbs{
	width: calc(33.33% - 20px);
	height: 250px;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 10px);
	height: calc(0% - 10px);
	top: 5px;
	left: 5px;
	z-index: 20;
	position: absolute;
	opacity: 1;
	pointer-events:none;
	background-color: rgba(255,255,255,0.1);
-webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
     -o-transition: all 0.5s ease; 
        transition: all 0.5s ease;
	border-radius: 2px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
     -o-transition: all 0.5s ease; 
        transition: all 0.5s ease;
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/shapes/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20%;
	background-size: 20%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 3px;
}
.thumbs a{
	margin: 0!important;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{height: calc(100% - 10px);}
@media screen and (max-width: 64em) {.thumbs{height: 240px;}}
@media screen and (max-width: 40em) {.thumbs{height: 120px;}}
/******** BLOCKQUOTE ********/
blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-style: normal;
	position: relative;
	z-index: 10;
	border: 2px solid #719659;
	padding: 40px;
	padding-top: 100px;
	min-height: 350px;
	overflow: hidden;
}
blockquote span{
	font-size: 1rem;
	line-height: 30px;
	font-weight: 700;
	color: black;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
}
blockquote span::before{
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #719659;
	content: " ";
	position: absolute;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	z-index: 1;
}
blockquote::before{
	position: absolute;
	bottom: -40px;
	right: -40px;
	height: 100%;
	width: 100%;
	background-image: url(../images/shapes/quote.svg);
	background-position: bottom right;
	background-size: 50%;
	background-repeat: no-repeat;
	content: " "; 
	opacity: 0.2;
}
blockquote::after{
	position: absolute;
	top: 40px;
	left: 40px;
	height: 40px;
	width: 40px;
	background-image: url(../images/shapes/quote.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	content: " "; 
}
.smallquote{font-size: 0.75rem;line-height: 120%;}
.midquote{font-size: 1rem;line-height: 120%;}
.bigquote{font-size: 2rem;line-height: 120%;}
@media screen and (max-width: 40em) {blockquote{min-height: unset;}}
/******** MISC ********/
main .content:nth-child(even) .left-text{
	order: +1;
	padding-left: 50px;
	padding-right: 0;
}
.process{padding-bottom: 60px;}
.number{
	font-size: 20rem;
	line-height: 100%;
	position: absolute;
	bottom: -80px;
	right: -40px;
	font-weight: 700;
	opacity: 0.2;
	color: #719659;
}
.contact a{
	display: block;
	line-height: 30px;
}
.contact .bigphone{margin-bottom: 20px;}
.contact h2{margin-bottom: 20px;}
.contact h4{margin-bottom: 30px;}
.contact .map-contact{margin-top: 150px;}
.contact .map-contact iframe{height: 500px;}
address p{
	font-size: 1.5rem;
	font-weight: 400;
	color: #719659;
	margin: 0;
	margin-bottom: 10px;
}
.no-margin{
	padding: 15px 0;
	width: 100%;
}
.no-margin p{margin: 0;color: #23262d;}
.no-margin h4{margin: 0;color: #23262d;}
.disabled{
	background-color: grey!important;
	pointer-events: none;
}
.sendForm{pointer-events: auto;}

.contact .social a{
	display: inline-block;
}
.checker p{font-size: 0.75rem;}
.contact a:hover strong{text-decoration: underline;}
#answer{border: 2px solid #719659!important;padding-left: 20px;}

.members{
	margin-top: 30px;
	margin-bottom: 30px;
}
.members img{
	max-height: 80px;
}






.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
html{font-size: 90%;}
header{	margin-top: 49px;}
.mobile-menu{
	position: fixed;
	z-index: 1000000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #23262d;
	box-shadow: 0 0 14px rgba(0,0,0,0.4);
	text-align: center;
}
.mobile-menu a{color: white;}
.mobile-menu span{
	line-height: 50px;
	color: #719659;
}
.toggler{cursor: pointer;}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
.myform{
	padding: 20px;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
main .content:nth-child(even) .left-text{
	order: auto;
	padding: 30px 1.15rem;
}
.banner-corner{
	position: relative;
	padding: 40px 1.15rem;
	width: 100%;
	display: flex;
	order: +6;
	float: left;
}
.logo{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-right{display: none;}
.bc-left{
	border-right: 0px solid #719659;
	padding-top: 30px;
	order: +1;
}
.bc-right{padding: 15px 1.15rem;text-align: center;}
.main-service-slider h2{padding: 1.15rem;}
.map-peek{
	max-width: 50%;
	padding: 1.15rem;
	position: relative;
}
.map-section iframe{height: 300px;width: 50%;}
.why-box{
	border: 2px solid #719659;
	padding: 2.3rem;
	margin-bottom: 10px;
}
footer{padding: 40px 1.15rem 0;}
.by{margin-top: 0;}
.side-bar{
	position: fixed!important;
	height: calc(100vh - 80px);
	width: 90%;
	background-color: rgba(255,255,255,0.4);
	backdrop-filter: blur(16px);
	padding: 40px;
	border-radius: 0px;
	margin-top: 20px;
}
.row-wide{max-width: unset;}
.banner-text .columns{
	padding-left: 2.3rem;
	padding-right: 2.3rem;
}
.left-text{padding: 20px 1.15rem;}
.right-text{padding: 20px 1.15rem;}
.section{padding-top: 40px;padding-bottom: 40px;}
.medium-section{padding-top: 40px;padding-bottom: 40px;}
.small-section{padding-top: 20px;padding-bottom: 20px;}
.next-section{padding-bottom: 20px;}
.title-section{padding-top: 20px;padding-bottom: 20px;}
.intro{padding-top: 0;}
.main-service-slider li{padding: 0px;}
.divider{margin-top: -300px;}
.divider .bigbg{min-height: 320px;}
.home-services{padding-bottom: 320px;}
.main-service-slider, .main-service-slider li,
.main-service-slider .bigbg{min-height: 450px!important;}
.right-peek{padding: 15px 1.15rem;max-width: 75%;}
.left-peek{padding: 15px 1.15rem;max-width: 75%;}
footer .columns{padding-top: 20px;padding-bottom: 20px;}
.serv-hover{
	position: absolute;
	bottom: 00%;
	padding: 15px 1.15rem;
}
.right-peek img{top: -25px;}
.left-peek img{top: -25px;}
.why-first{margin-bottom: 20px;}

}
@media screen and (max-width: 40em) {
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
footer .columns{padding-top: 20px;padding-bottom: 20px;}
.right-peek{max-width: 95%;}
.left-peek{max-width: 95%;}
.title-section h3::after{left: -20%;}
.title-section h3::before{right: -20%;}
.home-services .columns{padding-left: 0;padding-right: 0;}
.banner .column .columns{
	padding-left: 0!important;
	padding-right: 0!important;
}
.map-peek{max-width: 100%;}
.map-section iframe{height: 300px;width: 100%;}
.why-mid{margin-bottom: 20px;}
.why-titles h4{font-size: 2.5rem;}
.why h4{font-size: 1.5rem;}
.banner-text h1{font-size: 2.5rem;}
.map-section{padding-top: 0;padding-bottom: 0;}
.question {width: 100%;}

.bigslider, .bigslider li{min-height: 300px!important;}
.home-banner .bigslider, 
.home-banner .bigslider li{min-height: calc(100vh - 200px)!important;}
.loader{background-size: 80% auto;}
.divider iframe{
	height: 300px;
}