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

/*


Red #219ebc
Black #000000

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

*/

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

a img {
	border: none;	
}

a:focus {
outline: none;
}

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

hr.smallHR {
	border: none;
	border-top: 1px solid #219ebc;	
	margin: 10px 0 10px 0;
}

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


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #000000;
	border-bottom: 1px solid #219ebc;
	padding: 5px 0 5px 0;
}

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

#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;
	width: 100%;
	text-align: right;
}

#topBar li {
	color: white;
	font-size: 100%;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

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

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

#topBar i.fa {
	color: #219ebc;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #000000;;
	-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);
}

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

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

#logo img { 
	max-width: 100%;
}

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

#logo img.icon { 
	margin-right: 20px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#logo:hover img.icon {
	transform: rotate(180deg);
}
				 
#logo #logoMobile {
	display: none;
}

/*Contact Area*/

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

#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: #000000;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

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

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

#contactHeader li i.fa {
	color: white;
}

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

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



/*										Nav								*/

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

nav {
	float: right;
	width: auto;
	text-align: right;
}

nav ul {
	float: right;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 65px 0 0 0;
}

nav li {
	display: inline;
	color: white;
	margin: 0 0 0 30px;
	padding: 0;
	position: relative; 
}

nav li.home {
	margin: 0;
}


nav li a {
	font-size: 110%;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 2px solid #000000;
}


nav li a:hover {
	color: #219ebc !important;
	text-decoration: none;
	border-left: 2px solid #219ebc;
}

nav li a.active {
	color: #219ebc !important;
	text-decoration: none;
	border-left: 2px solid #219ebc;
}

nav li a.home {
	margin: 0;
}

nav li i.fab {
	font-size: 140%;
	margin: 0 2px 0 2px;
}

nav li a.social {
	border-left: none;
}

nav li a.social:hover {
	border-left: none;
}


/*nav li a.about {
	color: #bd9dea !important;
}

nav li a.services {
	color: #219ebc !important;
}

nav li a.contact {
	color: #ea7186 !important;
}



*/





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: 15px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	color: white;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 80% !important;
}


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


/*Mobile Menu*/

#accordionSection {
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: none;
	text-align: center;
}


.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	width: 100%;
	text-align: center;
	color:white;	
	padding: 6px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 130%;
}

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

.accordionButton:hover h4 span {
	color: #219ebc;
	cursor: pointer;
}
.accordionContent {
	float: left;
	width: 100%;
}

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

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

#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: #219ebc;
	text-decoration: none;
}

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

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

#accordionSection .accordionContent li.subNav.topSubNav {
	border-top: 1px solid #219ebc;
}

#accordionSection .accordionContent li.subNav.lastSubNav {
	border-bottom: 1px solid #219ebc;
}

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



/*Home Banner*/

#homeBanner {
	float: left;
	width: 100%;		
	padding: 60px 0 60px 0;
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}
#homeBannerInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}






#homeBannerImage img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#homeBannerImage img:hover {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}




@keyframes sideToSide {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


#homeBannerImage img {
	animation: ease-in-out 1s 1 sideToSide;
}





/*Our Story*/

#ourStory #homeBannerText {
	float: left;
	margin: 180px 0 190px 0;
}

#ourStory #homeBannerText p {
	color: #219ebc; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

/*CollabPage*/

#collabPage #homeBannerText {
	float: left;
	margin: 180px 0 190px 0;
}

#collabPage #homeBannerText p {
	color: #219ebc; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

/*Training Page*/

#trainingPage #homeBannerText {
	float: left;
	margin: 150px 0 50px 0;
}

#trainingPage #homeBannerText p {
	color: #219ebc; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}



/*Contact Page*/

#contactPage #homeBannerText {
	float: left;
	margin: 150px 0 50px 0;
}

#contactPage #homeBannerText p {
	color: #219ebc; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}


/*Consultancy Page*/

#consultPage #homeBannerText {
	float: left;
	margin: 100px 0 50px 0;
}

#consultPage #homeBannerText p {
	color: #219ebc; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}



/*										Copyright							*/

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

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

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}
	
footer p {
	color: white;
	font-size: 90%;
	line-height: 23px;
	margin: 0 0 3px 0;
}

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

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

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


footer li {
	display: inline;
	color: white;
	font-size: 80%;
	line-height: 23px;
	margin: 0 0 0 0;
}

footer li.divider {
	margin: 0 5px 0 5px;
}

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

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

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #219ebc;
	padding: 30px 0 30px 0;
	z-index: 10000;
	border-top: 5px solid #000000;
}

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

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

.contactBox.contactSecondBox {
	width: 24.98%;	
}

.contactBox.lastContactBox {
	float: right;
	width: 24.98%;	
	margin-right: 0;
	border-right: 0;
}

.contactBox img {
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	float: right;
}


#contactInner h2 {
	color: #000000;
	font-size: 130%;
	margin-top: 0;
	padding-bottom: 6px;
	text-transform: uppercase;
}

#contactInner h2.headerTwo {
	color: #000000;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

#contactInner p {
	color: white; 
	line-height: 25px;
	font-size: 100%;
	font-weight: bold;
}

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

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

#contactInner p.brochureDownload a {
	background-color: #219ebc; 
	color: white;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

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

#contactInner i.fab {
	color: white; 
	font-size: 400%;
	margin-right: 4px;
	margin-left: 4px;
}

#contactInner i.fab:hover {
	color:#000000; 
}

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

#contactInner i.fa:hover {
	color: #000000; 
}


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

/*										Banner								*/


#bannerOuter {
	float: left;
	width: 100%;
	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;
}

#innerPage #bannerOuter {
	height: 350px;
}

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

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

#bannerSlogan h2 {
	color: white;
	font-size: 200%;
	margin: 0;
	padding: 0;
	text-transform: none;
	 text-shadow: 2px 2px 7px #000000;
}

#bannerSlogan p {
	color: white;
	font-size: 120%;
	margin: 0;
	padding: 0; 
	line-height: 30px;
	font-weight: bold;
	 text-shadow: 2px 2px 7px #000000;
}

#bannerSlogan p span {
	color:#ea7186;
	font-size: 90%;
	text-transform: uppercase;
}


#bannerSlogan i.fa {
	color: white;
	font-size: 170%;
	 text-shadow: 2px 2px 7px #000000;
}

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

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

#bannerSlogan p a:hover {
	background-color: #5a98d0;
	color: white;
	text-decoration: none;
}
/*										Main Body						*/


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

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

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

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

h1 {
	font-size: 140%;
	color: #219ebc;
	margin-bottom: 0;
}

h1 span {
	border-bottom: 2px solid #219ebc;
}

h2 {
	color: #219ebc;
	font-size: 130%;
}

h2 span {
	border-bottom: 2px solid #219ebc;
}

h3 {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

h3 span {
	border-bottom: 2px solid #219ebc;
}

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

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

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

#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: #219ebc;
	font-weight: bold;
}	

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

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

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

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

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

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


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

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

#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: #219ebc !important;
	padding: 10px 12px 10px 12px;
	background-color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	 background: linear-gradient(to left, #000000 50%, #219ebc 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
}

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




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



/*										About Guru ben					*/


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

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

#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/") 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: 100%;
	margin-bottom: 20px;
	margin-top: 0;
	box-sizing: border-box;
}

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

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

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

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

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

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

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

#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;
	box-sizing: border-box;
}


#contactFormArea textarea {
	color: #000000;	
	float: left;
	width: 100% !important;
	height: 175px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000;
	margin-top: 10px;
	box-sizing: border-box;
}

.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: 40px 0;
}
#homeBoxes {
    margin: 0 auto;
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeBox {
    width: 32%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}

.homeBox:nth-child(3n) {
    margin-right: 0;
}

.homeBox:hover {
    transform: scale(1.05);
}

#homeBoxes .homeBox h3 {
    text-align: center;
    color: #219ebc;
    font-size: 120%;
    margin: 10px 0 0 0;
    padding: 0;
}

#homeBoxes .homeBox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
    transition: border 0.3s ease-in-out;
}

#homeBoxes .homeBox:hover h3 {
    color: #000000;
}

#homeBoxes .homeBox:hover img {
    border: 5px solid #219ebc;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    #homeBoxes {
        width: 95%;
    }
    .homeBox {
        width: 48%;
    }
}

@media (max-width: 800px) {
    .homeBox {
        width: 100%;
    }
}




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

#mainBody .gallery img {
	width: 400px;
	height: 400px;
}


/*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: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #000000;
	margin: 0 0 20px 0;
}

#standoutBox h2 {
	color: white;
}

#standoutBox p {
	color: white;
}

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

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

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

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

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

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

#whyUsInner ul.pointersList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color:#000000;
	line-height: 28px;
	font-size: 95%;
}

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

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

#whyUsInner p.findMore a:hover {
	background-color: #b2bb1e;
	color: white;
	text-decoration: none;
}

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






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

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

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



ul#testimonials {
	list-style-type: none; 
	padding:0 40px 0 40px;
	 text-align: center;
}

ul#testimonials i.fa {
	color: #ffea00;
}

/*Call Us*/

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

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

#callUsInner h2 {
	color: white;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

#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;
	text-transform: uppercase;
}

#callUsInner p a {
	color: #219ebc;
	text-decoration: none;
	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: 80px 0 80px 0;
	background: url("images/wrapper-background.png") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

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


#extraTextSection {
	padding: 30px 100px 30px 100px;
	background-color: white;
	text-align: center;
	border-radius: 5px;
	width: 100%;	
	box-sizing: border-box;
}

#extraTextSection p {
	line-height: 35px;
}



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

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

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

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

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

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

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

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

#driverTrainingInner li a:hover {
	color: #e9983e;
	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.fa {
	color: #219ebc !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: #219ebc;
	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: #219ebc;
}

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

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

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




#commitBox {
	float: left;
	width: 100%;
	height: 300px;
	margin: 0 0 60px 0;
	box-sizing: border-box;	
	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);
}

#innerPage #commitBox {
	margin: 0;
}

#commitImage {
	float: right;
	width: 50%;
	height: 300px;
	box-sizing: border-box;	
	background: url("images/panorama-garden-room.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#commitText {
	float: left;
	width: 50%;
	height: 300px;
	box-sizing: border-box;
	padding: 20px 50px 20px 50px;
	text-align: left;
	background-color: #000000;

}

#commitText h2 {
	color: white !important;
}

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

#commitText li {
	color: white !important;
	font-weight: bold;
}

#commitText li i.far {
	color: #219ebc !important;
	font-size: 160%;
}



/*grey background*/

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

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

/*white background*/

.whiteBackground {
	float: left;
	width: 100%;
	background-color: white;
	padding: 40px 0 40px 0;
	text-align: center;
}

#innerPage .whiteBackground {
	text-align: left;
}

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



/*Green background*/

.redBackground {
	float: left;
	width: 100%;
	background-color: #219ebc;
	padding: 40px 0 40px 0;
	text-align: center;
}

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


/*Black background*/

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

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

.blackBackgroundInner p {
	color: white !important;
}

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

.blackBackgroundInner li {
	color: white !important;
}

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

/*Green background no white box*/

.greenBackgroundStandard {
	float: left;
	width: 100%;
	background-color: #219ebc;
	padding: 50px 0 70px 0;
	text-align: center;
}

#servicePages .greenBackgroundStandard {
	text-align: left;
}


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

.greenBackgroundStandardInner p {
	color: white;
}

.greenBackgroundStandardInner p b {
	color: white;
}

.greenBackgroundStandardInner p a {
	color: white;
}

.greenBackgroundStandardInner li {
	color: white;
}

.greenBackgroundStandardInner li b {
	color: white;
}

.greenBackgroundStandardInner li a {
	color: white;
}
.greenBackgroundStandardInner h1 {
	color: white;
}

.greenBackgroundStandardInner h2 {
	color: white;
}


.greenBackgroundStandardInner hr {
	border-top: 1px solid white;	
}

/*Side Text*/

.textSideBox {
	background-color: white;
	padding: 40px 60px 40px 60px;
	width: 40%;
	text-align: left;
	-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);
	margin-bottom: -150px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.imageSideBox {
	float: right;
	width: 70%;
	height: auto;
	position: relative;
	margin-top: -370px;
	z-index: 1;
}

.imageSideBox img {
	border: 1px solid white;
	max-width: 100%;
	height: auto;
	display:block;
}



/*Inner Services background*/

.servicesBackground {
	float: left;
	width: 100%;
	padding: 140px 0 140px 0;
	text-align: center;
}

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

.textWideBox {
	background-color: white;
	padding: 40px 60px 40px 60px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	-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);
	margin-bottom: -200px;
	margin-top: 140px;
}

.servicesBackground.content {
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.digital {
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.social {
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.admin {
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.financial {
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.academy {
	background: url("images/") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}
					 
img.hiddenServicesImage {
	display: none;
}

/*Rounded Box*/



.roundedBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #219ebc;
	padding: 15px;
	min-height: 425px;
}

.roundedBox.lastRoundedBox {
	float: right;
	margin-right: 0;
}

.roundedBox i.fa {
	color: #219ebc;
	font-size: 250%;
}



/*left Right */

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

#leftBox {
	float: left;
	width: 47%;
}

#rightBox {
	float: right;
	width: 47%;
}


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

ul.servicesList i.fa {
	color: #219ebc;
}






/*Side Boxes*/

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

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

/*#homeSideBoxes img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#homeSideBoxes img:hover {
	transform: rotate(360deg);
}
*/


#homeSideBoxes ul {
	padding-left: 0;
	margin-top: 10px;
	
}

#homeSideBoxes ul li {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
}

#homeSideBoxes .sideBoxOne ul li i.fa {
	color: #219ebc;
}

#homeSideBoxes .sideBoxTwo ul li i.fa {
	color: #219ebc;
}

#homeSideBoxes .sideBoxThree ul li i.fa {
	color: #219ebc;
}

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

.sideBoxOne img {
	float: right;
	margin-left: 30px;
	margin-right: 20px;
}

.sideBoxOne h2 {
	color: #219ebc;
	margin-top: 60px;
}


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

.sideBoxTwo img {
	float: left;
	margin-right: 30px;
	margin-left: 20px;
}

.sideBoxTwo h2 {
	color: #219ebc;
	margin-top: 60px;
}


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

.sideBoxThree img {
	float: right;
	margin-left: 30px;
	margin-right: 20px;
}

.sideBoxThree h2 {
	color: #219ebc;
	margin-top: 60px;
}
/*
.sideBoxOne:hover img {
	transform: rotate(360deg);
}

.sideBoxTwo:hover img {
	transform: rotate(360deg);
}

.sideBoxThree:hover img {
	transform: rotate(360deg);
}


@keyframes spinAround {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#homeSideBoxes img {
	animation: 5s ease-in-out .8s spinAround;
}
*/



/*Support Boxes*/

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

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


#supportBoxes p a {
	color: #219ebc;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#supportBoxes p a:hover {
	color: #219ebc;
	text-decoration: none;
}





/*Other Edits*/

/*
New Grey #000000
Red #219ebc
Yellow #219ebc
Blue #219ebc*/


.setsApart i.fa {
	color: #219ebc;
}

ul.setsApart {
	padding-left: 0;
	margin-top: 10px;
	list-style-type: none;
	
}

ul.setsApart li {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
}



i.fa-linkedin {
	color: #219ebc;
}

i.fa-linkedin:hover {
	color: #219ebc;
}


img.teamImage{
	border-radius: 50%;
	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);
}


#collabPage #mainBodyHome {
	text-align: left;
}

#collabPage .greyBackground {
	text-align: left;
}

#collabPage .whiteBackground {
	text-align: left;
}


#trainingPage #mainBodyHome {
	text-align: left;
}

#trainingPage .greyBackground {
	text-align: left;
}

#trainingPage .whiteBackground {
	text-align: left;
}


#contactPage #mainBodyHome {
	text-align: center;
}

#contactPage .greyBackground {
	text-align: center;
}

#contactPage .whiteBackground {
	text-align: center;
}

#consultPage #mainBodyHome {
	text-align: left;
}

#consultPage .greyBackground {
	text-align: left;
}

#consultPage .whiteBackground {
	text-align: left;
}


img.leftImage {
	float: left;
	margin: 0 30px 30px 0;
	border: 1px solid white;
}



.leftBox {
	float: left;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #219ebc;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
}

.rightBox {
	float: right;
	width: 48%;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color:#219ebc;
	text-align: center;
	margin-top: 20px;
}

.leftBox p {
	color: white;
}

.leftBox li {
	color: white;
}

.leftBox p a {
	color: white;
}

.leftBox p a:hover {
	color: white;
}

.leftBox h2 {
	color: white;
}

.rightBox p {
	color: white;
}

.rightBox li {
	color: white;
}

.rightBox p a {
	color: white;
}

.rightBox p a:hover {
	color: white;
}

.rightBox h2 {
	color: white;
}




.leftThreeBox {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #219ebc;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
}

.midThreeBox {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 30px;
	box-sizing: border-box;
	background-color:#219ebc;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
}

.rightThreeBox {
	float: right;
	width: 32%;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #219ebc;
	text-align: center;
	margin-top: 20px;
}

.leftThreeBox p {
	color: white;
}

.leftThreeBox li {
	color: white;
}

.leftThreeBox p a {
	color: white;
}

.leftThreeBox p a:hover {
	color: white;
}

.leftThreeBox h2 {
	color: white;
}

.rightThreeBox p {
	color: white;
}

.rightThreeBox li {
	color: white;
}

.rightThreeBox p a {
	color: white;
}

.rightThreeBox p a:hover {
	color: white;
}

.rightThreeBox h2 {
	color: white;
}

.midThreeBox p {
	color: white;
}

.midThreeBox li {
	color: white;
}

.midThreeBox p a {
	color: white;
}

.midThreeBox p a:hover {
	color: white;
}

.midThreeBox h2 {
	color: white;
}











.googleMap {
    	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}



#contactPage #mainBodyHome i.fa {
	color: #219ebc;
	font-size: 200%;
}

#contactPage #mainBodyHome i.far {
	color: #219ebc;
	font-size: 200%;
}

#contactPage .whiteBackground i.fa {
	color: #219ebc;
	font-size: 200%;
}

#contactPage .whiteBackground i.far {
	color: #219ebc;
	font-size: 200%;
}



ul.sloganArea {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.sloganArea li {
	display: inline-block;
	color: #219ebc;
	font-size: 140%;
	font-style: italic;
	margin: 0 20px 0 20px;
	font-weight: bold;
	line-height: 35px;
}



#contactPage {
	text-align: center;
}



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

ul.tickList li {
	display: inline-block;
	margin: 0 10px 0 10px;
	line-height: 34px;
}

ul.tickList li i.far {
	color: #219ebc;
	font-size: 130%;
}




/*Team Box*/



.teamBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	text-align: center;
	box-sizing: border-box;
}

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

.teamBox img {
	margin: 0 !important;
	padding: 0 !important;
	max-width: 80%;
	height: auto;
	box-sizing: border-box;
}

.teamBox h3 {
	margin-top: 10px;
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #219ebc;
}

.teamBox p {
	margin-top: 0;
	padding-top: 0;
}









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

/*nav {
	float: left;
	width: 100%;
}					 
	*/		
					 
/*nav li a {
	margin: 0 0 0 15px;
}
	*/			 
					 
#topBar {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
#homeBannerInner {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;	
}
					 
					
#homeSideBoxes {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}	
					 
#supportBoxes {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}						 

#homeBoxes {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}					 
					 
					 
/*nav li a {
	font-size: 100%;
	margin: 0 0 0 8px;
}		
					 
nav li a.book {
	margin: 0 0 0 10px;
	padding: 8px 10px 8px 10px;
}	*/				 
					 
footer {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
.greyBackgroundInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
.whiteBackgroundInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
.redBackgroundInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
.blackBackgroundInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
.greenBackgroundStandardInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}	
					 
.servicesBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
.servicesBackground {
	padding: 0;
}	
					 
img.hiddenServicesImage {
	display: block;
}					 
					 
.textWideBox {
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 0;
}					 
					 
.servicesBackground.content {
	background: #219ebc !important; 
}				 
					 
.servicesBackground.digital {
	background: #219ebc !important; 
}	
					 
.servicesBackground.social {
	background: #219ebc !important; 
}	
					 
.servicesBackground.admin {
	background: #219ebc !important; 
}					
					 
.servicesBackground.financial {
	background: #219ebc !important; 
}						

.servicesBackground.academy {
	background: #219ebc !important; 
}	
					 
#bannerInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
#mainBody {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}

#aboutInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
#timetableInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
#slides {
  width: 100%;
}

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

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

#icons {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}

					 
#callUsInner {
	float: left;
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
	
					 
#extraInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}					 
	
					 
				 
}


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



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

}




@media only screen 
and (max-width : 1199px) 
				 {
					 
#logo {
	float: left;
	width: 100%;
}
					 
#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
					 
#logo #logoDesktop {
	display: none;
}			
					 
#logo #logoMobile {
	display: block;
}
					 
					 
nav {
	float: left;
	width: 100%;
	text-align: center;
}

nav ul {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}


					 
					 
}





@media only screen 
and (max-width : 1080px) 
				 {

					 		 
					 

#homeBannerText {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

#homeBannerImage {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: -75px;
	z-index: 999999;
}					 
					 
#homeBannerImage img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
	height: auto;
	max-width: 60%;
}					 
	

}






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

					 

#bannerInner {
	height: 450px;
}					 
					 
					 
header {
	width: 100%;	
	box-sizing: border-box;
}
	
#headerBackground {
	padding-bottom: 0;
}
	 
				 
					 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
					 
#contactHeader {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

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

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

#mainBody {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}

#mainBodyOuter {
	margin-top: 0;
}

footer {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
	text-align: center;
}


#copyright {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
#contactFormInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
 width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
	
#contactInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}


#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;
}	
					 
					 
.leftThreeBox {
	width: 100%;
	margin-right: 0;
	padding: 20px;
}

.rightThreeBox {
	width: 100%;
	margin-right: 0;
	padding: 20px;
}
					 
.midThreeBox {
	width: 100%;
	margin-right: 0;
	padding: 20px;
}					 

}




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

/*Side Text*/

.textSideBox {
	padding: 20px 40px 20px 40px;
	width: 100%;
	margin: 0;
	position: static;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
}

.imageSideBox {
	float: left;
	width: 100%;
	position: static;
	margin-top: 0;
	box-sizing: border-box;
}

.imageSideBox img {
	border: none;
}
					 
.whiteBackground {
	margin-top: 0;
}					 

}




 /* 810*/
@media only screen 
and (max-width : 810px) 
				 {
				
					 
#accordionSection {
	display: block;
}
					 
.mainNav {
	display: none;
}					 
	
}
					 
					 
					 

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

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


img.rightImage {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}					 
					 
img.leftImage {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 
#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;
}
	
#copyRight {
	float: left;	
	text-align: center;
	width: 100%;
}	

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



/*#bannerSlogan {
	display: none;
}*/	
					 
#bannerSlogan {
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}	 		 				 
#innerPage #bannerOuter {
	height: 225px;
}
					 
#innerServicesOuter {
	height: 225px;
}			 

#bannerInner {
	height: 400px;
}					 
		
.teamBox {
	float: left;
	width: 47%;	
}


.teamBox.lastTeamBox {
	float: left;
	width: 47%;	
} 		
						 
					 
.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: 48%;	
	margin-right: 2%;
	margin-bottom: 20px;
	text-align:center;
	box-sizing: border-box;
}

.homeBox.lastBox {
	float: left;
	margin-right: 2%;
}
					 
						 
#commitBox {
	height: auto;
}

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

#commitText {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	border-radius: 0 0 5px 5px;
	text-align: center;

}
	
					 

.roundedBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	min-height: auto;
}

.roundedBox.lastRoundedBox {
	float: left;
	width: 100%;	
	margin: 0;
	min-height: auto;
}
					 
					 
#leftBox {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#rightBox {
	float: right;
	width: 100%;
}	
					 					 
					 
					 
.sideBoxOne {
	text-align: center;
	padding: 15px 0 15px 0;
}
					
.sideBoxOne img {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sideBoxOne h2 {
	margin-top: 10px;
}					 
					 
.sideBoxTwo {
	text-align: center;
	padding: 15px 0 15px 0;
}

.sideBoxTwo img {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sideBoxTwo h2 {
	margin-top: 10px;
}						 
					 
.sideBoxThree {
	text-align: center;
	padding: 15px 0 15px 0;
}

.sideBoxThree img {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sideBoxThree h2 {
	margin-top: 10px;
}	
					 
					 
#extraOuter {
	padding: 100px 30px 100px 30px;
	box-sizing: border-box;
}

#extraTextSection {
	padding: 30px 50px 30px 50px;
	box-sizing: border-box;
}					 
					 
.contactBox {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding:0;
	margin-bottom: 10px;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding:0;
} 
					 
.contactBox.contactSecondBox {
	width: 100%;
}		 
					 
.contactBox.lastContactBox img {
	float: none;
	margin-left: auto;
	margin-right: auto;
} 
	
					 
footer li {
	display: block;
	text-align: center;
}

footer li.divider {
	display: none;
}					 

.leftBox {
	width: 100%;
	padding: 20px;
}

.rightBox {
	width: 100%;
	padding: 20px;
}					 
					 

					 
 }
 







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

}
					 
	
#bannerSloganInner {
	padding: 10px;			
}
					 
#bannerSlogan p {
	font-size: 110%;			
}
	
#bannerSlogan p span {
	font-size: 80%;			
}
					 
					 

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

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

	#homeBoxes {
	margin-bottom: 0;
}					 
	
.homeBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
			 

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
} 
			 
.homeBox img {
	max-width: 70% !important;
}	
	
#homeBanner {
	text-align: center;
}					 
					 
#mainBodyHome {
	text-align: center;
}	
					 
.greenBackground {
	text-align: center;
}
					 
				 
.whiteBackground {
	text-align: center;
}					 

.greyBackground {
	text-align: center;
}	
					 
					 
#bannerInner {
	height: 350px;
}					 
					 
}







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

					 
#bannerInner {
	height: 275px;
}
					 

#bannerSlogan h2 {
	font-size: 160%;
}

#bannerSlogan p {
	font-size: 100%;
	line-height: 30px;
}
					 
					 
#topBar li {
	display: block;
	font-size: 90%;
}					 
					 
					 
#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%;	
	margin-bottom: 10px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 100%;	
	margin-bottom: 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;
}
	
#homeBannerText h1 {
	font-weight:800;
	font-size: 220%;
}					 
					 
#homeBannerText h2 {
	font-weight:800;
	font-size: 220%;
}

#homeBannerText h3 {
	font-size: 120%;
}

#homeBannerText p {
	font-size: 110%;
	margin: 30px 0 0 0;
}

#homeBannerText p img {
	margin-bottom: -12px;
}					 
					 				 
#extraOuter {
	padding: 70px 20px 70px 20px;
}

#extraTextSection {
	padding: 30px;
}	
					 
#extraTextSection p {
	font-size: 100%;
}					 
					 
					 
	
h1 {
	font-size: 120%;
}
					 
h2 {
	font-size: 110%;
}

h3 {
	font-size: 110%;
} 
					 
					 
.homeBox img {
	max-width: 90% !important;
}					 
					 
}
		



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

#bannerInner {
	height: 225px;
}
					 

#bannerSlogan h2 {
	font-size: 140%;
}

#bannerSlogan p {
	font-size: 90%;
	line-height: 27px;
}
	
}




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

}





.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif;
	color: #000000 !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


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

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

.iris .iris-row button {
	float: none;
	width: 100%;
	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;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #219ebc !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: 30px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef !important;
	margin-top: 2px;
	border-radius: 5px;
	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: #efefef;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #000000;	
	float: left;
	width: 100%;
	height: 150px;
	background-color: #efefef;
	font-size: 90%;
	border: 1px solid #efefef;
	margin-top: 2px;
	border-radius: 5px;
	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: left;
	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 .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .g-recaptcha div {
	display: block;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  .sending-loader {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid rgba(0, 0, 0, 0.3);
	border-top-color: #219ebc;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-left: 10px;
  }
  
  .sent-check {
	display: inline-block;
	font-size: 18px;
	color: green;
	margin-left: 10px;
	animation: fadeIn 0.5s ease-in-out;
  }
  
  @keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
  }
  