.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #1d2d38;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f6fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1fdb6a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #5e7feb;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #081c2b;
  font-family: Montserrat, sans-serif;
}

.navbar.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.navbar.with-color-button {
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.logo-block {
  top: 11px;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
}

.nav-link {
  display: inline-block;
  margin-right: 4px;
  padding: 11px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #fff;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.6);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 35px;
}

.nav-link.dropdown-toggle.light {
  padding-right: 40px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
}

.nav-link.light.w--current {
  border-color: rgba(0, 0, 0, 0.3);
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
  line-height: 20px;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: rgba(94, 127, 235, 0.2);
  color: #5e7feb;
}

.dropdown-link.w--current {
  color: #5e7feb;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.container.vehicle-icons {
  margin-top: auto;
  margin-bottom: auto;
}

.container.intro-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 3px;
  background-color: #5e7feb;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4e6fdb;
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button.green {
  margin-top: 0px;
  padding-bottom: 14px;
  background-color: #1fdb6a;
}

.button.green:hover {
  background-color: #3cee83;
}

.button.hero-button {
  margin-top: 0px;
  margin-right: 5px;
  padding: 15px 35px 14px;
  background-color: #fff;
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, 0.1);
  font-family: Montserrat, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.button.hero-button:hover {
  color: #5e7feb;
}

.button.hero-button._2 {
  background-color: #5e7feb;
  color: #fff;
}

.button.hero-button._2:hover {
  color: #5e7feb;
}

.button._2 {
  margin-left: 10px;
  background-color: #1d2d38;
}

.button._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.section {
  position: relative;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  font-size: 15px;
}

.section.tint {
  padding: 50px;
  background-color: #f3f5fa;
}

.section.top-line {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
}

.section.small-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d2d38;
  color: #8f9ba3;
  font-size: 14px;
  line-height: 20px;
}

.section-title-wrapper {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.section-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #080808;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  text-transform: none;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-top: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.image-section.testimonial-section {
  display: block;
  background-image: url('../images/IMG_9530.jpg');
  background-attachment: fixed;
}

.image-section-overlay {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: rgba(29, 45, 56, 0.59);
  color: #fff;
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-button:hover {
  border-color: #212429;
  background-color: #212429;
}

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.footer-title {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 7px;
  color: #949494;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  padding-left: 20px;
  background-image: url('../images/Icon-facebook.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  margin: 10px;
  padding-top: 9px;
  border-radius: 100%;
  background-color: #283e4d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #5e7feb;
}

.footer-small-social-icon {
  height: 15px;
}

.field {
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  border-color: #c5c5c5;
  background-color: #fff;
}

.field:focus {
  border-color: #5e7feb;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(94, 127, 235, 0.3);
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  padding-bottom: 8px;
  border-radius: 3px;
  background-color: #5e7feb;
  color: #fff;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.footer-logo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
}

.bottom-footer-link {
  color: #99a5ad;
}

.bottom-footer-link:hover {
  color: #fff;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.white-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.dark-footer-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #bfc4ce;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-button:hover {
  opacity: 0.8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  font-size: 13px;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 510px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-left-block.intro-logo {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.feature-info-row {
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px 75px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-column {
  padding-right: 0px;
  padding-left: 0px;
}

.feature-info-block {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.dark-bottom-footer {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #181a1d;
  color: #6d7077;
}

.small-footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  padding-top: 240px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 127, 235, 0.9)), to(rgba(94, 127, 235, 0.9))), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(94, 127, 235, 0.9), rgba(94, 127, 235, 0.9)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
}

.page-subtitle {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 30px;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-column-left {
  font-family: Montserrat, sans-serif;
}

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

.cta-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #1d2d38;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
}

.cta-title.subtitle {
  margin-top: 20px;
  color: #1d2d38;
  font-size: 21px;
  font-weight: 700;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.logo {
  height: 25px;
  margin-top: 10px;
  border-radius: 0px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0px;
}

.testimonial-text-block {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.testimonial-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.testimonial-block-name {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
}

.testimonial-block-name.subtitle {
  font-weight: 300;
}

.faq-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.faq-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-link-block {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  text-decoration: none;
}

.faq-link-block:hover {
  color: #5e7feb;
}

.faq-title {
  font-size: 17px;
  font-weight: 700;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0px;
}

.faq-answer.fleet {
  margin-bottom: 30px;
}

.testimonial-arrow-block {
  position: absolute;
  left: 40px;
  bottom: -3px;
  z-index: 1;
  width: 29px;
  height: 29px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.footer-social-block-right {
  float: right;
}

.bottom-footer-text {
  margin-bottom: 0px;
  color: #f3f5fa;
}

.small-divider-line {
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto 0px;
  background-color: #5e7feb;
}

.column-testimonial-slider {
  height: auto;
  padding-right: 70px;
  padding-left: 70px;
  background-color: transparent;
}

.testimonial-half-slide {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-small-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
}

.faq-icon {
  position: absolute;
  top: 16px;
  right: 0px;
  height: 12px;
}

.overall-hero-overlay {
  padding-top: 134px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
}

.download-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 45, 56, 0.25)), to(rgba(29, 45, 56, 0.25))), url('../images/5b0214dadcae79013b40a378_Webp.net-compress-image-1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 45, 56, 0.25), rgba(29, 45, 56, 0.25)), url('../images/5b0214dadcae79013b40a378_Webp.net-compress-image-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta-buttons-wrapper {
  margin-left: 20px;
  float: right;
}

.cta-button {
  margin-left: 10px;
  padding: 11px 20px;
  border-radius: 4px;
  background-color: #5e7feb;
  -webkit-transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  color: #fff;
}

.cta-button:hover {
  background-color: #728fee;
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}

.cta-button.color {
  background-color: #1fdb6a;
}

.cta-button.color:hover {
  background-color: #3fee85;
}

.cta-button.color.faq {
  margin-top: 15px;
  margin-left: 0px;
}

.cta-button.color.pop-up {
  position: fixed;
  right: 17px;
  bottom: 112px;
  display: none;
  overflow: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cta-button.color.bold-one {
  margin-left: 0px;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 600;
}

.cta-button.gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#b75dda), to(#5e7feb));
  background-image: linear-gradient(90deg, #b75dda, #5e7feb);
}

.cta-button-title {
  display: inline-block;
}

.cta-button-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.text-block {
  font-family: Varela, sans-serif;
  color: #f3f5fa;
  font-size: 19px;
}

.text-block.bott {
  color: #1d2d38;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-2 {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 75%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: transparent;
  background-image: url('../images/dev-benjamin-219170.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.hero-section.contact-us {
  position: static;
  overflow: visible;
  height: auto;
  border-style: none;
  background-color: #f3f5fa;
  background-image: none;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  width: 100%;
}

.text-field {
  height: 60px;
}

.submit-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f6fff), to(#1f6fff));
  background-image: linear-gradient(180deg, #1f6fff, #1f6fff);
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.submit-button:hover {
  opacity: 1;
}

.headingone {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 43px;
  font-style: italic;
}

.text-block-2 {
  margin-top: 21px;
  margin-bottom: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.link-4 {
  color: #8f9ba3;
}

.link-4:hover {
  color: #fff;
}

.section-3 {
  padding: 10%;
  text-align: center;
}

.section-3.blog-cta {
  margin-right: 25px;
  margin-left: 25px;
  padding: 10%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 45, 56, 0.68)), to(rgba(29, 45, 56, 0.68))), url('../images/5ad7eb51328dfae29029c810_IMG_9393-1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 45, 56, 0.68), rgba(29, 45, 56, 0.68)), url('../images/5ad7eb51328dfae29029c810_IMG_9393-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Montserrat, sans-serif;
}

.blog-link-div {
  width: 100%;
  padding: 5%;
  border: 2px solid #fff;
  border-radius: 4px;
  text-decoration: none;
}

.about {
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f3f5fa;
}

.row {
  margin-bottom: 10px;
}

.left-column {
  padding-right: 0px;
  padding-left: 0px;
}

.about-photo {
  height: 600px;
  background-image: url('../images/5b074af0a69000f12f53afda_IMG_9473-1.jpg');
  background-position: 47% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-column {
  padding-right: 0px;
}

.grey-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 600px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e3e3e3;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.grey-box.diff {
  padding: 0px;
}

.about-photo-2 {
  height: 600px;
  background-image: url('../images/5b021610077e7d1701f752e3_5ad7fab4248494fb5f70_JOCX0-1.jpg');
  background-position: 51% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-color: #f3f5fa;
}

.heading-3 {
  margin-bottom: 10px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  text-transform: capitalize;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -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;
  border: 2px solid #f3f5fa;
  border-radius: 4px;
}

.heading-5 {
  font-size: 30px;
  text-align: center;
}

.div-block-5 {
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.contactustext {
  margin-bottom: 3px;
  font-size: 18px;
}

.contactustext.sout {
  margin-bottom: 9px;
  font-size: 20px;
}

.service3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 33px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.service3-heading {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.service3-heading.service4 {
  font-size: 20px;
  text-align: center;
}

.service3-heading.service4._2223232 {
  font-size: 15px;
}

.paragraph-4 {
  font-size: 16px;
  text-align: left;
}

.image-2 {
  margin-top: 20px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.image-3 {
  margin-left: 18px;
}

.div-block-7 {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 17px;
  background-color: #1d2d38;
}

.card {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.cards-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #eee;
  text-align: center;
}

.section-4.cards-section {
  min-height: auto;
  margin-top: 30px;
  padding: 30px;
}

.card-link {
  display: inline-block;
  margin-top: 10px;
  color: #ff5151;
  font-weight: 700;
  text-decoration: none;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-title {
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #1d2d38;
  text-transform: capitalize;
}

.card-shadow {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.card-wrap {
  position: relative;
  margin: 0px 25px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #eee;
}

.intro-column {
  padding: 25px;
}

.footer-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.footer-container {
  max-width: 1100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-column-2 {
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo-2 {
  display: block;
  width: 50px;
}

.footer-bar {
  width: 20px;
  height: 2px;
  margin-bottom: 27px;
  background-color: #000;
}

.footer-title-2 {
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #000;
  line-height: 24px;
  text-decoration: none;
}

.row-3 {
  display: block;
  -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;
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  border-style: none;
  border-color: #f3f5fa;
  background-color: transparent;
  background-image: none;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: none;
}

.div-block-8 {
  position: fixed;
  right: 18px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 50px;
  background-color: #f3f5fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1fdb6a), to(#1fdb6a));
  background-image: linear-gradient(180deg, #1fdb6a, #1fdb6a);
}

.link-block {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1fdb6a), to(#1fdb6a));
  background-image: linear-gradient(180deg, #1fdb6a, #1fdb6a);
}

.div-block-9 {
  position: fixed;
  right: 12px;
  bottom: 111px;
  width: 150px;
  height: 60px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1fdb6a), to(#1fdb6a));
  background-image: linear-gradient(180deg, #1fdb6a, #1fdb6a);
}

.areasofservice-section {
  display: block;
  overflow: hidden;
  margin: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3e3e3;
}

.heading-7 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.html-embed {
  height: 100%;
}

.div-block-10 {
  display: block;
  -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;
}

.column-8 {
  padding-right: 0px;
  padding-left: 25px;
}

.row-4 {
  width: 100%;
}

.container-3 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.areaofservice-heading {
  margin-bottom: 0px;
  font-size: 20px;
  text-align: left;
}

.column-9 {
  display: inline-block;
  margin: 0px;
  padding: 1px;
}

.row-5 {
  margin-bottom: 10px;
}

.text-block-3 {
  font-size: 20px;
  font-weight: 700;
}

.container-4 {
  padding: 10px;
}

.section-6 {
  margin-right: 25px;
  margin-left: 25px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.text-block-4 {
  padding-right: 25px;
  padding-left: 25px;
}

.row-6 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.slider {
  height: 300px;
}

.slider-2 {
  height: 100vh;
}

.row-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-8 {
  margin-top: 20px;
}

.footer-3-links {
  margin-right: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
}

.footer-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3 {
  padding: 60px 5% 10px;
  background-color: #fff;
}

.footer-3-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-9 {
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-text {
  margin-top: 10px;
  font-family: Varela, sans-serif;
  color: #20193a;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.footer-3-link {
  margin-right: 20px;
  margin-left: 19px;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-3-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, 0.23);
}

.footer-3-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  font-weight: 500;
}

.footer-3-copywrite.akl {
  margin-top: 0px;
}

.footer-3-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
}

.field-label {
  font-family: Montserrat, sans-serif;
}

.text-field-2 {
  font-family: Montserrat, sans-serif;
}

.form {
  font-family: Montserrat, sans-serif;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.white-hero-tagline {
  margin-bottom: 10px;
  color: #fff;
}

.hero-title {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 36px;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-2.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-2.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button-2.default-button.big-default {
  margin-top: 0px;
  padding: 17px 35px;
  background-color: #1fdb6a;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #f3f5fa;
  font-size: 20px;
  font-weight: 400;
}

.hero-content-wrapper {
  display: block;
  width: 910px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
}

.hero2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  margin-top: 12px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.8);
}

.larger-paragraph.white-hero-paragraph.hero2-paragraph {
  width: 50%;
  color: rgba(0, 0, 0, 0.8);
}

.section-7 {
  padding-right: 25px;
  padding-left: 25px;
}

.bold-text {
  font-size: 20px;
  line-height: 22px;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.body-2 {
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-3 {
  background-color: transparent;
}

.grid {
  margin: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: transparent;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mockup-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-move"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hide-gallery-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="hide-faq-answer"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-hero-gradient"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-in-20"] {
  opacity: 0.1;
}

html.w-mod-js *[data-ix="scale-on-rollover"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }
  .navbar {
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .navbar.underline {
    padding-bottom: 20px;
  }
  .navbar.with-color-button {
    padding-bottom: 20px;
  }
  .navbar.white {
    padding-bottom: 20px;
  }
  .nav-menu {
    margin-left: 60px;
    padding-top: 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0px;
    color: #000;
  }
  .nav-link:hover {
    background-color: #5e7feb;
    color: #fff;
  }
  .nav-link.w--current {
    color: #5e7feb;
  }
  .nav-link.dropdown-toggle.w--open {
    background-color: #5e7feb;
    color: #fff;
  }
  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }
  .nav-link.light:hover {
    background-color: #000;
  }
  .nav-link.light.w--current {
    border-color: transparent;
  }
  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }
  .nav-link.color:hover {
    color: #fff;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #f0f1f5;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    padding-left: 35px;
  }
  .container {
    position: static;
  }
  .container.intro-home {
    margin-top: 0px;
  }
  .button.hero-button {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 11px;
  }
  .section {
    padding: 45px;
  }
  .section.top-line {
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }
  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: 105px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }
  .footer {
    padding: 45px;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .menu-button {
    margin-right: 20px;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-left-block {
    width: 390px;
  }
  .feature-info-block {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .right-nav-menu {
    z-index: 2000;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .page-subtitle {
    width: 80%;
  }
  .cta-row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .cta-column-right {
    padding-top: 30px;
  }
  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }
  .small-dropdown-icon {
    margin-right: 21px;
  }
  .logo {
    margin-top: 15px;
  }
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .transparant-menu-button.w--open {
    background-color: #000;
  }
  .menu-button-line {
    width: 50px;
    height: 50px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 4px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button-line:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }
  .menu-button-line.w--open {
    background-color: #1f6fff;
  }
  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #1f6fff;
    color: #fff;
    text-align: center;
  }
  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }
  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }
  .column-testimonial-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .overall-hero-overlay {
    padding: 134px 35px 60px;
  }
  .cta-buttons-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .cta-button {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .cta-button.color.faq {
    margin-right: 60px;
    margin-left: 60px;
    text-align: center;
  }
  .cta-button.color.bold-one {
    width: 30%;
    padding-right: 3px;
    padding-left: 3px;
    text-align: center;
  }
  .row-2 {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-section.contact-us {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-2 {
    padding-left: 0px;
  }
  .section-3.blog-cta {
    margin-right: 10px;
    margin-left: 10px;
  }
  .about {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .left-column {
    margin-bottom: 10px;
  }
  .about-photo {
    height: 400px;
    margin-top: 15px;
  }
  .right-column {
    padding-left: 0px;
  }
  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-photo-2 {
    height: 400px;
  }
  .service3-heading {
    font-size: 23px;
  }
  .container-2 {
    margin-bottom: 0px;
  }
  .div-block-6 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-3 {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .div-block-7 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .card {
    padding: 5px;
  }
  .cards-inner {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-5 {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .intro-column {
    padding: 10px;
  }
  .footer-column-2 {
    padding-bottom: 0px;
  }
  .heading-6 {
    line-height: 28px;
    text-align: center;
  }
  .areasofservice-section {
    margin: 10px;
  }
  .section-6 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-3-wrap {
    width: 100%;
    margin-left: 0px;
  }
  .row-9 {
    display: block;
  }
  .logo-text {
    font-size: 25px;
  }
  .hero-content-wrapper {
    width: auto;
    padding-left: 0px;
  }
  .hero2 {
    padding-left: 30px;
  }
  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: 50%;
  }
  .section-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 10px;
  }
  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container.vehicle-icons {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.intro-home {
    margin-top: 0px;
  }
  .section {
    padding: 35px;
  }
  .section.tint {
    padding: 38px 38px 0px;
  }
  .section.small-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .testimonial-slider-arrow {
    margin-top: 65px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer {
    padding: 0px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .bottom-footer-paragraph.dark {
    float: none;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .white-footer {
    padding: 25px;
  }
  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }
  .hero-left-block {
    width: 410px;
  }
  .feature-info-row {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .feature-info-block {
    margin: 31px 31px 0px;
  }
  .feature-info-title {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .footer-row-bottom {
    margin-bottom: 20px;
  }
  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }
  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }
  .subpage-header {
    padding: 100px 25px 40px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }
  .contact-popup {
    overflow: auto;
  }
  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cta-row {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-column-left {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-column-right {
    padding-top: 20px;
    text-align: center;
  }
  .logo {
    height: 30px;
    margin-top: 5px;
  }
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .menu-button-line {
    margin-top: 0px;
  }
  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .faq-wrapper {
    width: 100%;
  }
  .footer-social-block-right {
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .bottom-footer-text {
    margin-top: 5px;
  }
  .small-divider-line {
    width: 50px;
  }
  .testimonial-half-slide {
    width: 100%;
  }
  .overall-hero-overlay {
    padding-top: 125px;
    padding-bottom: 70px;
  }
  .cta-button.color.bold-one {
    width: 50%;
  }
  .row-2 {
    height: auto;
  }
  .hero-section.contact-us {
    height: auto;
  }
  .column-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about {
    padding-top: 0px;
  }
  .row {
    margin-bottom: 0px;
  }
  .left-column {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .about-photo {
    height: 250px;
    margin-top: 10px;
  }
  .right-column {
    margin-top: 0px;
    padding-left: 0px;
  }
  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }
  .about-photo-2 {
    height: 250px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .heading-3 {
    font-size: 28px;
  }
  .heading-4 {
    font-size: 24px;
    line-height: 27px;
  }
  .div-block-5 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .service3 {
    margin: 20px 30px;
  }
  .service3-heading {
    font-size: 20px;
  }
  .column-7 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card {
    padding: 30px;
  }
  .cards-inner {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-4.cards-section {
    padding-right: 31px;
    padding-left: 31px;
  }
  .card-wrap {
    margin: 30px 0px;
  }
  .footer-2 {
    padding-right: 0px;
    padding-left: 30px;
  }
  .footer-row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-column-2 {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-6 {
    line-height: 28px;
    text-align: center;
  }
  .column-10 {
    padding-left: 0px;
  }
  .row-6 {
    padding-bottom: 10px;
  }
  .photogalley {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .footer-3-col-2 {
    display: none;
  }
  .row-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-text {
    text-align: center;
  }
  .footer-3-col {
    -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;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .hero-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .hero2 {
    height: 420px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: auto;
  }
  .grid {
    grid-column-gap: 4px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .navbar {
    padding-top: 0px;
    padding-right: 10px;
  }
  .navbar.white {
    padding-bottom: 10px;
  }
  .nav-menu {
    padding-top: 0px;
  }
  .container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container.vehicle-icons {
    background-color: transparent;
    background-image: none;
  }
  .container.intro-home {
    margin-top: 0px;
  }
  .button {
    margin-top: 10px;
  }
  .button.hero-button {
    margin-top: 6px;
    margin-right: 0px;
  }
  .button.hero-button._2 {
    margin-top: 15px;
    margin-left: 0px;
  }
  .section {
    padding: 25px;
  }
  .section.tint {
    padding: 23px 23px 0px;
  }
  .section.top-line {
    padding: 15px 15px 20px;
  }
  .section.small-footer {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }
  .section-title {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 24px;
  }
  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .field {
    height: 40px;
    font-size: 13px;
  }
  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }
  .footer-logo-column-left {
    padding-bottom: 10px;
  }
  .hero-left-block {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero-left-block.intro-logo {
    width: 100%;
  }
  .feature-info-row {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-info-column {
    position: static;
    padding: 0px;
  }
  .feature-info-block {
    padding: 0px 10px;
  }
  .feature-info-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }
  .app-store-button {
    height: 35px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .page-subtitle {
    margin-top: 10px;
    font-size: 12px;
  }
  .popup-block {
    width: 83%;
    padding: 20px;
  }
  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-title {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
  }
  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .logo {
    height: 20px;
    margin-top: 10px;
  }
  .logo.fixed {
    margin-top: 6px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }
  .testimonial-text-block {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .testimonial-text {
    font-size: 14px;
  }
  .testimonial-block-name {
    font-size: 13px;
  }
  .testimonial-block-name.subtitle {
    font-size: 11px;
    line-height: 13px;
  }
  .hero-buttons-wrapper {
    margin-top: 3px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-divider-line {
    width: 60px;
  }
  .testimonial-half-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-small-image {
    width: 45px;
    height: 45px;
  }
  .overall-hero-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }
  .cta-button.color {
    text-align: center;
  }
  .cta-button.color.bold-one {
    width: 80%;
  }
  .row-2 {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px 20px;
  }
  .hero-section.contact-us {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-2 {
    text-align: center;
  }
  .section-3.blog-cta {
    margin-right: 10px;
    margin-left: 10px;
    padding: 5%;
  }
  .about {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
  }
  .row {
    margin-bottom: 0px;
  }
  .left-column {
    margin-top: 0px;
  }
  .about-photo {
    height: 200px;
    margin-bottom: 10px;
  }
  .right-column {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .grey-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .about-photo-2 {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .contactustext {
    font-size: 16px;
  }
  .contactustext.sout {
    font-size: 19px;
  }
  .service3 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .service3-heading {
    margin-top: 10px;
    text-align: center;
  }
  .image {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .div-block-6 {
    padding: 0px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    margin-top: 10px;
    margin-left: 11px;
  }
  .card {
    padding: 10px;
  }
  .section-5 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .intro-column {
    padding: 15px;
  }
  .footer-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-row-2 {
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-column-2 {
    padding: 0px;
  }
  .footer-link-2 {
    overflow: hidden;
    font-size: 13px;
  }
  .heading-6 {
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .paragraph-5 {
    font-size: 14px;
  }
  .section-6 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-10 {
    padding-left: 0px;
  }
  .text-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-7 {
    margin-top: 0px;
  }
  .row-8 {
    margin-top: 0px;
  }
  .column-11 {
    margin-top: 10px;
  }
  .photogalley {
    margin-top: 10px;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .hero-title {
    line-height: 28px;
  }
  .hero2 {
    height: 500px;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .bold-text {
    line-height: 20px;
    font-weight: 500;
  }
  .bold-text-2 {
    font-size: 25px;
    line-height: 0;
  }
  .grid {
    margin-right: 10px;
    margin-left: 10px;
    justify-items: end;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-60aacfd76ce0-f1a55b98 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-a143a3338378-f1a55b98 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-0a4acc2552ce-f1a55b98 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-a2b535b1de72-f1a55b98 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-415157fc6d88-f1a55b98 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-60aacfd76ce0-f1a55b98 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-a143a3338378-f1a55b98 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-415157fc6d88-f1a55b98 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}