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

/*

Dark Blue #1d314f
Gold #b59d64
Light Gold #D8CCAB
Black #282728


background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));

background: -webkit-linear-gradient(#b59d64, #D8CCAB);
-webkit-background-clip: text;nav
  	-webkit-text-fill-color: transparent;

-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);

font-family: century-gothic,sans-serif;
font-weight: 700 or 400;
font-style: normal or italic;

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: century-gothic,sans-serif;
	border-top: 5px solid #1d314f;
}

a img {
	border: none;	
}

a:focus {
	border: none;	
}

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

hr.gold {
	border: none;
	border-top: 1px solid #b59d64;	
	margin: 50px 0 50px 0;
}


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

.mobile {
	display: none;
}

/*Top Bar*/


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

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#topBar p {
	float: left;
	color: white;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

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

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

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

#topBar li {
	color: #ff9aca;
	font-size: 100%;
	display: inline;
	margin-left: 10px;
}

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

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

#topBar i.fas {
	color: #ff9aca;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	background-color: white;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

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

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

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


/*Contact Area*/

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

#contactHeader h2 {
	font-size: 130%;
	color: #b2bb1e;
	margin: 0 0 5px 0;
	padding: 0;
}

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

#contactHeader li {
	color: #1d314f;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 0;
	font-size: 105%;
}

#contactHeader li i.fas {
	color: #1d314f;
}

#contactHeader li i.far {
	color: #1d314f;
}

#contactHeader li a {
	color: #1d314f;
	text-decoration: none;
}

#contactHeader li a:hover {
	color: #1d314f;
	text-decoration: none;
}

#contactHeader li:hover i.fas {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#contactHeader li:hover i.far {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	background-color: white;	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.75) !important;
}


#navInner {
	margin: 0 auto;
	width: 1200px;
}

nav {
	float: left;
	text-align: left;
	width: 100%;
	border-top: 1px solid #efefef;
	padding: 12px 0 10px 0;
}

nav ul {
	float: left;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0;
}

nav li {
	display: inline;
	color: #1d314f;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

nav li a {
	font-size: 105%;
	color: #1d314f;
	text-decoration: none;
	margin: 0 20px 0 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

nav li a:hover {
	color: #1d314f;
	border-bottom: 1px solid #1d314f;
	text-decoration: none;
}

nav li a.active {
	color: #1d314f;
	border-bottom: 1px solid #1d314f;
	text-decoration: none;
}


nav li a.homeNavButton {
	float: left;
	margin: 0 20px 0 0;
	margin-bottom: -10px;
}

nav li a.homeNavButton:hover {
	border-bottom: none;
}

nav li a.homeNavButton img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

nav li a.homeNavButton:hover img {
	transform: rotate(180deg);
}



nav li a.book {
	color: #8bcade;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 8px 15px 8px 15px;
	text-transform: uppercase;
	border: 1px solid #8bcade;
}

nav li a.book:hover {
	color: white;
	text-decoration: none;
	background-color: #8bcade;
}


nav li a.social {
	color: white;
	text-decoration: none;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 150%;
}

nav li a.social:hover {
	color: #282728;
	text-decoration: none;
	border: none;
}



/*Nav Social*/

nav #navSocial {
	float: right;
}

nav #navSocial i.fab {
	color: #1d314f;
	font-size: 125%;
	margin-top: 3px;
	margin-left: 5px;
}

nav #navSocial i.fab:hover {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
 
}

nav #navSocial a {
	color: #1d314f;
	text-decoration: none;
}



/*Dropdown*/



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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: 0; 
	left: 5px; 
	text-align: left;
	background-color: rgba(255,255,255,0.75) !important;
	min-width: 325px;
	padding: 30px 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: #1d314f;
	line-height: 20px;
	font-size: 95%;
	font-weight: bold;
}


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: #1d314f;
	text-decoration: none;
	border-radius: 0;
	font-weight: bold;
}

nav ul.dropdown ul li a:hover {
	color: #b59d64;
	text-decoration: none;
	border: none;
	border-radius: 5px;
}




/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 10px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
}

.accordionButton:hover h4 span {
	background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	cursor: pointer;
}
.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0 0 10px 0;
	text-align: left;
	margin: 0;
}

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

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	margin: 0;
	border-bottom: none;
}

#accordionSection .accordionContent li a.book {
	border: 1px solid white;
	margin: 15px 0 15px 0 !important;
}

#accordionSection .accordionContent li a.social .fab {
	font-size: 150% !important;
	margin-top: 5px;
}


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

#accordionSection .accordionContent li a.book:hover {
	border: 1px solid white;
}

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

#accordionSection .accordionContent li.subNav {
	margin-left: 15px;
	line-height: 27px;
	font-size: 85%;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #1d314f;
	padding: 5px 0 10px 0;
	font-weight: 400;
	border-top: 1px solid white;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 80%;
	line-height: 23px;
	margin: 0 0 3px 0;
	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: #1d314f;
	padding: 40px 0 20px 0;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 31.8%;	
	margin-right: 2%;
	padding: 15px 0 15px 0;
	text-align: left;
}

.contactBox.contactSecondBox {
	border-right: 2px solid white;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
	text-align: left;
}

.contactBox img {
	float: left;
	max-width: 100%;
	height: auto;
}

.contactBox.lastContactBox li {
	float: left;
	display: inline;
}

#contactInner h2 {
	color: white;
	font-size: 170%;
	margin-top: 0;
	text-transform: uppercase;
}

#contactInner h3 {
	font-size: 150%;
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#b59d64, #D8CCAB);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#contactInner p {
	color: white; 
	line-height: 22px;
	font-size: 95%;
	text-transform: uppercase;
	font-weight: 400;
}

#contactInner p.footerPrivacy {
	float: left;
	width: 100%;
	color: white; 
	text-align: right;
	line-height: 28px;
	font-size: 95%;
	text-transform: none;
}


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

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

#contactInner i.fab {
	color: white; 
	font-size: 140%;
	margin-right: 5px;
}

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

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

#contactInner li:hover i.fas {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#contactInner li:hover i.far {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#contactInner a:hover i.fab {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

#contactInner li:hover i.fab {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

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

#contactInner li {
	color: white; 
	line-height: 33px;
	font-size: 95%;
	font-weight: 400;
}

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

#contactInner ul#accreditations {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contactInner ul#accreditations li {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0 !important;
}

#contactInner ul#accreditations li:hover {
	cursor: pointer;
}

#contactInner ul#accreditations li.iwfm {
	width: 93px;
	background-image: url("images/iwfm.png");
	background-size: 93px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.iwfm:hover {
	background-image: url("images/iwfm-color.png");
	background-size: 93px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}

#contactInner ul#accreditations li.chas {
	width: 51px;
	background-image: url("images/chas.png");
	background-size: 51px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.chas:hover {
	background-image: url("images/chas-color.png");
	background-size: 51px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}


#contactInner ul#accreditations li.gassafe {
	width: 49px;
	background-image: url("images/gassafe.png");
	background-size: 49px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.gassafe:hover {
	background-image: url("images/gassafe-color.png");
	background-size: 49px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}



#contactInner ul#accreditations li.construction {
	width: 95px;
	background-image: url("images/construction-line.png");
	background-size: 95px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.construction:hover {
	background-image: url("images/construction-line-color.png");
	background-size: 95px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}



#contactInner ul#accreditations li.nic {
	width: 127px;
	background-image: url("images/niceic.png");
	background-size: 127px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.nic:hover {
	background-image: url("images/niceic-color.png");
	background-size: 127px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}


#contactInner ul#accreditations li.bsi {
	width: 80px;
	background-image: url("images/bsi-group-white.png");
	background-size: 80px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.bsi:hover {
	background-image: url("images/bsi-group.png");
	background-size: 80px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}


#contactInner ul#accreditations li.iso {
	width: 110px;
	background-image: url("images/iso-ISOQAR-blue.png");
	background-size: 110px 110px;
	height: 110px;
}

#contactInner ul#accreditations li.iso:hover {
	background-image: url("images/iso-ISOQAR.png");
	background-size: 110px 110px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}


#contactInner ul#accreditations li.safe {
	width: 50px;
	background-image: url("images/safe-contractor-footer-blue.png");
	background-size: 50px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.safe:hover {
	background-image: url("images/safe-contractor-footer.png");
	background-size: 50px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}


#contactInner ul#accreditations li.acclaim {
	width: 104px;
	background-image: url("images/acclaim-footer-blue.png");
	background-size: 104px 50px;
	height: 50px;
}

#contactInner ul#accreditations li.acclaim:hover {
	background-image: url("images/acclaim-footer.png");
	background-size: 104px 50px;
	webkit-animation: fadein ease-in 0.25s; 
    -moz-animation: fadein ease-in 0.25s; 
    -ms-animation: fadein ease-in 0.25s; 
    -o-animation: fadein ease-in 0.25s; 
    animation: fadein ease-in 0.25s;
	
}




/*										Banner								*/

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

#bannerOuter #slides {
   margin: 0 auto;
   height: 700px;
}


#bannerOuter #slides .slides-pagination {
	display: none;
}

/*
#bannerOuter {
	float: left;
	width: 100%;
	height: 550px;
	background: url("images/banner.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 {
	float: left;
	width: 100%;
	height: 550px;
	background: url("images/banner9.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#bannerOuter1 {
	opacity: 0;
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 10;
	background: url("images/banner8.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 5s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 5s;
	-webkit-animation-fill-mode: forwards;
}

#bannerOuter2 {
	opacity: 0;
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 12;
	background: url("images/banner7.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 15s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 15s;
	-webkit-animation-fill-mode: forwards;
}

#bannerOuter3 {
	opacity: 0;
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 14;
	background: url("images/banner3.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 25s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 25s;
	-webkit-animation-fill-mode: forwards;
}
*/
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#bannerInner {
	margin: 0 auto;
	width: 1200px;
	height: 550px;
}


#bannerSlogan {
	position: absolute;
	top: 40%;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	z-index: 20;
}

#bannerSlogan h2 {
	color: #1d314f;
	font-size: 190%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#bannerSlogan p {
	color: #1d314f;
	font-size: 130%;
	margin: 10px 0 20px 0;
	padding: 0; 
}

#bannerSlogan i.far {
	color: #4090c4;
	font-size: 140%;
	margin: 0 5px 0 0;
}

#bannerSlogan i.far.circletwo {
	margin-left: 10px;
}

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

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

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

#bannerSlogan li {
	color: #163244;
	font-size: 110%;
	margin: 0;
	padding: 0; 
	line-height: 35px;
	display: block;
}


#backgroundVisa {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/visa-application-page.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#backgroundPassport {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/uk-passport.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#backgroundTours {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/tours-holiday.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


/*Inner Banners*/

#innerBanners {
	float: left;
	width: 100%;
	height: 375px;
	position: relative;
}


#innerBanners.aboutPage {
	background: url("images/blue-fan-collage1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#innerBanners.teamPage {
	background: url("images/meet-the-team-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#innerBanners.valuesPage {
	background: url("images/blue-fan-collage2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.accredPage {
	background: url("images/accreditations2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.docPage {
	background: url("images/document-download.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.helpPage {
	background: url("images/helpdesk-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.contactPage {
	background: url("images/contact-us-banner-bluefan.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.feedbackPage {
	background: url("images/customer-feedback.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.helpDesk {
	background: url("images/helpdesk-mobile-support.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.facPage {
	background: url("images/facilities-management-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.buildPage {
	background: url("images/planned-reactive-maintenance.jpg") no-repeat center center fixed; 
	/*background: url("images/building-repairs.jpg") no-repeat center center fixed; */
	/*background: url("images/logistics.jpg") no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.engineerPage {
	background: url("images/generator.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#innerBanners.planPage {
	background: url("images/reactive-maintenance.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.logPage {
	background: url("images/logistics.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.softPage {
	background: url("images/soft-services2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#innerBanners.projPage {
	background: url("images/projects2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#innerBanners.projectPage {
	background: url("images/recent-projects-banner.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 #innerBanners {
	float: left;
	width: 100%;
	height: 450px;
}
*/



#innerBanners.valuesPageTest {
	float: left;
	width: 100%;
	height: 0;
}


/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 10px;
}

.minHeightMain {
	min-height: 750px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

/*#mainBodyHome #mainBody h1 {
	font-size: 120%;
	background-color: #073d64;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
}*/

#mainBody h1 {
	font-size: 130%;
	color: #1d314f;
	margin-bottom: 0;
}

#mainBodyHome #mainBody h1 {
	font-size: 210%;
	color: #1d314f;
	font-weight: 400;
	text-transform: uppercase;
}

#mainBodyHome #mainBody h1 span {
	font-weight: 700;
}

#mainBody h2 {
	color: #1d314f;
	font-size: 120%;
	font-weight: 400;
	text-transform: uppercase;
}

#mainBody h3 {
	color: #282728;
	font-size: 110%;
	font-weight: 400;
	font-weight: bold;
}

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

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


#mainBody h4 {
	color: #b59d64;
	font-size: 170%;
	font-weight: 400;
	text-transform: uppercase;
}



#mainBody h5 {
	color: #1d314f;
	font-size: 190%;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

#mainBody h5 i.fas {
	color: #b59d64;
	font-size: 110%;
	/*animation: pulse 2s infinite;
	box-shadow: 0 0 0 rgb(181,157,100);*/
}


/*@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(181,157,100, 0.4);
    box-shadow: 0 0 0 0 rgba(181,157,100, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 5px rgba(181,157,100, 0);
      box-shadow: 0 0 0 5px rgba(181,157,100, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(181,157,100, 0);
      box-shadow: 0 0 0 0 rgba(181,157,100, 0);
  }
}*/

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

#mainBody p b {
	color: #282728;
	font-weight: 700;
}	

#mainBodyHome #mainBody p {
	font-size: 120%;
	line-height: 27px;
	color: #1d314f;
}

#mainBodyHome #mainBody p b {
	color: #1d314f;
	font-weight: 700;
}	

#mainBody p a {
	color: #1d314f;
	text-decoration: none;
}

#mainBody p a:hover {
	color: #1d314f;
	text-decoration: underline;
}

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

#mainBody li b {
	font-weight: 700;
	color: #282728;
}

#mainBody li a {
	color: #1d314f;
	text-decoration: underline;
}

#mainBody li a:hover {
	color: #1d314f;
	text-decoration: none;
}


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

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
}	

img.leftImage {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
	height: auto;
}

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

#mainBody p.findMore a {
	color: #8bcade;
	padding: 10px 12px 10px 12px;
	background-color: #1d314f;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}

#mainBody p.findMore a:hover {
	background-color: #8bcade;
	color: #1d314f;
	text-decoration: none;
}

/*Brand List*/

ul.brandList {
	padding-left: 0;
	display: table;
}

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

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

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

ul.brandList li img {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 4px 7px 0 0;
}




/*Servcies Grey*/

.servicesGreyOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: 20px;
}


.servicesGreyInner {
	margin: 0 auto;
	width: 1200px;	
}


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

.servicesGreyInner h2 {
	color: #1d314f;
	font-size: 120%;
	font-weight: 400;
	text-transform: uppercase;
}

.servicesGreyInner h3 {
	color: #282728;
	font-size: 110%;
	font-weight: 400;
	font-weight: bold;
}

.servicesGreyInner h3 a {
	color: white;
	text-decoration: none;
}

.servicesGreyInner h3 a:hover {
	color: white;
	text-decoration: underline;
}

.servicesGreyInner h4 {
	color: #b59d64;
	font-size: 170%;
	font-weight: 400;
	text-transform: uppercase;
}

.servicesGreyInner p {
	font-size: 95%;
	line-height: 27px;
	color: #282728;
}

.servicesGreyInner p b {
	color: #282728;
	font-weight: 700;
}	

.servicesGreyInner p a {
	color: #1d314f;
	text-decoration: none;
}

.servicesGreyInner p a:hover {
	color: #1d314f;
	text-decoration: underline;
}

.servicesGreyInner li {
	font-size: 95%;
	line-height: 28px;
	color: #282728;
}

.servicesGreyInner li b {
	font-weight: 700;
	color: #282728;
}

.servicesGreyInner li a {
	color: #1d314f;
	text-decoration: underline;
}

.servicesGreyInner li a:hover {
	color: #1d314f;
	text-decoration: none;
}



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

.servicesGreyInner img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
}	




/*Servcies White*/

.servicesWhiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding-bottom: 40px;
	padding-top: 40px;
}


.servicesWhiteInner {
	margin: 0 auto;
	width: 1200px;	
}

.servicesWhiteInner h2 {
	color: #1d314f;
	font-size: 120%;
	font-weight: 400;
	text-transform: uppercase;
}

.servicesWhiteInner h3 {
	color: #282728;
	font-size: 110%;
	font-weight: 400;
	font-weight: bold;
}

.servicesWhiteInner h3 a {
	color: white;
	text-decoration: none;
}

.servicesWhiteInner h3 a:hover {
	color: white;
	text-decoration: underline;
}

.servicesWhiteInner p {
	font-size: 95%;
	line-height: 27px;
	color: #282728;
}

.servicesWhiteInner p b {
	color: #282728;
	font-weight: 700;
}	

.servicesWhiteInner p a {
	color: #1d314f;
	text-decoration: none;
}

.servicesWhiteInner p a:hover {
	color: #1d314f;
	text-decoration: underline;
}

.servicesWhiteInner li {
	font-size: 95%;
	line-height: 28px;
	color: #282728;
}

.servicesWhiteInner li b {
	font-weight: 700;
	color: #282728;
}

.servicesWhiteInner li a {
	color: #1d314f;
	text-decoration: underline;
}

.servicesWhiteInner li a:hover {
	color: #1d314f;
	text-decoration: none;
}


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

.servicesWhiteInner img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
}	


















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

#aboutInner {
	margin: 0 auto;
	width: 1200px;	
}

#aboutInner h2 {
	color: #bb9530;
	font-size: 130%;
	font-weight: bold;
}

#aboutInner p {
	font-size: 90%;
	line-height: 28px;
	color: #205163;
}

#aboutInner p b {
	color: #205163;
	font-weight: bold;
}	

#aboutInner p a {
	color: #588f9e;
	text-decoration: underline;
}

#aboutInner p a:hover {
	color: #588f9e;
	text-decoration: none;
}

#aboutInner li {
	font-size: 90%;
	line-height: 30px;
	color: #205163;
}

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

#aboutInner li a {
	color: #588f9e;
	text-decoration: none;
}

#aboutInner li a:hover {
	color: #588f9e;
	text-decoration: underline;
}

#aboutInner img {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 0 20px 10px 0;
	border: 3px solid #bb9530;
}	



/*										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: 1200px;	
}

#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: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: center !important;
}

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

#contactFormArea .field {
	float: left;	
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 45px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
	box-sizing: border-box;
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	box-sizing: border-box;
	height: 40px;
	font-size: 100%;
	background-color: #1d314f;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
}

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

#contactFormArea label {
	color: #1d314f;
	font-size: 120%;
	font-weight: 400;
	text-transform: uppercase;
	box-sizing: border-box;
}	

#contactFormArea input {
	color: #282728;
	border: none;
	float: left;
	width: 100% !important;
	height: 50px;
	background-color: white;
	font-size: 120% !important;
	border: 1px solid #d9d6d6;
	margin-top: 10px;
	text-align: center !important;
	box-sizing: border-box;
}

#contactFormArea select {
	color: #282728;
	border: none;
	float: left;
	width: 100% !important;
	height: 50px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #d9d6d6;
	margin-top: 10px;
	box-sizing: border-box;
}


#contactFormArea textarea {
	color: #282728;	
	float: left;
	width: 100%;
	height: 175px;
	background-color: white;
	font-size: 120% !important;
	border: 1px solid #d9d6d6;
	margin-top: 10px;
	box-sizing: border-box;
	text-align: center !important;
}

#contactFormArea .ratingsBox {
	color: #282728;	
	float: left;
	width: 100%;
	padding: 10px 20px 10px 20px;
	background-color: white;
	border: 1px solid #d9d6d6;
	margin-top: 10px;
	box-sizing: border-box;
	text-align: center !important;
}

#contactFormArea p {
	color: #282728;	
	margin: 0;
	padding: 0;
}

#contactFormArea .ratingsBox ul {
	list-style-type:none;
	padding: 0;
	text-align: center;
	width: 100%;
	float: left;
}

#contactFormArea .ratingsBox li {
	display: inline-block;
	margin: 0 15px 0 15px;
}

#contactFormArea .ratingsBox li input {
	height: auto;
}

#contactFormArea .ratingsBox p.leftLevel {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

#contactFormArea .ratingsBox p.rightLevel {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}


#submitMessage p {
	font-size: 120% !important;
	color:#1d314f !important;
}


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

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

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

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


/*											Home Boxes									*/


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

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

#homeBoxes h2 {
	color: #b59d64;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 400;
}


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

#homeBoxes .homeBoxSecond p {
	color: #282728;
	font-size: 95%;
	line-height: 26px;
}


#homeBoxes p a {
	color: #b59d64;
	font-size: 105%;
	text-transform: uppercase;
	text-decoration: none;
}

#homeBoxes p a:hover {
	color: #b59d64;
	text-decoration: underline;
}


.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	padding: 3%;
	background-color: #1d314f;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #1d314f;
	min-height: 615px;
}

.homeBoxSecond {
	background-color: white;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}



#homeBoxes .homeBox img {
	margin: 0;	
	width: 85%;
	height: auto;
	transition: width 0.3s;
	transition-timing-function: linear;
}

#homeBoxes .homeBox:hover img {
	cursor: pointer;
	width: 285px;
}


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


#homeBoxes .homeBox h3 {
	font-size: 130%;
	margin-bottom: 0;
	padding-bottom: 0;
	background: -webkit-linear-gradient(#b59d64, #D8CCAB);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
} 








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







/*											Tables 									*/

/*Table*/

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


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

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

#mainBody .gallery h2 a:hover {
	color: #282728;
	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 #282728;
	border-right: 1px dotted #282728;
	border-bottom: 1px dotted #282728;
	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: 1200px;	
}

#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: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
    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;
}

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

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



/*Hightlight Boxes*/

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

.highlightBoxOne.highlightGold {
	float: left;
	width: 100%;
	background-color: white;	 box-sizing: border-box;
	border: 1px solid #b59d64;
}

.highlightBoxOne.highlightBlue {
	float: left;
	width: 100%;
	background-color: #1d314f;	 box-sizing: border-box;
	border: 1px solid #1d314f;
}


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

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


.highlightBoxOne img.leftImage {
	float: left;
	margin:0 20px 0 0;
	max-width: 100%;
	height: auto;
}


.highlightBoxTwo img.leftImage {
	float: left;
	margin: 0 20px 0 0;
	max-width: 100%;
	height: auto;
}

.highlightBoxOne img.rightImage {
	margin: 0 0 0 20px !important;
}

.highlightBoxTwo img.rightImage {
	margin: 0 0 0 20px !important
}

.highlightBoxOne h3 {
	color: #b59d64 !important;
	font-weight: 400 !important;
	font-size: 110% !important;
}

.highlightBoxOne.highlightBlue h3 {
	color: white !important;
}


.highlightBoxTwo h3 {
	color: #b59d64 !important;
	font-weight: 400 !important;
	font-size: 110% !important;
}

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

.highlightBoxOne.highlightBlue p b {
	color: white !important;
}

.highlightBoxOne.highlightBlue p {
	color: white !important;
}

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



#softServicePage .highlightBoxOne {
	display: flex;
}

#softServicePage .highlightBoxTwo {
	display: flex;
}

#softServicePage .highlightBoxImage {
	float: left;
	background: url("../images/landscaping-soft-services-bluefan-group.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;flex: 1;
}

#softServicePage .highlightBoxImageStaff {
	float: right;
	background: url("../images/quality-people-bluefan-group2.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;flex: 1;
}

#softServicePage .highlightBoxImagePest {
	float: left;
	background: url("../images/pest-control-bluefan-group2.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;flex: 1;
}

#softServicePage .highlightBoxImageClean {
	float: left;
	background: url("../images/office-cleaning-bluefan-group.jpg");
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;flex: 1;
}




#softServicePage .highlightBoxText {
	float: right;
	padding: 30px 30px 30px 30px; flex: 1;
}

#softServicePage .hiddenImage {
	display: none;
}



.teamTextLeft {
	float: left;
	width: 60%;
	padding: 0 0 20px 0;
}

.teamImageRight {
	float: right;
	width: 35%;
	box-sizing: border-box;
}

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

.teamTextRight {
	float: right;
	width: 60%;
	padding: 0 0 20px 0;
}

.teamImageLeft {
	float: left;
	width: 35%;
	box-sizing: border-box;
}

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


/*  News Box*/

#newsBox {
	float: right;
	padding: 20px;	
	background-color: #282728;
	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: 40px 0 40px 0;
	float: left;
	width: 100%;	
	background-color: #efefef;
	text-align: center;
}

#whyUsInner {
	width: 1200px;
	margin: 0 auto;
}

#whyUsInner li {
	font-size: 95%;
	line-height: 28px;
	color: #282728;
	font-weight:400;
}

#whyUsInner li span {
	color: #b59d64;
	font-weight: 700;
}

#whyUsInner h2 {
	color: #1d314f;
	font-size: 150%;
	font-weight: 400;
	text-transform: uppercase;
}



/*Logistics*/

#logisticsOuter {
	padding: 40px 0 40px 0;
	float: left;
	width: 100%;	
	background-color: #1d314f;
	text-align: left;
}

#logisticsInner {
	width: 1200px;
	margin: 0 auto;
}

#logisticsInner p {
	font-size: 95%;
	line-height: 28px;
	color: white;
	font-weight:400;
}

#logisticsInner p span {
	color: #b59d64;
	font-weight: 700;
}

#logisticsInner p a {
	color: #b59d64;
	text-decoration: none;
}

#logisticsInner p a:hover {
	color: #b59d64;
	text-decoration: underline;
}

#logisticsInner h2 {
	background: -webkit-linear-gradient(#b59d64, #D8CCAB);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 150%;
	font-weight: 400;
	text-transform: uppercase;
}


#logisticsInner img {
	float: left;
	margin: 0 30px 10px 0;
	padding: 70px 30px 70px 0;
	border-right: 1px solid white;
}

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

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




/*											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: #282728;
	line-height: 28px;
	font-size: 95%;
	border: 1px solid #b59d64;
	padding: 5px 7px 5px 7px;
}

ul.pointersList li i.fa-check {
	font-size: 190%;
	color:#b2bb1e;
	margin-right: 5px;
}



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



/*Call Us*/

#callUsOuter {
	background-color: #1d314f;
	padding: 5px 0 5px 0;
	float: left;
	width: 100%;	
	text-align: center;
}

#callUsInner {
	width: 1200px;
	margin: 0 auto;
}

#callUsInner h2 {
	color: white;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
}

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

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

#callUsInner h2 span {
	color: #8bcade;
}



/*Terms boxes*/

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

#homeInfoInner {
	margin: 0 auto;
	width: 1200px;
}

#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: 0 0 70px 0;
}

#extraInner {
	margin: 0 auto;
	width: 1200px;
}

#extraInner h2 {
	color: #1d314f;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: 400;
}

#extraInner .textExtra h2 {
	color: #1d314f;
	font-size: 120%;
	text-transform: none !important;
}

#extraInner h3 {
	color: #b59d64;
	font-weight: 400;
	font-size: 110%;
}

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

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

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

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

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

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

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

#extraInner li a:hover {
	color: #1d314f;
	text-decoration: none;
}

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

.leftExtraBox {
	float: left;
	margin-bottom: 40px;
}

.rightExtraBox {
	float: left;
}

#homePage .rightExtraBox {
	width: 100%;
}

#homePage .leftExtraBox {
	width: 100%;
}


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



/*.textExtra {
	padding-top: 20px;
}*/




/*Brochure*/

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

#brochureInner {
	width: 1200px;
	margin: 0 auto;
}

#brochureInner img.brochureBanner {
	width: 100%;
	height: auto;
	-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);
}

#brochureInner img.brochureBanner:hover {
	cursor: pointer;
	opacity: .8;
}


/*											Covid Banner									*/


#covidBanner {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #1d314f;
}

#covidInner {
	margin: 0 auto;
	width: 1200px;
}

#covidBorder {
	padding: 10px 30px 25px 15px;
	box-sizing: border-box;
	border: 1px solid red;
}

#covidInner h2 {
	color:  #b59d64;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: 400;
}

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

#covidInner p b {
	color: #282728;
	font-weight: bold;
}	

#covidInner p a {
	color: #b59d64;
	text-decoration: none;
}


#covidInner p.findMore a {
	float: right;
	color: #b59d64;
	text-decoration: none;
	text-transform: uppercase;
}

#covidInner p a:hover {
	color: #b59d64;
	text-decoration: underline;
}

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

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

#covidInner li a {
	color: #b59d64;
	text-decoration: none;
	text-transform: uppercase;
}

#covidInner li a:hover {
	color: #b59d64;
	text-decoration: underline;
}

#covidInner img {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 100%;
	width: 23%;
	height: auto;
}

#covidText {
	float: right;
	margin-top: 70px;
	width: 73%;
	height: auto;
}

/*.textExtra {
	padding-top: 20px;
}*/





/*Team Outer*/


#teamOuter {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 40px;
}

.slide {
	padding-top: 40px !important;
	text-align: center;
}

.slideContent {
	width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	float: none;
}

.slide h3 {	
	font-size: 220%;
	font-weight: 400;
	text-transform: uppercase;
	/*background: -webkit-linear-gradient(#b59d64, #D8CCAB);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
	margin-top: 80px !important;
	color: #1d314f !important;
}

.slide h3 a {	
	color: #1d314f !important;
	text-decoration: none;
}

.slide h3 a:hover {	
	color: #1d314f !important;
	text-decoration: underline;
}


.teamOne {
	background-color: #21CEDE;
}

.teamTwo {
	background-color: #C9CCD6;
}

.teamThree {
	background-color: #3C85BD;
}

.teamFour {
	background-color: #F5C6DC;
}

.teamFive {
	background-color: #ECCA73;
}

.teamSix {
	background-color: #489CEE;
}

.teamSeven {
	background-color: #21CEDE;
}

.teamEight {
	background-color: #C9CCD6;
}

.teamNine {
	background-color: #ECCA73;
}

.teamTen {
	background-color: #1DB6C4;
}

.teamEleven {
	background-color: #F5C6DC;
}

.teamTwelve {
	background-color: #F5C6DC;
}

.teamThirteen {
	background-color:  #ECCA73;
}

.teamFourteen {
	background-color: #489CEE;
}

.teamFifteen {
	background-color: #1DB6C4;
}

.slideTeamImage {
	float: left;
	width: 50%;
	text-align: center !important;
}

.slideTeamText {
	float: right;
	width: 50%;
	text-align: center;
}

.slideTeamImage img {
	float: none !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


.teamOne .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamOne .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}

.teamTwo .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamTwo .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}

.teamThree .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamThree .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}

.teamFour .slideTeamImage {
	float: left !important;
	width: 50%;
	text-align: center !important;
}

.teamFour .slideTeamText {
	float: right !important;
	width: 50%;
	text-align: center;
}

.teamSix .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamSix .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}

.teamSeven .slideTeamImage {
	float: left;
	width: 50%;
	text-align: center !important;
}

.teamSeven .slideTeamText {
	float: right;
	width: 50%;
	text-align: center;
}

.teamEight .slideTeamImage {
	float: left;
	width: 50%;
	text-align: center !important;
}

.teamEight .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}

.teamTen .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamTen .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}

.teamTwelve .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamTwelve .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}


.teamThirteen .slideTeamImage {
	float: right;
	width: 50%;
	text-align: center !important;
}

.teamThirteen .slideTeamText {
	float: left;
	width: 50%;
	text-align: center;
}


.teamFourteen .slideTeamImage {
	float: left;
	width: 50%;
	text-align: center !important;
}

.teamFourteen .slideTeamText {
	float: right;
	width: 50%;
	text-align: center;
}


/*Page Highlighter*/


#pageHighlighter {
	float: left;
	width: 100%;/*
	padding: 10px 0 20px 0;*/
	text-align: center;
	box-sizing: border-box;/*
	padding-left: 20px;
	padding-right: 20px;
	background-color: #1d314f;*/
	
	padding: 20px 0 0 0;
	background-color: white;
	border-bottom: 1px solid #b59d64;
	margin-bottom: 30px;
}

#pageHighlighter h1 {
	color: white;
	font-size: 210%;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 10px;
}


#pageHighlighter p {
	font-size: 120%;
	line-height: 27px;
	/*color: white;*/
	margin-top: 0;
	padding-top: 0;
	color: #1d314f;
}

#pageHighlighter p b {
	background: -webkit-linear-gradient(#b59d64, #D8CCAB);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-weight: 700;
}	


.aboutPage {
	position: relative;
}	

.aboutPage h1 {
	bottom: 0;
	width: 100%;
	position: absolute;
	color: #1d314f;
	font-size: 220%;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 0 12px 0;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,0.80);
	text-align: center;
}

#innerBanners h1 {
	bottom: 0;
	width: 100%;
	position: absolute;
	color: #1d314f;
	font-size: 220%;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 0 12px 0;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,0.80);
	text-align: center;
}


#about #pageHighlighter {
	padding: 20px 0 5px 0;
	background-color: white;
	border-bottom: 1px solid #b59d64;
	margin-bottom: 30px;
}

#about #pageHighlighter p {
	color: #1d314f;
}


/*Next Page Boxes*/

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

#nextPageBoxes h2 {
	color: white;
	font-size: 140%;
	text-transform: uppercase;
	font-weight: 400;
}

#nextPageBoxes p {
	color: #282728;
	font-size: 95%;
	line-height: 26px;
}

.nextPageBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	padding: 50px 40px 40px 40px;
	box-sizing: border-box;
	background: #1d314f;
	text-align: center;
	min-height: 171px;
}

.nextPageBox.secondNextPageBox {
	background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
	padding: 40px 40px 40px 40px;
}

.nextPageBox.lastNextPageBox {
	float: right;
	margin-right: 0;
}

.nextPageBox:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
	cursor: pointer;
}

.nextPageBox.secondNextPageBox:hover {
	background: #1d314f;
	cursor: pointer;
}


/*Contact page*/

#contactPage #mainBody h2 {
	background: -webkit-linear-gradient(#b59d64, #D8CCAB);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}


#contactPage #mainBody hr {
	border: none;
	height: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
}



#contactPage #mainBody a i.fab:hover {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}


#contactPage #pageHighlighter {
	background-color: rgba(255,255,255,0.75);
}

#contactPage #pageHighlighter h1 {
	color: #1d314f;
}

#contactPage #pageTextHighlighter {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(29,49,79,0.75);
}

#contactPage #pageTextHighlighter p {
	font-size: 120%;
	line-height: 27px;
	color: white;
	margin: 7px 0 7px 0;
	padding: 0;
}

#innerBanners.contactPage {
	position: relative;
}

#contactPageHeaderText {
	bottom: 0;
	width: 100%;
	position: absolute;
}




/*Grid BOxes*/


#gridBoxes {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 25px 0 20px 0;
}

/*.gridRow {
	float: left;
	width: 100%;
	box-sizing: border-box;
}*/

.gridBox {
	float: left;
	width: 33%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	min-height: 500px;
	border: 1px solid #efefef;
}

.gridBox.firstGridBox {
	background-color: #1d314f;
}

.gridBox.secondGridBox {
	background-color: white;
}

.gridBox.thirdGridBox {
	background-color: #1d314f;
}

.gridBox.fourthGridBox {
	background-color: white;
}

.gridBox.fifthGridBox {
	background-color: #1d314f;
}

.gridBox.sixthGridBox {
	background-color: white;
}


.gridBox h2 {
	color: #b59d64 !important;
	font-size: 150% !important;
}

.gridBox.firstGridBox p {
	color: white !important;
}

.gridBox.thirdGridBox p {
	color: white !important;
}

.gridBox.fifthGridBox p {
	color: white !important;
}




/*Accred page*/

#accredLogos {
	float: left; 
	width: 100%;
	padding: 30px 0 30px 0;
}

.accredLogoBox {
	width: 25%;
	float: left; 
	padding: 10px;
	box-sizing: border-box;
	height: 170px;
}

#accredLogos img {
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


ul.accredPage {
	padding-left: 0;
	display: table;
    width: 100%;
}

ul.accredPage li {
	display: inline-block;
	padding: 10px;
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	line-height: 25px;
}

ul.accredPage li img {
	float: none;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;vertical-align: middle;
}




/*Team Grid*/

.teamGrid {
	float: left;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #efefef;
	background-color: #1d314f;
	min-height: 660px;
}

.teamGrid h2 {
	color: #b59d64 !important;
}

.teamGrid p b {
	color: white !important;
}

.teamGrid p {
	color: white !important;
}



/*Planned Grid*/

.plannedGrid {
	float: left;
	width: 50%;
	padding: 60px 25px 25px 25px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #efefef;
	background-color: #1d314f;
	min-height: 375px;
}

.secondPlannedGrid {
	background-color: white;
}

.thirdPlannedGrid {
	background-color: white;
}

.plannedGrid h2 {
	color: #b59d64 !important;
	font-size: 110% !important;
	text-transform: none !important;
}

.plannedGrid p b {
	color: white !important;
}

.plannedGrid p {
	color: white !important;
}

.plannedGrid.secondPlannedGrid p b {
	color: #1d314f !important;
}

.plannedGrid.secondPlannedGrid p {
	color: #1d314f !important;
}

.plannedGrid.thirdPlannedGrid p b {
	color: #1d314f !important;
}

.plannedGrid.thirdPlannedGrid p {
	color: #1d314f !important;
}





i.fa-cloud-download-alt {
	 background: -webkit-gradient(linear, left top, left bottom, from(#b59d64), to(#D8CCAB));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;	
	font-size: 150%;
}

i.fa-cloud-download-alt:hover {
	color: #1d314f;
}






/*Compare */

.container { 
	height: 73.5vw;
	margin: 1vw auto;
	max-width: 1200px;
	max-height: 800px;
	overflow: hidden;
	width: 98vw;
}
.container figure { 
	background-image: url("images/project-compare.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/project-compare-before.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%; }
}






/*Recent Projects*/


.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9, .mySlides10, .mySlides11, .mySlides12, .mySlides13, .mySlides14, .mySlides15, .mySlides16 {display: none}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  height: 500px;
  width: 50%;
}

.slideshow-container.slideshow1 {
  float: right;
}

.slideshow-container.slideshow2 {
  float: left;
}

.slideshow-container.slideshow3 {
  float: left;
  width: 100%;
  height: auto;
}

.slideshow-container img {
  max-height: 500px;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
	display: block;
}


/* Next & previous buttons */
.slideshow-container .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background-color:  #1d314f;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.slideshow-container .prev:hover, .next:hover {
  background-color: #efefef;
  color: black;
}




.slideshow-container .mySlides1 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides2 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides3 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides4 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides5 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides6 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides7 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides8 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides9 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides10{
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides11 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides12 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides13 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides14 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides15 {
  width: 100%;
  height: 500px;
}
.slideshow-container .mySlides16 {
  width: 100%;
  height: 500px;
}



.projectTextLeft {
	float: left;
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

.projectTextRight {
	float: right;
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

.projectTextWide {
	float: left;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}













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

/*nav {
	float: left;
	width: 100%;
}					 
	*/		
					 
#navInner {
	float: left;
	width: 100%;
}					 
					 
#topBar {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	padding-top: 0;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
}
		
nav li a {
	font-size: 110%;
	margin: 0 0 0 20px;
}					 
					 
footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#bannerInner {
	width: 100%;	
}
					 
#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
	
.servicesWhiteInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
.servicesGreyInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}	
						
					 
#homeBoxes {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
		
			 
					 
#extraInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
					 
#covidInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
} 					 
					 
#aboutInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#timetableInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#slides {
  width: 100%;
}

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

#contactInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}				 
					 
#whyUsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 				 					 
#logisticsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
#brochureInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
						 
					 
#copyright {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#icons {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

					 
#callUsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
					 
.slideContent {
	width: 100%;
}					 
	

#innerBanners.valuesPageTest {
	float: left;
	width: 100%;
	height: 100px;
}
					 
					 
					 
					 
}





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

					 
					 
header {
	width: 100%;	
}
	
#headerBackground {
	padding-bottom: 0;
}

nav ul.mainNav {
	display: none;
}	
					 
nav #navSocial {
	display: none;
}					 

nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding: 0;
	background-color: #1d314f;
}	

#navBackground {
	padding: 0px 0 3px 0;	
}					 
					 
#accordionSection {
	display: block;
	margin-left: 10px;
}

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

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

#contactHeader ul {
	float: left;
	width: 100%;
}

#contactHeader li.phone {
	font-size: 200%;
}					 
					
					 

#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#mainBodyOuter {
	margin-top: 0;
}

					 
#contactFormInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
  width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#contactOuter {
   padding: 40px 0 20px 0;
}					 

.contactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
					 
.contactBox.contactSecondBox {
	border-bottom: 2px solid white;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-right: 0;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border-right: 0;
	border-bottom: none;
	text-align: center;
} 
					 

#contactInner ul#accreditations {
	text-align: center;
}

#contactInner ul#accreditations li {
	float: none;
}
				 

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


#covidText {
	margin-top: 40px;
}		
					 

.gridBox {
	width: 50%;
	min-height: 530px;
}
					 
#logisticsInner img {
	float: none;
	clear:both;
	margin: 0 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-right: none;
	max-width: 90%;
	height: auto;
}					 
	
					 
#logisticsInner {
	text-align: center;
}	
	
#bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
}
					 
#bannerOuter #slides {
	height: 500px !important;
}
					 
}


 /* 800*/
@media only screen 
and (max-width : 800px) 
				 {
	
					 
.teamTextLeft {
	float: left;
	width: 100%;
	padding: 0 0 20px 10px;
	box-sizing: border-box;
}

.teamImageRight {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

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

.teamImageLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
	
.slideshow-container.slideshow1 {
  float: left;
  width: 100%;
  height: auto;
}

.slideshow-container.slideshow2 {
  float: left;
  width: 100%;
  height: auto;
}
						 
					 
.projectTextLeft {
	float: left;
	width: 100%;
	padding: 0 30px 50px 30px;
}
					 
.projectTextRight {
	float: left;
	width: 100%;
	padding: 0 30px 50px 30px;
}
					 
.projectTextWide {
	float: left;
	width: 100%;
	padding: 0 30px 50px 30px;
}

					 
#bannerOuter {
	float: left;
	width: 100%;
	height: 250px;
}
					 
#bannerOuter #slides {
	height: 250px !important;
}					 
					 

}




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

#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#contactFormArea fieldset {
	width: 100%;
}

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

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

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

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

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

					 
.servicesGreyInner img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}					 
					 
img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}	
					 
.highlightBoxOne img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}


.highlightBoxTwo img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}

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

.highlightBoxTwo img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}				 
					 
.leftExtraBox img {
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
}

.textExtra {
	padding: 0;
}

.rightExtraBox img {
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
}
					 
					 
#extraOuter {
	padding: 20px 0 50px 0;
}				 

#extraInner {
	text-align: center;
}
					 
#aboutInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
#covidInner img {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center !important;
	width: 60%;
	margin-bottom: 0;
}
				 
					 
#covidInner {
	text-align: center !important;
}					 
	

#covidText {
	float: left;
	margin-top: 10px;
	width: 100%;
}					 
					 
					 
#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;
}
					 
	
#copyLeft {
	float: left;	
	width: 100%;
	text-align: center;
}					 
	
#copyRight {
	float: left;	
	width: 100%;
	text-align: center;
}	
					 
#contactInner p.footerPrivacy {
	float: left;
	text-align: center;
}					 

#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;
}					 
					 
#topBar p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}

#topBar li {
	float: none;
	text-align: center;
}
	
/*  News Box*/

#newsBox {
	float: left;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2%;
	background-color: #282728;
}
					 
#bannerOuter {
	float: left;
	width: 100%;
	height: 200px;
}
					 
#bannerOuter #slides {
	height: 200px !important;
}				 
					 
#bannerOuter1 {
	float: left;
	width: 100%;
	height: 400px;
}					 
					 
#bannerOuter2 {
	float: left;
	width: 100%;
	height: 400px;
}
					 
#bannerOuter3 {
	float: left;
	width: 100%;
	height: 400px;
}	
					 					
					 
#bannerInner {
	height: 400px;
}
					 
	
.teamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
}


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

.contactFormRight {
	float: left;
	width: 100%;	
}	
					 
					 
.circleBox p {
	font-size: 95% !important;
}
	
					 
					 
.homeInfoLeft {
	float: left;
	width: 100%;
}

.homeInfoRight {
	float: left;
	width: 100%;
	margin-top: 20px;
}		
						 
					 
.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 2%;
	min-height: auto;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 0;
} 
					 
#homeBoxes .homeBox img {
	width: 40%;
}	
					 
					 
					 
.nextPageBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
	padding: 40px;
	min-height: 0;
}
					 
.nextPageBox.secondNextPageBox {
	padding: 40px;
	min-height: 0;
}

.nextPageBox.lastNextPageBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
	padding: 40px;
	min-height: 0;
}
					 
					 
.teamGrid {
	width: 50%;
	min-height: 700px;
}
					 

#softServicePage .highlightBoxOne {
	display: block;
}

#softServicePage .highlightBoxTwo {
	display:block;
}					 
	
#softServicePage .hiddenImage {
	display: block;
}
				 
					 
 }
 







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

ul.brandList {
	margin: 0;
}

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


#logisticsInner img {
	float: none;
	clear: both;
	margin: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 

#logisticsInner {
	text-align: center;
}

					 
.gridBox {
	width: 100%;
	min-height: 0;
}					 
	
					 
.accredLogoBox {
	width: 50%;
	height: 110px;
}

#accredLogos img {
	max-height: 81px; 
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 
					
ul.accredPage li {
	display: inline-block;
}
				 
}


/* 550*/
@media only screen 
and (max-width : 550px) 
				 {
	
					 
.desktop {
	display: none;
}
					 
.mobile {
	display: block;
}
					 
img.brochureBanner.mobile {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}				 
	
#homeBoxes .homeBox img {
	width: 55%;
}	
					 
					 
#innerBanners {
	height: 250px;
}					 

					 
}




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
	
#topBar li {
	display: block;
}					 
					 
					 
#logo img {
	max-width :90%;
}	
	
	

	
.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 li {
	font-size: 90%;
}	
					 
.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;
}
	
					 
#homeBoxes .homeBox img {
	width: 60%;
}						 
					 
.teamGrid {
	width: 100%;
	min-height: auto;
}
					 
					 
.plannedGrid {
	width: 100%;
}
	
					 

.slide h3 {	
	font-size: 180%;
	margin-top: 70px !important;
}					 

					 
					 
#contactFormArea .ratingsBox li {
	display: inline-block;
	margin: 0 5px 0 5px;
}

#contactFormArea .ratingsBox li input {
	height: auto;
}					 
					 
					 
					 
}
				

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

.slideTeamImage {
	width: 65% !important;
}

.slideTeamText {
	width: 35% !important;
	padding-right: 10px;
	box-sizing: border-box;
}					 
					 
					 
.slideTeamImage img {
	width: 250px;
	max-width: 100%;
	height: auto;
}
					 
.slide {
	padding-top: 25px !important;
}					 

.slide h3 {	
	font-size: 150% !important;
	margin-top: 40px !important;
}					 
	
ul.accredPage li {
	display: inline-block;
	width: 50%;
}		
					 
ul.accredPage li.bsiList {
	width: 100%;
}				 
					 
}



			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

