body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
.no-pad {
	padding: 0 !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1f386e;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
    padding: 0px;
}
.navbar-brand>img {
    height: 60px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #1f386e;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ce2a36 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #1f386e;
}
.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;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
	height: 100%;
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro h3 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}
.home-intro {
	height: 100vh;
	background: url(../img/intro-bg-home.jpg) center center no-repeat fixed;
	background-size: cover;
}
.intro-caption, .home-form {
	margin-top: 160px;
}
.intro-caption h2 {	
	color: #fff;
}
.intro-caption p {	
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
}

.home-form {
	margin-bottom: 40px;
	background: #34495e;
	color: #fff;
	padding:20px;
	border-radius: 10px;
	box-shadow: 0 1px 5px #24313e;
	transition: 0.4s all;
	width: 100%;
}

.home-form:hover {
	margin-top: 158px;
}

.hf-caption {
	border-bottom: 1px dashed #516c88;
    padding-bottom: 5px;
    text-align: center;
}

.home-form h3 {
	text-shadow: none;
	text-transform: uppercase;
}
.home-form p, .home-form h4 {
	color: #fff;
}

.hf-form {
	padding: 40px 0;
}
.hf-form button {
	background: #d35400;
    border: 0px;
    outline: none;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-radius: 5px;
    transition: 0.4s;
}

.hf-form button:hover {
	background: #a74707;
}
#reg {
	text-align: center;
}
#reg h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#reg a {
	background: #d35400;
    border: 0px;
    outline: none;
    width: 300px;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-radius: 5px;
    display: block;
    transition: 0.4s;
    margin: 0 auto;
}

#reg a:hover {
	background: #a74707;
}

/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #18284c;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}
.about-home p {
	font-size: 18px;
}
/* Certs Section */
.sec-pad {
	padding: 100px 0;
}
#certs {
	padding: 100px 0;
}
#certs .service-media {
	margin: 10px;
	margin-bottom: 20px;
}
#certs .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#certs .service-desc {
	margin: 10px 10px 20px;
}
#certs h3 {
	font-weight: 700;
	padding: 5px 0;
	color: #fff;
}
#certs p {
	color: #ecf0f1;
}
#certs .service-desc hr {
	margin-left: 0;
}
.single-certs {
    background: #34495e;
    display: inline-block;
    padding: 25px 0;
    border-radius: 10px;
    padding-bottom: 0;
    margin-bottom: 35px;
    width: 100%;
}

.btn-cert {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.4s;
	font-size: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn-cert:hover, .btn-cert:focus, .btn-cert:visited {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}

.cert-buy {
	background: #2c3e50;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
    padding: 20px;
}

.cert-info-modal p {
	color: #272727 !important;
}

.cert-buy-modal h3 {
	color: #000!important;
	text-align: center;

}

.buy-form-cert button {
	background: #2c3e50;
	color: #fff;
	transition: 0.4s;
	padding: 15px 40px;
}

.modal-header .close {
	font-size: 35px;
}

.modal-title {
	font-size: 22px;
    margin-top: 3px;
}

.buy-form-cert  {
	text-align: right;
}
.buy-form-cert button:hover {
	background: #34495e;
	color: #fff;
}
.buy-input {
	width: 100%;
    height: 30px;
    font-style: 16px !important;
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    color: #000 !important;
    transition: 0.4s;
    outline: none;
    padding: 20px;
    margin-bottom: 20px;
}

.buy-input:focus {
	border: 2px solid #c0392b;
}
.buy-textarea {
	width: 100%;
    font-style: 16px !important;
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    color: #000 !important;
    transition: 0.4s;
    outline: none;
    padding: 20px;
    margin-bottom: 20px;
}
.buy-textarea:focus {
	border: 2px solid #c0392b;
}

.buy-input:focus {
	border: 2px solid #c0392b;
}
.modal-body .section-title {
	margin-bottom: 20px;
}

/* Testimonials Section */
#testimonials {
	padding: 100px 0;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: auto;
	height: 85px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #1f386e;
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
	padding-top: 20px;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
}

