body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #093e66;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
}

p {
  margin-bottom: 10px;
  opacity: 0.6;
  color: #444;
  font-size: 20px;
  line-height: 30px;
}

.hero-section {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #093e66;
  background-image: -webkit-gradient(linear, left top, right top, from(#093e66), to(rgba(9, 62, 102, 0.6))), url('../images/bg.jpg');
  background-image: linear-gradient(90deg, #093e66, rgba(9, 62, 102, 0.6)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
}

.hero-content {
  width: 50%;
  color: #fff;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-wrap {
  margin-right: 10px;
  margin-left: 10px;
}

.img-sm {
  width: 25px;
}

.logo-img {
  width: 300px;
}

.pone {
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}

.hero-h1 {
  font-size: 3.6em;
  line-height: 105%;
}

.hero-subheading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 140%;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  width: 180px;
  padding: 17px 37px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  color: #444;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.ghost {
  width: auto;
  min-width: 180px;
  margin-left: 10px;
  background-color: transparent;
  color: #fff;
}

.button.blue {
  width: auto;
  min-width: 180px;
  border-color: #093e66;
  background-color: #093e66;
  color: #fff;
}

.section {
  padding: 75px 10px;
}

.section.dark {
  background-color: #093e66;
  background-image: -webkit-gradient(linear, left top, right top, from(#093e66), to(rgba(9, 62, 102, 0.8))), url('../images/bg-contact.jpg');
  background-image: linear-gradient(90deg, #093e66, rgba(9, 62, 102, 0.8)), url('../images/bg-contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-wrapper {
  display: inline-block;
  width: 180px;
}

.text-offer {
  margin-top: 5px;
  opacity: 0.8;
  line-height: 16px;
  text-align: center;
}

.wrap-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-split.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-split.top.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.left {
  padding-right: 40px;
}

.content.right {
  padding-left: 40px;
}

.heading-big {
  margin-bottom: 40px;
}

.p-small {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-image {
  width: 45%;
  margin: 10px;
}

.input {
  width: 50%;
  height: 50px;
  border-radius: 20px;
}

.input.textarea {
  height: auto;
  min-height: 100px;
}

.input.f {
  width: 100%;
}

.wh {
  color: #fff;
}

.logo-footer {
  width: 50px;
}

.form-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 0;
}

.form-c {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  border-radius: 11px;
  background-color: #fff;
}

.closebutton {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
}

.link {
  color: #fff;
}

.heading {
  margin-top: 0px;
}

.success-message {
  background-color: transparent;
}

.success-message-2 {
  background-color: transparent;
}

@media (max-width: 991px) {
  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero-content {
    width: 100%;
  }
  .container-nav {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .wrap-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrap-split.top.wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-split.top.np {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-split.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content.left {
    padding-right: 0px;
  }
  .content.right {
    width: 100%;
    padding-left: 0px;
  }
  .testimonial-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .input {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .form-block {
    width: 100%;
  }
  .heading {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .hero-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .logo-img {
    width: 200px;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-wrapper {
    padding-top: 115px;
    padding-bottom: 100px;
  }
  .container-nav {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sm-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-wrap {
    display: none;
  }
  .pone {
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 17px;
  }
  .hero-h1 {
    font-size: 2.1em;
  }
  .hero-subheading {
    opacity: 0.84;
    font-size: 1.3em;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button {
    width: 100%;
  }
  .button.ghost {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .offer-wrapper {
    width: 100%;
  }
  .form-wrapper {
    padding: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
}

