@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);

/* 

Lindleys Civils And Maintenance

07709147909
#mobile
info@lindleyscivilsandmaintenance.co.uk
-----------------
drainage and maintenance
groundworkers

Drainage
Water mains: Repairs and installation 
Blockages and maintenance
Groundworks
Landscaping
------------------
45 Harcourt Close
Birchwood
Warrington
WA3 6PU
------------------
17th Feb 2021
lindleyscivilsandmaintenance.co.uk
------------------
dark: 173248
light: dfc692

<img src="media/images/logo.png" alt="">

 */
.preview-gallery{display: none;}

.logo img{
	max-height: 160px;
	padding: 10px;
}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Barlow', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Barlow', 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: 'Lato', sans-serif;
	display: block;
	text-transform: uppercase;
}
/******** 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: #173248;color: #dfc692;}
::selection {background: #173248; color: #dfc692;}

.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
	border-radius: 3px;
}
.sub-title{
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	color: black;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
.sub-title::before{
	position: absolute;
	left: 0;
	top: 10px;
	height: 12px;
	width: 12px;
	content: " ";
	border:3px solid #dfc692;
	transform:rotate(90deg);
	border-radius: 50%;
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
main a strong{text-decoration: underline;}
main hr{
	margin-top: 25px;
	margin-bottom: 25px;
}
main strong{
	color: #dfc692;
	font-weight: inherit;
	font-weight: 500;
}
main h1, header h1{
	font-size: 32px;
	line-height: 100%;
	font-weight: 700;
	color: black;
}
main h2{
	font-size: 32px;
	line-height: 120%;
	font-weight: 700;
	color: black;	
}
main h3{
	font-size: 26px;
	line-height: 120%;
	font-weight: 700;
	color: black;	
}
main h4{
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color: black;
}
main h5{
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
	color: black;	
}
main ul li{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 50px;
	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;
	border-radius: 3px;
	content: " ";
	background-color: #dfc692;
}
.darkbg{background-color: #173248;}
.medbg{background-color: #dfc692;}
.lightbg{background-color: #dfc692;}
.extralightbg{position: relative;}
.extralightbg::after{
	position: absolute;
	content: " ";
	background-color: #173248;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.1;
	pointer-events: none;
}
.light-text{color: white;}
.section{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
.medium-section{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.small-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.next-section{
	padding-bottom: 150px;
	position: relative;
}
.title-section{
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}
.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%;}

.mainbutton{
	background-color: #173248;
	padding: 0 20px;
	border-radius: 3px;	
	display: inline-block;
	line-height: 40px;
	color: white!important;
	font-size: 12px!important;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-decoration: none!important;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.mainbutton span{color: #dfc692;}
.mainbutton:hover{background-color: #dfc692;}
.mainbutton:hover span{	color: #173248;}

.mainreverse{background-color: #dfc692;}
.mainreverse:hover{background-color: #173248;}
.mainreverse span{color: #173248;}
.mainreverse:hover span{color: #dfc692;}

.mainlink{
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #dfc692;
	letter-spacing: 1px;
}
.ripple {
  border-radius: 50%;
  background: black;
  position: absolute;
  transform: scale(0);
  opacity: 1;
  animation: ripple 0.5s linear;
}

@keyframes ripple {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

/******** HEADER ********/


.top-section{
	position: relative;
	z-index: 20;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 150px rgba(0,0,0,0.2);
	background-color: #173248;
}
/*
.top-section .row{
	max-width: 95%;
}
*/
.top-section .mainlink{
	margin-right: 20px;
}


/******** LOGO ********/
.logo p{
	font-size: 30px;
	line-height: 40px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	color: #173248;
	margin: 0;
	font-weight: 700;
}
.logo p strong{
	color: #dfc692;
	font-weight: 500;
}

/******** NAV ********/

nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	color: #173248!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: #dfc692!important;
}
.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	border-radius: 3px;	
	background-color: #173248;
	opacity: 0;
	z-index: 10;
	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 #dfc692;
	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: #dfc692!important;
}
.sub-menu li:last-of-type a:hover{
	background-color: unset;
	color: #dfc692!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: 0;
	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: #dfc692!important;}


/******** BANNER ********/

.banner{
	position: relative;
	background-color: #173248;
	height: 750px;
	background-image: url(../images/header.jpg);
	background-position: center center;
	background-size: cover;
}
.banner::before{
	position: absolute;
	content: " ";
	background-color: #173248;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	animation: banner-reveal 5s forwards;
}
@-webkit-keyframes banner-reveal {
    0% {opacity: 1;}
    100% { opacity: 0;}
}
.banner::after{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top left, #173248, transparent);
	background-image:
	 -o-linear-gradient(top left, #173248, transparent);
	background-image:
	 linear-gradient(to bottom right, #173248, transparent);
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	opacity: 0.95;
}
.banner-text{
	z-index: 10;
}
.otherbanner{
	height: 400px;
	border-radius: 3px;
	margin-top: 50px;
}

.bigslider{
	width: 100%;
}
.bigslider .bigbg{
	min-height: 600px;
	cursor: grab;
}
.bigslider li{
	padding: 0;
	margin: 0;
}

.banner p{
	color: white;
	font-size: 38px;
	line-height: 120%;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.banner-p .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.banner-p .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.banner-p .line1 { 
  top: 0; 
  left: 0;
}

.banner-p .letter {
  display: inline-block;
  line-height: 1em;
}






/******** TOP WITHOUT BACKGROUND ********/

.top-section{
	position:relative;
	box-shadow: none;
}
.top-section{
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav ul li a{
	color: #ffffff!important;
}
nav ul li a:hover{
	color: #ffffff!important;
	opacity: 0.6;
}
.logo p{
	color: white;
}
@media screen and (max-width: 64em) {
	header{margin-top: 50px;position: relative;}
}	



.other-header{
	background-image: url(../images/shapes/otherheader.svg);
	background-position: top right;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
}

.intro{
	background-image: url(../images/shapes/dot1.svg);
	background-position: bottom right;
	background-size: 50%;
	background-repeat: no-repeat;
}

.intro-right-div{position: relative;}
.intro-left{
	width: 48%;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	border-radius: 3px;
	-webkit-transition: ease 1.2s;
	-o-transition: ease 1.2s;
	transition: ease 1.2s;
}
.intro-right{
	width: 48%;
	top: 40px;
	right: 0;
	position: absolute;
	height: 100%;
	border-radius: 3px;
	-webkit-transition: ease 1.2s;
	-o-transition: ease 1.2s;
	transition: ease 1.2s;
}
.expand-intro{width: 100%;}
.fade-intro{opacity: 0;}
.main-service-slider{
	min-height: 500px!important;
	padding-bottom: 00px!important;
}
.main-services .bigbg{
	border-radius: 3px;
	min-height: 500px;
}
.main-services h3{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px;
	color: white;
	z-index: 3;
	font-size: 40px;
}
.main-services .left-text{padding-bottom: 0;}
.main-services .uk-panel::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	content: " ";
	background-image: -webkit-linear-gradient(top, transparent, #173248);
	background-image: -o-linear-gradient(top, transparent, #173248);
	background-image: linear-gradient(to bottom, transparent, #173248);
	opacity: 0.6;
	z-index: 1;
	border-radius: 3px;
}
.main-services .uk-panel::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #173248;
	opacity: 0.2;
	z-index: 2;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 3px;
}
.main-services .uk-panel:hover::before{opacity: 0;}





.house-div{
	clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
}

.about{
	background-image: url(../images/shapes/dot2.svg);
	background-position: bottom left;
	background-size: 40%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}
.main-text-contact{
	padding-top: 20px;
	padding-bottom: 20px;
}
.bigphone{
	font-size: 30px;
	font-weight: 700;
	color: #dfc692!important;
	display: block;
}
.red{margin-top: 30px;color: red!important;}
.about .right-text{
	padding-bottom: 0px;
}

.why{
	margin-top: -170px;
	position: relative;
	z-index: 1;
	padding-top: 250px;
	padding-bottom: 425px;
}
.why h3{
	font-size: 35px;
}
.why h4{
	font-size: 30px;
}
.why .column{
	padding-left: 0;
	padding-right: 50px;
}
.why .bigbg{
	min-height: 350px;
	border-radius: 3px;
}


.home-contact{
	padding: 0;
	margin: auto;
	width: 97%;
	position: relative;
	z-index: 5;
	border-radius: 3px;
	margin-top: -425px;
	margin-bottom: 150px;

}
.map{padding: 0;}
.map iframe{
	height: 550px;
}
.home-contact .row{
	max-width: 100%;
	padding: 0;
}
.con-box{
	width: 80%;
}
.home-contact-block{
	position: relative;
	background-image: url(../images/shapes/uk.svg);
	background-position: bottom -30px right -30px;
	background-size: 70%;
	background-repeat: no-repeat;
}

.con-box .sub-title{color: white!important;}
.con-box h3{color: white;}
.con-box a{color: white;}
.con-box span{
	margin-right: 10px;
	color: #dfc692;
}


.home-review{
	background-image: url(../images/shapes/quote.svg);
	background-position: left -100% center;
	background-size: 70%;
	background-repeat: no-repeat;
}
.home-review h5{
	color: white;
}
.reviewnz .sub-title::before{
	background-color: #173248;
}
.home-review .sub-title{
	color: #173248;
}
.home-review img{
	width: 100%;
	padding: 30px;
	z-index: 2;
	position: relative;
}



footer{
	background-color: #050505;
	padding-top: 150px;
	position: relative;
	color: white;
	overflow: hidden;
}
footer .row{
	position: relative;
	z-index: 5;
}
footer::after{
	position: absolute;
	content: " ";
	width: 2000px;
	height: 2000px;
	top: -10%;
	right: -40%;
	background-color: #173248;
	z-index: 1;
	border-radius: 50%;
	opacity: 0.1;
}
footer h6{
	font-size: 16px;
	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: #dfc692!important;
}
footer .bigphone{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 50px;
}
.by{
	margin-top: 100px;
	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: 12px;
}
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: #dfc692;	
}
.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;}











/******** FORM ********/

.myform{
	overflow: auto;
	width: 100%;
	padding: 50px;
	position: relative;
	background-color: #173248;
	border-radius: 3px;

	background-image: url(../images/shapes/process.svg);
	background-position: left bottom -10%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.myform label{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #dfc692;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 14px;
	box-shadow: none;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 3px;
}
.myform textarea{
	min-height: 150px;
}
option{
	background-color: #173248!important;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #dfc692;
	color: white!important;
	font-size: 14px;
	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;
	background-color: rgba(255,255,255,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}
.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: #fff!important;font-weight: 500;opacity: 0.75;}
::-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.75;}
:-ms-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.75;}
:-moz-placeholder { color: #fff!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);
}
.home-gallery-text{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-top: 100px;
	padding-bottom: 150px;
	z-index: 5;
}
.home-gallery-text::after{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top, transparent, rgba(255,255,255,0.95), rgba(255,255,255,1));
	background-image:
	 -o-linear-gradient(top, transparent, rgba(255,255,255,0.95), rgba(255,255,255,1));
	background-image:
	 linear-gradient(to bottom, transparent, rgba(255,255,255,0.95), rgba(255,255,255,1));
	bottom: 0px;
	height: 200%;
	width: 100%;
	left: 0;
	z-index: -1;
	pointer-events: none;
}



/******** BLOCKQUOTE ********/



blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-style: normal;
	position: relative;
	z-index: 10;
	border-radius: 3px;
	border: 1px solid #dfc692;
	padding: 40px;
	padding-top: 100px;
}
blockquote span{
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	color: black;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
	padding-left: 15px;
}
blockquote span::before{
	position: absolute;
	left: 0;
	top: 12px;
	height: 6px;
	width: 6px;
	content: " ";
	background-color: #dfc692;
	border-radius: 50%;
}
blockquote::after{
	position: absolute;
	top: 40px;
	left: 40px;
	height: 40px;
	width: 40px;
	background-image: url(../images/shapes/quotez.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	content: " "; 
}
.smallquote{
	font-size: 15px;
	line-height: 28px;
}
.midquote{
	font-size: 20px;
	line-height: 32px;
}
.bigquote{
	font-size: 26px;
	line-height: 32px;
}



/******** MISC ********/

main .content:nth-child(even) .left-text{
	order: +1;
	padding-left: 75px;
	padding-right: 0;
}
.number{
	font-size: 150px;
	line-height: 150px;
	margin-bottom: -20px;
	position: relative;
	margin: 0;
	color: #dfc692;
	opacity: 0.8;
}
.number::after{
	content: " ";
	height: 40%;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: inherit;
}
.process-box{
	position: relative;
	z-index: 10;
	border-radius: 3px;
	border: 1px solid #dfc692;
	padding: 40px;
	height: 100%;
}
.process-box h4{
	margin-top: -40px;
	position: relative;
	z-index: 5;
}
.process .left-text, .process .right-text{padding-top: 0;}


address p{
	font-size: 22px;
	font-weight: 700;
	color: #dfc692;
	margin: 0;
	margin-bottom: 10px;
}
.contact a{
	display: block;
	line-height: 30px;
}
.contact .bigphone{
	margin-bottom: 20px;
}
.contact h4{
	margin-bottom: 30px;
}
#form-message{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 3px;
	background-color: firebrick;
	display: block;
	text-align: center;
	opacity: 0;
}
.contact .map{
	margin-top: 150px;
}
.contact .map iframe{
	height: 500px;
}
.no-margin{
	padding: 15px 0;
	width: 100%;
}
.no-margin p{margin: 0;color: white;}
.no-margin h4{margin: 0;color: white;}
.disabled{
	background-color: grey!important;
	pointer-events: none;
}
.sendForm{pointer-events: auto;}

.contact .social a{
	display: inline-block;
}
.logos img{
	max-height: 60px;
}
.members img{
	max-height: 90px;
}
.logos{
	box-shadow: 0 0 120px rgba(0,0,0,0.2);
}
.quickserv .column{
	padding: 30px;
	padding-left: 0;
}



.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
header{margin-top: 48px;}
.top-section{text-align: center;}
.top-right{display: none;}
.logo{text-align: center;width: 100%;}
.mobile-menu{
	position: fixed;
	z-index: 1000000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #173248;
	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: white;
}
.toggler{
	cursor: pointer;
}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
nav{
	position: fixed;
	top: 48px;
	left: -100%;
	display: table;
	height: calc(100vh - 48px);
	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: #111;
	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;
}
nav ul li a{
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
nav ul li::after{
	display: none;
}
main h1{
	font-size: 30px;
}
main h2{
	font-size: 30px;
}
main h3{
	font-size: 25px;
}
main h4{
	font-size: 18px;
}
main h5{
	font-size: 16px;
}
.myform{
	padding: 20px;
}
.section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.medium-section{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.small-section{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.next-section{
	padding-bottom: 40px;
}
.left-text{padding: 30px 1.15rem;}
.right-text{padding: 30px 1.15rem;}
.intro-right-div{padding-top: 30px;}
.intro-left{
	width: 48%;
	top: 0;
	left: 0;
	position: relative;
	height: 300px;
	float: left;
}
.intro-right{
	width: 48%;
	top: 0px;
	position: relative;
	height: 300px;
	float: right;
}
.intro-right-div:hover .intro-left{
	width: 48%;
}
.intro-right-div:hover .intro-right{
	opacity: 1;
}
.main-service-slider{min-height:300px!important;}
.main-services .bigbg{min-height: 300px;}
.main-services .small-section{padding: 0;}
.house-div{	min-height: 400px;}
.why{
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.home-contact{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;

}
.home-review{padding: 0;}

.map iframe{
	height: 400px;
}
.home-contact-block{
	min-height: 400px;
}
.home-review img{
	padding: 30px 0;
}
.con-box{width: 95%;padding: 1.15rem;}
main h1{
	font-size: 30px;
	line-height: 100%;
}
main h2{
	font-size: 30px;
	line-height: 120%;
}
main h3{
	font-size: 30px;
	line-height: 120%;
}
main h4{
	font-size: 25px;
	line-height: 120%;
}
main h5{
	font-size: 16px;
	line-height: 150%;	
}
.main-services h2 {
    font-size: 30px;
}
.why h3 {
    font-size: 30px;
}
.why h4 {
    font-size: 25px;
}
.why .left-text{padding-left: 0;}

.home-review{
	background-image: url(../images/shapes/quote.svg);
	background-position: left -40% bottom 0%;
	background-size: 60%;
	background-repeat: no-repeat;
}
.nofoot{padding-top: 30px;}
.banner p{
	font-size: 30px;
	line-height: 120%;
	letter-spacing: -1px;
}
.banner{
	height: 500px;
}
.mobpad{padding-top: 50px;padding-bottom: 50px;}
.why .row{
	padding-left: 1.15rem;
	padding-right: 1.15rem;
}
main .content:nth-child(even) .left-text{
	order: auto;
	padding: 30px 1.15rem;
}
.about{
	background-position: top left;
	background-size: 70%;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.thumbs{
	height: 150px;
}
.home-gallery .thumbs{
	height: 150px;
}
.bigbg{
	min-height: 400px;
}


}
@media screen and (max-width: 40em) {
.nofoot{display: none;}
footer{
	padding-top: 90px;
	padding-left: 1.1rem;
	padding-right: 1.1rem;
}
.by{
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.by .columns{padding-left: 0;}
footer .bigphone{font-size: 30px;}
.bigphone{font-size: 30px;margin-bottom: 20px;}
.intro{background-size: 100%;}
.about{
	background-size: 100%;
	background-position: top left;
}
.banner p{
	font-size: 25px;
}
.process-box{
	padding: 30px;
	margin-bottom: 30px;
}
.process .tar{text-align: left;}
.other-header{background-size: 100%;}
.service-images .bigbg{margin-top: 50px;}
.service-images:first-of-type .bigbg{margin-top: 0;}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.process .row .columns:nth-child(2){
	margin-top: 20px;
	margin-bottom: 20px;
}
header h1{font-size: 30px;}
.otherbanner{
	height: 200px!important;
	min-height: 200px!important;
}
.myform{margin: 0!important;}
.why-image{padding: 0;}

.home-review{
	background-position: left 00% center;
	background-size: auto 100%;
}