.clear{
	clear: both;
}

.italics {
	font-style: italic;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

p {
	text-align: justify;
}

/*Nav Bar*/


.navbar {
	border: none;
	margin: 0;
	height: 150px;
	background-color: #2d4d8a;
	border-radius: 0;
	border: none;
	z-index: 5;
}

.mobile {
	display: none;
}

.row {
	max-width: 100%;
	margin: 0!important;	
}

.nav-brand {
	float: left;
}

.nav-whole {
	position: relative;
	background-image: url(../images/nav-logo-bg.png);
	background-repeat: no-repeat;
	height: 100%;
}

.nav-shadow {
	z-index: 9;
	position: relative;
}

.nav-logo {
	z-index: 10;
	position: absolute;
	top: 37px;
	left: 50px;
	
}

.header-links {
	display: inline-block;
	width: 480px;
	float: right;
	padding: 10px;
	color: white;
	height: 70px;
	border-bottom: 2px solid #c6c6c6;
}

.header-links p {
	display: inline-block;
	padding: 6.5px 10px;
	font-size: 26px;
	margin: 0;
	border-right: 2px solid #c6c6c6;
	padding-right: 25px;
	float: left;
}

.nav-phone {
	padding: 6.5px 10px;
}

.header-links ul li {
	display: inline-block;
}

.header-links:after {
	content: " ";
	display: block;
	clear: both;
}

.social {
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.social-nav {
	background-color: #777;
}

.social li {
	margin: 10px 5px;
}

.fb-nav:hover {
	background-color: #3E5B98;
}

.gp-nav:hover {
	background-color: #DD4B39;
}

.li-nav:hover {
	background-color: #3371B7;
}

.nav-phone {
	float: left;
}

.nav {
	background-color: #2d4d8a;
}

.nav > li > a {
	color: white!important;
	font-weight: 400;
	font-size: 14pt;
	padding: 15px;
	height: 50px;
}

.nav > li > a:hover {
	background-color: white!important;
	color: #2d4d8a!important;
}

.navbar-collapse {
	    margin-top: 30px;
}


/*Footer Bar*/

.footer-bar {
	background-color: #333;
	height: auto;
	margin: 0;
	position: relative;
	z-index: 11;
	margin-top: 20px;
}

.footer-logo {
	margin-top: 50px;
}

.footer-logo-1 {
	margin: 0 auto;
}

.footer-nav {
	text-align: center;
	font-size: 12pt;
	color: white;
	font-size: 15pt;
	padding-top: 50px;
    padding-bottom: 12px;
}

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

.footer-nav a {
	color: white;
}

.footer-details {
	color: white;
	margin: 50px auto;
}

.footer-details a {
	color: white;
}


.footer-details td {
	padding-bottom: 10px;
	vertical-align: top;
}

.footer-details td:nth-child(even) {
	padding-left: 25px;
	
}

.footer-details  {
	padding-left: 10px;
}

.social-footer {
	margin: 0 auto;
}

@font-face {
    font-family: 'si';
    src: url('/images/social/socicon.eot');
    src: url('/images/social/socicon.eot?#iefix') format('embedded-opentype'),
         url('/images/social/socicon.woff') format('woff'),
         url('/images/social/socicon.ttf') format('truetype'),
         url('/images/social/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../images/social/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0 auto; 
    margin-top: 30px;
    padding:0;
    list-style:none;
    align-content: ceet;
    max-width: 36%;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 13px;
    color: #333;
    background-color: none;
}

.soc a:hover {
    z-index: 2;  
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: ghostwhite;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: ghostwhite;
}
.soc-google:before {
    content:'c';
}
.soc-linkedin {
    background-color: ghostwhite;
}
.soc-linkedin:before {
    content:'j';
}

.soc-facebook:hover {
    background-color: #3e5b98;
    color: white;
}
.soc-google:hover {
    background-color: #d93e2d;
    color: white;
}
.soc-linkedin:hover {
    background-color: #3371b7;
    color: white;
}

.copyright {
	color: white;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12pt;
	display: inherit!;
}

/*Home Page Banner*/

.home-hero {
	width: 100%;
	height: 700px;
	position: relative;
}

.home-banner {
	position: relative;
	height: 700px;
	background-image: url(../images/home-hero-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-banner-quote {
	text-align: right;
	background-color: rgba(0, 0, 0, .75);
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	right: 160px;
	width: 30%;
	
}

.home-banner-quote h1 {
	color: white;
	font-weight: 200!important;
	padding: 30px;
	margin: 0;
	
}

.home-bar-bg {
	position: absolute;
	background-color: rgba(255, 255, 255, .75);
	height: 200px;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-bar {
	background-color: rgba(255, 255, 255, .75);
	height: 255px;
	margin-top: -55px;
	padding: 5px;
}

.home-body ul {
	font-size: 12pt;
}

.home-service-col {
	padding: 5px;
}

.home-service-header {
	background-color: #333;
	text-align: center;
	font-weight: 800;
	font-size: 16pt;
	padding: 10px;
	color: white;
	position: absolute;
	width: 97.5%;
}

.home-body h2 {
	font-size: 25pt;
}

.home-body p {
	font-size: 12pt;
}

.home-links {
	margin: 10px auto;
}

.link-bot {
	margin: 50px 0!important;
}

.link-bot h3 {
	background-color: #2d4d8a;
	text-align: center;
	color: white;
	padding: 20px;
	font-size: 22pt;
	margin-top: 65px;
}


.page-header {
	position: relative;
	height: 400px;
	background-image: url(../images/page-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
		
}

.page-heading h1 {
	color: white;
	font-weight: 200!important;
	padding: 30px;
	margin: 0;
	text-align: right;
	background-color: rgba(0, 0, 0, .75);
	position: absolute;
	top: 130px;
	right: 15%;
	
	
}

.service-bar {
	position: absolute;
	background-color: rgba(255, 255, 255, .75);
	height: 70px;
	padding: 5px;
	right: 0;
	left: 0;
	top: 330px;
	
}

.service-col {
	padding: 5px;
}

.service-header {
	padding: 5px;
}

.service-header > h2 {
	background-color: #333;
	text-align: center;
	font-weight: 800;
	font-size: 16pt;
	padding: 15px 10px;
	color: white;
	margin: 0;
	cursor: pointer;
}

.service-page-button {
	margin: 50px auto;
	margin-top: 0;
	max-width: 100%;
	background-color: #2d4d8a;
	height: auto;
	padding: 22px;
	color: white;
	text-align: center;


}

.service-page-button p {
	font-size: 25pt;
	margin: 0;
	padding: 0;
}

.service {
	background-color: white;
}

.service h3, .service-why-us h3, .about-page h3, .contact h3 {
	border-bottom: 2px solid #555;
	padding-bottom: 5px;
	display: inline-block;
	padding-right: 100px;
}

.service h4, .service-why-us h4 {
	font-weight: 600;
}


.service-why-us {
	background-color: white;
	margin-top: 20px;
	margin-bottom: 50px;
	border-top: 2px solid #e5e5e5;
}

/*Resuorces*/

.app-pro-button {
	text-align: center;
	background-color: #666;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30%;
}

.app-pro-button a {
	color: white;
}

.app-pro-button h3 {
	margin-bottom: 20px;
}

.page-bg {
	padding: 0;
	background-color: ghostwhite;
}

.resources-heading {
	background-color: #2d4d8a;
}

.resources-heading h1 {
	margin: 20px;	
	text-align: center;
	color: white;
}

.faq-section {
	margin: 50px auto;
}

.faq-question {
	background-color: #5d5d5d;
	padding: 12px;
	color: white;
	margin-bottom: 0;
	cursor: pointer;
}
.faq-answer {
	padding: 10px;
	text-align: justify;
	font-size: 13pt;
	background-color: white;
}

.link-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.links {
	border-bottom: 2px solid #999;
	max-width: 80%;
	padding: 0;
}

.link-last {
	border: none;
    padding: 0;
 }

.link-img {
	margin: 10px 0;
}

/*Applciation Process*/

.app-page-header {
	background-image: url(../images/app-process-bg.png);
	height: 100%;
	width: 100%;
	position: fixed;
	background-position: center;
	background-size: cover;
}

.app-bar{
	background-color: rgba(255, 255, 255, .75);
	height: 70px;
	padding: 0;
	margin-top: 50px;
}

.app-header {
	padding: 5px;
	background-color: rgba(255, 255, 255, .75);
}

.app-header > h2 {
	background-color: #333;
	text-align: center;
	font-weight: 800;
	font-size: 16pt;
	padding: 15px 10px;
	color: white;
	margin: 0;
}

.da-header {
	padding-right: 2.5px;
}

.cdc-header {
	padding-left: 2.5px;
}

.app-pro {
	background-color: ghostwhite;
}

.app-process-content {
	background-color: white;
	padding: 0;
}

.app-process-content h1 {
	text-align: center;
	margin: 20px 15px 15px 15px;
	padding-bottom: 20px;
	border-bottom: 2px solid #333;
}

.app-process-content h2 {
	text-align: center;
}

.app-process-content p {
	text-align: justify;
	padding: 0 20px;
	font-size: 14pt;
}

.glyphicon-arrow-down {
	width: 100%;
	text-align: center;
	display: block;
	font-family: 'Glyphicons Halflings';
	line-height: 2;
	margin-bottom: 1px;
	color: white;
	font-size: 18pt;
	
}

.app-bar {
	position: relative;
	z-index: 20;
	margin-top: 450px;
	background: none;
}

.head-fixed {
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
}

.head-fixed-mob {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
}

.option-right-content {
	display: none;
}

.option-left-content {
	display: none;
}


.page-heading h1 {
	color: white;
	font-weight: 200!important;
	padding: 30px;
	margin: 0;
	text-align: right;
	background-color: rgba(0, 0, 0, .75);
	position: absolute;
	top: 200px;
	right: 15%;
}

.general-comment {
	color: #333;
	font-size: 14pt;
	z-index: 11;
	position: relative;
	margin-top: 10px;
	margin-bottom: 350px;
	padding: 20px;
	background-color: rgba(255, 255, 255, .90);
}

.gen-para {
	padding: 0;
}

.box {
	position: relative;
	z-index: 11;
	background-color: rgba(255, 255, 255, .90);
	padding: 20px;
}

.da-left {
	padding: 0;
	padding-right: 5px;
}

.da-right {
	padding: 0;
	padding-left: 5px;
}

.readButton {
	float: right;
	padding: 10px;
	background-color: rgba(0,0,0,.60);
	color: white;
}

.readButtonYes {
	float: left;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.60);
	color: white;
	cursor: pointer;
}

.readButtonNo {
	float: right;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.60);
	color: white;
	cursor: pointer;
}

.content-box {
	display: none;
}

.da-ul {
	display: inline-block;
	text-align: left;
}

.da-box {
	text-align: center;
}

.buttonsDIV {
    width: 300px;
    margin: 0 auto;
}


	

/*About Us Page*/

.about-page {
	z-index: 10;
	position: relative;
}

.site-links {
	list-style-type: none;
	padding: 0;
}

.container h4 {
	margin-top: 30px;
}

.about-links {
	margin-top: 20px;
	margin-bottom: 50px;
}

.about-link-img{
	margin: 10px auto;
}

/*Contact Us Page*/

.contact-us {
	position: absolute;
	right: 0;
	top: 550px;
	
}

.page-header {
	padding: 0;
	margin: 0;
	
}

.enquiry-form {
	margin-top: 30px;
}

.form-break {
	margin-top: 5px;
	margin-bottom: 5px;
}

.url-form {
	display: none;
}

.submit-button {
	max-width: 40%;
	margin: 0 auto;
	margin-top: 20px;
}

.details {
	margin-top: 30px;
	font-size: 14pt;
	font-weight: 300;
}

.details td {
	padding-bottom: 10px;
	vertical-align: top;
}

.details td:nth-child(even) {
	padding-left: 15px;
}

.details td:nth-child(odd) {
	font-weight: 500;
}

.details i {
	text-decoration: underline;
}

.contact {
	margin-bottom: 50px;
}

#map-container {
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}

.msg-area {
	resize: none;
}

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

	.home-banner-quote h1 {
		font-size: 20pt;
		
	}

	.page-heading h1 {
		right: 200px;
		top: 150px;
		font-size: 18pt;
		padding: 25px;
	}

	.contact-us {
		display: none;
	}
	
	.service-page-button {
		padding-left: 33%;
		padding-right: 33%;
	}
}

.application-info {
	display: none;
}


@media only screen and (max-width: 992px) {
	
	.home-banner-quote {
		text-align: right;
		background-color: rgba(0, 0, 0, .75);
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100px;
		right: 160px;
		width: 40%;
	
	}

	.home-banner-quote h1 {
		font-size: 20pt;
	
	}

	.home-service-header {
		font-size: 14pt;
	
	}
	.soc {
		max-width: 33%;
	}

	.soc li a {
		margin-right: 5px;
	
	}
	
	.contact-us {
		top: 300px;
	}
	
	.service-header > h2 {
		font-size: 13pt!important;
	}
	
	.service-bar {
		top: 334px;
	}	
	
	.header-links{
		display: none;
	}
	
	.navbar-collapse {
		margin-top: 50px;
	}
}


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


	.mobile {
		display: initial;
	}
		
	.desktop {
		display: none;
	}
	
	.soc {
		max-width: 19%;	
	}
	
	.social {
		display: none;
	}
	
	.navbar-collapse li a {
		font-size: 10pt;
	}
	
	.home-banner {
		height: 600px;
	}
	
	.home-service-col {
		clear: both;
		height: 50px;
	}
	
	.home-service-col img {
		display: none;
	}
	
	.home-service-header {
		font-size: 12pt;
	}

	.home-banner-quote {
		right: 0;
		width: 70%;
		top: 60px;
	}
	
	.home-banner-quote h1 {
		font-size: 15pt;
	}
	
	.home-bar {
		height: 165px;
		margin: 0;
	}
	
	.navbar {
		height: 50px;
	}
	
	.nav-logo {
		top: 5px;
		left: 15px;
		width: 55px;
	}
	
	.home-bar-bg {
		padding: 10px;
	}
	
	.contact-us {
		display: none;
	}
	
	.footer-details {
		margin-top: 0px;
	}
	
	.page-heading h1 {
		right: 100px;
		top: 90px;
		font-size: 14pt;
		padding: 20px;
	}
	
	.page-header {
		height: 450px;
		
	}
	
	.nav {
		margin-top: 0;
	}
	
	.nav > li > a {
		text-align: center;
		font-weight: 600;
	}
	
	.service-bar {
	    top: 273px;
	    height: 177px;
	}
	
	.service-header {
	    padding: 5px;
	}
	
	.app-pro-button {
	    text-align: center;
	    background-color: #666;
	    color: white;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    width: 50%;
	}
	
	.mainPanel {
	    padding: 30px;
	    border-radius: 10px;
	    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	    background-color: white;
	    margin: 40px 15px;
	}
	
	.service-page-button p {
		font-size: 14pt;
	}
	
	.navbar-collapse {
		margin-top: 0;
	}
	
	

}
@media only screen and (max-width: 401px) {
	
	.soc {
		max-width: 30%;
	}
	
	.footer-details {
		margin-top: 0px;
	}
	
	.page-heading {
		height: 700px;
		
	}
	
	.page-heading h1 {
		right: 100px;
		top: 90px;
		font-size: 14pt;
		padding: 20px;
	}
	
	.resources-heading h1 {
	    font-size: 20pt;
	}
	
	.faq-question {
		font-size: 14pt;
	}
	
	.details {
		font-size: 13pt;
	}
	
	.service-page-button p {
		font-size: 11pt;
	}
}





@media only screen and (max-width: 320px) {
	
	.soc {
		max-width: 41%;
	}
	
	.footer-details {
		margin-top: 0;
	}
	
	.details {
		font-size: 10pt;
	}
	
	.link-img {
	    width: 80%;
	}
}


