@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap);

/* 

JAE Electrical

07971566309
01708556480
p.allen53@ntlworld.com

-----------------

electrical
electricians
Consumer Unit Changes
Full Re-Wires
Electrical Installation Condition Reports
Electrical and Underfloor Heating

------------------

105 Devonshire Road
Hornchurch
Essex and London
RM12 4LW

------------------

dark: 303030
middle: 737476
light: cbccce

<img src="media/images/logo.png" alt="">

 .mobphone{display: none!important;}
 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Roboto', 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: 'Roboto', sans-serif;
	display: block;
}

.revealpageone{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	animation: pagereveal 1s forwards;
	z-index: 100000;
	pointer-events: none;
}
@-webkit-keyframes pagereveal {
    0% {opacity: 1;}
    100% { opacity: 0;}
}
.reveal1{
	animation: pagerevealz 0.2s forwards;	
}
@-webkit-keyframes pagerevealz {
    0% {opacity: 0;}
    100% { opacity: 1;}
}


/******** BN Kit ********/

.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*="whatsapp"]{background-color: #2BA63A;}

::-moz-selection {background: #303030;color: #737476;}
::selection {background: #303030; color: #737476;}

.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 320px;
	border-radius: 5px;
}
.widewrapper{
	width: 95%;
	margin: auto;
}
main span{
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	color: #737476;
	display: block;
	margin-bottom: 10px;
	text-transform:uppercase;
	letter-spacing: 3px;
}
/*
main span{
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	background-color: #737476;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 20px;
	text-transform: capitalize;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07);
}
*/
main strong{
	color: #737476;
	font-weight: 300;
}
main h1{
	font-size: 40px;
	line-height: 120%;
	font-weight: 500;
	color: #303030;	
}
main h2{
	font-size: 40px;
	line-height: 120%;
	font-weight: 700;
	color: #303030;	
}
main h3{
	font-size: 40px;
	line-height: 120%;
	font-weight: 700;
	color: #303030;	
}
main h4{
	font-size: 28px;
	line-height: 140%;
	font-weight: 500;
	color: #303030;	
}
main h5{
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color: #303030;	
}
main ul li{
	position: relative;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 60px;
	display: inline-block;
	width: 100%;
}
main ul li::first-letter{
	text-transform: uppercase;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: url(../images/shapes/check.svg);
	background-color: #4a9dd2;
	border-radius: 25px;
	color: white;
	padding: 3px 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07);
}
.darkbg{background-color: #303030;}
.medbg{background-color: #cbccce;}
.lightbg{background-color: #737476;}
.section{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
.small-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.nopad{padding: 0;}
.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.left-text{
	padding: 50px;
	padding-left: 0;
}
.right-text{
	padding: 50px;
	padding-right: 0;
}


header{
	position: relative;
	overflow: hidden;
	background-color: #303030;
}
header::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: 3;
	content: " ";
	background-image: -webkit-linear-gradient(top, transparent, #303030);
	background-image: -o-linear-gradient(top, transparent, #303030);
	background-image: linear-gradient(to bottom, transparent, #303030);
	opacity: 0.6;
}
header::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: " ";
	background-image: -webkit-linear-gradient(top, transparent, #737476);
	background-image: -o-linear-gradient(top, transparent, #737476);
	background-image: linear-gradient(to bottom, transparent, #737476);
	opacity: 0.3;
}
.header-divider{
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}
.header-background{
	background-image: url(../images/biglogo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.success{background-image: url(../images/shapes/success.svg);}
.fail{background-image: url(../images/shapes/fail.svg);}

.top-section{
	padding: 20px 20px;
	position: relative;
	z-index: 1000;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.header-content{
	position: relative;
	padding: 0;
	float: left;
	width: 100%;
}
nav{
	background-color: #303030;
	float: left;
	width: 100%;
	z-index: 20;
	position: relative;
}
nav ul{
	width: 100%;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	display: inline-block;
	font-size: 13px;
	margin: 0 15px;
	font-weight: 400;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	line-height: 60px;
	color: #fff!important;
}
nav ul li a:hover{	
	color: #4a9dd2!important;
}
nav ul li:last-of-type{
	float: right;
	margin-top: 10px;
}
nav ul li:last-of-type a{
	color: #ffffff!important;
}
.top-right{
	text-align: right;
}
.top-right a{
	margin: 10px;
	line-height: 30px;
	display: block;
}
.top-right p{
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	color: #303030;
	margin: 0;
}
.logo p{
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	color: #303030;
	margin: 0;
}
.logo p span{
	font-weight: 300;
	color: #737476;
}
.logo img{
	height: 120px;
}


/***** DARK TOP BIT *******/



/*
.top-section{
	background-color: #303030;
}
nav ul li a{
	color: #ffffff!important;
}
.logo p{
	color: #ffffff;
}
.top-right a{
	color: #737476;	
}
.top-right strong{
	color: white;
}

*/


/***** DARK TOP BIT *******/

.banner-text{
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
	z-index: 5;
	color: white;
}
.other-header .banner-text{
	text-align: center;
}
.banner-text h1{
	font-size: 60px;
	line-height: 100%;
	font-weight: 700;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.banner-text h1 strong{
	font-weight: 300;
	color: #cbccce;
}
.banner-text h1::first-letter{
	text-transform: uppercase;
}
.banner-text p{
	letter-spacing: 3px;
	text-transform: uppercase;
}
.banner-text p strong{
	font-size: 60px;
	line-height: 100%;
	font-weight: 700;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.banner-text .mainlink{margin-top: 30px;}
.banner-text .mainlink {color: #cbccce!important;}
.banner-text .mainlink::after {background-color: #cbccce!important;}
.banner-text .mainlink strong{color: white!important;}
.sub-menu{
	position: absolute;
	top: 100%;
	margin-bottom: -60px;
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	background-color: #fff;
	opacity: 0;
	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;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.sub-menu li{
	display: block;
}
.sub-menu li:last-of-type{
	background: none;
	float: left;
	box-shadow: 0 0 40px rgba(0,0,0,0.0);
	padding: 0 0px;
}
.sub-menu li:last-of-type:hover{	
	background-color: rgba(0,0,0,0.2);
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
.mainbutton{
	background-color: #737476;
	padding: 0 30px;
	border-radius: 5px;	
	display: inline-block;
	line-height: 40px;
	color: white!important;
	font-size: 13px!important;
	font-weight: 300;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-decoration: none!important;
}
.mainbutton:hover{
	background-color: #cbccce;	
}
.mainreverse{
	background-color: #303030;	
}
.mainlink{
	font-size: 13px!important;
	line-height: 40px!important;
	color: #737476!important;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none!important;
}
.mainlink strong{
	color: #303030!important;
	margin-right: 10px;
}
.mainlink::after{
	bottom: 0;
	left: 0;
	height: 2px;
	content: " ";
	position: absolute;
	background-color: #737476;
	width: 100%;
}
.mainlink:hover::after{background-color: #cbccce;}
.mainlink span{
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: none;
}
.mainlink:hover span{
	margin-left: 8px;
}
.mainlink-reverse{
	color: #ffffff!important;
}
.mainlink-reverse::after{
	background-color: #ffffff;
}
.header-side{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60px;
	z-index: 8;
	text-align: center;
}
.side-form{
	height: 100%;
}
.open-form{
	width: 100%;
	text-align: center;
	color: white;
	cursor: pointer;
}
.learn-more{
	color: white;
	padding: 40px 0;
	cursor: pointer;
}

.header-form{
	position: absolute;
	top: -100%;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #303030;
	z-index: 7;
	overflow: hidden;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.header-form .row{
	position: relative;
	height: 100%;
}
.inner-form{
	width: 100%;
	height:100%;
}
.show-form{
	top: 0;
}
.question {
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:1;
	transition: 1s;
	width: 100%;
}
.one{
	top: 50%;
	opacity: 1;
}
.header-form p{
	font-size: 15px;
	line-height: 30px;
	padding: 10px 0;
	color: #aaa;
	font-weight: 300;
}
.header-form a{
	display: block;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	color: white;
	line-height: 150%;
	font-size: 50px;
	font-weight: 300;
}
.header-form a:hover{
	color: #737476!important;
}
.header-form input, .header-form select{
	color: #fff;
	padding: 0px 0px;
	border-left: 0px solid #111;
	margin-bottom: 10px;
	background-color: transparent!important;
	font-size: 50px;
	line-height: 150%;
	box-shadow: none;
	font-weight: 300;
	transition: ease 0.3s;
	display: block;
	text-align: left;
	width: 100%;
	border: 0;
	outline: 0;
	width: 100%;
	margin:auto;
}
.header-form input[type=submit]{
	border-radius: 0px;
	color: #737476!important;
	text-transform: capitalize;
	position: relative;
	padding: 0px;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 30px;
	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: 30px;
	cursor: pointer;
	background-color: transparent!important;
}
.three p{
	font-size: 16px;
	margin: 0;
}
.closeform{
	display: none;
}
.question .mainlink{
	display: inline-block!important;
	margin-top: 20px;
}
main{
	overflow: hidden;
}

.top-home-right{position: relative;}

.top-circle{
	position: absolute;
	right: -50px;
	top: -50px;
	width: 250px;
	height: 250px;
	background-color: #303030;
	text-align: center;
	color: white;
	border-radius: 50%;
	animation: pulsing 10s infinite;	
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.top-circle2{
	right: -40px;
	top: 130px;
	width: 200px;
	height: 200px;
	background-color: #737476;
	animation: pulsing2 7s infinite;
}
.top-circle p{margin: 0;}
.top-circle h3{
	color: #cbccce;
	font-size: 22px;
	text-transform: capitalize;
}
.circle-text{padding: 30px;}

/*
.top-home{
	background-color: #303030;
	color: white;
}
.curled{
	fill:#303030!important;
}
.top-circle{
	background-color: #fff;
}
.top-home h2{
	color: white;
}

*/


.green-section{position: relative;}
.green-section::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: " ";
	background-color: #4a9dd2;
	opacity: 0.1;
}
.home-services{
	position: relative;
}
.section .row{
	position: relative;
	z-index: 5;
}
.home-services .section-title{
	text-align: center;
}
.section-title{
	padding-bottom: 50px;
}
.home-services h3{font-size: 30px;}

.main-service-slider li{
	cursor: grab;
	margin: 20px;
}
.main-service-slider{
	min-height: 200px!important;
	padding-top: 50px!important;
	padding-bottom: 100px!important;
}
.service-image{
	height: 300px;
	position: relative;
}
.home-services h2{
	font-size: 15px;
	padding: 20px;
	margin: 0;
	font-weight: 700;
}
.home-services .uk-panel{
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07);
}
.plus{
	position: absolute;
	background-color: #4a9dd2;
	text-align: center;
	border-radius: 50%;
	color: white;
	bottom: -25px;
	right: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.main-service-slider li:hover .plus{
	transform: translateX(0px) translateY(-5px)!important;
	box-shadow: 0 0px 1px rgba(0,0,0,0.1), 
                0 1px 2px rgba(0,0,0,0.1), 
                0 2px 2px rgba(0,0,0,0.1), 
                0 4px 4px rgba(0,0,0,0.1),
                0 8px 8px rgba(0,0,0,0.1), 
                0 16px 16px rgba(0,0,0,0.1);

}

.every-step{padding-top: 0;}

.home-content{color: #ffffff;}
.home-content h3{
	color: white;
}
.home-content h5{
	color: white;
}
.home-content{
	background-image: url(../images/header2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	overflow: hidden;
}
.home-content .mainlink strong{
	color: #ffffff!important;
}
.home-content .mainbutton{
	margin-right: 20px;
}
.home-content .left-text{
	padding-top: 0;
	padding-bottom: 0;
}




/*
.home-content::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	content: " ";
	background-image: -webkit-linear-gradient(left, #303030, transparent);
	background-image: -o-linear-gradient(left, #303030, transparent);
	background-image: linear-gradient(to right, #303030, transparent);
}
.home-content::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: " ";
	background-image: -webkit-linear-gradient(left, #303030, #737476);
	background-image: -o-linear-gradient(left, #303030, #737476);
	background-image: linear-gradient(to right, #303030, #737476);
	opacity: 0.75;
}
*/
.big-circle{
	position: absolute;
	right: 45%;
	width: 100%;
	background-image: -webkit-linear-gradient(top left, #303030, #303030, #737476);
	background-image: -o-linear-gradient(top left, #303030, #303030, #737476);
	background-image: linear-gradient(to right bottom, #303030, #303030, #737476);
	border-radius: 50%;
	top: 50%;
	opacity:0.85;
	-webkit-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}




.why .section-title{text-align: center;}
.why ul{
	width: 100%;
	padding: 30px;
}

.philosophy{
	padding-top: 0;
	overflow: hidden;
}
.philosophy .right-text p{
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
	color: #303030;	
}
.logos img{
	display: inline-block;
	max-height: 80px;
	margin: 10px;
	margin-left: 0;
}
.members{
	text-align: center;
	margin-top: 50px;
}
.members img{
	display: inline-block;
	max-height: 100px;
	padding: 10px;
}

.philo-left{position: relative;}
.philo-quote{
	position: absolute;
	left: -25px;
	bottom: 10px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
	width: 300px;
	padding: 25px;
	border-radius: 3px;
	text-align: left;
	background-position: bottom -40px right -40px;
	background-repeat: no-repeat;
}
.philo-quote span{
	font-size: 15px;
	margin: 0;
	color: #737476;
}
.philo-quote p{
	margin: 0;
}
.philo-quote::before{
	animation: pulsing 2.5s infinite;	
	position: absolute;
	left: 25px;
	top: -25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: " ";
	background-color: #737476;
	border-radius: 25px;
	color: white;
	padding: 3px 12px;
	background-image: url(../images/shapes/quotez2.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07);
}
@keyframes pulsing{
    0% {transform:scale(1);}
    50% {transform:scale(1.1);}
    100% {transform:scale(1);}
}

@keyframes pulsing2{
    0% {transform:scale(0.7);}
    50% {transform:scale(0.8);}
    100% {transform:scale(0.7);}
}


.contact-section{
	background-color: #4a9dd2;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: white;
}
.contact-section h3{
	color: white;
}
.contact-section a{
	margin: 10px;
}
.footer-divider{
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}


footer{
	margin-top: 0px;
	color: white;
	background-color: #303030;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
footer .widewrapper{
	position: relative;
	z-index: 10;
}
footer h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #4a9dd2;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.by{
	color: #cbccce;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 11px;
	opacity: 0.8;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	color: white;
	display: inline-block;
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}
footer ul li a, .footleft a{color: #fff!important;}
footer ul li a:hover{
	color: #cbccce!important;
}
.footleft a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.footleft a:hover{
	color: #cbccce!important;	
}
.footleft span{
	margin-right: 15px;
	color: #cbccce;
}
.footleft a:hover{
	color: #cbccce;	
}
.footright a{
	text-transform: capitalize;
	font-weight: 300;
}
.footerlinks{
	display: block;
}
.footerlinks a{
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #cbccce;	
}
.social{
	margin-top: 30px;
}
.social a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
}
.social span{color: #ffffff;margin: 0;}
.footer-circle{
	width: 3000px;
	height: 3000px;
	position: absolute;
	bottom: -2900px;
	right: -60%;
	background-color: #cbccce;
	border-radius: 50%;
}







/******** FORM ********/

.myform{
	overflow: auto;
	width: 100%;
	padding: 30px 0px;
	position: relative;
}
.myform label{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #737476;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #aaaaaa;
	padding: 5px 0px;
	border: 0px;
	height: 40px;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 30px;
	box-shadow: none;
	font-weight: 300;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 3px;
}
.myform select{
	height: 60px;
}
.myform textarea{
	min-height: 200px;
	font-size: 21px;
	font-weight: 500;
}
option{
	background-color: #303030!important;
	border: none;
	color: #fff;
	font-size: 21px;
}
input[type=submit]{
	background-color: #737476;
	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.0);
	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: #aaaaaa;
	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: #aaaaaa!important;font-weight: 300;opacity: 0.75;}
::-moz-placeholder { color: #aaaaaa!important;font-weight: 300;opacity: 0.75;}
:-ms-input-placeholder { color: #aaaaaa!important;font-weight: 300;opacity: 0.75;}
:-moz-placeholder { color: #aaaaaa!important;font-weight: 300;opacity: 0.75;}




/******** GALLERY ********/
.thumbs a{
	overflow: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.thumbs{
	float: left;
	width: calc(25% - 20px);
	margin: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 300px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
}
main .thumbs:nth-child(6n + 3){
	width: calc(50% - 20px);
	float: left;
}
main .thumbs:nth-child(6n + 4){
	width: calc(50% - 20px);
	float: left;	
}
.thumbs::before{	
	content: " ";
	width: 100%;
	height: 0%;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	position: absolute;
	opacity: 0.5;
	pointer-events:none;
	background-color: #737476;
-webkit-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
        transition: all 300ms cubic-bezier(1,.11,.52,.99);
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
	pointer-events: none;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 4px;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{
	height: 100%;
}



/******** BLOCKQUOTE ********/



blockquote{
	padding: 40px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 0;
	border-radius: 6px;
	text-align: left;
	font-style: normal;
	background-color: #ffffff;

	background-image: url(../images/shapes/quotez.svg);
	background-size: 120%;
	background-position: center bottom -100px;
	background-repeat: no-repeat;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
blockquote span{
	margin-top: 20px;
	display: block;
	font-weight: 300;
	color: #737476;
}
.smallquote{
	font-size: 15px;
	line-height: 28px;
}
.midquote{
	font-size: 20px;
	line-height: 32px;
}
.bigquote{
	font-size: 35px;
	line-height: 45px;
}
blockquote::before{
	animation: pulsing 2.5s infinite;	
	position: absolute;
	left: -20px;
	top: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: " ";
	background-color: #4a9dd2;
	border-radius: 25px;
	color: white;
	padding: 3px 12px;
	background-image: url(../images/shapes/quotez2.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07);
}
@keyframes pulsing{
    0% {transform:scale(1);}
    50% {transform:scale(1.1);}
    100% {transform:scale(1);}
}
@keyframes pulsing2{
    0% {transform:scale(0.7);}
    50% {transform:scale(0.8);}
    100% {transform:scale(0.7);}
}



/******** MISC ********/

.services{
	padding-bottom: 50px;
	text-align: center;
}

.services p{
	font-size: 28px;
	line-height: 140%;
	font-weight: 500;
	color: #303030;	
}


main .content:nth-child(odd) .left-text{
	order: +1;
	padding-left: 50px;
	padding-right: 0;
}

.contact-deets{
	width: 100%;
}
.contact-deets .column{
	padding-left: 0;
	padding-right: 50px;
	padding-bottom: 30px;
}
.contact-deets a, .contact-deets p{
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	display: block;
}
.contact-deets a{
	color: #737476;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}
.contact-deets span{
	color: #737476;
	margin-right: 15px;
	margin-bottom: 20px;
}
.contact-deets .row{
	padding: 1.15rem;
}
.contact-deets .row .column{
	padding-right: 50px;
}
.contact-deets iframe{
	width: 100%;
	height: 500px;
	border-radius: 5px;
}
footer ul .mainbutton{display: none;}

.advert video{
	width: 100%;
	height: auto;
}
.advert {
	text-align: center;
	padding-top: 0;
}
.adpic{
	background-color: #000;
}
.home-services{
	padding-bottom: 50px;
}
address{padding-top: 0;margin-top: 0;}


.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
.mobile-menu{
	position: fixed;
	z-index: 10000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #303030;
	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: #cbccce;
}
.toggler{
	cursor: pointer;
}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
nav{
	position: fixed;
	top: 50px;
	left: -100%;
	display: table;
	height: calc(100vh - 50px);
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 50px;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: #111;
	pointer-events: none;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav .row{
	display: table-cell;
	vertical-align: middle;
}
nav ul li:last-of-type{
	float: none;
	margin-top: 10px;
}
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 0;
}
.section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.small-section{
	padding-top: 20px;
	padding-bottom: 20px;
}
.left-text, .right-text{
	padding: 20px 1.15rem;
}
.top-section{
	margin-top: 48px;
	text-align: center;
}
.section-title{
	padding-bottom: 20px;
	text-align: left;
}
.banner-text{
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 50px;
}
.other-header .banner-text{
	padding-top: 100px;
	padding-bottom: 100px;
}
.banner-text h1{
	font-size: 30px;
}
.banner-text p strong{
	font-size: 30px;
}

.header-divider{height: 80px;}
.footer-divider{height: 80px;}
.top-right{display: none;}

.main-service-slider{
	padding-bottom: 20px!important;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.philo-left{
	margin-bottom: 20px;
}
.big-circle{
	right: 30%;
	width: 200%;
}



.header-form a{
	font-size: 20px;
}
.header-form input, .header-form select{
	font-size: 20px;
}
.question{
	padding: calc(50px + 1.15rem);
}
.top-section .row{
	max-width: 100%;
}
.thumbs{
	height: 200px;
	width: calc(25% - 5px);
	margin: 2.5px;
}
main .thumbs:nth-child(6n + 3){
	width: calc(50% - 5px);
	float: left;
}
main .thumbs:nth-child(6n + 4){
	width: calc(50% - 5px);
	float: left;	
}
.top-circle{
	right: -10px;
	top: -10px;
	width: 200px;
	height: 200px;
}
.top-circle2{
	right: -10px;
	top: 120px;
}



}
@media screen and (max-width: 40em) {

.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.philo-quote{
	position: relative;
	left: 0px;
	bottom: 00px;
	width: 100%;
	padding: 25px;
}
.philosophy .right-text p {
    font-size: 16px;
}
.contact-section{
	padding-top: 100px;
	padding-bottom: 100px;
}
footer{
	padding-top: 100px;
	padding-bottom: 50px;
}
.footright{display: none;}

.big-circle{
	right: 0%;
	border-radius: 0%;
	top: 50%;
}
.services ul{
	padding: 0 1.15rem;
}

.top-circle{
	display: none;
}
.thumbs{
	height: 100px;
}
.three p{color: #737476;}