@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Sora:wght@100;300;400;500;700&display=swap);

/* 

P & D Electrical Contractors Ltd

07872 955 075
#mobile
info@panddelectrical.net
-----------------
22 Evans House
Hemel Hempstead
Hertfordshire
HP3 9FY
------------------
electrical
electricians

Part and full rewires
Fault finding and repairs
Testing and inspection
------------------
26th August 2021
pandelectrical.co.uk
------------------
dark: #272c35
light: #c63843

<img src="media/images/logo.png" alt="">

 */

.vidBox {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.vidBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo img{
	max-height: 90px;
	padding: 5px;
	border-radius: 0 0 6px 6px;
}
html{font-size: 100%;}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Sora', sans-serif;
	overflow-x:hidden; 
	--logobg: white;
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Sora', 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: 'Sora', 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: #272c35;color: #c63843;}
::selection {background: #272c35; color: #c63843;}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
main hr{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 50px;
	display: block;
	height: 3px;
	background-color: #c63843;
	border:0;
}
.sub-title{
	font-size: 1rem;
	line-height: 120%;
	font-weight: 400;
	color: #c63843;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 20px;
}
.tac .sub-title{display: inline;}
main h1{
	font-size: 2.5rem;
	line-height: 120%;
	display: block;
	width: 100%;
	font-weight: 300;
	color: #272c35;	
}
main h2{
	font-size: 2rem;
	line-height: 120%;
	display: block;
	width: 100%;
	font-weight: 700;
	color: #272c35;	
}
main h3{
	font-size: 2rem;
	line-height: 120%;
	display: block;
	width: 100%;
	font-weight: 700;
	color: #272c35;	
}
main h4{
	font-size: 1.5rem;
	line-height: 120%;
	display: block;
	width: 100%;
	font-weight: 500;
	color: #272c35;	
}
main h5{
	font-size: 1rem;
	line-height: 120%;
	display: block;
	width: 100%;
	font-weight: 400;
	color: #272c35;	
}
main h6{
	font-size: 1rem;
	line-height: 120%;
	display: block;
	width: 100%;
	font-weight: 500;
	color: #272c35;	
}
main strong{font-weight: 400;color: #c63843;}
main ul li{
	position: relative;
	font-size: 1rem;
	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;
	content: " ";
	background-color: #c63843;
	border-radius: 3px;
}
.darkbg{background-color: #272c35;}
.medbg{background-color: #c63843;}
.lightbg{background-color: #c63843;}
.hundred{height: 100%;overflow: auto;}
.rel{position: relative;}
.light-text{color: white;}
.light-text p{color: white;}
.light-text h1, .light-text h2, .light-text h3,
.light-text h4, .light-text h5, .light-text .sub-title{color: white;}
.extralightbg{position: relative;}
.extralightbg::after{
	position: absolute;
	content: " ";
	background-color: #272c35;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.1;
	pointer-events: none;
}
.section{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.medium-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.small-section{
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
.next-section{
	padding-bottom: 100px;
	position: relative;
}
.title-section{
	padding-bottom: 25px;
}
.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;}
.mainbutton{
	line-height: 35px;
	font-size: 0.75rem;
	padding: 0 15px;
	display: inline-block;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #c63843;
	color: white!important;
	border-radius: 3px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.mainbutton:hover{
	text-decoration: none;
	background-color: #272c35;
	color: white;
}
.mainbutton span{margin-left: 10px;}
.mainreverse{background-color: #272c35;color: white!important;}
.mainreverse:hover{background-color: #c63843;}
.mainreverse span{color: #c63843!important;}
.mainreverse:hover span{color: #272c35!important;}
.medbg .mainreverse:hover{background-color: #050505;}
nav{text-align: right;display: inline-block;}
nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 3rem;
	padding: 0 15px;
	font-size: 1rem;
	font-weight: 300;
	color: #272c35!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{
	background-color: #272c35!important;
	color: white!important;
}
.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	border-radius: 3px;	
	background-color: #272c35;
	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 #c63843;
	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: #c63843!important;}
.sub-menu li:last-of-type a:hover{
	background-color: unset;
	color: #c63843!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;}

@media screen and (max-width: 64em) {
	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 0.5s;
		-o-transition:ease 0.5s;
		transition:ease 0.5s;
		background-color: white;
		pointer-events: none;
		text-align: center!important;
	}
	.shownav{
		opacity: 0.9;
		pointer-events: auto;
		left: 0;
	}
	nav ul li{display: block;}
	nav ul{display: table-cell;vertical-align: middle;}
	nav ul li a{
		line-height: 2.5rem;
		font-size: 1.5rem;
		font-weight: 500;
		display: block;
		cursor: pointer;
		color: #272c35!important;
	}
	nav ul li::after{display: none;}
	.sub-menu{
		position: relative;
		display: block;
		top: 0;
		text-align: center;
		padding: 10px;
		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);
	}
	.active{background-color: unset!important;}
	nav ul li a:hover{background-color: unset!important;}
}
.review-bar{position: relative;}
.review-bar::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c63843;
	content: " ";
	z-index: 1;
	opacity: 0.75;
}
.review-bar .row{position: relative;z-index: 2;}
.review-bar img{display: inline-block;max-height: 24px;}
.review-bar p{display: inline-block;margin: 10px 20px;}
.review-bar a{display: inline-block;color: #cec35b;}
.top-section{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 20;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo p{
	font-size: 1.5rem;
	line-height: 40px;
	padding: 20px 20px;
	color: white;
	margin: 0;
	font-weight: 700;
	text-transform: capitalize;	
}
.top-section .social{
	display: inline-block;
	margin: 0;
	padding-left: 15px;
}
.main-slider, .main-slider li{
	padding: 0;
	margin: 0;
	z-index: 1;
	min-height: 550px!important;
}
.banner iframe{
	height: 100%;
	width: 125%;
	min-height: 750px!important;
	margin-top: -100px;
}
.home-slider, .home-slider li{min-height: 800px!important;}
.banner{position: relative;}
.main-slider{background-color: #272c35;}

/******** Coloured banner ********/

/*
.main-slider li{
	mix-blend-mode: multiply;
	filter: grayscale(100%);
	z-index: 1;
}
*/

/******** White top ********/
/*
.review-bar p{color: black;}
.review-bar::after{background-color: white;opacity: 0.9;}
@media screen and (max-width: 64em) {
	.top-section{background-color: white;}
	.logo p{color: #272c35;}
}

*/
/******** White top ********/

.banner-text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
	color: white;
	padding-top: 150px;
}
.banner-text .row{
	height: 100%;
	position: relative;
}
.banner::before{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top, transparent, #272c35);
	background-image:
	 -o-linear-gradient(top, transparent, #272c35);
	background-image:
	 linear-gradient(to bottom, transparent, #272c35);
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.5;
}
.banner::after{
	position: absolute;
	content: " ";
	background-color: #272c35;
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.2;
}
.banner-text h1{
	color: white;
	font-size: 3rem;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
}
.banner-text p{
	color: white;
	font-size: 1rem;
	font-weight: 300;
}
.banner-text .bigphone{
	font-size: 1.5rem;
	color: white;
	margin: 0;
	margin-left: 30px;
	line-height: 35px;
	display: inline-block;
}
.banner-text .mainbutton{float: left;}
.reasons span{
	float: left;
	color: #c63843;
	line-height: 2rem;
	padding-bottom: 20px;
	margin-right:20px;
}
.reasons p{
	margin: 0;
	margin-top: 5px;
}
.reasons a{
	margin: 0;
	margin-top: 5px;
	display: block;
	color: black;
	text-decoration: underline;
}
.side-image{
	position: absolute;
	bottom: -20px;
	right: -20px;
	max-height: 100px;
}
.home-service{
	background-color: white;
	padding: 0;
	margin-top: 30px;
	overflow: hidden;
}
.home-service h3{
	padding: 30px;
	font-size: 1.15rem;
	margin: 0;
	text-transform: capitalize;
}
.shadowz{
	border-radius: 5px;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	box-shadow: 0 2px 1px rgba(0,0,0,0.03), 
	  0 4px 2px rgba(0,0,0,0.03), 
	  0 8px 4px rgba(0,0,0,0.03), 
	  0 16px 8px rgba(0,0,0,0.03),
	  0 32px 16px rgba(0,0,0,0.03),
	  0 64px 32px rgba(0,0,0,0.03);
}
.shadowz:hover{
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
	  0 1px 1px rgba(0,0,0,0.03), 
	  0 2px 2px rgba(0,0,0,0.03), 
	  0 4px 4px rgba(0,0,0,0.03),
	  0 8px 8px rgba(0,0,0,0.03),
	  0 12px 16px rgba(0,0,0,0.03);
}
.contact-box{
	position: absolute;
	bottom: -20px;
	left: -20px;
	padding: 25px;
	max-width: 250px;
}
.contact-box p{margin: 0;}
.bigphone{
	font-size: 1.5rem;
	color: white!important;
	line-height: 120%;
	display: block;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact-box .mainbutton{
	width: 100%;
	text-align: center;
}
.why-image{
	height: calc(100% - 40px);
	margin-top: 20px;
	border-radius: 3px 0 0 3px;
}
.why-slider, .why-slider li{
	min-height: 150px!important;
	padding: 0;
}
.why-slide-image{padding-right: 0;position: relative;z-index: 1;}
.why-right{padding-left: 0;position: relative;z-index: 2;}
.why h3{
	font-size: 2.5rem;
	text-transform: capitalize;
}
.uk-position-small {
    margin: 15px 0;
    background-color: #c63843;
    color: white!important;
    border-radius: 3px;
    margin-right: 10px;
}
footer{
	background-color: #050505;
	padding-top: 100px;
	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);
	text-transform: capitalize;
}
footer a{color: white!important;}
footer a, footer ul li a{
	display: block;
	font-weight: 300;
	line-height: 2rem;
	font-size: 1rem;
	text-transform: capitalize;
}
footer a:hover, footer ul li a:hover{
	color: #c63843!important;
}
footer .bigphone{
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 2.5rem;
	color: #c63843!important;
}
.by{
	margin-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.05);
	padding-top: 25px;
	padding-bottom: 25px;
}
footer p{margin: 0;}
.by p{
	color: rgba(255,255,255,0.3);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 0.65rem;
}
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: #c63843;}
.social{margin-top: 30px;}
.social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.social a:hover{
	background-color: #c63843!important;
}
.social span{color: #ffffff;margin: 0;}
.main-foot{padding-left: 0;}
.main-foot a{text-transform: lowercase!important;}
.contact-section{position: relative;}
.contact-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	mix-blend-mode: multiply;
	filter: grayscale(100%);
}
.contact-section .row{position: relative;z-index: 4;}
.number{
	font-size: 2rem;
	line-height: 200%;
	position: relative;
	margin: 0;
	padding: 0 20px;
	background-color: #c63843;
	color: white;
	position: absolute;
	top: -10px;
	left: 40px;
	border-radius: 3px;
}
.process-box{
	position: relative;
	z-index: 10;
	border-radius: 3px;
	padding: 40px;
	padding-top: 80px;
	height: 100%;
	background-color: white;
}
.process .left-text, .process .right-text{
	padding: 0 1.15rem 30px;
}
/******** FORM ********/
.myform{
	overflow: auto;
	width: 100%;
	padding: 0px!important;
	position: relative;
}
.myform .columns{padding-right: 0;}
.myform label{
	float: left;
	display: block;
	font-size: 0.75rem;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #c63843;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
select{border-radius: 0px;}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #272c35;
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.1);
	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: 3px;
}
.myform textarea{min-height: 150px;}
option{
	background-color: #272c35!important;
	border: none;
	color: #272c35;
}
input[type=submit]{
	background-color: #c63843;
	color: white!important;
	font-size: 0.75rem;
	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(0,0,0,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: #272c35!important;font-weight: 500;opacity: 0.75;}
::-moz-placeholder { color: #272c35!important;font-weight: 500;opacity: 0.75;}
:-ms-input-placeholder { color: #272c35!important;font-weight: 500;opacity: 0.75;}
:-moz-placeholder { color: #272c35!important;font-weight: 500;opacity: 0.75;}
.checker p{margin: 0;}
.checker h4{margin: 0;}
.disabled{
	background-color: grey!important;
	pointer-events: none;
}
.members img{
	max-height: 75px;
}
.side-bar{
	position: fixed!important;
	height: 50%;
	background-color: white;
	z-index: 500;
	width: 50%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	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: 1.5rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	color: #272c35;
}
.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: #c63843;
	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;
}
.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: #c63843!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;
	color: white;
}
.close-sidebar:hover{
	transform:rotate(90deg);
}
.question h3{
	font-size: 2rem;
	color: white;
}
.question span{
	font-size: 1rem;
	color: white;
}
/******** 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-radius: 3px;
	padding: 40px;
	padding-top: 80px;
	min-height: 400px;
	background-color: white;
}
blockquote span{
	font-size: 1rem;
	line-height: 30px;
	font-weight: 700;
	color: #c63843;
	display: block;
	margin-top: 20px;
	text-transform: capitalize;
	position: relative;
}
blockquote::after{
	height: 60px;
	width: 50px;
	background-image: url(../images/shapes/quotez.svg);
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	content: " "; 
	background-color: #c63843;
	position: absolute;
	top: 0px;
	left: 40px;
	border-radius: 3px;
}
.smallquote{font-size: 0.75rem;line-height: 130%;}
.midquote{font-size: 1rem;line-height: 130%;}
.bigquote{font-size: 1.25rem;line-height: 130%;}
@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;
}
/*.review-slider{
	padding-left: 100px;
	padding-right: 100px;
}*/
.slider-grad .row::before{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(left, white, transparent);
	background-image:
	 -o-linear-gradient(left, white, transparent);
	background-image:
	 linear-gradient(to right, white, transparent);
	bottom: 0px;
	height: 100%;
	width: 60px;
	left: 0;
	z-index: 200000000;
	pointer-events: none;
}
.slider-grad .row::after{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(right, white, transparent);
	background-image:
	 -o-linear-gradient(right, white, transparent);
	background-image:
	 linear-gradient(to left, white, transparent);
	bottom: 0px;
	height: 100%;
	width: 60px;
	right: 0;
	z-index: 200000000;
	pointer-events: none;
}
.contact-boxes .shadowz{
	padding: 40px;
	padding-top: 100px;
	position: relative;
}
.contact-boxes span{
	font-size: 2rem;
	line-height: 200%;
	position: relative;
	margin: 0;
	padding: 0 20px;
	background-color: #c63843;
	color: white;
	position: absolute;
	top: 0px;
	left: 40px;
	border-radius: 3px;
}
.contact-boxes a{
	display: block;
	line-height: 30px;
	color: #c63843!important;
}
.contact-boxes .bigphone{
	margin-bottom: 20px;
	color: #63AA57;
}
.contact-boxes h4{
	margin-bottom: 30px;
}
.contact-boxes .map-contact{
	margin-top: 150px;
}
.contact-boxes .map-contact iframe{
	height: 500px;
}
.contact-boxes a strong{text-decoration: underline!important;}


.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
html{font-size: 90%;}
.mobile-menu{
	position: fixed;
	z-index: 1000000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #272c35;
	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;
}
.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;
}
.section{padding-top: 50px;padding-bottom: 50px;}
.medium-section{padding-top: 25px;padding-bottom: 25px;}
.small-section{padding-top: 15px;padding-bottom: 15px;}
.next-section{padding-bottom: 50px;}
.title-section{padding-bottom: 15px;}
.top-section .social{display: none;}
.top-section{
	position: relative;
	margin-top: 49px;
	background-color: var(--logobg);
}
.logorow{
	display: flex;
	order: -1;
	position: relative;
}
.logo{
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	background-color: inherit;
}
.logo img{margin: 0;}
.main-slider, .main-slider li{min-height: 300px!important;}
.home-slider, .home-slider li{min-height: 450px!important;}
.banner iframe{width: 100%;min-height: 450px!important;}
.banner-text{padding: 0 1.15rem;}
.banner-text h1{font-size: 2rem;}
.review-bar{padding: 1.15rem;}
.left-text{padding: 30px 1.5rem;}
.right-text{padding: 30px 1.5rem;}
.contact-box{left: 10px;bottom: -10px;}
footer{padding: 50px 1.15rem 0;}
footer .columns{padding: 20px 1.15rem!important;}
.review-bar::after{opacity: 1;}
.reasons{text-align: center;}
.reasons span{
	float: none;
	margin: 0;
	padding: 0;
}
.reasons .column{
	padding: 1.15rem;
}
.process .row .columns{
	margin-top: 40px;
}
.side-bar{
	position: fixed!important;
	height: calc(100vh - 80px);
	width: 90%;
	padding: 40px;
	border-radius: 0px;
	margin-top: 20px;
}
.fancybox-container{
	height: calc(100vh - 50px);
	top: 50px;
}

}
@media screen and (max-width: 40em) {
html{font-size: 80%;}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
footer .columns{
	padding-top: 20px;
	padding-bottom: 20px;
}

footer{padding: 50px 1.15rem 0;}
.by{margin-top: 30px;padding: 20px 0;}

.bigphone, footer .bigphone{font-size: 2rem;}

.why-slide-image{padding: 0;}
.why-right{padding: 0;margin-top: 30px;}
.process .tar{text-align: left;margin: 0!important;}
.banner-text .bigphone{display: block;margin: 0;margin-top: 20px;}
.banner-text .mainbutton{float: none;}
.review-slider{
	padding-left: 10px;
	padding-right: 10px;
}