﻿/** Generated by FG **/
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('☺'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Montserrat-Light';
	src: url('fonts/Montserrat-Light.eot');
	src: local('☺'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

html, body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1f1f1f;
	line-height: 150%;
	text-align: justify;
}

section {
	width: 100%;
	height: 100%;
	position: relative;
	clear: both;
}

.content-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.cover-image {
	display: block;
	height: 100%;
	min-height: 100%;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.45);
}

.logo {
	position: absolute;
	max-width: 80%;
	height: auto;
}

.btn {
	padding: 10px 70px;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn:hover {
	background: #fff;
	border: 1px solid #1f1f1f;
	color: #1f1f1f;
}

.scroll-arrow {
	position: absolute;
	-webkit-animation: pulsate 2.5s ease-out;
	-moz-animation: pulsate 2.5s ease-out;
	-o-animation: pulsate 2.5s ease-out;
	animation: pulsate 2.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0.0;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

@-moz-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

h2 {
	font-size: 48px;
	font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
	color: #01793a;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
	color: #01793a;
	margin: 0;
	padding: 0;
}

.padding-btm-100 {
	padding-bottom: 100px;
}

.third {
	width: 33%;
}

.two-thirds {
	width: 64%;	
}

.half {
	width: 45%;
}

.half.right {
	float: right;
}

.half.left {
	float: left;
}

.light-font {
	font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
}

/* Header */

.header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 75px;
	width: 100%;
	background: #1f1f1f;
	padding: 15px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 1000;
}

ul.navigation {
	display: inline-block;
	float: right;
	list-style-type: none;
	margin: 0;
}

ul.navigation li {
	display: inline-block;
	float: left;
	padding: 10px 20px;
}

ul.navigation li.no-hover {
	padding: 0 0 0 20px;
}

ul.navigation li a {
	text-decoration: none;
	color: #fff;
}

ul.navigation li:after {
	content: "";
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background: transparent;
	-moz-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}

ul.navigation li:hover:after {
	width: 100%;
	background: #fff;
}

ul.navigation li.no-hover:hover:after {
	width: 0;
	background: none;
}

/* //Header */

/* About Us */

.about-us {
	background: url(images/about-us-background.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.about-us h2 {
	padding: 30px 0 60px;
}

.about-us .third {
	border-right: 1px solid #1f1f1f;
	float: left;
}

.about-us .two-thirds {
	padding-left: 30px;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* //About Us */

/* Contact */

.contact {
	font-size: 18px;
	font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.contact .half {
	display: inline-block;
	vertical-align: top;
}

.contact .third {
	float: left;
	position: relative;
}

.contact .two-thirds {
	float: right;
	padding: 50px 0 50px 50px;
}

.contact h3 {
	padding-bottom: 40px;
}

.contact .contact-details span {
	font-size: 15px;
	font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
	padding-left: 40px;
	margin-left: -40px;
}

.contact .contact-details a {
	color: #1f1f1f;
	text-decoration: underline;
	transition: ease 0.3s color;
}

.contact .contact-details a:hover{
	color: #01793a;
}

.contact .contact-details .phone-number {
	background: url(images/phone-icon.png) left center no-repeat;
	background-size: 20px; 
}

.contact .contact-details .email {
	background: url(images/email-icon.png) left center no-repeat;
	background-size: 20px; 
}

/* //Contact */

/* Who We Are */

.who-we-are {
	background: url(images/who-we-are-background.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.who-we-are .half {
	padding-bottom: 100px;
}

.who-we-are .third {
	display: inline-block;  
	vertical-align: top;
}

.who-we-are h2 {
	padding-bottom: 100px;
}

.who-we-are .staff-image {
	text-align: center;
}

.who-we-are .staff-image img {
	max-width: 250px;
	max-height: 250px;
	border-radius: 100%;
}

.who-we-are .third .staff-image img {
	max-width: 250px;
	max-height: 250px;
}

.who-we-are .staff-details {
	padding: 50px 15px 0;
	text-align: center;
}

.who-we-are .staff-details h3 {
	display: inline;
	width: auto;
	padding-bottom: 20px;
	font-size: 20px;
	color: #1f1f1f;
}

.who-we-are .third .staff-details h3 {
	font-size: 16px;
}

.who-we-are .staff-details p {
	text-align: justify;
	padding-top: 20px;
}

.who-we-are .staff-details p a {
	display: block;
	color: #1f1f1f;
	text-align: center;
	text-decoration: underline;
	transition: ease 0.3s color;
}

.who-we-are .staff-details p a:hover {
	color: #01793a;
}

/* //Who We Are */

/* Info Scheme */
.info-scheme {
	padding: 50px 0;
}

.info-scheme .third {
	border-right: 1px solid #1f1f1f;
	float: left;
}

.info-scheme .third  img{
	max-width: 300px;
}

.info-scheme .two-thirds {
	padding-left: 30px;
	float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info-scheme .two-thirds a {
	color: #01793a;
	transition: 0.3s all ease;
}

.info-scheme .two-thirds a:hover {
	color: #01d365;
}

/* //Info Scheme */

/* Footer */

.footer {
	padding: 50px 50px 30px;
	background: #1f1f1f;
	color: #fff;
}

.footer .copyright {
	float: left;
}

.footer .footer-navigation {
	float: right;
}

.footer .privacy-policy {
	clear: both;
	padding-top: 30px;
	font-size: 12px;
	color: #aaaaaa;
}

.footer .footer-navigation a {
	color: #fff;
	text-decoration: none;
}

.footer .footer-navigation a:after {
	content: "";
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background: transparent;
	-moz-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}

.footer .footer-navigation a:hover:after {
	background: #fff;
	width: 100%;
}

/* //Footer */

/* Popup */

.overlay-dark {
	position: fixed;
	z-index: 1100;
	width: 100%;
	height: 100%;
	background: rgba(31, 31, 31, 0.4);
	display: none;
}

.pop-up {
	position: fixed;
	z-index: 1200;
	background: #fff;
	max-height: 455px;
	display: none;
}

.pop-up .third {
	float: left;
}

.pop-up .two-thirds {
	float: right;
	max-width: 450px;
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pop-up .two-thirds label {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	color: #01793a;
}

.pop-up .two-thirds input[type=text],
.pop-up .two-thirds input[type=password] {
	width: 100%;
	height: 50px;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #1f1f1f;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.pop-up .two-thirds .btn {
	background: #fff;
	border: 1px solid #1f1f1f;
	color: #1f1f1f;
	width: 100%;
	margin: 30px 0 20px;
}

.pop-up .two-thirds .btn:hover {
	background: #1f1f1f;
	color: #fff;
}

.pop-up .two-thirds .error-message {
	display: none;
	color: #fe3434;
}

.pop-up .two-thirds .error-message a {
	color: #fe3434;
}

.pop-up .two-thirds .error-message a:hover {
	color: #1f1f1f;
}

.pop-up .close-pop-up {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

/* //Popup */

/* Mobile Nav Button */

#mobile-nav-btn {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
}

/* //Mobile Nav Button */

/* Responsiveness */

@media (max-width: 1370px) {
	.contact .third {
		padding: 80px 20px 80px 50px;
	}
}

@media (max-width: 1170px) {
	.content-wrapper {
		max-width: 100%;
		width: 100%;
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 1080px) {
	.two-thirds,
	.third {
		width: 100%;
		padding: 0;
	}

	.about-us .two-thirds {
		padding: 0;
	}

	.contact .two-thirds {
		width: 100%;
		max-height: 450px;
		float: none;
	}

	.contact .third {
		float: none;
		padding: 40px 20px 20px;
		margin: 0 auto;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.contact .half {
		width: 100%;
	}	
	
	.contact .half .address {
		display: inline-block;
		width: 49%;
		padding-bottom: 20px;
		margin: 0;
	}
	
	.contact .two-thirds {
		padding: 30px;
	}
	
	.contact .contact-details {
		text-align: left;
		padding-left: 40px;
	}
	
	.contact h3 {
		padding-bottom: 30px;
	}

	.who-we-are {
		padding: 50px 0;
	}

	.who-we-are h2 {
		padding-bottom: 50px;
	}
	
	.who-we-are .third {
		width: 33%;
	}
	
	.who-we-are .third .staff-image img {
		width: 100%;
	}
	
	.info-scheme .two-thirds {
		margin-top: 50px;
		padding: 0;
	}
}

@media (max-width: 900px) {
	.who-we-are .third {
		width: 100%;
	}
}

@media (max-width: 750px) {
	body {
		text-align: left;
	}
	
	.half {
		float: none;
		width: 100%;
	}

	.half.left {
		padding-bottom: 40px;
	}

	.contact {
		font-size: 16px;
	}

	#mobile-nav-btn {
		display: block;
	}

	.header {
		padding: 15px 0;
	}

	.header .logo-small {
		padding-left: 20px;
	}

	.header .content-wrapper {
		padding: 0;
	}

	ul.navigation {
		display: none;
		padding: 30px 0;
		background: #1f1f1f;
		width: 100%;
	}

	ul.navigation li {
		float: none;
		width: 100%;
		padding: 0;		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.navigation li.no-hover {
		margin-top: 50px;
		border-bottom: none;
		width: 100%;
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	ul.navigation li.no-hover button {
		width: 100%;
	}

	ul.navigation li a {
		display: block;
		width: 100%;
		padding: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #2b2b2b;
	}

	ul.navigation li:first-child a {
		border-top: 1px solid #2b2b2b;
	}

	ul.navigation li:after {
		display: none;
		width: 0;
		background: none;
	}
		
	.contact .half .address {
		display: block;
		width: 100%;
	}
}

@media (max-width: 500px) {
	h2 {
		line-height: 100%;
		font-size: 32px;
	}

	.who-we-are .director-image img {
		width: 100%;
		height: auto;
	}

	.who-we-are .director-details h3 {
		font-size: 16px;
	}

	.who-we-are .director-details p {
		padding-top: 30px;
	}
	
	.info-scheme .third {
		border: none;
	}
	
	.info-scheme .third img{
		width: 100%;
		max-width: 100%;
	}
	
	.footer .copyright,
	.footer .footer-navigation {
		display: block;
		float: none;
	}
	
	.footer .footer-navigation {
		padding-top: 20px;
	}

}