body, html {
			font-family: 'Roboto Slab', serif;
			text-rendering: optimizeLegibility !important;
			-webkit-font-smoothing: antialiased !important;
			color: #515151;
		   }
h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color:#515151;
	font-size: 4.75rem;
	text-transform:capitalize;
	line-height:0.8;
   }
h1 span {
		 font-weight: 700;
		 color:#e45151;
		 font-size: 7.75rem;
		}
h2 {
	font-size: 3rem;
	margin: 0;
	text-transform:capitalize;
   }
h3 {
	font-size: 27px;
	font-weight: 300;
	text-transform:capitalize;
   }
h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform:capitalize;
}
h5 {
	text-transform:capitalize;
	font-weight: 400;
	line-height: 20px;
}
p {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight:300;	
}
a {
	color: #464646;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e45151;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 5px 0;
}


	
	
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #e45151;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	padding: 0 ;
	transition: all 0.8s;
}
#menu.navbar-default {
	background:#FFFFFF; 
	border:none;
	border-radius:0px;
	max-height:100px;
	margin-bottom:0px;
	position: fixed;
    z-index: 9999;
    margin: 0 auto;
    left: 0;
    right: 0;
		
	
}
.navbar-header{padding:10px 0;transition: .5s ease-in-out; width:100%;}
#menu a.navbar-brand {
	display:inline-table;
	padding:0 0 0 15px;
	color: #000000;
	font-size:40px;
	font-weight:700;
	line-height:0.8;
	max-width:214px;
	width:100%;
	transition: .5s ease-in-out
}
#menu a.navbar-brand img {width:100%; max-width:151px; transition: .5s ease-in-out;}

#menu a.navbar-brand i.fa {
	color: #e45151;
}

.navbar-info{display:inline-block; padding:0; float:right; transition: .5s ease-in-out; margin-top:15px;}
.navbar-info ul{ padding:20px;  float:right; padding-right:0; margin:0px;}
.navbar-info li{margin-bottom:0; line-height:1.2; color: #333; font-size:16px;font-weight:400; float:left; margin-left:0px; }
.navbar-info li span{color: #006699; font-size:16px;font-weight:700;}


#menu.navbar-default .navbar-nav > li > a:hover {
	color: #e45151;
}
.progress{margin:34px 25px;}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e45151;
	border-color: #e45151;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.result h1{color:#FFF; margin:0; margin-top:-20px;}
.result p{font-size:14px;}
.result h3{color:#FFF;}
#sfload{min-height:600px;}
#sfload img{width:80%; padding:5%;}



.tb-pic-container {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #fb3a87;
}



 a.mybtn{padding:12px; border:none; border-left:3px solid #464646; border-bottom:1px solid #464646; text-transform:uppercase; transition:.5s ease-in-out; margin-bottom:30px;}
 a.mybtn:hover{border-left:6px solid #e45151; border-bottom:1px solid #e45151; color:#FFF; transition:.5s ease-in-out; background:#e45151;}

ul, ol{padding:0}
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin: 2em 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 10px 0 0 10px; /* Add some left margin for inner lists */
}
.rectangle-list li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list li:hover{
    background: #eee;
}   

.rectangle-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #e45151;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	color: #FFF;
}

.rectangle-list li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list li:hover:after{
    left: -.5em;
    border-left-color: #e45151;             
} 


.section-quote{padding:50px 20%; text-align:center;}
.section-quote p{font-family:Georgia, serif; font-style:italic; font-size:20px; color:#979797;}
.section-quote span{color:#e45151; padding:0 5px; }
.section-quote .orth{font-weight:700; font-size:12px;color:#e45151;}
.section-quote p:hover{color:#e45151;}


/* Form Section */
#form-section {padding:40px 0; background:url(../img/main-bg.png) repeat-x top #FFF; padding-top: 110px;}
/*#form-section .container-fluid:hover{background-color: rgba(245, 245, 245, 0.3);}*/
#form-section .section-title{padding: 30% 0px 10% ;transition:.5s ease-in-out; color:#FFFFFF;}
#form-section .section-title h1{font-weight:700; color:#FFFFFF; line-height:1; margin-bottom:5px; text-transform:capitalize; }
#form-section .section-title h2{font-weight:700; color:#FFFFFF; line-height:1; margin-bottom:5px; }
#form-section .section-title p{line-height:1.2; margin-bottom:5px; font-size:24px; }

#form-section .section-contact-inner h1{ transition:.5s ease-in-out; font-size:39px; color:#1e64bb; margin:0px; }
#form-section .section-contact-inner h3{ transition:.5s ease-in-out; color:#363636;margin-top:10px; font-size:24px;}



.panel-heading{text-align:center; color: #006b65;}
.panel-heading p{font-size:24px;}
#form-section .panel .panel-body{background:transparent !important; box-shadow:none; padding:0;}
#form-section .panel .panel-body fieldset{background:#237ec4; border:1px solid #0f6fba; border-radius:4px; padding:10%; margin:10%; margin-top:0px; box-sizing:border-box; text-align:center; color:#FFF; padding-top:100px; }
#form-section .panel{background:transparent !important; box-shadow:none;}
.panel-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 34px;
    color: #006b65;
	text-align:center;
	font-weight:700;
	line-height:1.2;
	
}

img.stepimg{position:relative; margin:0 auto; width:30%; display: block; left:0; right:0; top:84px; margin-top:-84px;  }
.radio-btn{position:relative; }
.radio-btn input[type=radio] {position:absolute; top: 0px; left: 0px;  right: 0px; margin:0 auto; opacity:0;}	
.radio-btn label{
	position:relative;
    width:80%;
    margin: 10px auto;
    padding: 12px 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;}	
	
.radio-btn:hover label{background: #ddd; color: #333;}
.radio-btn input[type=radio]:checked+label{ background: #045ca0; color: #FFF; border: 1px solid #055796; } 
.form-control {
    height: auto;
}	
	


/* Contact Section */
.form-control{border-radius:0px;}



#contact-section {
	padding: 80px 0 80px 0;
	background:url(../img/footer_bg.jpg) center top;
	color:#fff;
}


#contact-section .section-title h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color:#FFFFFF;
	font-size: 4.75rem;
	text-transform:uppercase;
}
#contact-section .section-title h1 strong {
	font-weight: 900;
	color:#FFFFFF;
}

label {
	font-size: 16px;
	font-weight: 400;
	
}
.contact-Form{padding-top:30px;}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #ffffff;
	font-size: 16px;
	font-style:italic;
	background:transparent;
	border:none;
	border-bottom: 1px solid #a4a4a4;
	border-radius:0px;
	box-shadow:none;
	
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

#contact-section .mybtn {
	padding:12px; border:none; border-left:3px solid #ffffff; border-bottom:1px solid #ffffff; text-transform:uppercase; transition:.5s ease-in-out; margin-bottom:30px; color:#ffffff; background:transparent;
}
#contact-section .mybtn:hover, #contact-section .mybtn:focus {
	border-left:6px solid #e45151; border-bottom:1px solid #e45151; color:#FFF; transition:.5s ease-in-out; background:#e45151;
}
#contact-section .text-danger {
	color: #e45151;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.apply-now{text-align:center; margin-top:100px; margin-bottom: 100px;}
.apply-now a{color:#FFFFFF; background:#1e64bb; padding:20px 25px; font-size:40px; border-bottom: 5px solid transparent;
     -webkit-box-shadow: 0px 2px 7px -4px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 2px 7px -4px rgba(0,0,0,0.52);
box-shadow: 0px 2px 7px -4px rgba(0,0,0,0.52)
     }
.apply-now a:hover{color:#1e64bb; background:#FFFFFF; -webkit-box-shadow: 0px 2px 40px -16px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 2px 40px -16px rgba(0,0,0,0.44);
box-shadow: 0px 2px 40px -16px rgba(0,0,0,0.44); transition:.3s ease-in-out; border-bottom:5px solid #1e64bb;  }


.bottom-section{ background:url(../img/footer_bg.png) center top #FFF;}
.bottom-section img{width:100%; height:165px;}

/* Footer */

#footer .footer-section{padding:80px 0 60px; margin:0 auto; background:#e9f2ec; color:#333; }

#footer p.copyright {
	font-size:14px;
	margin-top: 30px;
	
}

#footer p {
	font-size:16px;
	margin-top: 10px;
	color:#333;
	text-align:center;
}
#footer p a{color: #f7f7f7;}


@media (max-width: 1200px) {
	
.navbar-info .minfo ul {padding: 20px 0 15px 15px;}
.navbar-info .minfo ul li{font-size:16px;}	
#menu a.navbar-brand {font-size:30px;}
#menu a.navbar-brand img.logo1{width:100%; max-width:282px; transition: .5s ease-in-out;}
#menu.navbar-default .navbar-nav{padding:30px 0;}

#form-section .section-contact-inner h1{font-size:30px;}
#form-section .section-contact-inner h3{font-size:18px;}
.navbar-info .minfo ul{padding-top:12px}
.section-points ul li{font-size:28px;}
}

@media (max-width: 768px) {
.content {	padding: 40% 0 0;}
.navbar-info .minfo ul li{font-size:14px; list-style:none; float:none;}
#form-section .section-title{padding: 10% 0 5%; margin-top:0;}
#form-section .section-contact{top:0;}
.navbar-default .col-sm-6 { width: 50%; float:left}
.navbar-default .col-sm-3 { width: 25%; float:left}
.navbar-info li span { display: inherit;}





}

@media (max-width: 640px) {
#menu a.navbar-brand{padding:0px;}
.progress { margin: 28px 16px;}
.navbar-info {margin-top: 10px;}
}


@media (max-width: 600px) {
#menu.navbar-default {
	background-color:#1e64bb none repeat scroll 0 0;
}
.navbar-info .minfo ul{padding-left:0px;}
label {
	float: none !important
}
.hover-bg .hover-text {	padding: 12% 10%;}

.section-points {    padding-top: 160px;}
.section-contact-inner{margin-top:0px;}
#footer .footer-section{background:none; padding:0px 0 0px; max-width:1400px; margin:0 auto;  }


#footer .footeraddress{margin-bottom:40px; text-align:center;width:100%; float:right}

#footer .footerlogo {text-align:center; background:#f7f7f7;float:right; padding:20px 0; width:100%;}
#footer .footerlogo img{margin-bottom:5px; }
}

@media (max-width: 550px) {

.navbar-default .col-sm-6 { width: 100%; float:left;}
.navbar-default .col-sm-3 { width: 50%; float:left;}
.navbar-default .navinfo{ width: 50%; float:right; position: absolute; right: 0;}
.navbar-header{padding-bottom:0px; width: 50%;}
.navbar-info { margin-top: 0;}
.navbar-info .minfo ul{padding-bottom:0px;}
.progress { margin: 2px 20%;}
#menu.navbar-default{height:110px}
}
@media (max-width: 500px) {
#menu.navbar-default{height:90px}

}
@media (max-width: 425px) {
.navbar-header{width:61%}
h1.panel-title{font-size:25px;}
.panel-heading p{font-size:18px;}
#form-section .panel .panel-body fieldset{margin:10% 5%; padding:10% 5%;}
img.stepimg{width: 42%; top: 110px;   margin-top: -120px;}
label {   margin-top: 20px;}
.result h1 { color: #FFF; margin: 0; margin-top: 15px;}

}

@media (max-width: 414px) {
img.stepimg{width: 45%; top: 100px;   margin-top: -120px;}

}


@media (max-width: 384px) {
img.stepimg{width: 45%; top: 83px;   margin-top: -120px;}

}


@media (max-width: 375px) {
.navbar-header {
    width: 72%;
}

img.stepimg{width: 45%; top: 90px;   margin-top: -120px;}
label {   margin-top: 20px;}
.result h1 { color: #FFF; margin: 0; margin-top: 25px;}
#form-section .panel .panel-body fieldset{margin:10% 5%; padding:10% 5%;}
}

@media (max-width: 320px) {
	h1.panel-title{font-size:23px;}
.panel-heading p{font-size:16px;}

img.stepimg{width: 45%; top: 75px;   margin-top: -100px;}
label {   margin-top: 20px;}
.result h1 { color: #FFF; margin: 0; margin-top: 25px;}
#form-section .panel .panel-body fieldset{margin:10% 2%; padding:10% 2%;}
}


@media (max-width: 270px) {
h1.panel-title{font-size:20px;}
.panel-heading p{font-size:13px;}

img.stepimg{width: 45%; top: 65px;   margin-top: -95px;}
label {   margin-top: 20px;}
.result h1 { color: #FFF; margin: 0; margin-top: 25px;}
#form-section .panel .panel-body fieldset{margin:10% 2%; padding:10% 2%;}
.clearfix{height:0px;}
.navbar-info li span {font-size: 14px;}
.navbar-info .minfo ul li{font-size: 12px;}
.navbar-header {width: 88%;}
.navbar-brand{height: 35px;}
#menu.navbar-default {height: 75px;}
}

input[type="text"],
input[type="email"],
input[type="date"],
select.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="file"] {
    height: 35px;
    margin: 0;
    padding: 0 20px;
    vertical-align: bottom;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type=radio] {
    margin-top: 8px !important;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

button.btn, input.open3 {
    height: 50px;
    margin: 0;
    padding: 0 20px;
	max-width:250px;
width:100%;
    vertical-align: middle;
    background: #288e1c;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover, input.open3:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #26A69A;
    ;
    color: #fff;
}

button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #26A69A;
    ;
    color: #fff;
}


/*style.css**/

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

::-moz-selection {
    background: #26A69A;
    ;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #26A69A;
    ;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #26A69A;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.form-box {
    padding-top: 40px;
    font-family: 'Roboto', sans-serif !important;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #26A69A;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.form-top h3 {
    color: #fff;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

.form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

form .form-bottom button.btn {
    min-width: 105px;
}

form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
}

form.registration-form fieldset {
    display: none;
}