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 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  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-top: 0px;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #818590;
  font-size: 15px;
  line-height: 22px;
}

.button {
  display: block;
  width: 170px;
  height: 40px;
  margin-bottom: 15px;
  padding: 11px 15px;
  float: right;
  border-radius: 25px;
  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;
  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 {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: all 750ms ease-in;
  transition: all 750ms ease-in;
}

.button.outline:hover {
  border-color: #fff;
  background-color: transparent;
  opacity: 0.7;
  color: #fff;
}

.button.outline.left {
  margin-top: 0px;
  float: left;
  opacity: 1;
  -webkit-transition: background-color 350ms ease-in, border-color 350ms ease-in;
  transition: background-color 350ms ease-in, border-color 350ms ease-in;
  color: #fff;
  font-size: 11px;
}

.button.outline.left:hover {
  border-color: transparent;
  background-color: #2786c2;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
}

.button.features {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  float: none;
  background-color: #019ade;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
  font-size: 11px;
}

.button.features:hover {
  background-color: #2677ad;
}

.button.features.w--current {
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 12px;
}

.button.dark-blue {
  margin-top: 15px;
  background-color: #2677ad;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
  font-size: 11px;
}

.button.dark-blue:hover {
  background-color: #1e5d87;
}

.button.dark-blue.left-justify {
  float: left;
  background-color: #822e2f;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

.button.dark-blue.left-justify:hover {
  background-color: #b65051;
}

.button.submit {
  margin-bottom: 0px;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
  font-size: 11px;
}

.button.side-bar {
  margin-top: 8px;
  float: left;
  -webkit-transition: background-color 750ms ease-in;
  transition: background-color 750ms ease-in;
  font-size: 11px;
}

.button.facebook {
  width: 227px;
  margin-right: 25px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #3b5999;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.button.facebook:hover {
  background-color: #31497d;
}

.button.facebook.left {
  float: left;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  font-size: 11px;
}

.button.twitter {
  width: 227px;
  margin-right: 25px;
  float: none;
  border-radius: 5px;
  background-color: #55acee;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.button.twitter:hover {
  background-color: #4e92c7;
}

.button.right {
  float: right;
  background-color: #822e2f;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  font-size: 11px;
}

.button.right:hover {
  background-color: #963738;
}

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

.button.centered.submit {
  margin-top: 15px;
}

.button.centered.submit.ruby {
  background-color: #832d2e;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

.button.centered.submit.ruby:hover {
  background-color: #b43c3d;
}

.button.floated-left {
  float: left;
}

.content-section {
  padding-top: 115px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(42, 42, 42, .14), rgba(42, 42, 42, .14));
  background-image: linear-gradient(180deg, rgba(42, 42, 42, .14), rgba(42, 42, 42, .14));
  box-shadow: 0 2px 3px 0 hsla(0, 0%, 53%, .64);
}

.content-section.blue {
  overflow: hidden;
  height: auto;
  padding-top: 138px;
  padding-bottom: 100px;
  background-color: #019ade;
}

.content-section.blue.portfolio {
  height: 100%;
}

.content-section.blue.testimonials-background {
  padding-top: 96px;
  background-color: #2786c2;
}

.content-section.blue.map {
  padding-top: 73px;
  background-color: #822e2f;
}

.content-section.blue.how-we-work {
  padding-top: 90px;
  padding-bottom: 0px;
}

.content-section.big-screen-shot {
  position: static;
  display: block;
  overflow: hidden;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-image: none;
}

.content-section.case-study {
  padding: 60px 10px 1px;
}

.content-section.case-study._2 {
  padding-top: 23px;
}

.content-section.more-projects {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.content-section._2 {
  padding-top: 85px;
  background-image: none;
}

.hero-section {
  position: relative;
  z-index: 4;
  height: auto;
  padding-bottom: 0px;
  background-image: url('../images/bg-hd.jpg');
  background-size: 56px;
  background-repeat: repeat-x;
  text-align: center;
}

.mask {
  height: 575px;
}

.slider {
  height: 575px;
  margin-top: 0px;
}

.slide-1 {
  overflow: hidden;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/photo-1460925895917-afdab827c52f.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/photo-1460925895917-afdab827c52f.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.title {
  margin-top: -2px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #822e2f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.title.white {
  position: relative;
  margin-top: 4px;
  color: #fff;
  font-weight: 400;
}

.title.white.company {
  float: left;
}

.title.white.social-button {
  margin-top: 0px;
  font-size: 11px;
}

.title.white.tags {
  margin-top: 0px;
  font-size: 11px;
}

.title.title-in-video-box {
  color: #fff;
  text-align: justify;
}

.title.title-in-mini-features {
  position: relative;
  left: 40px;
  top: -23px;
  margin-top: 0px;
  float: left;
  clear: both;
  text-align: left;
}

.title.title-in-mini-features.extended-box {
  left: 52px;
}

.title.portfolio {
  margin-top: 15px;
  margin-bottom: 5px;
}

.title.portfolio:hover {
  text-decoration: underline;
}

.title.member {
  margin-top: 15px;
  margin-bottom: 5px;
}

.title.side-menu-bar {
  margin-top: -12px;
  margin-bottom: 13px;
  padding-bottom: 0px;
}

.title.why-us {
  margin-top: 14px;
}

.title.services {
  color: #822e2f;
  font-size: 22px;
}

.h1 {
  display: block;
  margin: 10px auto 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
}

.sub-heading {
  display: block;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  font-weight: 300;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #000;
}

.h1-light-text {
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 54px;
  font-weight: 300;
  text-shadow: 0 1px 0 #000;
}

.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 {
  padding-bottom: 0px;
}

.menu-link {
  height: 67px;
  margin-right: 33px;
  padding-top: 29px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #454545;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #822e2f;
}

.menu-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: #822e2f;
}

.contact-us-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  width: 85px;
  height: 80px;
  padding: 29px;
  background-color: #f4f4f4;
  background-image: url('../images/mail-icon.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.content-wrapper {
  text-align: center;
}

.content-wrapper.slide-1-hero {
  margin-top: 206px;
}

.content-wrapper.slide-2-hero {
  margin-top: 206px;
}

.numering {
  position: static;
  margin-bottom: -19px;
  font-family: Montserrat, sans-serif;
  color: #f4f4f4;
  font-size: 181px;
  font-weight: 400;
}

.numering.blue {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -19px;
  color: #2786c2;
}

.numering.blue.centered.ruby {
  color: #9c494a;
}

.numering._03 {
  margin-bottom: -19px;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #822e2f;
  font-size: 44px;
  line-height: 50px;
}

.h2.white {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.h2.why-us {
  margin-top: 5px;
  margin-bottom: 8px;
}

.h2.case-study {
  margin-top: -7px;
  margin-bottom: 53px;
  color: #fff;
}

.h2-light-text {
  font-size: 44px;
  font-weight: 300;
}

.feature-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 70px;
  line-height: 25px;
  text-align: center;
}

.feature-box.heart {
  background-image: none;
}

.feature-box.browser-icon {
  position: relative;
  padding-bottom: 20px;
  background-image: none;
}

.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.our-services {
  width: 100%;
  margin-top: 0px;
}

.h3.h3-features {
  margin-top: 10px;
  line-height: 25px;
  text-align: center;
}

.h3.centered {
  margin-top: 0px;
  text-align: center;
}

.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: 0px;
  padding-top: 51px;
}

.h3.case-study._1 {
  padding-top: 0px;
}

.h3.other-projects {
  margin-top: 10px;
  text-align: center;
}

.h3-light-text {
  font-weight: 300;
}

.how-we-work-column {
  text-align: left;
}

.white {
  color: #fff;
}

.white.testimonial {
  margin-top: 16px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.white.testimonial.light-text {
  margin-top: 6px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  font-weight: 400;
  text-align: left;
}

.paragraph-white {
  display: inline-block;
  float: left;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}

.paragraph-white.centered {
  padding-right: 21px;
  padding-left: 21px;
  float: none;
  text-align: center;
}

.know-more-box {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 0px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 0px;
  float: left;
  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 {
  padding-top: 25px;
}

.play-button {
  position: relative;
  left: 30%;
  top: -79%;
  bottom: 125px;
  opacity: 0.76;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

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

.link {
  margin-top: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-arrow {
  position: relative;
  left: 10px;
  top: 6px;
  float: left;
  background-color: transparent;
}

.title-link {
  float: left;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.blue {
  padding-left: 0px;
  color: #3299db;
  font-weight: 700;
}

.title-link.blue.infra {
  padding-left: 0px;
  color: #822e2f;
}

.title-link.blue.security {
  padding-left: 0px;
  color: #822e2f;
}

.title-link.blue.stationery {
  padding-left: 0px;
}

.title-link.blue.apps {
  padding-left: 30px;
  color: #822e2f;
}

.mini-features-container {
  position: relative;
  top: 39px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mini-features {
  position: relative;
  z-index: 8;
  display: block;
  width: 91%;
  height: 80px;
  margin-top: -81px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 45px;
  background-color: #fff;
}

.mini-features-block {
  position: relative;
  width: 33.33%;
  height: 61px;
  margin-top: 13px;
  margin-right: 0px;
  padding-left: 28px;
  float: left;
  clear: none;
}

.mini-features-block.mid {
  padding-left: 0px;
}

.mini-features-icon {
  margin-right: 5px;
  padding-top: 2px;
  float: left;
}

.h4 {
  margin-top: 0px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #822e2f;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.h4._1 {
  margin-top: 18px;
  color: #822e2f;
}

.h4._2 {
  margin-top: 0px;
  padding-left: 10px;
  color: #822e2f;
}

.h4-light-text {
  font-weight: 300;
}

.paragraph-dark-text {
  padding-left: 0px;
  line-height: 24px;
}

.paragraph-dark-text.skills {
  text-align: justify;
}

.paragraph-dark-text.testimonials {
  padding-right: 0px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.paragraph-dark-text.case-study {
  margin-top: 0px;
  font-weight: 400;
  text-align: left;
}

.paragraph-dark-text.case-study.list {
  padding-left: 10px;
  color: #2786c2;
  line-height: 31px;
  font-weight: 700;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.paragraph-dark-text.case-study._2 {
  padding-top: 80px;
}

.laptop {
  max-width: 2000px;
  margin-top: 150px;
  float: right;
}

.features-icon {
  padding-top: 16px;
}

.features-icon.screen {
  padding-top: 22px;
}

.features-icon.code {
  margin-top: -6px;
  padding-top: 40px;
}

.browser {
  max-width: 2000px;
}

.paragraph-white-text {
  color: #fff;
  line-height: 24px;
  text-align: justify;
}

.featured-desings {
  width: 265px;
  margin-right: 10px;
  float: left;
}

.portfolio-sample {
  width: 30.33%;
  margin-top: 45px;
  margin-right: 14px;
  margin-left: 14px;
  float: left;
}

.portfolio-sample.more-projects {
  position: relative;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.subtitle {
  font-family: Raleway, sans-serif;
  color: #616161;
  font-weight: 400;
}

.sample-content {
  width: 220px;
  padding-right: 8px;
  padding-left: 12px;
  font-family: Raleway, sans-serif;
  color: #616161;
  font-size: 15px;
  text-align: left;
}

.sample-content.main-page {
  position: static;
  width: 100%;
  float: none;
}

.portfolio-link {
  text-decoration: none;
}

.portfolio-works {
  margin-top: 22px;
  margin-bottom: 55px;
  text-align: left;
}

.team-member {
  position: relative;
  width: 30%;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 60px;
  float: left;
  background-color: #fff;
  text-align: center;
}

.team-profiles {
  margin-top: 60px;
  margin-bottom: 55px;
  text-align: center;
}

.social-icons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 57px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #eee;
}

.social-icon {
  position: relative;
  margin-right: 10px;
  float: left;
}

.team-member-description {
  margin-bottom: 33px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 23px;
}

.skills-container {
  margin-top: 102px;
}

.icon-holder {
  width: 67px;
  height: 67px;
  margin-top: 21px;
  margin-right: 22px;
  margin-bottom: 94px;
  padding-top: 17px;
  padding-bottom: 17px;
  float: left;
  border-radius: 50%;
  background-color: #3299db;
}

.skills-box {
  width: 95%;
  padding-bottom: 10px;
}

.skills-box.top-and-bottom-dividers {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.featured-skills-column {
  border-right: 1px solid #e7e7e7;
}

.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%;
}

.bar.blue.art-direction {
  width: 85%;
}

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

.skill-percentage-container {
  height: auto;
}

.testimonials-slider {
  height: auto;
  margin-top: 71px;
  padding-bottom: 70px;
  clear: none;
  background-color: #019ade;
}

.text-bubble {
  position: relative;
  width: 100%;
  padding: 16px 21px;
  border-radius: 10px;
  background-color: #fff;
}

.testimonial-person {
  margin-top: 28px;
  float: none;
}

.testimonial-picture {
  margin-right: 14px;
  float: left;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #e7e7e7;
}

.light-text {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.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%;
  float: left;
}

.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-position: 4px 2px;
  background-size: 18px;
}

.contact-text.address {
  background-size: 16px;
}

.contact-text.pin {
  background-size: 16px;
}

.contact-text.email {
  background-image: url('../images/Blue-email-icon.png');
  background-size: 18px;
}

.contact-us-wrapper {
  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;
  float: left;
  border-style: none;
  border-top-width: 1px;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: Raleway, sans-serif;
}

.input-box:focus {
  border-color: #019ade #019ade #019ade rgba(1, 154, 222, .4);
  border-bottom-width: 1px;
  box-shadow: inset 0 1px 16px 1px hsla(0, 0%, 41%, .12);
}

.input-box.message {
  height: 110px;
}

.input-box.message.side-bar {
  height: 85px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.input-box.message.big-form {
  padding-top: 18px;
}

.input-box.side-menu-bar {
  height: 49px;
  margin-top: 11px;
  margin-bottom: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-text {
  padding-top: 20px;
  padding-bottom: 21px;
  font-family: Montserrat, sans-serif;
  color: #ff7000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-link {
  font-family: Raleway, sans-serif;
  color: #818590;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.icon {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.icon.smaller {
  width: 100%;
  margin-top: 0px;
}

.icon.stationery {
  width: 100%;
  margin-top: 13px;
  margin-left: 0px;
  padding-left: 0px;
}

.icon.app {
  width: 65%;
}

.services-block {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: left;
}

.services-block.top-and-bottom-dividers {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.features {
  padding-top: 1px;
}

.our-services {
  text-align: justify;
}

.our-services.list {
  padding-left: 30px;
  color: #822e2f;
  line-height: 28px;
}

.our-services-heading-block {
  padding-left: 0%;
  text-align: left;
}

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

.side-menu-bar.welcome-text {
  margin-bottom: 0px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 21px;
}

.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;
}

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

.screenshot-perspective-3 {
  position: absolute;
  left: 8px;
  top: 281px;
  max-width: 2000px;
  float: left;
}

.screenshot-perspective-2 {
  position: absolute;
  left: 10px;
  top: 91px;
  max-width: 2000px;
}

.screenshot-perspective-1 {
  position: absolute;
  left: 5px;
  top: -103px;
  max-width: 1995px;
  margin-top: 162px;
  padding-left: 71px;
}

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

.filter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 500px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), transparent 38%, rgba(0, 0, 0, .77));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), transparent 38%, rgba(0, 0, 0, .77));
}

.case-study-row {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
}

.outline-bg {
  position: relative;
  top: -26px;
  height: 38px;
  margin-right: 13px;
  margin-bottom: 13px;
  padding: 6px 21px 0px;
  float: left;
  border: 3px solid #fff;
  border-radius: 25px;
}

.case-study-section {
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
}

.case-study-description {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 65px;
  margin-left: 0px;
  padding: 23px 5px 8px 8px;
  text-align: left;
}

.case-study-description.top-divider {
  border-top: 1px solid #f4f4f4;
}

.case-study-description.network-security {
  margin-bottom: 0px;
}

.case-study-description.tittled {
  margin-bottom: 157px;
  padding-bottom: 18px;
}

.case-study-description.card-reader {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 70px;
}

.description {
  margin-top: 6px;
}

.column-1 {
  padding-right: 1%;
  padding-left: 1%;
}

.case-study-heading {
  padding-top: 18px;
}

.screenshots-sample {
  width: 30%;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 14px;
  float: right;
}

.screenshots {
  margin-top: 22px;
}

.slider-more-projects {
  height: auto;
  padding-bottom: 110px;
  background-color: #f5f5f5;
}

.slide-nav {
  margin-bottom: 52px;
}

.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;
}

.learn-more {
  width: 100%;
  height: 66px;
  margin-top: 11px;
  padding-top: 14px;
  padding-bottom: 14px;
  float: left;
  border-top: 1px solid #f4f6f5;
}

.learn-more.spacing {
  height: auto;
  padding-bottom: 0px;
  float: left;
}

.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;
}

.learn-more-buttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.facebook-icon {
  position: relative;
  left: -8px;
  top: -3px;
  bottom: 0px;
  float: left;
}

.imac-container {
  position: relative;
  display: block;
  width: 40%;
  height: 23%;
  min-width: 595px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0%;
  background-image: url('../images/imac_1.png');
  background-position: 50% 48%;
  background-size: 600px;
  background-repeat: no-repeat;
  text-align: center;
}

.wireless-keyboard {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20%;
  height: 30%;
  min-width: 296px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Apple-Wireless-Keyboard.png');
  background-position: 50% 50%;
  background-size: 340px;
  background-repeat: no-repeat;
}

.pens-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 27%;
  background-image: url('../images/pen-holder.png');
  background-position: 100% 100%;
  background-size: 135px;
  background-repeat: no-repeat;
}

.pencils-and-red-moleskine {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 33%;
  height: 26%;
  background-image: url('../images/pencils-and-moleskine.png');
  background-position: 100% 0px;
  background-size: 190px;
  background-repeat: no-repeat;
}

.coffe-cup {
  position: absolute;
  width: 86%;
  height: 30%;
  background-image: url('../images/Coffe.png');
  background-position: 100% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
}

.mouse {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 74%;
  height: 26%;
  background-image: url('../images/Magic-Mouse.png');
  background-position: 100% 0px;
  background-size: 115px;
  background-repeat: no-repeat;
}

.black-eyeglasses {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 22%;
  height: 19%;
  background-image: url('../images/Eyeglasses.png');
  background-position: 0px 0px;
  background-size: 203px;
  background-repeat: no-repeat;
}

.find-us {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  margin-top: 0%;
  margin-bottom: 8px;
  margin-left: 20px;
  padding-bottom: 3%;
}

.sucess-message {
  padding-top: 20px;
}

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

.header-container {
  height: 405px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/31606175_xxl.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/31606175_xxl.jpg');
  background-position: 0px 0px, 50% 79%;
  background-size: auto, cover;
}

.case-study-header-container {
  position: static;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.text-links {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #3299db;
  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;
  width: 100%;
  min-width: 0%;
  padding-right: 15px;
  padding-bottom: 10px;
  float: right;
  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;
  float: left;
}

.why-us-text-container {
  width: 100%;
  margin-top: 5px;
  margin-left: 10px;
  padding-right: 20px;
  float: none;
}

.why-us-paragraph {
  text-align: left;
}

.why-us-slide {
  padding-right: 7%;
  padding-left: 5%;
}

.why-us-slide._2 {
  padding-right: 5%;
}

.other-project-slide {
  padding-right: 7%;
  padding-left: 5%;
}

.slide-test {
  height: 575px;
  background-image: url('../images/Dot-pattern.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/36892839_xxl.jpg');
  background-image: url('../images/Dot-pattern.png'), linear-gradient(180deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/36892839_xxl.jpg');
  background-position: 0% 0%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.navbar {
  display: block;
  height: 80px;
  padding-top: 0px;
  background-color: #fff;
}

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

.nav-container {
  margin-bottom: 0px;
}

.services-header-wrapper {
  padding-top: 259px;
}

.home-button {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

.home-block {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 16px 13px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 9px;
  background-color: #2786c2;
}

.text {
  margin-top: 2px;
  padding-bottom: 0px;
  padding-left: 18px;
  font-family: Raleway, sans-serif;
  color: #2786c2;
  text-decoration: underline;
}

.westbrook {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #ff7000;
  font-size: 11px;
}

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-left-pens-holder-on-load-2"] {
  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="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);
}

@media (max-width: 991px) {
  .content-section {
    overflow: hidden;
    width: 100%;
  }
  .content-section.blue {
    overflow: hidden;
  }
  .content-section.blue.portfolio {
    height: 100%;
    padding-bottom: 140px;
  }
  .content-section.blue.testimonials-background {
    height: 100%;
    padding-bottom: 140px;
  }
  .content-section.blue.how-we-work {
    position: relative;
  }
  .content-section.more-projects {
    padding-bottom: 80px;
  }
  .hero-section {
    overflow: hidden;
  }
  .title.white {
    text-align: left;
  }
  .title.white.centered {
    text-align: center;
  }
  .title.white.social-button {
    text-align: center;
  }
  .h1 {
    margin-top: 26px;
    font-size: 34px;
  }
  .sub-heading {
    width: 80%;
    font-size: 25px;
  }
  .h1-light-text {
    font-size: 34px;
    line-height: 38px;
  }
  .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.slide-1-hero {
    margin-top: -48px;
  }
  .numering.blue {
    color: #4894c4;
    text-align: left;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .h2.white {
    text-align: left;
  }
  .h2.white.centered {
    text-align: center;
  }
  .h2.case-study {
    margin-top: 0px;
  }
  .feature-box.heart {
    position: relative;
  }
  .h3.other-projects {
    margin-top: 10px;
  }
  .how-we-work-column {
    text-align: justify;
  }
  .white.testimonial.light-text {
    padding-left: 0px;
    float: left;
  }
  .know-more-box {
    width: 100%;
    height: auto;
  }
  .play-button {
    position: relative;
  }
  .column-right {
    position: absolute;
    margin-top: 681px;
  }
  .mini-features-container {
    padding-right: 29px;
    padding-left: 29px;
  }
  .mini-features {
    width: auto;
  }
  .mini-features-block {
    min-width: 181px;
    padding-left: 25px;
  }
  .h4 {
    font-size: 12px;
  }
  .h4._2 {
    font-size: 12px;
  }
  .paragraph-dark-text.skills {
    padding-right: 0px;
  }
  .paragraph-dark-text.testimonials {
    padding-right: 0px;
  }
  .browser {
    position: relative;
    left: -64px;
    top: 61px;
    width: 330%;
    float: left;
  }
  .portfolio-sample {
    width: 45.33%;
  }
  .portfolio-sample.more-projects {
    display: block;
    width: 60%;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sample-content {
    width: 100%;
  }
  .team-member {
    display: block;
    width: 48%;
    min-height: 620px;
    margin-right: 14px;
    margin-left: 0px;
    float: left;
  }
  .team-profiles {
    text-align: center;
  }
  .icon-holder {
    margin-bottom: 109px;
  }
  .skills-box {
    padding-bottom: 10px;
  }
  .bar {
    position: relative;
    width: 100%;
  }
  .skills-column-right {
    padding-right: 22px;
    padding-left: 22px;
  }
  .text-bubble {
    width: 100%;
    height: 100%;
    padding-bottom: 9px;
  }
  .image.back.featured-design {
    top: -9px;
  }
  .image.front.featured-design {
    top: 9px;
  }
  .icon {
    margin-top: 25px;
  }
  .our-services-heading-block {
    padding-left: 0%;
  }
  .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;
  }
  .case-study-row {
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
  }
  .slider-more-projects {
    height: auto;
    min-width: 0px;
    padding-bottom: 80px;
  }
  .slide-nav {
    margin-bottom: 31px;
  }
  .back {
    right: -4%;
  }
  .imac-container {
    display: block;
    height: 42%;
    background-image: url('../images/imac.png');
  }
  .wireless-keyboard {
    width: 45%;
  }
  .pencils-and-red-moleskine {
    width: 28%;
  }
  .mouse {
    width: 86%;
  }
  .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;
  }
}

@media (max-width: 767px) {
  p {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    margin-top: 43px;
  }
  .button.outline.left {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.outline.left.w--current {
    width: 140px;
  }
  .button.submit {
    margin-right: 0px;
  }
  .button.facebook.left {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.right {
    display: block;
    width: 227px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.right.w--current {
    width: 140px;
  }
  .content-section {
    padding-top: 75px;
  }
  .content-section.blue {
    overflow: hidden;
    padding-top: 101px;
    padding-bottom: 11px;
  }
  .content-section.blue.testimonials-background {
    padding-top: 76px;
    padding-bottom: 0px;
  }
  .content-section.case-study {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
  }
  .content-section._2 {
    padding-top: 63px;
    padding-bottom: 0px;
  }
  .title.white.centered {
    text-align: center;
  }
  .h1 {
    margin-top: 4px;
    font-size: 32px;
    line-height: 43px;
  }
  .sub-heading {
    font-size: 21px;
    line-height: 37px;
  }
  .h1-light-text {
    font-size: 36px;
  }
  .brand {
    float: left;
  }
  .content-wrapper {
    padding: 15px;
  }
  .content-wrapper.slide-1-hero {
    margin-top: -66px;
  }
  .numering.blue {
    margin-bottom: -19px;
    color: #529ece;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .h2 {
    font-size: 42px;
  }
  .h2.white.centered {
    text-align: center;
  }
  .h2.why-us {
    margin-top: 10px;
    line-height: 49px;
  }
  .feature-box {
    display: block;
    width: 85%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .feature-box.heart {
    display: block;
    width: 85%;
    height: auto;
    margin-top: 14px;
  }
  .feature-box.browser-icon {
    margin-top: 14px;
  }
  .h3.our-services {
    margin-top: 5px;
  }
  .h3.h3-features {
    text-align: center;
  }
  .h3.other-projects {
    margin-top: 10px;
  }
  .how-we-work-column {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .paragraph-white.centered {
    padding-right: 35px;
    padding-left: 35px;
  }
  .know-more-box.video-box {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .column-right {
    margin-top: 780px;
  }
  .mini-features-container {
    padding-left: 29px;
  }
  .mini-features {
    position: absolute;
    left: 55px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    width: 84%;
    height: 70px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .mini-features-block {
    display: block;
    width: 50%;
    min-width: 190px;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
    clear: none;
  }
  .h4._2 {
    font-size: 11px;
  }
  .paragraph-dark-text.case-study._2 {
    padding-top: 0px;
  }
  .laptop {
    position: relative;
    top: 769px;
    margin-bottom: 0px;
    float: right;
  }
  .browser {
    left: -66px;
    top: -17px;
    width: 190%;
  }
  .paragraph-white-text {
    padding-right: 0px;
  }
  .know-more-description {
    margin-right: 10px;
    text-align: left;
  }
  .portfolio-sample {
    width: 45%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .portfolio-sample.more-projects {
    width: 60%;
  }
  .portfolio-works {
    padding-left: 4%;
  }
  .team-member {
    position: relative;
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .team-profiles {
    margin-top: 70px;
  }
  .skills-container {
    margin-top: 70px;
  }
  .skills-box {
    width: 100%;
  }
  .featured-skills-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonials-slider {
    position: relative;
    display: block;
    margin-top: 70px;
    margin-left: 0%;
    padding-bottom: 42px;
  }
  .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: 12%;
    padding-left: 12%;
    float: none;
  }
  .slide {
    overflow: hidden;
  }
  .image.front.featured-design {
    left: 46px;
    top: 15px;
  }
  .contact-information {
    float: none;
  }
  .contact-us-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding: 28px 15px 6px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon {
    width: 30%;
    margin-bottom: 20px;
  }
  .icon.smaller {
    width: 30%;
  }
  .icon.app {
    width: 35%;
    margin-bottom: 0px;
  }
  .services-block {
    padding-top: 2px;
  }
  .services-block.top-and-bottom-dividers {
    padding-bottom: 0px;
  }
  .our-services-heading-block {
    margin-bottom: 31px;
    padding-left: 6%;
  }
  .menu-bg {
    float: right;
  }
  .front {
    left: 13%;
    right: 0%;
  }
  .left-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .screenshot-perspective-1 {
    max-width: 1995px;
    margin-top: -51px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .case-study-row {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .case-study-section {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .case-study-description {
    display: block;
    width: 81%;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    text-align: center;
  }
  .case-study-description.tittled {
    margin-bottom: 0px;
  }
  .case-study-description.card-reader {
    width: 80%;
    padding-top: 0px;
  }
  .description {
    padding-left: 0px;
  }
  .case-study-heading {
    padding-bottom: 0px;
  }
  .screenshots-sample {
    width: 47%;
  }
  .column-case-study {
    top: 21px;
  }
  .guy-support {
    top: 0px;
    display: block;
  }
  .back {
    margin-bottom: 10px;
    float: none;
  }
  .learn-more {
    width: 99%;
    margin-top: 23px;
  }
  .learn-more.spacing {
    width: 99%;
    margin-top: 23px;
  }
  .iphone-left {
    margin-bottom: 15px;
  }
  .iphone-right {
    left: 20%;
  }
  .imac-screen {
    position: relative;
    left: -46%;
    display: block;
    float: none;
  }
  .imac-container {
    width: 49%;
    height: 37%;
    min-width: 489px;
    background-position: 50% 50%;
    background-size: 475px;
  }
  .wireless-keyboard {
    background-size: 308px;
  }
  .our-services-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lightbox {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .services-header-wrapper {
    padding-top: 232px;
    padding-left: 27px;
  }
}

@media (max-width: 479px) {
  body {
    overflow: visible;
  }
  p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    position: relative;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
  }
  .button.facebook {
    margin-right: 0px;
  }
  .button.facebook.left {
    margin-top: 0px;
  }
  .button.twitter {
    margin-right: 0px;
  }
  .button.right {
    display: block;
    width: 227px;
    margin: 0px auto 15px;
  }
  .content-section {
    padding-top: 62px;
  }
  .content-section.blue {
    position: relative;
  }
  .content-section.blue.portfolio {
    height: 100%;
  }
  .content-section.blue.testimonials-background {
    height: 100%;
    padding-bottom: 0px;
  }
  .content-section.blue.map {
    padding-bottom: 21px;
  }
  .content-section.big-screen-shot {
    background-position: -229px 69%;
  }
  .content-section.case-study {
    position: static;
    top: -110px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .content-section.case-study._2 {
    margin-bottom: 1px;
    padding-top: 0px;
  }
  .content-section._2 {
    padding-top: 82px;
    padding-bottom: 1px;
  }
  .hero-section {
    height: 574px;
  }
  .slider {
    height: 575px;
  }
  .title {
    margin-top: 37px;
  }
  .title.white.centered {
    text-align: center;
  }
  .title.title-in-video-box {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .title.case-study {
    margin-top: 8px;
  }
  .h1 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 42px;
  }
  .sub-heading {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 25px;
  }
  .h1-light-text {
    font-size: 31px;
    line-height: 42px;
  }
  .right-arrow {
    margin-right: -18px;
  }
  .brand {
    position: static;
  }
  .content-wrapper {
    margin-top: 0px;
    padding-top: 5px;
  }
  .content-wrapper.slide-1-hero {
    margin-top: 129px;
  }
  .content-wrapper.slide-2-hero {
    margin-top: 171px;
  }
  .numering {
    margin-top: 5px;
    padding-bottom: 57px;
  }
  .numering.blue {
    text-align: left;
  }
  .numering.blue.centered {
    text-align: center;
  }
  .h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .h2.white {
    line-height: 45px;
  }
  .h2.white.centered {
    font-size: 27px;
    text-align: center;
  }
  .h2.why-us {
    font-size: 40px;
    line-height: 46px;
  }
  .h2.our-services-heading {
    font-size: 36px;
  }
  .h2.case-study {
    font-size: 38px;
  }
  .h2-light-text {
    font-size: 27px;
    line-height: 34px;
  }
  .feature-box {
    display: block;
    margin-top: 21px;
    padding-bottom: 23px;
  }
  .h3 {
    margin-top: 10px;
  }
  .h3.our-services {
    display: block;
    width: 80%;
    margin-left: 31px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .how-we-work-column {
    text-align: center;
  }
  .paragraph-white {
    float: left;
  }
  .paragraph-white.centered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .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;
  }
  .column-right {
    margin-top: 1000px;
  }
  .mini-features-container {
    position: relative;
    z-index: 2;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mini-features {
    position: absolute;
    left: 53px;
    top: 53px;
    bottom: 0px;
    z-index: 1004;
    width: 69%;
    margin-top: -77px;
    padding-right: 0px;
    padding-left: 25px;
  }
  .mini-features-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .paragraph-dark-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }
  .paragraph-dark-text.case-study._2 {
    padding-top: 0px;
  }
  .browser {
    left: 0px;
    right: 0px;
  }
  .know-more-description {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    text-align: left;
  }
  .featured-desings {
    height: 306px;
  }
  .portfolio-sample {
    width: 91%;
  }
  .portfolio-sample.more-projects {
    width: 90%;
    margin: 35px auto 0px;
  }
  .sample-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-works {
    margin-top: 45px;
  }
  .team-member {
    width: 91%;
    min-height: 570px;
    padding-bottom: 60px;
  }
  .skills-container {
    margin-top: 65px;
  }
  .icon-holder {
    text-align: center;
  }
  .skills-box {
    text-align: left;
  }
  .skills-column-right {
    margin-top: 13px;
    padding-right: 15px;
  }
  .skill-percentage-container {
    margin-top: 19px;
  }
  .testimonials-slider {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .testimonial {
    width: 100%;
  }
  .testimonial-wrapper {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .image.back.featured-design {
    position: static;
    float: left;
  }
  .contact-information {
    margin-top: 7px;
    padding-top: 14px;
  }
  .contact-us-wrapper {
    margin-top: 27px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-link {
    float: none;
  }
  .icon {
    display: block;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    float: none;
  }
  .icon.smaller {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .icon.app {
    width: 34%;
  }
  .services-block {
    margin-top: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .services-block.top-and-bottom-dividers {
    margin-bottom: 15px;
    padding-top: 22px;
    padding-bottom: 0px;
  }
  .our-services {
    float: left;
  }
  .our-services-heading-block {
    padding-left: 0px;
    text-align: center;
  }
  .front {
    left: 13%;
    height: 320px;
    margin-right: 20%;
    margin-left: 5%;
  }
  .left-column {
    padding-right: 20px;
  }
  .case-study-description {
    margin-bottom: 20px;
  }
  .case-study-description.network-security {
    padding-top: 0px;
  }
  .case-study-description.tittled {
    margin-bottom: 10px;
    padding-top: 9px;
  }
  .case-study-description.card-reader {
    padding-top: 0px;
  }
  .column-1 {
    position: static;
    z-index: 0;
  }
  .case-study-heading {
    margin-top: 0px;
  }
  .screenshots-sample {
    width: 97%;
  }
  .slide-nav {
    margin-bottom: -7px;
  }
  .column-case-study {
    top: 21px;
    padding-right: 0px;
  }
  .guy-support {
    display: block;
    float: none;
  }
  .back {
    margin-bottom: 15px;
  }
  .learn-more {
    height: 62px;
    margin-top: 0px;
    padding-top: 9px;
    border-top-style: none;
  }
  .learn-more.spacing {
    margin-top: 22px;
    margin-bottom: 10px;
    border-top-style: solid;
    border-top-color: #e7e7e7;
  }
  .iphone-left {
    left: 6%;
  }
  .iphone-right {
    left: 30%;
  }
  .imac-screen {
    left: -170px;
    width: 383px;
  }
  .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%;
  }
  .services-header-wrapper {
    padding-top: 149px;
  }
  .who-we-are-col {
    padding-top: 0px;
  }
  .we-transform {
    margin-top: 2px;
    padding-top: 0px;
  }
  .home-button {
    z-index: 232;
  }
  .home-block {
    position: relative;
    z-index: 20008;
  }
}

