@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap);

/* 

E-TEK Electrical Services Ltd
E-TEK Electrical Services Ltd

01252313868
07917680479
info@e-tekelectrical.com

-----------------

electrical
electricians

fuse boards
consumer units
lighting

------------------

20 Squirrel Court
Aldershot
Hampshire
GU124GB

------------------

dark: 131313
middle: 39b54a
light: 29abe2
***
VERY - light: dfe8ea

/* B L O G */
.blogPostItem a {
    background: #4b8cb4;
    margin-top: 20px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
}
.blogPostItem {
    background: #EEEEEE !important;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    padding: 20px;
}
.blogPostItem h3 {
    color: #012840 !important;
    margin-bottom: 4px !important;
}
.blogPostItem h4 {
    color: #4c8eb5 !important;
    font-size: 12px !important;
    margin-top: 0px !important;
}

.blogPostItem hr {
    background: #012840 !important;
    margin-top: 10px !important;
}

.blogPostItem p {
    color: #555555 !important;
}


 */
 .mobphone{display: none!important;}



.logo img{
	height: 100px;
	padding: 20px 0;
}
/* 
.logo img{
	background-color: #ffffff;
	padding: 30px;
	padding-top: 50px;
	height: 160px;
	margin-top: -40px;
	border-radius: 4px;
}
 */

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px grey;}
::-webkit-scrollbar-thumb {background: #131313;}

::-moz-selection {background: #131313;color: #29abe2;}
::selection {background: #131313; color: #29abe2;}



.togglerz{display: none;}
.maskz{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #111111;
	z-index: 1000;
	display: none;
	cursor: pointer;
	opacity: 0.7;
}
body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	padding: 0px 0;
	font-family: 'Rubik', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #dddddd;
}
p{
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	opacity: 0.92;
	font-family: 'Rubik', 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: 'Rubik', sans-serif;
}

.slideage{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.slide1{background-image: url(../images/slider.jpg);}
.slide2{background-image: url(../images/slider2.jpg);}
.slide3{background-image: url(../images/slider3.jpg);}
.slide4{background-image: url(../images/shapes/success.svg);}
.slide5{background-image: url(../images/shapes/fail.svg);}

.bannertext a:hover .pulsing{
	animation: pulse 1.3s infinite;	
}
@keyframes pulse{
    0% {box-shadow: 0 0 0 0px #29abe2;}
    100% {box-shadow: 0 0 0 15px rgba(0,0,0,0);}
}

.sidebar{
	position: fixed;
	height: 100vh;
	width: 60px;
	background-color: #dfe8ea;
	text-align: center;
	display: table;
	z-index: 1000;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.wholesite{
	width: calc(100% - 60px);	
	margin-left: 60px;
}
.bigburger{
	position: absolute;
	top: 5px;
	width: 40px;
	left: 15px;
	cursor: pointer;
	height: 70px;
}




.slideheader{
	position: fixed;
	width: calc(100% - 45px);
	left: -100%;
	top: 0;
	z-index: 101;
	height: 100vh;
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-image: -webkit-linear-gradient(top left, #131313, #29abe2);
	background-image: -o-linear-gradient(top left, #131313, #29abe2);
	background-image: linear-gradient(to bottom right, #131313, #29abe2);
}
.slide-header-contents{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0px;
	z-index: 10;
}
.slide-header-contents .row{
	height: 100%;
	width: 100%;
	position: relative;
}
.slidein{
	left: 60px;
}
.navbg{
	position: absolute;
	bottom: -100px;
	right: 20%;
	width: 700px;
	opacity: 0.2;
	pointer-events: none;
	z-index: 10;
}
.header-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 50px;
}
.header-bottom span{
	color: #29abe2;
	font-weight: 300;
	font-size: 13px;
}
nav ul li{
	display: block;
}
nav ul li a{
	display: inline-block;
	font-size: 40px;
	line-height: 150%;
	color: white!important;
	font-weight: 700;
	position: relative;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
nav ul li a::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: " ";
	z-index: -1;
	background-color: #131313;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
nav ul li a:hover{
	padding: 0 10px;
}
nav ul li a:hover::after{
	width: 100%;
}
.deets{
	margin-top: 50px;
}
.deets a{
	font-size: 20px;
	display: block;
	color: white!important;	
	font-weight: 500;
	line-height: 200%;
}
.deets a span{
	color: #131313;
	margin-right: 10px;
}
.deets a strong{
	color: #29abe2;
	font-weight: 300;
	font-size: 13px;
}


.popoutform{
	position: fixed;
	width: 25%;
	height: 100vh;
	background-color: #131313;
	text-align: center;
	z-index: 110;
	display: block;
	top: 0px;
	right: 100%;
	color: white;
	overflow: hidden;
	transform-origin: 100% 100%;
	-webkit-transition: 0.3s ease 0s;
	-o-transition: 0.3s ease 0s;
	transition: 0.3s ease 0s;
}
.popoutform span{
	color: #29abe2;
	font-weight: 300;
	font-size: 13px;
}
.showform{
	right: 0px;
	-webkit-transition: 0.6s ease 0s;
	-o-transition: 0.6s ease 0s;
	transition: 0.6s ease 0s;
}
.questionmark{
	position: absolute;
	top: 0px;
	right: -50px;
	height: 100%;
	opacity: 0.1;
	pointer-events: none;
	z-index: 1;
}
.popmask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111111;
	opacity: 0.95;
	z-index: 100000;
	display: block;
	opacity: 0;
	transition: ease 0.3s;
	pointer-events: none;
}
.showmask{
	opacity: 0.95;
	pointer-events: initial;
	cursor: pointer;
}
.innerpop{
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}
.innerpopout{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.question {
	height:auto;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:1;
	transition: 1s;
	width: 100%;
}
.one{
	top: 50%;
	opacity: 1;
}
.popoutform p{
	font-size: 25px;
	line-height: 30px;
	padding: 10px 20%;
}
.popoutform a{
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	border:1px solid rgba(255,255,255,0.4);
	margin-bottom: 10px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	color: white;
}
.popoutform a:hover{
	background-color: rgba(0,0,0,0.8);
	border-radius: 30px;
  	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
	border:1px solid rgba(255,255,255,0.9);
}
.bookme{
	background-color: #29abe2;
}
.popoutform input, .popoutform select{
	color: #ffffff;
	padding: 0px 0px;
	border-left: 0px solid #111111;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.1)!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: 30px;
	border: 0;
	outline: 0;
	width: 80%;
	margin:auto;
}
.popoutform input[type=submit]{
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 11px;
	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: 30px;
	background-color: #29abe2!important;
}
.three p{
	font-size: 16px;
	margin: 0;
}
.closeform{
	display: none;
}




.falineone{
	height: 2px;
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	width: 0px;
	margin: 0;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	top: 25px;
	left:0;

	animation: lineone 1s forwards;
	animation-delay:0.5s;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
@-webkit-keyframes lineone {
    0% {width: 0px;}
    100% {width: 30px;}
}
.topline{
	transform:rotate(45deg);
	top: 35px;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.falinetwo{
	height: 2px;
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	width: 0px;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	top: 35px;
	left:0;

	animation: linetwo 1s forwards;
	animation-delay:0.75s;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
@-webkit-keyframes linetwo {
    0% {width: 0px;}
    100% {width: 30px;}
}

.middleline{
	transform:rotate(45deg);
	top: 35px;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.falinethree{
	height: 2px;
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	width: 0px;
	margin: 0;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	top: 45px;
	left:0;

	animation: linethree 1s forwards;
	animation-delay:1s;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
@-webkit-keyframes linethree {
    0% {width: 0px;}
    100% {width: 30px;}
}
.bottomline{
	top: 35px;
	transform:rotate(-45deg);
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


.social{
	top: 50%;
	position: absolute;
	transform: translate(0%, -50%);
	width: 100%;
}
.social a{
	display: block;
	height: 60px;
	position: relative;
	color: #39b54a;
	line-height: 60px;
}
.social-link{
	position: relative;
	display: block;
}

.totop{
	position: absolute;
	bottom: 0;
	padding: 15px;
	cursor: pointer;
}
.totop span{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tool-tip{
	left: 60px;
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	position: absolute;
	top: 10px;
	padding: 10px 20px;
	color: white;
	display: none;
	width: auto;
	text-align: center;
	min-width: 200px;
	box-shadow: 5px 0 20px rgba(0,0,0,0.2);
}
.totop:hover .tool-tip{
	display: block;
}

.social-link:hover .tool-tip{
	display: block;
}







.banner{
	position: relative;
	height: calc(100vh - 200px);
	top: 0;
	left: 0;
	width: 100%;
}
.otherbanner{
	height: 500px;
}
.bigslider{
	height: 100%;
	position: relative;
	cursor: drag;
}
.bigslider::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image: -webkit-linear-gradient(top left, #131313, #39b54a);
	background-image: -o-linear-gradient(top left, #131313, #39b54a);
	background-image: linear-gradient(to bottom right, #131313, #39b54a);
	opacity: 0.5;
	pointer-events: none;
}
.bigslider::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	content: " ";
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
	pointer-events: none;
	z-index: 2;
}
.header-contents{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	height: 100%;
	left: 0;
}
.header-contents .row{
	height: 100%;
	position: relative;
}
.topheader{
	width: 100%;
	position: relative;
}
.logo{
	padding: 20px 0;
	width: 40%;
	float: left;
}
.headright{
	width: 60%;
	text-align: right;
	float: right;
	padding: 50px 0;
}
.logo p{
	color: white;
	margin:0;
	font-size: 26px;
	font-weight: 700;
	line-height: 100px;
}
.logo strong{
	color: #29abe2;
	font-weight: 300;
}
.bannertext{
	position: absolute;
	bottom: 0;
	color: white;
	width: 60%;
	padding: 50px 0;
}
.otherbanner .bannertext{
	width: 100%;
}
.bannertext h1{
	font-size: 3vw;
	line-height: 110%;
	color: white;
	font-weight: 400;
	letter-spacing: -1px;
	text-shadow: 0 2px 18px rgba(0,0,0,0.75);
}
.bannertext h1 strong{
	color: #29abe2;
	font-weight: 300;
}
.otherbanner .bannertext h1{
	text-align: center;
}
.headright a{
	font-size: 20px;
	color: white;
	margin: 0 5px;
	line-height: 40px;
}
.headright span{
	color: #29abe2;
	margin: 0; 
}
.getaquote{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	font-size: 14px!important;
	padding: 0 30px;
	display: inline-block;
	font-weight: 300;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.getaquote:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.getaquoteform{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	font-size: 14px!important;
	padding: 0 30px;
	display: inline-block;
	font-weight: 300;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	border-radius: 5px;
	display: none;
}


.header-boxes{
	height: 200px;
	background-color: #131313;
	position: relative;
}
.header-boxes .columns{
	padding: 0;
}
.left-box{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	height: 100%;
	float: left;
}
.left-inner{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0px;
}
.left-text{
	display: table;
	position: relative;
	height: 200px;
	width: 50%;
	padding-right: 100px;
}
.left-box-text{
	display: table-cell;
	vertical-align: middle;
	color: white;
}
.left-box-text h2{
	font-size: 1.7vw;
	line-height: 100%;
	margin: 0;
	color: white;
	margin-bottom: 10px;
}
.left-box-text p{
	margin: 0;
}
.middle-box{
	height: 100%;
	float: left;
	display: table;
	background-image: url(../images/shapes/typed-image.svg);
	-webkit-background-size: auto 150%;
	background-size: auto 150%;
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #131313;
}
.middle-box-text{
	display: table-cell;
	vertical-align: middle;
	color: white;
	padding: 0 50px;
}
.middle-box-text p{
	margin: 0;
	color: #29abe2;
}
#typed{
	font-size: 1.7vw;
	line-height: 100%;
	margin: 0;
	text-transform: capitalize;
}
.typed-cursor{
	font-size: 1.7vw;
	color: #29abe2;
}
.right-box{
	height: 100%;
	float: left;
	display: table;
	background-image: url(../images/underslider.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 10;
	position: relative;
}

.two-text{
	padding-top: 160px;
	padding-bottom: 160px;
	background-color: #ffffff;
	position: relative;
}
.two-text marquee{
	font-size: 20vw;
	line-height: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0.05;
	color: #131313;
	font-weight: 900;
}
.two-text marquee::first-letter{
	text-transform: uppercase;
}
.two-text .row{
	position: relative;
	z-index: 2;
}
.left-two-text{
	padding: 0 60px;
	padding-left: 0;
}
.two-text span{
	color: #29abe2;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
	text-transform: capitalize;
}
.left-two-text h2{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #131313;
	font-weight: 900;
	letter-spacing: -1px;
  background: -webkit-linear-gradient(left, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right-two-text{
	position: relative;
}
.top-two{
	position: absolute;
	bottom: calc(50% + 10px);
	left: 0;
	width: 100%;
	height: calc(50% - 10px);

	background-image: url(../images/two-top.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;

	-webkit-transition: ease 4s;
	-o-transition: ease 4s;
	transition: ease 4s;
}
.top-two:hover{
	background-position: top center;
}
.bottom-two{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(50% - 10px);

	background-image: url(../images/two-bottom.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;	


	-webkit-transition: ease 4s;
	-o-transition: ease 4s;
	transition: ease 4s;
}
.bottom-two:hover{
	background-position: top center;
}
.underslider-services{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:100%;

	background-image: url(../images/underslider.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;

	-webkit-transition: ease 4s;
	-o-transition: ease 4s;
	transition: ease 4s;
}
.underslider-services:hover{
	background-position: top center;
}
.home-main{	
	background-color: #dfe8ea;
	position: relative;
}
.home-text{
	padding: 100px;
	padding-right: 0;
	float: right;
}
.home-image{
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;

	background-image: url(../images/home-image.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.home-text span{
	color: #29abe2;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
	text-transform: capitalize;
}
.home-text h3{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #131313;
	font-weight: 900;
	letter-spacing: -1px;
  background: -webkit-linear-gradient(left, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sickbutton{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	font-size: 13px!important;
	padding: 0 30px;
	display: inline-block;
	font-weight: 300;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);	
	color: white!important;
	line-height: 40px;
	margin-top: 10px;
	border-radius: 5px;
}
.sickbutton:hover{
	box-shadow: 0 8px 25px rgba(0,0,0,0.3);		
}



.philosophy{
	padding-top: 160px;
	padding-bottom: 160px;
	text-align: center;
	position: relative;
}
.largequote{
	width: 80%;
	position: absolute;
	left: 10%;
	top: 0px;
	z-index: -1;
}
.philosophy p{
	font-size: 24px;
	line-height: 40px;
	color: #131313;
	font-weight: 700;
}
.philosophy-text{
	position: relative;
}
.philosophy-text span{
	color: #29abe2;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
}



.why{	
	background-color: #dfe8ea;
	position: relative;
}
.why-image{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;

	background-image: url(../images/home-image2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.why-text{
	padding: 150px 100px;
	padding-left: 0;
}
.why-text h5{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #29abe2;
	font-weight: 900;
	letter-spacing: -1px;
  background: -webkit-linear-gradient(left, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-text span{
	color: #29abe2;
	margin-bottom: 20px;
}
.whybox{
	padding: 0;
	position: relative;
}
.innerwhy{
	position: relative;
	overflow: auto;
}
.innerwhy p{
	width: 80%;
	color: #131313;
}
.innerwhy .sickbutton{
	margin-top: 20px;
	display: block;
}
.why-text h3{
	color: #29abe2;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
	text-transform: capitalize;
}

footer{
	margin-top: 0px;
	color: white;
	background-color: #131313;
	padding-top: 120px;
	padding-bottom: 100px;
	position: relative;
	overflow:hidden;
}
footer::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	content: " ";
	z-index: 1;
	pointer-events: none;
	opacity: 0.3;
}
footer .row{
	position: relative;
	z-index: 10;
}
.footercurve{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 10;
}
footer h6{
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	color: #29abe2;
	font-weight: 300;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.by{
	color: #29abe2;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 13px;
	opacity: 0.8;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	color: white;
	display: inline-block;
}
.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: 13px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #29abe2;	
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}
footer ul li a, .footright a{color: #ffffff!important;}
footer ul li a:hover{
	color: #29abe2!important;
}
.footright a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 13px;
}
.footright a:hover{
	color: #29abe2!important;	
}
.footright span{
	margin-right: 15px;
	color: #29abe2;
}
.footright a:hover{
	color: #29abe2;	
}
.footleft a{
	text-transform: capitalize;
}
.services{
	background-color: #dfe8ea;
	padding-top: 150px;
	padding-bottom: 150px;
}
.services ul{
	margin-top: 0px;
}
.services ul li{
	color: #131313;
	line-height: 30px;
	padding: 10px 0;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: relative;
	padding-left: 50px;
	font-size: 18px;
}
.services ul li::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	content: url(../images/shapes/check.svg);
	padding: 7px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.services ul li:hover{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	color: #ffffff;
	padding: 10px 20px;
	padding-left: 60px;
}
.services ul li:hover::after{
	margin-left: 10px;
}
.services h3{
	color: #131313;
	display: block;
	margin-top: 30px;
	letter-spacing: -0.5px;
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #131313;
	font-weight: 900;
	letter-spacing: -1px;
  background: -webkit-linear-gradient(left, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services span{
	color: #29abe2;
	margin-top: 20px;
	font-weight: 500;
}
.twocol{
	-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;
}
.reviews{
	-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;
}
.myform{
	overflow: auto;
	width: 100%;
}
.myform label{
	float: left;
	font-size: 13px;
	position: relative;
	font-weight: bold;     
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 0px;
	color: #131313;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333333;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #ffffff;
	background-color: #111111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #ffffff;
	padding: 0px 20px;
	border:0px;
	border-left: 0px solid #111111;
	height: 40px;
	margin-bottom: 12px;
	background-color: rgba(255,255,255,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 4px;
}
.myform textarea{
	width: 100%;
	color: #ffffff;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111111;
	height: 150px;
	margin-bottom: 12px;
	background-color: rgba(255,255,255,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 4px;
}
.enquiryform textarea{
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
	border-left: 0px solid #131313;
	border-radius: 6px;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(255,255,255,0.15);
	border-left: 0px solid #131313;
	color: #ffffff;	
	border-radius: 4px;
}
.select-option{
	background-color: #666666;
	border: none;
	color: #ffffff;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}
input[type=submit]{
	background-color: #131313;
	color: white!important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.chatform input[type=submit]{
	background-image: -webkit-linear-gradient(left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(left, #39b54a, #29abe2);
	background-image: linear-gradient(to right, #39b54a, #29abe2);
	border:1px solid #131313;	
	border:none;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 0px solid #374140;
	outline: none!important;
	background-color: rgba(255,255,255,0.15);
	box-shadow: 0 0 0 black;
	padding-left: 20px;
	transition: ease 0.3s;
}
@media screen and (max-width: 580px){
	.myform img{
		width: 100%;
		height:auto;
	}
	#code{
		width: 100%;
		margin-bottom: 0px
	}
	.myform a{
		width: 100%;
		margin-top: 10px;
		line-height: 30px;
	}
}
.leftsubmit{float: left!important;margin-top: 40px;}
::-webkit-input-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.99;}
::-moz-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.99;}
:-ms-input-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.99;}
:-moz-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.99;}

.thumbs{
	float: left;
	width: 20%;
	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: #131313;
-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);
}
.gallery .thumbs:nth-child(14n + 1){
	width: 40%;
	float: left;
}
.gallery .thumbs:nth-child(14n + 6){
	width: 40%;
	float: right;	
}
blockquote{
	padding: 30px;
	display: block;
	margin: 10px;
	font-style: normal;
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #dfe8ea;
	background-image: -webkit-linear-gradient(top left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(top left, #39b54a, #29abe2);
	background-image: linear-gradient(to bottom right, #39b54a, #29abe2);
}
.innerquote{
	color: white;	
	padding: 20px 10px;
	position: relative;
}
blockquote::after{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	content: " ";
	background-image: url(../images/shapes/quotes.svg);
	background-size: 500px;
	background-position: right 50px bottom -50px;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.4;
}
.innerquote p{
	position: relative;
	z-index: 2;
}
.author{
	padding: 30px 0;
	padding-bottom: 0;
}
.author span{
	margin: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 900;
	color: #ffffff;
}
.author p{
	font-size: 16px;
	margin: 0;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	font-style: italic;
}
.authorpic{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
}

.smallquote{
	font-size: 14px;
	line-height: 22px;
}
.midquote{
	font-size: 18px;
	line-height: 25px;
}
.bigquote{
	font-size: 35px;
	line-height: 40px;
}
.reviews{

}
.checkz input{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid white;
	margin-bottom: 0;
}
.checkz p{
	display: inline-block;
	width: 45%;
	line-height: 30px;
	color: white;
	float: left;
	margin-left: 0;
}
.checkd{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	display: block;
	float: left;	
	margin-bottom: 20px;
}
.contact{
	position: relative;
	background-color: #dfe8ea;
}
.contact .row{
	padding: 0;
}
.contactform{
	position: relative;
	padding: 150px 40px;
}
.contactform::before{
	width: 200%;
	height: 100%;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(top left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(top left, #39b54a, #29abe2);
	background-image: linear-gradient(to bottom right, #39b54a, #29abe2);
	z-index: -1;
}
.contactbox a, .contactbox p{
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #131313;
	display: block;
}
.contactbox h3{
	margin-top: 20px;
}
.contactbox span{
	color: #29abe2;
}
.condeets{
	margin-top: 40px;
}
.contactbox{
	display: table;
	position: relative;
	padding: 50px 40px;
}
.innercontact{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contactbox a span{
	margin-right: 15px;
}
.contactbox a:hover{
	box-shadow: none;
	opacity: 0.7;
}
.contact h3{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #131313;
	font-weight: 900;
	letter-spacing: -1px;
  background: -webkit-linear-gradient(left, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}

.members{
	padding-top: 40px;
	padding-bottom: 40px;
}
.members img{
	height: 60px;
	margin-left: 20px;
	float: right;
}
.members h5{
	font-size: 30px;
	line-height: 60px;
	margin: 0;
	color: #1b2136;
	font-weight: 900;
	letter-spacing: -1px;
	display: inline-block;
  background: -webkit-linear-gradient(left, #39b54a, #29abe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}











@media screen and (max-width: 64em) {

p{
	font-size: 15px;
	line-height: 28px;
}
nav ul li a{
	display: inline-block;
	font-size: 24px;
	line-height: 150%;
}
.banner{
	position: relative;
	height: calc(100vh - 100px);
	top: 0;
	left: 0;
	width: 100%;
}
.otherbanner{
	height: 300px;
}
.otherbanner .headright{display: none;}
.bigslider{
	min-height: calc((100vh - 170px) - 0vh)!important;	
}
.right-box{display: none;}
.logo{
	width: 100%;
	left: 0;
}
.bannertext{
	width: 100%;
	padding: 30px;
	left: 0;
}
.left-text{
	width: 100%;
	padding-right: 0;
}
.headright{
	text-align: left;
	width: 100%;
	float: left;
	padding: 0;
}
.sidebar{
	position: fixed;
	height: 50px;
	width: 100%;
	background-color: #dfe8ea;
	text-align: center;
	display: table;
	z-index: 1000;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	top: 0;
}
.wholesite{
	width: calc(100% - 0px);	
	margin-left: 0px;
	margin-top: 50px;
}
.bigburger{
	position: absolute;
	top: -10px;
	width: 50px;
	left: 25px;
	cursor: pointer;
	height: 60px;
	transform: scale(0.8);
}
.totop{
	padding: 5px;
	display: none;
}
.social{
	top: 0%;
	text-align: right;
	position: relative;
	transform: translate(0%, 0%);
	width: 50%;
	float: right;
}
.social a{
	display: inline-block;
	height: 50px;
	position: relative;
	color: #39b54a;
	line-height: 50px;
}
.social-link{
	position: relative;
	display: inline-block;
	padding: 0 5px;
}

.slideheader{
	position: fixed;
	width: calc(100% - 0px);
	left: -100%;
	top: 50px;
	z-index: 101;
	height: calc(100vh - 50px);
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-image: -webkit-linear-gradient(top left, #39b54a, #29abe2);
	background-image: -o-linear-gradient(top left, #39b54a, #29abe2);
	background-image: linear-gradient(to bottom right, #39b54a, #29abe2);
}
.slidein{
	left: 00px;
}

.deets a{
	font-size: 16px;
	display: block;
	color: white!important;	
	font-weight: 500;
	line-height: 200%;
}
.popoutform{
	width: calc(100% - 00px);
	z-index: 100;
}
.header-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 20px;
}
.deets{
	margin-top: 20px;
}
.headright a{
	font-size: 15px;
}
.left-inner{position: relative;}

.two-text{
	padding-top: 60px;
	padding-bottom: 60px;
}
.left-two-text{
	padding: 0;
}
.right-two-text{
	min-height: 600px;
	margin-top: 40px;
}

.home-text{
	padding: 60px 0;
	padding-right: 0;
	float: right;
}
.home-image{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	height: 300px;

	background-image: url(../images/home-image.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.philosophy{
	padding-top: 60px;
	padding-bottom: 60px;
}
.philosophy p{
	font-size: 18px;
	line-height: 30px;
	color: #131313;
	font-weight: 700;
}
.why-text{
	padding: 100px 0;
}
.why-image{
	width: 100%;
	position: relative;
	height: 300px;
}
footer{
	padding-top: 50px;
}
footer h6{
	margin-top: 30px;
	display: block;
}
.footleft{
	display: none;
}
.getaquote{display: none;}
.getaquoteform{display: inline-block;}
.closeform{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 13px!important;
	line-height: 30px;
	z-index: 10;
	display: block;
	cursor: pointer;
}

.services{
	background-color: #dfe8ea;
	padding-top: 50px;
	padding-bottom: 50px;
}

blockquote{
	padding: 10px;
}
.innerquote{	
	padding: 20px;
}


.thumbs{
	float: left;
	width: 50%;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.gallery .thumbs:nth-child(14n + 1){
	width: 50%;
	float: left;
}
.gallery .thumbs:nth-child(14n + 6){
	width: 50%;
	float: right;	
}



}



@media screen and (max-width: 40em) {

.twocol{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.reviews{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.logo p{
	font-size: 7vw;
	letter-spacing: 0px;
}
.bannertext h1{
	font-size: 8vw;
	letter-spacing: 0px;
}
.left-box-text h2{
	font-size: 7vw;
	line-height: 100%;
	letter-spacing: 0px;
}
.header-boxes{
	height: 400px;
}
.left-box{height: 200px;position: relative;}
.middle-box{height: 200px;}
.middle-box-text{
	padding: 30px;
}
#typed{
	font-size: 5vw;
}
.typed-cursor{
	font-size: 5vw;
}
.members{
	text-align: center;
}
.members img{
	height: auto;
	width: 60%;
	margin-left: 0px;
	float: none;
	display: inline-block;
	margin-top: 20px;
}
}