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

/*

Dark Green #2d6b5a
Light Green #b7dfb3
Black #333333

font-family: "Poppins", sans-serif;



-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-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(#000000), to(#000000));

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



*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	 font-family: "Poppins", sans-serif;
}

a img {
	border: none;	
}

a:focus {
	outline: none;
}	

hr {
	border: none;
	border-top: 1px solid #000000;	
	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: #2d6b5a;
	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;
	font-weight: bold;
}

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

#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%;		
	-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);
	border-bottom: 1px solid #efefef;
	z-index: 25;
	position: relative;
}

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

#logo { 
	float: left;
	margin: 13px 0 7px 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: #000000;
}

/*Contact Area*/

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

#contactHeader h2 {
	color: #000000 !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: #2d6b5a;
	font-size:140%;
}
#contactHeader li a {
	color: white;
	text-decoration: none;
	text-transform: none;
	font-size:135%;
}

#contactHeader li a:hover {
	color: #2d6b5a;
	text-decoration: underline;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #000000;
	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 #000000;
}

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

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

#topMainWrapperSlogan p a:hover {
	text-decoration: none;
	color: white !important;
	background-color: #000000 !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: 60px 0 0 0;
}

nav li {
	display: inline;
	color: #333333;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative; 
}

nav li a {
	font-size: 110%;
	color: #333333;
	text-decoration: none;
	font-weight: 600;
}

nav li a:hover {
	color: #2d6b5a;
	text-decoration: none;
}

nav li a.active {
	color: #2d6b5a;
	text-decoration: none;
}

nav li a.freeCV {
	font-size: 95%;
	color: #2d6b5a;
	background-color: #b7dfb3;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 600;
	padding: 10px;
}


nav li a.freeCV:hover {
	color: #ffffff;
	background-color: #2d6b5a;
}





nav li i.fas {
	color: #000000;
}

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

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



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

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


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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -4px; 
	left: 0; 
	text-align: left;
	background-color: #000000;
	min-width: 300px;
	padding: 20px 0 20px 20px;
	margin: 0;
	z-index: 1000;
}

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: 90%;
}


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: #2d6b5a;
	text-decoration: none;
	border: none;
	border-radius: 0;
}



/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

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

.accordionButton h4 i.fas {
	color: #2d6b5a;	
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
	color: #2d6b5a;
}

.accordionButton:hover h4 span {
	color: #b7dfb3;
	cursor: pointer;
}
.accordionContent {
	position: absolute;
	right: 10px;
	z-index: 99999;
	background-color: #2d6b5a;
	border-radius: 15px;
}

.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: #b7dfb3;
	text-decoration: none;
}

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

#accordionSection .accordionContent li a.freeCV {
	font-size: 95%;
	color: #2d6b5a;
	background-color: #b7dfb3;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 600;
	padding: 3px 7px 3px 7px;
}


#accordionSection .accordionContent li a.freeCV:hover {
	color: #ffffff;
	background-color: #2d6b5a;
}




#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: #2d6b5a;
	padding: 5px 0 10px 0;
	border-top: 1px solid white;
}

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: #2d6b5a;
	padding: 40px 0 20px 0;
	z-index: 10000;
}

#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.secondContactBox {
	width: 20%;
}


.contactBox.lastContactBox {
	width: 33%;	
	float: right;
}

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


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

#contactInner p {
	color: white; 
	line-height: 28px;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
}


#contactInner p b {
	color: white; 
}

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

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

#contactInner i.fa-brands {
	color: white; 
	font-size: 250%;
	margin-right: 8px;
}

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

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

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


#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: white; 
}

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

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

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

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

#contactInner img {
	margin-right: 10px;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

/*										Banner						


Red #2d6b5a
Dark Red #2d6b5a
Blue #000000

*/


#bannerOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	border-bottom: 5px solid white;
	/*background: url("images/sigma-cv-writing.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;*/
}

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

#bannerInnerLeft {
	float: left;
	width: 50%;
	height: 600px;
	background: url("images/sigma-cv-writing-new.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#bannerSloganOuter {
	float: right;
	width: 48%;
	height: 100%;
	background-color: #efefef;
}


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

#bannerSlogan h1 {
	color: #2d6b5a !important;
	font-size: 180% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none !important;
	font-weight: 900;
}


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

#bannerSlogan li {
	color: #333333;
	font-size: 120% !important;
	line-height: 22px;
	margin-bottom: 10px;
}

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





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

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

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



#bannerSlogan p.findMore a {
	color: #2d6b5a !important;
	padding: 8px 15px 8px 15px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #b7dfb3 50%, #2d6b5a 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 15px;
}

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



/*Mobile Banner*/

#mobileBannerText {
	float: left;
	width: 100%;	
	height: auto;
	box-sizing: border-box;
	display: none;
	background: #efefef;
	text-align: center;
	padding: 40px 20px 40px 20px;
}

#mobileBannerText h1 {
	color: #2d6b5a !important;
	font-size: 140% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none !important;
	font-weight: 900;
}


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

#mobileBannerText li {
	color: #333333;
	font-size: 95% !important;
	line-height: 22px;
	margin-bottom: 10px;
}

#mobileBannerText li i.fa-solid {
	color: #333333;
	font-size: 120% !important;
}

#mobileBannerText p.findMore a {
	color: #2d6b5a !important;
	padding: 8px 15px 8px 15px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #b7dfb3 50%, #2d6b5a 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 15px;
}

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


#mobileBannerImage {
	float: left;
	width: 100%;
	display: none;
}



/*Footer banner*/


#bannerFooter {
	float: left;
	width: 100%;
	background: url("images/cv-writing-uk.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	box-sizing: border-box;
}

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

#bannerFooterSlogan {
	position: absolute;
	text-align: left;
	left: 10px;
	z-index: 20;
	top: 50%;
	box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
}

#bannerFooterSlogan h3 {
	color: white !important;
	text-transform: uppercase;
	margin: 0 0 5px 0; 
	padding: 0;
}

#bannerFooterSlogan p {
	color: white;
	margin: 0 0 5px 0; 
	padding: 0;
}



/*Inner Banners*/

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

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

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

#bannerInnerSlogan h1 {
	color: white !important;
}

#servicesPage #bannerOuterSub {
	background: url("images/professional-cv-writing-services.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#faqsPage #bannerOuterSub {
	background: url("images/professional-cv-writing-services-faqs.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#contactPage #bannerOuterSub {
	background: url("images/professional-cv-review.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


/*										Main Body						*/


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

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

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

h1 {
	font-size: 130%;
	color: #2d6b5a !important;
	line-height: 28px;
	 font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}


h2 {
	color: #2d6b5a !important;
	font-size: 120% !important;
	 font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}

h3 {
	color: #2d6b5a !important;
	font-size: 110% !important;
	 font-family: "Poppins", sans-serif;
}

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

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

p {
	font-size: 100%;
	line-height: 30px;
	color: #000000;
}

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

p.videoExplain span {
	background-color: #2d6b5a;
	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: #000000;
	font-weight: bold;
}	

p a {
	color: #2d6b5a;
	text-decoration: underline;
}

p a:hover {
	color: #2d6b5a;
	text-decoration: none;
}

li {
	font-size: 100%;
	line-height: 30px;
	color: #000000;
}

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

li a {
	color: #2d6b5a;
	text-decoration: underline;
}

li a:hover {
	color: #2d6b5a;
	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;
	border: 5px solid white; 
	-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);
}	


img.leftImage {
	float: left;
	margin: 0 30px 10px 0;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	border: 5px solid white; 
	-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);
}	

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: #2d6b5a !important;
	padding: 8px 15px 8px 15px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #b7dfb3 50%, #2d6b5a 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 15px;
}

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


i.fa-sharp {
	color: #b7dfb3;
}

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

#homeIntroText {
	float: left;
	width: 50%;
	padding-right: 30px;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}

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

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

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

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

#homeWhyText li span {
	color: #b7dfb3;
	font-size: 110%;
}

/*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: #b7dfb3;
	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: #b7dfb3;
	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: #000000;
	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: #2d6b5a;
	color: white;
	cursor: pointer;
}

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

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

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


#contactFormArea textarea {
	color: #000000 ;	
	float: left;
	width: 100% !important;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000 ;
	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;
	background-color: white;
	text-align: center;
}

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


.homeBox {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 0 20px;
}

/*.homeBox.lastHomeBox {
	float: right;
	margin-right: 0;
}
*/

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

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

#homeBoxes p {
	color: #2d6b5a;
	margin-top: 0 !important;
} 


#homeBoxes p a {
	text-decoration: underline;
	color: #2d6b5a;
	font-weight: bold !important;
} 

#homeBoxes p a:hover {
	text-decoration: none;
	color: #2d6b5a;
} 

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

#homeBoxes .homeBox:hover img {
	opacity: .8;
}

.homeBox:hover img {
	height: auto;
	cursor: pointer;
}



/*Package Boxes */


.packageBox {
	float: left;
	width: 24%;
	box-sizing: border-box;
	padding: 0 15px 0 15px;
	border: 1px solid #efefef;
	border-radius: 15px;
	margin-right: 1%;
	margin-bottom: 1%;
}

.packageBox h3 {
	border-bottom: 2px solid #b7dfb3;
	background-color: #efefef;
	padding: 10px;
	border-radius: 15px 15px 0 0;
}

.packageBox p {
	color: #2d6b5a;
	padding-bottom: 0;	
	margin-bottom: 0;	
}

.packageBox p.findMore {
	margin-top: 5px;	
	margin-bottom: 30px;
}

.packageBox p span.packagePrice {
	background-color: #2d6b5a;
	border-radius: 50%;
	color: white;
	font-weight: 900;
	padding: 12px 10px 12px 10px !important;
	border: 2px solid #b7dfb3;
}

/*											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: #000000;
	font-size: 150%;
} 

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

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

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

/*											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: #000000;color: white;
}







/*											Tables 									*/

/*Table*/

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


table th {
	background-color: #000000 ;
	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: #000000 ;
	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: #000000 ;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

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

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



/*Options*/

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

#optionSection h2 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: white;
	border-bottom: 2px solid #ffde34;
	font-size: 110%;
}	

#optionSection h2 span {
	color: white !important;
	text-transform: none;
}

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

.optionButton.on {
	cursor: pointer;
	background-color: #00298b;
}

.optionButton.over {
	cursor: pointer;
	background-color: #00298b;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #00298b;
}

.optionButton.on h2 {
	color: white !important;
}

.optionButton.over h2 {
	color: white !important;
}


.optionButton:hover h2 {
	color: white !important;
}

.optionContent {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: white;
	border-left: 1px dotted #000000 ;
	border-right: 1px dotted #000000 ;
	border-bottom: 1px dotted #000000 ;
	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: #2d6b5a;
    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: 15px;
}

#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: #b7dfb3;
	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: #000000  !important;
}

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


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

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

#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: #000000 ;
	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: #000000 ;
}

#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: #000000;
}

#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: #000000 ;
} 




/*											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: block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #000000;
	line-height: 28px;
}

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

ul.pointersList li i.far {
	font-size: 190%;
	color: #2d6b5a;
	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: #000000;
	line-height: 28px;
}

ul.pointersListSmaller li i.fas {
	font-size: 100%;
	color: #000000;
	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: #000000;
	line-height: 28px;
}

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



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





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

ul.noDotList li i.fas {
	font-size: 110%;
	color: #000000;
	margin-right: 5px;
}



/*Call Us*/

#callUsOuter {
	background-color: #000000;
	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: #000000 ;
	font-size: 130%;
}

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

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

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

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

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

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

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

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

#extraInner li a:hover {
	color: #000000 ;
	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: #000000;
}

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

.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: #000000 ;
}

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

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

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

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

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

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

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

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

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

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





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

ul.inlineList li {
	color: #000000  !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: #000000 !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: #000000;
	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: #000000  !important;
}

.priceBox.priceBoxFour h3 {
	color: #000000  !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: #000000;
}

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

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

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



/*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%;
	background-color: white;
	padding: 40px 0 40px 0;
}

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


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

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

.blackInner h2 {
	color: white !important;
}

.blackInner p {
	color: white !important;
}

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

.blackInner li {
	color: white !important;
}

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



/* */
.blueOuter {
	float: left;
	width: 100%;
	background-color: #000000;
	padding: 20px 0 30px 0;
	text-align: center;
}

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

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

.blueOuter p {
	color: white !important;
}

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

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




/**/



#leftRightBoxes {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

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

#leftBox {
	float: left;
	width: 50%;
	padding: 25px;
	border-radius: 5px 0 0 5px;
	background-color: #000000;
	box-sizing: border-box;
	min-height: 360px;
}

#rightBox {
	float: right;
	width: 50%;
	padding: 25px;
	border-radius: 0 5px 5px 0;
	background-color: #000000;
	box-sizing: border-box;
	min-height: 360px;
}

#leftBox h2 {
	color: white !important;
}

#leftBox p {
	color: white !important;
}

#rightBox h2 {
	color: #000000 !important;
}

#rightBox p {
	color: #000000 !important;
}

#rightBox h3 {
	color: white!important;
	font-size: 250%;
	margin: 0;
	padding: 0;
}






#membershipBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: flex;
}

.memberBox {
	float: left;
	width: 32.4%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: left;
	/*background-color: #CFB53B;*/
	box-sizing: border-box;
	padding: 1%;
	/*border: 3px solid black;*/
	background-color: white;
	flex: 1;
	border-radius: 5px;
}


#membershipBoxes .memberBox img {
	margin-top: 10px;
}


#localBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: flex;
}

.localBox {
	float: left;
	width: 32.4%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: left;
	/*background-color: #CFB53B;*/
	box-sizing: border-box;
	padding: 1%;
	/*border: 3px solid black;*/
	background-color: white;
	flex: 1;
	border-radius: 5px;
}


#localBoxes .localBox img {
	margin-top: 10px;
}





/*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: #2d6b5a;
}

.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: #2d6b5a !important;
}

.slicknav_btn:hover .slicknav_menutxt {
	color: #2d6b5a !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 #2d6b5a;
  padding: 0 5px 0 5px; 
}

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

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

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

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

.slicknav_nav {
  color: #000000 !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 0 0 20px; 
}

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

.slicknav_nav .slicknav_row:hover {
      color: #2d6b5a;
}

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

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

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


.slicknav_nav a i.fab:hover {
	color: #2d6b5a;
}

.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;
}





#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%;	
}



/* 1399*/
@media only screen 
and (max-width : 1399px) 
				 {
					 
								 
					 
#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%;	
}
					 
#bannerFooterInner {
	width: 100%;
}

					 
#mainBody {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
.greyInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
.whiteInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	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;
}
					 
					 
#bannerInnerSub {
	width: 100%;	
}						 
				 
					 
}




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

			 

#logo img {
	width: 250px;
}	
					 
nav li {
	margin: 0 0 0 30px;
}

nav li a {
	font-size: 100%;
}				 

nav ul {
	margin: 45px 0 0 0;
}					 
					
/*
#bannerSloganOuter {
	width: 40%;
}


#bannerSlogan {
	width: 35%;
	padding: 20px 10px 10px 10px;
}
	*/				 
		

}




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

					 
#homeWrapper {	
	height: 450px;
}

video {
	height: 450px;
}	
						 
					 
					 
					 
#headerBackground {
	padding-bottom: 0;
}
					 
					 
nav ul.mainNav {
	display: none;
}	

nav {
	margin: 35px 0 0 0;	
	padding: 0;
}		 
					 
#accordionSection {
	display: block;
}

 
					
				 				 
#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;
}
					 				 
					 
.homeBox {
	float: left;
	width: 100%;	
	margin: 10px 0 10px 0;
	box-sizing: border-box;
}
					 					 
/*.homeBox img {
	width: 100%;
}	*/				 

.homeBox.lastHomeBox {
	float: left;
	width: 100%;	
	margin: 10px 0 10px 0;
	box-sizing: border-box;
} 
					 
.packageBox {
	float: left;
	width: 49%;	
	box-sizing: border-box;
}

					 						 
/*#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;
}					 

#bannerInnerSub {	
	height: 225px;
}						 
					 
					 
}





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

#bannerInner {	
	height: 450px;
}
					 
#bannerInnerLeft {	
	height: 450px;
}

#bannerSlogan {
	width: 45%;
}
					 
#bannerFooterInner {
	height: 300px;
}					 
					 
	
#homeIntroText {
	width: 100%;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

#homeWhyText {
	float: left;
	width: 100%;
	padding-left: 0;
	padding-top: 15px;
}
					 

ul#requestQuoteList li {
	width: 45%;
}
					 
					 
					 
}



 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
#bannerOuter {	
	display: none;
}		
					 
#mobileBannerText {
	display: block;
}	
					 
#mobileBannerImage {
	display: block;
}						 
					 
				 
#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: #000000 ;
}
					 



					 
.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;
}
						 
					 
					 
					 
 }
 



/* 700*/
@media only screen 
and (max-width : 700px) 
				 {
					 
#leftBox {
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
	min-height: auto;
}

#rightBox {
	float: left;
	width: 100%;
	border-radius:  0 0 5px 5px;
	min-height: auto;
}

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

}


/* 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: #000000  !important;
}

.priceBox.priceBoxThree p {
	color: #000000  !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: #000000;
}

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


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;
}
					 
					 
.packageBox {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0;
	box-sizing: border-box;
}					 
					 
					 
}




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

					 
#logo img { 
	width: 150px;
}					 
						 
nav {
	margin: 15px 0 0 0;
}					 
					 			 
					 
#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: 120%;
}

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

p {
	font-size: 100%;
}
					 
li {
	font-size: 100%;
}					 
					 
					 

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






.iris {
	width: 100% !important;
	border: none !important;
	 font-family: "Poppins", sans-serif;
	color: #000000 !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: #000000  !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: #2d6b5a !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: #000000 !important;
	color: white  !important;
	cursor: pointer;
}

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

.iris .iris-row input {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 40px;
	background-color:white;
	font-size: 80%;
	border: 1px solid #000000 !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: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000;
	margin-top: 0;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #000000;	
	float: left;
	width: 100%;
	height: 250px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000;
	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: #000000 !important;
	border: #000000 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: #000000 !important;
	font-size: 130% !important; 
}

