body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #454545;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #454545;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #454545;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #454545;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #019ade;
  text-decoration: underline;
}

.button {
  display: inline-block;
  min-width: 160px;
  margin-top: 0px;
  padding: 13px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 35px;
  background-color: #019ade;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2677ad;
}

.button.w--current {
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
}

.button.outline {
  margin-top: 0px;
  margin-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in, color 200ms ease;
  transition: background-color 300ms ease-in, color 200ms ease;
}

.button.outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #454545;
}

.button.outline.rigth-border {
  margin-right: 10px;
}

.button.dark-blue {
  margin-top: 15px;
  background-color: #04080f;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 11px;
}

.button.dark-blue:hover {
  background-color: #525558;
}

.button.dark-blue.left-justify {
  background-color: #019ade;
}

.button.dark-blue.left-justify:hover {
  background-color: #2786c2;
}

.button.top-border {
  display: none;
  margin-top: 15px;
  background-color: #019ade;
}

.button.top-border:hover {
  background-color: #2786c2;
}

.button.top-border.learn_more {
  display: none;
}

.button.right-border {
  margin-right: 15px;
  border: 3px solid #fff;
  background-color: transparent;
}

.content-section {
  position: relative;
  margin-top: -96px;
  padding-top: 100px;
  padding-bottom: 145px;
  background-color: #04080f;
}

.content-section.blue {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: transparent;
  color: #04080f;
}

.content-section.blue:hover {
  color: #525558;
}

.content-section.blue.book_container {
  display: block;
  margin-top: 0px;
  margin-bottom: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section.case-study {
  padding: 25px 10px 100px;
}

.content-section.more-projects {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  text-align: center;
}

.content-section.project {
  position: relative;
  display: none;
  min-height: 500px;
  padding-top: 340px;
  padding-bottom: 20px;
  background-image: url('../images/IMG_4558-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.features {
  margin-top: -138px;
}

.content-section.services {
  background-color: transparent;
}

.hero-section {
  position: relative;
  z-index: 4;
  display: block;
  height: auto;
  margin-bottom: 115px;
  background-image: url('../images/bg-hd.jpg');
  background-size: 56px;
  background-repeat: repeat-x;
  text-align: center;
}

.mask {
  display: block;
  height: auto;
}

.slider {
  height: 830px;
}

.slide-1 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: auto;
  margin-bottom: 101px;
  padding-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04080f), to(#04080f));
  background-image: linear-gradient(180deg, #04080f, #04080f);
}

.title {
  position: relative;
  top: 8px;
  display: none;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #019ade;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.title.white {
  position: relative;
  margin-top: 4px;
  color: #fff;
  font-weight: 400;
}

.title.white.centered {
  display: none;
  color: #019ade;
}

.title.no-top-border {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title.company {
  margin-top: 0px;
  color: #fff;
}

.title.top-border {
  margin-top: 20px;
}

.left-arrow.testimonials {
  margin-left: -70px;
}

.right-arrow.testimonials {
  margin-right: -70px;
}

.brand {
  left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
}

.brand.w--current {
  display: block;
  margin-top: -14px;
}

.menu-link {
  height: 67px;
  margin-right: 19px;
  padding-top: 17px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-transition: border 50ms ease;
  transition: border 50ms ease;
  font-family: Montserrat, sans-serif;
  color: #04080f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.menu-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #019ade;
  color: #04080f;
}

.menu-link.w--current {
  border-bottom: 1px none #019ade;
  color: #04080f;
  text-decoration: none;
}

.menu-link.w--current:hover {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.contact-us-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  width: 85px;
  height: 80px;
  padding: 29px;
  background-color: #019ade;
  background-image: url('../images/mail-icon.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .95)));
  background-image: url('../images/mail-icon.svg'), linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95));
  background-position: 50% 50%, 0px 0px;
  background-size: 25px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: none;
}

.content-wrapper {
  position: relative;
  margin-top: 105px;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper.slide-1-hero {
  margin-top: 35px;
  margin-bottom: 93px;
  padding-top: 1px;
}

.numering {
  position: static;
  display: none;
  margin-bottom: -30px;
  font-family: Montserrat, sans-serif;
  color: #f4f4f4;
  font-size: 150px;
  font-weight: 700;
}

.numering.blue {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #2786c2;
}

.feature-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 25px;
  text-align: center;
}

.feature-box.browser-icon {
  position: relative;
}

.icon-bg {
  height: 125px;
  margin-bottom: 20px;
  background-image: url('../images/circle.png');
  background-position: 50% 0px;
  background-size: 120px;
  background-repeat: no-repeat;
  text-align: center;
}

.h3 {
  font-family: Raleway, sans-serif;
  color: #454545;
  font-size: 20px;
  text-align: left;
}

.h3.float-left {
  float: left;
}

.h3.float-left.percentage {
  float: right;
  font-family: Montserrat, sans-serif;
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 700;
}

.h3.case-study {
  margin-top: 10px;
}

.h3-light-text {
  font-weight: 300;
}

.how-we-work-column {
  text-align: left;
}

.white {
  color: #fff;
}

.paragraph-white {
  display: inline-block;
  float: left;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}

.know-more-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/top-dot.jpg'), url('../images/Bottom-dot.jpg');
  background-position: 50% 0px, 50% 100%;
  background-repeat: repeat-x, repeat-x;
}

.know-more-box.video-box {
  margin-bottom: 300px;
  padding-top: 25px;
}

.play-button {
  position: relative;
  left: 30%;
  top: -79%;
  bottom: 125px;
  display: none;
  opacity: 0.76;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.play-button:hover {
  opacity: 1;
}

.link {
  display: none;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-arrow {
  position: relative;
  left: 5px;
  background-color: transparent;
}

.title-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.blue {
  color: #019ade;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.title-link.inline {
  display: inline-block;
}

.mini-features-container {
  position: relative;
  top: 39px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mini-features {
  position: relative;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 75%;
  height: 80px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 45px;
  background-color: #fff;
}

.mini-features-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 61px;
  margin-top: 17px;
  margin-right: 0px;
  padding-left: 24px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.mini-features-icon {
  margin-right: 5px;
  float: left;
}

.paragraph-dark-text {
  padding-left: 0px;
  line-height: 24px;
}

.paragraph-dark-text.case-study {
  font-weight: 400;
  text-align: left;
}

.laptop {
  max-width: 2000px;
  margin-top: 150px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.features-icon {
  padding-top: 16px;
}

.features-icon.rocket {
  margin-top: -8px;
}

.features-icon.screen {
  margin-top: -10px;
  margin-right: -5px;
}

.features-icon.code {
  margin-top: -16px;
  margin-right: -3px;
}

.browser {
  max-width: 2000px;
}

.know-more-description {
  display: none;
  width: 47%;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-desings {
  width: 49%;
  margin-right: 10px;
  float: left;
}

.portfolio-sample {
  display: block;
  width: 31%;
  margin-bottom: 45px;
  padding-bottom: 14px;
  background-color: #fff;
}

.portfolio-sample.small {
  width: 23%;
}

.team-member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 30px;
  float: left;
  -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;
  background-color: #fff;
  text-align: center;
}

.social-icons {
  position: static;
  width: 100%;
  height: 57px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #eee;
}

.social-icon {
  position: relative;
  margin-right: 10px;
  float: left;
}

.icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67px;
  height: 67px;
  margin-top: 11px;
  margin-right: 22px;
  padding-top: 17px;
  padding-bottom: 17px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3299db;
}

.skills-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  padding-top: 29px;
  padding-bottom: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e7e7e7;
}

.skills-box.last {
  border-bottom-style: none;
}

.bar {
  width: 100%;
  height: 18px;
  border-right: 1px none #f4f4f4;
  border-radius: 25px;
  background-color: #f4f4f4;
}

.bar.blue {
  position: relative;
  top: -18px;
  width: 100%;
  background-color: #3299db;
}

.bar.blue.branding {
  width: 90%;
}

.bar.blue.illustration {
  width: 80%;
}

.bar.blue.photography {
  width: 85%;
}

.skill-percentage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.testimonials-slider {
  top: -110px;
  height: auto;
  margin-top: 71px;
  padding-bottom: 70px;
  clear: none;
  background-color: #04080f;
}

.text-bubble {
  position: relative;
  width: 100%;
  padding: 16px 21px;
  border-radius: 10px;
  background-color: #fff;
}

.testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.testimonial-picture {
  width: 65px;
  height: 65px;
  margin-right: 14px;
  float: none;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #e7e7e7;
}

.testimonial {
  width: 95%;
  margin-right: 0px;
  padding-top: 39px;
  padding-right: 0px;
  padding-left: 23px;
  float: none;
  text-align: left;
}

.tip {
  position: absolute;
  left: 20px;
  right: 0px;
  bottom: -11px;
}

.quotes {
  position: absolute;
  left: -27px;
  top: -17px;
}

.testimonial-wrapper {
  position: relative;
  width: 33.33%;
}

.slide.hero {
  background-color: #f5f9fc;
}

.image {
  position: relative;
  left: -26px;
  top: -28px;
  float: left;
}

.image.back {
  position: relative;
  left: -28px;
  top: 29px;
  margin-right: 15px;
  float: left;
}

.image.back.featured-design {
  left: -10px;
  top: -10px;
  margin-right: 0px;
}

.image.front {
  position: absolute;
  left: 10px;
  top: -13px;
}

.image.front.featured-design {
  left: 52px;
  top: 14px;
}

.image.back {
  left: -20px;
  top: 14px;
}

.contact-information {
  width: 100%;
  height: 40px;
  padding-top: 10px;
  float: left;
}

.contact-information.side-bar {
  height: 5%;
  margin-bottom: 14px;
  padding-top: 6px;
}

.contact-information.side-bar.top-divider {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
  padding-top: 14px;
  border-top: 1px solid #e7e7e7;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.contact-information.top-divider {
  width: 100%;
  height: 40px;
  float: left;
  border-top: 1px solid #f4f6f5;
}

.contact-text {
  padding-left: 30px;
  float: left;
  background-image: url('../images/pin.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #818590;
}

.contact-text.phone {
  background-image: url('../images/phone-icon.png');
  background-size: 18px;
}

.contact-text.pin {
  background-size: 16px;
}

.contact-text.email {
  background-image: url('../images/Blue-email-icon.png');
  background-size: 18px;
}

.contact-us-wrapper {
  display: none;
  margin-top: 80px;
  padding: 33px 31px 25px;
  border-top-style: none;
  border-radius: 5px;
  background-color: #fff;
}

.input-box {
  position: relative;
  width: 100%;
  height: 55px;
  border-style: none;
  border-top-width: 1px;
  border-radius: 3px;
  background-color: #f5f5f5;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  font-family: 'Open Sans', sans-serif;
}

.input-box:hover {
  padding-right: 11px;
  padding-left: 11px;
  border-style: solid;
  border-color: #e4e4e4;
}

.input-box:focus {
  border-style: solid;
  border-color: #04080f;
  border-bottom-width: 1px;
}

.input-box.message {
  height: 110px;
  padding-top: 16px;
}

.input-box.message:hover {
  padding-top: 15px;
}

.input-box.message:focus {
  border-color: #e4e4e4;
}

.input-box.message.side-bar {
  height: 100px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.input-box.message.big-form {
  padding-top: 18px;
}

.input-box.message.big-form:focus {
  border-color: #04080f;
}

.input-box.side-menu-bar {
  height: 49px;
  margin-top: 11px;
  margin-bottom: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  background-color: #f8f8f8;
}

.field-name {
  margin-left: 10px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #818590;
  font-weight: 500;
}

.row {
  margin-bottom: 16px;
}

.column {
  padding-right: 12px;
  padding-left: 12px;
}

.footer-wrapper {
  text-align: center;
}

.footer {
  padding-top: 35px;
  padding-bottom: 30px;
}

.footer-text {
  font-family: Montserrat, sans-serif;
  color: #818590;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-link {
  font-family: Lato, sans-serif;
  color: #818590;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 15px;
  line-height: 22px;
}

.fixed-nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 80px;
  padding-top: 13px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
}

.fixed-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 13px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
}

.nav-menu-mobile {
  position: relative;
  z-index: 1001;
  display: block;
}

.side-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: visible;
  width: 25%;
  height: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .3);
}

.side-menu-bar {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 21px;
  cursor: pointer;
}

.bg-social-icon {
  position: relative;
  left: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 11px;
  float: left;
  border-radius: 50%;
  background-color: #019ade;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.bg-social-icon:hover {
  background-color: #2677ad;
}

.social-icons-wrapper {
  position: relative;
  top: 52px;
  width: 100%;
  margin-top: -37px;
  float: left;
}

.front {
  position: absolute;
  top: -6px;
  right: 5%;
  display: block;
  margin-top: 90px;
  padding-left: 57px;
}

.left-column {
  text-align: left;
}

.screenshot-perspective-3 {
  position: absolute;
  left: 8px;
  top: 281px;
  width: 680px;
  max-width: 2000px;
  padding: 299px 0px 0px 19px;
  float: left;
}

.screenshot-perspective-2 {
  position: absolute;
  left: 10px;
  top: 91px;
  width: 700px;
  max-width: 2000px;
  margin-bottom: 28px;
  padding-top: 134px;
  padding-bottom: 45px;
}

.screenshot-perspective-1 {
  position: absolute;
  left: 5px;
  top: -103px;
  width: 720px;
  max-width: 2000px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.column-2 {
  text-align: left;
}

.filter {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .45)), color-stop(38%, transparent), to(rgba(0, 0, 0, .77)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), transparent 38%, rgba(0, 0, 0, .77));
}

.case-study-section {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
}

.case-study-description {
  position: relative;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  padding: 8px 5px 8px 8px;
  text-align: left;
}

.case-study-description.top-divider {
  padding-top: 15px;
  padding-bottom: 13px;
  border-top: 1px solid #f4f4f4;
}

.screenshots-sample {
  width: 30%;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 14px;
  float: right;
}

.screenshots {
  margin-top: 22px;
}

.slide-nav.relative {
  position: relative;
}

.arrow-icon {
  margin-top: 130px;
  color: #c7c7c7;
}

.guy-support {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.back {
  position: relative;
  top: 11px;
  right: -8%;
  display: block;
  float: none;
}

.iphone-left {
  position: relative;
  top: 21px;
  right: -4%;
  float: left;
}

.iphone-right {
  position: absolute;
  left: 30%;
  top: -12px;
  float: none;
}

.imac-screen {
  position: relative;
  left: -4%;
  bottom: 6px;
  display: block;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.imac-container {
  position: relative;
  display: block;
  width: 40%;
  height: auto;
  min-width: 595px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.keyboard_holder {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 300px;
  min-width: 295px;
  margin: -167px auto -2px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pens-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 30%;
  height: 27%;
  background-image: url('../images/pen-holder.png');
  background-position: 100% 100%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.pencils-and-red-moleskine {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 33%;
  height: 26%;
  background-image: url('../images/pencils-and-moleskine.png');
  background-position: 100% 0px;
  background-size: 35%;
  background-repeat: no-repeat;
}

.coffe-cup {
  position: absolute;
  width: 86%;
  height: 30%;
}

.mouse {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 74%;
  height: 26%;
  background-image: url('../images/Magic-Mouse.png');
  background-position: 100% 0px;
  background-size: 9%;
  background-repeat: no-repeat;
}

.black-eyeglasses {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 22%;
  height: 19%;
  background-image: url('../images/Eyeglasses.png');
  background-position: 0px 0px;
  background-size: 50%;
  background-repeat: no-repeat;
}

.find-us {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  margin-top: 0%;
  margin-left: 20px;
  padding-bottom: 3%;
}

.video-pop-up {
  height: 190px;
  float: left;
}

.lightbox {
  width: 248px;
  height: 165px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-image: url('../images/guy.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.why-us-slider {
  display: block;
  overflow: hidden;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: transparent;
}

.arrow-left {
  color: #019ade;
}

.arrow-right {
  color: #019ade;
}

.contact-info-container {
  width: 100%;
  float: left;
}

.text-links {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #019ade;
  text-decoration: none;
}

.text-links:hover {
  text-decoration: underline;
}

.why-us-box {
  position: absolute;
  width: 100%;
  min-height: 395px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-bottom: 10px;
  float: left;
  border: 15px solid #f4f6f5;
}

.why-us-box.left-box {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 10px;
  border-color: #f5f5f5;
}

.why-us-box.right-box {
  position: relative;
  overflow: hidden;
  border-color: #f5f5f5;
}

.image-container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -10px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.why-us-text-container {
  width: 100%;
  padding-top: 15px;
  padding-left: 20px;
}

.why-us-slide {
  padding-right: 7%;
  padding-left: 5%;
}

.why-us-slide._2 {
  padding-right: 5%;
}

.navbar {
  display: block;
  height: 80px;
  padding-top: 13px;
  background-color: #fff;
}

.nav-menu-on-mobile {
  display: block;
}

.footer-link {
  color: #818590;
  text-decoration: none;
}

.heading-1.hero {
  display: inline-block;
  margin-top: -1px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
}

.thin {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.heading-2 {
  color: #fff;
  font-weight: 300;
}

.heading-2.white {
  top: 6px;
  margin-top: -63px;
  padding-top: 20px;
  color: #04080f;
}

.heading-2.white.bottom-border {
  margin-bottom: 20px;
}

.heading-2.white.clientsays {
  top: -112px;
}

.heading-2.cars {
  color: #fff;
}

.flex-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-text {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  margin: 85px auto 60px;
  text-align: center;
}

.header-text.services {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: left;
}

.header-text.resources {
  margin-bottom: 0px;
}

.hero-subtitle {
  display: none;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}

.hero-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/standby-driver-.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/standby-driver-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.social-button {
  display: inline-block;
  min-width: 200px;
  padding: 17px 15px 16px 45px;
  border-radius: 3px;
  background-color: #1da1f2;
  background-image: url('../images/twitter.png');
  background-position: 9px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
}

.social-button:hover {
  background-color: #1791db;
}

.social-button.right-border {
  margin-right: 20px;
  background-color: #d1262b;
  background-image: url('../images/yelp.png');
  background-position: 6px 50%;
  background-size: contain;
}

.social-button.right-border:hover {
  background-color: #a3161a;
}

.social-button.facebook {
  background-color: #3b5998;
  background-image: url('../images/facebook.png');
  background-size: 25px;
  text-transform: uppercase;
}

.social-button.facebook:hover {
  background-color: #324e88;
}

.background-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 830px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/2015-Tesla-Model-S-P85D-interior-view-02.jpg.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/2015-Tesla-Model-S-P85D-interior-view-02.jpg.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paragraph.white {
  display: none;
  overflow: visible;
  height: auto;
  padding-bottom: 0px;
  color: #04080f;
}

.paragraph.small {
  font-size: 13px;
}

.text-link {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
}

.service-column {
  display: block;
  width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.service-image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}

.portfolio-description {
  display: block;
  padding-top: 10px;
  padding-left: 5px;
  text-align: left;
}

.portfolio-description.left-padding {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}

.portfolio-preview-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 190px;
  cursor: pointer;
}

.portfolio-preview-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.portfolio-preview-image.w--current {
  width: 100%;
}

.portfolio-preview-image._2 {
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._1 {
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._3 {
  background-image: url('../images/03-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._4 {
  background-image: url('../images/04-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._5 {
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._6 {
  background-image: url('../images/06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._7 {
  background-image: url('../images/54d90cc7781f27014df66dda_screen-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image._8 {
  background-image: url('../images/09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image.big {
  min-height: 240px;
}

.portfolio-preview-image.big._3 {
  top: -12px;
  display: block;
  margin-top: 36px;
  background-image: url('../images/cars2.png');
  background-position: 50% 50%;
  background-size: contain;
}

.portfolio-preview-image.big._2 {
  position: relative;
  left: 0px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  background-image: url('../images/tesla-car.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image.big._1 {
  top: 25px;
  display: block;
  padding-top: 0px;
  background-image: url('../images/towncar.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.portfolio-preview-image.big._4 {
  bottom: -34px;
  background-image: url('../images/charter_bus.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image.big._6 {
  top: 32px;
  background-image: url('../images/limo_service.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image.big._5 {
  top: 34px;
  background-image: url('../images/Screen-Shot-2017-08-02-at-1.04.22-PM-copy.png');
}

.portfolio-preview-image.big._7 {
  background-image: url('../images/06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image.big._8 {
  background-image: url('../images/screen-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-preview-image.big._9 {
  background-image: url('../images/screen-09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  min-height: 240px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.team-member-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-shadow: 6px 6px 26px -7px #000;
}

.center-content {
  width: 100%;
  text-align: center;
}

.skill-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.expertise-box {
  text-align: left;
}

.expertise-box.bottom-border {
  margin-bottom: 30px;
}

.bars {
  width: 87%;
}

.percentage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lightbox-link {
  position: relative;
}

._30-percent-column {
  width: 30%;
}

._30-percent-column.project {
  padding-right: 20px;
}

._70-percent-column {
  width: 70%;
}

._70-percent-column.project {
  padding-left: 20px;
}

.form-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.error-message {
  font-family: Lato, sans-serif;
}

.success-message {
  background-color: #f8f8f8;
  font-family: Lato, sans-serif;
}

.row-licensing {
  margin-top: 30px;
  margin-bottom: 10px;
}

.row-licensing.bottom-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.update {
  position: fixed;
  z-index: 100;
  width: 70px;
  height: 70px;
  margin-top: 120px;
  margin-left: 30px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fdff39;
  color: #454545;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.team-member-image {
  width: 100%;
  min-height: 280px;
}

.team-member-image._1 {
  background-image: url('../images/WhatsApp-Image-2017-07-30-at-3.20.52-PM.jpeg');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image._2 {
  background-image: url('../images/IMG_4683.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image._3 {
  background-image: url('../images/Joel-Simons.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.right {
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}

.slider-projects {
  height: auto;
  background-color: transparent;
}

.header-box.project {
  padding-left: 10px;
  text-align: left;
}

.hero-buttons {
  margin-top: 28px;
}

.imac {
  display: block;
  width: 97%;
  margin-top: -16px;
  padding-top: 0px;
}

.skyline {
  width: 100%;
  height: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-2 {
  text-align: left;
}

.bar_brand_image {
  margin-top: -18px;
  padding-top: 21px;
}

.container {
  display: block;
  margin-bottom: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sky_line {
  display: inline-block;
  height: 290px;
  margin-top: -65px;
  margin-bottom: -3px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.heading-5 {
  color: #fff;
}

.heading-6 {
  display: none;
  color: #fff;
}

.heading-7 {
  color: #fff;
}

.heading-8 {
  color: #fff;
}

.heading-9 {
  color: #fff;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  color: #fff;
}

.heading-12 {
  color: #fff;
}

.heading-13 {
  color: #fff;
}

.heading-14 {
  color: #fff;
}

.top_phone {
  right: -9px;
  display: inline-block;
  padding: 13px 0px 13px 9px;
  color: #04080f;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.top_phone:hover {
  background-color: transparent;
  color: #019ade;
}

.fix_phone_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.phone_text {
  background-color: #fff;
  color: #04080f;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.div-block {
  display: block;
  height: 50px;
  min-width: 250px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 14px -8px #525558;
}

.link-block {
  margin-left: 44px;
  border: 2px solid #ff005c;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #e41717;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: transparent;
}

.text-block {
  color: #de0136;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.div-block-2 {
  padding-left: 58px;
}

.text-block-2 {
  padding-left: 114px;
  color: #ff0249;
}

.text-block-3 {
  color: #f80707;
}

.book-now-button {
  color: #f80f0f;
}

.image-3 {
  margin-top: 6px;
  margin-bottom: 10px;
  margin-left: -13px;
  padding-top: 0px;
}

.paragraph-3 {
  display: none;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  text-align: center;
}

.paragraph-4 {
  display: none;
}

.image-4 {
  display: block;
}

.slider-2 {
  height: 70vh;
}

.slide-2 {
  background-image: url('../images/1432306184b04419be3b19557e4cb9b1.jpg');
  background-position: 50% 68%;
  background-size: 100%;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/FullSizeRender.jpg');
  background-position: 0px -53px;
  background-size: 180vh 100vh;
}

.slide-4 {
  background-image: url('../images/1432306184b04419be3b19557e4cb9b1.jpg');
  background-position: 50% 76%;
  background-size: 90vh;
}

.slider-3 {
  width: 90vh;
}

.slide-nav-2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/FullSizeRender.jpg');
  background-position: 50% 27%;
  background-size: 90vh;
}

.slider-4 {
  width: 70vh;
}

.section {
  margin-top: 84px;
}

.heading-16 {
  margin-top: 90px;
  color: #fff;
  text-align: center;
}

.select-field {
  width: 30vh;
}

.form {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.submit-button {
  display: inline;
  margin-top: 16px;
}

.text-block-4 {
  display: inline;
  margin-left: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 16px;
}

.select-field-2 {
  display: inline;
  width: 18vh;
}

.text-block-5 {
  display: inline;
  margin-left: 155px;
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 16px;
}

.select-field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vh;
  margin-top: -49px;
  margin-left: 258px;
}

.select-field-4 {
  width: 16vh;
  margin-top: -48px;
  margin-left: 388px;
}

.text-block-6 {
  display: inline;
  margin-left: 147px;
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 16px;
}

.select-field-5 {
  width: 30vh;
  margin-top: -48px;
  margin-left: 554px;
}

.text-block-7 {
  display: inline;
  margin-left: 114px;
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 16px;
}

.checkbox-field {
  width: 16vh;
  margin-top: -43px;
  margin-left: 798px;
}

.field-label {
  color: #818590;
}

.select-field-6 {
  width: 18vh;
  margin-top: -48px;
  margin-left: 807px;
}

.text-block-8 {
  width: 20vh;
  margin-left: 30px;
  color: #818590;
  font-size: 17px;
}

.text-field {
  width: 30vh;
  margin-top: 5px;
}

.text-block-9 {
  display: block;
  width: 30vh;
  margin-top: -23px;
  margin-left: 288px;
  font-family: 'Open Sans', sans-serif;
  color: #818590;
  font-size: 16px;
}

.select-field-7 {
  width: 30vh;
  margin-top: -48px;
  margin-left: 258px;
}

.image-5 {
  display: none;
  margin-top: 59px;
}

.image-6 {
  display: none;
}

.slider-5 {
  width: 110vh;
  height: 80vh;
  margin-top: 32px;
  margin-left: 153px;
}

.slide-6 {
  background-image: url('../images/1432306184b04419be3b19557e4cb9b1.jpg');
  background-position: 50% 50%;
  background-size: 110vh;
}

.mask-2 {
  position: relative;
}

.slide-7 {
  background-image: url('../images/FullSizeRender.jpg');
  background-position: 50% 50%;
  background-size: 110vh;
}

.slide-8 {
  background-image: url('../images/IMG_5760.JPG');
  background-position: 0px 0px;
  background-size: 110vh;
}

.paragraph-6 {
  display: block;
  margin-top: -93px;
}

.paragraph-7 {
  margin-top: -10px;
  line-height: 14px;
}

.form-2 {
  padding: 30px 15px 25px;
  border: 2px solid #959ea7;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .59);
}

.body-2 {
  border: 1px solid #78818a;
  border-radius: 4px;
}

.rental-name:focus {
  border: 1px solid #2786c2;
}

.text-span {
  display: block;
  margin-top: 15px;
  margin-bottom: 26px;
  font-size: 70px;
}

.hero-header-2 {
  display: block;
  min-height: 500px;
  margin-bottom: -16px;
  padding-top: 234px;
  text-align: center;
}

.heading-17 {
  top: 7px;
}

.paragraph-8 {
  padding-right: 23px;
  padding-left: 23px;
}

.heading-18 {
  padding-left: 25px;
}

.container-2 {
  display: block;
  margin-top: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  margin-top: -55px;
  margin-bottom: 11px;
  text-align: center;
}

.html-embed-2 {
  text-align: center;
}

.html-embed-3 {
  text-align: center;
}

.link-2 {
  font-weight: 400;
  text-decoration: underline;
}

.link-3 {
  font-weight: 400;
  text-decoration: underline;
}

.image-7 {
  display: none;
}

.heading-20 {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="display-none-on-load-side-bar-fixed-nav-bar"] {
  display: none;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="side-menu-display-none-on-load"] {
  display: none;
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

html.w-mod-js *[data-ix="slide-from-left-pens-holder-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="slide-from-right-coffe-on-load"] {
  opacity: 0;
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

html.w-mod-js *[data-ix="slide-from-right-mouse-on-load"] {
  opacity: 0;
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

html.w-mod-js *[data-ix="slide-from-right-eyeglasses-on-load"] {
  opacity: 0;
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

html.w-mod-js *[data-ix="slide-from-left-moleskine-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="down-keyboard-on-load"] {
  display: block;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="down-imac-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="show-up-from-left-box-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-up-from-right-box-on-scoll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="up-icon-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="bounce-icon-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="scale-up-icon-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="down-image-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="show-image-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-350px, 0px);
  -ms-transform: translate(-350px, 0px);
  transform: translate(-350px, 0px);
}

html.w-mod-js *[data-ix="show-image-from-right"] {
  opacity: 0;
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

html.w-mod-js *[data-ix="show-up-element-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-element-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-element-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-left-image-when-slider"] {
  opacity: 0;
  -webkit-transform: translate(-64px, 0px);
  -ms-transform: translate(-64px, 0px);
  transform: translate(-64px, 0px);
}

html.w-mod-js *[data-ix="show-up-right-image-when-slider"] {
  opacity: 0;
  -webkit-transform: translate(64px, 0px);
  -ms-transform: translate(64px, 0px);
  transform: translate(64px, 0px);
}

html.w-mod-js *[data-ix="show-up-left-image-when-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(-64px, 0px);
  -ms-transform: translate(-64px, 0px);
  transform: translate(-64px, 0px);
}

html.w-mod-js *[data-ix="down-image-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -55px);
  -ms-transform: translate(0px, -55px);
  transform: translate(0px, -55px);
}

html.w-mod-js *[data-ix="up-image-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 55px);
  -ms-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

html.w-mod-js *[data-ix="scale-up-image-on-load"] {
  opacity: 0;
  -webkit-transform: scale(0.88, 0.88);
  -ms-transform: scale(0.88, 0.88);
  transform: scale(0.88, 0.88);
}

html.w-mod-js *[data-ix="up-element-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="up-element-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="up-element-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="up-element-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="up-button-when-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="up-button-when-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="no-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

@media (max-width: 991px) {
  .button.outline.rigth-border {
    margin-bottom: 10px;
  }
  .content-section {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
  }
  .content-section.blue {
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .content-section.blue.testimonials-background {
    height: 100%;
    margin-top: 0px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .content-section.blue.how-we-work {
    position: relative;
  }
  .content-section.blue.book_container {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 0px;
  }
  .content-section.features {
    margin-top: 0px;
  }
  .content-section.services {
    padding-top: 0px;
  }
  .hero-section {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .slider {
    display: none;
    width: auto;
    float: none;
  }
  .title.white {
    text-align: left;
  }
  .title.white.centered {
    text-align: center;
  }
  .left-arrow {
    top: -86px;
  }
  .right-arrow {
    top: -86px;
  }
  .menu-link {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 23px;
    padding-bottom: 0px;
    border-width: 1px;
    border-color: #f4f4f4;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    text-align: center;
  }
  .menu-link:hover {
    border-style: none;
    background-color: #f4f4f4;
  }
  .menu-link.w--current {
    border-bottom-style: none;
  }
  .contact-us-block {
    box-shadow: none;
  }
  .content-wrapper {
    display: block;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .feature-box.heart {
    position: relative;
  }
  .how-we-work-column {
    text-align: justify;
  }
  .know-more-box {
    width: 100%;
    height: auto;
  }
  .play-button {
    position: relative;
  }
  .column-right {
    position: absolute;
    margin-top: 681px;
  }
  .mini-features {
    width: auto;
  }
  .browser {
    position: relative;
    left: -64px;
    top: 61px;
    width: 330%;
    float: left;
  }
  .portfolio-sample {
    width: 48%;
  }
  .team-member {
    width: 48%;
    float: left;
  }
  .bar {
    position: relative;
    width: 100%;
  }
  .text-bubble {
    width: 100%;
    height: 100%;
    padding-bottom: 9px;
  }
  .image.back.featured-design {
    top: -9px;
  }
  .image.front.featured-design {
    top: 9px;
  }
  .fixed-nav-bar {
    position: absolute;
  }
  .menu-bg.w--open {
    background-color: #f4f4f4;
  }
  .nav-menu-mobile {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
  }
  .screenshot-perspective-1 {
    position: relative;
    left: 0px;
    top: auto;
    right: 5px;
    bottom: 0px;
  }
  .column-2 {
    position: relative;
    margin-top: 65px;
  }
  .slide-nav {
    margin-bottom: 31px;
  }
  .back {
    right: -4%;
  }
  .pencils-and-red-moleskine {
    width: 28%;
  }
  .mouse {
    width: 86%;
    background-size: 12%;
  }
  .our-services-column {
    padding-right: 0px;
  }
  .screenshots-container {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .lightbox {
    margin-right: 15px;
    margin-left: 0px;
  }
  .why-us-slider {
    width: 100%;
  }
  .why-us-box {
    min-height: 0px;
  }
  .why-us-box.left-box {
    min-height: 0px;
  }
  .why-us-box.right-box {
    position: static;
    width: 100%;
  }
  .nav-menu-on-mobile {
    background-color: #fff;
  }
  .header-text {
    display: block;
    width: 90%;
  }
  .background-video {
    display: none;
  }
  .heading-15 {
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .html-embed-4 {
    margin-top: 20px;
  }
  .section-2 {
    height: 500px;
    background-image: url('../images/standby-driver-.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .column-3 {
    display: none;
  }
  .div-block-3 {
    display: none;
  }
}

@media (max-width: 767px) {
  p {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.outline.rigth-border {
    margin-top: 0px;
  }
  .button.right-border {
    margin-top: 0px;
  }
  .content-section {
    margin-top: 0px;
  }
  .content-section.blue {
    overflow: hidden;
  }
  .content-section.case-study {
    position: relative;
    overflow: hidden;
  }
  .title.white.centered {
    text-align: center;
  }
  .brand {
    float: left;
  }
  .numering.blue {
    margin-bottom: -19px;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .feature-box {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
  }
  .feature-box.heart {
    display: block;
    width: 85%;
    height: auto;
    margin-bottom: 0px;
  }
  .feature-box.browser-icon {
    width: 70%;
  }
  .how-we-work-column {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .know-more-box.video-box {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .column-right {
    margin-top: 780px;
  }
  .mini-features {
    max-width: 400px;
  }
  .mini-features-block {
    width: 50%;
    float: left;
    clear: none;
  }
  .laptop {
    position: relative;
    top: 769px;
    margin-bottom: 0px;
    float: right;
  }
  .browser {
    left: -66px;
    top: -17px;
    width: 190%;
  }
  .know-more-description {
    text-align: left;
  }
  .portfolio-sample {
    width: 45%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .portfolio-sample.small {
    width: 46%;
  }
  .team-member {
    float: none;
  }
  .skills-box {
    width: 100%;
  }
  .testimonials-slider {
    position: relative;
    display: block;
    margin-top: 70px;
    margin-left: 20%;
    padding-bottom: 90px;
  }
  .text-bubble {
    width: 100%;
    padding-bottom: 15px;
  }
  .testimonial {
    width: 100%;
    padding-left: 25px;
  }
  .testimonial-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25%;
    float: none;
  }
  .slide {
    overflow: hidden;
  }
  .image.front.featured-design {
    left: 46px;
    top: 15px;
  }
  .contact-information {
    float: none;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-bg {
    float: right;
  }
  .front {
    left: 13%;
    right: 0%;
  }
  .left-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .screenshots-sample {
    width: 47%;
  }
  .guy-support {
    top: 0px;
    display: block;
  }
  .back {
    margin-bottom: 10px;
    float: none;
  }
  .iphone-left {
    margin-bottom: 15px;
  }
  .iphone-right {
    left: 20%;
  }
  .imac-screen {
    position: relative;
    left: -46%;
    display: block;
    float: none;
  }
  .imac-container {
    width: 90%;
    min-width: auto;
    background-image: none;
  }
  .keyboard_holder {
    width: 50%;
    max-width: 350px;
    min-width: auto;
  }
  .our-services-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lightbox {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
  ._30-percent-column {
    display: none;
  }
  ._70-percent-column {
    width: 100%;
  }
  ._50-percent-column {
    width: 100%;
    margin-bottom: 60px;
  }
  ._50-percent-column.right {
    padding-left: 0px;
    border-left-style: none;
  }
  .section-2 {
    background-position: 50% 50%;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  body {
    overflow: visible;
  }
  p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.outline {
    margin-right: 15px;
  }
  .button.right-border {
    margin-bottom: 15px;
  }
  .content-section.blue {
    position: relative;
  }
  .content-section.blue.testimonials-background {
    height: 100%;
  }
  .content-section.blue.book_container {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .content-section.case-study {
    position: static;
    top: -110px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .content-section.features {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hero-section {
    display: inline-block;
    background-image: url('../images/standby-driver-.jpg');
    background-size: cover;
  }
  .slide-1 {
    display: inline-block;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .title.white.centered {
    text-align: center;
  }
  .right-arrow {
    margin-right: -18px;
  }
  .brand {
    position: static;
  }
  .content-wrapper {
    margin-top: 40px;
  }
  .content-wrapper.slide-1-hero {
    margin-bottom: 50px;
  }
  .numering.blue {
    margin-bottom: -32px;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .feature-box {
    display: block;
  }
  .h3 {
    margin-top: 10px;
  }
  .how-we-work-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-white {
    float: left;
  }
  .know-more-box {
    padding-top: 5px;
  }
  .know-more-box.video-box {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    float: left;
    text-align: center;
  }
  .play-button {
    left: 0%;
  }
  .link {
    position: relative;
    float: left;
  }
  .title-link {
    float: left;
  }
  .title-link.blue {
    float: none;
  }
  .column-right {
    margin-top: 1000px;
  }
  .mini-features-container {
    position: relative;
    z-index: 2;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mini-features {
    width: 69%;
    max-width: 300px;
  }
  .mini-features-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-dark-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }
  .browser {
    left: 0px;
    right: 0px;
  }
  .know-more-description {
    display: block;
    margin-right: 0px;
    padding: 15px 0px;
    float: left;
    text-align: left;
  }
  .featured-desings {
    height: 306px;
  }
  .portfolio-sample {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 91%;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .portfolio-sample.small {
    width: 100%;
  }
  .team-member {
    display: block;
    width: 100%;
  }
  .icon-holder {
    text-align: center;
  }
  .skills-box {
    text-align: left;
  }
  .skill-percentage-container {
    margin-top: 19px;
  }
  .testimonials-slider {
    margin-right: auto;
    margin-left: 20px;
    padding-left: 0px;
  }
  .testimonial {
    width: 100%;
  }
  .testimonial-wrapper {
    width: 100%;
    padding-right: 15%;
    padding-left: 3%;
  }
  .image.back.featured-design {
    position: static;
    float: left;
  }
  .contact-information {
    margin-top: 7px;
    padding-top: 14px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-link {
    float: none;
  }
  .fixed-nav-bar {
    display: block;
  }
  .front {
    left: 13%;
    height: 320px;
    margin-right: 20%;
    margin-left: 5%;
  }
  .left-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .screenshots-sample {
    width: 97%;
    margin-left: 0px;
  }
  .slide-nav {
    margin-bottom: -7px;
  }
  .guy-support {
    display: block;
    float: none;
  }
  .back {
    margin-bottom: 15px;
  }
  .iphone-left {
    left: 6%;
  }
  .iphone-right {
    left: 30%;
  }
  .imac-screen {
    left: -170px;
    width: 383px;
  }
  .keyboard_holder {
    width: 60%;
    margin-bottom: 0px;
  }
  .our-services-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lightbox {
    position: relative;
    margin-left: 0px;
  }
  .why-us-slider {
    clear: none;
  }
  .why-us-box.left-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .why-us-box.right-box {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    float: none;
  }
  .why-us-slide {
    padding-right: 1%;
    padding-left: 1%;
  }
  .navbar {
    display: block;
  }
  .flex-wrapper.space-between {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-text {
    width: 100%;
  }
  .hero-header-text {
    margin-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_7353.JPG');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_7353.JPG');
    background-position: 0px 0px, 50% 50%;
  }
  .social-button.right-border {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .background-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/2015-Tesla-Model-S-P85D-interior-view-02.jpg.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/2015-Tesla-Model-S-P85D-interior-view-02.jpg.jpeg');
    background-position: 0px 0px, 38% 50%;
    background-size: auto, cover;
  }
  .service-column {
    width: 100%;
  }
  .service-image-column {
    width: 100%;
  }
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-preview-image.big._3 {
    margin-bottom: 5px;
  }
  .portfolio-preview-image.big._2 {
    margin-bottom: 22px;
  }
  .portfolio-preview-image.big._1 {
    min-height: 300px;
    margin-bottom: 22px;
    padding-bottom: 0px;
  }
  .portfolio-preview-image.big._4 {
    margin-bottom: 51px;
  }
  .portfolio-preview-image.big._5 {
    margin-bottom: 31px;
  }
  .overlay {
    position: absolute;
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._70-percent-column.project {
    padding-left: 0px;
  }
  .slide-8 {
    display: block;
  }
  .hero-header-2 {
    margin-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_7353.JPG');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_7353.JPG');
    background-position: 0px 0px, 50% 50%;
  }
  .section-2 {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-image: url('../images/web-top2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image-7 {
    display: none;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-4 {
    font-weight: 400;
  }
  .heading-19 {
    display: inline-block;
  }
  .heading-20 {
    display: inline-block;
    margin-top: 68px;
    margin-right: 30px;
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
  }
}

