/* Import */

/* Variables */
/* Base */
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  background: #fff;
}
strong {
  font-weight: 600;
}
h1 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  color: white;
  font-weight: 100;
  font-size: 2.4em;
}
#content {

  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #06142b;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 0.4em;
  font-size: 1.03em;
  padding: 20px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper {
  background: #fff;
  width: 60%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px;
  margin: 1% auto 0;
  position: relative;
  z-index: 1;
  border:hidden;
 
  
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
  opacity: 0;
}
.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  border-radius:10px;
  color:white;
  background-color:#06142b;
  padding: 5px;
}
.form_wrapper .title_container {
  text-align: center;
  padding-bottom: 15px;
}
.form_wrapper h3 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}
.form_wrapper label {
  font-size: 12px;
}
.form_wrapper .row {
  margin: 10px -15px;
}
.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}
.form_wrapper .col_half {
  width: 50%;
  float: left;
}
.form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
  margin-left: 15px;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  height: 100%;
  border-right: 1px solid #cccccc;
  text-align: center;
  width: 30px;
}
.form_wrapper .input_field > span > i {
  padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
  padding-top: 10px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"], .form_wrapper select{
  width: 100%;
  padding: 8px 10px 9px 35px;
  height: 50px;
  border: 2px solid #06142b;
  border-radius:10px;
  box-sizing: border-box;
  font-weight:bold;
  font-size:18px;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.form_wrapper textarea {
  width: 100%;
  border: 2px solid #06142b;
  border-radius:10px;
  box-sizing: border-box;
  font-weight:bold;
  font-size:18px;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover {
  background: #fafafa;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #06142b;
 
  background: #fafafa;
}
.form_wrapper input[type="submit"] {
  background: #06142b;
  height: 40px;
  line-height: 35px;
  width: 40%;
  border: none;
  border-radius:10px;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  
  margin-bottom: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="submit"]:hover {
  background: #e1a70a;
}
.form_wrapper input[type="submit"]:focus {
  background: #e1a70a;
}
.form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 6px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 6px;
}

.form_container .row .col_half.last {
  border-left: 1px solid #cccccc;
}

.checkbox_option label {
  margin-right: 1em;
  position: relative;
  color: black;
}
.checkbox_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  vertical-align: -2px;
  border: 2px solid #cccccc;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}
.checkbox_option label:after {
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  content: "";
  height: 30px;
  left: 2px;
  position: absolute;
  top: 7px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 20px;
  display: none;
}
.checkbox_option input:hover + label:before {
  border-color: #000000;
}
.checkbox_option input:checked + label:before {
  border-color: #000000;
}
.checkbox_option input:checked + label:after {
  -moz-animation: check 0.8s ease 0s running;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  display: block;
  width: 20px;
  height: 30px;
  border-color: #000000;
}

.radio_option label {
  margin-right: 1em;
}
.radio_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 100%;
  vertical-align: -3px;
  border: 2px solid #cccccc;
  padding: 0.15em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}
.radio_option input:hover + label:before {
  border-color: #000000;
}
.radio_option input:checked + label:before {
  background-color: #000000;
  border-color: #000000;
}

.select_option {
  position: relative;
  width: 100%;
}
.select_option select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px 15px;
  cursor: pointer;
  color: #7b7b7b;
  border: 1px #06142b #cccccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}
.select_option select::-ms-expand {
  display: none;
}
.select_option select:hover, .select_option select:focus {
  color: #000000;
  background: #fafafa;
  border-color: #000000;
  outline: none;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
  border-top-color: #000000;
}

.credit {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px;
  color: #06142b;
}
.credit a {
  color: #e1a70a;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 20px;
    width: 7px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 20px;
    width: 7px;
  }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none;
  }

  .bottom_row .col_half {
    width: 50%;
    float: left;
  }

  .form_container .row .col_half.last {
    border-left: none;
  }

  .remember_me {
    padding-bottom: 20px;
  }
}
px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 30%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
 
}
.timeline .event {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #06142b;
  left: -57.85px;
  background: #06142b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color:white;
  content: "1";
   font-size:16px;
  top: 2px;
   padding-top:20px;
    margin-left:20px;
}

.timeline .event1 {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.timeline .event1:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event1:before,
.timeline .event1:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event1:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event1:after {
  box-shadow: 0 0 0 4px #06142b;
  left: -57.85px;
  background: #06142b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color:white;
  content: "2";
   font-size:16px;
  top: 2px;
   padding-top:20px;
    margin-left:20px;
}

.timeline .event2 {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.timeline .event2:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event2:before,
.timeline .event2:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event2:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event2:after {
  box-shadow: 0 0 0 4px #06142b;
  left: -57.85px;
  background: #06142b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color:white;
  content: "3";
  top: 2px;
   font-size:16px;
   padding-top:20px;
   margin-left:20px;
}
.timeline .event3 {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.timeline .event3:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event3:before,
.timeline .event3:after {
  position: absolute;
  display: block;
  top: 4px;
}
.timeline .event3:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: center;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event3:after {
  box-shadow: 0 0 0 4px #06142b;
  left: -57.85px;
  background: #06142b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color:white;
  content: "4";
  font-size:16px;
  top: 2px;
  padding-top:20px;
   margin-left:20px;
}
.timeline .event4 {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.timeline .event4:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event4:before,
.timeline .event4:after {
  position: absolute;
  display: block;
  top: 4px;
}
.timeline .event4:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: center;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event4:after {
  box-shadow: 0 0 0 4px #06142b;
  left: -57.85px;
  background: #06142b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color:white;
  content: "5";
  font-size:16px;
  top: 2px;
  padding-top:20px;
   margin-left:20px;
}

.timeline .event5 {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.timeline .event5:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event5:before,
.timeline .event5:after {
  position: absolute;
  display: block;
  top: 4px;
}
.timeline .event5:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: center;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event5:after {
  box-shadow: 0 0 0 4px #06142b;
  left: -57.85px;
  background: #06142b;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color:white;
  content: "6";
  font-size:16px;
  top: 2px;
  padding-top:20px;
   margin-left:20px;
}
.service {
	float: left;
	background: #06142b;
	width: 29.33%;
	margin: 4px;
	margin-top:1px;
	margin-left:10px;
	text-align: center;
	height: 30px;
	border-radius: 2px;
}
.service a{
	color: #fff;
	font-size: 20px;
	text-decoration:none;
	
}
.cour {
	width: 100%;
	background: #06142b;
	margin:auto;
	padding:10px;
	height: 30px;
	border-radius:10px;
}
	

