@charset "UTF-8";
/* CSS Document */

/*

Purple #4c2194
Blue #283e8e
Black #3c3c42


-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
w
-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

For background  
background: -webkit-gradient(linear, left top, left bottom, from(#3c3c42), to(#3c3c42));

For text i
background: -webkit-linear-gradient(#3c3c42, #3c3c42);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

*/

body {
	background: url("images/background.jpg");
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: "Poppins", sans-serif;
	border-top: 10px solid #283e8e;
}

a img {
	border: none;	
}

a:focus {
	outline: none;
}	

hr {
	border: none;
	border-top: 1px solid #efefef;	
	margin: 30px 0 30px 0;
}

hr.dotted {
	border: none;
	border-top: 2px dotted #ff9aca;	
	margin: 20px 0 20px 0;
}


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-image: linear-gradient(to right, #4c2194 , #283e8e);
	padding: 5px 0 5px 0;
	text-align: right;
}

#topBar {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#topBar p {
	float: left;
	width: 100%;
	color: white;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 25px;
}

#topBar p a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #479A76;
	padding: 5px;
	border-radius: 5px;
}

#topBar p a:hover {
	color: white;
	text-decoration: underline;
}

#topBar ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBar li {
	color: white;
	font-size: 90%;
	line-height: 22px;
	display: inline-block;
	margin-left: 5px;
}

#topBar li a {
	color: white;
	text-decoration: none;
}

#topBar li span {
	font-size: 80%;
	font-weight: normal;
}

#topBar li a:hover {
	color: white;
	text-decoration: underline;
}

#topBar i.fa-solid {
	color: white;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;		
	border-bottom: 1px solid #283e8e;
}

header {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#logo { 
	float: left;
	margin: 15px 0 15px 0;
}

#logo img { 
	float: left;
	max-width: 100%;
	height: auto;
	/*margin-left: auto;
	margin-right: auto;*/
	display: block;
}

#logo:hover {
	cursor: pointer;	
	opacity: .9;
}

#logo p { 
	float: left;
	margin: 60px 0 0 20px;
	font-size: 170%;
	color: #3c3c42;
}

/*Contact Area*/

#contactHeader {
	float: right;
	margin-top: 42px;
	text-align: right;
}

#contactHeader h2 {
	color: #3c3c42 !important;
	margin: 0;
	padding: 0;
	font-size: 150% !important;
}

#contactHeader ul {
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

#contactHeader li {
	display: block;
	font-size:110%;
	color: white !important;
	line-height: 30px;
	margin: 0 0 0 7px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

/*
#contactHeader li.phone span {
	font-size: 55% !important;
}
*/
#contactHeader li i.fas {
	color: #4c2194;
	font-size:140%;
}
#contactHeader li a {
	color: white;
	text-decoration: none;
	text-transform: none;
	font-size:135%;
}

#contactHeader li a:hover {
	color: #4c2194;
	text-decoration: underline;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #3c3c42;
	transition: background-color 0.5s linear;
	z-index: 999999;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.sticky + .content {
  padding-top: 102px;
}





/*Background Wrapper*/

#topMainWrapper {
	float: left;
	width: 100%;
	height: 850px;
	background: url("images/provider-construction-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#topMainWrapperSlogan {
	position: absolute;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	top: 450px;
}

#topMainWrapperSlogan h2 {
	color: white !important;
	font-size: 180% !important;
	margin: 0;
	padding: 0;
	 text-shadow: 2px 2px 7px #3c3c42;
}

#topMainWrapperSlogan p {
	color: #3c3c42 !important;
	font-size: 130% !important;
	margin: 0;
	padding: 0; 
	line-height: 30px;
	font-weight: bold;
	 text-shadow: 2px 2px 7px #3c3c42;
}

#topMainWrapperSlogan p a {
	color: white !important;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	background-color: #3c3c42 !important;
	font-size: 90%;
}

#topMainWrapperSlogan p a:hover {
	text-decoration: none;
	color: white !important;
	background-color: #3c3c42 !important;
}

#topMainWrapperSlogan p i.far {
	 text-shadow: none;
}


/*										Nav								*/

#navBackground {
	float: right;
	padding: 10px 0 10px 0;
}

nav {
	float: right;
	text-align: right;
	font-family: "Poppins", sans-serif;
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 49px 0 0 0;
}

nav li {
	display: inline;
	color: #283e8e;
	margin: 0 0 0 35px;
	padding: 0;
	position: relative; 
	text-transform: uppercase;
}

nav li a {
	font-size: 120%;
	color: #283e8e;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

nav li a:hover {
	color: #4c2194;
	text-decoration: none;
}

nav li a.active {
	color: #4c2194;
	text-decoration: none;
}




nav li a.consult {
	color: white !important;
	padding: 5px 8px 5px 8px;
	background-color: #4c2194;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(to left, #4c2194 50%, #283e8e 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
}

nav li a.consult:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}





nav li i.fas {
	color: #3c3c42;
}

nav li a:hover i.fas {
	color: #4c2194;
	text-decoration: none;
}

nav li a.active i.fas {
	color:#4c2194;
	text-decoration: none;
}



nav li i.fab {
	font-size: 140%;
}

nav li i.fab:hover {
	color: #3c3c42;
	text-decoration: none;
}


nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -6px; 
	left: 0; 
	text-align: left;
	background-color: #4c2194;
	min-width: 225px;
	padding: 10px 0 10px 10px;
	margin: 0;
	z-index: 1000;
	border-radius: 10px;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	color: white;
	line-height: 20px;
	font-size: 85%;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
	border-radius: 0;
}

nav ul.dropdown ul li a:hover {
	color: #3c3c42;
	text-decoration: none;
	border: none;
	border-radius: 0;
}


nav ul.dropdown ul li a.active {
	color: #3c3c42;
	text-decoration: none;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
	font-family: "Poppins", sans-serif;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: #4c2194;
	padding: 10px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 110%;
}

.accordionButton h4 i.fas {
	color: #4c2194;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
	color: #4c2194;
}

.accordionButton:hover h4 span {
	color: #4c2194;
	cursor: pointer;
}
.accordionContent {
	position: absolute;
	right: 10px;
	z-index: 99999;
	background-color: #4c2194;
	border-radius: 5px;
}

.accordionContent ul {
	float: right;
	list-style-type: none;
	padding: 5px 15px 5px 15px;
	text-align: right;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: white;
	float: none;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	margin: 0;
	border-bottom: none;
	padding: 5px 0 0 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	color: #4c2194;
	text-decoration: none;
}

#accordionSection .accordionContent li a.active {
	border: none;
	color: #4c2194;
	text-decoration: none;
}

#accordionSection .accordionContent li.subNav {
/*	margin-left: 15px;*/
	line-height: 26px;
	text-transform: none;
	font-size: 80%;
	color: white !important;
}


#accordionSection .accordionContent li a.contactUs {
	padding: 5px;
}


#accordionSection .accordionContent li i.fab {
	color: white;
}

#accordionSection .accordionContent li i.fab:hover {
	color: #F5EDE7;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #3c3c42;
	padding: 5px 0 10px 0;
}

footer {
	width: 1400px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
	box-sizing: border-box;
}

footer p {
	color: white;
	font-size: 70% !important;
	line-height: 23px;
	margin: 0 0 3px 0;
	font-weight: normal;
	text-transform: uppercase;
}

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}
	
footer p a {
	text-decoration: none;
	color: white;
}

footer p a:hover {
	text-decoration: underline;
	color: white;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #283e8e;
	padding: 40px 0 20px 0;
}

#contactInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 33%;	
	padding: 15px 0 15px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.contactBox img {
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	border-radius: 5px;
}


#contactInner h2 {
	color: white !important;
	font-size: 110% !important;
	margin: 0 0 5px 0;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}

#contactInner p {
	color: white; 
	line-height: 28px;
	font-size: 90%;
	font-weight: normal;
}


#contactInner p b {
	color: white; 
}

#contactInner p a {
	color: white; 
	text-decoration: none;
}

#contactInner p a:hover {
	color: #efefef;
	text-decoration: underline;
}

#contactInner i.fa-brands {
	color: white; 
	font-size: 120%;
}

#contactInner i.fa-brands:hover {
	color: #efefef;
}

#contactInner i.fa-solid {
	color: white; 
	font-size: 120%;
}

#contactInner i.fa-solid:hover {
	color: white; 
}


#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: #efefef;
}

#contactInner ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 90%;
	font-weight: 300;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: #efefef;
	text-decoration: underline;
}

#contactInner img {
	margin-right: 10px;
	border-radius: 5px;
}

/*										Banner						


Red #4c2194
Dark Red #4c2194
Blue #3c3c42

*/


/*#bannerOuter {
	float: left;
	width: 100%;
	background: url("images/scottish-wealth-financial-advice.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}*/

#bannerOuter {
 overflow: hidden;
 width: 100%;
 position: relative;
}
 
#bannerOuter .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 animation: slider 22s infinite;
}cont


#bannerOuter .slide:nth-child(1) {
   background-image: url("images/metal-fencing-installation-essex-london.jpg");
   animation-delay: 0s;
}

#bannerOuter .slide:nth-child(2) {
   background-image: url("images/luxury-metal-fencing-essex-london.jpg");
	animation-delay: -5.5s;
}

#bannerOuter .slide:nth-child(3) {
   background-image: url("images/luxury-metal-fencing-gates-essex.jpg");
  animation-delay: -11s;
}

#bannerOuter .slide:nth-child(4) {
   background-image: url("images/luxury-metal-fencing-morden.jpg");
  animation-delay: -16.5s;
}



@keyframes slider {
  0%, 23%, 100% {
    opacity: 1;
    animation-timing-function: ease;
    z-index: 0;
  }
  25% {
    opacity: 0;
    animation-timing-function: step-end;
    z-index: 0;
  }
  98% {
    opacity: 1;
    animation-timing-function: step-end;
    z-index: -1;
  }
}

#bannerInner {
	margin: 0 auto;
	width: 1400px;	
	height: 800px;
	position: relative;
	box-sizing: border-box;
}


#bannerSlogan {
	position: absolute;
	text-align: left;
	z-index: 20;
	top: 50%;
	box-sizing: border-box;
	left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
	width: 100%;
}

#bannerSlogan h1 {
	color: white !important;
	font-size: 180% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase !important;
	 text-shadow: 2px 2px 17px #3c3c42;
}


#bannerSlogan h2 {
	color: white !important;
	font-size: 140% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase !important;
	 text-shadow: 2px 2px 20px #3c3c42;
}


#bannerSlogan ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}

#bannerSlogan li {
	color: white;
	font-size: 90% !important;
	line-height: 22px;
	margin-bottom: 10px;
	 text-shadow: 2px 2px 20px #3c3c42;
	font-weight: bold;
}

#bannerSlogan li i.fa-solid {
	color: #4c2194;
	font-size: 120% !important;
}





#bannerSlogan p {
	color: white;
	font-size: 90%;
	margin: 0 0 15px 0;
	padding: 0; 
	line-height: 23px;
}

#bannerSlogan p a {
	color: white;
	padding: 7px 12px 7px 12px;
	background-color: #3c3c42;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

#bannerSlogan p a:hover {
	background-color: #3c3c42; 
	color: white;
	text-decoration: none;
}

#bannerSlogan p.findMore {
	text-shadow: none;
}


#bannerSlogan p.findMore a {
	color: white !important;
	padding: 8px 12px 8px 12px;
	background-color: #4c2194;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(to left, #4c2194 50%, #283e8e 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
	 text-shadow: 2px 2px 20px #3c3c42;
}

#bannerSlogan p.findMore a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}



#fencePage #bannerOuter {
	background: url("images/luxury-metal-fencing-supply-install-essex-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#fencePage #bannerInner {
	height: 400px;
}

#gatePage #bannerOuter {
	background: url("images/luxury-metal-gates-supply-install-essex-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#gatePage #bannerInner {
	height: 400px;
}

#binPage #bannerOuter {
	background: url("images/luxury-bin-storage-supply-install-essex-london2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#binPage #bannerInner {
	height: 400px;
}


#aboutPage #bannerOuter {
	background: url("images/about-agera-fencing.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#aboutPage #bannerInner {
	height: 400px;
}



#howPage #bannerOuter {
	background: url("images/new-fence-installation-how-it-works.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#howPage #bannerInner {
	height: 400px;
}

/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
	background-color: #ffffff;
	text-align: left;
}

#mainBody {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

h1 {
	font-size: 120%;
	color: #283e8e !important;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 5px;
}


h1 span {
	font-size: 60% !important;
}


h2 {
	color: #283e8e !important;
	font-size: 110% !important;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3 {
	color: #4c2194 !important;
	font-size: 120% !important;
	text-transform: uppercase;
}

h4 {
	color: #4c2194 !important;
	font-size: 150% !important;
	text-transform: uppercase;
}




#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: white;
	text-decoration: underline;
}

p {
	font-size: 90%;
	line-height: 26px;
	color: #3c3c42;
	word-wrap: break-word;
}

p.videoExplain {
	font-size: 150%;
	line-height:50px;
	margin-left: 30px;
}

p.videoExplain span {
	background-color: #4c2194;
	padding: 10px;
}

#mainBody p span.square {
	padding: 5px;
	margin-right: 10px;
	background-color: #4d29b7;
	color: white;
	border-radius: 5px;
}

#mainBody p span.highlightHeader {
	padding: 5px;
	background-color: #4d29b7;
	color: white;
	border-radius: 5px;
}

p b {
	color: #4c2194;
	font-weight: bold;
}	

p a {
	color: #4c2194;
	text-decoration: underline;
}

p a:hover {
	color: #4c2194;
	text-decoration: none;
}

li {
	font-size: 90%;
	line-height: 27px;
	color: #3c3c42;
}

li b {
	font-weight: bold;
	color: #3c3c42;
}

li a {
	color: #4c2194;
	text-decoration: underline;
}

li a:hover {
	color: #4c2194;
	text-decoration: none;
}


img {
	max-width: 100%;
	height: auto;
}	

img.rightImage {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0);
}	


img.leftImage {
	float: left;
	margin: 0 30px 10px 0;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	background-color: white;
	padding: 10px;
	box-sizing: border-box;
}	

img.logoIcons {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
}

#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

#mainServices ul {
	list-style-type: none;
	padding: 0;
}

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

p.findMore a {
	color: white !important;
	padding: 5px 10px 5px 10px;
	background-color: #4c2194;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(to left, #4c2194 50%, #283e8e 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
	border: 1px solid white;
}

p.findMore a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
	border: 1px solid white;
}

i.fa-sharp {
	color: #4c2194;
}

i.fa-regular {
	color: #4c2194;
}
/*Home lEft right*/

#homeIntroText {
	float: left;
	width: 60%;
	padding-right: 30px;
	box-sizing: border-box;
}

#homeWhyText {
	float: right;
	width: 40%;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	background-color: #4c2194;
	border-radius: 5px;
}

#homeWhyText ul {
	padding-left: 0;
	list-style-type: none;
}

#homeWhyText i.fa-solid {
	color: #4c2194;
	font-size: 130%;
}

#homeWhyText li {
	line-height: 25px;
	margin-bottom: 15px;
	color: white;
}

#homeWhyText h2 {
	color: white !important;
}



/*Brand List*/

#mainBody ul.brandList {
	padding-left: 0;
	margin-top: 10px;
	display: table;
	
}

#mainBody ul.brandList li {
	display: inline-block;
	padding: 30px;
	font-size: 95%;
	font-weight: bold;
	display: table-cell;
	box-sizing: border-box;
}

#mainBody ul.brandList li span {
	border: 1px solid #676667;
	padding: 9px;
}

#mainBody ul.brandList li span.two {
	background-color: #efefef;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}





ul#requestQuoteList {
	padding-left: 0;
}

ul#requestQuoteList i.fa-solid {
	color: #4c2194;
	font-size: 130%;
}

ul#requestQuoteList li {
	float: left;
	line-height: 25px;
	display: inline-block;
	list-style-type: none;
	width: 20%;
	box-sizing: border-box;
	margin-right: 2.5%;
	margin-bottom: 25px;
}

ul#requestQuoteList li span {
	color: #4c2194;
	font-size: 110%;
}



/*										Timetable			*/


#timetableSection {
	float: left;
	width: 100%;
	height: 400px;
	background: url("images/yoga-southend.jpg") center;
	background-size: cover;
	margin: 10px 0 10px 0;
}

#timetableInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#timetableInner h2 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	float: right;
	margin-top: 195px;
	text-transform: uppercase;
}

#timetableInner h2 span a {
	padding: 5px;
	background-color: #205163;
	color: #bb9530;
	text-decoration: none;
	margin-left: 10px;
}

#timetableInner h2 span a:hover {
	background-color: #bb9530;
	color: #205163;
	text-decoration: none;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 25px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100% !important;
	height: 40px;
	font-size: 100%;
	background-color: #3c3c42;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px !important;
}

#contactFormArea #submit.formButton:hover {
	background-color: #4c2194;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 100%;
	color: #3c3c42 ;
	font-weight: 300;
	font-weight: bold;
}	

#contactFormArea input {
	color: #3c3c42 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #3c3c42 ;
	margin-top: 10px;
	border-radius: 5px !important;
}

#contactFormArea select {
	color: #3c3c42 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #3c3c42 ;
	margin-top: 10px;
	border-radius: 5px;
}


#contactFormArea textarea {
	color: #3c3c42 ;	
	float: left;
	width: 100% !important;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #3c3c42 ;
	margin-top: 10px;
	border-radius: 5px !important;
}


#topForm {
	float: left;
	width: 100%;	
}

#bottomForm {
	float: left;
	width: 100%;	
}


/*											Home Boxes									*/


#homeBoxesOuter {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	text-align: left;
}

#homeBoxes {
	margin: 0 auto;
	width: 1400px;
}


.homeBox {
	float: left;
	width: 32%;
	margin-right: 1%;
	box-sizing: border-box;
}

#homeBoxes .homeBox h3 {
	text-align: center;
	color: #4c2194 !important;
	font-size: 110% !important;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
} 

/*#homeBoxes .homeBox:hover {
	cursor: pointer;
}*/

#homeBoxes p {
	margin: 0 !important;
}

#homeBoxes p a {
	color: #4c2194;
	margin: 0 !important;
	font-weight: bold;
	text-decoration: none;
} 

#homeBoxes p a:hover {
	color: #283e8e;
} 


#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
}

#homeBoxes .homeBox:hover p a {
	color: #283e8e;
}

.homeBox:hover {
	height: auto;
	cursor: pointer;
	opacity: .9;
}




/*Why Boxes*/


.whyBox {
	float: left;
	width: 24.2%;
	margin-right: 1%;
	margin-bottom: 1%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #efefef;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	text-align: left;
}

.whyBox.lastWhyBox {
	float: right;
	margin-right: 0;
}

.whyBox p {
	line-height: 27px;
	font-size: 90%;
	margin: 0;
} 

.whyBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}




/*											Windows Boxes									*/


#windowsOuter {
	float: left;
	width: 100%;
	padding: 20px 0 40px 0;
}

#windowsInner {
	margin: 0 auto;
	width: 1400px;
}


.windowsBox {
	float: left;
	width: 48%;	
	text-align: left;
	box-sizing: border-box;
}

.windowsBox.lastWindowsBox {
	float: right;
}

#windowsInner .windowsBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 5px;
}

.windowsBox img {
	border-radius: 5px;
}

#windowsInner .windowsBox h3 {
	text-align: left;
	color: #3c3c42;
	font-size: 150%;
} 

#windowsInner .windowsBox p {
	text-align: left;
	color: #3c3c42;
	font-size: 100%;
	line-height: 28px;
}

#windowsInner .windowsBox p a {
	color: #3c3c42;
	border: 1px solid #3c3c42;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px;
}

#windowsInner .windowsBox p a:hover {
	text-decoration: none;
	color: white;
	background-color: #3c3c42;
}

/*											Inner Boxes									*/


#innerBoxes {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.innerBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align:center;
}

.innerBox.lastInnerBox {
	float: right;
	margin-right: 0;
}

#innerBoxes .innerBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#innerBoxes .innerBox h3 {
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0 0 0 0;
	margin-top: -5px;
	background-color: white;
	color: #b41e3e;
	text-transform:  none;
} 

#innerBoxes .innerBox:hover {
	cursor:pointer;
} 

#innerBoxes .innerBox:hover h2 {
	background-color: #3c3c42;color: white;
}







/*											Tables 									*/

/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
	border: none;
}	


table th {
	background-color: #3c3c42 ;
	color: white !important;
	padding: 10px;
	font-size: 100%;
	border: none;
	border-right: 1px solid white;
}

/*table td {
	padding: 10px;	
	border: 1px solid #3c3c3b;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #7cc9d5;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
}
*/



table td {
	padding: 15px;	
	border: none;
	font-size: 90%;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

table tr.secondRow td {
	background-color: #efefef;
}


table td.highlighted {	
	color: #BA2637;
}

table td.price {	
	color: #BA2637;
}

table td span.line {
	text-decoration: line-through;
}

table td span.offer {
	color: #fce3de;
}



/* Benefits */

#benefits {
	float: right;
	background-color: white;
	margin: 0 0 20px 20px;
	border-radius: 5px;
}

#benefits h2 {
	background-color: #A279BA;
	color: white;
	margin: 0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

#benefits li {
	line-height: 45px;
	background-image: url(images/tick.png);
	background-size: 35px 27px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 90%;
	color: #A279BA;
	font-weight: bold;
}

#benefits ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}



/*Areas Box*/

#areas {
	float: right;
	background-color: #11099e;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #02a63a;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}




#mainBody ul.columnList {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

#mainBody ul.columnList li {
	line-height: 32px;
	color: #A279BA;
	font-weight: bold;
}


#mainBody ul.columnListTwo {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	list-style-type: none;
}

#mainBody ul.columnListTwo li {
	color: #3c3c42 ;
	font-weight: bold;
	font-size: 110% !important;
	line-height: 32px;
}

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: #3c3c42 ;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

#mainBody .gallery h2 a {
	color:#3c3c42 ;
	text-decoration: none !important;
}

#mainBody .gallery h2 a:hover {
	color: #3c3c42 ;
	text-decoration: none !important;
}





/*Options*/

#optionSection {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#optionSection h3 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #ffffff !important;
	font-size: 90% !important; 
	text-transform: none;
}	

.optionButton {
	float: left;
	width: 100%;	
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #4c2194;
	border-radius: 5px;
}

.optionButton i.fas {
	float: right;
	margin-right: 10px;
}

.optionButton i.fa-minus {
	display: none;
}

.optionButton.on {
	cursor: pointer;
	background-color: #283e8e;
}

.optionButton.on i.fa-minus {
	display: block;
}

.optionButton.on i.fa-plus {
	display: none;
}


.optionButton.over {
	cursor: pointer;
	background-color: #283e8e;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #283e8e;
}

.optionButton.on h3 {
	color: #ffffff !important;
}

.optionButton.over h3 {
	color: #ffffff !important;
}


.optionButton:hover h3 {
	color: #ffffff !important;
}

.optionContent {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-radius: 0 0 5px 5px;
}





/*Icons*/

#iconsBackground {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 10px 0 15px 0;
}

#icons {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#icons img {
	width: 100%;
	height: auto;
}


/*Standout*/

#standoutBox {
	float: left;
	width: 97%;
	padding: 1.5%;
	background-color: #b69e60;
	margin: 0 0 20px 0;
}

#standoutBox h2 {
	color: white;
	font-size: 150%;
}

#standoutBox p {
	color: white;
	font-size: 130%;
}

#standoutBox p a {
	color: white;
}

#standoutBox p a:hover {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li a {
	color: white;
}

#standoutBox li a:hover {
	color: white;
}

#standoutBox img {
	float: left;
	margin: 0 30px 0 0;
}


/*Facebook Reviews*/

#facebookReviews {
	float: left;
	width: 100%;	
	margin-top: 25px;
}

.facebookReview {
	float: left;
	width: 49%;	
}

.facebookReviewRight {
	float: right;
	width: 49%;	
}



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #4c2194;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border: 1px solid white;
	border-radius: 10px;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
   background-color: #283e8e;
	border: 1px solid white;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



/*Hightlight Boxes*/

.highlightBoxOne {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #efefef;	 box-sizing: border-box;
}


.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #efefef; box-sizing: border-box;
}

.highlightBoxOne p b {
	color: #3c3c42  !important;
}

.highlightBoxTwo p b {
	color: #3c3c42  !important;
}


.highlightBoxOne img {
	border: 1px solid #3c3c42;
}

.highlightBoxTwo img {
	border: 1px solid #3c3c42;
}

#teachersPage .highlightBoxOne {
	padding: 50px;
}


#teachersPage .highlightBoxTwo {
	padding: 50px;
}

#teachersPage img.rightImage {
	margin-top: -40px;
	margin-left: 30px;
}

#teachersPage h2 {
	margin-bottom: 30px;
}




/*  News Box*/

#newsBox {
	float: right;
	padding: 20px;	
	background-color: #3c3c42 ;
	margin: 0 0 20px 20px;
	min-width: 250px;
}

#newsBox h2 {
	padding: 0;
	margin: 0;
}

#newsBox p {
	color: white;
	padding: 0;
	margin: 0;
}

#newsBox ul {
	padding-top: 0;
	padding-bottom: 0;
}

#newsBox li {
	color: white;
}



/*Why Us*/

#whyUsOuter {
	padding: 20px 0 40px 0;
	float: left;
	width: 100%;	
}

#whyUsInner {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#whyUsInner h1 {
	color: #b2bb1e;
	font-size: 120%;
	font-weight: bold;
}

#whyUsInner p {
	font-size: 95%;
	line-height: 27px;
	color: #3c3c42 ;
}

#whyUsInner h2 {
	font-size: 310%;
	color: #ff9aca;
	line-height: 40px;
	font-weight: 100;
	margin-bottom: 0;
}




/*Breadcrumbs*/


#breadcrumbs {
	width: 100%;	
	margin-bottom: 10px;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: #3c3c42;
}

#breadcrumbs li a {
	color: #b69e60;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #b69e60;
}




/*											Circle Boxes									*/

#circleBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px 0;
}

.circleBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	box-sizing: border-box;
}

.circleBox.lastCircleBox {
	float: right;
	margin-right: 0;
}

#circleBoxes .circleBox img {
	margin: 0;	
	max-width: 80%;
}

#circleBoxes .circleBox h2 {
	color: #33302B;
	font-size: 120%;
	text-align:center;
	padding: 7px 0 0 0;
	text-transform: none;
	margin: 0;
	border: none;
} 

#circleBoxes .circleBox p {
	font-size: 110%;
	line-height: 24px;
	color: #b2bb1e;
	margin: 10px 0 0 0;
	font-weight: normal;
	padding: 0 10px 0 10px;
} 

#circleBoxes .circleBox p.price {
	font-size: 110%;
	line-height: 26px;
	color: #BA2637;
	margin: 0;
	font-weight: bold;
} 

#circleBoxes .circleBox p b {
	color: #3c3c42 ;
} 




/*											Team Boxes									*/


#teamBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}


.teamBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	margin-bottom: 4%;
	min-height: 470px;
}

.teamBox.lastTeamBox {
	float: right;
	margin-right: 0;
}

#teamBoxes .teamBox img {
	margin: 0 0 15px 0;	
	max-width: 75%;
	height: auto;
	border-radius: 50%;
}

#teamBoxes .teamBox h2 {
	color: #BA2637;
	text-align:center;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

#teamBoxes .teamBox p {
	font-size: 80%;
	line-height: 22px;
}

#teamBoxes .teamBox p a {
	color: #2E69AB;
	text-decoration: none;
}

#teamBoxes .teamBox p a:hover {
	color: #EF943D;
	text-decoration: none;
}

#teamBoxes .teamBox p i.fab {
	color: #2E69AB;
	font-size: 220%;
}

#teamBoxes .teamBox p i.fab:hover {
	color: #EF943D;
}

#teamBoxes .teamBox ul {
	list-style-type: none;
	padding: 0;
}

#teamBoxes .teamBox li {
	display: inline;
}

#teamBoxes .teamBox li img {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
}



ul.pointersList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #3c3c42;
	line-height: 28px;
}

ul.pointersList li i.fa-solid {
	font-size: 120%;
	color: #4c2194;
}

ul.pointersList li i.far {
	font-size: 190%;
	color: #4c2194;
	margin-right: 5px;
}



ul.pointersListSmaller {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersListSmaller li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #3c3c42;
	line-height: 28px;
}

ul.pointersListSmaller li i.fas {
	font-size: 100%;
	color: #3c3c42;
	margin-right: 5px;
}






ul.pointersListBlack {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersListBlack li {
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #3c3c42;
	line-height: 28px;
}

ul.pointersListBlack li i.fa-solid {
	font-size: 120%;
	color: #3c3c42;
}



ul#testimonials {
	list-style-type: none; 
	padding-left:0;
}





ul.noDotList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.noDotList li i.fa-solid {
	font-size: 120%;
	color: #4c2194;
	margin-right: 2px;
}



/*Call Us*/

#callUsOuter {
	background-color: #3c3c42;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	text-align: center;
}


#carbonPage #callUsOuter {
	background-color: #479A76;
}



#callUsInner {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#callUsInner h2 {
	color: white;
	font-size: 140%;
	font-weight: bold;
}

#callUsInner h2 a {
	color: white;
	font-size: 170%;
	text-decoration: none;
}

#callUsInner h2 a:hover {
	color: white;
	text-decoration: none;
}

#callUsInner p {
	color: white;
	font-size: 130%;
	font-weight: bold;
}

#callUsInner p a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#callUsInner p a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/*Terms boxes*/

#homeInfo {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 15px 0 15px 0;
}

#homeInfoInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#homeInfoInner h2 {
	font-size: 80%;
	color: #282828;
}

#homeInfoInner p {
	font-size: 70%;
	line-height: 24px;
	color: #282828;
}

#homeInfoInner li {
	font-size: 70%;
	line-height: 24px;
	color: #282828;
}

.homeInfoLeft {
	float: left;
	width: 48%;
}

.homeInfoRight {
	float: right;
	width: 48%;
}




/*											Extra Boxes									*/


#extraOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #efefef;
}

#extraInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#extraInner h2 {
	color: #3c3c42 ;
	font-size: 130%;
}

#extraInner h3 {
	color: #8bcade;
	font-size: 130%;
}

#extraInner p {
	font-size: 95%;
	line-height: 27px;
	color: #3c3c42 ;
}

#extraInner p b {
	color: #3c3c42 ;
	font-weight: bold;
}	

#extraInner p a {
	color: #3c3c42 ;
	text-decoration: underline;
}

#extraInner p a:hover {
	color:#3c3c42 ;
	text-decoration: none;
}

#extraInner li {
	font-size: 95%;
	line-height: 28px;
	color: #3c3c42 ;
}

#extraInner li b {
	font-weight: bold;
	color: #3c3c42 ;
}

#extraInner li a {
	color: #3c3c42 ;
	text-decoration: underline;
}

#extraInner li a:hover {
	color: #3c3c42 ;
	text-decoration: none;
}

.leftExtraBox {
	border-top: 1px solid white;
	margin-top: 40px;
}

.rightExtraBox {
	border-top: 1px solid white;
	margin-top: 40px;
}

.leftExtraBox img {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	height: auto;
}

.leftExtraBox .fas {
	float: left;
	margin-right: 40px;
	font-size: 500%;
	color: #3c3c42;
}

.rightExtraBox .fas {
	float: right;
	margin-left: 40px;
	font-size: 500%;
	color: #3c3c42;
}

.textExtra {
	padding: 30px 0 0 0;
}

.rightExtraBox img {
	float: right;
	margin-left: 40px;
	max-width: 100%;
	height: auto;
}




/*											Driver Training								*/


#driverTrainingHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #3c3c42 ;
}

#driverTrainingInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#driverTrainingInner h2 {
	color:#3c3c42;
	font-size: 130%;
}

#driverTrainingInner p {
	font-size: 95%;
	line-height: 27px;
	color: white;
}

#driverTrainingInner p b {
	color: #3c3c42;
	font-weight: bold;
}	

#driverTrainingInner p a {
	color: #3c3c42;
	text-decoration: underline;
}

#driverTrainingInner p a:hover {
	color: #3c3c42;
	text-decoration: none;
}

#driverTrainingInner li {
	font-size: 95%;
	line-height: 28px;
	color: white;
}

#driverTrainingInner li b {
	font-weight: bold;
	color: #3c3c42;
}

#driverTrainingInner li a {
	color: #3c3c42;
	text-decoration: underline;
}

#driverTrainingInner li a:hover {
	color: #3c3c42;
	text-decoration: none;
}





ul.inlineList {
	list-style-type: none;
	padding-left: 0;
}

ul.inlineList li {
	color: #3c3c42  !important;
	font-size: 130% !important;
	display: inline;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 28px;
}


ul.inlineList li i.fas {
	color: #3c3c42 !important;
	font-size: 160% !important;
}

img.helpImage {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*Price Boxes*/


.priceBox {
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #3c3c42;
	text-align: center;
	margin-top: 20px;
}

.priceBox h2 {
	font-size: 230% !important;
	color: white !important;
}

.priceBox h3 {
	font-size: 130%;
}
 
.priceBox p {
	font-size: 110%;
}

.priceBox p span {
	font-size: 350%;
}

.priceBox hr {
	border: none;
	border-top: 1px solid white;	
	margin: 20px 0 20px 0;
}


.priceBox.priceBoxOne h3 {
	color: #3c3c42  !important;
}

.priceBox.priceBoxFour h3 {
	color: #3c3c42  !important;
}

.priceBox.priceBoxTwo h3 {
	color: white !important;
}

.priceBox.priceBoxThree h3 {
	color: white !important;
}

.priceBox.priceBoxTwo p {
	color: white !important;
}

.priceBox.priceBoxThree p {
	color: white !important;
}



.priceBox.priceBoxOne {
	float: left;
	background-color: #3c3c42;
}

.priceBox.priceBoxTwo {
	float: right;
	background-color: #3c3c42 ;
}

.priceBox.priceBoxThree {
	float: left;
	background-color: #3c3c42 ;
}

.priceBox.priceBoxFour {
	float: right;
	background-color: #3c3c42;
}



/*Wider Boxes*/


.greyOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 40px 0 40px 0;
}

.greyInner {
	margin: 0 auto;
	width: 1400px;
}

.greyInner img {
	border-radius: 5px;
}



/* */
.whiteOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
}

.whiteInner {
	margin: 0 auto;
	width: 1400px;
}


/* */
.quoteOuter {
	float: left;
	width: 100%;
	background-color: #4c2194;
	padding: 20px 0 20px 0;
}

.quoteInner {
	margin: 0 auto;
	width: 1400px;
}

.quoteInner h2 {
	color: white !important;
}

.quoteInner ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.quoteInner li {
	color: white !important;
	font-size: 100% !important;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px 0 5px;
}

.quoteInner li a {
	color: white !important;
	text-decoration: none;
}

.quoteInner li a:hover {
	color: white !important;
	text-decoration: underline;
}

.quoteInner li i.fa-solid {
	color: white !important;
	text-decoration: none;
}

.quoteInner p {
	color: white !important;
}

.quoteInner p b {
	color: white !important;
	text-transform: uppercase;
}

.quoteInner p a {
	color: white !important;
	text-decoration: none;
}

.quoteInner p a:hover {
	color: white !important;
	text-decoration: underline;
}



/* */
.blackOuter {
	float: left;
	width: 100%;
	background-color: #3c3c42;
	padding: 40px 0 40px 0;
}

.blackInner {
	margin: 0 auto;
	width: 1400px;
}

.blackInner h2 {
	color: #4c2194 !important;
}

.blackInner p {
	color: white !important;
}

.blackInner p a {
	color: white !important;
}

.blackInner li {
	color: white !important;
}

.blackInner li a {
	color: white !important;
}



.blackInner p.findMore a {
	color: #3c3c42 !important;
	padding: 5px 10px 5px 10px;
	background-color: #4c2194;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(to left, #ffffff 50%, #283e8e 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
}

.blackInner p.findMore a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}



/* */
.blueOuter {
	float: left;
	width: 100%;
	background-color: #283e8e;
	padding: 10px 0 10px 0;
	text-align: left;
}

.blueInner {
	margin: 0 auto;
	width: 1400px;
}

.blueOuter h2 {
	color: #ffffff !important;
}

.blueOuter p {
	color: white !important;
}

.blueOuter p a {
	color: white !important;
}

.blueOuter hr {
	border-top: 1px solid white;	
	margin: 30px 0 30px 0;
}




/**/


.leftBox {
	float: left;
	width: 35%;
}

.rightBox {
	float: right;
	width: 60%;
}




.leftBoxWide {
	float: left;
	width: 48%;
}

.rightBoxWide {
	float: right;
	width: 48%;
}


/*.leftBoxWide img {
	border-radius: 10px;
	border: 3px solid #3c3c42;
}

.rightBoxWide img {
	border-radius: 10px;
	border: 3px solid #3c3c42;
}
*/

.leftBoxWide .fa-circle-check {
	color: #4c2194;
	font-size: 140%;
}


#homeBanner {
	background-color: #283e8e;
}

#homeBanner iframe {
	border: 10px solid white;
	border-radius: 5px;
}

#homeBanner .rightBoxWide {
	margin-top: 100px;
}

#homeBanner h1 {
	color: white !important;
}

#homeBanner p {
	color: white !important;
}


/*Slick Nav*/

#mobileMenu {
	display: none;
}

#mobileMenuBase {
	display: none;
	float: left;
	width: 100%;
	z-index:2000;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);	
}					 


.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: none;
  padding: 5px;
  line-height: 1.125em;
  cursor: pointer; 
  margin-left: auto;
  margin-right: auto;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
 /* *zoom: 1; */
  display: none;
	text-align: center;
}
 
.slicknav_menu .slicknav_menutxt {
    display: inline;
    line-height: 1.188em;
    float: none; 
	margin-left: 5px;
}

.slicknav_menu .slicknav_menutxt:hover {
    color: #4c2194;
}

.slicknav_menu .slicknav_icon {
    float: none;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; 
    display: none;
}

.slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
    display: inline;
      content: "";
      position: absolute; 
}

.slicknav_menu .slicknav_no-text {
    margin: 0; 
}

.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	background-color: white !important;
}

.slicknav_btn:hover .slicknav_icon-bar {
	background-color: #4c2194 !important;
}

.slicknav_btn:hover .slicknav_menutxt {
	color: #4c2194 !important;
}
  
.slicknav_menu:before {
    content: " ";
    display: table; 
}

  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; 
}

.slicknav_nav {
  clear: both;
}

 .slicknav_nav ul {
    display: block; 
}

.slicknav_nav li {
    display: block; 
}

.slicknav_nav img {
    margin-bottom: -15px;
}
  
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

 .slicknav_nav .slicknav_item {
    cursor: pointer; 
}

.slicknav_nav .slicknav_item a {
      display: inline; 
}

.slicknav_nav .slicknav_row {
    display: block; 
}

.slicknav_nav a {
    display: block; 
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  border-top: 1px solid #4c2194;
  padding: 0 5px 0 5px; 
}

.slicknav_menu * {
    box-sizing: border-box; 
}

 .slicknav_menu .slicknav_menutxt {
    color: #3c3c42;
    font-weight: bold; 
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #3c3c42; 
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slicknav_nav {
  color: #3c3c42 !important;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 100%;
  list-style: none;
  overflow: hidden; 
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0; 
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; 
}

.slicknav_nav .slicknav_row:hover {
      color: #4c2194;
}

.slicknav_nav a {
    padding: 5px 5px;
    margin: 2px 5px;
    text-decoration: none;
   color: #3c3c42 !important;
	font-weight: bold;
}

.slicknav_nav a:hover {
     color: #4c2194 !important;
	text-decoration: none;
}

.slicknav_nav a i.fab{
   font-size: 150% !important;
	color: white;
}


.slicknav_nav a i.fab:hover {
	color: #4c2194;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; 
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}








/*Background Video*/

#homeWrapper {
	float: left;
	width: 100%;	
	height: 100vh;/*
	background-color: rgba(83,85,90,0.4);*/
	z-index: 99;
  	position: relative;
}



video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 98;
	max-width:100%;
}

#introBanner {
	float: left;
	width: 100%;
}

#introBannerInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
	text-align: center;
}

#introText {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}


#introText h2 {
	color: white !important;
	font-size: 200% !important;
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

#introText p {
	color: white;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 130%;
	text-transform: uppercase;
}



/*Background Inners*/


#innerWrapper {
	float: left;
	width: 100%;	
	height: 600px;
	z-index: 99;
  	position: relative;
}

#yFyE #innerWrapper {
	background: url("images/you-film-you-edit-bcv.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#yFwE #innerWrapper {
	background: url("images/you-film-we-edit-bcv.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#wFwE #innerWrapper {
	background: url("images/we-film-we-edit-bcv.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#latestWork {
	text-align: center;
}

#whyBCV {
	box-sizing: border-box;
	padding-left: 15%;
	padding-right: 15%;
}

#whyBCV h2 {
	padding-top: 25px;
}

#whyBCV img {
	float: right;
}



.contactFormLeft {
	float: left;
	width: 25%;	
	margin-top: 75px;
}

.contactFormRight {
	float: right;
	width: 65%;	
}



.aboutAreaLeft {
	float: left;
	width: 47%;
}

.aboutAreaRight {
	float: right;
	width: 47%;
}




/*Compare slider */

.container { 
	height: 73.5vw;
	margin: 1vw auto;
	max-width: 100%;
	max-height: 700px;
	overflow: hidden;
	width: 98vw;
}
.container figure { 
	background-image: url("images/after-fencing.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	font-size: 0;
	height: 100%;
	margin: 0; 
	position: relative;
	width: 100%; 
}
#compare {
	background-image:url("images/before-fencing.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	bottom: 0;
	border-right: 5px solid rgba(255,255,255,0.7);
	box-shadow: 10px 0 15px -13px #000;
	height: 100%;
	max-width: 98.6%;
	min-width: 0.6%;
	overflow: visible;
	position: absolute;
	width: 50%; 
	animation: first 2s 1 normal ease-in-out 0.1s; 
	-webkit-animation: first 2s 1 normal ease-in-out 0.1s; 
}
input#slider {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none; 
	background: transparent;
	cursor: col-resize;
	height: 100vw;
	left: 0;
	margin: 0;
	outline: none; 
	padding: 0;
	position: relative;
	top: -100vw;
	width: 100%;
}
input#slider::-moz-range-track { 
	background: transparent; 
}
input#slider::-ms-track {
	border: none; 
	background-color: transparent;
	height: 100vw; 
	left: 0; 
	outline: none; 
	position: relative;
	top: -100vw; 
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: col-resize;
	color:transparent;
}
input#slider::-ms-fill-lower {
	background-color:transparent;
}
input#slider::-webkit-slider-thumb {
	-webkit-appearance:none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}
input#slider::-moz-range-thumb {
	-moz-appearance: none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}   
input#slider::-ms-thumb {
	height: 100vw;
	width: 0.5%; 
	opacity:0;
}
input#slider::-ms-tooltip {
	display:none;
}
#compare::before {
	background: url("images/arrow-compare.png") no-repeat scroll 0 center transparent;
	background-size:contain;
	content: " ";
	float: right;
	height: 100%;
	margin-right: -34px;
	position: relative;
	top:0;
	width: 64px;
}
@keyframes first {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}
@-webkit-keyframes first {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}






.servBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	background-color: rgba(255,255,255,0.95)
}

.servBox.lastServBox {
	float: right;
	margin-right: 0;
}


#servBoxes .servBox img {
	float: left;
	margin-right: 10px;
}

#servBoxes .servBox h2 {
	text-align: left;
	color: #282728 !important;
	font-weight: bold;
	font-size: 120%;
	margin: 15px 0 0 0;
} 

#servBoxes .servBox p {
	text-align: left;
	color: #282728 !important; 
	font-size: 90%;
} 

#servBoxes .servBox:hover img {
	opacity: .8;
	cursor:pointer;
}

#servBoxes .servBox:hover h2 {
	color: #282728 !important;
} 

#servBoxes .servBox h2:hover {
	color: #282728 !important;
	cursor:pointer;
} 






/* 1399*/
@media only screen 
and (max-width : 1399px) 
				 {
				 

#homeWrapper {	
	height: 650px;
}

video {
	height: 650px;
}	
					 
					 
					 
#introBannerInner {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}					 
	
					 
								 
					 
#topBar {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 0;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 					 			 
					 
footer {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#bannerInner {
	width: 100%;	
}
					 
#bannerSlogan {
	padding: 0 20px 0 20px;
}
					 
#bannerInnerSub {
	width: 100%;	
}					 
					 
#innerBannerInner {
	width: 100%;	
}	
					 
#mainBodyHome {
	padding: 15px 0 15px 0;
}	
#homeBoxesOuter {
	padding: 15px 0 15px 0;
}
					 
#mainBody {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
	
					 
					 
.greyOuter {
	padding: 15px 0 15px 0;
}					 
						 
.greyInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
	
.whiteOuter {
	padding: 15px 0 15px 0;
}					 
					 
.whiteInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}					 
	
.quoteInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}					 
					 
					 
					 
.blackInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}					 
					 
.blueInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#windowsInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#homeBoxes {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#aboutInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#timetableInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#slides {
  width: 100%;
}

					 
#latestProjectsInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}

#contactInner {
	float: left;
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}				 
					 
#whyUsInner {
	float: left;
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#copyright {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#icons {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

					 
#callUsInner {
	float: left;
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
	
					 
#extraInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}					 
	
					 
#driverTrainingInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
				 
					 
}



/* 1200*/
@media only screen 
and (max-width : 1200px) 
				 {


nav li {
	margin: 0 0 0 25px;
}

/*nav li a {
	font-size: 80%;
}
	*/				 
}


/* 1100*/
@media only screen 
and (max-width : 1100px) 
				 {

					 
#topBarBackground {
	float: left;
	text-align: center;
}
					 
					 
#logo {
	width: 100%;
}

#logo img {
	width: 275px;
	margin: 0 auto;
	float: none;
}					 
					 					 
nav ul.mainNav {
	display: none;
}	

nav {
	margin: 0;	
	padding: 0;
}		 
					 
.slicknav_menu {
  display: block;
}
						 
#mobileMenuBase {
	display: block;
}				 
					 
					 
#bannerInner {	
	height: 600px;
}

#bannerInnerSub {	
	height: 225px;
}	

}




/* 959*/
@media only screen 
and (max-width : 959px) 
				 {

					 
#homeWrapper {	
	height: 450px;
}

video {
	height: 450px;
}	
						 
					 
					 
					 
#headerBackground {
	padding-bottom: 0;
}

 
					
				 				 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
					 
#contactHeader {
	float: left;
	width: 100%;
	margin: 0;
}

#contactHeader h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 120% !important;
} 					 
					 
#contactHeader ul {
	float: left;
	width: 100%;
	margin-top: 5px;
}
					 
#contactHeader li {
	float: left;
	width: 100%;
	text-align: center;
	margin-left: 0;
	line-height: 25px;
} 				
					 

#mainBody {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	padding-top: 0;
	box-sizing: border-box;
}

footer {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}


#copyright {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}
					 
#contactFormInner {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
 width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}
	
#contactInner {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 100%;	
	padding: 10px 0 10px 0;
	box-sizing: border-box;
}

					 
.contactBox.lastContactBox {
	float: left;
	width: 100%;	
} 
					 
#copyRight {
	float: left;
	width: 100%;	
	text-align: center;
}
						 
#copyLeft {
	float: left;
	width: 100%;	
	text-align: center;
}					 
					 
					 
#contactInner h2 {
	padding-bottom: 0;
}					 

#homeBoxes {
	margin-top: 0;
}

#innerBoxes {
	margin-top: 0;
} 
					 
#bookNow {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
					 
#bookNow p {
	text-align: center;
}
					 
#bookNow p a {
	text-align: center;
}


#standoutBox img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
					 
#standoutBox h2 {
	font-size: 120%;
	text-align: center;
}	
					 
#standoutBox p {
	font-size: 110%;
	text-align: center;
}				
					 
.circleBox {
	float: left;
	width: 40%;	
	margin-right: 5%;
	margin-bottom: 30px;
	text-align:center;
	box-sizing: border-box;
}
					 
.circleBox img {
	max-width: 70% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}	

#treeText p {
	font-size: 350%;
}
	
					 
#topMainWrapperSlogan {
	top: 500px;
}
					 				 
					 

					 						 
/*#introText {
	float: left;
	position: static !important;
	width: 100%;
	transform: none;
	margin-top: 23%;
}
	*/						 

#innerWrapper {	
	height: 450px;
}
	
					 
					 
.contactFormLeft {
	width: 100%;
	margin-top: 0;
	padding: 0;
}

.contactFormRight {
	float: left;
	width: 100%;	
	padding: 0;
}	
						 

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}					 
					 

img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}					 
	
					 
.whyBox {
	float: left;
	width: 47%;
	margin-right: 3%;
	box-sizing: border-box;
	margin-bottom: 2%;
}
							 
.whyBox.lastWhyBox {
	float: left;
	width: 47%;
	margin-right: 3%;
	box-sizing: border-box;
}
					 
.homeBox {
	float: left;
	width: 48%;	
	margin-bottom:10px;
	box-sizing: border-box;
}
					 					
.homeBox.lastHomeBox {
	float: left;
	width: 48%;	
	margin-bottom: 0;
	box-sizing: border-box;
} 
					 
					 
						 
					 
}





 /* 800*/
@media only screen 
and (max-width : 800px) 
				 {
				

#bannerInner {	
	height: 500px;
}
					 
#bannerSlogan {
	text-align: center;
}
					 
#bannerSlogan h2 {
	font-size: 130% !important;
}
					 
					 
#homeIntroText {
	width: 100%;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

#homeWhyText {
	float: left;
	width: 100%;
}
					 

ul#requestQuoteList li {
	width: 45%;
}
	
					 

.leftBox {
	float: left;
	width: 100%;
}

.rightBox {
	float: left;
	width: 100%;
	margin-top: 30px;
}


.leftBoxWide {
	float: left;
	width: 100%;
}

.rightBoxWide {
	float: left;
	width: 100%;
}
	
					 
					 
.servBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

.servBox.lastServBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
} 
							 
					 
					 
					 
}



 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
				 
				 
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}

	

#aboutInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#contactLeft {
	float: left;	
	width: 100%;
}

#contactRight {
	float: right;	
	width: 100%;
}	



#benefits {
	float: none;
	clear: both;
	margin-left: 0;
}




.innerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
}


.innerBox.lastInnerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
} 

					 
#areas {
	float: none;
	clear: both;
}
		

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
	
.facebookReview {
	float: left;
	width: 100%;	
	margin-top: 15px;
}

.facebookReviewRight {
	float: left;
	width: 100%;	
	margin-top: 15px;
}	
					 
					 
#teachersPage .highlightBoxOne {
	padding: 40px;
}


#teachersPage .highlightBoxTwo {
	padding: 40px;
}

#teachersPage img.rightImage {
	margin-top: 10px;
	margin-left: 0;
}

#teachersPage h2 {
	margin-bottom: 20px;
}					 
					 
				 
	
/*  News Box*/

#newsBox {
	float: left;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2%;
	background-color: #3c3c42 ;
}
					 



					 
.teamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
} 		
						 
				 
					 
.circleBox p {
	font-size: 95% !important;
}
	
					 
					 
.homeInfoLeft {
	float: left;
	width: 100%;
}

.homeInfoRight {
	float: left;
	width: 100%;
	margin-top: 20px;
}		
						 
.leftExtraBox img {
	float: none;
	clear: both;
	margin: 0;
}

.textExtra {
	padding: 20px 0 20px 0;
}

.rightExtraBox img {
	float: none;
	clear: both;
	margin: 0;
}	
					 
					 
					 
.windowsBox {
	width: 100%;	
	margin-bottom: 30px;
}

.windowsBox.lastWindowsBox {
	float: left;
	margin-bottom: 0;
}				 
	
					 
					 
#treeBox {
	height: auto;
}

#treeImage {
	float: left;
	width: 100%;
	height: 300px;
	border-radius: 5px 5px 0 0;
}

#treeText {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	border-radius: 0 0 5px 5px;

}

#treeText h4 {
	font-size: 200%;
	margin: 10px 0 30px 0;
	padding: 0;
}

#treeText p {
	font-size: 400%;
	margin: 10px 0 40px 0;
	padding: 0;
}
					 
#membershipBoxes {
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
				 
.memberBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
	flex: none;
	margin-right: 0;
	display: block;
	padding: 10px 20px 10px 20px;
}
	
.memberBox img {
	max-width: 70%;
}
					 
					 
#localBoxes {
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
				 
.localBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
	flex: none;
	margin-right: 0;
	display: block;
	padding: 10px 20px 10px 20px;
}
					 
.localBox img {
	max-width: 70%;
}						 
	
					 
#introText h2 {
	font-size: 170% !important;
}

#introText p {
	font-size: 120% !important;
	line-height: 28px;
	margin-top: 5px;
}
						 
					 
.aboutAreaLeft {
	float: left;
	width: 100%;
}

.aboutAreaRight {
	float: left;
	width: 100%;
	margin-top: 30px;
}
					 
				 
						 
					 
 }
 



/* 700*/
@media only screen 
and (max-width : 700px) 
				 {
					 

#topBarBackground {
	text-align: center;
}					 
					 
#topBar li {
	font-size: 85%;
	margin-left: 0;
}						 
				 
			 
}


/* 600*/
@media only screen 
and (max-width : 600px) 
				 {
					 
/*Brand List*/

#mainBody ul.brandList {
	margin: 0;
}

#mainBody ul.brandList li {
	border: none;
    display: block;
	float: left;
	 width: 100%;
	margin-bottom: 10px;

}
					 				 

.priceBox {
	width: 100%;
}
					 


.priceBox.priceBoxThree h3 {
	color: #3c3c42  !important;
}

.priceBox.priceBoxThree p {
	color: #3c3c42  !important;
}

.priceBox.priceBoxFour h3 {
	color: white !important;
}
					 
.priceBox.priceBoxFour p {
	color: white !important;
}
					 
.priceBox.priceBoxOne {
	float: left;
}

.priceBox.priceBoxTwo {
	float: right;
}

.priceBox.priceBoxThree {
	float: left;
	background-color: #3c3c42;
}

.priceBox.priceBoxFour {
	float: left;
	background-color: #3c3c42 ;
}					 


a.ecologi {
	float: none;
	clear: both;
	padding: 10px 0 70px 0;
	margin-top: 10px;
}
					

#topMainWrapper {
	height: 650px;
}				
					 
#topMainWrapperSlogan {
	top: 375px;
}
				 
					 
#topMainWrapperSlogan h2 {
	font-size: 110% !important;
}					 
	
#topMainWrapperSlogan p {
	font-size: 110% !important;
}						 
	
					 
					 
					 
#innerWrapper {	
	height: 350px;
}
						 
					 
#mainBodyOuter h1 {
	font-size: 200%;
}	
					  
p.videoExplain {
	font-size: 110%;
	line-height: 45px;
	margin-left: 0;
}

ul#requestQuoteList li {
	width: 100%;
	margin-right: 0;
}	
					 				 
					 
}




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

	
.homeBox {
	width: 100%;	
	margin: 0 0 10px 0;
}
					 					
.homeBox.lastHomeBox {
	width: 100%;	
	margin: 0;
} 
						 
					 
					 
#topBar li {
	font-size: 80%;
}					 
					 
					 
.accordionButton h4 {
	font-size: 100%;
}					 
					 
#homeWrapper {	
	height: 250px;
}
			 
					 
#bannerSlogan h2 {
	font-size: 110% !important;
}
					 
#bannerSlogan li {
	font-size: 80% !important;
}					 
					 
#bannerSlogan p {
	font-size: 80% !important;
}					 				 
/*#bannerInner {	
	height: 400px;
}	
	*/				 
#innerBannerInner {
	height: 225px;
}					 
					 

#mainBodyHome {
	padding-top: 20px;
}					 
					 

.innerBox {
	float: left;
	width: 100%;	
	border: none;
}


.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
	margin: 0;
} 
					 
#whyUs {
	float: none;
	clear: both;
	margin: 0;
}



#benefits li {
	line-height: 24px;
	margin-bottom: 13px;
}
					 
					 
#teachersPage .highlightBoxOne {
	padding: 20px;
}


#teachersPage .highlightBoxTwo {
	padding: 20px;
}					 

#contactHeader {
	margin: 0;
}					 
					 
#contactHeader li.phone {
	font-size: 100%;
}

#contactHeader li.email {
	font-size: 100%;
}

			 
				 
.teamBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
}					 
	
/*#mainBodyHome h2 {
	text-align: center;					 	
}	*/				 
					 
.circleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 40px;
}
					 
.circleBox img {
	max-width: 40% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}
					 			 			 
					 
#treeText h4 {
	font-size: 180%;
}

#treeText p {
	font-size: 300%;
}
						 					 
					 
#topMainWrapper {
	height: 500px;
}	
					 
#topMainWrapperSlogan {
	top: 300px;
}	
					 
					 
h1 {
	font-size: 110%;
}

h2 {
	font-size: 110% !important;
}
		 
					 

ul.pointersList li {
	font-size: 100%;
}	

					 
					 
.whyBox {
	width: 100%;
	margin-right: 0;
	margin-bottom: 3%;
}
					 
.whyBox.lastWhyBox {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}					 
						 
					 
					 
					 
}
				
	






.iris {
	width: 100% !important;
	border: none !important;
	font-family: "Poppins", sans-serif;
	color: #3c3c42 !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box !important;
	border: none !important;
	color: #3c3c42  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left !important;	
	width: 100% !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
}

.iris .g-recaptcha {
	float: left !important;	
	width: 100% !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
	clear: both !important;
}

.iris .iris-row button {
	float: none !important;
	width: 100% !important;
	height: 40px !important;
	font-size: 100% !important;
	background-color: #4c2194 !important;
	color: white !important;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	border: none !important;
	text-transform: uppercase !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #3c3c42 !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #3c3c42 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #3c3c42 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 40px;
	background-color:white;
	font-size: 80%;
	border: 1px solid #3c3c42 !important;
	margin-top: 0;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #3c3c42 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #3c3c42;
	margin-top: 0;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #3c3c42;	
	float: left;
	width: 100%;
	height: 250px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #3c3c42;
	margin-top: 0;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: black !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #3c3c42 !important;
	border: #3c3c42 1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}


.iris .iris-row .attachement-row {
	float: left;
	width: auto !important;
	box-sizing: border-box;
	clear: both !important;
}

.iris .icon-add-more-attachment {
	float: left;
	width: auto !important;
	box-sizing: border-box;
	clear: both !important;
}


.iris input::placeholder { 
    color: #3c3c42 !important;
	font-size: 130% !important; 
}

