html {}
body {
	margin:0 auto;}
.hamBurger {
	display: none;
    margin-top: 20%;
    height: 50px;
    margin-right: 10%;
    width: 60px;
	cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #07526e;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}
.dropdown-content a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-weight: bold;
    font-size: 2.5em;
}
#contactPageBG {
	height:500px;
	background-image: url("homePageSClass.png");
	background-size: 100% 100%;
	position: relative;
}
#black {
	height:500px;
	background: rgba(0, 0, 0, 0.3);
}
#headingVert {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#bgHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: center;	
}
#bgSubHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: center;	
}
#wrapper {
	max-width:100%;
	margin:0 0px; /* page gutters L + R */
	padding:20px;
}
header {
	position:relative; z-index:5;
	margin:0;
	padding:0 0 20px 0;
	background:rgba(255,255,255, 0.25);
	background:#4c1a5d;
	}
	
header h1#logo {
	display: block !important;
	margin-top:-2px; 
	margin-left:0;
	margin-bottom: 0;}
	
header h1#logo img {
	margin-top: 10px;
	padding-left: 45px;
	height:75px;}
	
header h1 a {
	margin-bottom:1px; text-decoration:none; border:none;}
	
header.fullWidth {
    display:block;
	top:0; 
	left:0;
	min-width:100%; 
	height:90px;}
	
#header-content {
	position:relative;
    max-width:1096px;
    margin-left:auto; margin-right:auto;
    padding:20px 30px 8px;}
	
nav {
	position:absolute; top:0; right:30px;}
	
nav ul {
	margin:0; padding:30px 0 4px;}
	
nav ul li {
	display:inline-block;
    font-size:1.15em;
	list-style:none;
    border-right:0px solid #aaa;
    border-left:1px solid #ffcb04;}

nav ul li:first-child {
	border-left:0;}
	
nav ul li a {
	display:block;
    position:relative;
    margin:0; padding:.5em 1.8em .6em;
    color:#dadada;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0 2px 0 rgba(0,0,0, 0.5);
    background:rgba(255,255,255, 0);
    border:none!important;}
	
nav ul li:last-child a {
	padding-right:0;}

nav ul li a:hover {
	border:none; color:#ffcb04; color:#ffcb04;}
	
nav ul li a:focus, nav ul li a:active {
	top:1px; text-shadow:0 1px 0 rgba(0,0,0, 0.5); border:none; color:rgba(255,255,255,0.6); color:#ffcb04;}

nav.il ul li {
	display:inline-block;}


nav.ur li {
	margin:0 0 0 .25em;}
	
nav.ur li:first-child {
	margin-left:0;}
	
	
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  padding-top: 3%;
}
.colA {
	background-color: #f0ead6;
	width: 30%!important;
	min-height: 1980px;
}

.colB {
	width: 70%!important;
	min-height: 1980px;
}

.servicesImgContainer {
	padding: 0px!important;
}
#sideBarHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #000;
    text-align: center;
}
.sideBarPara {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: #000;
    text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.bx-wrapper {
	border: none;
}
.bx-next {
	display: none;
}
.bx-prev {
	display: none;
}
.bx-default-pager {
	display: none;
}
.bx-wrapper {
	-webkit-box-shadow: 0 0 0px!important;
	box-shadow: 0 0 0px!important;
	border: none!important;
	background: unset!important;
}
#TestimonialsContainer {
	background-color: #efe1d5;
    padding: 1%;
    border-radius: 10px;	
}
.testimonialMessage {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: italic;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: #000;
    text-align: center;
}
.testimonialName {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: #000;
    text-align: right;
}
#myBtn {
	cursor: pointer;
    background: transparent;
    border: none !important;
    font-size:0;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 25% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
	
#PageHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: center;
}
.paragraph {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: center;
}
.paragraphAbout {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: left;
}
.paragraphContact {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: center;	
}
.additionPagesPara {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: left;	
}
.textHomeColumn {
	padding-top: 3%;
}
footer {
	background-color: #333333;
}
.FTcolumn {
  float: left;
  width: 33.33%;
}
.FTrow:after {
  content: "";
  display: table;
  clear: both;
}
.rightAlign {
	text-align: right;
	padding-right: 5%;
}
.centerAlign {
	text-align: center;
}
.leftAlign {
	text-align: left;
	padding-left: 5%;
}
.FTlink{
	color: #ffcb04;
}
.FTlink:hover {
	color: #4c1a5d;
}
.FTlink:visited {
	color: #ffcb04;
}
.PWSLink{
	color: #ffcb04;
}
.PWSLink:hover {
	color: #4c1a5d;
}
.PWSLink:visited {
	color: #ffcb04;
}
.FTparagraph {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: #fff;
}	
.stack {
	display: none;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #7c7c7c;
}
.paragraphLast {
	margin-bottom: 0;
}
#aboutUsImg {
	padding-top: 7.5%;
    max-width: 100%;
}
#adImg {
	max-width: 100%;
}
#adImgMob {
	padding-top: 2%;
	max-width: 100%;
}
#mainBody{
	min-height: 500px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #7c7c7c; 
}
.bodyRow {
	min-height: 500px;
}
.HomeBodyRow {
	min-height: 1980px!important;
}
.servicesImg {
	width: 60%;
}
.serviceImgR {
	text-align: left;
}
.serviceImgL {
	text-align: right;
}
.servicesTxtR {
	text-align: left!important;
	padding-left: 2%;
}
.servicesTxtL {
	text-align: right!important;
	padding-right: 2%;
}
.homePageLowerBannerContainer {
	text-align: center;
}
.homePageLowerBanner {
	width: 90%;
}
.radiusA{
	border-radius: 15px 15px 0px 0px;
}
.radiusB {
	border-radius: 0px 0px 15px 15px;	
}
.radiusAll {
	border-radius: 15px;
}
#lowerBannerHeader {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: #ffcb04;
    text-align: center;
}
#lowerBannerHeaderSecond {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: #ffcb04;
    text-align: center;
}
.additionalLastPara {
	margin-bottom: 0;
	padding-bottom: 2%;
}
.paddingAdPara {
	padding-top: 10%;
}
.aboutUsPageheading {
	margin: 0;
	padding-top: 3%;
}
.additionPagesHeading {
	margin: 0;
	padding-top: 3%;
	padding-bottom: 3%;
}
.aboutSubHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: left;	
}
.universalSubHeading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: left;
}
.contactSubHeading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #fff;
    text-align: center;	
}
#conirmSent {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #85f21f;
    text-align: center;	
}
.lastParaMargin {
	margin-bottom: 0;
	padding-bottom: 3%;
}
#googleMapBig {
	max-width: 85%;
	padding-top: 10%;
	padding-left: 10%;
}
#mobileMap {
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}
#stackMap {
	min-width: 75%;
}
.contactFormElements {
	width: 75%;
}
#contactForm {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;	
	text-align: center	
}
.contactLabel {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;	
	color: #fff;	
}
#worldPay {
	text-align: center;
	background-color: #4e4e4e;
}
#worldPayImg {
	width: 50%;
}
#worldPayImgMob {
	width: 90%;
}
#worldPayMob {
	display: none;
	text-align: center;
	background-color: #4e4e4e;	
}
.mobDisplayOnly {
	display: none;
}

