﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body, html {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: white;
	color: black;
}
h1 {
	font-size: 250%; 
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 150%;
}
p {
	font-size: 100%;
}



/* --------------------------New Navigation */
.topnav {
	overflow: hidden;
	background-color: #333;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.active {
	background-color: #4CAF50;
	color: white;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 650px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
	float: right;
	display: block;
}
}
@media screen and (max-width: 650px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
}
/* --------------------------New Navigation */
/* ~~ Top Navigation Bar ~~ */
#navigation {
	overflow: hidden;
	background-color: blue;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	box-shadow: 0px 1px 1px rgb(0, 0, 0);
}
#bottom-navigation {
	padding-top: 50px;
	overflow: hidden;
	background-color: black;
	width: 100%;
	z-index: 1;
}
.navigation-container {
	background-color: green;
	width: 100%;
	margin: 0 auto;
}
#navigation-container2 {
	background-color: yellow;
	z-index: 2;
}
#reg-container {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#reg-container form {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-color: #c4c4c4;
	padding-top: 25px;
}
#main-screen {
	background-color: rgb(106,106,106);
}
#menu {
	padding: 25px;
}
.navigation-container h1 {
	margin: 0 auto;
}
.navigation-bar {
	background-color: white;
	height: 120px;
	width: 100%;
	text-align: left;
}
.navigation-bar2 {
	background-color: black;
	height: 50px;
	width: 100%;
	text-align: center;
}
.navigation-bar h1 {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	letter-spacing: 4px;
	font-size: 30px;
	font-weight: bold;
}
.navigation-bar img {
	float: left;
	padding-top: 8px;
	padding-right: 25px;
	padding-left: 25px;
}
.navigation-bar2 h1 {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	letter-spacing: 4px;
	font-size: 30px;
	font-weight: bold;
}
.navigation-bar h2 {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: bold;
}
.navigation-bar2 h2 {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: bold;
}
.navigation-bar ul {
	padding: 10px;
	margin: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.navigation-bar2 ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.navigation-bar li {
	list-style-type: none;
	padding: 4px;
	height: 24px;
	margin-top: 25px;
	margin-bottom: 4px;
	display: inline-block;
}
.navigation-bar2 li {
	list-style-type: none;
	padding: 4px;
	height: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline;
}
.navigation-bar li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 0 1px;
	padding: 10px;
	display: block;
}
.navigation-bar2 li a {
	color: white;
	font-size: 16px;
	text-decoration: none;
	line-height: normal;
	padding: 5px 15px;
}
.navigation-bar a:hover {
	color: #800000;
	font-variant: small-caps;
	background-color: #fff;
}
.hero-image {
	background-image: url("/img/ek9s-banner2.jpg");
	background-color: rgb(192, 201, 162);
	top: 50px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.hero-text h1 {
	font-weight: bold;
	font-size: 50px;
	text-shadow: 2px 2px black;
}
.hero-text p {
	padding-top: 25px;
	padding-bottom: 50px;
	font-weight: bold;
	font-size: 25px;
	text-shadow: 2px 2px black;
}
.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}
.hero-text button:hover {
	background-color: #555;
	color: white;
}
.flex-container {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	background-color: white;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-container2 {
	background-color: darkblue;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-container3 {
	background-color: purple;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-container3 img {
	height: 100%;
	width: 100%;
}
.flex-container img {
	width: 100%;
	height: auto;
	box-shadow: 10px 10px 5px rgb(138, 138, 138);
}
.flex-item {
	background-color: white;
	width: 200px;
	height: auto;
	margin: 20px;
}
.flex-item h4 li a {
	font-size: 150%;
	text-align: center;
	text-decoration: none;
}
.flex-item2 {
	background-color: cyan;
	width: auto;
	height: auto;
	padding: 15px;
	margin: 40px;
	margin-bottom: 60px;
	margin-top: 80px;
	box-shadow: 10px 10px 5px rgb(138, 138, 138);
	border: 2px solid black;
	box-sizing: border-box;
}
.flex-item3 {
	background-color: violet;
	width: auto;
	height: auto;
	padding: 15px;
	margin-bottom: 60px;
	box-shadow: 10px 10px 5px rgb(138, 138, 138);
	border: 2px solid black;
	box-sizing: border-box;
}
.flex-item4 {
	background-color: #91C8C8;
	width: auto;
	height: auto;
	padding: 15px;
	margin-bottom: 60px;
	box-shadow: 10px 10px 5px rgb(138, 138, 138);
	border: 2px solid black;
	box-sizing: border-box;
}
#screen1 {
	height: 100vh;
	background-color: white;
}
#screen1a {
	padding-top: 55px;
	height: auto;
	background-color: white;
}
#screen2 {
	height: auto;
	background-color: white;
}
#screen2 h1, h2, h3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#screen3 {
	height: auto;
	background-color: white;
}
#screen3 img {
	height: auto;
	width: 100%;
}
#screen3a {
	height: auto;
	background-color: white;
}
#screen3a img {
	height: auto;
	width: 100%;
}
#screen4 {
	background-color: white;
	height: auto;
}
#screen4 img {
	height: auto;
	width: 100%;
}
#screen4 h1 {
	padding-top: 100px;
}
#screen5 {
	height: auto;
	background-color: black;
	color: white;
}
#footer {
	background-color: black;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
#decisive {
	background-color: black;
	color: white;
	padding-bottom: 150px;
}
#decisive img {
	padding-top: 25px;
}
#contact-content {
	background-color: rgb(106,106,106);
	height: auto;
	color: white;
	padding-bottom: 100px;
}
#contact-content h1 {
	padding-top: 200px;
}
#contact-content a {
	color: lightblue;
}

/*-----------------------------------------------*/
#main_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	}
	.title_box {
	background-color: #58ABAB;
	color: #000000;
	background: rgba(0,129,127,0.1);
}
.title_box h1 {
	font-size: 3.0em;
	padding-top: 10px;
	padding-bottom: 15px;
}
/*-----------------------------------------------*/
#contact_box {
	padding-top: 50px;
	float: left;
	width: 65%;
	background: #fff;
}
#contact_box p {
	text-align: center;
	font-size: large;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contact_box h2 {
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
}
#contact_box a {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 120%;
	color: #000;
	text-decoration: none;
}
#contact_box_right {
	float: right;
	padding-top: 25px;
	width: 35%;
	background: #fff;
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
#philosophy_box {
	clear: left;
	margin: auto;
	width: 90%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	color: #000;
}
#philosophy_box p {
	font-size: 1.5em;
	line-height: 200%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#philosophy_box h2 {
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
}
#philosophy_box a {
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
	color: #000;
	text-decoration: none;
}
#why_expert_box {
	clear: left;
	margin: auto;
	width: 90%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #000;
}
#why_expert_box p {
	font-size: 1.5em;
	line-height: 200%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#why_expert_box h2 {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
}
#why_expert_box a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	color: #000;
	text-decoration: none;
}
#training_box {
	clear: left;
	margin: auto;
	width: 90%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	color: #000;
}
#training_box p {
	font-size: 1.5em;
	line-height: 200%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#training_box h2 {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
}
#training_box a {
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
	color: #000;
	text-decoration: none;
}
/*------------------------------------------------------*/
#training_offered_left {
	margin: auto;
	width: 90%;
	border: 3px solid green;
	padding: 10px;
	background: #fff;
}
#training_offered_left p {
	text-align: left;
	font-size: large;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#training_offered_left h5 {
	text-align: left;
	font-size: 1.3em;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	color: #FF0000;
	text-decoration: line-through;
}
#training_offered_left h6 {
	text-align: left;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	color: #FF0000;
}
#training_offered_left h2 {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: xx-large;
	line-height: 100%;
	padding-top: 20px;
}
#training_offered_left h3 {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: x-large;
	line-height: 100%;
	padding-top: 20px;
}
#training_offered_left a {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: x-large;
	line-height: 120%;
	padding-left: 100px;
	padding-right: 100px;
	color: #000;
	text-decoration: none;
}
#training_offered_left ul {
	text-align: left;
	font-size: large;
	line-height: 150%;
	padding-top: 0px;
	padding-left: 100px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#payment_box {

	margin:auto;
	width: 300px;
	border: 3px solid green;
	padding: 10px;
	background: #fff;
	
}
#payment_right {
margin: auto;
	width: 90%;
	border: 3px solid green;
	padding: 10px;
	background: #fff;
	
}
