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

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 900;
}

h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #ffd000;
  font-size: 26px;
  line-height: 23px;
  font-weight: 700;
}

h6 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #3d424a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #9ba8a8;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  padding: 18px 25px;
  border: 2px solid #ffd000;
  border-radius: 2px;
  background-color: #ffd000;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #2cc77c;
  background-color: #2cc77c;
  color: #fff;
}

.button.outlined {
  background-color: transparent;
  color: #fff;
}

.button.outlined:hover {
  border-color: #2cc77c;
  background-color: #2cc77c;
}

.button.green {
  border-color: #20b36c;
  background-color: #20b36c;
  color: #fff;
}

.button.green:hover {
  border-color: #ffd829;
  background-color: #ffd829;
}

.button.green-outline {
  border-color: #30d183;
  background-color: transparent;
  color: #fff;
}

.button.green-outline:hover {
  border-color: #edc202;
  background-color: #edc202;
}

.button.dark {
  border-color: #1f2124;
  background-color: #1f2124;
  color: #fff;
}

.button.dark:hover {
  border-color: #20b36c;
  background-color: #20b36c;
}

.button.dark-outline {
  border-color: #3d424a;
  background-color: transparent;
  color: #fff;
}

.button.dark-outline:hover {
  border-color: #20b36c;
  background-color: #20b36c;
}

.header {
  background-color: #20b36c;
}

.large-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

.large-title.white {
  color: #fff;
}

.large-title.yellow {
  color: #edc202;
}

.large-title.green {
  color: #20b36c;
}

.navbar {
  height: 70px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
}

.divider-line {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #e4ebeb;
}

.divider-line.small {
  width: 30%;
}

.divider-line.light {
  opacity: 0.2;
}

.page-content {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-content.tint {
  background-color: #ebf2f2;
}

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

.color-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #20b36c;
}

.color-section.green {
  overflow: hidden;
  padding-bottom: 0px;
  background-color: #20b36c;
}

.color-section.work {
  position: static;
  display: none;
  overflow: hidden;
  padding-bottom: 0px;
  background-color: #3d424a;
  background-image: -webkit-radial-gradient(circle farthest-corner at 49% 111%, #676e78, #3d424a 74%);
  background-image: radial-gradient(circle farthest-corner at 49% 111%, #676e78, #3d424a 74%);
  text-align: center;
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1c1c;
}

.block-outline {
  margin-bottom: 19px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .29);
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.block-outline:hover {
  border-color: #f0f7f7;
}

.icon-left-aligned {
  height: 90px;
  margin-right: 24px;
  float: left;
}

.nav-link {
  height: 70px;
  padding: 25px 15px;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  border-bottom-color: #20b36c;
  color: #20b36c;
}

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

.title-block {
  margin-bottom: 30px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title._2 {
  margin-top: 0px;
  color: #20b36c;
  font-size: 23px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.section-title._2.yellow {
  color: #ffd000;
  font-weight: 400;
  text-align: center;
}

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

.section-title.white {
  color: #fff;
  text-align: center;
}

.cta-bar {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 2px none #000;
  background-color: #3d424a;
  text-align: center;
}

.all-paragraphs-white {
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.all-paragraphs-white.left-align {
  text-align: left;
}

.contact-block {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: scroll;
  width: 350px;
  height: 100%;
  padding: 55px;
  float: right;
  background-color: #2e333b;
}

.hidden-content-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f7f7;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.hidden-section {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3d424a;
}

.footer-flyout {
  position: fixed;
  right: 55px;
  bottom: 0px;
  z-index: 1200;
  width: 250px;
  height: 40px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
}

.some-icon {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  border-radius: 3px;
  background-color: #3e4d82;
}

.some-icon:hover {
  background-color: #5667a3;
}

.some-icon.twitter {
  background-color: #1cb4d6;
}

.some-icon.twitter:hover {
  background-color: #29c1e3;
}

.some-icon.google {
  background-color: #cc2525;
}

.some-icon.google:hover {
  background-color: #eb3f3f;
}

.main-slider {
  width: 100%;
  height: 750px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #5c5c5c;
}

.main-slide {
  padding-top: 90px;
  background-color: #20b36c;
  background-image: -webkit-radial-gradient(circle farthest-corner at 68% 55%, rgba(32, 179, 108, .85) 20%, #20b36c 65%), url('../images/Office2.jpg');
  background-image: radial-gradient(circle farthest-corner at 68% 55%, rgba(32, 179, 108, .85) 20%, #20b36c 65%), url('../images/Office2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.main-slide._2 {
  background-color: #4d91c9;
  background-image: -webkit-radial-gradient(circle farthest-corner at 68% 55%, rgba(77, 145, 201, .85) 25%, #4b92cc 65%), url('../images/office-design.jpg');
  background-image: radial-gradient(circle farthest-corner at 68% 55%, rgba(77, 145, 201, .85) 25%, #4b92cc 65%), url('../images/office-design.jpg');
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.main-slide._3 {
  background-color: #2e3238;
  background-image: -webkit-radial-gradient(circle farthest-corner at 68% 55%, rgba(61, 66, 74, .85) 20%, #31363d 65%), url('../images/pexels-photo.jpg');
  background-image: radial-gradient(circle farthest-corner at 68% 55%, rgba(61, 66, 74, .85) 20%, #31363d 65%), url('../images/pexels-photo.jpg');
  background-size: auto, auto;
}

.main-slide-navbar {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0.4;
}

.logo-container {
  overflow: hidden;
  height: 70px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.logo-container:hover {
  background-color: #20b36c;
}

.logo-container.w--current {
  background-color: transparent;
}

.pricing-block {
  height: 600px;
  padding: 38px 40px 56px 50px;
  border-radius: 3px;
  background-color: #fff;
}

.pricing-block.color {
  position: relative;
  z-index: 1;
  background-color: #20b36c;
}

.price-title {
  margin-bottom: 25px;
  font-size: 47px;
}

.price-title._2 {
  font-size: 20px;
}

.price-title._3 {
  margin-bottom: 15px;
  opacity: 0.3;
  font-size: 14px;
  text-transform: uppercase;
}

.overall-list {
  margin-top: 25px;
}

.pricing-row {
  margin-top: 50px;
  margin-bottom: 60px;
}

.icon-block {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0px auto 10px;
  padding-top: 39px;
  padding-right: 39px;
  padding-left: 38px;
  border: 3px solid #e4ebeb;
  border-radius: 200px;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
}

.icon-block:hover {
  border-color: #abb8b8;
}

.round-label {
  position: absolute;
  left: 200px;
  top: 0px;
  right: 15px;
  width: 70px;
  height: 70px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 10px;
  border: 3px solid #ebc000;
  border-radius: 100px;
  background-color: #ffd000;
}

.label-title {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.hidden-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(32, 179, 108, .2);
  -webkit-transition: border-radius 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: border-radius 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #20b36c;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #20b36c;
}

.link.yellow {
  border-bottom-color: rgba(237, 194, 2, .2);
  color: #edc202;
}

.link.yellow:hover {
  border-bottom-color: #edc202;
}

.link.small {
  padding-bottom: 2px;
  font-size: 12px;
}

.intro-paragraph {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.intro-paragraph.white {
  color: #fff;
}

.slider-container {
  padding-top: 0px;
  padding-right: 300px;
}

.circle-close-button {
  position: absolute;
  top: 23px;
  right: 17px;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 99px;
  background-color: #252629;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #282b30;
}

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

.circle-close-button.small {
  top: -13px;
  right: -15px;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #20b36c;
}

.circle-close-button.small:hover {
  background-color: #1e2024;
}

.field {
  height: 60px;
  border: 2px solid #fff;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.field:hover {
  border-color: #3d424a;
}

.field:focus {
  border-color: #169156;
}

.field.area {
  height: 130px;
  padding-top: 14px;
}

.contact-form {
  margin-top: 40px;
}

.h4-white {
  margin-top: 0px;
  color: #fff;
}

.gototop-icon {
  height: 19px;
}

.features-row {
  margin-bottom: 50px;
  text-align: left;
}

.feature-icon {
  width: 40px;
  margin-right: 11px;
  margin-bottom: 10px;
}

.work-block-large {
  width: 100%;
  height: 350px;
  background-image: url('../images/Device-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.work-row {
  margin-top: 50px;
  margin-bottom: 75px;
}

.work-block-small {
  width: 50%;
  height: 175px;
  float: left;
  background-image: url('../images/Random-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.work-block-small._2 {
  background-image: url('../images/Device-1.jpg');
}

.work-block-small._3 {
  background-image: url('../images/Street-14.jpg');
}

.work-block-small._4 {
  background-image: url('../images/Fotograaf.jpg');
}

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

.hidden-signup-form {
  overflow: visible;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #20b36c;
}

.submit-button {
  width: 100%;
  padding: 17px 25px;
  border-radius: 2px;
  background-color: #ffd000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border: 2px none #ffd000;
  background-color: #20b36c;
  color: #fff;
}

.newsletter-form {
  margin-top: 30px;
}

.newsletter-content {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.work-slider {
  height: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-right: 110px;
  padding-bottom: 0px;
  padding-left: 110px;
  background-color: transparent;
}

.arrow-icon {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 99px;
  font-size: 25px;
  font-weight: 700;
}

.arrow-icon:hover {
  border-color: hsla(0, 0%, 100%, .7);
}

.slider-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.portrait-image {
  margin-top: 30px;
}

.small-paragraph {
  color: #becfcf;
  font-size: 12px;
}

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

._2-half-column {
  text-align: left;
}

.overall-list-item {
  padding-bottom: 20px;
}

.work-overlay {
  width: 100%;
  height: 100%;
  padding-top: 125px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(32, 179, 108, .7);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.work-overlay:hover {
  opacity: 1;
}

.work-overlay.small {
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.work-overlay-title {
  color: #fff;
}

.work-overlay-title._2 {
  font-size: 17px;
  font-weight: 300;
}

.pricing-feature {
  display: inline-block;
  color: #758080;
}

.pricing-feature.inactive {
  color: #d0dbdb;
  text-decoration: line-through;
}

.pricing-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(201, 212, 212, .29);
}

.pricing-feature-white {
  display: inline-block;
  color: #fff;
}

.pricing-feature-white.inactive {
  opacity: 0.6;
  text-decoration: line-through;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #7f8585;
  text-decoration: none;
}

.footer-link:hover {
  color: #20b36c;
}

.bottom-footer-text {
  display: inline-block;
  margin-left: 10px;
  float: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.footer-column-right {
  text-align: left;
}

.footer-logo {
  display: inline-block;
  margin-top: -1px;
  margin-right: 10px;
  float: left;
  line-height: 26px;
}

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

.flyout-right {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.success-bg {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.success-text {
  display: block;
  margin-top: 10px;
  background-color: transparent;
  opacity: 0.9;
  color: #ffd000;
  font-size: 25px;
}

.error-bg {
  padding-top: 13px;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.flyout-title {
  color: #000;
}

.gototop {
  height: 70px;
  padding-top: 24px;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  background-color: #f0f7f7;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.gototop:hover {
  background-color: #20b36c;
}

.navbar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.mobile-navbar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.bllock-testimonial-leader {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  border-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  text-align: center;
}

.text-testimonial-name {
  color: #20b36c;
  font-size: 20px;
  text-align: left;
}

.block-testimonial {
  width: auto;
  margin-left: 0px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.block-testimonial-image {
  width: 150px;
  height: 150px;
  margin: 15px 0px 10px;
  padding-left: 0px;
  border: 2px solid #20b36c;
  border-radius: 100px;
  background-image: url('../images/Michael-Poe.jpg');
  background-position: 50% 0px;
  background-size: 180px;
  background-repeat: no-repeat;
  text-align: center;
}

.image-quote {
  display: inline;
  max-width: auto;
  margin-right: 10px;
  padding-right: 0px;
  float: left;
}

.paragraph-dark-gray {
  display: block;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  list-style-type: disc;
}

.paragraph-dark-gray.inline {
  display: block;
  float: none;
  text-align: left;
}

.column-work-with-us-left {
  text-align: center;
}

.column-about-us-left {
  padding-top: 20px;
}

.column-about-us-right {
  padding-top: 20px;
  text-align: center;
}

.block-job-listing-section {
  padding-top: 20px;
  text-align: left;
}

.unordered-list {
  list-style-type: disc;
  -webkit-column-count: 1;
  column-count: 1;
}

.div-block-our-team {
  padding-top: 20px;
}

.div-navbar-wrapper-green {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #3d424a;
}

.text-yellow-left-aligned {
  color: #ffd000;
  text-align: left;
}

.div-navbar-secondary-white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 611px;
  z-index: 1000;
}

.error-message {
  opacity: 1;
  color: #b32025;
  font-size: 25px;
}

html.w-mod-js *[data-ix="display-none-contact-block"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="display-none-navbar"] {
  display: none;
}

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="divider-grow"] {
  width: 0px;
}

html.w-mod-js *[data-ix="display-none-contact-block-2"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="fade-in-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"] {
  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-on-scroll-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-on-scroll-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="fade-in-on-scroll-4"] {
  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="puzzle-wiggle"] {
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
}

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

@media (max-width: 991px) {
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 23px;
  }
  p {
    font-size: 15px;
    line-height: 23px;
  }
  .large-title {
    font-size: 75px;
    line-height: 43px;
  }
  .page-content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .color-section.work {
    overflow: hidden;
    padding-top: 70px;
  }
  .block-outline {
    margin-bottom: 10px;
    padding: 15px;
  }
  .nav-link {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    background-color: #31363d;
    color: #fff;
  }
  .nav-link:hover {
    border-bottom-color: #1ca362;
    background-color: #1ca362;
  }
  .nav-link.w--current {
    border-bottom-color: #20b36c;
    background-color: #20b36c;
    color: #fff;
  }
  .section-title {
    font-size: 35px;
  }
  .all-paragraphs-white {
    font-size: 15px;
    line-height: 23px;
  }
  .main-slider {
    height: 830px;
  }
  .main-slide {
    padding-top: 185px;
    padding-left: 75px;
  }
  .logo-container {
    margin-left: -25px;
  }
  .price-title {
    font-size: 35px;
    line-height: 18px;
  }
  .round-label {
    left: 170px;
  }
  .slider-container {
    padding-right: 250px;
  }
  .work-slider {
    height: auto;
  }
  .portrait-image {
    margin-top: 160px;
  }
  ._2-half-column {
    padding-right: 30px;
  }
  .menu-icon {
    font-size: 35px;
  }
  .menu-button {
    width: 70px;
    height: 70px;
    margin-right: -25px;
    padding-top: 17px;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
  }
  .menu-button:hover {
    background-color: #20b36c;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #20b36c;
  }
  .nav-menu-container {
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 22px;
    background-color: #31363d;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .4);
  }
  .bllock-testimonial-leader {
    margin-left: 20px;
  }
  .block-testimonial {
    width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
  }
  .block-testimonial-image {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .image-quote {
    display: block;
  }
  .block-testimonial-text {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .large-title {
    font-size: 55px;
    line-height: 24px;
  }
  .navbar {
    height: 55px;
  }
  .page-content {
    padding: 100px 30px 40px;
  }
  .color-section.green {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .color-section.work {
    padding-top: 30px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .title-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-bar {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hidden-content-section {
    padding-bottom: 100px;
  }
  .main-slider {
    height: 640px;
  }
  .main-slide {
    padding-top: 135px;
    padding-left: 0px;
  }
  .main-slide-navbar {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .logo-container {
    height: 55px;
    margin-left: 0px;
    padding-top: 5px;
  }
  .pricing-block {
    height: 615px;
    padding: 20px;
  }
  .price-title {
    font-size: 31px;
  }
  .price-title._2 {
    font-size: 17px;
    line-height: 14px;
  }
  .price-title._3 {
    font-size: 13px;
    line-height: 13px;
  }
  .round-label {
    left: 300px;
  }
  .hidden-row {
    padding: 30px 30px 20px;
  }
  .intro-paragraph.white {
    font-size: 19px;
    line-height: 24px;
  }
  .slider-container {
    padding-right: 110px;
    padding-left: 40px;
  }
  .overall-column {
    padding-bottom: 30px;
  }
  .work-block-large {
    height: 300px;
  }
  .work-row {
    margin-bottom: 50px;
  }
  .newsletter-content {
    padding: 30px;
  }
  .work-slider {
    height: auto;
    margin-top: 20px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .portrait-image {
    margin-top: 20px;
  }
  .right-column {
    padding-top: 10px;
    padding-left: 10px;
  }
  .work-overlay {
    padding-top: 100px;
  }
  .price-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-column-left {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-column-right {
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .menu-button {
    width: 55px;
    height: 55px;
    margin-right: 0px;
    padding-top: 9px;
    padding-left: 10px;
  }
  .menu-button.w--open {
    width: 55px;
    height: 55px;
    padding-top: 9px;
    padding-left: 10px;
  }
  .nav-menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gototop {
    height: 55px;
    padding-top: 16px;
  }
  .gototop.w--current {
    height: 55px;
    padding-top: 16px;
  }
  .bllock-testimonial-leader {
    margin-left: 30px;
  }
  .block-testimonial {
    margin-left: 40px;
  }
  .block-testimonial-image {
    margin-left: 0px;
    border-radius: 500px;
    background-size: 360px 360px;
    background-repeat: no-repeat;
  }
  .block-testimonial-text {
    padding-left: 0px;
  }
  .column-about-us-left {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-work-with-us-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-button-submit-padding {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 479px) {
  .button {
    padding: 11px 15px;
    font-size: 14px;
  }
  .large-title {
    font-size: 40px;
    line-height: 13px;
  }
  .page-content {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .color-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .color-section.green {
    padding-right: 25px;
    padding-left: 25px;
  }
  .icon-left-aligned {
    height: 60px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .title-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .section-title._2 {
    font-size: 20px;
    line-height: 25px;
  }
  .cta-bar {
    padding: 80px 25px 30px;
  }
  .contact-block {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hidden-content-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .footer-flyout {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-slider {
    height: 570px;
  }
  .main-slide {
    padding-top: 120px;
  }
  .main-slide-navbar {
    margin-top: 0px;
  }
  .pricing-block {
    height: 530px;
  }
  .price-title {
    font-size: 45px;
  }
  .pricing-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .round-label {
    left: 180px;
    width: 70px;
  }
  .hidden-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .intro-paragraph.white {
    font-size: 15px;
    line-height: 21px;
  }
  .slider-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .overall-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-row {
    margin-bottom: 30px;
  }
  .work-block-large {
    height: 200px;
  }
  .work-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .work-block-small {
    height: 120px;
  }
  .newsletter-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .work-slider {
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-image {
    width: 90%;
  }
  .small-paragraph {
    line-height: 10px;
  }
  .left-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-column {
    padding-left: 0px;
  }
  ._2-half-column {
    padding-right: 0px;
  }
  .work-overlay {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .work-overlay.small {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .work-overlay-title {
    font-size: 20px;
  }
  .work-overlay-title._2 {
    font-size: 12px;
    line-height: 18px;
  }
  .price-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .bottom-footer-text {
    display: block;
    margin-left: 0px;
  }
  .footer-logo {
    display: block;
    float: none;
  }
  .gototop {
    height: 55px;
    padding-top: 17px;
  }
  .bllock-testimonial-leader {
    margin-left: 20px;
  }
  .block-testimonial {
    width: auto;
    margin-right: 20px;
    margin-bottom: 55px;
    margin-left: 20px;
    text-align: left;
  }
  .block-testimonial-image {
    margin-left: 0px;
    text-align: center;
  }
  .block-testimonial-text {
    padding-left: 0px;
  }
}

