<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Designed by Sean Holt for New World Digital Media - 2020
Theme Name - Modus
Theme Version - 1.0
Business Details
Business Name         	- A&amp;amp;F Gas Services (South East) Ltd
Business Type         	- heating
Address Line One      	- Office Suite 2 - Fort Bridgewood
Address Line Two      	- Rochester
Address Line Three    	- Kent
Primary Work Area     	- Kent
Postal Code          	- ME1 3DQ
Company Mobile Number 	- 07957305317
Company Office Number 	- #phone
Company Email Address 	- afgasservices@yahoo.com
Facebook URL         	- #facebook
Instagram URL         	- #instagram
Twitter URL         	- #twitter
LinkedIn URL         	- #linkedin
Dark Colour             - #1a1a1a
Accent Colour           - #ff5100
*/
html,body {
    height:100%;
}
/* GRAB A NICE FONT */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&amp;family=Barlow:wght@400;500;600;700;800&amp;display=swap');
/* GENERAL STYLES */
.landline{display: none!important;}
ul.socials a[href*="#"], .social a[href*="#"]{display: none!important;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, nav ul li a, th{font-family: 'Barlow Condensed', sans-serif;}
p,ul,ol, td{font-family: 'Barlow', sans-serif;}
.tar{text-align: right;} @media screen and (max-width: 39.9375em) {.tar{text-align: left;}}
.tac{text-align: center!important;}
.rel{position: relative;}
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #1a1a1a;}
::-webkit-scrollbar-thumb {background: #ff5100; border-radius: 5px; margin: 2px; opacity: 0.3;}
.section{padding-left: 40px; padding-right: 40px;}
@media screen and (max-width: 39.9375em) {
	.noMobile{display: none;}
}

/* BUTTONS*/
.btn{
	border: 2px solid #1a1a1a;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 44px;
	padding: 0 18px;
	margin: 20px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	border-radius: 4px;
}
.btn.nomarg i{
	margin-left: 0px;
}
.btn i{
	margin-left: 12px;
}
.btn ~ .btn{
	background-color: #1a1a1a;
	color: #ff5100;
	margin-left: 12px;
}
.btn:hover{
	color: white;
	box-shadow: inset 0 50px 0px #1a1a1a;
}
.darkBg .btn, .block .btn{
	border: 2px solid #ff5100;
	color: #FFF;
}
.pictureBg .btn{
	border: 2px solid #1a1a1a;
	color: #FFF;
}
.darkBg .btn:hover, .block .btn:hover, .pictureBg .btn:hover{
	box-shadow: inset 0 50px 0px #ff5100;
}
.block a.btn{
	margin-bottom: 0;
}
.darkBg .btn ~ .btn, .block .btn ~ .btn{
	background-color: #ff5100;
	color: #FFF;
}
/*Map*/
.whereParagraph{
	position: absolute;
	bottom: 30px;
	left: 50px;
	width: calc(100% - 100px);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.whereParagraph{
		bottom: 20px;
		left: 30px;
		width: calc(100% - 60px);	
	}
}
/*Section Types*/
section.regular{
	background-color: white;
	padding: 100px 20px;
	overflow: hidden;
}
section.regular + section.regular{
	background-color: #EEE!important;
}
.regular img{
	border-radius: 5px;
}
.text.hasPad{
	padding: 0 50px;
}
.slideShow .slide{
	background-size: cover;
	background-position: center center;
}
.regular .slideShow{
	border-radius: 6px;
	margin: 20px;
	overflow: hidden;
}
.regular:nth-of-type(even) .rel{
	order: -1;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.regular .slideShow{
		margin: 0;
	}
	section.regular{
		padding: 50px 10px;
	}
	section.regular .text.hasPad{
		padding: 30px 16px 0 16px;
	}
	.regular:nth-of-type(even) .rel{
		order: 1;
	}
}
.pictureBg{
	padding: 100px 20px;
	position: relative;
	z-index: 1;
	background-image: url('../images/picturebackground.jpg');
	background-size: cover;
	background-position: center center;
}
.pictureBg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	background: -moz-linear-gradient(left,  #1a1a1a 0%, #ff5100 100%);
	background: -webkit-linear-gradient(left,  #1a1a1a 0%,#ff5100 100%);
	background: linear-gradient(to right,  #1a1a1a 0%,#ff5100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#ff5100',GradientType=1 );
	opacity: 0.8;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.pictureBg{
		padding: 40px 20px;
	}
}
/*TopBar*/
.logo{
	height: 130px;
	padding: 16px 0;
}
.quoteButton{
	background: #1a1a1a;
	background: -moz-linear-gradient(left,  #1a1a1a 0%, #ff5100 100%);
	background: -webkit-linear-gradient(left,  #1a1a1a 0%,#ff5100 100%);
	background: linear-gradient(to right,  #1a1a1a 0%,#ff5100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#ff5100',GradientType=1 );
	display: inline-block;
	border-radius: 4px;
	padding: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.callNow span{
	font-weight: bold;
	color: #ff5100;
	display: block;
	font-size: 12px;
}
.callNow{
	color: #1A1A1A;
	font-size: 24px;
	line-height: 80%;
	font-weight: 900;
	letter-spacing: -1px;
}
.mobileButtons{
	display: none;
}
@media screen and (max-width: 768px) {
	.mobileButtons{
		display: inline-block;
		position: absolute;
		right: 20px;
	}
	.mobileButtons a, .mobileButtons button{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		cursor: pointer;
		width: 40px;
		text-align: center;
		display: inline-block;
		background-color: #eee;
		border-radius: 4px;
	}
	.mobileButtons a{
		color: white;
		height: 100%;
		background: #1a1a1a;
		background: -moz-linear-gradient(left,  #1a1a1a 0%, #ff5100 100%);
		background: -webkit-linear-gradient(left,  #1a1a1a 0%,#ff5100 100%);
		background: linear-gradient(to right,  #1a1a1a 0%,#ff5100 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#ff5100',GradientType=1 );
		margin-right: 10px;
	}
	.topBar{
		top: 0;
		border-bottom: 1px solid #EEE;
		padding: 20px 10px;
		position: fixed;
		overflow: auto;
		z-index: 100;
		width: 100%;
		background-color: white;
	}
	.logo{
		padding: 0;
		max-height: 40px
	}
	.callNow, .quoteButton{
		display: none;
	}
}
/*Navigation*/
nav{
	border-top: 1px solid #EEE;
}
ul li.social{
	float: right;
}
ul li.social a{
	font-weight: initial;
	line-height: 30px!important;
	background-color: #ff5100;
	padding: 0;
	width: 30px;
	text-align: center;
	margin-left: 11px;
	margin-top: 11px;
	color: white;
	border-radius: 4px;
	transition: box-shadow 0.5s;
}
.social a[href*="facebook"]{background-color: #4B69B0;}
.social a[href*="twitter"]{background-color: #37B1E1;}
.social a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social a[href*="youtube"]{background-color: #E83F3A;}
.social a[href*="wa.me"]{background-color: #2BA63A;}
.social a[href*="linkedin"]{background-color: #0074B2;}
.social a[href*="yell"]{background-color: #FDDB00; transform: rotate(-90deg); color: #222;}
.social a[href*="checkatrade"]{background-color: #eb1f40;}
.social a[href*="houzz"]{background-color: #4BB714;}
.social a[href*="mybuilder"]{background-color: #478bd8;}
.social a:hover{
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
nav ul{
	padding-right: 16px;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul li a.active{
	color: #ff5100;
}
nav ul li a:hover{
	background-color: rgba(0,0,0,0.05)
}
nav ul li a{
	padding: 0 16px;
	color: #333;
	display: inline-block;
	font-weight: 600;
	line-height: 52px;
}
nav ul li &gt; a:after {
	content: '\f078';
	color: #ff5100;
	margin-left: 6px;
	width: 0;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
}
nav ul li &gt; a:only-child:after { display: none;} 
nav ul li:hover .sub-menu{
	display: block;
}
.sub-menu{
	overflow: hidden;
	display: none;
	border-top: 2px solid #ff5100;
	left: 0;
	border-radius: 0 0 5px 5px;
	position: absolute;
	background-color: #1a1a1a;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	padding: 18px;
	z-index: 100;
}
.sub-menu li a{
	line-height: 30px;
	color: #EEE;
}
.sub-menu li a:hover{
	color: #ff5100;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	nav + *{
		margin-top: 80px!important;
	}
	nav ul li:hover .sub-menu{
		display: none;
	}
	nav{
		display: none;
		position: fixed;
		z-index: 100;
		padding: 20px;
		width: 100%;
		background-color: #EEE;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li, nav ul li.social{
		float: none;
		text-align: left;
	}
	nav ul li.social{
		display: inline-block;
		width: auto;
	}
	nav ul li a{
		width: 100%;
		line-height: 40px;
		font-weight: bold;
	}
	.sub-menu li a{
		color: inherit;
	}
	.sub-menu{
		padding: 10px;
		position: relative;
		background-color: #DDD;
		box-shadow: none;
	}
}
/*Header*/
header:before{
	content: '';
	font-family: 'Rubik', sans-serif;
	font-size: 230px;
	overflow: hidden;
	font-weight: bold;
	color: rgba(255,255,255,0.15);
	height: 100%;
	width: 50%;
	left: 0;
	padding: 100px 0px;
	top: 0;
	background-color: #1a1a1a;
	opacity: 0.6;
	z-index: -1;
	position: absolute;
}
header{
	position: relative;
	padding: 160px 20px;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	background-color: #1a1a1a;
	color: white;
}
header h1 span{
	opacity: 0.8;
	font-weight: 500;
}
header h1{
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	line-height: 100%;
	font-size: 42px;
	letter-spacing: -1px;
}
header p{
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	opacity: 0.7;
	font-size: 20px;
}
header p + img, header img + img{
	width: 120px;
	margin-right: 10px;
}
.goDown{
	position: absolute;
	color: #ff5100;
	left: calc(50% - 125px);
	text-align: center;
	width: 250px;
	height: 50px;
	cursor: pointer;
	background-size: 100% 100%;
	line-height: 50px;
	bottom: 0;
	background-image: url('../images/whiteblob.svg');
}
.btt{
	position: absolute;
	color: #FFF;
	left: calc(50% - 125px);
	text-align: center;
	width: 250px;
	height: 50px;
	cursor: pointer;
	background-size: 100% 100%;
	line-height: 50px;
	top: -50px;
	background-image: url('../images/darkblob.svg');
}
@media screen and (max-width: 64.9375em) {
	header:before{
		width: 100%;
	}
	.goDown{
		left: calc(50% - 100px);
		width: 200px;
		height: 40px;
		line-height: 40px;
	}
	.btt{
		left: calc(50% - 100px);
		text-align: center;
		width: 200px;
		height: 40px;
		cursor: pointer;
		line-height: 40px;
		top: -40px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	header{
		padding: 80px 10px;
	}
	header h1{
		font-size: 30px;
	}
	header p{
		font-size: 16px;
	}
}
.rightArrow{
	position: absolute;
	z-index: 200;
	height: 200px;
	left: 0px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	top: calc(50% - 100px);
}
.halfHalf{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.halfHalf .text{
	padding: 80px 50px 80px 0;
}
.halfHalf .slideShow:before,.slideShow:after{
	content:'';
	height: 120px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}
.halfHalf:nth-of-type(odd) .text{
	padding: 80px 0 80px 50px;
}
.halfHalf:nth-of-type(odd) .rel{
	order: -1;
}
.halfHalf:nth-of-type(odd) .slideShow{
	right: 0;
	left: unset;
}
.halfHalf:nth-of-type(odd):after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.2;
	right: 0;
	top: 0;
	z-index: -1;

}
.halfHalf .slideShow img{
	opacity: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.halfHalf .slideShow{
	z-index: 100;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	background-color: black;
	width: 50vw;
}

@media screen and (max-width: 64.9375em) {
	.halfHalf .slideShow{
		height: 520px;
		position: relative;
		right: 0;
		left: -20px;
		width: 100vw;
		margin-top: 10px;
	}
	.halfHalf:nth-of-type(odd) .text, .halfHalf .text{
		padding: 40px 10px;
	}
	.halfHalf:nth-of-type(odd) .rel{
		order: +1;
	}
	.halfHalf:nth-of-type(odd) .slideShow{
		right: unset;
		left: -20px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.halfHalf .slideShow{
		height: 340px;
	}
}
/*Tickers Section*/
.ticker .slick-next{
	background-color: #1a1a1a;
	border-radius: 6px;
	left: calc(100% - 20px);
	top: 50%;
}
.ticker .slick-prev{
	background-color: #1a1a1a;
	border-radius: 6px;
	left: calc(0% + 20px);
	transform: translateX(-100%);
	top: 50%;
}
.ticker .card:before{
	content:'';
	height: 100%;
	width: 100%;
	opacity: 0.1;
	background-color: #1a1a1a;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.ticker .card{
	position: relative;
	z-index: 1;
	margin: 15px;
	padding: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.ticker .card .btn{
	display: block;
	width: 100%;
	background-color: #1a1a1a;
	color: white;
	margin-bottom: 0!important;
}
.ticker .card img{
	border-radius: 0;
	max-width: calc(100% + 60px);
	position: relative;
	left: -30px;
	top: -30px;
}
/*Text Slider*/
.textSlider p:before, .textSlider p:after{
	content: '"';
}
.textSlider h4{
	text-align: right;
	padding-right: 20px;
}
.tac .textSlider h4{
	padding-right: 0;
	text-align: center;
}
.textSlider p{
	padding: 20px;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 0;
	text-indent: 50px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.ticker .card{
		margin: 4px;
	}
}
.statements{
	margin-top: 30px;
}
.statements .columns{
	margin-bottom: 20px;
	margin-top: 20px;
}
.statements h3, .statements p{
	float: right;
	width: 80%;
	margin: 0;
}
.statements i{
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	width: 20%;
	float: left;
	color: #ff5100;
	font-size: 60px;
	padding-right: 20px;
}
.tac .statements i{
	float: none;
	display: block;
	padding: 0;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.statements i{
		margin: 10px 0;
		font-size: 40px;

	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.pictureBg{
		padding: 40px 10px;
	}
}
/*Blocks*/
.block.masked:after{
	content:'';
	height: 200px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.block.masked:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	left: 0;
	height: 100%;
	background: #1a1a1a;
	background: -moz-linear-gradient(left,  #1a1a1a 0%, #ff5100 100%);
	background: -webkit-linear-gradient(left,  #1a1a1a 0%,#ff5100 100%);
	background: linear-gradient(to right,  #1a1a1a 0%,#ff5100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#ff5100',GradientType=1 );
	opacity: 0.7;
}
.mapBlock{
	min-height: 350px;
}
.block{
	padding: 50px;
	border-radius: 6px;
	height: 100%;
	overflow: hidden;
	color: #FFF;
	position: relative;
	z-index: 1;
	background-color: #1a1a1a;
}
.block p ~ h2{
	margin-top: 30px;
}
.backgroundIcon{
	font-size: 290px;
	position: absolute;
	left: -30px;
	top: -30px;
	opacity: 0.05;
	transform: rotate(22deg);
}
.block iframe{
	z-index: -2;
	pointer-events: none;
	left: 0;
	top: -150px;
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.margintop40{
		margin-bottom: 40px;
	}
	.block{
		padding: 30px;
	}
}
/*Full Width Map Section*/
.fullMap .text{
	padding: 120px 0;
}
.fullMap{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.fullMap:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	left: 0;
	height: 100%;
	background: #1a1a1a;
	background: -moz-linear-gradient(left,  #1a1a1a 0%, #ff5100 100%);
	background: -webkit-linear-gradient(left,  #1a1a1a 0%,#ff5100 100%);
	background: linear-gradient(to right,  #1a1a1a 0%,#ff5100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#ff5100',GradientType=1 );
	opacity: 0.7;
}
.fullMap:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 50%;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	height: 100%;
	opacity: 0.8;
}
.fullMap iframe{
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	top: -150px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.fullMap{
		padding: 40px 20px;
	}
	.fullMap .text{
		padding: unset;
	}
}
/*Text Formatting*/
.darkBg{
	background-color: #1a1a1a;
}
.text, .lightBg .text{
	color: #222;
}
.darkBg .text, .pictureBg .text{
	color: #FFF
}
.text &gt; *:last-child{
	margin-bottom: 0!important
}
.text &gt; *:first-child{
	margin-top: 0!important
}
/*Headings*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 5px 0 10px 0;
	letter-spacing: -1px;
}
.text h1 span, .text h2 span, .text h4 span, .text h5 span, .text h6 span{
	color: #ff5100;
}
.text h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 100%
}
.text h2{
	font-weight: 700;
	font-size: 34px;
	line-height: 100%
}
.text h3{
	line-height: 100%;
	font-weight: 500;
	font-size: 26px;
}
.text h3 span{
	color: inherit;
}
.text h4{
	font-weight: 400;
	font-size: 18px;
}
.text .subHeading{
	opacity: 0.6;
	letter-spacing: -1px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text h1{
		font-size: 26px;
	}
	.text h2{
		font-size: 26px;
	}
	.text h3{
		font-size: 22px;
	}
}
/*Images*/
.text img{
	border-radius: 6px;
	margin-bottom: 22px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	img:only-child{
		margin: 20px 0!important;
	}
}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 100px;
	background-color: #ff5100;
	border: 0px!important;
}
/*Paragraphs*/
.text p{
	line-height: 125%;
	opacity: 0.7;
}
.text p.smaller{
	font-size: 10px;
}
.text p a{
	color: #ff5100;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.text p .icon{
	font-size: 22px;
	color: #ff5100;
	width: 30px;
	line-height: 30px;
	display: inline-block;
}
/*Address'*/
.main .text address{
	margin: 22px 0;
}
.text address p{
	margin: 0;
	line-height: 30px;
	font-style: initial;
}
/*Blockquotes*/
.text blockquote:after{
	content: '\f10e';
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	background-color: #1a1a1a;
	color: #ff5100;
	border-radius: 20px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	left: -20px;
	top: 40px;
}
.text blockquote{
	margin: 0 0 20px 0;
	position: relative;
	padding: 36px;
	background-color: #EEE;
	z-index: 1;
	border-radius: 6px;
}
.text blockquote h3{
	text-transform: initial;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
.text blockquote p:first-of-type{
	margin-top: 0;
	font-style: italic;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.6;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff5100;
}
.text .btn{
	margin-bottom: 30px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		background-color: #EEE;
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Tables*/
table{
	width: 100%;
	-ms-text-align-last: left;
	text-align: left;
	margin-bottom: 20px;
	border-radius: 6px;
	border-collapse: collapse;
	overflow: hidden;
}
table tr:first-of-type{
	font-weight: bold;
	color: white;
	background-color: #ff5100!important;
}
table tr:nth-of-type(odd){
	background-color: #EEE;
}
table td, table th{
	padding: 10px;
}
/*Lists*/
.text ul{
	opacity: 0.9;
	margin-bottom: 18px;
}
.text ul li{
	line-height: 150%;
}
.text ul.noDots li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #ff5100;
	display: inline-block;
	content: 'â€¢';
	font-weight: 300;
	font-family: '';
	margin-right: 10px;
}
.text ol{
	opacity: 0.9;
	margin-bottom: 18px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 150%;
	counter-increment: step-counter;
}
.text ol li:before{
	color: #ff5100;
	width: 10px;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
.text ol.fancy{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ol.fancy li{
	background-color: #EEE;
	width: 100%;
	display: inline-block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.text ol.fancy li h4{
	margin-bottom: 0;
	font-weight: 500;
}
.text ol.fancy li p{
	font-size: 14px;
	opacity: 0.8;
}
.text ol.fancy li:before{
	background-color: #ff5100;
	color: white;
	position: absolute;
	bottom: -10px;
	right: -10px;
	font-weight: 600;
	font-size: 34px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	z-index: -1;
	content: counter(step-counter);
	margin-right: unset;
	opacity: 0.5;
	-webkit-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	-o-transform: rotate(17deg);
	transform: rotate(17deg);
}
.text ol.fancy li:after{
	background-color: #ff5100;
	position: absolute;
	bottom: -20px;
	right: -20px;
	display: block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	z-index: -2;
	content: '';
	opacity: 0.5;
	-webkit-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	-o-transform: rotate(17deg);
	transform: rotate(17deg);
}
.text ul.split, .text ol.split{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
ul.socials{
	overflow: auto;
}
ul.socials li:before{
	display: none!important;
}
ul.socials li a i{
	transition: all 0.5s;
}
ul.socials li a{
	color: white;
	font-size: 17px;
	display: inline-block;
	height: 30px;
	float: left;
	width: 30px;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}
ul.socials li{
	width: auto;
	float: left!important;
	margin-right: 10px;
}
ul.socials li a[href*="facebook"]{background-color: #4B69B0;}
ul.socials li a[href*="twitter"]{background-color: #37B1E1;}
ul.socials li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
ul.socials li a[href*="youtube"]{background-color: #E83F3A;}
ul.socials li a[href*="wa.me"]{background-color: #2BA63A;}
ul.socials li a[href*="linkedin"]{background-color: #0074B2;}
ul.socials li a[href*="yell"]{background-color: #FDDB00; transform: rotate(-90deg); color: #222;}
ul.socials li a[href*="checkatrade"]{background-color: #eb1f40;}
ul.socials li a[href*="houzz"]{background-color: #4BB714;}
ul.socials li a[href*="mybuilder"]{background-color: #478bd8;}
ul.socials li a:hover i{font-size: 22px;}
@media screen and (max-width: 39.9375em) {
	.text ul.split, .text ol.split,.text ol.fancy{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Blog*/
.blog, .reviews{
	margin-top: 30px;
}
.blog article img{
	display: none;
}
.blog article{
	background-size: cover;
	background-color: #EEE;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #EEE;
}
.blog article:before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	position: absolute;
	opacity: 1;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: height ease-in-out 0.3s, opacity 0.3s;
	-o-transition: height ease-in-out 0.3s, opacity 0.3s;
	transition: height ease-in-out 0.3s, opacity 0.3s;
}
/* F O R M S */
.callBack .inputGroup{
	margin: 20px 0;
	background-color: #EEE;
	width: 100%;
	overflow: auto;
	border-radius: 6px;
}
.callBack .inputGroup input{
	height: 50px;
	width: calc(100% - 170px);
	float: left;
	padding: 0 20px;
	background-color: #CCC;
	outline: 0px;
	border: 0px;
}
.callBack label{
	padding: 0 20px;
	color: #333;
	font-weight: bold;
	float: left;
	line-height: 50px;
	width: 170px;
	opacity: 0.7;
}
.websiteForm ::placeholder {color: #444;opacity: 1;}
.websiteForm :-ms-input-placeholder {color: #444;}
.websiteForm ::-ms-input-placeholder {color: #444;}
.websiteForm{
	color: #606060;
}
.websiteForm{
	margin-top: 30px;
}
.websiteForm label{
	display: block;
	font-size: 14px;
	line-height: 2.6em;
	color: #ff5100;
}
.websiteForm input[type='text'], .websiteForm select{
	width: 100%;
	height: 40px;
	color: #333;
	background-color: transparent;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border: 1px solid #BBB;
	border-radius: 3px;
}
.websiteForm textarea{
	width: 100%;
	background-color: transparent;
	color: #333;
	resize: none;
	padding: 1em;
	border: 1px solid #BBB;
	height: 180px;
	border-radius: 3px;
}
.modal{
	background-color: #1a1a1a;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border-radius: 6px;
	display: none;
	padding: 36px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.modal ::placeholder {color: #EEE;opacity: 1;}
.modal :-ms-input-placeholder {color: #EEE;}
.modal ::-ms-input-placeholder {color: #EEE;}
.fancybox-close-small{
	color: #ff5100!important;
}
.formGraphic{
	opacity: 0.1;
	width: 400px;
	transform: rotate(17deg);
	position: absolute;
	z-index: -1;
	color: #FFF;
	top: -20%;
	left: 40%;
}
.modal h3{
	color: #ff5100;
	font-weight: bold;
	letter-spacing: -1px;
}
.modal form{
	max-width: 480px;
}
.modal form .inner{
	overflow: auto;
}
.modal form textarea{
	border: none;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	padding: 12px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
	outline: none!important;
	resize: none;
	color: #EEE;
	font-weight: bold;
}
.modal .btn{
	width: 100%;
}
.modal form input:nth-of-type(even){
	margin-left: 16px;
}
.modal form input{
	margin-bottom: 12px;
	border: none;
	color: #EEE;
	font-weight: bold;
	border-radius: 3px;
	font-size: 14px;
	background-color: rgba(0,0,0,0.2);
	outline: none!important;
	width: calc(50% - 8px);
	height: 50px;
	padding: 0 12px;
	float: left;
}
/* G A L L E R Y */
.fancybox-infobar{
	color: white;
	font-size: 20px;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.gallery{
	position: relative;
	z-index: 1;
}
.gallery .columns:hover{
	filter: sepia(0.6);
}
.gallery .columns{
	transition: all 0.5s;
	border-radius: 6px;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	height: 100%;
	width: 100%!important;
	opacity: 0;
}
.gallery .columns .caption p{
	font-size: 12px;
	margin: 0;
	color: rgba(255,255,255,0.9);
	line-height: 18px;
}
.gallery .columns:hover .caption{
	bottom: 0%;
}
.gallery .columns:before{
	content: '';
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	position: absolute;
	opacity: 1;
	left: 0;
	bottom: 0%;
	z-index: 1;
	pointer-events: none;
	transition: bottom 0.5s;
}
.gallery .columns .caption{
	-webkit-transition: bottom 0.4s;
	-o-transition: bottom 0.4s;
	transition: bottom 0.4s;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding: 20px 16px;
	bottom: -100%;
	left: 0px;
	z-index: 2;
	font-size: 13px;
}
.gallery .columns{
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 24px);
	margin: 12px;
	background-position: center center;
	overflow: hidden;
	float: left;
	z-index: 0;
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.gallery .columns{
		width: calc(50% - 24px);
	}
	.gallery .columns:nth-child(14n + 3),.gallery .columns:nth-child(14n + 8){
		width: calc(100% - 24px);
	}
}
/*Footer*/
footer p.blurb{
	width: 80%;
	font-style: italic;
	opacity: 0.6;
	margin-bottom: 20px;
}
footer h4{
	font-size: 24px!important;
	margin-bottom: 40px!important;
}
footer p.large{
	line-height: 30px;
}
footer p.large span{
	color: #ff5100;
	font-weight: bold;
}
footer{
	background-color: #1a1a1a;
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
}
footer ul.socials{
	margin-top: 30px;
}
footer ul li, footer p{
	font-size: 15px;
	margin: 0;
	opacity: 0.6;
}
footer ul.socials li{
	opacity: 1!important;
}
footer ul li.social{
	display: none;
}
footer form {
	margin-top: 30px;
}
footer form button{
	background-color: #ff5100;
	cursor: pointer;
	height: 40px;
	color: #FFF;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
}
footer form input{
	background-color: white;
	border: 0px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding: 0 12px;
}
.copy p{
	font-size: 12px;
	opacity: 0.5;
}
.copy{
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 80px;
	padding: 20px 0;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer{
		padding: 40px 10px;
	}
	footer form input{
		margin-bottom: 12px;
	}
	footer h4{
		font-size: 20px!important;
	}
	.noMobi{
		display: none;
	}
}
</pre></body></html>