@font-face {
  font-family: "nunitosans-bold";
  src: url("../fonts/nunitosans-bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunitosans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunitosans-bold.svg") format("svg"), url("../fonts/nunitosans-bold.ttf") format("truetype"), url("../fonts/nunitosans-bold.woff") format("woff"), url("../fonts/nunitosans-bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nunitosans-semibold";
  src: url("../fonts/nunitosans-semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunitosans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunitosans-semibold.svg") format("svg"), url("../fonts/nunitosans-semibold.ttf") format("truetype"), url("../fonts/nunitosans-semibold.woff") format("woff"), url("../fonts/nunitosans-semibold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nunitosans-regular";
  src: url("../fonts/nunitosans-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunitosans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunitosans-regular.svg") format("svg"), url("../fonts/nunitosans-regular.ttf") format("truetype"), url("../fonts/nunitosans-regular.woff") format("woff"), url("../fonts/nunitosans-regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.green-btn, .orange-btn, .hamburger-menu-icon-holder input, .wpcf7-submit {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "nunitosans-regular" !important;
  color: #424345;
  font-size: 18px;
}

a, a:hover, a:active, a:visited, a:-webkit-any-link {
  text-decoration: none;
  outline: none;
}

body,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

body {
  display: block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 400;
  background-color: #FFF;
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
}

.flexify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .flexify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexify-c-c {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flexify-2-left {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .flexify-2-left {
    width: 100%;
  }
}

.flexify-2-right {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .flexify-2-right {
    width: 100%;
  }
}

.flexify-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexify-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.spacer-large {
  height: 2em;
}

@media only screen and (max-width: 480px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

@media only screen and (max-width: 480px) {
  .spacer-medium {
    height: 1.2em;
  }
}

.spacer-small {
  height: 1em;
}

@media only screen and (max-width: 480px) {
  .spacer-small {
    height: .8em;
  }
}

.spacer-tiny {
  height: 0.8em;
}

@media only screen and (max-width: 480px) {
  .spacer-tiny {
    height: 0.6em;
  }
}

.page-header {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .page-header {
    height: 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-header {
    height: 60px;
  }
}

.page-header-below-fold {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
          box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
}

@media only screen and (max-width: 480px) {
  .page-header-below-fold {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

h1 {
  font-size: 1.8em;
  font-family: "nunitosans-bold";
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.4em;
    margin: 15px 0;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3em;
    margin: 15px 0;
  }
}

h2 {
  font-size: 1.2em;
  font-family: "nunitosans-semibold";
}

h3 {
  font-size: 1em;
  font-family: "nunitosans-bold";
  color: #424345;
}

.text-white {
  color: #FFF !important;
}

.text-off-white {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-lower {
  text-transform: unset !important;
}

.text-spacing-wide {
  letter-spacing: 4px;
}

.page-header-width {
  max-width: 1440px;
  /*padding:0 32px;*/
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .page-header-width {
    padding: 0 20px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-section {
  /*margin: 160px 0 0px 0;*/
}

@media only screen and (max-width: 768px) {
  .page-section {
    margin: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-section {
    margin: 0;
  }
}

.page-section[dt=demo] {
  background-color: #1A1A1A;
  height: 420px;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 480px) {
  .page-section[dt=demo] {
    height: 300px;
  }
}

.page-section[dt=demo] .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .page-section[dt=demo] .page-width {
    height: 300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-section[dt=features] {
  width: 100%;
}

.page-section[dt=home] {
  height: 790px;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}

@media only screen and (max-width: 480px) {
  .page-section[dt=home] {
    padding-top: 180px;
    height: 580px;
  }
}

.home-caption {
  font-size: 2.5em;
  font-family: "nunitosans-semibold";
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2em;
}

.home-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-img:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.home-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-video-holder {
  background: rgba(15, 15, 15, 0.8);
  border-radius: 6px;
  width: 500px;
  height: 281px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .home-video-holder {
    width: 100%;
    height: unset;
    padding-top: 6px;
  }
}

.grey-bg {
  background: #F7F6F7;
}

.blue-bg {
  background: #3791BD;
}

.page-width {
  width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .page-width {
    width: auto;
    /*padding:20px;*/
    margin: 0 20px;
    line-height: 1.3em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-width {
    width: auto;
    margin: 0 30px;
  }
}

.top-logo-holder {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .top-logo-holder {
    width: 54px;
    overflow: hidden;
    height: 40px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top-logo-holder {
    overflow: hidden;
    height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .top-logo-holder img {
    width: 100%;
  }
}

.top-nav-holder {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 768px) {
  .top-nav-holder {
    width: calc(100% - 100px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top-nav-holder {
    width: calc(100% - 300px);
  }
}

.lang-switcher {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .lang-switcher {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .lang-switcher {
    display: none;
  }
}

.lang-switcher-mob {
  text-align: center;
}

#mob-lang-switch {
  margin-top: 15px;
}

.lang-switcher-mob ul {
  list-style-type: none;
  padding: 0;
}

.lang-switcher-mob li {
  display: inline-block;
  margin-right: 10px;
}

.lang-switcher-mob span {
  display: inline !important;
  background: #FFF !important;
  color: #000;
  font-size: 0.75em;
}

#lang_choice_1 {
  padding: 2px 5px;
  font-size: 0.75em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #4EB707;
  border: 1px solid #4EB707;
}

.page-header-below-fold .top-nav-holder a {
  color: #424345 !important;
}

.page-header .top-nav-holder a {
  color: #FFF;
}

.top-nav-login-holder {
  display: block;
}

@media only screen and (max-width: 768px) {
  .top-nav-links {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top-nav-links {
    display: none;
  }
}

.top-nav-item {
  font-size: 0.8em;
  padding: 0 30px;
  text-transform: uppercase;
}

.top-nav-item-active {
  color: #333;
  /*$brand-color;*/
  letter-spacing: 0.14px;
  font-family: "nunitosans-bold";
}

.hamburger-nav-item {
  font-size: 1em;
  padding: 10px 30px;
  text-align: center;
}

.top-nav-holder .green-btn {
  margin-left: 30px;
}

.green-btn, .orange-btn {
  background-color: #4EB707;
  border-radius: 6px;
  padding: 0 30px;
  height: 40px;
  color: #FFF;
  font-family: "nunitosans-bold" !important;
  font-size: 0.8em;
  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;
  /**/
  text-transform: uppercase;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none;
}

@media only screen and (max-width: 480px) {
  .green-btn, .orange-btn {
    margin-left: 0;
    width: 120px;
    height: 30px;
    font-size: 0.8em;
    padding: 10px 20px;
  }
}

.green-btn img, .orange-btn img {
  padding-right: 10px;
}

@media only screen and (max-width: 480px) {
  .green-btn img, .orange-btn img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.green-btn a, .orange-btn a {
  color: #FFF;
}

.green-btn span, .orange-btn span {
  display: inline-block;
  padding-top: 4px;
}

.orange-btn {
  background-color: #EE5623 !important;
  margin-left: 0px !important;
}

.hamburger-menu-icon-holder {
  display: none;
  position: absolute;
  z-index: 9002;
  right: 50px;
  top: 33px;
}

@media only screen and (max-width: 768px) {
  .hamburger-menu-icon-holder {
    right: 20px;
    top: 21px;
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-menu-icon-holder {
    right: 20px;
    top: 21px;
    display: block;
  }
}

.hamburger-menu-icon-holder input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

.hamburger-menu-icon-holder input:checked ~ .hamburger-menu {
  -webkit-transform: none;
          transform: none;
}

.hamburger-menu-icon-holder input:checked ~ .hamburger-menu-logo-holder {
  -webkit-transform: none;
          transform: none;
}

.hamburger-menu-icon-holder input:checked ~ .hamburger-menu-icon-holder {
  display: fixed;
}

.hamburger-menu-icon-holder span {
  display: block;
  width: 26px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #333;
  /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.hamburger-menu-icon-holder #hb2 {
  width: 22px;
  left: 4px;
}

.hamburger-menu-icon-holder #hb1 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  width: 18px;
  left: 8px;
}

.hamburger-menu-icon-holder input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
          transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
}

.hamburger-menu-icon-holder input:checked ~ #hb1 {
  width: 26px;
  left: 0px;
  -webkit-transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
          transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}

.hamburger-menu-icon-holder input:checked ~ #hb2 {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger-menu-icon-holder input:checked ~ #hb3 {
  width: 26px;
  -webkit-transform: rotate(-45deg) translate(0, 0) scale(1.05, 1.5);
          transform: rotate(-45deg) translate(0, 0) scale(1.05, 1.5);
}

.hamburger-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.menu-logo {
  display: block;
  margin: 0 auto;
}

.h-menu-nav-item {
  text-align: center;
  color: #333;
  /*$text-color-one;*/
  text-transform: lowercase;
  font-size: 1.2em;
  padding: 10px 0;
  border-top: solid 1px #EEEEEE;
}

.h-menu-nav-item:last-child {
  border-bottom: solid 1px #EEEEEE;
}

.h-menu-nav-item a {
  color: #333;
  /*$text-color-one;*/
}

.h-menu-link-active {
  color: #424345 !important;
  font-family: "nunitosans-bold";
}

.page-footer {
  width: 100%;
  height: 130px;
  background-color: #474747;
}

@media only screen and (max-width: 480px) {
  .page-footer {
    height: unset;
  }
}

.footer-content {
  padding: 0px !important;
  height: 100%;
  font-size: 0.8em;
}

.footer-nav {
  height: 65px;
  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;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
    padding: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.footer-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}

@media only screen and (max-width: 480px) {
  .footer-nav-item {
    padding: 10px 0;
  }
}

.footer-nav-item a {
  color: #FFF;
}

.footer-nav-item-left {
  min-width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy-msg {
  border-top: 1px solid rgba(151, 151, 151, 0.26);
  font-family: "nunitosans-semibold";
  color: rgba(255, 255, 255, 0.26);
  letter-spacing: 1px;
  width: 100%;
  height: 65px;
  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;
}

@media only screen and (max-width: 480px) {
  .copy-msg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-section[dt=about-us] {
  height: 700px;
}

@media only screen and (max-width: 480px) {
  .page-section[dt=about-us] {
    height: unset;
  }
}

.page-section[dt=about-us]:before {
  content: "";
  position: absolute;
  border-bottom: 700px solid #F7F6F7;
  border-left: 150px solid transparent;
  width: 50%;
  left: 50%;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  .page-section[dt=about-us]:before {
    border: unset;
  }
}

.about-content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

@media only screen and (max-width: 480px) {
  .about-content-holder {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: unset;
  }
}

.about-content-left {
  width: 50%;
  font-family: "nunitosans-semibold";
  font-size: 1em;
  color: rgba(66, 67, 69, 0.5);
  line-height: 38px;
  padding-right: 30px;
}

@media only screen and (max-width: 480px) {
  .about-content-left {
    width: 100%;
    padding-right: 0;
  }
}

.about-content-right {
  width: 50%;
  height: 100%;
  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;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .about-content-right {
    width: 100%;
    padding: 40px 0;
  }
}

.integrations-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.integration-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  width: 280px;
  height: 120px;
  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;
  margin: 20px;
}

.features-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  height: 430px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.feature-item {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 15px 10px 15px;
}

.feature-item h3 {
  text-align: center;
}

.feature-item:nth-child(even) {
  background-color: rgba(8, 53, 128, 0.03);
}

.feature-item-img-holder {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-item-text {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.6;
}

.sub-feature-holder {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 480px) {
  .sub-feature-holder {
    height: unset;
  }
}

.sub-feature-item {
  font-size: 0.8em;
  position: relative;
  padding: 2px 0;
  padding-left: 25px;
}

.sub-feature-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  top: 13px;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .sub-feature-item:before {
    top: 9px;
  }
}

.contact-section {
  min-height: calc(100vh - 130px);
}

.contact-form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .contact-form-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-form-left {
  width: 60%;
  padding-right: 50px;
}

@media only screen and (max-width: 480px) {
  .contact-form-left {
    width: 100%;
  }
}

.contact-form-core {
  width: 80%;
}

@media only screen and (max-width: 480px) {
  .contact-form-core {
    width: 100%;
  }
}

.contact-form-right {
  width: 40%;
  padding-top: 25px;
}

@media only screen and (max-width: 480px) {
  .contact-form-right {
    width: 100%;
  }
}

.contact-form-right .footer-nav-item {
  color: #424345;
  margin-bottom: 25px;
}

.contact-form-right .footer-nav-item a {
  color: #424345;
}

.contact-form-right .footer-nav-item-right {
  padding-left: 10px;
}

/**
Form Fields
**/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

.desi-form-input-group {
  position: relative;
  margin-top: 25px;
}

.desi-form-input-group select {
  /*margin-left:-5px;*/
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.desi-form-input {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color: #22282f;
  font-size: 1em;
  padding: 7px 10px 2px 0 !important;
  display: block;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid rgba(60, 70, 67, 0.2) !important;
  background-color: unset !important;
  outline: none !important;
  -webkit-appearance: none;
}

.desi-form-input:focus {
  outline: none;
}

.desi-form-label {
  color: #22282f;
  font-size: 0.85em;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 8px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.desi-form-label-active {
  top: -15px;
  font-size: 0.7em;
  color: #B2BAB5;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
}

/* active state */
/**/
.desi-form-input:focus ~ .desi-form-label, .desi-form-input:valid ~ .desi-form-label {
  top: -20px;
  font-size: 0.7em;
  color: #B2BAB5;
}

.desi-form-input-bar {
  position: relative;
  display: block;
  width: 100%;
}

.desi-form-input-bar:before, .desi-form-input-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #0990AB;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.desi-form-input-bar:before {
  left: 50%;
}

.desi-form-input-bar:after {
  right: 50%;
}

/* active state */
.desi-form-input:focus ~ .desi-form-input-bar:before, .desi-form-input:focus ~ .desi-form-input-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.desi-form-input-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

/* active state */
.desi-form-input:focus ~ .desi-form-input-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.success-msg {
  color: #4EB707;
}

.failure-msg {
  color: #EE5623;
}

.wpcf7-form-control {
  width: 100%;
  border-style: solid !important;
  border-width: 1px !important;
}

.wpcf7-submit {
  background-color: #EE5623;
  border-radius: 6px;
  padding: 0 30px;
  height: 40px;
  color: #FFF;
  font-family: "nunitosans-bold" !important;
  font-size: 0.8em;
  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;
  text-transform: uppercase;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none;
}
/*# sourceMappingURL=main.css.map */