@import url("fonts/cora/stylesheet.css");
* {
  box-sizing: border-box; }

body, html {
  position: relative;
  min-height: 100%; }

body {
  background: #fff;
  color: #333740;
  font-family: 'Cora Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  position: realtive; }

h1, h2, h3, h4, h5 {
  font-family: 'Cora Rg';
  font-weight: normal; }

.container {
  width: 90%;
  max-width: 1024px;
  margin: auto; }

.btn--p-side-lg {
  padding-left: 40px;
  padding-right: 40px; }
.btn--green {
  background: #8ec640;
  color: #fff; }
.btn--transparent {
  background: transparent; }
.btn--transparent-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff; }
.btn--large-radius {
  border-radius: 60px; }
.btn--upper {
  text-transform: uppercase; }
.btn--sqr {
  border-radius: 0px; }
.btn--bold {
  font-weight: bold; }
.btn--block {
  display: block;
  width: 100%; }
.btn--l-marg {
  padding-left: 25px; }
.btn--r-marg {
  padding-left: 25px; }
.btn--side-pad {
  padding-left: 30px;
  padding-right: 30px; }

.font--heebo {
  font-family: 'Heebo', sans-serif; }

.color--light-green {
  color: #7a9196; }

.section {
  padding: 30px 0px; }
  .section--pad-sm {
    padding: 60px 0; }
  .section--pad-md {
    padding: 80px 0; }
  .section--pad-lg {
    padding: 100px 0; }
  .section--pad-xlg {
    padding: 120px 0; }
  .section--full {
    height: calc(100vh - 94px); }
  .section__inner {
    position: relative;
    z-index: 1; }

.landing-header {
  background: #002749;
  background: url("../img/landing-header-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px; }
  .landing-header__content {
    padding-bottom: 120px;
    padding-top: 60px; }
  .landing-header__logo {
    max-width: 180px; }
  .landing-header__heading {
    text-align: center;
    font-size: 40px; }
  .landing-header__contact .btn {
    font-size: 14px; }

.landing-header-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.landing-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 80px;
  margin: auto;
  max-width: 700px;
  position: relative;
  margin-top: -200px; }
  .landing-form__inner {
    position: relative; }
  .landing-form__info {
    color: #333740;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
    width: 80%; }
  .landing-form .form-control {
    border: 0px;
    background: #f4f8fb;
    padding: 16px;
    font-size: 16px;
    line-height: 16px;
    height: auto; }
  .landing-form label {
    color: #7a9196;
    text-transform: uppercase;
    /*font-family: 'Heebo', sans-serif;*/ 
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .landing-form .form-group {
    margin-bottom: 30px; }
  .landing-form__btn-wrap {
    text-align: right; }
    .landing-form__btn-wrap .btn {
      padding: 20px 40px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center; }
  .landing-form:before, .landing-form:after {
    content: ' ';
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translate(-50%, 0) scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .landing-form:after {
    top: 30px;
    transform: translate(-50%, 0) scale(0.95); }

.landing-footer {
  background: #2e2e2e;
  color: #fff;
  padding: 40px;
  text-align: center;
  text-transform: uppercase; }
  .landing-footer p {
    margin-bottom: 0; }

/* responsive */
@media (max-width: 991.98px) {
  .section {
    padding: 20px 0px; }
    .section--pad-sm {
      padding: 30px 0; }
    .section--pad-md {
      padding: 40px 0; }
    .section--pad-lg {
      padding: 50px 0; }
    .section--pad-xlg {
      padding: 60px 0; }
    .section__info-img {
      margin-bottom: 20px; } }
@media (max-width: 767.98px) {
  .section__heading {
    font-size: 24px; }

  .landing-header__content {
    padding: 40px 0px; }
  .landing-header__logo {
    margin-bottom: 20px; }
  .landing-header__contact .btn {
    width: 100%;
    display: block; }

  .landing-form {
    margin-top: -100px;
    padding: 30px; }
    .landing-form__info {
      margin-bottom: 30px;
      width: 100%; }
    .landing-form__btn-wrap .btn {
      display: block;
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
