.logoBox img{
	width: 300px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.logoBox img{
		width: 140px;
	}
}
.bgd{
	background-color: rgba(0,0,0,0.4);
	padding: 20px 20px 0px 20px;
	border-radius: 5px;
}
.logoBox{
	position: fixed;
	left: 50%;
	transform: translateX(-50%)
}
.splash .row{
	height: calc(100vh - 30px)
}
.splash .columns{
	position: relative;
	padding: 60px!important;
}
.splash{
	position: relative;
	z-index: 1;
	height: calc(100vh - 30px);
}
.splash:before{
	background-size: cover;
	background-image: url('../images/commercial.jpg');
	left: 0%;
}
.splash:after{
	background-size: cover;
	background-image: url('../images/domestic.jpg');
	left: 50%;
}
.splash:before, .splash:after{
	content: '';
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	z-index: -1
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-height: 730px) {
	.splash p{
		display: none;
	}
}
@media screen and (max-width: 39.9375em) {
	.splash, .splash .tar{
		text-align: center!important;
	}
	.splash .columns{
		padding: 20px;
	}

	.splash .columns:first-of-type{
		padding-top: 100px!important;
		height: calc(50vh - 30px);
	}
	.splash:before, .splash:after{
	content: '';
	height: 50%;
	width: 100%;
	position: absolute;
	top: unset;
	left: 0;
	z-index: -1
	}
.splash:before{
	background-size: cover;
	background-image: url('../images/commercial.jpg');
	background-position: center center;
	left: 0%;
}
.splash:after{
	background-size: cover;
	background-image: url('../images/domestic.jpg');
	background-position: center center;
	top: 50%;
}
}
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
html,body {height:100%;}
ul.socials a[href*="#"], .social a[href*="#"], .creds 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, dt, summary{font-family: 'Barlow', sans-serif;}
p,ul,ol,td,dd, a, span{font-family: 'Barlow', sans-serif;}
.tar{text-align: right;} @media screen and (max-width: 64.9375em) {.tar{text-align: left;}}
.tac{text-align: center!important;}
@media screen and (max-width: 39.9375em) {.noMobile{display: none;}}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 18px rgba(255,255,255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba(255,255,255, 0);
		box-shadow: 0 0 0 18px rgba(255,255,255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}
.callNow i{
	cursor: pointer;
	background-color: #222222;
	position: absolute;
	right: -35px;
	font-size: 32px;
	margin: 0!important;
	bottom: -75px;
	line-height: 70px;
	color: white;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #C93838;
	width: 70px;
	height: 70px;
	animation: pulse 1.5s infinite;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.callNow i{
		display: none;
		right: 50%;
		bottom: -45px;
	}
}
/*Text Styles*/
.padRight{
	padding-right: 50px;
}
.padLeft{
	padding-left: 50px;
}
@media screen and (max-width: 64.9375em) {
	.padLeft{
		padding-left: 16px;
	}
	.padRight{
		padding-right: 16px;
	}
}
.infoBox{
	padding: 30px;
	border-radius: 6px;
}
.text{
	color: #333333;
}
.darkBg .text{
	color: #FFFFFF;
}
.contactDetails h3 i{
	color: #1A1A1A;
}
.contactDetails h3{
	margin-top: 20px!important;
}
@media screen and (max-width: 39.9375em) {
	.regular .sideBar{
		order: +1;
	}
}
/*Headings*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}
.text h1 span, .text h2 span, .text h4 span, .text h5 span, .text h6 span{
	color: #C93838;
}
.text h1{
	font-weight: 700;
	font-size: 38px;
	line-height: 100%
}
.text h2{
	font-weight: 700;
	font-size: 38px;
	line-height: 100%
}
.text h3{
	line-height: 100%;
	font-size: 30px;
	color: #C93838;
}
.text h4{
	font-weight: 400;
	font-size: 20px;
}
.text .subHeading:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #C93838;
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
}
.text .subHeading{
	font-size: 18px;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text h1{
		font-size: 30px;
	}
	.text h2{
		font-size: 30px;
	}
	.text h3{
		font-size: 25px;
	}
	.text h4{
		font-size: 23px;
	}
}
/*Images*/
.text img{
	border-radius: 6px;
	margin: 0 0 20px 0;
}
.text img.pullLeft{
	max-width: 30%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullRight{
	max-width: 30%;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullLeft > *{}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 100px;
	background-color: #C93838;
	border: 0px!important;
}
/*Paragraphs*/
.text p{
	font-size: 18px;
	line-height: 125%;
	margin: 0 0 20px 0;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text p{
		font-size: 16px;
	}
}
.text p.smallPrint{
	font-size: 10px;
}
.text p a{
	color: #C93838;
	text-decoration: underline;
}
.text a{
	overflow: auto
}
.text .icon{
	display: block;
	font-size: 42px;
	margin-bottom: 20px;
}
.text p .icon{
	font-size: 22px;
	color: #C93838;
	width: 30px;
	line-height: 30px;
	margin: 0;
}
/*Address'*/
.main .text address{
	margin-bottom: 20px;
}
.text address p{
	font-style: initial;
}
/*Blockquotes*/
.text blockquote{
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	padding: 30px;
	background-color: rgba(0,0,0,0.05);
	z-index: 1;
	border-radius: 4px;
}
.darkBg .text blockquote{
	background-color: rgba(0,0,0,0.3);
}
.text blockquote:after, .text blockquote:before{
	content: '\f10e';
	z-index: -1;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	color: #C93838;
	opacity: 0.1;
	font-size: 120px;
	border-radius: 50%;
	display: block;
	border-radius: 20px;
	width: 160px;
	text-align: center;
	line-height: 160px;
	height: 160px;
	display: inline-block;
	pointer-events: none;
}
.text blockquote:after{
	right: -20px;
	top: -40px;
}
.text blockquote:before{
	left: -20px;
	bottom: -40px;
	transform: rotate(180deg);
}
.text blockquote h3{
	margin-bottom: 12px;
}
.text blockquote p:first-of-type{
	font-style: italic;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.8;
	font-weight: 700;
	color: #C93838;
}
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Buttons*/
.text .btn{
	font-size: 18px;
	background-color: #1A1A1A;
	color: white;
	font-weight: 600;
	display: inline-block;
	line-height: 52px;
	padding: 0 22px;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	border-radius: 4px;
}
.redbtn{
	background-color: #C93838!important
}
.text .btn ~ .btn{
	background-color: #C93838;
	margin-left: 8px;
}
.text .btn:hover{
	color: white;
	box-shadow: inset 0 50px 0px #1A1A1A;
}
.text .btn ~ .btn:hover{
	box-shadow: inset 0 50px 0px #C93838;
}
.text .btn i{
	margin-left: 12px;
}
.darkBg .text .btn ~ .btn{
	color: #1A1A1A;
	background-color: white;
}
.darkBg .text .btn ~ .btn:hover{
	box-shadow: inset 0 50px 0px #C93838;
	color: #FFFFFF;
}
.darkBg .text .btn:hover{
	box-shadow: inset 0 50px 0px #FFFFFF;
	color: #C93838;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text .btn{
		font-size: 16px;
		padding: 0 16px;
	}
	.text .btn ~ .btn{
		margin-left: 3px;
	}
}
/*Tables*/
.text table{
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
	border-radius: 4px;
	border-collapse: collapse;
	overflow: hidden;
}
.text table tr:first-of-type{
	font-weight: bold;
	color: white;
	font-size: 18px;
	background-color: #C93838!important;
}
.text table tr:nth-of-type(even){
	background-color: rgba(0,0,0,0);
}
.text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.05);
}
.darkBg .text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.3);
}
.text table td, table th{
	padding: 10px;
	opacity: 0.8;
}
/*Unordered Lists*/
.text ul{
	font-size: 18px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	margin-bottom: 20px;
}
.text ul li{
	line-height: 150%;
}
.text ul.noDots li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #C93838;
	display: inline-block;
	content: '•';
	font-weight: 300;
	font-family: '';
	margin-right: 10px;
}
/*Ordered Lists*/
.text ol{
	font-size: 18px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	opacity: 0.8;
	margin-bottom: 20px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 150%;
	counter-increment: step-counter;
}
.text ol li:before{
	color: #C93838;
	width: 10px;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
/*Unsplit OL's and UL's*/
.text ul.noSplit, .text ol.noSplit{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
/*Card style Lists*/
.text ul.cards li:before{
	display: none;
}
.text ul.cards li{
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	display: inline-block;
	padding: 26px 20px;
	border-radius: 6px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.darkBg .text ul.cards li{
	background-color: rgba(0,0,0,0.3);
}
.text ul.cards li p{
	margin-bottom: 0;
	opacity: 0.8;
}
/*Definition Lists*/
.text dl {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}
.text dl > * {
	padding-top: 10px;
}
.text dt {
	opacity: 0.8;
	width: 25%;
	font-size: 20px;
	padding-right: 10px;
	line-height: 125%;
	font-weight: bold;
}
.text dd {
	width:75%;
	padding-left: 20px;
	opacity: 0.8;
	line-height: 125%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.text dd + dd {
	width: 100%;
	padding-left: calc(25% + 20px);
}
.text dt + dt {
	padding-right: 75%;
}
.text dt + dt + dd {
	margin-top: 20px;
	padding-left: calc(25% + 20px;);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text dl > * {
		padding-top: 10px;
	}
	.text dt {
		width: 100%;
		padding-right: 0px;
	}
	.text dd {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.text dd + dd {
		padding-left: 0;
	}
	.text dt + dt {
		padding-right: 75%;
	}
	.text dt + dt + dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/*Forms*/
.text form ::placeholder {color: #444444;opacity: 1;}
.text form :-ms-input-placeholder {color: #444444;}
.text form ::-ms-input-placeholder {color: #444444;}
.text form{
	color: #606060;
}
.text form{
	margin-bottom: 20px;
}
.text form .btn{
	margin-top: 20px;
}
.text form label{
	display: block;
	font-size: 14px;
	line-height: 2.6em;
	color: #C93838;
}
.text form input[type='text'], .text form select{
	width: 100%;
	height: 40px;
	color: #333333;
	background-color: transparent;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border: 1px solid #BBBBBB;
	border-radius: 3px;
}
.text form textarea{
	width: 100%;
	background-color: transparent;
	color: #333333;
	resize: none;
	padding: 1em;
	border: 1px solid #BBBBBB;
	height: 180px;
	border-radius: 3px;
}
/*Modals*/
.modal{
	background-color: #1A1A1A;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border-radius: 8px;
	display: none;
	padding: 36px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.modal ::placeholder {color: #EEEEEE;opacity: 1;}
.modal :-ms-input-placeholder {color: #EEEEEE;}
.modal ::-ms-input-placeholder {color: #EEEEEE;}
.fancybox-close-small{
	color: #C93838!important;
}
.modal h3{
	color: #C93838;
	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: #EEEEEE;
	font-weight: bold;
}
.modal .btn{
	width: 100%;
	margin-top: 20px;
	background-color: #C93838;
}
.modal form input:nth-of-type(even){
	margin-left: 16px;
}
.modal form input{
	margin-bottom: 12px;
	border: none;
	color: #EEEEEE;
	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;
}
.copyBar:after{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.3;
	z-index: -1;
}
.copyBar{
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #1A1A1A;
	padding: 20px 10px;
	z-index: 1;
}
.copyBar p{
	margin-bottom: 0!important;
	font-size: 12px!important;
	opacity: 0.6;
}
.copyBar ul{
	margin-bottom: 0!important;
	cursor: pointer;
}