@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800,900|Teko:500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-word; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

body {
  line-height: 1; }

input:focus,
input:active,
button:focus,
button:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
a:focus,
a:active {
  outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

*,
*:before,
*:after {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

img {
  display: block; }

a {
  text-decoration: none;
  display: inline-block;
  color: inherit; }

i {
  display: inline-block; }

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }
  button::-moz-focus-inner {
    border: 0; }

textarea {
  resize: none;
  overflow: auto; }

a,
button,
input[type="submit"] {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer; }

input,
a,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input,
a,
textarea {
  font-family: "Open Sans", sans-serif; }

button {
  font-family: "Poppins", sans-serif; }

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  -o-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #000 !important; }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

input:-internal-autofill-selected {
  background-color: transparent !important; }

input:required,
input:invalid {
  box-shadow: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

pre {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Open Sans", sans-serif; }

sup {
  vertical-align: super; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  -o-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #fff !important; }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

input:-internal-autofill-selected {
  background-color: transparent !important; }

body {
  font-family: "Open Sans", sans-serif;
  outline: none;
  word-wrap: break-word;
  font-weight: 400;
  position: relative;
  padding-bottom: 94px;
  color: #FFF;
  min-height: 100vh;
  background: #1C1B1B; }

.main {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 85px; }
  .main:not(.main-home):after {
    content: "";
    width: 100%;
    max-width: 1790px;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/bg-pattern.png");
    background-size: 1545px 320px;
    background-repeat: no-repeat;
    background-position: top right; }
  .main-home:after {
    content: "";
    width: 72%;
    height: 400px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/bg-pattern-home.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left; }

.container {
  width: 100%;
  max-width: 1416px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon//icomoon.eot?3c6woz");
  src: url("../fonts/icomoon//icomoon.eot?3c6woz#iefix") format("embedded-opentype"), url("../fonts/icomoon//icomoon.ttf?3c6woz") format("truetype"), url("../fonts/icomoon//icomoon.woff?3c6woz") format("woff"), url("../fonts/icomoon//icomoon.svg?3c6woz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 0;
  border: none;
  background: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
  cursor: pointer; }
  .btn.btn-primary {
    color: #FFF;
    background: #32A690; }
    .btn.btn-primary:hover {
      background: #247b6a; }
  .btn.btn-outline {
    color: #FFF;
    border: 1px solid rgba(255, 185, 74, 0.1);
    position: relative; }
    .btn.btn-outline:before, .btn.btn-outline:after {
      content: "";
      border: 2px solid #FFB94A;
      -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      position: absolute;
      width: 20px;
      height: 20px;
      z-index: -1; }
    .btn.btn-outline:before {
      top: 0;
      left: 0;
      border-bottom: none;
      border-right: none; }
    .btn.btn-outline:after {
      bottom: 0;
      right: 0;
      border-top: none;
      border-left: none; }
    .btn.btn-outline:hover:before, .btn.btn-outline:hover:after {
      height: 100%;
      width: 100%; }
    .btn.btn-outline[disabled] {
      opacity: .3;
      pointer-events: none; }

.link {
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px; }
  .link-white {
    color: #FFF; }
    .link-white:hover {
      color: #FFB94A; }

.check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px 45px 30px 30px;
  position: relative;
  z-index: 0;
  cursor: pointer; }
  .check-wrap .icon {
    border: 2px solid #32A690;
    position: relative; }
    .check-wrap .icon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .check-wrap .icon.checkbox-icon {
      width: 18px;
      height: 18px;
      min-width: 18px;
      margin-right: 20px;
      margin-top: -2px;
      border-radius: 3px; }
      .check-wrap .icon.checkbox-icon:after {
        content: none;
        font-family: "icomoon";
        font-size: 8px;
        color: #FFF; }
    .check-wrap .icon.radio-icon {
      width: 20px;
      height: 20px;
      min-width: 20px;
      margin-right: 22px;
      margin-top: -2px;
      border-radius: 50%; }
      .check-wrap .icon.radio-icon:after {
        content: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #FFF; }
  .check-wrap .text-wrap span {
    font-size: 16px;
    font-weight: 600; }
  .check-wrap .text-wrap p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.7); }
  .check-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .check-wrap input {
    display: none; }
    .check-wrap input:checked ~ .icon {
      border-color: #FFF; }
      .check-wrap input:checked ~ .icon.checkbox-icon:after {
        content: ""; }
      .check-wrap input:checked ~ .icon.radio-icon:after {
        content: ""; }
    .check-wrap input:checked ~ .bg {
      background: #32A690; }

.checkbox-list {
  margin: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .checkbox-list li {
    margin: 8px; }
  .checkbox-list label {
    cursor: pointer;
    display: inline-block;
    user-select: none; }
    .checkbox-list label span {
      display: block;
      padding: 0 15px;
      min-width: 100px;
      text-align: center;
      height: 42px;
      line-height: 40px;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(50, 166, 144, 0.6);
      border-radius: 21px;
      -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .checkbox-list label input {
      display: none; }
      .checkbox-list label input:checked + span {
        background: #32A690;
        border-color: #32A690; }

.inputs input,
.inputs textarea {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(50, 166, 144, 0.6);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .inputs input:focus, .inputs input:active,
  .inputs textarea:focus,
  .inputs textarea:active {
    border-color: #32A690; }
  .inputs input::-webkit-input-placeholder,
  .inputs textarea::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.7); }
  .inputs input:-moz-placeholder,
  .inputs textarea:-moz-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.7); }
  .inputs input::-moz-placeholder,
  .inputs textarea::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.7); }
  .inputs input:-ms-input-placeholder,
  .inputs textarea:-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.7); }
.inputs input {
  height: 45px;
  padding: 10px 27px; }
.inputs textarea {
  height: 130px;
  padding: 15px 27px; }

h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  text-transform: uppercase; }

h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; }

h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase; }

h4 {
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif; }

.color-primary {
  color: #32A690; }

.color-secondary {
  color: #FFB94A; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.valign-middle {
  vertical-align: middle; }

.valign-top {
  vertical-align: top; }

.valign-bottom {
  vertical-align: bottom; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.no-transform {
  text-transform: none; }

.header {
  padding: 20px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header .logo {
    width: 100px; }
    .header .logo:hover {
      opacity: .7; }
    .header .logo img {
      width: 100%;
      height: auto; }

.footer {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  .footer .address {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer .address br {
      display: none; }
    .footer .address i {
      font-size: 20px;
      margin-right: 8px; }
  .footer .copyright {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6); }

.home-banner {
  padding: 100px 0 60px; }
  .home-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .home-banner .text-wrap {
    width: 100%; }
    .home-banner .text-wrap h4 {
      color: rgba(255, 255, 255, 0.6); }
    .home-banner .text-wrap .subtitle {
      font-size: 18px;
      line-height: 27px;
      color: rgba(255, 255, 255, 0.4);
      max-width: 520px;
      margin: 5px 0 100px; }
  .home-banner .img-wrap {
    background-image: url("../img/banner-img.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 515px;
    height: 100%;
    position: absolute;
    top: -65px;
    right: 20px;
    z-index: -1; }

.animated-title .toggled-text {
  text-transform: none;
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 160px;
  position: relative;
  overflow: hidden;
  margin: 0 15px; }
  .animated-title .toggled-text:before, .animated-title .toggled-text:after {
    content: "";
    border: 2px solid #32A690;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: -1; }
  .animated-title .toggled-text:before {
    top: 0;
    left: 0;
    border-bottom: none;
    border-right: none; }
  .animated-title .toggled-text:after {
    bottom: 8px;
    right: 0;
    border-top: none;
    border-left: none; }
.animated-title span {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease 0.5s;
  -o-transition: top 0.5s ease, opacity 0.5s ease 0.5s;
  transition: top 0.5s ease, opacity 0.5s ease 0.5s; }
  .animated-title span.active {
    top: 0; }
  .animated-title span.top {
    top: -100%;
    opacity: 0; }
    .animated-title span.top.current {
      opacity: 1; }
  .animated-title span.bottom {
    top: 100%; }

.platform-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
.platform-list li {
  margin-right: 15px;
  width: 332px;
  display: block; }
  .platform-list li:last-child {
    margin-right: 0; }
.platform-list a {
  background: rgba(255, 255, 255, 0.1);
  padding: 22px 27px 22px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative; }
  .platform-list a:before {
    content: "";
    border: 2px solid #32A690;
    border-bottom: none;
    border-right: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: -1; }
  .platform-list a:hover:before {
    width: 100%;
    height: 100%; }
.platform-list .img {
  width: 72px;
  height: 72px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .platform-list .img img {
    width: 100%;
    height: auto; }
.platform-list .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .platform-list .text span {
    font-size: 16px;
    font-weight: 600;
    color: #FFF; }
  .platform-list .text p {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px; }

.template-list {
  margin-top: 40px; }
  .template-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .template-list li {
    margin-bottom: 15px; }
    .template-list li:nth-child(4n) {
      margin-right: 0; }
  .template-list a {
    min-height: 115px;
    display: flex;
    align-items: flex-end;
    padding-left: 20px; }
    .template-list a:hover:before {
      width: 70px;
      height: 70px; }
  .template-list .img-bg {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
    .template-list .img-bg:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(bottom left, black 0%, rgba(0, 0, 0, 0.4) 100%);
      background: -o-linear-gradient(bottom left, black 0%, rgba(0, 0, 0, 0.4) 100%);
      background: linear-gradient(to top right, black 0%, rgba(0, 0, 0, 0.4) 100%); }

.apply-section {
  background: rgba(0, 0, 0, 0.3);
  padding: 65px 0 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .apply-section .subtitle {
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 570px;
    color: rgba(255, 255, 255, 0.6); }
    .apply-section .subtitle span {
      font-weight: 600;
      text-transform: uppercase; }
  .apply-section .company-list {
    margin: 40px auto 30px;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .apply-section .company-list li {
      padding: 10px 28px;
      height: 60px;
      margin: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .apply-section .company-list li img {
        height: 35px; }

.main-section {
  padding: 55px 0; }
  .main-section .main-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-section .main-content {
    width: calc(100% - 220px);
    background: rgba(255, 255, 255, 0.1);
    padding: 50px 60px; }

.stepper-title {
  width: 100%;
  margin-bottom: 65px; }
  .stepper-title .subtitle {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 15px; }
.stepper-header {
  width: 220px;
  padding-right: 90px; }
  .stepper-header li {
    height: 107px; }
  .stepper-header a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    cursor: pointer;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stepper-header a .number {
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      font-weight: 700; }
    .stepper-header a.passed {
      border-color: #32A690;
      color: #32A690; }
    .stepper-header a.current {
      border-color: #32A690; }
      .stepper-header a.current .number {
        font-size: 72px;
        font-weight: 700;
        color: #32A690; }
    .stepper-header a.disabled {
      pointer-events: none; }
      .stepper-header a.disabled .number {
        color: rgba(255, 255, 255, 0.4); }

.step-body {
  padding: 35px 0 18px; }
.step-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .step-title-wrap .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px; }
    .step-title-wrap .price .border {
      width: 80px;
      margin: 0 15px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
.step-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .step-footer .next-btn {
    margin-left: auto; }
.step .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px; }
  .step .item-list li {
    width: calc((100% - 36px) / 3);
    margin-right: 12px;
    margin-bottom: 12px;
    display: block; }
    .step .item-list li .check-wrap {
      height: 100%; }

.error-message {
  color: #f94d4d;
  font-style: italic;
  font-size: 15px;
  margin-left: 8px;
  text-transform: none; }

.result .main-content {
  width: 100%; }
.result .result-step {
  padding: 0 70px; }

.result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .result-info .col h2 {
    margin-bottom: 16px; }
  .result-info .text p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    max-width: 730px; }

.submit-form {
  padding-top: 40px; }
  .submit-form .submit-form-content .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .submit-form .submit-form-content .inputs p {
      width: calc((100% - 16px) / 2);
      margin-bottom: 15px; }
  .submit-form .submit-form-content .budget {
    margin-top: 45px; }
    .submit-form .submit-form-content .budget p {
      font-size: 14px;
      line-height: 19px;
      font-style: italic;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 15px; }
      .submit-form .submit-form-content .budget p span {
        font-style: normal;
        color: rgba(255, 255, 255, 0.7); }
  .submit-form .form-actions {
    text-align: right;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px; }
  .submit-form .success-wrap {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .submit-form .success-wrap div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-right: 70px; }
    .submit-form .success-wrap span {
      font-size: 18px;
      line-height: 24px; }
    .submit-form .success-wrap p {
      font-size: 14px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 300;
      margin-top: 15px; }
    .submit-form .success-wrap .btn {
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.form-section .main-content-wrap {
  margin-top: 30px; }
  .form-section .main-content-wrap .main-content {
    width: 57%; }
  .form-section .main-content-wrap .text {
    width: 100%;
    padding-right: 0; }
    .form-section .main-content-wrap .text p {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400;
      max-width: 100%; }
    .form-section .main-content-wrap .text span {
      text-transform: uppercase;
      font-weight: 600; }
.form-section .img-wrap {
  width: 43%;
  padding-left: 30px; }
  .form-section .img-wrap img {
    width: 460px;
    height: auto;
    max-width: 100%;
    margin-left: auto; }

.get-a-quote-section .submit-form .submit-form-content .inputs p:last-child,
.result-step .submit-form .submit-form-content .inputs p:last-child {
  width: 100%; }

.apply-form-section .form-actions {
  padding-top: 0;
  border-top: none; }

.apply-form-content p:last-child {
  width: 100% !important; }

@media (max-width: 1416px) {
  .main:not(.main-home):after {
    background-position: top left; }
  .main-home:after {
    width: 100%;
    height: 320px; }

  .container {
    max-width: 1023px; } }
@media (max-width: 1023px) {
  .container {
    max-width: 767px; } }
@media (max-width: 767px) {
  body {
    padding-bottom: 118px; }

  .main {
    padding-top: 55px; }
    .main:after {
      content: none !important; }

  .container {
    max-width: 499px; } }
@media (max-width: 499px) {
  .container {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 767px) {
  .btn.btn-primary {
    padding: 0 20px;
    font-size: 14px;
    height: 35px;
    line-height: 35px; } }
@media (max-width: 1416px) {
  .check-wrap {
    padding: 30px 25px 25px 25px; }
    .check-wrap .icon.checkbox-icon {
      margin-right: 16px; }
    .check-wrap .icon.radio-icon {
      margin-right: 18px; } }
@media (max-width: 767px) {
  .check-wrap .text-wrap p {
    margin-top: 12px;
    margin-left: -34px; } }
@media (max-width: 499px) {
  .checkbox-list {
    margin: -8px -4px; }
    .checkbox-list li {
      margin: 8px 4px; }

  .check-wrap {
    padding: 20px 15px; }
    .check-wrap .icon.checkbox-icon {
      margin-right: 14px; }
    .check-wrap .icon.radio-icon {
      margin-right: 14px; }
    .check-wrap .text-wrap p {
      margin-top: 8px;
      margin-left: -30px; } }
@media (max-width: 767px) {
  .header {
    padding: 10px 0; }
    .header .logo {
      width: 72px; } }
@media (max-width: 767px) {
  .footer .address {
    display: block;
    font-size: 15px; }
    .footer .address br {
      display: inline-block; }
    .footer .address i {
      height: 22px;
      font-size: 18px;
      vertical-align: middle; } }
@media (max-width: 499px) {
  .footer .address br {
    display: inline-block; } }
@media (max-width: 1416px) {
  h1 {
    font-size: 32px;
    line-height: 42px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px; }

  h2 {
    font-size: 17px; } }
@media (max-width: 1416px) {
  .home-banner .text-wrap .subtitle {
    font-size: 16px;
    max-width: 470px; }
  .home-banner .img-wrap {
    width: 375px; }

  .animated-title .toggled-text {
    height: 42px; }
    .animated-title .toggled-text:after {
      bottom: 4px; }

  .platform-list li {
    width: calc((100% - 30px) / 3); }
  .platform-list .img {
    width: 60px;
    height: 60px; }

  .template-list li:nth-child(4n) {
    margin-right: 15px; }
  .template-list li:nth-child(3n) {
    margin-right: 0; } }
@media (max-width: 1023px) {
  .home-banner {
    padding: 75px 0 40px; }
    .home-banner .text-wrap .subtitle {
      margin-bottom: 70px;
      max-width: 410px; }
    .home-banner .img-wrap {
      width: 292px;
      top: 50px;
      opacity: .3; }
      .home-banner .img-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: -webkit-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
        background: -o-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
        background: -ms-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
        background: -moz-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
        background: linear-gradient(to top, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%); }

  .platform-list ul {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .platform-list li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    margin-right: 0; }
  .platform-list a {
    padding: 24px 27px 27px 14px; }
  .platform-list .img {
    width: 60px;
    height: 60px;
    margin-right: 45px; }

  .template-list {
    margin-top: 30px; }
    .template-list li:nth-child(even) {
      margin-right: 0; }
    .template-list li:nth-child(odd) {
      margin-right: 15px; } }
@media (max-width: 767px) {
  .home-banner {
    padding: 30px 0 20px; }
    .home-banner .text-wrap {
      text-align: center;
      max-width: 385px;
      margin: 0 auto; }
      .home-banner .text-wrap .subtitle {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 30px; }
    .home-banner .img-wrap {
      width: 93%;
      top: -90px; }

  .animated-title .toggled-text {
    height: 30px;
    width: 150px; }
    .animated-title .toggled-text:after {
      bottom: 2px; }

  .platform-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 25px; }
  .platform-list a {
    padding-left: 30px; }
  .platform-list .img {
    width: 65px;
    height: 65px; }

  .template-list {
    margin-top: 20px; }
    .template-list li {
      margin-right: 0 !important; }

  .apply-section {
    padding: 45px 0; }
    .apply-section .subtitle {
      font-size: 15px; }
    .apply-section .company-list {
      margin: 45px auto 50px; }
      .apply-section .company-list li {
        height: 35px;
        max-width: 100px;
        padding: 0 15px; }
        .apply-section .company-list li img {
          height: auto;
          max-height: 35px;
          max-width: 100%; } }
@media (max-width: 499px) {
  .home-banner {
    padding: 20px 0; }
    .home-banner .text-wrap {
      max-width: 100%; }
      .home-banner .text-wrap h1 {
        line-height: 34px; }
      .home-banner .text-wrap .subtitle {
        margin-bottom: 25px; }
    .home-banner .img-wrap {
      width: 100%;
      top: -85px;
      left: -5px;
      height: 280px; }
      .home-banner .img-wrap:before {
        height: 280px; }

  .animated-title .toggled-text {
    height: 28px;
    width: 130px;
    display: block;
    margin: 0 auto 3px; }
    .animated-title .toggled-text:after {
      bottom: 0; }

  .platform-list li {
    margin-bottom: 15px; }
  .platform-list a {
    padding-left: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .platform-list .img {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 25px; }
  .platform-list .text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 180px; }

  .template-list .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }

  .apply-section .subtitle {
    margin-top: 15px; }
  .apply-section .btn-outline {
    padding: 0 20px; } }
@media (max-width: 1416px) {
  .main-section {
    padding: 30px 0; }
    .main-section .main-content-wrap {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .main-section .main-content {
      width: 100%;
      margin-top: 35px;
      padding: 40px; }

  .stepper-title {
    width: calc(100% - 350px);
    margin-bottom: 0; }
    .stepper-title .subtitle {
      font-size: 16px;
      line-height: 22px;
      margin-top: 10px; }
  .stepper-header {
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .stepper-header li {
      height: 96px;
      width: 108px; }
    .stepper-header a {
      width: 100%;
      text-align: center;
      border-left: none;
      border-bottom: 3px solid rgba(255, 255, 255, 0.2);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .stepper-header a .number {
        font-size: 15px; }
      .stepper-header a.current .number {
        font-size: 48px; } }
@media (max-width: 1023px) {
  .main-section .main-content {
    margin-top: 45px; }

  .stepper-title {
    width: calc(100% - 300px); }
  .stepper-header li {
    height: 63px;
    width: 98px; }
  .stepper-header a.current .number {
    font-size: 40px; }

  .step-body {
    padding-top: 25px; }
  .step .item-list li {
    width: calc((100% - 24px) / 2); } }
@media (max-width: 767px) {
  .main-section {
    padding: 30px 0; }
    .main-section .main-content-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .main-section .main-content {
      margin-top: 20px;
      padding: 0;
      background: none; }

  .stepper-title {
    width: 100%;
    text-align: center; }
    .stepper-title .subtitle {
      font-size: 14px;
      line-height: 19px;
      margin-top: 8px; }
  .stepper-header li {
    height: 43px;
    width: 68px; }
  .stepper-header a.current .number {
    font-size: 15px; }

  .step h2 {
    text-align: center; }
  .step-body {
    padding-bottom: 25px; }
  .step-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .step-title-wrap .price .border {
      width: 40px;
      margin: 0 10px; }
  .step .item-list {
    margin-right: 0; }
    .step .item-list li {
      width: 100%;
      margin-right: 0; } }
@media (max-width: 499px) {
  .step-body {
    padding: 15px 0; } }
@media (max-width: 1416px) {
  .result .result-step {
    padding: 0 24px; }

  .result-info h2 {
    font-size: 18px; }
  .result-info .text p {
    font-size: 14px;
    line-height: 19px;
    max-width: 650px; }
  .result-info .cost {
    width: 230px; }
    .result-info .cost p {
      font-size: 22px; }

  .submit-form {
    padding-top: 30px; }
    .submit-form .submit-form-content .budget {
      margin-top: 35px; }
    .submit-form .success-wrap {
      padding-top: 25px; }
      .submit-form .success-wrap p {
        margin-top: 10px; } }
@media (max-width: 1023px) {
  .result .result-step {
    padding: 0; }

  .result-info .text p {
    max-width: 550px; }

  .submit-form {
    padding-top: 25px; }
    .submit-form .submit-form-content .inputs {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .submit-form .submit-form-content .inputs p {
        width: 100%;
        margin-bottom: 40px; }
    .submit-form .submit-form-content .budget {
      margin-top: 10px; } }
@media (max-width: 767px) {
  .result-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center; }
    .result-info .text h2 {
      margin-bottom: 5px; }

  .submit-form {
    padding-top: 30px; }
    .submit-form .submit-form-content .inputs p {
      margin-bottom: 30px; }
    .submit-form .submit-form-content .budget p {
      margin-bottom: 20px;
      text-align: center; }
    .submit-form .submit-form-content .checkbox-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .submit-form .form-actions {
      text-align: center; }
    .submit-form .success-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .submit-form .success-wrap p {
        max-width: 300px; }
      .submit-form .success-wrap div {
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px; }

  .result .main-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 40px; } }
@media (max-width: 499px) {
  .submit-form .submit-form-content .budget p {
    margin-bottom: 35px; }

  .result .main-content {
    padding: 30px 14px; } }
@media (max-width: 1416px) {
  .form-section .main-content-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .form-section .main-content-wrap .main-content {
      width: 56%;
      margin-top: 0;
      padding-left: 60px;
      padding-right: 60px; }
    .form-section .main-content-wrap .text p {
      font-size: 16px;
      line-height: 24px; }
    .form-section .main-content-wrap .inputs p {
      width: 100%; }
  .form-section .img-wrap {
    width: 44%; }
    .form-section .img-wrap img {
      width: 358px; }
  .form-section .success-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .form-section .success-wrap p {
      max-width: 300px; }
    .form-section .success-wrap div {
      padding-right: 0;
      text-align: center;
      margin-bottom: 20px; } }
@media (max-width: 1023px) {
  .form-section .container {
    position: relative; }
  .form-section .main-content-wrap {
    margin-top: 45px; }
    .form-section .main-content-wrap .main-content {
      width: 100%; }
  .form-section .img-wrap {
    position: absolute;
    top: -190px;
    right: 0;
    z-index: -1;
    width: 360px;
    padding-left: 0;
    margin-left: 0; }
    .form-section .img-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
      background: -o-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
      background: -ms-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
      background: -moz-linear-gradient(bottom, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%);
      background: linear-gradient(to top, #1c1b1b 0%, rgba(28, 27, 27, 0.85) 34%, rgba(28, 27, 27, 0.01) 100%); } }
@media (max-width: 767px) {
  .form-section h1 {
    text-align: center; }
  .form-section .main-content-wrap {
    margin-top: 35px; }
    .form-section .main-content-wrap .main-content {
      padding-left: 40px;
      padding-right: 40px; }
    .form-section .main-content-wrap .text p {
      font-size: 14px;
      line-height: 21px; }
  .form-section .img-wrap {
    top: -100px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }

  .get-a-quote-section .img-wrap {
    top: -120px !important;
    width: 320px; } }
@media (max-width: 499px) {
  .form-section .main-content-wrap .main-content {
    padding-left: 14px;
    padding-right: 14px; }
  .form-section .img-wrap {
    top: -100px;
    right: 50%;
    width: 320px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); } }
@media (max-width: 1023px) {
  .apply-form-section .form-actions {
    margin-top: 0; } }
