body {
  background-color: #424549;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

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

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

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

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

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

p {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

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

a:hover {
  color: #000;
}

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

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

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

.hero-section {
  position: relative;
  overflow: hidden;
  height: 800px;
  padding-top: 185px;
  background-color: #ececec;
}

.hero-section.color {
  height: auto;
  padding-top: 225px;
  padding-bottom: 185px;
  background-color: #1f6fff;
  color: #fff;
  font-weight: 600;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e56840;
}

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

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

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

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

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

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

.nav-link {
  margin-right: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid transparent;
  border-radius: 60px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: Montserrat, sans-serif;
}

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

.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: 40px;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

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

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

.container {
  position: relative;
  display: block;
}

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

.container.testimonial-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

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

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

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

.container.team-container {
  margin-top: 40px;
}

.container.above-image-section {
  margin-bottom: -220px;
  text-align: center;
}

.hero-title {
  display: block;
  width: 60%;
  margin: 0px auto;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 60px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 29px;
}

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

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

.button.green:hover {
  background-color: #0abd51;
}

.button.green.full.outline:hover {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  border-color: #b75dda;
  background-color: #b75dda;
}

.button.full {
  display: block;
  text-align: center;
}

.button.full.outline {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.button.full.outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  background-color: #e56840;
}

.button.light {
  background-color: hsla(0, 0%, 100%, .2);
}

.button.submit-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.hero-button {
  margin-top: 40px;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 10px;
  color: #fff;
}

.button.hero-button:hover {
  color: #fff;
}

.button.hero-button.white {
  background-color: #fff;
  color: #000;
}

.button.hero-button.white:hover {
  background-color: #030303;
  color: #fff;
}

.button.white-pricing-button {
  margin-top: 0px;
}

.button.full-submit {
  display: block;
  width: 100%;
  margin-top: 15px;
}

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

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

.button.slider-button.outline {
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .6);
  background-color: transparent;
}

.button.outline {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.dark-outline {
  border: 2px solid #e4e4e4;
  background-color: transparent;
  color: #000;
}

.button.dark-outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.pricing-start {
  display: block;
  margin-top: 0px;
  text-align: center;
}

.button._2 {
  margin-left: 10px;
  background-color: rgba(0, 0, 0, .6);
}

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

.button.square {
  border-radius: 5px;
}

.button.square-outline {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}

.button.square-outline.full:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.square-outline.full.green:hover {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.button.square-outline.full.purple:hover {
  border-color: #b75dda;
  background-color: #b75dda;
}

.button.orange {
  position: relative;
  display: block;
  width: 140px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  background-color: #d67040;
}

.button.orange:hover {
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3), 1px 1px 3px 0 #000, 0 0 6px 0 #fff, 1px 1px 3px 0 #000;
}

.button.orange.buttonborder {
  margin-top: 5px;
  float: right;
  border: 2px solid #fff;
}

.button.orange.buttonborder.navbarbutton {
  width: auto;
}

.section {
  position: relative;
  padding: 90px 50px 80px;
  background-color: #fff;
}

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

.section.tint.overflow-none {
  padding-top: 0px;
  background-color: #fff;
}

.section.app-info-section {
  height: 505px;
  padding-top: 0px;
  padding-bottom: 89px;
  background-color: #f7f7f7;
  line-height: 25px;
}

.section.dark {
  overflow: hidden;
  border: 0px solid #000;
  background-color: #3b3f46;
  color: #fff;
}

.section.bio {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.top-line {
  border-top: 1px solid #ddd;
}

.section.overflow-none {
  overflow: hidden;
}

.section.bottom-space {
  padding-bottom: 150px;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.below-contact-form {
  padding-top: 240px;
  background-color: #f0f2f5;
}

.section.pricing-section {
  padding-bottom: 160px;
}

.section.bottom-line {
  border-bottom: 1px solid #e2e2e2;
}

.section.portoflio {
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

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

.section-title-wrapper.full {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 13px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

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

.section-title-wrapper.full.below-video {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.section-title-wrapper.with-contact-form {
  margin-bottom: 50px;
}

.section-title-wrapper.info-block {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

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

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

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

.section-title {
  position: static;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #818181;
  font-size: 36px;
}

.section-title.elements-title {
  margin-bottom: 0px;
}

.section-description {
  position: relative;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-description.faded {
  opacity: 0.6;
  color: #818181;
}

.section-description.small {
  width: 80%;
}

.section-description.elements {
  margin-top: 10px;
}

.video-lightbox {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .3);
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  overflow: hidden;
  height: 400px;
  border-radius: 4px;
  background-image: url('../images/Photo-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-8.jpg');
}

.video-lightbox-block.about-us {
  background-image: url('../images/Photo-6_1.jpg');
}

.video-lightbox-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #1f6fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.large {
  position: static;
  width: 90px;
  height: 90px;
  padding-top: 32px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.video-lightbox-button.large:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.video-lightbox-button.large-color {
  position: static;
  top: 0px;
  width: 90px;
  height: 90px;
  padding-top: 32px;
  background-color: #1fdb6a;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.video-lightbox-button.green {
  background-color: #1fdb6a;
}

.video-lightbox-button.line {
  padding-top: 16px;
  padding-left: 3px;
  border: 2px solid #fff;
  background-color: transparent;
}

.video-lightbox-icon {
  height: 25px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 130px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
}

.portfolio-tab-button:hover {
  background-color: rgba(0, 0, 0, .1);
}

.portfolio-tab-button.w--current {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.portfolio-row {
  margin-bottom: 20px;
}

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

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

.portfolio-image-block._3 {
  background-image: url('../images/Photo-8.jpg');
}

.portfolio-image-block._4 {
  background-image: url('../images/Photo-13.jpg');
}

.portfolio-image-block.large-left {
  height: 560px;
}

.portfolio-image-block.medium-right {
  height: 220px;
  margin-bottom: 10px;
  background-image: url('../images/Photo-8.jpg');
}

.portfolio-image-block.medium-left-right {
  height: 330px;
  background-image: url('../images/Photo-12.jpg');
}

.portfolio-image-block.smallest-right {
  width: 96%;
  height: 160px;
  margin-bottom: 10px;
  float: right;
  background-image: url('../images/Photo-1.jpg');
}

.portfolio-image-block.smallest-right._2 {
  margin-bottom: 0px;
  background-image: url('../images/Person-9.jpg');
}

.portfolio-image-block.large {
  height: 560px;
  background-image: url('../images/PeepleTechSpecs_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-image-block.small-1 {
  margin-bottom: 20px;
  background-image: url('../images/Photo-14.jpg');
}

.portfolio-image-block.small-2 {
  background-image: url('../images/Photo-6_1.jpg');
}

.portfolio-image-block.small {
  background-image: url('../images/Photo-6_1.jpg');
}

.portfolio-image-block.small._2 {
  background-image: url('../images/Photo-8_1.jpg');
}

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

.portfolio-overlay-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.portfolio-block-title {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.press-slider {
  height: 200px;
  background-color: transparent;
}

.press-slider.white-blocks {
  height: 463px;
  padding-top: 20px;
  text-align: center;
}

.press-slide {
  position: relative;
}

.press-slide.one-third {
  width: 33%;
  padding-top: 7px;
  padding-right: 5px;
  padding-left: 15px;
}

.testimonial-slider-arrow {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, .1);
}

.testimonial-slider-arrow.white-blocks-slider {
  margin-right: -70px;
  margin-left: -80px;
}

.testimonial-block {
  position: relative;
  left: 0px;
  right: 0px;
  overflow: visible;
  padding-right: 40px;
  padding-left: 180px;
}

.testimonial-block.white {
  padding: 30px 30px 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.press-logo {
  position: absolute;
  left: 20px;
  top: 55px;
  width: 150px;
  margin-top: 10px;
}

.press-logo.top {
  position: static;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}

.press-logo.cnbc {
  position: absolute;
  top: 0px;
  width: 125px;
}

.press-logo.skynews {
  position: absolute;
  left: 20px;
  top: 36px;
  width: 150px;
}

.press-logo.sundaytimes {
  left: 20px;
  top: 46px;
  width: 150px;
}

.press-logo.techcrunch {
  top: 39px;
}

.testimonial-quote {
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 29px;
}

.testimonial-quote.small {
  font-size: 12px;
  line-height: 20px;
}

.testimonial-info-block {
  margin-top: 20px;
}

.press-name {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 18px;
  font-weight: 700;
}

.press-name.subtitle {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 400;
}

.press-name.green {
  color: #1fdb6a;
}

.elements-wrapper.centered {
  margin-top: 10px;
  text-align: center;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  background-color: #3e4346;
  color: #a0a0a0;
}

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

.image-section {
  background-image: url('../images/Photo-2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section.with-contact-form {
  background-image: url('../images/Photo-8.jpg');
}

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

.image-section.get-the-app {
  background-image: none;
}

.image-section.trial {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .7), rgba(31, 111, 255, .7)), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .7), rgba(31, 111, 255, .7)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 50% 74%;
  background-size: auto, cover;
  color: #fff;
}

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

.image-section.pricing {
  background-image: url('../images/Photo-2_1.jpg');
}

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

.image-section.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

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

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

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

.image-section.ui-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(4deg, #eee 39%, transparent), url('../images/UI-Photo.jpg');
  background-image: linear-gradient(86deg, #eee 39%, transparent), url('../images/UI-Photo.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 910px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-section-overlay {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: rgba(44, 46, 49, .7);
  background-image: url('../images/templatemo_reasonbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.image-section-overlay.pricing {
  background-color: rgba(44, 46, 49, .4);
}

.image-section-overlay.color {
  background-color: rgba(31, 111, 255, .9);
}

.image-section-overlay.dark-gradient {
  padding-bottom: 125px;
  background-color: rgba(32, 33, 36, .7);
  background-image: -webkit-linear-gradient(270deg, rgba(42, 45, 48, 0), rgba(24, 26, 29, .99) 88%, #181a1d 89%);
  background-image: linear-gradient(180deg, rgba(42, 45, 48, 0), rgba(24, 26, 29, .99) 88%, #181a1d 89%);
}

.image-section-overlay.dark {
  padding-top: 115px;
  padding-bottom: 185px;
  background-color: rgba(31, 111, 255, .9);
}

.image-section-overlay.black {
  background-color: rgba(27, 28, 31, .6);
}

.image-section-overlay.white-gradient {
  padding-top: 210px;
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff, transparent);
  background-image: linear-gradient(180deg, #fff, transparent);
  color: #000;
}

.image-section-overlay-block {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.image-section-overlay-title {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}

.image-section-overlay-title.subtitle {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.image-section-overlay-title.subtitle.faded {
  opacity: 0.6;
}

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

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

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

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

.hero-mockup-image {
  position: absolute;
  top: -120px;
  right: -130px;
  display: inline-block;
}

.hero-mockup-description-block {
  width: 400px;
  text-align: left;
}

.white-hero-title {
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.small-hero-intro-title {
  margin-bottom: 10px;
  opacity: 0.3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hero-description {
  font-family: 'Open Sans', sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 24px;
}

.hero-description.light {
  color: #fff;
}

.devices-mockup-right {
  position: relative;
  top: -70px;
  right: -460px;
  height: auto;
}

.info-block-left {
  width: 60%;
}

.info-block-left.ui {
  width: 45%;
}

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

.info-column {
  font-family: 'PT Sans', sans-serif;
}

.info-block {
  position: relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.info-icon {
  height: 30px;
  margin-bottom: 10px;
}

.info-title {
  display: inline-block;
  margin-left: 10px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-form {
  position: relative;
  height: auto;
  min-height: 0px;
  margin-top: -50px;
  margin-bottom: 110px;
  padding: 40px;
  border-radius: 15px;
  background-color: #fff;
  color: #818181;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  width: 80%;
  height: 60px;
  margin-top: 15px;
  padding-left: 34px;
  float: left;
  border: 0px solid #818181;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #d6d6d6;
}

.newsletter-submit {
  width: 20%;
  height: 60px;
  margin-top: 15px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-radius: 0px 50px 50px 0px;
  background-color: #e56840;
  font-family: Montserrat, sans-serif;
}

.newsletter-submit:hover {
  background-color: #ff9c6f;
}

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

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

.hero-title-variation {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-weight: 400;
}

.hero-title-fat {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-overlay-video-lightbox {
  display: block;
  margin-top: 30px;
}

.features-row {
  margin-top: 50px;
}

.feature-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-block.wide {
  width: 94%;
}

.feature-icon {
  width: 40px;
  padding: 0px;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.feature-icon-wrapper {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
  padding-top: 26px;
  border: 2px solid #1f6fff;
  border-radius: 100%;
  text-align: center;
}

.feature-title {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.hero-background-video {
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  padding-top: 270px;
  padding-bottom: 250px;
  background-color: rgba(0, 0, 0, .25);
  color: #fff;
}

.hero-block-overlay.business {
  padding-top: 250px;
}

.hero-block-overlay.business-2 {
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: rgba(31, 111, 255, .8);
}

.hero-video-lightbox {
  margin-bottom: 30px;
}

.hero-description-title {
  display: block;
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.65;
}

.team-row {
  margin-top: 20px;
  text-align: left;
}

.team-image-block {
  overflow: hidden;
  border-radius: 4px;
  background-image: url('../images/Person-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-image-block._2 {
  background-image: url('../images/Person-27.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.team-image-block-overlay {
  overflow: hidden;
  width: 100%;
  padding: 45px 35px 35px;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
}

.team-block-title {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.team-block-title.subtitle {
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-bottom: -5px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 15px;
}

.team-social-button {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-top: 9px;
  text-align: center;
}

.team-social-button:hover {
  opacity: 0.55;
}

.team-social-button.dark {
  margin-top: 0px;
  opacity: 0.4;
}

.team-social-button.dark:hover {
  opacity: 1;
}

.team-social-icon {
  height: 20px;
}

.team-social-icon.dark {
  height: 14px;
}

.team-outline-block {
  position: relative;
  padding: 18px 25px 20px 95px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.team-outline-block.light {
  border-color: hsla(0, 0%, 100%, .2);
}

.team-portrait-image {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.small-section-title {
  position: static;
  display: block;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

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

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.video-play-button {
  height: 44px;
  padding: 13px 23px;
  border: 1px solid #fff;
  border-radius: 60px;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
}

.video-play-button:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.image-hero.coming-soon {
  background-image: url('../images/Photo-14.jpg');
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 50% 0px;
  background-size: auto;
}

.image-hero.download {
  padding-top: 190px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.play-video-title {
  float: left;
  font-family: Montserrat, sans-serif;
  line-height: 17px;
}

.video-play-icon {
  width: 16px;
  margin-right: 10px;
  float: left;
}

.hero-newsletter-form {
  display: block;
  width: 90%;
  margin: 65px auto 0px;
}

.hero-field {
  height: 50px;
  margin-bottom: 0px;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
  text-align: center;
}

.hero-field:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .7);
}

.hero-field:focus {
  border-color: #1fdb6a;
}

.hero-submit-button {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background-color: #1fdb6a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.hero-submit-button:hover {
  background-color: #1f6fff;
}

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

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
}

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

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

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

.field.email {
  margin-bottom: 0px;
  text-align: center;
}

.field.rounded {
  height: 40px;
  border-radius: 8px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

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

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

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

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

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

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

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

.dark-social-icon {
  width: 40px;
  height: 40px;
  margin-right: 2px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: #2e3235;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

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

.dark-social-small-icon {
  height: 13px;
}

.person-image-left {
  position: absolute;
  left: 15px;
  top: -60px;
  height: 670px;
}

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

.skill-block {
  position: relative;
  width: 95%;
  padding-left: 80px;
}

.skill-icon {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 50px;
}

.skill-title {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.experience-timeline-list {
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: 25px;
}

.experience-timeline-list-item {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  border-left: 2px solid hsla(0, 0%, 100%, .2);
}

.experience-timeline-list-item.last {
  padding-bottom: 0px;
}

.experience-timeline-list-item.first {
  padding-top: 55px;
}

.experience-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.experience-title.date {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
}

.experience-col-right {
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, .1);
}

.experience-icon-block {
  position: absolute;
  left: -30px;
  top: 53%;
  z-index: 10;
  width: 55px;
  height: 55px;
  padding-top: 13px;
  border: 3px solid #3b3f46;
  border-radius: 100%;
  background-color: #1f6fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.experience-icon-block.first {
  top: 70%;
}

.experience-icon {
  height: 22px;
}

.experience-paragraph {
  margin-bottom: 0px;
  opacity: 0.45;
  font-size: 13px;
}

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

.success-message {
  padding-top: 30px;
  border-radius: 50px;
  background-color: #1fdb6a;
  color: #fff;
}

.success-message.transparant {
  padding-top: 42px;
  background-color: transparent;
}

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

.coming-soon-lightbox {
  margin-top: 40px;
}

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

.newsletter-column.last {
  padding-right: 10px;
}

.large-hero-title {
  display: block;
  width: 71%;
  margin: 0px auto 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.large-hero-title-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

.bottom-footer-paragraph.dark {
  font-family: Montserrat, sans-serif;
  color: #5f5e5e;
}

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

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

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

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

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

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

.social-buttons-wrapper {
  margin-top: 30px;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 13px;
}

.experience-gradient-overlay {
  position: absolute;
  left: -3px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  background-image: -webkit-linear-gradient(270deg, #3b3f46, rgba(59, 63, 70, 0));
  background-image: linear-gradient(180deg, #3b3f46, rgba(59, 63, 70, 0));
}

.experience-item-row {
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 45px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.experience-item-row:hover {
  background-color: rgba(0, 0, 0, .1);
}

.contact-section {
  position: relative;
  width: 100%;
  height: 500px;
}

.contact-map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  padding-right: 320px;
}

.contact-section-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(31, 111, 255, .87);
  color: #fff;
}

.outline-social-icon {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 13px;
  border: 1px solid #fff;
  border-radius: 100%;
}

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

.trial-field {
  width: 60%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 12px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
}

.trial-submit-button {
  width: 40%;
  height: 50px;
  float: right;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
}

.trial-submit-button:hover {
  background-color: #1fdb6a;
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 195px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .3);
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.overall-video-lightbox.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.overall-video-lightbox.large-hero {
  height: 330px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.overall-video-lightbox.in-page-header {
  height: 215px;
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-2_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-lightbox-image-block.hero {
  background-image: url('../images/Person-27.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-2_1.jpg');
  background-image: url('../images/Person-27.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-2_1.jpg');
  background-position: 50% 0px, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  text-align: center;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-lightbox-image-block.slider {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Person-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Person-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-left: 54px;
}

.long-feature-block.title-only {
  margin-top: 25px;
  margin-bottom: -2px;
  padding-top: 7px;
  padding-left: 64px;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mockup-slider {
  height: auto;
  background-color: transparent;
}

.dotted-slider-nav {
  margin-bottom: -30px;
  font-size: 6px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-row {
  margin-bottom: 40px;
}

.pricing-block {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block.image {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Photo-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.pricing-title {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.pricing-paragraph {
  font-size: 12px;
}

.pricing-block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ff0052;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.plan-tabs {
  margin-top: -20px;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.tab-button-left {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.tab-button-left:hover {
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.tab-button-left.w--current {
  background-color: #fff;
  color: #000;
}

.tab-button-right {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.tab-button-right.w--current {
  background-color: #fff;
  color: #000;
}

.pricing-tab-pane {
  padding-top: 50px;
  text-align: center;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.white-pricing-block.color {
  background-color: #1f6fff;
  color: #fff;
}

.pricing-block-title {
  font-family: Montserrat, sans-serif;
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, .5);
}

.pricing-block-price {
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.pricing-feature-item {
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.pricing-feature-text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.browser-mockup-right {
  position: absolute;
  top: -35px;
  right: -248px;
  width: 600px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 100%;
  text-align: center;
}

.long-feature-icon {
  height: 19px;
}

.overall-hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 700;
}

.overall-hero-description {
  opacity: 0.71;
}

.text-column-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  color: #1f6fff;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, .1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  color: #000;
  text-align: center;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.process-tab-menu {
  margin-top: -50px;
  text-align: center;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, .1);
}

.process-tab-title {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 12px;
  line-height: 19px;
}

.worldmap-left-wrapper {
  position: absolute;
  left: -141px;
  top: 17px;
  z-index: 1;
  width: 730px;
}

.map-contact-form {
  position: relative;
  z-index: 10;
  width: 380px;
  min-height: 450px;
  padding: 19px;
  float: right;
  background-color: hsla(0, 0%, 100%, .8);
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #ced3dd;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.map-marker {
  position: absolute;
  left: 86px;
  top: 145px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #1f6fff;
}

.map-marker._2 {
  left: 344px;
  top: 164px;
}

.dark-field {
  height: 37px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, .2);
}

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

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

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

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

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

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

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

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

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

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

.portfolio-item-block {
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-item-block:hover {
  opacity: 0.9;
}

.portfolio-item-block._2 {
  background-image: url('../images/Photo-14.jpg');
}

.portfolio-item-block._3 {
  background-image: url('../images/Photo-3.jpg');
}

.portfolio-item-title {
  display: block;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-description {
  color: #969696;
  font-size: 13px;
}

.hero-slider {
  height: 320px;
  background-color: transparent;
}

.hero-slider-arrow {
  margin-right: -90px;
  margin-left: -90px;
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.slider-bottom-nav {
  font-size: 10px;
}

.hero-slider-mockup {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 300px;
}

.hero-slider-content-block {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 410px;
}

.hero-slider-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.hero-slider-text {
  color: hsla(0, 0%, 100%, .5);
}

.hero-slider-section {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 120px;
  background-color: #1f6fff;
}

.hero-left-block {
  width: 560px;
  float: left;
}

.hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
}

.hero-download-form {
  width: 280px;
  margin-bottom: 0px;
  padding: 24px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
}

.large-pricing-block {
  padding-right: 51px;
  border-right: 2px solid #e4e4e4;
}

.large-pricing-block._2 {
  padding-right: 0px;
  padding-left: 50px;
  border-right-width: 0px;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-title {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.large-pricing-title.price {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-features-list {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}

.pricing-feature-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
}

.pricing-list-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
}

.pricing-list-title {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.browser-mockup-left {
  position: absolute;
  left: -213px;
  top: -36px;
  width: 630px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

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

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

.feature-info-block {
  position: relative;
  text-align: left;
}

.feature-info-icon {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.feature-info-paragraph {
  opacity: 0.8;
  font-size: 13px;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #979eac;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.start-hero {
  padding-top: 205px;
  padding-bottom: 215px;
  background-color: #0098ff;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-12.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-main-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 54px;
}

.hero-main-title.subtitle {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
}

.main-hero-description {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -56px;
  z-index: 10;
  width: 47%;
}

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

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 10px;
  background-image: url('../images/Home-Business-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/Home-App.jpg');
  background-size: cover;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-Download.jpg');
}

.intro-block-overlay {
  width: 100%;
  height: 100%;
  padding-top: 135px;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

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

.intro-block-overlay.large {
  padding-top: 185px;
}

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

.intro-block-text-wrapper.mid {
  width: 65%;
}

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

.intro-block-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.homepage-row {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.homepage-column {
  padding-right: 15px;
  padding-left: 15px;
}

.homepage-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
}

.homepage-link-block:hover {
  opacity: 0.8;
}

.homepage-screenshot {
  width: 100%;
}

.home-mockup {
  position: absolute;
  left: -290px;
  top: 3px;
  z-index: 3;
  width: 715px;
}

.home-mockup.ipad {
  left: 85px;
  top: 59px;
  z-index: 4;
  width: 251px;
}

.home-mockup.iphone {
  left: 270px;
  top: 180px;
  z-index: 5;
  width: 130px;
}

.simple-white-footer {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #eee;
  background-color: #fff;
}

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

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

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

.download-image-left {
  position: absolute;
  left: -200px;
  top: -65px;
  width: 640px;
}

.hero-link {
  color: #99bdff;
}

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

.dropdown-icon {
  opacity: 0.4;
}

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

.iphone-hero {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 195px;
  background-color: #fff;
}

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

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

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

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

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

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

.ipad-mockup-right {
  height: 520px;
}

.mockup-right-wrapper {
  position: absolute;
  top: -24px;
  right: -680px;
}

.mockup-feature-block {
  position: absolute;
  left: 36px;
  top: 124px;
}

.mockup-feature-block._2 {
  top: 59px;
}

.mockup-feature-title {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.mockup-feature-line {
  width: 330px;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.mockup-feature-line._2 {
  width: 490px;
}

.mockup-feature-icon {
  height: 20px;
  margin-top: -2px;
  margin-right: 10px;
  float: left;
}

.small-testimonial-block {
  margin-bottom: 28px;
}

.small-testimonial-image {
  width: 80px;
  height: 80px;
  margin-top: 1px;
  margin-right: 20px;
  float: left;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #f3f3f3;
}

.small-testimonial-text {
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.small-testimonial-text.author {
  margin-top: 10px;
  color: #acacac;
  font-size: 13px;
}

.feature-line-circle {
  position: absolute;
  top: 17px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #1f6fff;
}

.half-image-section {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.half-content-section {
  width: 50%;
  height: 500px;
  padding: 90px;
  float: right;
  background-color: #fff;
}

.half-content-section.left {
  float: left;
}

.content-section-block {
  max-width: 450px;
  float: left;
}

.content-section-block.left {
  float: right;
}

.full-hero-content-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, .7);
}

.blocks-row {
  margin-bottom: 20px;
}

.color-block {
  position: relative;
  display: block;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 19px;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.white-pricing-column {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, .06);
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: hsla(0, 0%, 85%, 0);
}

.transparant-pricing-block {
  padding: 34px 24px;
  border-radius: 4px;
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  text-align: center;
}

.transparant-pricing-block:hover {
  background-color: hsla(0, 0%, 100%, .4);
  box-shadow: 0 12px 33px 0 rgba(0, 0, 0, .2);
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

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

.pricing-icon-block {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  text-align: center;
}

.pricing-icon {
  width: 40px;
  height: 40px;
  opacity: 0.28;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.white-pricing-paragraph {
  color: #252525;
}

.subpage-header {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5_1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.subpage-header.contact-2 {
  background-image: -webkit-linear-gradient(315deg, rgba(31, 111, 255, .9) 24%, rgba(31, 174, 255, .9)), url('../images/Person-27.jpg');
  background-image: linear-gradient(135deg, rgba(31, 111, 255, .9) 24%, rgba(31, 174, 255, .9)), url('../images/Person-27.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.subpage-header.with-contact-info {
  position: relative;
  padding-bottom: 230px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.subpage-header.pricing-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .7), rgba(31, 111, 255, .7)), url('../images/Photo-12.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .7), rgba(31, 111, 255, .7)), url('../images/Photo-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-2 {
  background-image: url('../images/Photo-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subpage-header.pricing-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-2_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Photo-2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-1 {
  padding-top: 190px;
  background-image: -webkit-linear-gradient(270deg, rgba(25, 27, 31, .8), rgba(25, 27, 31, .8)), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(25, 27, 31, .8), rgba(25, 27, 31, .8)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.subpage-header.pricing-5 {
  padding-bottom: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .7), rgba(31, 111, 255, .7)), url('../images/Photo-6_1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .7), rgba(31, 111, 255, .7)), url('../images/Photo-6_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-2 {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 111, 255, .8), rgba(31, 111, 255, .8)), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, .8), rgba(31, 111, 255, .8)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-5 {
  padding-top: 250px;
  padding-bottom: 170px;
  background-image: url('../images/Photo-8_1.jpg'), -webkit-linear-gradient(270deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5_1.jpg');
  background-image: url('../images/Photo-8_1.jpg'), linear-gradient(180deg, rgba(31, 111, 255, .9), rgba(31, 111, 255, .9)), url('../images/Photo-5_1.jpg');
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, cover;
}

.subpage-header.portfolio {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Photo-8_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Photo-8_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.subpage-header.portfolio-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

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

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: -265px;
  margin-left: auto;
  float: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
}

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

.form-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 34px;
  text-align: center;
}

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

.subpage-title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 40px;
  text-align: left;
}

.subpage-title.smaller {
  font-size: 28px;
}

.page-subtitle {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
  text-align: left;
}

.page-subtitle.full {
  width: 100%;
}

.contact-info-column {
  text-align: center;
}

.contact-info-title {
  display: inline-block;
  font-family: Montserrat, sans-serif;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: hsla(0, 0%, 100%, .59);
}

.contact-info-icon {
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
  opacity: 0.7;
}

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

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

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

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

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

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

.close-icon {
  height: 17px;
}

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

.contact-info-block {
  height: 515px;
  padding: 45px 45px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .25);
  border-radius: 10px;
  text-align: left;
}

.small-contact-info-title {
  margin-bottom: 9px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.contact-info-description {
  font-size: 13px;
}

.contact-overlay-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  color: #fff;
}

.contact-form-block {
  height: 445px;
  margin-bottom: 0px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .08);
  border-radius: 10px;
}

.contact-column-left {
  padding-right: 15px;
}

.contact-column-right {
  padding-left: 15px;
}

.contact-map-block {
  width: 100%;
  height: 468px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.contact-map-wrapper {
  overflow: hidden;
  height: 445px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, .06);
  border-radius: 20px;
}

.header-video-column-right {
  padding-left: 50px;
}

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

.cta-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.cta-title.subtitle {
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #a8a8a8;
  font-size: 14px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-line-block {
  position: relative;
  display: block;
  padding: 25px 35px 25px 75px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .08);
  border-radius: 4px;
  text-align: left;
}

.small-feature-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 25px;
  height: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.pricing-features-row {
  margin-top: -195px;
}

.features-pricing-block {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.color-pricing-title {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #1fdb6a;
}

.pricing-price-title {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.pricing-content-block {
  padding: 28px;
  border-bottom: 1px solid #f0f0f0;
}

.pricing-content-block.first {
  height: 115px;
  background-color: hsla(0, 0%, 95%, .5);
}

.pricing-feature-title {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 13px;
}

.pricing-feature-title.bold {
  margin-right: 7px;
  color: #000;
  font-weight: 700;
}

.feature-list {
  margin-bottom: 0px;
}

.feature-list-item {
  margin-bottom: 5px;
}

.pricing-decription {
  margin-bottom: 0px;
  color: #a3a3a3;
  font-size: 13px;
}

._2-column-team-row {
  margin-bottom: 30px;
}

.team-wrapper {
  position: relative;
}

.team-image {
  width: 170px;
  height: 170px;
  margin-right: 40px;
  float: left;
  border-radius: 5px;
  background-image: url('../images/Testimonial-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-image._2 {
  background-image: url('../images/Testimonial-15.jpg');
}

.team-image._3 {
  background-image: url('../images/Testimonial-13.jpg');
  background-size: cover;
}

.team-image._4 {
  background-image: url('../images/Testimonial-14.jpg');
}

.team-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.team-title.title {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #1f6fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-description {
  margin-bottom: 0px;
  font-size: 13px;
}

.team-member-column {
  padding-right: 14px;
  padding-left: 14px;
}

.team-member-block {
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .09);
  text-align: center;
}

.team-member-image {
  width: 90px;
  height: 90px;
  margin-bottom: 11px;
  border-radius: 100%;
}

.team-member-name {
  font-family: Montserrat, sans-serif;
}

.team-member-tag {
  display: inline-block;
  margin-top: 4px;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 3px;
  background-color: #1fdb6a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}

.team-member-tag.blue {
  background-color: #1f6fff;
}

.team-member-tag.purple {
  background-color: #b75dda;
}

.team-member-tag.gray {
  background-color: #b7bfd3;
}

.team-member-description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #838383;
  font-size: 12px;
  line-height: 18px;
}

.team-small-social-button {
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.37;
}

.team-small-social-button:hover {
  opacity: 1;
}

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

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

.small-icon {
  width: 35px;
  margin-bottom: 15px;
}

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

.image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
  border-radius: 5px;
  background-image: url('../images/Photo-3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.image-block-description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 25px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
  color: #fff;
  font-size: 12px;
}

.small-column-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.overall-text-column {
  padding-right: 15px;
}

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

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

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

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

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

.gallery-image-block.small {
  height: 100px;
  background-image: url('../images/Photo-12.jpg');
}

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

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

.gallery-image-block.small._4 {
  background-image: url('../images/Person-6.jpg');
}

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

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

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

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

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  position: relative;
  padding-top: 14px;
  padding-left: 128px;
}

.stats-number {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 54px;
  line-height: 71px;
  font-weight: 700;
}

.portfolio-lightbox {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}

.portfolio-lightbox.no-bottom-spacae {
  margin-bottom: 0px;
}

.portfolio-overview-image-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  background-image: url('../images/Photo-6_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-overview-image-block.small {
  height: 200px;
  background-image: url('../images/Photo-8_1.jpg');
}

.portfolio-overview-image-block.small._2 {
  background-image: url('../images/Photo-6.jpg');
}

.portfolio-overview-image-block.small._5 {
  background-image: url('../images/Photo-8.jpg');
}

.portfolio-overview-image-block.small._7 {
  background-image: url('../images/Person-9.jpg');
}

.portfolio-overview-image-block._3 {
  background-image: url('../images/Photo-1.jpg');
}

.portfolio-overview-image-block._4 {
  background-image: url('../images/Photo-12.jpg');
}

.portfolio-overview-image-block._6 {
  background-image: url('../images/Photo-3_1.jpg');
}

.portfolio-overview-title {
  font-family: Montserrat, sans-serif;
  color: #b4b4b4;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.portfolio-overview-title._2 {
  margin-top: 6px;
  margin-bottom: 30px;
  color: #000;
  font-size: 22px;
  text-transform: none;
}

.intro-paragraph {
  margin-bottom: 20px;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  position: relative;
  margin-bottom: -3px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

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

.elements-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.social-button {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 14px;
  border-radius: 100%;
  background-color: #2f3538;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
}

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

.social-button.facebook {
  background-color: #5963ac;
}

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

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

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

.social-button.rss {
  background-color: #ebba1f;
}

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

.social-button.line {
  padding-top: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
}

.social-button.line:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, .1);
}

.social-icon {
  height: 20px;
}

.element-container {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1090px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.element-container.navigation {
  height: 100px;
  background-color: #1f6fff;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  height: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

.video-section {
  width: 100%;
  height: auto;
}

.portfolio-bottom-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 40px 30px 30px;
  color: #000;
  text-align: left;
}

.portfolio-bottom-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.portfolio-bottom-overlay-block:hover {
  background-color: rgba(0, 0, 0, .1);
}

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

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

.footer-paragraph {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.table-item-wrapper {
  padding: 14px 14px 14px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.table-item-wrapper.title {
  background-color: #1f6fff;
  color: #fff;
}

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

.license-image {
  height: 60px;
  border-radius: 4px;
}

.table-wrapper {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

.font-awesome-symbol {
  display: inline-block;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #e56840;
  font-size: 40px;
  line-height: 40px;
}

.use-case-slider {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

.use-case-container {
  display: block;
}

.peepleinstallvideo {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 640px;
  height: 640px;
  min-height: 480px;
  min-width: 480px;
}

.peepleinstallvideoright {
  position: absolute;
  top: 129px;
  right: -200px;
  bottom: 129px;
  z-index: 0;
  overflow: visible;
  width: auto;
  max-height: 640px;
  max-width: 640px;
  min-height: 480px;
  min-width: 480px;
  margin-top: 40px;
  padding-top: 0px;
  float: none;
  clear: none;
  border-radius: 0px;
}

.button-div {
  position: absolute;
  display: block;
  text-align: left;
}

.tech-spec-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: inline-block;
  padding-bottom: 0px;
}

.tech-spec-text-block {
  position: absolute;
  left: 95px;
  top: 425px;
  z-index: 1;
  max-width: 320px;
  min-width: 320px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
}

.tech-spec-text-bottom-right {
  position: absolute;
  right: 0px;
  bottom: 160px;
  color: #000;
}

.tech-spec-text-bottom-left {
  position: absolute;
  left: 0px;
  bottom: 160px;
  color: #000;
}

.tech-spec-text-top-right {
  position: absolute;
  top: 40px;
  right: 0px;
  color: #000;
}

.tech-spec-text-top-left {
  position: absolute;
  left: 0px;
  top: 42px;
  color: #000;
}

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

.tech-spec-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 33%;
  height: 100%;
}

.tech-spec-right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 66%;
  height: auto;
}

.tech-spec-list-item {
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #524f4f;
  font-size: 16px;
  line-height: 23px;
}

.tech-spec-list {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.tech-spec-text-heading {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  letter-spacing: 0px;
  text-indent: 0px;
}

.sale-price {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #e56840;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.footer-shipping-text {
  display: inline-block;
  padding-top: 15px;
  font-family: 'PT Sans', sans-serif;
}

.form-success-paragraph {
  color: #797979;
}

.privacy-link-text {
  font-size: 11px;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  li {
    font-size: 13px;
  }
  .hero-section.color {
    padding: 185px 45px 115px;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .navbar.underline {
    padding-bottom: 20px;
  }
  .navbar.with-color-button {
    padding-bottom: 20px;
  }
  .navbar.white {
    padding-bottom: 20px;
  }
  .nav-menu {
    border-radius: 0px;
    background-color: #292c31;
  }
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }
  .nav-link.dropdown-toggle {
    color: #fff;
  }
  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }
  .nav-link.light:hover {
    background-color: #000;
  }
  .nav-link.light.w--current {
    border-color: transparent;
  }
  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }
  .nav-link.color:hover {
    color: #fff;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    padding-left: 35px;
  }
  .container {
    position: static;
    z-index: 0;
  }
  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }
  .container.team-container {
    margin-top: 20px;
  }
  .hero-title {
    width: 90%;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .button.pricing-button {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 11px;
  }
  .button.dark-outline {
    margin-top: 10px;
  }
  .section {
    padding: 45px 25px;
  }
  .section.tint.overflow-none {
    padding-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .section.app-info-section {
    height: 400px;
  }
  .section.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .section.pricing-section {
    padding-bottom: 180px;
  }
  .section.portoflio {
    padding: 25px;
  }
  .section-title-wrapper {
    width: 75%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }
  .section-title {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    font-size: 26px;
    line-height: 30px;
  }
  .section-description {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 10px;
  }
  .section-description.faded {
    margin-top: 7px;
  }
  .video-lightbox-block.large {
    height: 270px;
  }
  .video-lightbox-block.about-us {
    height: 250px;
  }
  .portfolio-image-block {
    height: 210px;
  }
  .portfolio-image-block.large {
    height: 440px;
  }
  .portfolio-image-block.small-1 {
    height: 200px;
  }
  .portfolio-image-block.small-2 {
    height: 200px;
  }
  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }
  .portfolio-block-subtitle {
    margin-top: 5px;
    font-size: 11px;
  }
  .press-slider.white-blocks {
    height: 410px;
    padding-top: 5px;
  }
  .press-slide.one-third {
    width: 50%;
  }
  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }
  .testimonial-slider-arrow.white-blocks-slider {
    margin-right: -30px;
    margin-left: -30px;
  }
  .testimonial-block {
    padding-right: 0px;
  }
  .press-logo.skynews {
    top: 67px;
  }
  .testimonial-quote {
    font-size: 15px;
  }
  .footer {
    padding: 45px;
  }
  .image-section.trial {
    padding: 80px 45px;
  }
  .image-section.ui-section {
    padding-right: 45px;
    padding-left: 45px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .image-section-overlay.color {
    padding: 90px 45px;
  }
  .image-section-overlay.dark-gradient {
    padding: 70px 45px;
  }
  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }
  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }
  .image-section-overlay-block {
    width: 80%;
  }
  .menu-button {
    margin-right: 20px;
  }
  .hero-mockup-image {
    top: 103px;
    right: 0px;
    width: 385px;
  }
  .hero-mockup-description-block {
    width: 350px;
  }
  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }
  .small-hero-intro-title {
    margin-bottom: 10px;
  }
  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }
  .info-block-left {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .info-block-left.ui {
    width: 55%;
  }
  .newsletter-form {
    height: auto;
    min-height: 0px;
    margin-top: -120px;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .device-mockup-left {
    left: -127px;
    top: -62px;
    height: 510px;
  }
  .features-row {
    margin-top: 30px;
  }
  .feature-block {
    width: 90%;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .hero-block-overlay {
    padding: 170px 45px 140px;
  }
  .hero-block-overlay.business {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-description-title {
    width: 60%;
  }
  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }
  .team-outline-block {
    padding-right: 5px;
    padding-left: 85px;
  }
  .team-portrait-image {
    top: 27px;
    width: 50px;
    height: 50px;
  }
  .client-logo {
    height: 40px;
  }
  .image-hero.download {
    padding: 140px 45px 50px;
  }
  .person-image-left {
    left: -72px;
    height: 610px;
  }
  .skills-column {
    padding-right: 0px;
  }
  .skill-block {
    padding-left: 70px;
  }
  .skill-icon {
    top: 3px;
    width: 40px;
  }
  .experience-timeline-list {
    margin-top: -10px;
  }
  .large-hero-title {
    width: 90%;
  }
  .experience-item-row {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .contact-section {
    height: 340px;
  }
  .contact-map {
    height: 100%;
    padding-right: 240px;
  }
  .contact-section-overlay {
    padding-top: 50px;
  }
  .overall-video-lightbox.in-slider {
    width: 280px;
    margin-left: 30px;
  }
  .overall-video-lightbox.in-page-header {
    height: 285px;
  }
  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
  .pricing-block {
    padding: 50px 30px 30px;
  }
  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }
  .pricing-feature-text {
    font-size: 12px;
  }
  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }
  .overall-hero-title {
    font-size: 51px;
    line-height: 53px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .worldmap-left-wrapper {
    left: -101px;
    top: 27px;
    width: 670px;
  }
  .map-marker._2 {
    left: 296px;
    top: 146px;
  }
  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-slider-arrow {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider-bottom-nav {
    margin-bottom: -20px;
    padding-left: 30px;
    text-align: left;
  }
  .hero-slider-mockup {
    left: 20px;
    top: 61px;
    height: 190px;
  }
  .hero-slider-content-block {
    top: 16px;
    width: 360px;
  }
  .hero-slider-title {
    font-size: 33px;
    line-height: 41px;
  }
  .hero-slider-section {
    padding: 140px 45px 70px 0px;
  }
  .hero-left-block {
    width: 390px;
  }
  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-download-form {
    width: 260px;
  }
  .large-pricing-block {
    padding-right: 30px;
  }
  .large-pricing-block._2 {
    padding-left: 30px;
  }
  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }
  .browser-mockup-left {
    left: -290px;
    top: 4px;
    width: 580px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .start-hero {
    padding-top: 175px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }
  .hero-main-title.subtitle {
    margin-bottom: 30px;
    line-height: 34px;
  }
  .main-hero-description {
    width: 80%;
  }
  .home-intro-wrapper.mid {
    left: 181px;
  }
  .intro-block-text-wrapper {
    font-size: 13px;
  }
  .intro-block-text-wrapper.mid {
    width: 75%;
  }
  .homepage-row {
    width: 100%;
  }
  .homepage-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .home-mockup {
    left: -350px;
    top: -27px;
  }
  .home-mockup.ipad {
    left: 25px;
    top: 29px;
  }
  .home-mockup.iphone {
    left: 170px;
    top: 150px;
  }
  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .download-image-left {
    top: -23px;
    width: 560px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .right-nav-menu {
    z-index: 2000;
  }
  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }
  .ipad-mockup-right {
    height: 371px;
  }
  .mockup-right-wrapper {
    top: 40px;
    right: -408px;
  }
  .small-testimonial-text {
    font-size: 14px;
    line-height: 23px;
  }
  .half-image-section {
    height: 470px;
  }
  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }
  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .color-block {
    padding: 25px;
  }
  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }
  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }
  .white-pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }
  .pricing-icon {
    width: 30px;
    height: 30px;
  }
  .white-price-title {
    font-size: 35px;
  }
  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .subpage-header.contact-1 {
    padding-top: 110px;
  }
  .subpage-header.about-1 {
    padding-top: 140px;
  }
  .subpage-header.pricing-5 {
    padding-bottom: 170px;
  }
  .subpage-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .subpage-header.portfolio {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .subpage-header.portfolio-2 {
    padding-top: 120px;
  }
  .subpage-header.ui {
    padding: 150px 45px 50px;
  }
  .white-contact-form {
    padding: 25px;
  }
  .page-subtitle {
    width: 80%;
  }
  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }
  .cta-column-right {
    padding-top: 30px;
  }
  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }
  .pricing-features-row {
    margin-top: -160px;
  }
  .team-image {
    width: 120px;
    margin-right: 20px;
  }
  .team-member-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .team-member-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .image-block-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .overall-text-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .stats-block {
    padding-left: 118px;
  }
  .stats-title {
    font-size: 11px;
  }
  .portfolio-overview-image-block {
    height: 320px;
  }
  .portfolio-overview-title {
    font-size: 11px;
  }
  .portfolio-overview-title._2 {
    margin-bottom: 23px;
    font-size: 17px;
  }
  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }
  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }
  .small-dropdown-icon {
    margin-right: 21px;
  }
  .elements-title-wrapper {
    margin-bottom: 30px;
  }
  .video-section {
    background-image: url('../images/Photo-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }
  .transparant-menu-button.w--open {
    background-color: #000;
  }
  .menu-button-line {
    width: 50px;
    height: 50px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button-line:hover {
    background-color: hsla(0, 0%, 100%, .2);
  }
  .menu-button-line.w--open {
    background-color: #1f6fff;
  }
  .pricing-column-left {
    padding-left: 0px;
  }
  .pricing-column-right {
    padding-right: 0px;
  }
  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #1f6fff;
    color: #fff;
    text-align: center;
  }
  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }
  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }
  .peepleinstallvideo {
    position: absolute;
    top: 150px;
    right: 0px;
    display: block;
    width: 320px;
    height: 320px;
    max-height: 320px;
    max-width: 320px;
    min-height: 320px;
    min-width: 320px;
  }
  .peepleinstallvideoright {
    position: relative;
    left: 32px;
    top: 0px;
    right: auto;
    bottom: 0px;
    z-index: 0;
    display: block;
    max-height: 640px;
    max-width: 640px;
    min-height: 320px;
    min-width: 320px;
    margin-bottom: 72px;
    padding-left: 0px;
  }
  .button-div {
    position: absolute;
  }
  .tech-spec-text-heading {
    font-family: 'PT Sans', sans-serif;
  }
}

@media (max-width: 767px) {
  .hero-section.color {
    padding: 120px 25px 60px;
  }
  .navbar {
    position: static;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .container.testimonial-container {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container.home-intro-container {
    height: auto;
  }
  .container.bottom-footer {
    border-radius: 0px;
  }
  .container.footer-container {
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
  }
  .container.above-image-section {
    margin-bottom: -180px;
  }
  .hero-title {
    font-size: 38px;
    line-height: 45px;
  }
  .button.full {
    margin-top: 10px;
  }
  .button.light {
    margin-top: 0px;
  }
  .button.pricing-button {
    margin-top: 10px;
  }
  .button.slider-button {
    margin-top: 10px;
  }
  .section {
    position: relative;
    overflow: visible;
    padding: 25px 20px;
  }
  .section.tint.overflow-none {
    z-index: 0;
    padding-top: 25px;
  }
  .section.app-info-section {
    height: auto;
    min-height: 600px;
  }
  .section.bio {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .section.bottom-space {
    padding-bottom: 120px;
  }
  .section.pricing-section {
    padding-bottom: 130px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper.full.below-video {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .video-lightbox-block {
    height: 260px;
  }
  .video-lightbox-block.large {
    height: 250px;
  }
  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }
  .portfolio-tab-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    text-align: center;
  }
  .portfolio-tab-pane {
    padding-top: 20px;
  }
  .portfolio-row {
    margin-bottom: 0px;
  }
  .portfolio-column {
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .portfolio-image-block {
    height: 150px;
  }
  .portfolio-image-block.large-left {
    height: 300px;
    margin-bottom: 10px;
  }
  .portfolio-image-block.medium-left-right {
    height: 220px;
    margin-bottom: 10px;
  }
  .portfolio-image-block.smallest-right {
    width: 100%;
  }
  .portfolio-image-block.large {
    height: 280px;
  }
  .portfolio-image-block.small-1 {
    height: 150px;
    margin-bottom: 10px;
  }
  .portfolio-image-block.small-2 {
    height: 150px;
  }
  .press-slider {
    position: relative;
    height: auto;
  }
  .press-slider.white-blocks {
    height: auto;
    padding-bottom: 5px;
  }
  .press-slide {
    position: relative;
  }
  .press-slide.one-third {
    width: 100%;
    padding-right: 9px;
    padding-bottom: 10px;
    padding-left: 9px;
  }
  .testimonial-slider-arrow.white-blocks-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
  .testimonial-block {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .press-logo {
    position: static;
    display: block;
    width: 90px;
    height: auto;
    margin: 0px auto 10px;
  }
  .press-logo.cnbc {
    position: relative;
  }
  .press-logo.skynews {
    position: static;
    height: auto;
  }
  .press-logo.sundaytimes {
    height: auto;
  }
  .press-logo.techcrunch {
    height: auto;
  }
  .testimonial-quote {
    width: auto;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
  }
  .element-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .element-column.left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer {
    padding: 0px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .image-section.trial {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section.ui-section {
    padding: 25px;
  }
  .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.dark-gradient {
    padding: 45px 25px;
  }
  .image-section-overlay.dark {
    padding-top: 60px;
  }
  .image-section-overlay-block {
    width: 100%;
  }
  .image-section-overlay-title {
    padding-top: 50px;
    font-size: 30px;
  }
  .image-section-overlay-title.subtitle {
    width: 100%;
    padding-top: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-mockup-image {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 70%;
    margin: 0px auto 100px;
  }
  .hero-mockup-description-block {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .devices-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .info-block-left {
    width: 100%;
  }
  .info-row {
    margin-top: 0px;
  }
  .info-row.info-row-offset {
    margin-top: 50px;
  }
  .info-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsletter-form {
    height: auto;
    min-height: 150px;
    margin-top: -100px;
    margin-bottom: 60px;
    padding: 20px;
    text-align: center;
  }
  .newsletter-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsletter-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsletter-field {
    margin-bottom: 0px;
  }
  .info-block-right {
    width: 100%;
  }
  .info-block-right.download-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .info-block-right.bio {
    position: relative;
    z-index: 10;
    padding-left: 170px;
  }
  .device-mockup-left {
    left: -170px;
  }
  .hero-title-variation {
    width: 90%;
    font-size: 28px;
    line-height: 35px;
  }
  .features-row {
    margin-top: 0px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .feature-column.last {
    padding-bottom: 0px;
  }
  .feature-block {
    width: 100%;
  }
  .feature-icon.overall {
    margin-bottom: 10px;
  }
  .feature-title {
    margin-bottom: 10px;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero-block-overlay.business {
    padding: 90px 25px 60px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 110px;
  }
  .hero-block-overlay.coming-soon {
    padding-bottom: 30px;
  }
  .hero-description-title {
    width: 80%;
    margin-top: 20px;
    opacity: 0.95;
  }
  .team-row {
    margin-top: 10px;
  }
  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }
  .team-portrait-image {
    top: 20px;
    width: 60px;
    height: 60px;
  }
  .small-section-title {
    margin-bottom: 50px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .image-hero.download {
    padding: 110px 25px 40px;
  }
  .hero-newsletter-form {
    margin-top: 25px;
  }
  .contact-form {
    width: 100%;
  }
  .field.email {
    margin-bottom: 10px;
  }
  .person-image-left {
    left: -132px;
  }
  .skills-row {
    margin-top: 0px;
  }
  .skills-column {
    padding-left: 0px;
  }
  .experience-timeline-list-item.first {
    padding-top: 5px;
  }
  .experience-col-left {
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .experience-col-right {
    padding-left: 0px;
    border-left-width: 0px;
  }
  .experience-icon-block {
    top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .experience-icon-block.first {
    top: 17px;
  }
  .portfolio-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio-column-right {
    padding-right: 0px;
  }
  .newsletter-column {
    padding-bottom: 9px;
  }
  .newsletter-column.last {
    padding-right: 0px;
  }
  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .bottom-footer-paragraph.dark {
    float: none;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .experience-gradient-overlay {
    height: 10px;
  }
  .experience-item-row {
    padding-left: 25px;
  }
  .contact-section {
    height: 310px;
  }
  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }
  .overall-video-lightbox.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0px;
  }
  .overall-video-lightbox.large-hero {
    height: 210px;
  }
  .overall-video-lightbox.in-page-header {
    height: 195px;
  }
  .mockup-slider {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .info-column-right {
    padding-left: 0px;
  }
  .info-column-right.responsive {
    padding-left: 0px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .pricing-block {
    padding: 30px;
  }
  .pricing-block.image {
    padding-top: 50px;
  }
  .pricing-price {
    margin-bottom: 20px;
  }
  .pricing-tab-pane {
    padding-top: 30px;
  }
  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .text-column.last {
    padding-bottom: 0px;
  }
  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }
  .process-tab-pane {
    padding-top: 40px;
  }
  .process-tab-col-left {
    padding-left: 0px;
  }
  .process-tab-col-right {
    padding-left: 0px;
  }
  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }
  .process-tab-icon {
    height: 23px;
  }
  .process-tab-menu {
    margin-top: -39px;
  }
  .worldmap-left-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .map-contact-form {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .map-marker {
    left: 48px;
    top: 101px;
  }
  .map-marker._2 {
    left: 195px;
    top: 83px;
  }
  .white-footer {
    padding: 25px;
  }
  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }
  .hero-slider {
    height: auto;
  }
  .slider-bottom-nav {
    padding-left: 0px;
    text-align: center;
  }
  .hero-slider-mockup {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 60%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-slider-content-block {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }
  .hero-slider-section {
    padding: 90px 0px 25px;
  }
  .hero-left-block {
    width: 100%;
  }
  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }
  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }
  .large-pricing-block {
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }
  .large-pricing-block._2 {
    padding-left: 0px;
  }
  .large-pricing-icon {
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
  }
  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }
  .pricing-features-list {
    margin-top: 10px;
  }
  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }
  .browser-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .feature-info-icon {
    margin-top: -12px;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .start-hero {
    padding: 115px 25px 155px;
  }
  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .hero-main-title.subtitle {
    margin-top: 0px;
    font-size: 16px;
  }
  .main-hero-description {
    width: 90%;
    font-size: 14px;
  }
  .home-intro-wrapper {
    position: static;
    width: 100%;
  }
  .home-intro-wrapper.mid {
    width: 100%;
  }
  .home-intro-link-block {
    height: 300px;
  }
  .home-intro-link-block._2 {
    height: 300px;
  }
  .home-intro-link-block._3 {
    height: 270px;
  }
  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .intro-block-text-wrapper.last {
    width: 100%;
  }
  .homepage-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-mockup {
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
  }
  .home-mockup.iphone {
    top: 106px;
    right: -220px;
    width: auto;
    height: 170px;
  }
  .simple-white-footer {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .footer-row-bottom {
    margin-bottom: 20px;
  }
  .download-image-left {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -80px;
  }
  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }
  .iphone-hero {
    padding: 30px 25px 0px;
    text-align: center;
  }
  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }
  .ipad-mockup-right {
    width: 100%;
    height: auto;
  }
  .mockup-right-wrapper {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 420px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .mockup-feature-block {
    left: -24px;
    top: 64px;
  }
  .mockup-feature-block._2 {
    left: -24px;
    top: 9px;
  }
  .mockup-feature-line._2 {
    width: 270px;
  }
  .small-testimonial-block {
    margin-bottom: 18px;
  }
  .half-image-section {
    width: 100%;
    height: 250px;
  }
  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }
  .half-content-section.left {
    border-top: 1px solid #ececec;
  }
  .content-section-block.left {
    float: none;
  }
  .blocks-row {
    margin-bottom: 0px;
  }
  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }
  .white-pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-right-width: 0px;
  }
  .transparant-pricing-block {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
  }
  .subpage-header {
    padding: 100px 25px 40px;
  }
  .subpage-header.contact-1 {
    padding-top: 90px;
  }
  .subpage-header.with-contact-info {
    padding-bottom: 300px;
  }
  .subpage-header.about-1 {
    padding-top: 100px;
  }
  .subpage-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .subpage-header.about-3 {
    padding-top: 90px;
  }
  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .subpage-header.portfolio {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .subpage-header.portfolio-2 {
    padding-top: 100px;
  }
  .subpage-header.ui {
    padding-top: 110px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .white-contact-form.centered {
    margin-bottom: -245px;
  }
  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }
  .contact-google-map {
    height: 270px;
  }
  .contact-info-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-popup {
    overflow: auto;
  }
  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }
  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-form-block {
    height: auto;
    padding: 25px;
  }
  .contact-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .contact-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-map-block {
    height: 300px;
  }
  .contact-map-wrapper {
    height: auto;
  }
  .header-video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-column-left {
    text-align: center;
  }
  .cta-column-right {
    padding-top: 0px;
    text-align: center;
  }
  .feature-blocks-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-blocks-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .features-pricing-block {
    margin-bottom: 20px;
  }
  ._2-column-team-row {
    margin-bottom: 0px;
  }
  .team-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .team-column-right {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .team-column-right.last {
    padding-bottom: 0px;
  }
  .team-image {
    height: 150px;
  }
  .team-member-block {
    margin-bottom: 10px;
  }
  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .image-block {
    height: 180px;
  }
  .gallery-image-block {
    height: 220px;
  }
  .gallery-image-block._2 {
    height: 160px;
  }
  .gallery-image-block._3 {
    height: 160px;
  }
  .gallery-image-block.small._2 {
    height: 100px;
  }
  .gallery-image-block.small._3 {
    height: 100px;
  }
  .stats-column {
    padding-left: 0px;
  }
  .stats-block {
    padding-top: 0px;
    padding-left: 0px;
  }
  .stats-number {
    position: static;
    width: 80px;
    margin-right: 20px;
    float: left;
    font-size: 40px;
    line-height: 50px;
  }
  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }
  .full-portfolio-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio-lightbox {
    margin-bottom: 10px;
  }
  .element-container.navigation {
    height: 80px;
  }
  .logo {
    height: 30px;
    margin-top: 10px;
  }
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .home-mockup-column {
    height: 290px;
  }
  .menu-button-line {
    margin-top: 0px;
  }
  .pricing-column-right {
    padding-top: 30px;
    padding-left: 0px;
  }
  .mockup-slider-column {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .hero-portfolio-slide {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .portfolio-col-left {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .portfolio-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-column-top {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .team-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .field-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .about-column-left {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .about-us-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .video-column-right-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-gallery-column-left {
    padding-left: 0px;
  }
  .bottom-gallery-column-right {
    padding-right: 0px;
  }
  .image-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .peepleinstallvideo {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 640px;
    max-width: 640px;
    min-height: 320px;
    min-width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .peepleinstallvideoright {
    position: relative;
    top: 0px;
    right: auto;
  }
  .peepleinstallvideoright.half-size {
    position: relative;
    z-index: -1;
  }
  .button-div {
    position: relative;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  img {
    text-align: left;
  }
  .hero-section.color {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .navbar {
    position: static;
    display: block;
    margin-top: -10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .navbar.white {
    padding-bottom: 10px;
  }
  .hero-title {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
  }
  .button {
    margin-top: 10px;
  }
  .button.icon-button.download.green {
    margin-top: 15px;
  }
  .button.hero-button {
    width: 100%;
    margin-top: 6px;
  }
  .button.slider-button {
    width: 100%;
    margin-top: 0px;
  }
  .button.slider-button.outline {
    margin-top: 5px;
    margin-left: 0px;
  }
  .section {
    padding: 25px 10px;
  }
  .section.tint.overflow-none {
    margin-top: 0px;
    padding: 20px;
  }
  .section.app-info-section {
    position: relative;
    height: auto;
    min-height: 1100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.bio {
    padding-top: 35px;
  }
  .section.contact {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .section.pricing-section {
    padding-bottom: 120px;
  }
  .section.portoflio {
    padding: 20px;
  }
  .section.press-offset {
    margin-top: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .section-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .section-title-wrapper.with-contact-form {
    margin-bottom: 20px;
  }
  .section-title {
    left: 0px;
    top: 0px;
    right: 0px;
    width: auto;
    padding-left: 15px;
    font-size: 23px;
    line-height: 24px;
  }
  .section-description {
    margin-top: 10px;
    font-size: 16px;
  }
  .section-description.small {
    width: 100%;
  }
  .video-lightbox-block {
    height: 170px;
  }
  .video-lightbox-block.large {
    height: 180px;
  }
  .video-lightbox-block.about-us {
    height: 140px;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }
  .video-lightbox-button.large {
    width: 60px;
    height: 60px;
    padding-top: 16px;
  }
  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 18px;
  }
  .video-lightbox-button.line {
    padding-top: 12px;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .portfolio-image-block.large-left {
    height: 210px;
  }
  .portfolio-image-block.large {
    height: 220px;
  }
  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }
  .testimonial-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .press-logo {
    width: 70px;
    height: auto;
  }
  .press-logo.cnbc {
    position: static;
    left: 20px;
  }
  .press-logo.sundaytimes {
    height: auto;
  }
  .press-logo.techcrunch {
    height: auto;
  }
  .testimonial-quote {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section.get-the-app {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
  .image-section.trial {
    padding-right: 25px;
    padding-left: 25px;
  }
  .image-section.ui-section {
    background-image: -webkit-linear-gradient(4deg, #eee 39%, hsla(0, 0%, 93%, .6)), url('../images/UI-Photo.jpg');
    background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93%, .6)), url('../images/UI-Photo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .image-section-overlay {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .image-section-overlay.color {
    padding: 20px;
  }
  .image-section-overlay.dark {
    padding-top: 30px;
  }
  .image-section-overlay-block {
    width: 100%;
  }
  .image-section-overlay-title {
    font-size: 23px;
    line-height: 29px;
  }
  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    line-height: 23px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-mockup-image {
    position: relative;
    left: 9px;
    top: 107px;
    right: auto;
    width: 100%;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero-mockup-description-block {
    width: 100%;
  }
  .white-hero-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }
  .small-hero-intro-title {
    font-size: 12px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 19px;
  }
  .info-block-left {
    width: 100%;
  }
  .info-block-left.ui {
    width: 75%;
  }
  .info-row.info-row-offset {
    margin-top: 50px;
  }
  .info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .info-icon {
    height: 20px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    float: left;
  }
  .newsletter-form {
    height: auto;
    min-height: 200px;
    margin-top: -100px;
    margin-bottom: 40px;
  }
  .newsletter-field {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
  }
  .newsletter-submit {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
  }
  .info-block-right.app-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .info-block-right.bio {
    padding-left: 70px;
  }
  .device-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-title-variation {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }
  .feature-block.wide {
    font-size: 13px;
  }
  .feature-icon {
    width: 30px;
  }
  .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    padding-top: 17px;
  }
  .feature-title {
    margin-bottom: 13px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .hero-block-overlay {
    padding: 90px 25px 40px;
  }
  .hero-block-overlay.business {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-video-lightbox {
    margin-bottom: 20px;
  }
  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .team-image-block-overlay {
    padding: 25px;
  }
  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }
  .team-portrait-image {
    left: 10px;
    top: 10px;
  }
  .small-section-title {
    margin-bottom: 50px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-logo {
    height: 28px;
  }
  .image-hero.download {
    padding: 80px 20px 20px;
  }
  .hero-newsletter-form {
    width: 100%;
  }
  .hero-field {
    height: 40px;
  }
  .person-image-left {
    left: -122px;
    top: -20px;
    height: 430px;
  }
  .skill-block {
    width: 100%;
    padding-left: 60px;
  }
  .coming-soon-lightbox {
    margin-top: 0px;
  }
  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .large-hero-title {
    font-size: 20px;
    line-height: 26px;
  }
  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }
  .footer-logo-column-left {
    padding-bottom: 10px;
  }
  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .contact-map {
    padding-right: 110px;
  }
  .trial-form {
    width: 100%;
  }
  .trial-field {
    width: 100%;
    height: 40px;
    border-radius: 40px;
  }
  .trial-submit-button {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-radius: 40px;
  }
  .overall-video-lightbox {
    height: 140px;
  }
  .overall-video-lightbox.hero-small {
    height: 140px;
  }
  .overall-video-lightbox.in-slider {
    height: 120px;
  }
  .overall-video-lightbox.large-hero {
    height: 130px;
  }
  .overall-video-lightbox.in-page-header {
    height: 145px;
  }
  .plan-tabs {
    margin-top: 0px;
  }
  .tab-button-left {
    margin-bottom: 4px;
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }
  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }
  .tab-button-right.w--current {
    border-radius: 60px;
  }
  .pricing-tab-pane {
    padding-top: 20px;
  }
  .overall-hero-title {
    font-size: 24px;
  }
  .overall-hero-description {
    font-size: 13px;
    line-height: 20px;
  }
  .top-line-block {
    margin-top: 30px;
    padding-top: 20px;
  }
  .process-tab-pane {
    padding-top: 20px;
  }
  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
  }
  .process-tab-icon {
    height: 13px;
  }
  .process-tab-title {
    font-size: 20px;
    line-height: 27px;
  }
  .worldmap-left-wrapper {
    width: 260px;
  }
  .map-marker {
    left: 24px;
    top: 56px;
  }
  .map-marker._2 {
    left: 115px;
    top: 53px;
  }
  .dark-field.area {
    height: 98px;
  }
  .hero-slider-mockup {
    width: 70%;
  }
  .hero-slider-content-block {
    margin-top: 20px;
  }
  .hero-slider-title {
    font-size: 21px;
    line-height: 27px;
  }
  .hero-slider-text {
    font-size: 13px;
    line-height: 19px;
  }
  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .large-pricing-icon {
    margin-right: 10px;
  }
  .large-pricing-title {
    font-size: 12px;
  }
  .large-pricing-title.price {
    line-height: 30px;
  }
  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }
  .pricing-list-title {
    line-height: 17px;
  }
  .feature-info-column.last {
    padding-bottom: 0px;
  }
  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }
  .feature-info-title {
    margin-bottom: 12px;
  }
  .start-hero {
    padding-top: 75px;
    padding-bottom: 145px;
  }
  .hero-main-title {
    font-size: 36px;
    line-height: 37px;
  }
  .hero-main-title.subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .main-hero-description {
    font-size: 11px;
    line-height: 19px;
  }
  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }
  .intro-block-title {
    margin-bottom: 10px;
  }
  .home-mockup {
    height: 160px;
  }
  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
  }
  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
  }
  .simple-white-footer {
    padding: 35px 15px;
  }
  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }
  .iphone-hero {
    padding: 25px 25px 35px;
  }
  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }
  .app-store-button {
    height: 35px;
  }
  .mockup-right-wrapper {
    width: 260px;
  }
  .mockup-feature-block._2 {
    left: -4px;
  }
  .mockup-feature-title {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .7);
    font-size: 10px;
  }
  .mockup-feature-line {
    width: 200px;
  }
  .mockup-feature-line._2 {
    width: 200px;
  }
  .small-testimonial-image {
    width: 60px;
    height: 60px;
  }
  .small-testimonial-text {
    font-size: 13px;
    line-height: 20px;
  }
  .full-hero-content-block {
    margin-bottom: 30px;
  }
  .color-block {
    padding: 20px;
  }
  .bottom-paragraph {
    margin-top: 10px;
  }
  .white-pricing-title {
    margin-bottom: 5px;
  }
  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }
  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .subpage-header.contact {
    padding-top: 80px;
  }
  .subpage-header.contact-2 {
    padding-top: 70px;
  }
  .subpage-header.contact-1 {
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 280px;
  }
  .subpage-header.about-2 {
    padding: 90px 20px 20px;
  }
  .subpage-header.about-3 {
    padding-top: 80px;
  }
  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .subpage-header.portfolio {
    padding-top: 90px;
  }
  .subpage-header.portfolio-2 {
    padding-top: 90px;
  }
  .subpage-header.ui {
    padding: 94px 25px 30px;
  }
  .white-contact-form.centered {
    margin-bottom: -225px;
  }
  .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.smaller {
    font-size: 22px;
    line-height: 25px;
  }
  .page-subtitle {
    margin-top: 10px;
    font-size: 12px;
  }
  .contact-google-map {
    height: 200px;
  }
  .popup-block {
    width: 83%;
    padding: 20px;
  }
  .contact-info-small-block {
    margin-bottom: 10px;
  }
  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-title {
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
  }
  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }
  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }
  .small-feature-icon {
    left: 15px;
    top: 15px;
  }
  .pricing-content-block {
    padding: 15px;
  }
  .pricing-content-block.first {
    height: auto;
  }
  .team-image {
    width: 70px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .team-member-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-member-block {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .image-block-right {
    height: 140px;
  }
  .text-column-left {
    text-align: center;
  }
  .image-block {
    height: 140px;
  }
  .gallery-image-block {
    height: 150px;
  }
  .gallery-image-block._2 {
    height: 120px;
  }
  .gallery-image-block._3 {
    height: 120px;
  }
  .gallery-image-block.small {
    height: 60px;
  }
  .gallery-image-block.small._2 {
    height: 60px;
  }
  .gallery-image-block.small._3 {
    height: 60px;
  }
  .stats-row {
    margin-top: 30px;
  }
  .stats-title {
    margin-top: 6px;
  }
  .portfolio-overview-image-block {
    height: 220px;
  }
  .portfolio-overview-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio-overview-title {
    font-size: 10px;
    line-height: 13px;
  }
  .portfolio-overview-title._2 {
    margin-bottom: 16px;
  }
  .elements-title-wrapper {
    margin-bottom: 20px;
  }
  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }
  .element-container.navigation._3 {
    height: 70px;
  }
  .logo.fixed {
    margin-top: 6px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .home-mockup-column {
    height: 180px;
  }
  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }
  .license-image {
    height: 40px;
  }
  .use-case-slider {
    position: relative;
    width: 100%;
  }
  .peepleinstallvideo {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    max-height: 640px;
    max-width: 640px;
    min-height: 240px;
    min-width: 240px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .peepleinstallvideoright {
    max-height: 320px;
    max-width: 320px;
  }
  .peepleinstallvideoright.half-size {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    overflow: auto;
    width: 100%;
    max-width: 480px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    float: none;
    clear: left;
    border: 4px solid #f00e0e;
  }
  .button-div {
    position: relative;
    display: block;
  }
  .tech-spec-image {
    top: 0px;
    display: inline-block;
    width: 50%;
    height: 50%;
    max-width: 100%;
    border-radius: 3px;
  }
}

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