body {
  height: 100%;
  color: #333;
  background-color: #424549;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

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

.navbar {
  background-color: #02a654;
  border-top: 10px solid #302f95;
  border-bottom: 10px solid #302f95;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

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

.nav-menu {
  z-index: 1;
  float: none;
  text-align: center;
  border-radius: 4px;
  margin-top: 5px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

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

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

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

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

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.nav-link.light:hover {
  color: #000;
  border-width: 2px;
  border-color: #fff;
}

.nav-link.light.w--current {
  border-width: 2px;
  border-color: #000;
  border-left-style: solid;
  border-right-style: solid;
}

.nav-link.light.w--current:hover {
  color: #000;
  border-color: #fff;
}

.nav-link.color {
  background-color: rgba(207, 207, 207, .1);
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

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

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

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

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

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

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

.container {
  padding-top: 0;
  position: relative;
}

.container.hero-container, .container.centered {
  text-align: center;
}

.container.home-intro-container {
  height: 530px;
  text-align: center;
  margin-top: 0;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #302f95;
  border: 2px solid #1f6fff;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #000;
  background-color: rgba(2, 166, 84, .7);
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button.text-button:hover {
  background-color: #000;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.submit-newsletter {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  margin-top: 0;
}

.section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.tint {
  background-color: #f5f5f5;
}

.section.overflow-none {
  padding-bottom: 40px;
  overflow: hidden;
}

.section.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.feature-section.odd {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #ececec;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px;
  font-family: PT Sans, sans-serif;
}

.section.change {
  padding-bottom: 20px;
}

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

.section-title-wrapper.full {
  width: 100%;
  text-align: center;
  flex-direction: row;
  margin-bottom: 40px;
}

.section-title-wrapper.full.info {
  margin-bottom: 10px;
}

.section-title-wrapper.full-centered {
  width: 100%;
  margin-bottom: 0;
}

.section-title-wrapper.info {
  margin-bottom: 30px;
}

.section-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
}

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

.section-title.left.black {
  font-size: 42px;
  line-height: 42px;
}

.section-title.black {
  color: #000;
  font-size: 50px;
  line-height: 50px;
}

.section-title.add-top {
  margin-top: 10px;
}

.section-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.section-description.small {
  width: 80%;
  text-align: center;
  margin: 20px auto 10px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.portfolio-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(44, 45, 49, .8);
  border-radius: 4px;
  position: relative;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

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

.footer-row.white-footer-row {
  margin-left: 0;
  margin-right: 0;
}

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

.image-section {
  background-image: url('../images/layover-image1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-section.newsletter {
  background-image: url('../images/Photo-6.jpg');
}

.image-section.about-us-2 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(44, 46, 49, .7);
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.pricing {
  background-color: rgba(48, 47, 149, .5);
  padding-top: 40px;
  padding-bottom: 50px;
}

.image-section-overlay.color {
  width: auto;
  height: auto;
  background-color: rgba(48, 47, 149, .85);
  border-top: 2px solid #302f95;
  border-bottom: 2px solid #302f95;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-section-overlay.white-gradient {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff 39%, rgba(255, 255, 255, 0));
  padding-top: 20px;
  padding-bottom: 0;
}

.image-section-overlay.white-gradient.add-btm {
  padding-bottom: 40px;
}

.menu-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  transition: background-color .2s;
}

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

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

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

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

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

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

.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 {
  background-color: #2a2d30;
  padding-top: 45px;
}

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

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: rgba(255, 255, 255, .4);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

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

.contact-form {
  width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  height: 50px;
  background-color: rgba(255, 255, 255, .2);
  border: 0 solid #000;
  border-radius: 4px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

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

.field.email {
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
}

.field.email:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  background-color: #f2f3f7;
  border-radius: 4px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, .2);
}

.field.rounded.area {
  height: 100px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

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

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

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

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

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

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

.bottom-footer-paragraph.right.dark {
  float: right;
  color: #fff;
  padding-left: 0;
  padding-right: 60px;
  font-weight: 700;
}

.bottom-footer-paragraph.dark {
  color: #fff;
  padding-left: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

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

.browser-mockup-right {
  width: auto;
  border: 2px solid #302f95;
  border-radius: 3px;
  position: static;
  top: -35px;
  right: -395px;
  box-shadow: 3px 3px 33px rgba(0, 0, 0, .1);
}

.text-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-column-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  display: inline-block;
}

.top-line-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 35px;
  padding-top: 40px;
}

.small-paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.black-footer {
  color: #fff;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.dark-footer-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.dark-footer-title.info {
  margin-top: 40px;
  margin-bottom: 15px;
}

.dark-footer-title.center {
  text-align: center;
  text-decoration: underline;
}

.light-footer-link {
  color: #fff;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

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

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

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

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

.color-social-button.google.no-pad {
  margin-right: 0;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

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

.bottom-footer-block.white-footer-block {
  width: 96%;
  color: #e1e1e4;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

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

.feature-info-block {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-info-icon {
  height: 35px;
  float: none;
  text-align: center;
  margin-right: 0;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.feature-info-paragraph {
  opacity: .7;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hero-main-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hero-main-title.subtitle {
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.home-intro-wrapper {
  width: 45%;
  color: #9a9da3;
  margin-top: -60px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.home-intro-wrapper.right {
  padding-right: 10px;
  top: 0;
  left: auto;
  right: 0;
}

.home-intro-wrapper.left {
  padding-left: 10px;
}

.home-intro-link-block {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._3 {
  width: auto;
  background-image: none;
}

.intro-block-overlay {
  width: auto;
  height: auto;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  align-items: center;
  transition: background-color .2s, opacity .2s;
  display: block;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
}

.intro-block-text-wrapper {
  width: auto;
  text-align: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.intro-block-text-wrapper.last {
  width: 400px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  color: #000;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Hero-back-image1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 110px;
  padding-bottom: 40px;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(rgba(31, 111, 255, .8), rgba(31, 111, 255, .8)), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact-1.reduce-top {
  background-image: linear-gradient(rgba(48, 47, 149, .5), rgba(48, 47, 149, .5)), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
}

.subpage-header.ui {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.contact-info-block-right {
  width: 35%;
  float: right;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title.less-wide {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.page-subtitle {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.contact-popup {
  z-index: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  align-items: center;
  display: block;
  position: fixed;
}

.contact-info-block {
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border: 4px solid #fff;
  border-radius: 4px;
  padding: 45px 45px 0;
}

.contact-info-block.add-btm {
  padding-top: 15px;
  padding-bottom: 185px;
}

.contact-info-block.reduce-pad {
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.small-contact-info-title {
  opacity: .6;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.contact-info-description {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

.cta-title {
  color: #000;
  font-size: 26px;
  line-height: 30px;
}

.cta-title.subtitle {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.image-block-right {
  width: 100%;
  height: 200px;
  background-image: url('../images/Hero-back-image1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.image-block-right.add-top {
  width: auto;
  height: 100%;
  background-image: none;
  border: 2px solid #302f95;
  margin-top: 15px;
}

.text-column-left {
  padding-right: 40px;
}

.gallery-lightbox {
  margin-bottom: 20px;
  display: block;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.gallery-image-block {
  width: 100%;
  height: 300px;
  background-image: url('../images/Photo-10.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.gallery-image-block._2 {
  background-image: url('../images/Photo-3.jpg');
}

.gallery-image-block._3 {
  background-image: url('../images/Z-1.jpg');
}

.gallery-image-block.small {
  width: auto;
  height: auto;
  background-image: none;
  border: 2px solid #302f95;
  margin-bottom: 4px;
  margin-right: 4px;
  padding-right: 0;
}

.gallery-image-block.small._5 {
  background-image: url('../images/5.jpg');
}

.gallery-overlay-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: background-color .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, .7);
}

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: rgba(255, 255, 255, .2);
}

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

.logo {
  height: 40px;
  margin-top: 3px;
}

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

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

.white-footer-column {
  text-align: center;
  padding-right: 10px;
}

.gallery-column-right {
  margin-top: 0;
  padding-top: 5px;
}

.hero-video {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.hero-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  padding-top: 140px;
  padding-bottom: 140px;
}

.main-feature-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.main-feature-title.less-btm {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.sign-up-popup {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, .9);
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-column-icon {
  height: 17px;
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 25, 46, .7);
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph {
  color: #fff;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.link {
  color: #fff;
}

.div-block {
  color: #000;
  background-color: #fff;
}

.utility-page-wrap {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.utility-page-content {
  width: auto;
  text-align: center;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-image-holder {
  background-image: url('../images/Hero-back-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 #000;
}

.image {
  padding-bottom: 20px;
}

.paragraph-3, .paragraph-4 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.content-div {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-2 {
  color: #fff;
  background-color: #302f95;
  border: 2px solid #1f6fff;
  padding-top: 9px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.button-2:hover {
  background-color: rgba(2, 166, 84, .7);
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: #02a654;
}

.html-embed {
  margin-top: 0;
  padding-top: 10px;
}

.link-3 {
  color: #fff;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

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

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.footer-btm-div {
  margin-top: 30px;
}

.link-4 {
  color: #fff;
}

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

.info-paragraph {
  color: #fff;
  font-family: PT Sans, sans-serif;
  line-height: 20px;
}

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

.map-div {
  width: auto;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

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

.paragraph-6 {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-6.less-btm {
  margin-bottom: 0;
}

.button-div {
  text-align: center;
  margin-top: 20px;
}

.button-div.less-top {
  margin-top: 0;
}

.section-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.div-block-2 {
  width: 90%;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-7 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-7.remove-btm {
  margin-top: 40px;
  margin-bottom: -80px;
}

.quote-form {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.gallery-div {
  margin-top: -15px;
  margin-bottom: 40px;
}

.column-1, .column-2 {
  padding-bottom: 30px;
}

.pic-div-left {
  text-align: center;
}

.pic-div-left.add-btm {
  border: 2px solid #302f95;
}

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

.pic-div-center.add-btm {
  border: 2px solid #302f95;
}

.pic-div-right {
  text-align: center;
  border: 2px solid #302f95;
}

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

.navbar-2 {
  background-color: #02a654;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.nav-menu-2 {
  float: none;
  text-align: center;
}

.nav-link-2 {
  color: #000;
  border: 0 #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link-3 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.nav-menu-3 {
  float: none;
  text-align: center;
}

.nav-link-4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #000;
  border: 1px solid #000;
}

.nav-link-4.w--current {
  color: #000;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-4.w--current:hover, .menu-button-2.w--open {
  color: #000;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8 {
  background-color: rgba(0, 0, 0, 0);
}

.contact-info-block-left {
  width: 64%;
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 42px;
  line-height: 42px;
  text-decoration: underline;
}

.the-contact-form {
  text-align: center;
  margin-top: -40px;
}

.quote-button {
  color: #fff;
  background-color: #302f95;
  border: 2px solid #1f6fff;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.quote-button:hover {
  background-color: rgba(2, 166, 84, .7);
}

.paragraph-8 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.link-5 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.about-div {
  margin-top: 40px;
}

.pic-header {
  color: #000;
  margin-top: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-9 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.employment-div {
  width: 80%;
  margin: -100px auto 40px;
}

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

.image-text-div {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  text-align: center;
}

.heading-6 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 34px;
  line-height: 34px;
}

.paragraph-10 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-4 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4.center {
  text-align: center;
  margin-top: 20px;
}

.heading-7 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 34px;
  line-height: 34px;
  text-decoration: underline;
}

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

.list-item {
  color: #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.image-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #302f95;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  border: 2px solid #302f95;
}

.bbb-div {
  text-align: center;
  padding-top: 10px;
}

.home-main-div {
  width: 90%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
}

.home-services {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  max-width: 100%;
  text-align: center;
  border-radius: 0;
  display: inline-block;
}

.industrial-image-div {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
}

.paragraph-11 {
  display: none;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.home-top-div {
  text-align: center;
}

.div-block-7 {
  width: 94%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-div, .contact-div, .div-block-8, .about-middle-div, .about-btm-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .button {
    font-size: 20px;
    line-height: 24px;
  }

  .section {
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 50px;
    line-height: 50px;
  }

  .section-title.left.black {
    font-size: 46px;
    line-height: 46px;
  }

  .section-title.black {
    font-size: 54px;
    line-height: 54px;
  }

  .section-description {
    font-size: 20px;
    line-height: 24px;
  }

  .section-description.small {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-small-social-icon {
    height: 24px;
    padding-top: 4px;
  }

  .bottom-footer-paragraph.right.dark {
    font-size: 20px;
    line-height: 24px;
  }

  .text-column-title {
    font-size: 22px;
    line-height: 26px;
  }

  .small-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .dark-footer-title {
    font-size: 24px;
    line-height: 28px;
  }

  .color-social-button {
    width: 36px;
    height: 36px;
  }

  .bottom-footer-block.white-footer-block {
    width: 96%;
  }

  .feature-info-title {
    font-size: 26px;
    line-height: 26px;
  }

  .feature-info-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-main-title {
    font-size: 64px;
    line-height: 64px;
  }

  .hero-main-title.subtitle {
    font-size: 26px;
    line-height: 36px;
  }

  .intro-block-title {
    font-size: 28px;
    line-height: 28px;
  }

  .subpage-header {
    padding-top: 120px;
  }

  .subpage-title.less-wide {
    font-size: 54px;
    line-height: 54px;
  }

  .page-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-info-block.add-btm {
    padding-bottom: 241px;
  }

  .small-contact-info-title {
    font-size: 22px;
    line-height: 26px;
  }

  .contact-info-description {
    font-size: 20px;
    line-height: 24px;
  }

  .cta-title {
    font-size: 30px;
    line-height: 34px;
  }

  .cta-title.subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .gallery-image-block.small {
    width: auto;
    height: auto;
  }

  .main-feature-title.less-btm {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph, .paragraph-3, .paragraph-4, .button-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .paragraph-5, .footer-btm-div, .info-paragraph.center, .paragraph-6.less-btm {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3 {
    font-size: 44px;
    line-height: 48px;
  }

  .paragraph-7.remove-btm {
    font-size: 20px;
    line-height: 24px;
  }

  .column-2 {
    padding-bottom: 30px;
  }

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

  .nav-link-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link-4.w--current {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .quote-button, .paragraph-8 {
    font-size: 20px;
    line-height: 24px;
  }

  .pic-header {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-9 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-6 {
    font-size: 38px;
    line-height: 38px;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-7 {
    font-size: 38px;
    line-height: 38px;
  }

  .list-item {
    font-size: 20px;
    line-height: 24px;
  }

  .image-12 {
    width: 100%;
    height: 100%;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    font-size: 24px;
    line-height: 28px;
  }

  .section-title {
    font-size: 54px;
    line-height: 54px;
  }

  .section-title.left.black {
    font-size: 50px;
    line-height: 50px;
  }

  .section-title.black {
    font-size: 58px;
    line-height: 58px;
  }

  .section-description {
    font-size: 24px;
    line-height: 28px;
  }

  .section-description.small {
    font-size: 30px;
    line-height: 34px;
  }

  .footer-small-social-icon {
    height: 28px;
    padding-top: 6px;
  }

  .bottom-footer-paragraph.right.dark {
    font-size: 24px;
    line-height: 28px;
  }

  .text-column-title {
    font-size: 26px;
    line-height: 30px;
  }

  .small-paragraph {
    font-size: 24px;
    line-height: 28px;
  }

  .dark-footer-title {
    font-size: 28px;
    line-height: 32px;
  }

  .color-social-button {
    width: 40px;
    height: 40px;
  }

  .feature-info-title {
    font-size: 30px;
    line-height: 30px;
  }

  .feature-info-paragraph {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-main-title {
    font-size: 68px;
    line-height: 68px;
  }

  .hero-main-title.subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .intro-block-title {
    font-size: 32px;
    line-height: 32px;
  }

  .subpage-header {
    padding-top: 135px;
  }

  .subpage-title.less-wide {
    font-size: 58px;
    line-height: 58px;
  }

  .page-subtitle {
    font-size: 28px;
    line-height: 32px;
  }

  .contact-info-block.add-btm {
    padding-bottom: 292px;
  }

  .small-contact-info-title {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-info-description {
    font-size: 24px;
    line-height: 28px;
  }

  .cta-title {
    font-size: 34px;
    line-height: 38px;
  }

  .cta-title.subtitle {
    font-size: 26px;
    line-height: 30px;
  }

  .gallery-image-block.small, .gallery-image-block.small._3, .gallery-image-block.small._4 {
    width: auto;
    height: auto;
  }

  .main-feature-title.less-btm {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph, .paragraph-3, .paragraph-4, .button-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .paragraph-5, .footer-btm-div, .info-paragraph.center, .paragraph-6.less-btm {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-3 {
    font-size: 48px;
    line-height: 52px;
  }

  .paragraph-7.remove-btm, .bold-text {
    font-size: 24px;
    line-height: 28px;
  }

  .nav-link-4, .nav-link-4.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-5 {
    font-size: 46px;
    line-height: 46px;
  }

  .quote-button, .paragraph-8 {
    font-size: 24px;
    line-height: 28px;
  }

  .pic-header {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-9 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-6 {
    font-size: 42px;
    line-height: 42px;
  }

  .paragraph-10 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 42px;
  }

  .list-item {
    font-size: 24px;
    line-height: 28px;
  }

  .image-12 {
    width: 96%;
    height: 96%;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 32px;
  }

  .home-top-div {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    font-size: 28px;
    line-height: 32px;
  }

  .section-title {
    font-size: 58px;
    line-height: 58px;
  }

  .section-title.left.black {
    font-size: 54px;
    line-height: 54px;
  }

  .section-title.black {
    font-size: 62px;
    line-height: 62px;
  }

  .section-description {
    font-size: 28px;
    line-height: 32px;
  }

  .section-description.small {
    font-size: 34px;
    line-height: 38px;
  }

  .footer-small-social-icon {
    height: 36px;
    padding-top: 10px;
  }

  .bottom-footer-paragraph.right.dark {
    font-size: 28px;
    line-height: 32px;
  }

  .bottom-footer-paragraph.dark {
    padding-left: 70px;
  }

  .text-column-title {
    font-size: 30px;
    line-height: 34px;
  }

  .small-paragraph {
    font-size: 28px;
    line-height: 32px;
  }

  .dark-footer-title {
    font-size: 32px;
    line-height: 36px;
  }

  .color-social-button {
    width: 50px;
    height: 50px;
  }

  .feature-info-title {
    font-size: 34px;
    line-height: 34px;
  }

  .feature-info-paragraph {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-main-title {
    font-size: 72px;
    line-height: 72px;
  }

  .hero-main-title.subtitle {
    width: 100%;
    font-size: 34px;
    line-height: 44px;
  }

  .intro-block-title {
    font-size: 36px;
    line-height: 36px;
  }

  .subpage-header {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .subpage-title.less-wide {
    font-size: 62px;
    line-height: 62px;
  }

  .page-subtitle {
    font-size: 32px;
    line-height: 36px;
  }

  .contact-info-block.add-btm {
    padding-bottom: 344px;
  }

  .small-contact-info-title {
    font-size: 30px;
    line-height: 34px;
  }

  .contact-info-description {
    font-size: 28px;
    line-height: 32px;
  }

  .cta-title {
    font-size: 38px;
    line-height: 42px;
  }

  .cta-title.subtitle {
    font-size: 30px;
    line-height: 34px;
  }

  .gallery-image-block.small {
    width: auto;
    height: auto;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .gallery-image-block.small._6 {
    width: auto;
    height: auto;
  }

  .main-feature-title.less-btm {
    font-size: 44px;
    line-height: 48px;
  }

  .paragraph, .paragraph-3, .paragraph-4, .button-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading {
    font-size: 44px;
    line-height: 48px;
  }

  .heading-2 {
    font-size: 38px;
    line-height: 42px;
  }

  .paragraph-5, .footer-btm-div, .info-paragraph.center, .paragraph-6.less-btm {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-3 {
    font-size: 52px;
    line-height: 56px;
  }

  .paragraph-7.remove-btm, .bold-text {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-link-4, .nav-link-4.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .quote-button, .paragraph-8 {
    font-size: 28px;
    line-height: 32px;
  }

  .pic-header {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-9 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-6 {
    font-size: 46px;
    line-height: 46px;
  }

  .paragraph-10 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-7 {
    font-size: 46px;
    line-height: 46px;
  }

  .list-item {
    font-size: 28px;
    line-height: 32px;
  }

  .home-main-div {
    margin-top: -100px;
  }

  .image-12 {
    width: 94%;
    height: 94%;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 36px;
  }

  .home-top-div {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-7 {
    width: 94%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    position: absolute;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .nav-menu {
    float: none;
    text-align: center;
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
    display: none;
    position: relative;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

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

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

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

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .button {
    font-size: 18px;
    line-height: 22px;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.feature-section.odd {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-title.left.black {
    font-size: 36px;
    line-height: 36px;
  }

  .section-title.black {
    font-size: 40px;
    line-height: 40px;
  }

  .section-description {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-description.small {
    width: auto;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .footer {
    padding: 45px;
  }

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

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.color {
    padding: 40px 45px;
  }

  .image-section-overlay.white-gradient {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .bottom-footer-paragraph.right.dark {
    float: none;
    padding-right: 0;
  }

  .bottom-footer-paragraph.dark {
    float: none;
    text-align: center;
    padding-left: 0;
  }

  .bottom-footer-paragraph.dark.add-btm {
    padding-bottom: 20px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 18px;
  }

  .small-paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .black-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .feature-info-block {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-info-title {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .feature-info-paragraph {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .hero-main-title {
    font-size: 56px;
    line-height: 56px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .home-intro-wrapper.left {
    position: relative;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.last {
    width: 210px;
  }

  .intro-block-title {
    font-size: 20px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .subpage-header {
    padding: 160px 20px 50px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .subpage-title.less-wide {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .page-subtitle {
    width: 80%;
    font-size: 18px;
    line-height: 22px;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .contact-info-block.add-btm {
    padding-bottom: 368px;
  }

  .contact-info-description {
    font-size: 18px;
    line-height: 22px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 30px;
  }

  .image-block-right.add-top {
    height: auto;
  }

  .text-column-left {
    padding-right: 20px;
  }

  .gallery-image-block.small {
    width: auto;
    height: auto;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    float: none;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-right: 0;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .white-footer-column.add-pad-top {
    padding-top: 40px;
  }

  .image-column-right {
    padding-left: 20px;
  }

  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0 0;
    background-size: 800px;
  }

  .hero-overlay-block {
    background-color: rgba(0, 0, 0, .8);
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .main-feature-title.less-btm {
    font-size: 28px;
    line-height: 32px;
  }

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

  .paragraph-3, .paragraph-4, .button-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .html-embed {
    padding-top: 0;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .section-div.add-top {
    margin-top: 20px;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-7.remove-btm {
    font-size: 18px;
    line-height: 22px;
  }

  .icon {
    text-align: center;
  }

  .nav-menu-3 {
    width: 25%;
    text-align: center;
    background-color: #02a654;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .nav-link-4 {
    width: auto;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    line-height: 22px;
  }

  .nav-link-4:hover {
    color: #000;
  }

  .menu-button-2 {
    width: 10%;
    float: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #302f95;
    border-color: #fff;
  }

  .icon-2 {
    color: #fff;
    border: 2px solid #fff;
    padding-top: 2px;
  }

  .body-7 {
    height: auto;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 36px;
  }

  .the-contact-form {
    margin-top: 10px;
  }

  .quote-button, .paragraph-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .pic-header {
    color: #000;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .list-item {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-5 {
    text-align: center;
  }

  .div-block-7 {
    width: 100%;
  }

  .team-div {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-div, .div-block-8, .about-middle-div, .about-btm-div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.home-intro-container {
    height: auto;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .button {
    margin-top: 10px;
  }

  .button.text-button {
    display: inline-block;
  }

  .section {
    padding: 25px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 34px;
  }

  .section-title.left.black {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .section-title.black {
    font-size: 32px;
    line-height: 32px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-column.last {
    padding-bottom: 0;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .image-section-overlay.white-gradient {
    background-image: linear-gradient(#fff 12%, rgba(255, 255, 255, .6));
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-form {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

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

  .bottom-footer-paragraph.right.dark {
    padding-right: 0;
  }

  .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

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

  .text-column-title.add-top {
    margin-top: 20px;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .black-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block, .feature-info-row {
    margin-top: 0;
  }

  .feature-info-row.add-top-20 {
    margin-top: 20px;
  }

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

  .feature-info-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-info-icon {
    float: none;
    text-align: center;
    margin-top: -10px;
    margin-right: 0;
  }

  .feature-info-title {
    text-align: center;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 20px;
  }

  .feature-info-paragraph {
    text-align: center;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 52px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .home-intro-wrapper {
    width: 100%;
    position: static;
  }

  .home-intro-link-block {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .subpage-header {
    padding: 150px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.less-wide {
    font-size: 42px;
    line-height: 42px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-info-block.add-btm {
    padding-bottom: 50px;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .image-block-right.add-top {
    margin-top: 0;
  }

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

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 160px;
  }

  .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: auto;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .bottom-gallery-column-left {
    padding-left: 0;
  }

  .bottom-gallery-column-right {
    padding-right: 0;
  }

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

  .hero-overlay-block {
    padding: 150px 25px 94px;
  }

  .main-feature-title.less-btm {
    font-size: 26px;
    line-height: 30px;
  }

  .video1-div {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-div.add-top20 {
    margin-top: 40px;
  }

  .image-div.add-top-10 {
    margin-top: 20px;
  }

  .button-div {
    margin-top: 10px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-7.remove-btm {
    margin-bottom: -20px;
  }

  .pic-div-left.add-btm, .pic-div-center.add-btm {
    border: 0 rgba(0, 0, 0, 0);
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .pic-div-right {
    border: 0 rgba(0, 0, 0, 0);
  }

  .menu-button-2 {
    width: 13%;
  }

  .contact-info-block-left {
    float: none;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 32px;
  }

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

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

  .pic-div.add-btm {
    margin-bottom: 40px;
  }

  .pic-header {
    font-size: 20px;
    line-height: 24px;
  }

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

  .div-block-3 {
    margin-bottom: 20px;
  }

  .heading-6 {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

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

  .heading-7 {
    font-size: 26px;
    line-height: 26px;
  }

  .list-item {
    padding-left: 0;
  }

  .home-services {
    margin-top: 0;
  }

  .home-services.add-top-40 {
    margin-top: 40px;
  }

  .paragraph-11 {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

  .heading-8, .link-block, .div-block-6 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    line-height: 20px;
  }

  .section {
    padding: 25px;
  }

  .section.change {
    padding-bottom: 20px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title, .section-title.left.black {
    font-size: 30px;
    line-height: 30px;
  }

  .section-title.black {
    font-size: 28px;
    line-height: 28px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
    padding-right: 0;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .hero-main-title {
    font-size: 44px;
    line-height: 44px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .subpage-header {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-header.contact-1.reduce-top {
    padding-bottom: 40px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.less-wide {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .contact-info-block.add-btm {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

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

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-block-right {
    height: 140px;
  }

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

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 120px;
  }

  .gallery-image-block.small, .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: auto;
  }

  .logo {
    margin-top: 5px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .hero-overlay-block {
    padding: 135px 15px 110px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .main-feature-title.less-btm {
    font-size: 24px;
    line-height: 28px;
  }

  .video1-div {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .map-div {
    color: rgba(0, 0, 0, 0);
    text-align: center;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .menu-button-2 {
    width: 24%;
  }

  .contact-info-block-left {
    width: 100%;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .the-contact-form {
    margin-top: 5px;
  }

  .heading-6, .heading-7 {
    font-size: 22px;
    line-height: 22px;
  }

  .home-services {
    width: 100%;
  }
}


