@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,700;1,400&display=swap);

/* 

Intelligent Electrics

07925555369
#mobile
info@intelligent-electrics.com

-----------------

electrical
electricians

------------------

84 Boleyns Avenue
Braintree
Essex
CM7 5TX

------------------

dark: #292929
middle: #1a7e96
light: #58c4d7

------------------

Home automation
Domestic services
Commercial services
Electrical Vehicle Charging
Full rewires


 */
 .mobphone{display: none!important;}


::-moz-selection {background: #292929;color: #58c4d7;}
::selection {background: #292929; color: #58c4d7;}

.togglerz{display: none;}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Sarabun', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Sarabun', 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: 'Sarabun', sans-serif;
}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
}
.widewrapper{
	max-width: 95rem;
	margin: auto;
}

/******** Titles ********/

main span{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #1a7e96;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
main h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	color: #292929;	
}
main h2{
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;
	color: #292929;	
}
main h3{
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;
	color: #292929;	
}
main h4{
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	color: #292929;	
}
main h5{
	font-size: 22px;
	line-height: 120%;
	font-weight: 500;
	color: #58c4d7;	
	margin-bottom: 20px;
	display: block;
}

/******** Loader ********/


.lineone{
	animation: lineanimationone 1s infinite;
	animation-delay:0;

	background-color: #1a7e96;
	height: 6px;
	overflow: hidden;
	position: absolute;
	top: 00px;
	left: 0;
}
@-webkit-keyframes lineanimationone {
    0% {width: 0%; margin-left: 0;opacity: 1;background-color: #1a7e96;}
    70% {width: 100%; margin-left: 0;background-color: #58c4d7;}
    100% {width: 0px; margin-left:100%;opacity: 0.5;background-color: #58c4d7;}
}

.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #292929;
	text-align: center;
	z-index: 1000000;

	background-image: url(../images/logo.png);
	background-size: auto 150px;
	background-position: center;
	background-repeat: no-repeat;	
}

.logoload{
	position: absolute;
	padding: 40px;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	animation: fadereveal 0.3s forwards;
}
.logoload img{height: 100px;}

.revealpageone{
	width: 100%;
	bottom: 0;
	left: 0;
	height: 0%;
	position: fixed;
	background-color: #292929;
	z-index: 100000;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-image: url(../images/logo.png);
	background-size: auto 150px;
	background-position: center;
	background-repeat: no-repeat;
}
.reveal1{
	height: 100vh;
}


/******** Main button ********/

.main-button{
	background-color: #1a7e96;
	background-image: -webkit-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: -o-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: linear-gradient(to bottom right, #1a7e96, #58c4d7);
	position: relative;
	overflow: hidden;
	color: white!important;
	padding: 0 25px;
	display: inline-block;
	z-index: 2;
	margin: 0;
	border-radius: 3px;
}
.main-button p{
	margin: 0;
	position: relative;
	z-index: 2;
	font-size: 13px;
	line-height: 40px;
	font-weight: 300;
	opacity: 1;
}
.main-button::after{
	position: absolute;
	left: -50%;
	top: 20px;
	width: 300px;
	height: 300px;
	background-color: #58c4d7;
	content: " ";
	transform: translate(50%, 50%);
	border-radius: 50%;
	transform: scale(0.5);
	-webkit-transition: ease 0.7s;
	-o-transition: ease 0.7s;
	transition: ease 0.7s;
	z-index: 1;
	opacity: 0.6;
}
.main-button:hover::after{
	transform:scale(2);
	opacity: 0.3;
}
.main-reverse{
	background-color: #292929!important;
	background-image: none;
}
.main-reverse::after{
	background-color: #1a7e96!important;
}
.main-button:hover{text-decoration: none!important;}
/******** FORM ********/


header{
	position: relative;
	overflow: hidden;
}
.header-top{
	padding: 20px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
}
.header-top-nav{
	padding: 20px;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.logo{
	float: left;
	position: relative;
}
.logo img{
	height: 100px;
	display: inline-block;
	padding: 20px 0;
	position: relative;
	z-index: 2;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
/* .logo::after{
	position: absolute;
	background-color: #fff;
	bottom: 0;
	right: -200px;
	width: 1000px;
	height: 1000px;
	content: " ";
	z-index: 1;
} */

.header-top-right{
	display: inline-block;
	text-align: right;
	float: right;
	padding: 25px 0;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.header-top-right a{
	line-height: 50px;
	margin: 0 20px;
	display: inline-block;
	color: white;
}
.header-top-right a span{
	color: #58c4d7;
	margin-right: 10px;
}
.top-call{
	float: left;
	font-size: 18px;
}
.header-top-right .main-button p{line-height: 50px;}


/*** Make top bar white -  change shrunk to header-top ***/
/* .shrunk{
	background-color: #292929;
}
.shrunk a{color: #292929;}
.shrunk .burger p{color: #292929!important;}
.shrunk .line-one{background-color: #292929!important;}
.shrunk .line-two{background-color: #292929!important;}
.shrunk .line-three{background-color: #292929!important;} */

/******** Ends here ********/

.shrunk .logo img{
	height: 70px;
	padding: 10px 0;
}
.shrunk .header-top-right{padding: 10px 0px;}
.shrunk{
	background-color: #292929;
	padding: 0;
	position: fixed;
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
/******** FABARS ********/

.burger{
	background-color: rgba(0,0,0,0.0);
	padding: 15px;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	cursor: pointer;
}
.fabars{
	position: relative;
	width: 30px;
	height: 20px;
	float: left;
}
.burger p{
	line-height: 20px;
	font-size: 13px;
	float: left;
	margin: 0;
	margin-left: 20px;
	font-weight: 700;
	color: #fff;
}
.line-one{
	width: 20px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.move-one{
	width: 30px;
	transform: rotate(45deg);
	top: 9px;
}
.line-two{
	width: 30px;
	height: 2px;
	position: absolute;
	top: 9px;
	right: 0;
	background-color: #fff;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.move-two{
	width: 30px;
	transform: rotate(-135deg);
}
.line-three{
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.move-three{
	width: 30px;
	bottom: 9px;
	transform: rotate(-45deg);
}
.burger:hover .line-one{
	width: 30px;
}
.burger:hover .line-three{
	width: 30px;
}



/******** Banner ********/

.banner{
	height: 100vh;
	padding: 0;
	margin: 0;
	z-index: 1;
	position: relative;
	animation: bannerload 1s forwards;
	-webkit-animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		animation-delay: 0.3s;	
}
@keyframes bannerload{
    0% {transform: scale(1.2);}
    100% {transform: scale(1);}
}
.banner::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: " ";
	height: 300px;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.99), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.99), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.99), rgba(0,0,0,0));
	z-index: 1;
}
.banner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: " ";
	height: 100%;
	background-color: #1a7e96;
	background-image: -webkit-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: -o-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: linear-gradient(to bottom right, #1a7e96, #58c4d7);
	z-index: 2;
	opacity: 0.45;
}
.bigslider{
	height: 100%;
}
.bannertext{
	position: absolute;
	left: 0;
	bottom: 200px;
	width: 100%;
	z-index: 11;
	color: white;
}
.bannertext h1{
	font-size: 3vw;
	line-height: 3vw;
	color: white;
	font-weight: 700;
}
.bannertext a{
	margin-right: 10px;
}



.otherheader .banner{
	height: 60vh;
}
.otherheader .bannertext{
	bottom: 100px;
}


/******** NAV ********/



.side-menu{
	position: fixed;
	left: 0;
	top: -150vh;
	width: 100%;
	height: 100vh;
	z-index: 15;
	display: table;
	background-image: url(../images/nav.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.show-menu{
	top: 0;
}
.side-menu::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image: -webkit-linear-gradient(top left, #292929, #58c4d7);
	background-image: -o-linear-gradient(top left, #292929, #58c4d7);
	background-image: linear-gradient(to bottom right, #292929, #58c4d7);
	opacity: 0.85;
	z-index: 2;
}
.inner-menu{
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
	z-index: 20;
}
.side-menu .row{
	position: relative;
	z-index: 10;
}
nav{
	position: relative;
	display: inline-block;
}
nav ul li{
}
nav ul li a{
	font-size: 40px;
	line-height: 150%;
	font-weight: 300;
	color: #fff!important;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav ul li a:hover{
	padding-left: 10px;
}
nav ul li:last-of-type a{
	font-weight: 300;
	margin-top: 60px;
	display: block;
}
.side-menu .deets a{
	display: inline-block;
	color: #58c4d7;
	margin-right: 10px;
	margin-top: 20px;
}
.active{
	font-weight: 700;
}
.side-menu span{
	font-size: 13px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
	display: block;
}
.sub-menu{
	position: absolute;
	clear: both;
	white-space: nowrap;
	left: 100%;
	top: 0;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	padding-left: 100px;
}
.sub-menu li:last-of-type a{
	font-weight: 300;
	margin-top: 0px;
	display: block;
}




/******** INTRO ********/


.intro{
	padding-top: 150px;
	padding-bottom: 150px;
}
.left-text{
	padding: 50px;
	padding-left: 0;
}
.right-text{
	padding: 50px;
	padding-right: 0;
}
.intro .bigbg{
	padding: 10px;
	border-radius: 5px;
}




/******** SERVICE SLIDER ********/


.service-slider li{
	padding: 0;
}
.service-box{
	height: 600px;
	cursor: grab;
	position: relative;
}
.service-box::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: " ";
	height: 100%;
	background-color: #292929;
	z-index: 2;
	opacity: 0.8;
	-webkit-transition: ease-out 0.8s;
	-o-transition: ease-out 0.8s;
	transition: ease-out 0.8s;
}
.service-box:hover::after{
	opacity: 0.2;
}
.service-text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px;
	z-index: 5;
}
.service-text h3{
	margin-bottom: 30px;
}




/******** HOME SERVICES ********/

.home-services{
	padding-top: 150px;
	padding-bottom: 150px;
}
.home-services ul{
	width: 100%;
}
.home-services ul li{
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	line-height: 30px;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	cursor: pointer;
}
.home-services .main-button{text-align: right;
}
.home-services ul li:hover{
	background-color: #292929;
	color: white;
}


/******** HOME CONTENT ********/


.home-content{
	background-color: #292929;
	position: relative;
}
.home-content .left-text{
	padding-top: 150px;
	padding-bottom: 150px;
	color: white;
}
.home-image{
	position: absolute;
	right: 0;
	top: 0;
}
.home-content h3{
	color: white;
}



/******** REVIEW SLIDER ********/
.review-slider{
	padding-top: 150px;
}
.review-slider li{
	cursor: grab;
}
.review-slider li:hover{background-color: transparent!important;}
.review-slider h3{
	text-align: center;
}
.review-slider span{
	text-align: center;
}
.review-slider blockquote p{
	font-size: 25px;
	line-height: 30px;
}
.review-slider blockquote{
	margin-bottom: 0px;
	padding: 100px;
	padding-top: 200px;
}
.review-slider blockquote::after{
	top: 100px;
	left: 100px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.review-slider-container{
	width: 300%;
	margin-left: -100%;
}



/******** BOTTOM CONTACT ********/

.bottom-contact{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
.bottom-contact .main-button{
	width: 100%;
}
.bottom-contact span{
	margin-top: 30px;
	margin-bottom: 30px;
}

.members{
	margin-top: 50px;
}
.members img{
	padding: 20px;
	height: 100px;
}








/******** FOOTER ********/

footer{
	padding-top: 150px;
	padding-bottom: 100px;
	width: 100%;
	float: left;
	background-color: #292929;
	color: #777;
}
footer a, footer p{
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	display: block;
}
footer a:hover{
	color: #58c4d7;
}
footer img{
	height: 50px;
	margin-bottom: 60px;
}
.footer-social{
	margin-top: 60px;
	margin-bottom: 40px;
}
.footer-social a{
	display: inline-block;
	margin-right: 20px;
	font-weight: 400;
}
.footer-social a[href^="#"]{display: none!important;}
.by{
	margin-top: 60px;
}
footer h6{
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
	color: #fff;
	display: block;
}
.nopad{
	padding: 0;
}
footer span{
	color: #58c4d7!important;
	margin-right: 10px!important;
}
.footright{
	padding-bottom: 30px;
}









/******** FORM ********/

.form-container{
	position: relative;
}

.myform{
	overflow: auto;
	width: 100%;
	padding: 100px;
	box-shadow: 0 0 60px rgba(0,0,0,0.1);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: relative;
}
.myform:hover{
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.myform label{
	float: left;
	display: block;
	font-size: 13px;
	line-height: 20px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #58c4d7;
	font-weight: 500;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #58c4d7;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #58c4d7;
	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: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 3px;
}
.myform textarea{
	width: 100%;
	color: #58c4d7;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 150px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 3px;
}
.select-option{
	background-color: #666;
	border: none;
	color: #58c4d7;
}
input[type=submit]{
	background-color: #58c4d7;
	color: white!important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	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;
}
::-webkit-input-placeholder { color: #292929!important;font-weight: 500;opacity: 0.99;}
::-moz-placeholder { color: #292929!important;font-weight: 500;opacity: 0.99;}
:-ms-input-placeholder { color: #292929!important;font-weight: 500;opacity: 0.99;}
:-moz-placeholder { color: #292929!important;font-weight: 500;opacity: 0.99;}
.checkz input{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	margin-bottom: 0;
}
.checkz p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #292929;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.checkd{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
.stuffinhere{
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 100%;
	background-color: #151515;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	height: 100%;
}
.stuffinhere span{
	font-size: 16px;
	line-height: 140%;
	display: block;
	margin-bottom: 20px;
}
.stuffinhere h3{
	border-radius: 5px;
	margin-top: 10px;
	display: block;
	line-height: 50px;
	font-size: 40px;
	color: white;
	margin-bottom: 30px;
}
.question {
	height:auto;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:1;
	transition: 1s;
	width: 100%;
	padding: 40px 80px;
}
.one{
	top: 50%;
	opacity: 1;
}
.stuffinhere a{
	display: inline-block;
	line-height: 25px;
	border-radius: 5px;
	border:0px;
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	color: white;
	width: 100%;
	padding: 30px;
	background-image: -webkit-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: -o-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: linear-gradient(to bottom right, #1a7e96, #58c4d7);
	background-color: #58c4d7;
}
.stuffinhere p{
	font-size: 21px;
	line-height: 50px;
	margin: 0;
}
.stuffinhere a:hover{
	background-image: none;
}
.bookme{
	background-color: #9accca;
}
.stuffinhere input, .stuffinhere select{
	color: #fff;
	padding: 0px 0px;
	border-left: 0px solid #111;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.4)!important;
	font-size: 16px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	line-height: 40px;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	border: 0;
	outline: 0;
	margin:auto;
}
.stuffinhere input[type=submit]{
	border-radius: 4px;
	color: white!important;
	padding: 0 20px;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: rgba(50,50,50,0.3);
	line-height: 40px;
	box-shadow: 0px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	margin-top: 50px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: -o-linear-gradient(top left, #1a7e96, #58c4d7);
	background-image: linear-gradient(to bottom right, #1a7e96, #58c4d7);
}
.three p{
	font-size: 15px;
	margin: 0;
}



/******** GALLERY ********/

.thumbs{
	float: left;
	width: 25%;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 10px);
	height: calc(0% - 10px);
	bottom: 5px;
	left: 5px;
	z-index: 20;
	position: absolute;
	opacity: 0.5;
	pointer-events:none;
	background-color: #58c4d7;
-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);
	border-radius: 10px;
}
.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%;
}
.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: calc(100% - 10px);
}
main .thumbs:nth-child(10n + 1){
	width: 50%;
	float: left;
}
main .thumbs:nth-child(10n + 4){
	width: 50%;
	float: right;	
}



/******** BLOCKQUOTE ********/



blockquote{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 60px;
	padding-top: 140px;
	background-color: rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	width: 100%;
	display: inline-block;
	border-radius: 6px;
	color: #292929;

	background-image: url(../images/shapes/quotez.svg);
	-webkit-background-size: cover;
	background-size: cover;	
	background-position: bottom -100px right -100px;
	background-repeat: no-repeat;
}
blockquote::after{
	position: absolute;
	top: 60px;
	left: 60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	content: " ";
	background-image: url(../images/shapes/quotez2.svg);
	background-size: 100%;
	background-repeat: no-repeat;	
}
blockquote p{
	color: #292929;
	font-weight: 700;
}
blockquote span{
	margin-top: 40px;
	display: block;
	font-weight: 300;
	text-align: left!important;
}
.smallquote{
	font-size: 15px;
	line-height: 28px;
}
.midquote{
	font-size: 20px;
	line-height: 32px;
}
.bigquote{
	font-size: 25px;
	line-height: 40px;
}



/******** MISC ********/



.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
}

.getquote{
	position: fixed;
	width: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background-color: #111;
	height: 400px;
	color: white;
	display: table;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.stuffinhere{
	display: table-cell;
	vertical-align: middle;
}
.showquote{
	opacity: 1;
	pointer-events: auto;
}
.closequote{
	position: absolute;
	right: 20px;
	top: 20px;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.content{
	padding-top: 150px;
	padding-bottom: 150px;
}
main ul{
	margin-bottom: 30px;
}
main ul li{
	position: relative;
	padding: 10px 10px 10px 60px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
main ul li::after{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	content: url(../images/shapes/smallcheck.svg);
}
main ul li:hover{
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
}
.home-services ul li::after{display: none;}
.service-big-box{
	position: relative;
	overflow: auto;
	background-color: #58c4d7;
	color: white;
	margin-top: 100px;
	overflow: hidden;
}
.service-big-box h4{
	color: white;
	margin-bottom: 30px;
	margin-top: 30px;
}
.service-big-box::before{
	position: absolute;
	bottom: 00px;
	left: 0;
	width: 200%;
	height: 100%;
	content: " ";
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.0), #292929);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0.0), #292929);
	background-image: linear-gradient(to left, rgba(0,0,0,0.0), #292929);
	pointer-events: none;
	z-index: 1;
	opacity: 0.9;
}
.service-big-box .content{
	position: relative;
	z-index: 5;
}

main .service-big-box:nth-child(odd){
	margin-left: 50px;
}
main .service-big-box:nth-child(odd)::before{
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0), #292929 , #292929);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0), #292929 , #292929);
	background-image: linear-gradient(to right, rgba(0,0,0,0.0), #292929 , #292929);
	left: -50%;
}
main .service-big-box:nth-child(odd) .content{
	float: right;
}
.contact-details{
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-details .column{
	padding-left: 0;
	padding-right: 50px;
	padding-bottom: 30px;
}
.contact-details a, .contact-details p{
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	display: block;
}
.contact-details a{
	color:#58c4d7;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
}
.contact-details span{
	color:#58c4d7;
	margin-right: 15px;
	margin-bottom: 20px;
}

.get-started{
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;

	background-image: url(../images/started.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;	
}
.get-started .row{
	position: relative;
	z-index: 5;
}
.get-started::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #292929;
	opacity: 0.5;
	z-index: 2;
}
.get-started::before{
	position: absolute;
	bottom: 00px;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.0), #292929);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0.0), #292929);
	background-image: linear-gradient(to left, rgba(0,0,0,0.0), #292929);
	pointer-events: none;
	z-index: 1;
}
.get-started h3{
	color: white;
	display: block;
	margin-bottom: 30px;
}

.seolinks a{
	display: inline-block;
}
.seolinks a::after{
	content: "/";
	margin-left: 10px;
}
.seolinks a:last-of-type::after{
	display: none;
}
.by h6{
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	padding: 0 20px;
	font-size: 13px;
	font-weight: 300;
	line-height: 30px;
	margin-right: 10px;
	text-transform: capitalize;
}

.getquote input, .getquote select{background-color: rgba(255,255,255,0.2)!important;}


.accreds{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #111;
}
.accreds img{
	border-radius: 5px;
}


.google-reviews{
	padding-top: 100px;
	padding-bottom: 50px;
}


@media screen and (max-width: 64em) {

nav{
	width: 100%;
}
nav ul li a{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.sub-menu li a{
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}
.sub-menu{
	position: relative;
	width: 100%;
	left: 0%;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	padding-left: 0;
}
nav ul li:last-of-type a{
	margin-top: 0px;
	font-weight: 700;
}
nav ul li:hover .sub-menu{	
	opacity: 1;
	pointer-events: auto;
	left: 0%;
}
main h1{
	font-size: 30px;
}
main h2{
	font-size: 30px;
}
main h3{
	font-size: 30px;
}
main h4{
	font-size: 30px;
}
main h5{
	font-size: 16px;
}
.left-text{
	padding: 50px 0;
}
.right-text{
	padding: 50px 0;
}
.bannertext{
	bottom: 100px;
}
.bannertext h1{
	font-size: 8vw;
	line-height: 8vw;
	color: white;
}

.header-top{
	background-color: #292929;
	padding: 0;
	position: fixed;
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
.header-top a{color: #292929;}
.burger p{display: none;}
.logo img{
	height: 70px;
	padding: 10px 0;
}
.header-top-right{padding: 10px 0px;}
.nomob{display: none!important;}
.side-menu .deets a {
    margin-right: 5px;
    margin-top: 5px;
}

.shrunk .logo img{
	height: 50px;
}
.shrunk .header-top-right{padding: 0px 0px;}
.nomob-pad{
	padding-left: 0;
	padding-right: 0;
}
.intro .nomob-pad{
	margin-bottom: 20px;
}
.intro, .home-services, .review-slider, .bottom-contact{
	padding: 50px 0;
}
.content, .contact-details, .get-started{
	padding: 50px 0;
}
.service-box{
	height: 300px;
}
.service-text {
    padding: 20px;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.review-slider blockquote{
	margin-bottom: 0px;
	padding: 30px;
	padding-top: 100px;
}
.review-slider blockquote::after{
	top: 30px;
	left: 30px;
}
.review-slider-container{
	width: 100%;
	margin-left: 0%;
}
.review-slider li{padding: 10px;}
.review-slider .row{padding: 10px;}
.review-slider blockquote p{
	font-size: 18px;
	line-height: 25px;
}
main .row{
	padding: 0 30px;
}
footer{
	padding-top: 50px;
	padding-bottom: 50px;
}

.getquote{
	position: fixed;
	width: 100%;
	left: 0%;
	top: 70px;
	transform: translate(0%, 0%);
	height: calc(100vh - 70px);
}
.question {
    padding: 20px;
}
.stuffinhere a{
	padding: 10px;
}
.stuffinhere h3 {
    line-height: 40px;
    font-size: 30px;
}




}

@media screen and (max-width: 40em) {
.home-content{
	padding: 300px 0 50px 0;
}
.home-content .left-text{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-image{
	height: 300px!important;
}
.footright{display: none;}
.review-slider li{padding: 0;}
.review-slider .row{padding: 0;}
.thumbs{
	width: 33.33%;
	padding: 4px;
}
main .thumbs:nth-child(10n + 1){
	width: 33.33%;
	float: left;
}
main .thumbs:nth-child(10n + 4){
	width: 33.33%;
	float: left;	
}


.loader{
	background-size: 80% auto;	
}
.revealpageone{
	background-size: 80% auto;
}

blockquote{
	padding: 30px;
	padding-top: 100px;
}
blockquote::after{
	top: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
}
.myform{padding: 0;}

.service-big-box{
	margin-top: 30px;
}
main .service-big-box:nth-child(odd){
	margin-left: 0px;
}
.accreds{
	padding-top: 30px;
	padding-bottom: 30px;
}
.accreds img{
	margin-bottom: 20px;
}
