<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Sarabun:300,400,500,700,800&amp;display=swap);

/* 

FTL Electrical

01728604911
07880792102
christiangreen@gmx.com

-----------------

electrical
electricians
Fuseboard upgrades
Rewires
Electric underfloor heating

------------------

Apple Trees
Saxmundham
Suffolk
IP17 2QE

------------------

dark: 1e1e1e
middle: 878988
light: 68e5e3


 .mobphone{display: none!important;}
 */


::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px grey;}
::-webkit-scrollbar-thumb {background: #1e1e1e;}

::-moz-selection {background: #1e1e1e;color: #68e5e3;}
::selection {background: #1e1e1e; color: #68e5e3;}

.togglerz{display: none;}
.maskz{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #111;
	z-index: 1000;
	display: none;
	cursor: pointer;
	opacity: 0.7;
}
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;
}

.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 #68e5e3;}
    100% {box-shadow: 0 0 0 15px rgba(0,0,0,0);}
}
.widewrapper{
	width: 95%;
	margin: auto;
}
header{
	position: relative;
	z-index: 5;
}
.topsection{
	background-color: rgba(0,0,0,0.0);
	position: relative;
	z-index: 10;
}
.logo{
	float: left;
	position: relative;
	z-index: 10;
}
.logo img{
	background-color: #fff;
	padding: 20px 20px;
	height: 200px;
	margin-bottom: -60px;
	box-shadow: 0 0 40px rgba(0,0,0,0.4);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.logo img:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.4);	
}
.logo p{
	margin: 0;
	line-height: 100px;
	font-size: 40px;
	color: #1e1e1e;
	padding: 20px 0;
	letter-spacing: -0.5px;
}
.logo p span{
	color: #68e5e3;
	font-style: italic;
}
.contactbar{
	float: right;
	background-image: url(../images/shapes/phone2.svg);
	background-size: 250px;
	background-position: center;
	background-repeat: no-repeat;
}
.cbar{
	display: inline-block;
	float: left;
	margin-left: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cbartext{
	float: right;
}
.cbar img{
	height: 50px;
	margin-right: 10px;
}
.contactbar p{
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #68e5e3;
	display: block;
	margin: 0;
}
.contactbar a{
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #1e1e1e;
	display: block;
}

nav{
	float: right;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	text-align: right;	
	position: relative;
	z-index: 1;
}
nav ul li{
	display: inline-block;
	margin: 10px 0;
}
nav ul li a{
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: white!important;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav ul li a:hover{
	background-color: rgba(0,0,0,0.2);
	border-radius: 30px;
}
nav ul li:last-of-type{
	background-color: #68e5e3;
	border-radius: 30px;
	padding: 0 30px;
	box-shadow: 0 0 40px rgba(0,0,0,0.4);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav ul li:last-of-type:hover{	
	background-color: #878988;
}
.active::after{
	width: 20px;
	height: 2px;
	background-color: #68e5e3;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	content: " ";
	bottom: 0;
	border-radius: 5px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.active:hover::after{
	width: 50%;
	left: 25%;
	margin-left: 0;
}

.sub-menu{
	position: absolute;
	top: 40px;
	clear: both;
	display: none;
	padding-top: 20px;
}
.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{display: block;}
.banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	margin-top: -60px;	
}
.banner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #1e1e1e;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	z-index: 1;
	opacity: 0.5;
}
.bigslider{
	height: 100%;
	position: absolute;
	cursor: drag;
	width: 100%;
}
.bannertext{
	padding-top: 250px;
	padding-bottom: 250px;
	position: relative;
	color: white;
	width: 75%;
	z-index: 5;
	margin-top: 60px;
}
.otherheader .bannertext{
	padding-top: 150px;
	padding-bottom: 150px;
}
.bannertext h1{
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 30px rgba(0,0,0,0.6);
	margin-bottom: 30px;
}
.bannertext h1 strong{
	font-weight: 300;
}
.bannertext span{
	font-style: italic;
}
.bannertext p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: white;
	text-shadow: 0 4px 20px rgba(0,0,0,0.6);
	margin: 0;
}
.bannertext a{
	background-color: #68e5e3;
	border-radius: 30px;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: white;	
	margin-top: 20px;
	box-shadow: 0 0 40px rgba(0,0,0,0.4);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.bannertext a:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);	
}
.otherheader .bannertext{
	text-align: center;
	width: 100%;
}

main span{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #878988;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
main h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	color: #1e1e1e;	
}
main h2{
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	color: #1e1e1e;	
}
main h3{
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	color: #1e1e1e;	
}
main h4{
	font-size: 22px;
	line-height: 120%;
	font-weight: 500;
	color: #1e1e1e;	
}
main h5{
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
	color: #1e1e1e;	
}


.with-you{
	margin-top: -50px;
	position: relative;
	z-index: 10;
	padding-bottom: 100px;
	display: block;
	float: left;
	width: 100%;
}
.with-text{
	padding-top: 200px;
	padding-bottom: 50px;
	padding-right: 100px;
}
.with-image{
	position: relative;
	background-image: url(../images/home.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.dots{
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 150px;
}
.circlething{
	position: absolute;
	bottom: -300px;
	right: -300px;
	width: 500px;
}
.zags{
	position: absolute;
	bottom: -100px;
	left: -50px;
	width: 600px;
}
.box-section{
	position: relative;
	z-index: 11;
}
.left-boxes{
	position: relative;
}
.top-left-box{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url(../images/box1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
.top-left-box::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #1e1e1e;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	z-index: 1;
	opacity: 0.8;
}
.top-left-box p{
	margin: 0;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}
#typed{
	font-size: 40px;
	line-height: 100%;
	margin: 0;
	text-transform: capitalize;
	display: inline-block;
	color: white;
}
.typed-cursor{
	font-size: 40px;
	color: #68e5e3;
	display: inline-block;
}
.top-middle-box{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url(../images/box2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.top-middle-box::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #1e1e1e;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	z-index: 1;
	opacity: 0.8;
}
.top-middle-box .uk-card-body{
	padding: 0;
	padding-right: 50px;
}
.top-middle-box span{
	margin: 0;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}
.bottom-left-box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(50% - 10px);
	background-image: url(../images/box3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.bottom-left-box::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #1e1e1e;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	z-index: 1;
	opacity: 0.4;
}
.right-boxes{
	position: relative;
}
.assist{
	width: 100%;
	position: relative;
	background-color: #1e1e1e;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	min-height: 500px;
	overflow: hidden;
	text-align: center;
	padding: 450px 50px;
}
.inner-assist{
	width: 90%;
	margin:auto;
}
.inner-box-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	color: white;
	z-index: 10;
}
.inner-box-text p:last-of-type{margin-bottom: 0;}
.sickbutton{
	background-color: #68e5e3;
	color: white!important;
	border-radius: 30px;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: white;	
	margin-top: 20px;
	box-shadow: 0 0 40px rgba(0,0,0,0.4);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.sickbutton:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);	
}

.box-section h3{
	color: white;
	font-size: 40px;
	font-weight: 700;
}
.home-content{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	float: left;
	width: 100%;
}
.home-image{
	position: relative;
	background-image: url(../images/content.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.second-image{
	position: relative;
	background-image: url(../images/content2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 200px;
}
.dots2{
	position: absolute;
	bottom: -70px;
	left: -80px;
	height: 65%;
	z-index: -1;
}
.content{
	padding: 50px;
	padding-right: 0;
}
.philosophy{
	background-color: #1e1e1e;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;

	background-image: url(../images/shapes/quotez.svg);
	background-size: 100%;
	background-position: center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}
.philosophy-text{
	padding: 50px;
	color: white;
}
.philosophy-text p{
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 30px;
	display: block;
}


footer{
	margin-top: 0px;
	color: white;
	background-color: #1e1e1e;
	padding-top: 120px;
	padding-bottom: 100px;
	position: relative;
	overflow:hidden;
	float: left;
	width: 100%;
}
.dots3{
	position: absolute;
	top: 100px;
	right: -50px;
	height: 250%;
	z-index: 9;
	transform: rotate(45deg);
}
footer::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	content: " ";
	z-index: 1;
	pointer-events: none;
	opacity: 0.3;
}
footer .row{
	position: relative;
	z-index: 10;
}
footer h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #878988;
	font-weight: 300;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.by{
	color: #878988;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 15px;
	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: 15px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #878988;	
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}
footer ul li a, .footright a{color: #fff!important;}
footer ul li a:hover{
	color: #878988!important;
}
.footright a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 15px;
}
.footright a:hover{
	color: #878988!important;	
}
.footright span{
	margin-right: 15px;
	color: #878988;
}
.footright a:hover{
	color: #878988;	
}
.footleft a{
	text-transform: capitalize;
}

.contactform{
	background-color: #1e1e1e;
	padding: 70px;
	border-radius: 6px;
}
.leftsubmit{
	float: left!important;
}
.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: #1e1e1e;
	font-weight: 500;
	display: block;
	width: 100%;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333;
	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: #fff;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #fff;
	padding: 0px 20px;
	border:0px;
	border-left: 0px solid #111;
	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: 30px;
}
.myform textarea{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111;
	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: 30px;
}
.enquiryform textarea{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	border-left: 0px solid #1e1e1e;
	border-radius: 6px;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(255,255,255,0.15);
	border-left: 0px solid #1e1e1e;
	color: #fff;	
	border-radius: 30px;
}
.select-option{
	background-color: #666;
	border: none;
	color: #fff;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}
input[type=submit]{
	background-color: #68e5e3;
	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, #68e5e3, #68e5e3);
	background-image: -o-linear-gradient(left, #68e5e3, #68e5e3);
	background-image: linear-gradient(to right, #68e5e3, #68e5e3);
	border:1px solid #68e5e3;	
	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;
	}
}
.myform option{
	background-color: #878988;
}
::-webkit-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
::-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
:-ms-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
:-moz-placeholder { color: #fff!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: #fff;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.checkd{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}

.question {
	height:auto;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:1;
	transition: 1s;
	width: 100%;
	padding: 80px;
	z-index: 3;
}
.one{
	top: 50%;
	opacity: 1;
}
.assist p{
	font-size: 50px;
	line-height: 60px;
	color: white;
	margin-bottom: 50px;
	margin-top: 50px;
}
.assist a{
	display: block;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	border:1px solid rgba(255,255,255,0.4);
	margin-bottom: 15px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	color: white;
}
.assist 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: #68e5e3;
}
.assist input, .assist select{
	color: #fff;
	padding: 0px 0px;
	border-left: 0px solid #111;
	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;
}
.assist 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: #68e5e3!important;
}
.three p{
	font-size: 16px;
	margin: 0;
}
.closeform{
	display: none;
}
.questionmark{
	position: absolute;
	top: 0px;
	right: -50px;
	height: 100%;
	opacity: 0.3;
	pointer-events: none;
	z-index: 1;
}


.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: #878988;
-webkit-transition: all 500ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 500ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 500ms cubic-bezier(1,.11,.52,.99); 
        transition: all 500ms 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 500ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 500ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 500ms cubic-bezier(1,.11,.52,.99); 
        transition: all 500ms 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(20n + 6){
	width: 40%;
	float: left;
}
main .thumbs:nth-child(20n + 11){
	width: 40%;
	float: right;	
}
blockquote{
	padding: 70px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 6px;
	font-style: normal;
	background-color: #1e1e1e;
	color: white;

	background-image: url(../images/shapes/quotez.svg);
	background-size: 120%;
	background-position: center bottom -100px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}
blockquote strong{
	font-size: 21px;
}
blockquote span{
	margin-top: 20px;
	display: block;
	font-weight: 300;
	font-style: italic;
	color: #68e5e3;
}

.smallquote{
	font-size: 15px;
	line-height: 28px;
}
.midquote{
	font-size: 25px;
	line-height: 32px;
}
.bigquote{
	font-size: 45px;
	line-height: 40px;
}

.members{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.members img{
	height: 100px;
	margin: 20px;
	display: inline-block;
}
.logos{
	height: 100px;
	margin: 20px;
	margin-left: 0;
	display: inline-block;
}


.services{
	background-color: #1e1e1e;
	padding-top: 200px;
	padding-bottom: 200px;
	margin-bottom: 50px;
	position: relative;

	background-image: url(../images/services.jpg);
	-webkit-background-size: cover;
	background-size: cover;	
	background-position: center;
}
.services::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #1e1e1e;
	background-image: -webkit-linear-gradient(top left, #1e1e1e, #878988);
	background-image: -o-linear-gradient(top left, #1e1e1e, #878988);
	background-image: linear-gradient(to bottom right, #1e1e1e, #878988);
	z-index: 1;
	opacity: 0.75;
}
.services .row{
	position: relative;
	z-index: 10;
}
.services-text{
	padding: 50px;
	color: white;
}
.services-text h2{
	color: white;
	font-size: 40px;
}
.services-text span{
	color: #68e5e3;
}

.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
}

.other-main ul{
	margin-top: 0px;
}
.other-main ul li{
	color: #fff;
	line-height: 30px;
	padding: 10px 10px 10px 80px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: relative;
	font-size: 18px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.other-main ul li::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	content: url(../images/shapes/check.svg);
	padding: 12px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border:2px solid #fff;
	border-radius: 50%;
}
.other-main ul li:hover::after{
	border:2px solid #fff;
	box-shadow: 0 0 10px #68e5e3;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.content ul li{
	color: #111;
}
.content ul li::after{
	border:2px solid #68e5e3;
}
.second-content{
	padding-top: 0;
}
.service-two{
	padding: 100px;
	padding-left: 0;
}
.contact-right{
	padding: 70px;
}
.contact-right a, .contact-right p{
	display: block;
	font-size: 15px;
	margin: 0;
	line-height: 40px;
	color: #1e1e1e;
	font-weight: 500;
}
.contact-right span{
	color: #68e5e3;
	margin-right: 20px;
}
.contact-right h3{
	margin-top: 30px;
}
.quality-box{
	max-width: 750px;
}

/******** DIFFERENT TOP SECTION **********/




.logo img{
	background-color: transparent;
	padding: 10px 0px;
	height: 120px;
	margin-bottom: 0px;
	box-shadow: none!important;
}
nav{
	text-align: left;
}
nav ul li:last-of-type{
	float: right;
}
























@media screen and (max-width: 64em) {
.togglerz{
	position: fixed;
	z-index: 110000009;
	display: block;
	width: calc(100% - 10px);
	top: 5px;
	left: 5px;
	color: white;
	background: #1e1e1e;
	box-shadow: 0 0 14px rgba(0,0,0,0.4);
	border-radius: 30px;
	overflow: hidden;
}
.togglerz a{color: white;}
.toggler{
	position: relative;
	top: 0;
	left: 0;
	background-color: #1e1e1e;
	padding: 10px 20px;
	cursor: pointer;
	width: calc(100% - 100px);
	z-index: 102;

	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	float: left;
}
.toggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.toggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.movetoggler{
	top: 0%;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.closetoggler{
	position: absolute;
	margin-top: -100%;
	left: 00%;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	width: calc(100% - 100px);

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	z-index: 100000;
	background-color: #1e1e1e;
}
.closetoggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.closetoggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.moveclosetoggler{
	margin-top: 0px;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.phonein{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #68e5e3;
	text-align: center;
	float: right;
	border-radius: 50%;
}
.phonein span, .emailin span{
	line-height: 50px;
}
nav{
	position: fixed;
	top: -100%;
	left: 10px;
	display: table;
	height: calc(100vh - 90px);
	width: calc(100% - 20px);
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 50px;

	-webkit-transition:ease 0.3s;
	-o-transition:ease 0.3s;
	transition:ease 0.3s;
	background-color: #1e1e1e;
	pointer-events: none;
	border-radius: 30px;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
	top: 70px;
}
nav ul li{
	display: block;
}
nav .row{
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
	padding: 0;
}
nav ul li a{
	line-height: 40px;
	font-size: 21px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
	text-align: left;
	margin-top: 0px;
}
nav ul li::after{
	display: none;
}
.active::after{
	display: none;
}
nav ul li:last-of-type{
	float: left;
}
header{
	margin-top: 60px;
	position: relative;
	z-index: 1000000;
}
.topsection{
	background-color: rgba(0,0,0,0.0);
	z-index: 100000000;
	position: relative;
}
.bannertext{
	padding-top: 200px;
	padding-bottom: 150px;
	width: 100%;
}
.banner{
	margin-top: 0;
}
.content{
	padding: 40px 0;
}
.with-you{
	margin-top: 20px;
	padding-bottom: 20px;
}
.with-text{
	padding: 40px 0;
}
.home-content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.widewrapper .columns{
	padding-left: 0;
	padding-right: 0;
}
.footleft{display: none;
}
.footright{
	padding: 0;
}
.by{
	padding: 0;
}
.philosophy{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
}
.philosophy-text{
	padding: 40px;
	color: white;
}
.philosophy-text p{
	font-size: 25px;
}
.logo img{
	background-color: #fff;
	padding: 30px 20px;
	height: 170px;
	margin-bottom: 0px;
	box-shadow: 0 0 40px rgba(0,0,0,0);
}
.assist{
	margin-top: 20px;
}
.bannertext h1{
	font-size: 40px;
	line-height: 50px;
}
main h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	color: #1e1e1e;	
}
main h2{
	font-size: 40px;
}
main h3{
	font-size: 25px;
}
main h4{
	font-size: 18px;
}
main h5{
	font-size: 16px;
}

.logo{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.contactbar{
	text-align: center;
	width: 100%;
	 background-image: none;
	 
}
.cbar{float: none;
}

.other-main .home-image{display: none;}

.services{
	padding-top: 50px;
	padding-bottom: 50px;
}
.services-text{
	padding: 20px;
}

}










@media screen and (max-width: 40em) {


.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.top-left-box, .top-middle-box, .bottom-left-box{
	position: relative;
	top: 0;
	left: 0;
	width: calc(100% - 0px);
	height: auto;
	min-height: 400px;
	margin-bottom: 20px;
}
.inner-box-text{
	position: relative;
	padding-top: 200px;
}
.question{
	padding: 40px;
}


.assist{
	margin-top: 0px;
}
.contactbar{display: none;}

.widewrapper{width: 100%;}

.logo{
	width: 100%;
	text-align: center;
}
.logo img{
	background-color: #fff;
	padding: 30px 20px;
	height: auto;
	margin-bottom: 0px;
	box-shadow: 0 0 40px rgba(0,0,0,0);
	width: 70%;
	margin:auto;
}
.logo img:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.0);	
}
.thumbs{
	width: 33.33%;
	padding: 6px;
}
main .thumbs:nth-child(20n + 6){
	width: 33.33%;
	float: left;
}
main .thumbs:nth-child(20n + 11){
	width: 33.33%;
	float: right;	
}
.contact-right{
	padding: 30px;
}
}</pre></body></html>