@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Regular.eot');
    src: url('../fonts/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Regular.woff2') format('woff2'),
        url('../fonts/subset-Lato-Regular.woff') format('woff'),
        url('../fonts/subset-Lato-Regular.ttf') format('truetype'),
        url('../fonts/subset-Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Bold.eot');
    src: url('../fonts/subset-Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Bold.woff2') format('woff2'),
        url('../fonts/subset-Lato-Bold.woff') format('woff'),
        url('../fonts/subset-Lato-Bold.ttf') format('truetype'),
        url('../fonts/subset-Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Black.eot');
    src: url('../fonts/subset-Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Black.woff2') format('woff2'),
        url('../fonts/subset-Lato-Black.woff') format('woff'),
        url('../fonts/subset-Lato-Black.ttf') format('truetype'),
        url('../fonts/subset-Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Light.eot');
    src: url('../fonts/subset-Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Light.woff2') format('woff2'),
        url('../fonts/subset-Lato-Light.woff') format('woff'),
        url('../fonts/subset-Lato-Light.ttf') format('truetype'),
        url('../fonts/subset-Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-Light.eot');
    src: url('../fonts/subset-SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-Light.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-Light.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/subset-SourceSansPro-Semibold.eot');
    src: url('../fonts/subset-SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SourceSansPro-Semibold.woff2') format('woff2'),
        url('../fonts/subset-SourceSansPro-Semibold.woff') format('woff'),
        url('../fonts/subset-SourceSansPro-Semibold.ttf') format('truetype'),
        url('../fonts/subset-SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

#content a {
	color: #0068AC;
    text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
a.btn {
	color: white!important;
	font-weight: bold;
}
/* Section */

.section {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}

/* About */

#about {
	background: #0068ac;
	color: #fff;
}

#about .section {
	margin-bottom: 20px;
}

#about .image {
	float: left;
   	width: 100%;
	max-width: 100%;
}

#about .video {
	float: left;
   	width: 49%;
}

#about .text {
	margin-left: 52.54237288135593%;
}

#about .text .heading {
	color: #ffffff;
}

#about .text .readmore {
	margin-top: 17px;
}

/* Our Curriculum */

#curriculum .section {
	padding-top: 50px;
	padding-bottom: 30px;
}

#curriculum ul {
	margin: 58px -12px 0;
	padding: 0;
}

#curriculum ul li {
	margin: 0 -4px 43px 0;
	padding: 0 12px;
	list-style: none;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 23px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 1.217;
}

#curriculum ul li img {
	display: block;
	width: 100%;
	margin-bottom: 17px;
}

/* Testimonials */

#testimonials {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

#testimonials .slider {
	display: table-cell;
	vertical-align: top;
	width: 55.06944444444444%; /* 793px */
	background: #de307d;
	color: #fff;
}

#testimonials .image {
	display: table-cell;
	vertical-align: top;
	width: 44.93055555555556%;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#testimonials .slider .slides {
	margin: 0;
	padding: 0;
}

#testimonials .slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#testimonials .slider .slides li .text {
	float: right;
	width: 660px;
	padding-right: 95px;
	padding-top: 180px;
	padding-bottom: 159px;
}

#testimonials .slider .slides li .text .heading {
	color: #fff;
	margin: 0 0 25px;
}

#testimonials .slider .slides li .text blockquote {
	position: relative;
	margin: 0;
	padding: 50px 0 0;
	font-style: normal;
	border: 0;
}

#testimonials .slider .slides li .text blockquote:after {
	content: "“";
	position: absolute;
	left: -4px;
	top: 0;
	line-height: 1;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 113px;
}

#testimonials .slider .slides li .text blockquote cite {
	display: block;
	font-style: normal;
	font-size: 17px;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 30px;
}

#testimonials .slider .slides .owl-prev,
#testimonials .slider .slides .owl-next {
	bottom: 170px;	
}

#testimonials .slider .slides .owl-prev {
	right: 86px;
}

#testimonials .slider .slides .owl-next {
	right: 54px;
}

.owl-prev,
.owl-next {
	position: absolute;
	width: 18px;
	height: 25px;
	text-indent: -9999em;
	background: url(../images/testimonials-arrows.png) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.owl-next {
	background-position: left bottom;	
}

/* Our Centre */

#ourCentre .section {
	padding-top: 83px;
	padding-bottom: 83px;
}

#ourCentre .image {
	float: left;
	width: 543px;
}

#ourCentre .text {
	margin-left: 620px;
}

#ourCentre .text .readmore {
	margin-top: 28px;
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.2;
}

.heading {
	color: #0068ac;
	font-size: 68px;
	line-height: 1;
	margin-bottom: 0.3970588235294118em;
}

.heading span {
	display: block;
	font-size: 0.4411764705882353em; /* 30px */
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

.actionBtn {
	display: inline-block;
	border: 1px solid #0068ac;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #0068ac;
	color: #fff!important;
	padding: 1.083333333333333em 2.083333333333333em;
	text-align: center;
	-webkit-border-radius: 0.4166666666666667em;
	-moz-border-radius: 0.4166666666666667em;
	border-radius: 0.4166666666666667em;
}

.actionBtn:hover {
	background: #fff;
	color: #0068ac!important;
	border-color: #0068ac;
	text-decoration: none!important;
}

.actionBtn.trans {
	border: 1px solid #ffffff;
	background: none;
}

.actionBtn.trans:hover {
	background: #fff;
	color: #0068ac;
	border-color: #fff;
}

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

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

