﻿@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color:#0963b7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #FA4659;
}

::-moz-selection {
  color: #fff;
  background: #FA4659;
}

::selection {
  color: #fff;
  background: #FA4659;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 40px;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size:20px;
  font-family: "Work Sans", Arial, sans-serif;
}

.fh5co-nav a:after {
  top: -9px;
  left: -10px;
}

.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 950px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 950px;
  }
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #FA4659;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}
.fh5co-social-icons li a:hover, .fh5co-social-icons li a:focus {
  color: #fff;
}

form label {
  font-weight: normal !important;
}

#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  margin-top: 55px;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: -40px;
  font-size: 60px;
  line-height: 1.5;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 22px;
  }
}
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 16px;
  }
}
#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 20px;
  background: #FA4659 !important;
  color: #fff;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #FA4659 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc p,
.fh5co-cover .display-tc p {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-header .display-tc .fh5co-social-icons li,
.fh5co-cover .display-tc .fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header .display-tc .fh5co-social-icons li a i,
.fh5co-cover .display-tc .fh5co-social-icons li a i {
  font-size: 30px;
}

#fh5co-header-subscribe {
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
#fh5co-header-subscribe #email {
  font-size: 16px;
  background: white;
  border: transparent;
  margin-right: -5px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #fh5co-header-subscribe #email {
    width: 100% !important;
    text-align: center;
  }
}
#fh5co-header-subscribe button {
  margin-top: .3em;
  padding: 1.26em !important;
  margin-left: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header-subscribe button {
    width: 100%;
    margin-left: 0;
  }
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 5px;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 110px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(250, 70, 89, 0.5);
  margin: 0 7px;
  position: relative;
  animation: pulse 1.01s ease infinite;
}
.simpl-countdown > .simpl-section {
  /* coutndown blocks */
  display: inline-block;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 4px solid rgba(250, 70, 89, 0.5);
  margin: 0 7px;
  position: relative;
  animation: pulse 1.01s ease infinite;
}
.simpl-section > span {
  /* coutndown blocks */
  font-size:35px !important;
  color:#fff !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 110px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  /* words */
}

#fh5co-footer,
.fh5co-section {
  margin-top: 35px;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-footer,
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #FA4659;
  font-family: "Work Sans", Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 40px;
  }
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  #fh5co-footer .copyright .pull-left,
  #fh5co-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#fh5co-footer .copyright .block {
  display: block;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #FA4659;
  color: #fff;
  border: 2px solid #FA4659;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fb5f6f !important;
  border-color: #fb5f6f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #FA4659;
  border: 2px solid #FA4659;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FA4659;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FA4659;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
/* ------------------------------------------------------------------------------
  Template Name: Flosix
  Author: Designstub
  Author URI: http://www.designstub.com
  
  
  
/* ------------------------------------------------------------------------------
  Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #020a13
}
h1 {
  font-size: 65px;
  color: #2d3033;
}
h2 {
  font-size: 40px;
  color: #2d3033;
}
h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
}
h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400;
}
h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700;
}
.btn {
  background-color: #3bc492;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: #3d3d3d;
  color: #fff;
}
.btn-large {
  padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
  Global Styles
-------------------------------------------------------------------------------*/
a {
  color: #e84545;
}
a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}
body {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color:#020a13;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.section {
  padding: 100px 0;
}
.no-padding {
  padding: 0;
}
.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.space {
  margin-top: 60px;
}
/* ------------------------------------------------------------------------------
   Header
-------------------------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
#header .header-content {
  margin: 0 auto;
  max-width: 1170px;
  padding: 60px 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#header .logo {
  float: left;
}
#header.fixed {
  background-color: rgba(0, 0, 0, 1);
}
#header.fixed .header-content {
  border-bottom: 0;
  padding: 25px 0;
}
#header.fixed .nav-toggle {
  top: 18px;
}
.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.navigation {
  float: right;
}
.navigation li {
  display: inline-block;
}
.navigation a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 400;
  margin-left: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
  color: #fff;
}
.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.nav-toggle:before {
  background-color: #e84545;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle:after {
  background-color: #e84545;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #fff;
}
.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
   Banner
-------------------------------------------------------------------------------*/

.banner {
  background-image: url(../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px;
}
.banner-btn {
  opacity: 0.5;
}
.banner-text {
  padding-top: 33%;
}
.banner-text h1 {
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 53px;
  letter-spacing: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-text p {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 110px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(250, 70, 89, 0.5);
  margin: 0 7px;
  position: relative;
  animation: pulse 1.01s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 110px;
  z-index: 1;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}
.testspan
{
	font-size: 30px !important;
    color: #ec0000  !important;
    width:100%;
    text-align:justify;
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  /* words */
}
/* ------------------------------------------------------------------------------
   Intro
-------------------------------------------------------------------------------*/
.intro {
  background-color: #e9eaed;
  position: relative;
}
.intro blockquote {
  border: 0;
  margin: 0;
  padding: 100px 15% 0;
}
.intro h1 {
  color: #000;
  font: 27px "Source Sans Pro";
}
.intro p {
  color: #020a13;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-top: 30px;
}
/* ------------------------------------------------------------------------------
   Services
-------------------------------------------------------------------------------*/
.service-section {
  padding-top: 100px;
}
.services {
  margin-bottom: 50px;
}
.services-content {
  padding: 0 15px;
  margin-top: 30px;
}
.services .icon {
  color: #e84545;
  font-size: 36px;
  padding-left: 15px;
}
/* ------------------------------------------------------------------------------
   Works
-------------------------------------------------------------------------------*/
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  overflow: hidden;
  position: relative;
}
.work img {
  width: 100%;
  height: 100%;
}
.work .overlay {
  background: rgba(232, 69, 69, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.work .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work h5, .work p, .work img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work h5, .work p {
  color: #fff;
  margin: 0;
  opacity: 0;
}
.work span {
  font-size: 45px;
}
.work h5 {
  margin-bottom: 5px;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.work p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.work-box:hover .overlay {
  opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
   Teams
-------------------------------------------------------------------------------*/
.person {
  max-width: 270px;
  text-align: center;
}
.labelCenter 
{
	text-align: center;
	}
.person-content {
  margin-top: 20px;
}
.person h4 {
  font-weight: 400;
}
.person h5 {
  color: #e84545;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
  margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
  display: inline-block;
  float: none;
}
.social-icons a, .footer .footer-share a {
  border: 1px solid #e8ecee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #c6cacc;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover {
  background-color: #e84545;
  border-color: #e84545;
  color: #fff;
}
/* ------------------------------------------------------------------------------
   Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
  background-color: #e84545;
  position: relative;
  text-align: center;
}
.testimonials blockquote {
  border: 0;
  margin: 0;
  padding: 100px 15%;
}
.testimonials h1 {
  color: #fff;
  font: 23px "Source Sans Pro";
  font-weight: 300;
}
.testimonials p {
  color: #fff;
  display: block;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
  Quote
-------------------------------------------------------------------------------*/
.quote h3 {
  margin-top: 0;
}
.quote p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase;
}
.quote .btn {
  margin-top: 30px;
}
/* ------------------------------------------------------------------------------
   Footer
-------------------------------------------------------------------------------*/
.footer {
  text-align: left;
}
.footer-top {
  background-color: #181818;
  padding-top: 50px;
}
.footer-bottom {
  background-color: #313454;
  padding: 20px 0;
}
.footer .footer-col {
  margin-bottom: 80px;
}
.footer h5 {
  color: #fff;
}
.footer h5 {
  margin-bottom: 20px;
}
.footer p {
  color: rgba(255, 255, 255, 0.25);
}
.footer a {
  color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
  color: #e84545;
}
.footer .footer-share {
  margin-top: 0;
}
.footer .footer-share li {
  display: inline-block;
  float: none;
}
.footer .footer-share a {
  border: none;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
  color: #e84545;
  font-size: 11px;
  margin: 0 2px;
}
.txt
{
  margin: 10px;
}
.reg-heading
{
  text-align: center;
  margin-top: 35px;
  margin-bottom:50px;
}
.reg-heading h1
{
	font-size:35px;
}


hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.submit_button
{
  width: 250px;
}

.Menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
}

.Menu li {
    float: right;
    margin: 3px;
}

.Menu >li >a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size:25px;
}

.Menu>li> a:hover {
    background-color: #111111;
}
.kaulogo
{
  margin-top: -25px;
}
.fh5co-logo a
{
  font-size: 35px !important;
}
.registerlink
{
    font-size: 25px;
    color: #fff;
    font-family: monospace;}

    .logokau
    {
      height: 200px;
      width: auto;
    }
    .footer-heading h5
    {
      font-size: 35px;
    }
    .footer-heading p {
      font-size: 20px;
    }
.header img {
 float: left;
width: auto;
height: 110px;
  
}
.header h2 {
position: relative;
top: 40px;
left: 10px;
font-family: monospace;
font-weight: 500;
  
}

.MenuNew ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
}
.MenuNew li {
    float: left;
    margin: 3px;
}
.MenuNew >li >a {
    display: block;
    color: #000;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size:12px;
    margin-top: 15px;
}

.MenuNew>li> a:hover {
	color:#ff0000;
}
.heading_row
{
	background-image:url('../images/bg4.jpg');
	
}
.activation_box
{
	margin-top:100px;
}
.input-sm
{
	margin:5px;
	font-size:15px;
}
.validate_button
{
	background-color:#25608ccc;
	margin:20px;
	margin-left: 140px;
}


.detailsdiv
{
	margin-top:20px;
}
.savedetails
{
	width:150px;
	background-color:#0d46a3;
	padding-left:35px;
	border-radius: 10px;
	margin-top:20px
}
.linkbuttonnew
{
	color:#fff  !important;
}
.savedetails:hover
{
	background-color:#68a1ff;
}

.downloaddiv
{
	background-color:#a9e0a6;
	border-radius: 15px;
	width:350px;
	margin:10px;
	padding: 20px 25px 20px 60px;
	

}
.downloadlink
{
	color:#000;
	font-weight:400;
}
.downloadlink:hover
{
	color:#fff;
	font-weight:400;
}
.newrow
{
	margin-bottom:15px;
}

.newtext
{
	margin:10px;
}
#imgCaptcha
{
	margin-left:63px;
}
#btnRegister
{
	margin-top:25px
}
.Registration
{
	margin-bottom:160px;
}
.rowfield
{
	margin:5px;
	width:50%
}
.txtdetails
{
	width:200px;
	height:25px;
}
.txtsmalldetails
{
	width:100px;
	height:25px;
}
.txtdob
{
	width:95px;
	
}
.txtaddress
{
	width:145px
}
.labelnew
{
	float:none;
	 width: auto;
	 margin-right:auto;
}
.labelred
{
	float:left;
	font-weight:bold;
	color:Red;
	width:200px;
}
.txtAcadamic
{
	width:200px;
}

.radionew
{
	margin-left:28%;
}
.acadamicrow
{
	margin:5px;
}

.acadamaicLabel
{
	float:left;	
}
.dropdownaca
{
	width:200px;
}

.date
{
	width:120px;
}
.LabelActivation
{
	float:right;
}
.mobilerow
{
	margin-left: 2.333%;
}
.resend
{
	color:#1b2eff;
}

.intro_new
{
	margin-top:150px;
	margin-bottom:300px;
	padding-top:130px;
}
.Sidebarnew
{
	background-color:#000;
	
}

#wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}        
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child 
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}        
.content
{
    height:150px;           
    padding-top:75px;
    text-align:center;
    background-color:#F9F9F9;
    font-size:48px;
}
#Wizard1_StartNavigationTemplateContainerID_StartNextButton
{
	background-color:#6da83f;
	margin-right:100px;
	width:200px;
	color:#fff;
	border-radius: 0px 50px 50px 0px;
}
#Wizard1_StartNavigationTemplateContainerID_StartNextButton:hover
{
	background-color:#425633;
	
	width:200px;
	color:#fff;
	
}
#Wizard1_StepNavigationTemplateContainerID_StepPreviousButton
{
	background-color:#6da83f;
	margin-right:250px;
	width:250px;
	color:#fff;
	border-radius: 50px 0px 0px 50px;
	margin-top:25px;
}
#Wizard1_StepNavigationTemplateContainerID_StepNextButton
{
	background-color:#6da83f;
	margin-right:250px;
	width:250px;
	color:#fff;
	border-radius: 0px 50px 50px 0px;
	margin-top:25px;
}
#Wizard1_FinishNavigationTemplateContainerID_FinishPreviousButton
{
	background-color:#6da83f;
	margin-right:250px;
	width:250px;
	color:#fff;
	border-radius: 50px 0px 0px 50px;
	margin-top:25px;
}
#Wizard1_FinishNavigationTemplateContainerID_FinishButton
{
	background-color:#6da83f;
	margin-right:250px;
	width:250px;
	color:#fff;
	border-radius: 0px 50px 50px 0px;
	margin-top:25px;
}
#RequiredFieldValidator8
{
	color:#ff000c;
}
.Reglist-heading 
{
	text-align:center;
	font-family:Times New Roman;
}
.Form_section
{
	margin:15px;
}
.form_dropdowns
{
	width:300px;
	height:30px;
}
.labelyear
{
	margin-right:20px;
}
.form_row
{
	margin:5px
}

.stud_list_btn
{
	height:10px;
	width:150px;
	padding:0px 0px 20px 0px !important;
	
}
.stud_list_btn:hover
{
	background-color:#037044 !important;
}
.personal_heading
{
	text-transform:uppercase;
	text-align:center;
}
.personal_heading h6
{
	font-family:Calibri;
	font-size:20px;
}

.photo_div
{
	float:left;
}
.personal_Section ,.academic_section,.fee_section
{
	
	border-style:groove;
}
.fee_section
{
	margin-left:15px;
}
.input_fields
{
	width:200px;
}
.input_date
{
	width:100px;
}
.buttons
{
	padding:30px;
}
.manage_buttons
{
	background-color:#1f84b7;
	width:100px;
	border-radius:15px;
	padding:10px 25px 10px 30px;
	margin:10px;
	
}
.manage_buttons:hover
{
	background-color:#66bcff;
}

.manage_link
{
	color:#fff;
}
.container
{
	margin-top:20px;
}
.fee_section
{
	width:48.7% !important;	
}
#txtName
{
	margin-left:25px;
}