body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin-top: 55px;
}

html {
  width: 100%;
  height: 100%;
}

section {
  padding: 6em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  color: #555;
  font-weight: 700;
}

h1 {
  font-size: 42px;
}

h3 {
  font-size: 28px;
}

p {
  line-height: 1.5;
  letter-spacing: 0.4px;
}

footer {
  position: relative;
  border-top: 5px solid #93c83f;
  background: #5b6b7f;
  color: white;
  padding: 40px 0 0 0;
}

footer img {
  margin: 20px 0;
}

footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

footer h4:after {
  content: "";
  margin-top: 10px;
  width: 40px;
  height: 3px;
  display: block;
  background-color: #93c83f;
}

.footer-main a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-main a:hover {
  color: #93c83f;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-main {
  margin-bottom: 20px;
}

.footer-main li {
  margin-bottom: 5px;
}

.footer-copyright {
  color: #a0a0a0;
  border-top: 1px solid #a0a0a0;
  padding: 20px 0;
}

.top-icon {
  position: absolute;
  top: 30px;
  right: 50%;
  font-size: 22px;
  color: #93c83f;
  animation: bounce 3000ms infinite;
}

.heading-left {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.heading-left:after {
  content: "";
  margin-top: 15px;
  width: 70px;
  height: 4px;
  display: block;
  background-color: #93c83f;
}

hr.devider1 {
  max-width: 70px;
  margin-bottom: 20px;
  border-top: 4px solid;
  border-color: #93c83f;
}

.navbar-default {
  border-bottom: 5px solid #0736a4;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #0736a4;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #93c83f;
  background-color: transparent;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
  font-size: 17px;
  color: #777;
  font-size: 17px;
  font-weight: 300;
}

.navbar-brand {
  padding: 5px 0 0px 5px;
}

.spacer-tiny {
  height: 25px;
}

.spacer-large {
  height: 50px;
}

.spacer-huge {
  height: 75px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #0736a4;
  border-color: #2e6da4;
  border-radius: 2px;
  transition: all 0.5s ease;
}

.btn-primary:hover {
  color: #fff;
  background-color: #93c83f;
  border-color: #86b63a;
  transition: all 0.5s ease;
}

.btn-secondary {
  color: white;
  background-color: #93c83f;
  border-color: #93c83f;
  border-radius: 2px;
}

.btn-icon {
  position: relative;
}

.btn-icon:after {
  display: block;
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background: transparent url(../images/icon/uIcons.png) -8px -30px no-repeat;
  height: 14px;
  width: 10px;
}

.btn-icon-2 {
  position: relative;
}

.btn-icon-2:after {
  display: block;
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background: transparent url(../images/icon/uIcons.png) -33px -30px no-repeat;
  height: 14px;
  width: 10px;
}

.form-control {
  border: 2px solid #c6c6c6;
}

.form-control:focus {
  border-color: #0736a4;
  outline: 0;
  box-shadow: none;
}

#info h1 {
  color: white;
  font-size: 42px;
  font-weight: 700;
  margin-left: 25px;
}

#info li {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 36px;
  font-weight: 500;
  margin-top: 1px;
  padding-left: 3em;
  text-transform: uppercase;
}

#info li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 0.4em;
  margin-left: -2em;
}

.cc-window {
  font-size: 14px;
}