 @import url("https://use.typekit.net/amv8auw.css");
body {
	margin: 0;
	font-family: "sofia-pro", sans-serif;
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
#mobile-navigation {
	display: none;
}
.logo {
	float: left;
	width: 10%;
}
.nav {
	float: right;
	width: 90%;
	text-align: right;
}
.logo-image {
	width: 119px;
	height: 40px;
	display: block;
	background: url('../img/brand-lsbf-120.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile-logo {
	width: 119px;
	height: 40px;
	display: inline-flex;
	float: left;
	background: url('../img/brand-lsbf-120.png');
	background-repeat: no-repeat;
	background-size: contain;
}
/*
.nav {
	padding-top: 10px;
}*/

.nav a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	margin-left: 20px;
	vertical-align: middle;
}
.nav a:last-child {
	background: #be1e2d;
	color: white !important;
	padding: 8px 30px;
	
}
.nav a:hover, .nav a:active {
	color:#be1e2d;
}
.dark-logo {
	width: 119px;
	height: 40px;
	display: block;
	background: url('../img/brand-lsbf-120.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.white-menu {
	position: fixed;
	background: white;
	top: 0;
	padding: 15px 0;
	z-index: 9999999;
	display: inline-flex;
	color: #be1e2d;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.sticky {
	padding:15px 0;
	z-index: 99999;
	display: inline;
	position: absolute;
	top:0;
	
	
}
.sticky:before {
	background:white;
	opacity:0.6;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	
}
.cta-mobile {
	display: none;
}
.mobile-menu {
	display: none;
}
.mobile-header-nav {
	background-color: white;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 73px;
	width: 80%;
	color: #be1e2d;
	z-index: 999999;
	right: 0;
}
.mobile-header-nav li {
	border-bottom: 2px solid #efefef;
	color: #be1e2d;
}
.mobile-header-nav li a {
	color: #be1e2d;
	display: block;
	padding: 15px 10%;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mobile-header-nav li a:hover {
	background-color: #be1e2d;
	color: white;
}
.hamburger-menu {
	display: inline-block;
	margin-top: 7px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
}
.hamburger-menu:hover {
	cursor: pointer;
}
.ham-wrapper .menu-item {
	background: #be1e2d;
	display: block;
	height: 3px;
	margin: 0 0 6px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 25px;
}
.ham-wrapper.open .menu-item {
	margin: 0 0 2px;
}
.ham-wrapper.open .menu-item:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 5px;
	transform-origin: 5px;
}
.ham-wrapper.open .menu-item:nth-child(2) {
	opacity: 0;
}
.ham-wrapper.open .menu-item:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 6px;
	transform-origin: 6px;
}
.ham-wrapper {
	float: right;
	padding: 3px 10px;
	
}
.explore {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 15px;
	display: inline-block;
	margin-top: 9px;
	color: #be1e2d;
}
.form-container h3 {
	color: #999;
	margin-top: -30px;
}
@media screen and (max-width: 500px) {
	.mobile-menu {
		display: block;
	}
	.nav {
		display: none;
	}
}
.first-cta,
.second-cta,
.third-cta {
	width: 50%;
	float: left;
	display: none;
	text-align: center;
	padding: 5px 0;
}
.first-cta {
	border-right: #efefef solid 2px;
}
.first-cta-button {
	color: #be1e2d;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.form-container {
	width: 100%;
	margin: 0 auto;
	display: block;
}
form.form {
	font-family: 'sofia-pro', sans-serif;
}
form.form p.submit {
	margin: 0 !important;
}
@media (max-width: 768px) {
	.form-container {
		width: 100%;
	}
}
section {
	display: inline-flex;
}
#cta {background:black;}
#cta h2{color:white;}
#salaries {
	background-image: url('../img/section-background-graphs-xl.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}


#logos h3 {
	color: #999;
	font-size: 24px;
}
#testimonials {
	padding-bottom: 50px;
}
#specialisations .thelist li {
	font-size: 16px;
}
/* VIDEO POP UP STYLES  */

/* VIDEO STYLE   */

#video-popup-container {
	display: none;
	position: fixed;
	z-index: 996;
	width: 60%;
	left: 50%;
	margin-left: -30%;
	top: 20%;
	background-color: #fff;
}

#video-popup-close {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 998;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	line-height: 25px;
	color: #fff;
}

#video-popup-iframe-container {
	position: absolute;
	z-index: 997;
	width: 100%;
	padding-bottom: 56.25%;
	background-color: #000;
	opacity: 1 !important;
}

#video-popup-iframe {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 1;
}

#video-popup-overlay {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	background-color: #000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

#video-popup-close:hover {
	color: #de0023;
}

.hidden {
	overflow: hidden;
}

.visible {
	overflow: visible;
}
/*END VIDEO POP UP*/
.full-width {
	width: 100%;
	margin: 0;
	display: flex;
}
h1 {
	margin-top: 28%;
	font-size: 44px;
	font-family: 'sofia-pro', sans-serif;
	font-weight: bold;
	color: white;
	line-height: 48px;
}
section.hero {
	background: url('../img/lsbf-acca-header-image.jpg') center center
		no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: flex;
}

section.angled {
	position: relative;
}
section.angled img {
	position: absolute;
	width: 98%;
	bottom: -2px;
	left: -2px;
}
.middle {
	position: relative;
	height: 40px;
}
.key-facts-wrapper {
	position: relative;
	margin: 0 auto;
	margin-top: -3%;
	width: 100%;
	z-index: 2;
}
.key-facts-open {
	z-index: 1;
	width: 60%;
	margin: 0 auto;
	margin-top: -3px;
	display: block;
	position: relative;
	padding: 20px;
	-webkit-box-shadow: 0px 2px 25px -15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 25px -15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 25px -15px rgba(0, 0, 0, 0.2);
}
.key-facts {
	background: white;
	width: 62%;
	padding: 25px 30px;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: -1px 2px 18px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 2px 18px 1px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 18px 1px rgba(0, 0, 0, 0.2);
}
.key-icon {
	width: 38px;
	height: auto;
	float: left;
}
.dates-open,
.campus-open,
.duration-open,
.fees-open {
	display: none;
}
p.key-title {
	font-size: 14px;
	font-weight: bold;
	color: #be1e2d;
	text-align: left;
	line-height: 18px;
}
.dates:before {
	content: '';
	background:url('../img/lsbf-icon-solid-calendar-primary.png');
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 10px;
	float: left;
	background-size:contain;
}
.duration:before {
	content: '';
	background:url('../img/lsbf-icon-solid-time-primary.png');
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 10px;
	float: left;
	background-size:contain;
}
.campus:before {
	content:'';
	background:	url('../img/lsbf-icon-solid-online-platform-primary.png');
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 10px;
	float: left;
	background-size:contain;
}
.fees:before {
	content: '';
	background:url('../img/lsbf-icon-solid-price-primary.png');
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 10px;
	float: left;
	background-size:contain;
}
p.key-title span {
	color: #444;
	display: block;
	line-height: 18px;
	font-weight: normal;
}
.relative {
	position: relative;
}
.one-fourth {
	width: 25%;
	display: inline-block;
	float: left;
}
.cta-wrapper {
	margin: 0 auto 20%;
	display: flex;
	flex-direction: column;
}
.cta-buttons {
	display: flex;
	justify-content: center;
}
.cta1 {
	display: inline-block;
	width: 200px;
	margin-right: 20px;
	background: transparent;
	padding: 20px 10px;
	color: white;
	border: 2px solid white;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	cursor: pointer;
}
.cta2 {
	display: inline-block;
	width: 200px;
	margin-right: 20px;
	background: white;
	padding: 20px 10px;
	color: #be1e2d;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	cursor: pointer;
	border:2px solid white;
}

.eligibility {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.requestCall {
	color: #be1e2d;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.hero-image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.hero p {
	font-size: 30px;
	color: white;
	margin-bottom: 6%;
	line-height: 30px;
}
p.payment-module {
	padding-top: 1em;
	padding-bottom: -6em;
	margin-bottom: -2%;
	font-size: 24px;
}
.white {
	background: white;
}
.gray {
	background-color: #fff;
}
.page-wrapper {
	width: 70%;
	margin: 0 auto;
	z-index: 2222;
	max-width: 980px;
	text-align: center;
}
h2 {
	text-align: center;
	margin-top: 70px;
	font-size: 36px;
	margin-bottom: 50px;
}

#salaries h2 {
	margin-bottom: 10px;
}
span.red-text {
	color: #be1e2d;
}
.red-text {
	color: #be1e2d !important;
}
#globalmba .one-fourty img {width:80%; height:auto; }
#globalmba .one-sixty p {text-align:left;}
.one-sixty {
	width: 57%;
	float: left;
	display: block;
	margin-bottom: 5%;
	margin-right:3%;
}
.one-fourty {
	width: 40%;
	float: left;
	display: block;
	text-align:left;
}
.rounded {
	border-radius: 4px;
}
.people {
	vertical-align: bottom;
	width: 100%;
}
.icon-wrap {
	text-align: center;
}
.icon {
	width: 72px;
	height: auto;
	margin: 0 auto;
}
.title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.text {
	font-size: 14px;
	color: #444;
	text-align: center;
}
.one-half {
	width: 50%;
	float: left;
	display: block;
	margin-top: 5%;
}
.testimonial-wrapper {
	position: relative;
}
.quotes {
	position: absolute;
	left: -16px;
	top: -16px;
	z-index: -1;
}
.testimonial {
	width: 89%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	z-index: 2;
}
.testimonial2 {
	width: 93%;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	z-index: 2;
}
.testimonial3 {
	width: 107%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	z-index: 2;
}
.student {
	text-align: left;
	font-size: 18px;
}
#vr-sec .one-half {
	margin-top: 0;
}
#vr-sec {padding-bottom:50px;}
#vr-sec h4 {
	margin-top: 50px;
	color: #444;
	font-size: 16px;
}
p.vr-text {
	font-size: 14px;
	text-align: left;
	width: 85%;
	line-height: 1.7;
}
.vr-icon {
	width: 50px;
	height: auto;
	margin-top: 50px;
}
p.vr-icon-text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 50px;
}
img.student-image1,
img.student-image2,
img.student-image3 {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 50px;
	float: right;
}
p.school {
	font-size: 18px;
	color: #999;
	text-align: left;
	line-height: 0px;
}
.clearfix {
	clear: both;
}
.one-third-m,
.one-third-s {
	width: 32.3%;
	float: left;
	display: block;
	margin-right: 1%;
	margin-bottom: 5%;
}
.entry-icon {
	width: 60px;
	height: auto;
}
.one-third {
	width: 32.3%;
	float: left;
	display: block;
}
.one-third p.number {
	font-size: 35px;
	color: #be1e2d;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.one-third p.number span {
	font-size: 65px;
}
.one-third p.below {
	font-size: 18px;
	color: #999999;
	line-height: 2;
	display: grid;
}
.one-third span.continent {
	font-size: 18px;
	color: black;
	line-height: 1.5;
	font-weight: bold;
	font-family: inherit;
}
.one-fourth {
	width: 25%;
	display: inline-block;
	float: left;
}
.icon-wrapper img {
	width: 50px;
	height: auto;
	margin-top: 50px;
}
.icon-wrapper {
	display: block;
	text-align: center;
}
.info-wrap {
	display: block;
	text-align: center;
}
.source {
	font-size: 14px;
	color: #444;
	font-style: italic;
	margin: 5% 0 5% 0;
}
.source a {
	color: #be1e2d;
	text-decoration: none;
}
ul.thelist {
	text-align: left;
	font-size: 13px;
	color: #444;
	list-style-type: none;
	font-family: inherit;
	
}
#about ul.thelist {
	width: 85%;
	margin: 0 auto;
}
ul.thelist li {
	text-align: left;
	margin-bottom: 15px;
	text-indent: -17px;
	line-height: 1.5;
}
ul.thelist li:before {
	content: '\2014\a0';
	color: #be1e2d;
}
.specialisations-new h2 {
	margin-bottom: 0;
}
ul.specialisationslist li {
	display: flex;
	text-indent: unset;
	font-weight: bold;
	align-items: center;
	font-size: 16px;
}
.specialisationshalf {
	display: flex;
	justify-content: center;
	
}
ul.specialisationslist li:before {
	content: '';
	display: block;
	background: url(../img/lsbf-icon-favorite-primary.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: #be1e2d;
	width: 30px;
	height: 20px;
	
}
li a.button-cta {
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 60px;
	background: #be1e2d;
	text-decoration: none;
	display: inline-block;
	margin: 5% auto;
	text-align: center;
	width: 220px;
	border-radius: 40px;
}
.logos-wrap {
	margin: 5% auto;
}
.single-logo {
	width: 120px;
	height: auto;
	margin:10px 20px;
}
#field2,
#field3 {
	display: none;
}
.one-fourty p.degree {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}
.one-fourty p.sub-degree {
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	width: 57%;
	margin: 0;
	display: flex;
	color: #444;
}
.degree:before {
	content: '';
	background:url(../img/lsbf-icon-accreditation-primary.png);
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px;
	background-size:contain;
}
.one-sixty p.mature {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}
.mature:before {
	content: url(../img/lsbf-icon-work.svg);
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px;
}
p.sub-mature {
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	display: flex;
	color: #444;
}
.english-wrap {
	border: 2px solid #bbb;
	border-radius: 4px;
	padding: 20px 60px;
	margin-bottom: 70px;
}
p.english {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}
.english:before {
	content: '';
	background:url(../img/lsbf-icon-flag-uk-primary.png);
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px;
	background-size:contain;
}
p.sub-english {
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	display: flex;
	width: 80%;
	color: #444;
}
footer {
	background: #000;
	height: 40px;
	padding: 40px 0;
}
.footer-left {
	width: 80%;
	float: left;
	display: block;
	color: #bbb;
	text-align: left;
}
.footer-left a {
	color: #bbb;
	font-size: 14px;
	text-decoration: underline;
}
.footer-left p {
	color: white;
	font-size: 14px;
}
.footer-right {
	width: 20%;
	float: right;
	display: flex;
	text-align: right;
}
.footer-right img {
	width: auto;
	height: 50px;
	float: right;
	margin-left: 15px;
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media (max-width: 1280px) {
	.footer-right {
		display: block;
	}
	.footer-right img {
		width: 80px;
		height: auto;
		margin-bottom: 10px;
	}
}
@media (max-width: 1280px) and (min-width: 900px) {
	img.student-image1,
	img.student-image2 {
		margin-top: 25%;
	}
	
}
@media (max-width: 1024px) {
	.key-facts {
		width: 90%;
	}
	.page-wrapper {
		width: 90%;
	}
}
@media (max-width: 900px) {
	h2 {margin-top:20px;}

	#vr-sec .one-fourth {
		margin-bottom: 0;
	}
	.vr-icon {
		margin-top: 0;
	}
	.vrimage {
		max-width:300px;
		height:auto;
		width:100%;
	}
	#vr-sec h4 {
		margin-bottom: 50px;
	}
	h1 {
		font-size: 36px;
		line-height:40px;
	}
	.cta-mobile {
		display: none;
	}
	.hero p {
		width: 70%;
		margin: 0 auto;
		line-height: 30px;
	}
	.one-half {
		width: 50%;
		position: relative;
	}

	.first-list {
		margin-bottom: -44px;
	}
	
	.clearfix {
		clear: none;
	}
	.one-sixty,
	.one-fourty {
		width: 100%;
		margin-bottom: 5%;
	}
	.testimonial {
		width: 86%;
		font-size: 32px;
	}
	.testimonial3 {
		width: 100%;
	}
	img.testimonial-mobile {
		display: block !important;
		margin-right: 20px;
		float: left;
	}
	.one-fourth {
		width: 49%;
		margin-bottom: 2%;
	}
	.key-facts-wrapper {
		width: 92%;
		margin-top: -22%;
	}
	.key-facts {
		height: 145px;
	}
	.cta-wrapper {
		margin: 5% auto 30%;
	}
	.white-menu {
		position: fixed;
		box-shadow: none;
	}
	.main-menu {
		position: fixed;
		
	}
	section.angled img {
		background: white;
		width: 100%;
		left: 0;
	}
	#salaries {
		background-size: cover;
	}
	.one-third-m {
		min-height: 220px;
	}
	p.vr-text {
		width: 80%;
		text-align: left;
		margin: 0 auto;
	}
}
@media (max-width: 1100px) {
	.nav a {
		margin-left: 12px;
		font-size: 12px;
	}
}
@media (max-width: 800px) {
	.cta1,
	.cta3 {
		display: none;
	}
	.cta2 {
		margin: 3% auto;
		float: none;
	}
	.cta-mobile {
		display: none;
	}
	.hero p {
		line-height: 30px;
	}
	.page-wrapper {
		max-width: 90%;
	}

	.one-third p.number span {
		font-size: 50px;
	}
	.one-third-m {
		min-height: 250px;
	}
	.first-list {
		margin-bottom: -44px;
	}
}
@media (max-width: 768px) {
	h1 {
		margin-top: 30%;
	}
	.sticky {
		display: none;
	}
	.nav {
		display: none;
	}
	.main-menu {
		display: none;
	}
	#navigation {
		display: none;
	}
	.white-menu {
		display: none;
	}
	#mobile-navigation {
		display: block;
		position: fixed;
		top: 0;
		background: white;
		height: 60px;
		padding-top: 10px;
	}
	.mobile-menu {
		display: block;
	}
	.main-menu-mobile {
		display: inline-flex;
		position: fixed;
		top: 0;
		z-index: 99999;
		background: white;
	}
	.cta-mobile {
		display: inline-flex;
		position: fixed;
		top: 70px;
		z-index: 9999;
		padding: 10px 0;
		border-top: 3px solid #be1e2d;
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	}
	.first-cta,
	.second-cta,
	.third-cta {
		display: block;
	}
	.cta2 {
		margin: 10% auto;
	}
	.page-wrapper {
		width: 90%;
	}
	h2 {
		font-size: 24px;
	}
	

	.first-list {
		margin-bottom: -44px;
	}
	.one-third p.number {
		font-size: 26px;
		line-height: 1;
	}
	.testimonial-wrapper {
		width: 96%;
		margin-left: 4%;
	}
	.one-sixty,
	.one-fourty {
		text-align: center;
		width: 100%;
		margin-bottom: 5%;
	}
	.one-third-m {
		width: 45%;
		margin-left: 1.6%;
		min-height: 190px;
	}
	.one-third-s {
		width: 98%;
	}
	.one-third-s .icon-wrap {
		text-align: left;
	}
	.one-third-s .icon-wrap p.title {
		text-align: left;
	}
	.one-third-s .icon {
		float: left;
		margin-right: 3%;
	}
	.one-third-s .icon-wrap p.text {
		text-align: left;
		display: flex;
	}
	.testimonial3 {
		width: 90%;
	}
	.one-third {
		margin-bottom: 0;
	}
	
	p.sub-english {
		width: 100%;
	}
	
	.hero iframe {
		height: 300px;
	}
}
@media (max-width: 720px) {
	.totalwrapper {
		margin-left: 0;
	}
	.one-third {
		margin-bottom: 0;
	}
}
@media (max-width: 700px) {
	.middle {
		height: 100px;
	}
	.one-third {
		width: 33.3%;
	}
	.one-third p.below,
	.one-third span.continent {
		font-size: 16px;
		line-height: 20px;
	}
	.one-third-m {
		min-height: 220px;
	}
}
@media (max-with: 680px) {
	.one-third {
		width: 46%;
	}
}
@media (max-width: 600px) {
	.one-half {width:100%;}
	.one-sixty img, .one-fourty img {width:100%; height:auto; max-width:300px;}
	.white-menu {
		position: fixed;
		top: 0;
		background: white;
	}
	.full-width.main-menu.sticky {
		display: none;
	}
		.specialisationshalf {display:flex; justify-content:start;}
	.slideInDown {
		animation: none;
		display: none;
	}
	.vrimage {margin-top:30px;}
	h1 {
		margin-top: 40%;
	}
	.one-third {
		width: 49%;
	}
	.hero iframe {
		height: 270px;
	}
	.cta-mobile {
		padding: 5px 0;
	}
	.slideInDown {
		animation: none;
	}
	.testimonial {
		width: 100%;
	}
	.first-list {
		margin-bottom: -44px;
	}
	.form-container iframe {
		height: auto;
		min-height: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.one-third-m {
		min-height: 257px;
	}
	#about iframe {
		width: 350px;
		height: auto;
	}
}
@media (max-width: 500px) {
	h1 {
		margin-top: 50%;
	}

	.rounded {
		width: 90%;
	}
	.totalwrapper {
		margin-left: 0;
	}
	.one-third {
		width: 49%;
	}
	.one-third-m {
		width: 44%;
		min-height: 190px;
	}
	.first-cta-button {
		font-size: 14px;
	}
	.middle {
		height: 240px;
	}
	.key-facts {
		height: 274px;
		width: 80%;
	}
	.one-third-m {
		width: 95%;
	}
	.one-fourth {
		width: 100%;
	}
	
	.student {
		margin-top: 12%;
		line-height: 0;
		display: block;
	}
	span.red-text {
		line-height: 30px;
	}
	.english-wrap {
		padding: 20px 30px;
	}
	
	p.english {
		margin: 0;
	}
	.slideInDown {
		animation: none;
		display: none;
	}
	.form-wrapper {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.hero p {
		font-size: 24px;
		width: 80%;
	}
	.first-cta,
	.second-cta,
	.third-cta {
		padding: 10px 0;
	}
	.first-cta-button {
		font-size: 12px;
	}
	li a.button-cta {
		padding: 15px 2px;
		font-size: 16px;
	}
	.single-logo {
		width: 90px;
		height: auto;
	}
	.key-facts {
		width: 75%;
	}
	.key-icon {
		margin-right: 30px;
	}
	ul.thelist {margin-top:20px;}
	.one-third-m {
		width: 95%;
	}
	.one-third p.number {
		font-size: 20px;
	}
	.testimonial-wrapper {
		width: 90%;
		margin-left: 10%;
	}
	.testimonial,
	.testimonial2,
	.testimonial3 {
		font-size: 24px;
	}
	p.student {
		line-height: 0;
		display: block;
		margin-top: 12%;
	}
	p.school {
		line-height: 18px;
		display: block;
		text-indent: 0px;
	}
	footer {
		height: 100px;
	}
	.footer-left,
	.footer-right {
		width: 100%;
		text-align: center;
	}
	.footer-right img {
		float: none;
	}
}
@media (max-width: 360px) {
	.one-third {
		min-height: 230px;
	}
	#about iframe {
		width: 250px;
	}
}
@media (max-width: 320px) {
	h1 {
		margin-top: 60%;
	}

	.first-cta-button {
		font-size: 11px;
	}
}
/** form **/
.jForm .jForm__input,
.jForm .jForm__label {
	color: #444;
	font-family: sofia-pro, sans-serif;
}
.jForm .jForm__button,
.jForm .jForm__input,
.jForm .jForm__label {
	font-family: sofia-pro, sans-serif;
}
.jForm .jForm__row {
	margin-bottom: 20px;
}
.jForm .jForm__label {
	text-align: left;
	font-size: 14px;
	display: block;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.jForm .jForm__label span:last-child {
	margin-left: 3px;
}
.jForm .jForm__input,
.custome-phone {
	background-color: #eee;
	border: none;
	padding: 0 10px;
	width: 100%;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.jForm .jForm__field.jForm__phone {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 175px;
}
.jForm .jForm__field.jForm__phone .custome-phone {
	width: 75px;
	
}
.jForm .jForm__field.jForm__phone select.jForm__input {
	position: absolute;
	width: 175px;
	left: 0;
	top: 0;
}
.jForm .jForm__field.jForm__phone input {
	width: 100%;
	
}
.jForm__text p {
	clear: left;
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 5px;
	padding: 3px 2px;
}
.jForm__row:last-child {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jForm .jForm__button {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	padding: 2px 12px;
	background-color: #be1e2d;
	text-decoration: none;
	text-align: center;
	max-width: 300px;
	width: 100%;
	height: 55px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
}
.jForm .jForm__invalid .jForm__input {
	border: 1px solid #be1e2d;
}
.jForm .jForm__text a {
	color: #be1e2d;
}
.jForm .jForm__text a:hover {
	text-decoration: none;
}
div.jForm__field.jForm__field-checkbox {
	font-size: 12px;
	display: flex;
	color:white;
}
.jForm__text span {
	font-size: 12px;
	color:white;
}
@media (min-width: 769px) {
	.jForm {
		margin: 0 auto;
		padding: 1em 0;
		max-width: 460px;
	}
}
