@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap);

/* 

W J Dobson Electrical Services

07909 928 840
#mobile
info@wjdobsonelectrical.co.uk
-----------------
17 Hunters Meadow
Keighley
West Yorkshire
BD20 9NG
------------------
electrical
electricians

Full and part rewires
Home automation
EV Charging
Lighting
Consumer units
------------------
14/09/2021
www.wjdobsonelectrical.co.uk
------------------

<img src="media/images/logo.jpg" alt="">
<img src="media/images/logo.png" alt="">

 */

.logo img{
	max-height: 120px;
	display: inline-block;
}
.top-section{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-top: var(--smallpad);
	padding-bottom: var(--smallpad);
}
.logo p{
	margin: 0;
	font-size: 2rem;
	color: var(--dark);
	padding: var(--mediumpad);
	line-height: 140%;
	font-weight: 700;
}
.top-section a{font-weight: 500;}
.top-section a::after{content: "/";}
.top-section a:hover{color: var(--medium);}
.top-section a:last-of-type::after{display: none;}
body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	padding: 0px 0;
	font-family: var(--mainfont);
	overflow-x:hidden;

	--extradark: #050505;
	--dark: #231d1f;
	--medium: #1b528b;
	--light: #18bff3;
	--opac: rgba(255,255,255,0.5);
	--bigrad: 1.5rem;
	--mediumrad: 1rem;
	--smallrad: 0.5rem;
	--bigpad: 60px;
	--mediumpad: 40px;
	--smallpad: 15px;
	--mainfont: 'Manrope', sans-serif;
	--titlefont: 'Manrope', sans-serif;
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: var(--dark);
}
p{
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	opacity: 0.92;
	font-family: var(--mainfont);
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: var(--titlefont);
	display: block;
	width: 100%;
}


/******** BN Kit ********/
.social{display: inline-block;}
footer .social{margin-top: 25px;}
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;}
.social a[href*="linkedin"]{background-color: #0270ad;}
.social a[href*="google"]{background-color: #3e81eb;}
.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;
	box-shadow: 0 5px 8px rgba(0,0,0,0.15);
}
.social a:hover{background-color: var(--medium)!important;}
.social span{color: white;margin: 0;}
::-moz-selection {background: var(--medium);color: var(--light);}
::selection {background: var(--medium); color: var(--light);}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
main hr{margin-top: 25px;margin-bottom: 25px;}
.hundred{height: 100%;overflow: auto;}
.rel{position: relative;}
.nopad{padding: 0;}
.widerow{max-width: 110rem;}
/******** Background colours ********/
.extradarkbg{background-color: var(--extradark);}
.darkbg{background-color: var(--dark);}
.medbg{background-color: var(--medium);}
.lightbg{background-color: var(--light);}
.extralightbg{position: relative;}
.extralightbg::after{
	position: absolute;
	content: " ";
	background-color: var(--dark);
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.1;
	pointer-events: none;
}
.gradientbg{	
	background-image:
	 -webkit-linear-gradient(top left, var(--dark), var(--medium));
	background-image:
	 -o-linear-gradient(top left, var(--dark), var(--medium));
	background-image:
	 linear-gradient(to right bottom, var(--dark), var(--medium));
}
.gradientbg2{	
	background-image:
	 -webkit-linear-gradient(top left, var(--medium), var(--light));
	background-image:
	 -o-linear-gradient(top left, var(--medium), var(--light));
	background-image:
	 linear-gradient(to right bottom, var(--medium), var(--light));
}
.gradientoverlay{position: relative;}
.gradientoverlay::after{
	position: absolute;
	content: " ";
	background-color: var(--dark);
	background-image:
	 -webkit-linear-gradient(top left, var(--dark), var(--medium));
	background-image:
	 -o-linear-gradient(top left, var(--dark), var(--medium));
	background-image:
	 linear-gradient(to right bottom, var(--dark), var(--medium));
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.25;
	pointer-events: none;
}
.gradientbg .row, .gradientbg .columns,
.gradientbg2 .row, .gradientbg2 .columns,
.overlay .row, .overlay .columns,
.gradientoverlay .row, .gradientoverlay .columns{
	position: relative;
	z-index: 5;
}
.gradientoverlay *{position: relative;z-index: 5;}
.overlay{overflow:hidden;}
.overlay .bigbg{
	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%);
}
/******** Text ********/
.sub-title{
	font-size: 0.75rem;
	line-height: 120%;
	font-weight: 500;
	color: var(--medium);
	display: block;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 10px;
}
.darkbg .sub-title{color: var(--medium);}
.lightbg .sub-title, .extralightbg .sub-title{color: var(--medium);}
.gradientbg .sub-title{color: var(--light);}

main h1{
	font-size: 2.5rem;
	line-height: 120%;
	font-weight: 700;
	color: var(--dark);	
}
main h2{
	font-size: 2.5rem;
	line-height: 120%;
	font-weight: 500;
	color: var(--dark);	
}
main h3{
	font-size: 2rem;
	line-height: 120%;
	font-weight: 400;
	color: var(--dark);	
}
main h4{
	font-size: 1.5rem;
	line-height: 140%;
	font-weight: 500;
	color: var(--dark);	
}
main h5{
	font-size: 1.25rem;
	line-height: 120%;
	font-weight: 700;
	color: var(--medium);	
}
main h6{
	font-size: 1rem;
	line-height: 120%;
	font-weight: 700;
	color: var(--medium);	
}
main strong{font-weight: 700;color: var(--medium);}
.medbg strong{font-weight: 700;color: var(--dark);}

.light-text{color: white;}
.light-text p{color: white;}
.light-text h1, .light-text h2, .light-text .sub-title{color: white;}
.light-text h3, .light-text h4, .light-text h5{color: var(--light);}

.extradarkbg{color: white;}
.extradarkbg p{color: white;}
.extradarkbg h1, .extradarkbg h2, .extradarkbg .sub-title{color: var(--medium);}
.extradarkbg h3, .extradarkbg h4, .extradarkbg h5{color: var(--light);}

.darkbg{color: white;}
.darkbg p{color: white;}
.darkbg h1, .darkbg h2, .darkbg .sub-title{color: white;}
.darkbg h3, .darkbg h4, .darkbg h5{color: var(--light);}

.medbg{color: white;}
.medbg p{color: white;}
.medbg h1, .medbg h2, .medbg .sub-title{color: white;}
.medbg h3, .medbg h4, .medbg h5{color: white;}

.lightbg{color: black;}
.lightbg p{color: black;}
.lightbg h1, .lightbg h2, .lightbg .sub-title{color: var(--medium);}
.lightbg h3, .lightbg h4, .lightbg h5{color: var(--dark);}

.caption{color: white;}
.caption p{color: white;}
.caption h1, .caption h2, .caption .sub-title{color: white;}
.caption h3, .caption h4, .caption h5{color: var(--light);}

/******** Button ********/
.button{
	font-size: 1.25rem;
	color: var(--dark);
}
.button span{
	color: var(--medium);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	margin-left: 5px;
}
.button:hover span{margin-left: 15px;}
.white{color: white!important;}
.medbg .button span{color: var(--dark);}
/******** List ********/
main ul{
	margin-top: var(--mediumpad);
	margin-bottom: var(--mediumpad);	
}
main ul li{
	position: relative;
	font-size: 1rem;
	line-height: var(--mediumpad);
	margin-bottom: 10px;
	text-align: left;
	padding-left: var(--bigpad);
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	font-weight: 700;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: var(--mediumpad);
	height: var(--mediumpad);
	line-height: var(--mediumpad);
	border-radius: var(--smallrad);
	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: var(--medium);
}

main ol{
	counter-reset: my-awesome-counter;
	padding: 0;
	margin-top: var(--smallpad);
	margin-bottom: var(--mediumpad);	
}
main ol li{
	position: relative;
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: 10px;
	text-align: left;
	padding: var(--smallpad);
	display: inline-block;
	width: 100%;
	font-weight: 700;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--medium);
  font-weight: bold;
}
.home-list ol li{line-height: 3rem;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
main ol li::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
	background-color: rgba(0,0,0,0.3);
	border-radius: var(--smallrad);
	width: 100%;
	height: 4px;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
.darkbg ol li a{
	color: rgba(255,255,255,0.3);!important;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
.darkbg ol li:hover a{color: white!important;}
.darkbg ol li a strong{color: var(--medium)!important;}
.darkbg ol li::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
	background-color: var(--dark);
	border-radius: var(--smallrad);
	width: 100%;
	height: 4px;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
main ol li:hover::after{background-color: var(--medium);}
main ol li:hover a{color: white!important;}
/******** Section sizes ********/
section{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.large-section{
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
}
.medium-section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.small-section{
	padding-top: var(--mediumpad);
	padding-bottom: var(--mediumpad);
	position: relative;
}
.next-section{
	padding-top: 0;
	padding-bottom: 100px;
	position: relative;
}
.sideBar {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    z-index: 1;
    flex-direction: column;
}
.sideBar .bigbg {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    max-height: 800px;
}
@media screen and (max-width: 64em) {
	section{padding-top: 50px;padding-bottom: 50px;}
	.medium-section{padding-top: 25px;padding-bottom: 25px;}
	.small-section{padding-top: 15px;padding-bottom: 15px;}
}

/******** Columns ********/
.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: var(--mediumpad);
	-moz-column-gap: var(--mediumpad);
	-o-column-gap: var(--mediumpad);
	column-gap: var(--mediumpad);
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: var(--mediumpad);
	-moz-column-gap: var(--mediumpad);
	-o-column-gap: var(--mediumpad);
	column-gap: var(--mediumpad);
}
.onecol{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;
}
@media screen and (max-width: 64em) {
	.twocols{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.threecols{
		-webkit-columns: 2;
		-moz-columns: 2;
		-o-columns: 2;
		columns: 2;
	}
}
@media screen and (max-width: 40em) {
	.threecols{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}

/******** Text sections ********/
.left-text{padding: var(--mediumpad);padding-left: 0;}
.right-text{padding: var(--mediumpad);padding-right: 0;}
.text{padding: var(--bigpad);}
main .content:nth-child(even) .left-text{
	order: +1;
	padding-left: var(--bigpad);
	padding-right: 0;
}
@media screen and (max-width: 64em) {
	main .content:nth-child(even) .left-text{order: auto;padding: var(--bigpad) 1.15rem;}
	.left-text{padding: var(--bigpad) 1.5rem;}
	.right-text{padding: var(--bigpad) 1.5rem;}
	.text{padding: var(--bigpad) 1.15rem;}
}
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}




/******** Navigations ********/
nav{
	text-align: center;
	border-top: 2px solid rgba(180,180,180,0.2);
	margin-top: 10px;
	position: relative;
	z-index: 30;
}
nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 2rem;
	padding: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--dark)!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: var(--medium)!important;}
.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: var(--smallpad);
	border-radius: 3px;	
	background-color: var(--dark);
	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 var(--light);
	box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
.sub-menu .social{display: none;}
.sub-menu li{display: block;}
.sub-menu li a{padding: 0;color: #fffffffff!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: var(--light)!important;}
.sub-menu li:last-of-type a:hover{
	background-color: unset;
	color: var(--light)!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: 1rem;
	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;}
.mobile-menu{display: none;}

@media screen and (max-width: 64em) {
	nav{
		position: fixed;
		top: 0px;
		left: -100%;
		display: table;
		height: 100vh;
		width: 100%;
		opacity: 0;
		z-index: 100000;
		text-align: left;
		padding: 0 1.15rem;
		padding-bottom: 50px;

		-webkit-transition:ease 1s;
		-o-transition:ease 1s;
		transition:ease 1s;
		background-color: var(--medium);
		pointer-events: none;
	}
	.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: var(--mediumpad);
		font-size: 1.5rem;
		line-height: 200%;
		font-weight: 500;
		display: block;
		cursor: pointer;
		padding: 0 1.15rem;
		color: white!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);
	}
	.mobile-menu{
		position: fixed;
		z-index: 1000000;
		display: block;
		width: 100%;
		top: 0px;
		left: 0px;
		color: white;
		background: var(--dark);
		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: var(--light);
	}
	.toggler{cursor: pointer;}
	.mobile-menu .row{
		padding-left: 0;
		padding-right: 0;
	}
}

/******** FORM ********/
.myform{
	overflow: auto;
	width: 100%;
	padding: 0;
	position: relative;
}
.myform label{
	float: left;
	display: block;
	font-size: 1rem;
	line-height: 120%;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: var(--dark);
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
select{border-radius: 0px;}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: var(--dark);
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111111;
	height: 50px;
	margin-bottom: var(--mediumpad);
	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: var(--dark)!important;
	border: none;
	color: #ffffff;
}
input[type=submit]{
	background-color: var(--medium);
	color: white!important;
	font-size: 1rem;
	display: inline-block;
	line-height: var(--mediumpad);
	-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: var(--mediumpad);
	color: #ffffff;
	float: left;
	margin: 0;
	padding-right: var(--mediumpad);
}
.form-check{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
.checker p{margin: 0;}
.checker h4{margin: 0;}
.disabled{
	background-color: grey!important;
	pointer-events: none;
}
::-webkit-input-placeholder { color: var(--dark)!important;font-weight: 500;opacity: 0.75;}
::-moz-placeholder { color: var(--dark)!important;font-weight: 500;opacity: 0.75;}
:-ms-input-placeholder { color: var(--dark)!important;font-weight: 500;opacity: 0.75;}
:-moz-placeholder { color: var(--dark)!important;font-weight: 500;opacity: 0.75;}

/******** GALLERY ********/
.thumbs{
	float: left;
	width: calc(50% - 10px);
	margin: 5px;
	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% - 10px);}
.thumbs-4{width: calc(25% - 10px);}
.home-gallery .thumbs{
	width: calc(33.33% - 10px);
	height: 250px;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 5px);
	height: calc(0% - 5px);
	top: 0px;
	left: 0px;
	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 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::before{height: calc(100% - 10px);}
@media screen and (max-width: 64em) {.thumbs{height: 200px;}}
@media screen and (max-width: 40em) {.thumbs{height: 100px;}}

.caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: var(--mediumpad);
	color: white;
}
.caption .row{
	position: relative;
	z-index: 5;
}
.caption::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-image:
	 -webkit-linear-gradient(top, transparent, var(--dark));
	background-image:
	 -o-linear-gradient(top, transparent, var(--dark));
	background-image:
	 linear-gradient(to bottom, transparent, var(--dark));
	 content: " ";
	 z-index: 1;
}

/******** BLOCKQUOTE ********/
blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-style: normal;
	position: relative;
	z-index: 10;
	border-radius: var(--mediumrad);
	background-color: rgba(0,0,0,0.05);
	padding: var(--mediumpad);
	padding-top: 100px;
	min-height: 400px;
	box-shadow: 0 5px 8px rgba(0,0,0,0.15);
	overflow: hidden;
}
blockquote p{line-height: 130%;}
blockquote span{
	font-size: 0.75rem;
	line-height: var(--mediumpad);
	font-weight: 700;
	color: var(--medium);
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
}
blockquote::before{
	position: absolute;
	top: var(--mediumpad);
	left: var(--mediumpad);
	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: 1rem;}
.midquote{font-size: 1.25rem;}
.bigquote{font-size: 1.5rem;}
@media screen and (max-width: 40em) {blockquote{min-height: unset;}}

footer{
	background-color: var(--extradark);
	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: var(--medium)!important;
}
footer .bigphone{
	margin-bottom: 20px;
	margin-top: var(--mediumpad);
	font-size: 2.5rem;
	color: var(--medium)!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: var(--medium);}

/******** MISC ********/
.card{
	border-radius: var(--mediumrad);
	padding: var(--mediumpad);
	-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);
}
.card: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);
}
.card .bigbg{min-height: 200px; margin-bottom: var(--mediumpad);}
.shadow{
	border-radius: var(--smallrad);
	-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);
}
.shadow: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);
}

/******** CSS AFTER BN KIT ********/
header{
	background-image: url(../images/header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;	
	position: relative;
	padding-bottom: var(--bigpad);
}
header::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 180px, rgba(255,255,255,1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.9) 180px, rgba(255,255,255,1));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.9) 180px, rgba(255,255,255,1));
	z-index: 4;
}
header .banner-row{z-index: 20;position: relative;}
header .nav-row{z-index: 30!important;position: relative;}

header{
	background-color: var(--dark);
	padding-bottom: 0px;	
	position: relative;
}
nav ul li a{color: white!important;}
.top-section a{color: white!important;}

header::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: var(--dark);
	z-index: 5;
}


/******** BANNER ********/
.banner{width: 100%;position: relative;z-index: 1;}
.home-banner .slide{height: 70vh;min-height: 650px;}
.slide{
	width: 100%;
	height: 50vh;
	min-height: 450px;
	overflow: hidden;
	background-position: center;
	filter: grayscale(50%);
	margin: 0px;
	color: white;
	position: relative;
	transition: filter 0.5s ease;
}
.slide.is-selected{	
	filter: grayscale(0%);
	opacity: 1;
	transition: filter 0.5s ease;
}
.slide::before{
	position: absolute;
	content: " ";
	background-color: var(--extradark);
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.85;
	pointer-events: none;
	-webkit-transition: all 0.5s ease 1s;
	-moz-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
	mix-blend-mode: multiply;
}
.slide.is-selected::before{
	-webkit-transition: all 2s ease 0.5s;
	-moz-transition: all 2s ease 0.5s;
	transition: all 2s ease 0.5s;
	opacity: 0.35;
}
.slide .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 5;
	margin-left: 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	transition: all 0.1s ease 0.1s;
}
.slide .text b{
	color: var(--medium);
	font-weight: inherit;
}
.slide .row{margin: auto;max-width: 80rem!important;}
.banner .slide h1, .banner .slide h2{
	font-size: 3rem;
	line-height: 100%;
	position: relative;
	color: white;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	text-transform: capitalize;
}
.banner .slide.is-selected .text{
	margin-left: 0;
	opacity: 1;
	transition: all 1s ease 1s;
}
/******** INTRO ********/
.intro{overflow: hidden;}
.intro .bigbg{min-height: 200px;}
.intro .row{
	position: relative;
	z-index: 5;
}
.bigtext{
	font-size: 12rem;
	position: absolute;
	bottom: -40px;
	right: -40px;
	z-index: 1;
	color: var(--dark);
	opacity: 0.1;
	pointer-events: none;
}
.movingimages{overflow: hidden;}
.movingimages .row{
	max-width: 160%;
	width: 160%;
	text-align: center;
}
.movingimages img{max-height: 450px;}

@media screen and (max-width: 64em) {
	.movingimages .row{
		max-width: 160%;
		width: 160%;
	}
	.movingimages img{max-height: 200px;}
	.movingimages .columns{padding: 5px;}
}
@media screen and (max-width: 40em) {
	.movingimages img{max-height: 120px;}
	.movingimages .columns{padding: 5px;}
	.home-banner .slide{min-height: 400px;
		height: auto;}
	.slide{	min-height: 250px;
		height: auto;}
}
/******** HEADER ********/
.top-phone .bigphone{
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--dark);
}
.slide .button{color: white;}
.slide .button span{color: var(--medium);}
.slide .number{
	position: absolute;
	font-size: 30rem;
	top: 25%;
	right: 85%;
	color: white;
	opacity: 0.15;
	pointer-events: none;
}
.banner .slide.is-selected .text{
  	animation: expand-text 2.8s forwards;
}
@keyframes expand-text {
	0%{
		clip-path: inset(0 100% 0 0%);
		opacity: 0;
	}
	40%{
		clip-path: inset(0 100% 0 0%);
		opacity: 0;
	}
	100% {
		clip-path: inset(0 0% 0 0);
		opacity: 1;
	}
}
.clippy{animation: expand-text 2.8s forwards;}

@media screen and (max-width: 40em) {
	.banner .slide h1, .banner .slide h2{
		font-size: 2rem;
	}
	.slide .number{
		font-size: 16rem;
		top: 25%;
		right: 60%;
	}
}
/******** CONTENT SECTIONS ********/
.box-pad{
	padding: var(--mediumpad);
	padding-bottom: var(--bigpad);
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.boxes .bigbg{min-height: 250px;position: relative;z-index: 6;}

.members{margin: 0px;margin-bottom: 20px;padding: 0!important;}
.members img{
	max-height: 120px;
	display: block;
}
.boxes a{
	color: white!important;
	font-size: 1rem;
	margin-bottom: var(--smallpad);
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.boxes h4{color: white;}
@media screen and (max-width: 64em) {
	.boxes .columns:last-of-type{margin-top: 30px;}
}
@media screen and (max-width: 40em) {
	.boxes .columns{margin-bottom: 30px;}
	.boxes .columns:last-of-type{margin-top: 0px;}
}
.reasons span{
	float: left;
	color: var(--medium);
	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;
}
/******** Quote box ********/
.side-bar{
	position: fixed!important;
	height: 50%;
	background-color: white;
	z-index: 500;
	width: 50%;
	text-align: center;
	background-color: var(--dark);
	-webkit-transition: ease 0.8s;
	-o-transition: ease 0.8s;
	transition: ease 0.8s;
	padding: var(--bigpad);
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	border-radius: var(--mediumrad);
	box-shadow: 0 0 100px rgba(0,0,0,0.15);
	max-width: 700px;
}
.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: 100%;
	padding: 50px;
	z-index: 3;
}
.one{top: 50%;opacity: 1;}
.assist a{display: inline-block;width: 49%;}
.assist p{
	background-color: var(--medium);
	position: relative;
	overflow: hidden;
	color: white!important;
	padding: 0 20px;
	display: block;
	z-index: 2;
	margin: 5px;
	border-radius: 3px;
	line-height: 40px;
	margin-top: 10px;
}
.assist input, .assist select{
	color: #ffffff;
	padding: 0px 30px;
	border-left: 0px solid #111111;
	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: var(--medium)!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;
}
/******** Contact page bits ********/
.map iframe{
	height: 450px;
	mix-blend-mode: hard-light;
	filter: grayscale(0.2);
	border-radius: var(--smallrad);
	overflow: hidden;
}
.contact-boxes span{
	color: var(--medium);
	margin-bottom: 30px;
}
.contact-boxes a{
	color: var(--light);
	font-weight: 300;
	display: block;
}
.contact-boxes .bigphone{font-size: 1.5rem;color: var(--light)!important;}
.contact-boxes strong{color: var(--light)!important;}
.main-foot a{text-transform: lowercase;}
/******** Bits ********/
.process-number{
	position: absolute;
	right: -40px;
	bottom: -180px;
	font-size: 35rem;
	line-height:100%;
	pointer-events: none;
	opacity: 0.1;
	mix-blend-mode: multiply;
}


.intro .left-text{
	padding-top: var(--smallpad);
	padding-bottom: var(--smallpad);
}


.navigation .social{padding-left: 10px;}
.home-list{padding-bottom: 0;}
.top-phone{order: -1;}
@media screen and (max-width: 64em) {
html{font-size: 90%;}
header{margin-top: 49px;}
header .row{z-index: 10;}
.top-section{z-index: 20;}
.fancybox-container{height: calc(100vh - 50px);top: 49px;}
.slide{height: 400px;}
.banner .slide .text{
	padding-top: var(--mediumpad);
	padding-bottom: var(--mediumpad);
}
.top-phone{order: 0;text-align: center;display: block;}
.top-phone a{display: block;width: 100%;float: left;}
.top-phone .sub-title{display: block;width: 100%;float: left;}
.no-mob{display: none;}
.main-content aside{order: +1;}

footer{padding: var(--bigpad) 1.15rem 0;}
footer .columns{padding: var(--smallpad) 1.15rem;}

.side-bar{
	position: fixed!important;
	height: calc(100vh - 50px);
	width: 100%;
	padding: var(--bigpad);
	border-radius: var(--bigrad);
	max-width: unset;
}



}
@media screen and (max-width: 40em) {
.bigtext{font-size: 4rem;}
.row{width: 100%;}
.top-phone{padding-top: var(--mediumpad);}
.contact .row{width: 100%;margin:0;padding: 0;}
.contact-boxes .columns{margin-bottom: 30px;}
.contact-boxes .columns:last-of-type{margin-top: 0px;}
.navigation .social{padding-left: 0px;}
.row .row{padding: 0!important;margin: 0!important;}
}