body {
	font-family: 'Raleway', sans-serif;
}

.no-lr-padding {
	padding-left: 0;
	padding-right: 0;
}

.gray-bg {
	background-color: #f8f8f8;
}

.div-cell {
	float: none;
}

.no-shadow {
	box-shadow: none;
}

.masthead {
	background-color: #484848;
	padding: 10px 0;
	margin-bottom: 0;
	border-color: #484848;
	border-radius: 0;
	height: 66px;
	z-index: 1;
}

.banner.aboutus {
    background: url(../img/home/aboutBanner.png) no-repeat center center/cover;
    margin-top: -66px;
}

.banner.contactus {
    background: url(../img/home/contact-us.png) no-repeat center center/cover;
    margin-top: -66px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-brand {
	padding: 6px 15px;
	height: auto;
}

nav {
	border-bottom: 2px solid #eaeaea;
}

nav ul.list-inline {
	margin-bottom: 0;
	min-height: 60px;
	line-height: 60px;
}

nav ul.list-inline > li > a {
	padding: 20px 25px;
	text-decoration: none;
	font-weight: 600;
}

nav ul.list-inline > li.active > a,
nav ul.list-inline > li > a:hover,
nav ul.list-inline > li > a:focus {
	border-bottom: 2px solid #ff721c;
}

section {
	padding: 6% 0;
}

section h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ff721c;
}

@media (min-width: 992px) {
	section h3 {
		padding-left: 50px;
	}
}

@media (max-width: 991px) {
	.div-tb,
	.div-cell {
		display: block;
		float: inherit;
	}

	.contactus .div-cell,
	.aboutus .div-cell {
		display: table-cell;
	}
}

section h4 {
	font-weight: 600;
	color: #000;
	margin-top: 0;
}

section p {
	font-weight: 400;
	color: #777;
	font-size: 14px;
	line-height: 24px;
}

section p a {
	color: #ff721c;
	text-decoration: underline;
}

section img {
	box-shadow: 11px 18px 38px 0px rgba(1, 1, 1, 0.04);
}

@media (max-width: 615px) {
	section img {
		width: 100%;
	}

	nav ul.list-inline > li > a {
		padding: 20px 1px;
		font-size: 15px;
	}
}

@media (max-width: 436px) {
	nav ul.list-inline > li {
		display: inline-block;
	}
}

ul.style-type-image {
	list-style-image: url('../img/home/list-style-hand.png');
}

ul.style-type-image > li {
	padding-left: 10px;
}

ul.style-type-image > li + li {
	margin-top: 20px;
}

.learning p,
.learning h3 {
	color: #fff;
}

.about-us h1 {
	margin-bottom: 30px;
}

.about-us p {
	font-size: 16px;
	line-height: 30px;
}

.contact-us > .container {
	margin-top: -270px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.contact-us > .container {
		margin-top: 0px;
	}
}

.contact-us .cus-padding {
	padding: 40px;
}

.contact-us .cus-padding label {
	font-weight: normal;
}

.contact-us .enquiry {
	padding-left: 70px;
	position: absolute;
	top: 18px;
	right: 0;
	left: 0;
}

.contact-us .enquiry li + li {
	margin-top: 60px;
}

.contact-us .enquiry h3 {
	color: #ff721c;
	font-size: 22px;
	padding-left: 0;
}

.contact-us .enquiry p {
	color: #4f5050;
	font-size: 20px;
	font-weight: 
}