.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

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

h2 {
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

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

h4 {
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #454545;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  color: #818590;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #019ade;
  text-decoration: underline;
}

.button {
  min-width: 160px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #019ade;
  border-radius: 35px;
  align-self: center;
  margin-top: 0;
  padding: 13px 25px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

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

.button.w--current {
  transition: background-color .75s ease-in;
}

.button.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: background-color .3s ease-in, color .2s;
}

.button.outline:hover {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
}

.button.outline.rigth-border {
  margin-right: 10px;
}

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

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

.button.top-border {
  background-color: #019ade;
  margin-top: 15px;
}

.button.right-border {
  margin-right: 15px;
}

.button.login {
  width: 100%;
  border-radius: 2px;
}

.content-section {
  padding-top: 100px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.content-section.blue {
  height: auto;
  background-color: #019ade;
  padding-top: 165px;
  padding-bottom: 145px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
}

.content-section.blue.testimonials-background {
  background-color: #019ade;
  display: none;
}

.content-section.inner-pages {
  padding: 40px 10px 100px;
}

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

.content-section.project {
  min-height: 500px;
  background-image: url('../images/photo-of-people-doing-handshakes-3183197.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 20px;
  position: relative;
}

.content-section.hide {
  display: none;
}

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

.slider {
  height: 830px;
}

.slide-1 {
  height: 830px;
  background-image: linear-gradient(#19202e, #19202e);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.title {
  color: #019ade;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

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

.title.no-top-border {
  margin-top: 0;
  margin-bottom: 0;
}

.title.company {
  color: #fff;
  margin-top: 0;
}

.title.top-border {
  margin-top: 20px;
}

.left-arrow.testimonials {
  margin-left: -70px;
}

.slide-arrow {
  transition: opacity .2s;
  display: none;
}

.slide-arrow:hover {
  opacity: .85;
}

.slide-arrow.testimonials {
  margin-right: -70px;
}

.brand {
  float: left;
  padding-top: 0;
  padding-bottom: 15px;
  left: 0;
}

.brand.w--current {
  padding-top: 0;
  padding-bottom: 5px;
}

.menu-link {
  height: 67px;
  color: #454545;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 33px;
  padding-top: 17px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: border 50ms;
}

.menu-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #019ade;
}

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

.menu-link.hide {
  display: none;
}

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

.content-wrapper {
  margin: 60px auto 40px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.content-wrapper.slide-1-hero {
  margin-top: 35px;
  margin-bottom: 105px;
}

.content-wrapper.hide {
  display: block;
}

.content-wrapper.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(0, 212px) minmax(auto, 212px) minmax(auto, 212px);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numering {
  color: #f4f4f4;
  margin-bottom: -30px;
  font-family: Montserrat, sans-serif;
  font-size: 150px;
  font-weight: 700;
  position: static;
}

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

.feature-box {
  width: 33%;
  height: auto;
  text-align: center;
  background-image: url('../images/cloud.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  display: flex;
  position: relative;
}

.feature-box.heart {
  background-image: url('../images/heart.png');
}

.feature-box.browser-icon {
  background-image: url('../images/browser_1browser.png');
  position: relative;
}

.icon-bg {
  width: 130px;
  height: 130px;
  text-align: center;
  border: 4px solid #019ade;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h3 {
  color: #454545;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.h3.float-left {
  float: left;
}

.h3.float-left.percentage {
  float: right;
  color: #e0e0e0;
  font-family: Montserrat, sans-serif;
  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 {
  float: left;
  color: #fff;
  text-align: justify;
  line-height: 24px;
  display: inline-block;
}

.know-more-box {
  width: 100%;
  height: auto;
  background-image: url('../images/top-dot_1top-dot.jpg'), url('../images/Bottom-dot_1Bottom-dot.jpg');
  background-position: 50% 0, 50% 100%;
  background-repeat: repeat-x, repeat-x;
  flex-flow: wrap;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.know-more-box.video-box {
  padding-top: 25px;
}

.know-more-box.hide {
  display: none;
}

.play-button {
  opacity: .76;
  transition: opacity .2s ease-in;
  position: relative;
}

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

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

.mini-arrow {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  left: 5px;
}

.title-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

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

.title-link.blue {
  color: #019ade;
  letter-spacing: .5px;
  font-weight: 700;
}

.title-link.inline {
  display: inline-block;
}

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

.mini-features {
  z-index: 10;
  width: 75%;
  height: 80px;
  max-width: 700px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 45px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mini-features-block {
  width: 33.33%;
  height: 61px;
  float: left;
  clear: none;
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  padding-left: 24px;
  display: flex;
  position: relative;
}

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

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

.know-more-description {
  flex: 1;
  padding-left: 20px;
  padding-right: 10px;
}

.featured-desings {
  width: 49%;
  float: left;
  margin-right: 10px;
  position: relative;
}

.portfolio-sample {
  width: 31%;
  background-color: #fff;
  margin-bottom: 45px;
}

.portfolio-sample.small {
  width: 23%;
}

.team-member {
  width: 31%;
  float: left;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.social-icons {
  width: 100%;
  height: 57px;
  border-top: 1px solid #eee;
  padding-top: 17px;
  padding-bottom: 17px;
  position: static;
}

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

.icon-holder {
  width: 67px;
  height: 67px;
  float: left;
  background-color: #3299db;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-right: 22px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.skills-box {
  width: 95%;
  border-bottom: 1px solid #e7e7e7;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.skills-box.last {
  border-bottom-style: none;
}

.bar {
  width: 100%;
  height: 18px;
  background-color: #f4f4f4;
  border-right: 1px #f4f4f4;
  border-radius: 25px;
}

.bar.blue {
  width: 100%;
  background-color: #3299db;
  position: relative;
  top: -18px;
}

.bar.blue.branding, .bar.blue.illustration, .bar.blue.photography {
  width: 100%;
}

.skill-percentage-container {
  height: auto;
  text-align: left;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

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

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

.testimonial-person {
  float: none;
  flex-direction: row;
  margin-top: 28px;
  display: flex;
}

.testimonial-picture {
  width: 65px;
  height: 65px;
  float: none;
  background-color: #e7e7e7;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 14px;
}

.testimonial {
  width: 95%;
  float: none;
  text-align: left;
  margin-right: 0;
  padding-top: 39px;
  padding-left: 23px;
  padding-right: 0;
}

.tip {
  position: absolute;
  bottom: -11px;
  left: 20px;
  right: 0;
}

.quotes {
  position: absolute;
  top: -17px;
  left: -27px;
}

.testimonial-wrapper {
  width: 33.33%;
  position: relative;
}

.slide.hero {
  display: none;
}

.front-image {
  float: left;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: 52px;
  right: 0%;
}

.contact-information {
  width: 100%;
  height: 40px;
  float: left;
  padding-top: 10px;
}

.contact-information.side-bar {
  height: 5%;
  margin-bottom: 14px;
  padding-top: 6px;
}

.contact-information.side-bar.top-divider {
  width: 100%;
  height: 48px;
  border-top: 1px solid #e7e7e7;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-top: 14px;
}

.contact-information.top-divider {
  width: 100%;
  height: 40px;
  float: left;
  border-top: 1px solid #f4f6f5;
}

.contact-text {
  float: left;
  color: #818590;
  background-image: url('../images/pin_1pin.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
}

.contact-text.phone {
  background-image: url('../images/phone-icon_1phone-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 {
  background-color: #fff;
  border-top-style: none;
  border-radius: 5px;
  margin-top: 80px;
  padding: 33px 31px 25px;
}

.input-box {
  width: 100%;
  height: 55px;
  background-color: #f5f5f5;
  border-style: none;
  border-top-width: 1px;
  border-radius: 3px;
  font-family: Open Sans, sans-serif;
  transition: margin .2s;
  position: relative;
}

.input-box:hover {
  border-style: solid;
  border-color: #e4e4e4;
  padding-left: 11px;
  padding-right: 11px;
}

.input-box:focus {
  border-style: solid;
  border-color: #e4e4e4;
  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: 0;
}

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

.input-box.small {
  height: 49px;
  float: none;
  background-color: #f8f8f8;
  margin-top: 11px;
  margin-bottom: 17px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-name {
  float: left;
  color: #818590;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.row {
  margin-bottom: 16px;
}

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

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

.footer {
  padding-top: 35px;
  padding-bottom: 30px;
}

.footer-text {
  color: #818590;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

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

.fixed-nav-bar {
  width: 100%;
  height: 80px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding-top: 13px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
}

.nav-menu-mobile {
  z-index: 1001;
  display: block;
  position: relative;
}

.side-menu {
  z-index: 2000;
  width: 25%;
  height: 100%;
  background-color: #fff;
  padding-top: 99px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  box-shadow: -1px 0 10px rgba(0, 0, 0, .3);
}

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

.bg-social-icon {
  width: 25px;
  height: 25px;
  float: left;
  background-color: #019ade;
  border-radius: 50%;
  margin-right: 11px;
  transition: background-color .2s;
  display: block;
  position: relative;
  left: 0;
}

.bg-social-icon:hover {
  background-color: #2677ad;
}

.social-icons-wrapper {
  width: 100%;
  float: left;
  margin-top: -37px;
  position: relative;
  top: 52px;
}

.front {
  display: block;
  position: absolute;
  top: -6px;
  right: 5%;
}

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

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

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

.screenshot-perspective-1 {
  max-width: 2000px;
  position: absolute;
  top: -103px;
  left: 5px;
}

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

.filter {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .77));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-width {
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
}

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

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

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

.screenshots {
  margin-top: 22px;
}

.slide-nav.relative {
  position: relative;
}

.arrow-icon {
  color: #c7c7c7;
  margin-top: 130px;
}

.guy-support {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.back {
  float: none;
  display: block;
  position: relative;
  top: 11px;
  right: -8%;
}

.iphone-left {
  float: left;
  position: relative;
  top: 21px;
  right: -4%;
}

.iphone-right {
  float: none;
  position: absolute;
  top: -12px;
  left: 30%;
}

.imac-screen {
  max-width: 420px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 6px;
  left: -4%;
}

.imac-container {
  width: 40%;
  height: auto;
  min-width: 595px;
  text-align: center;
  margin-top: 97px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.wireless-keyboard {
  width: 20%;
  min-width: 295px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: 42px;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

.video-pop-up {
  height: 190px;
  float: left;
}

.lightbox {
  width: 260px;
  height: 165px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why-us-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
}

.arrow-left, .arrow-right {
  color: #019ade;
}

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

.text-links {
  color: #019ade;
  text-decoration: none;
  transition: color .5s;
}

.text-links:hover {
  text-decoration: underline;
}

.why-us-box {
  width: 100%;
  min-height: 395px;
  float: left;
  border: 15px solid #f4f6f5;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-right: 15px;
  position: absolute;
}

.why-us-box.left-box {
  width: 100%;
  border-color: #f5f5f5;
  padding-bottom: 10px;
  padding-right: 15px;
  position: relative;
}

.why-us-box.right-box {
  border-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.image-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -10px;
  left: 0;
  right: 0;
}

.why-us-text-container {
  width: 100%;
  padding-top: 15px;
  padding-left: 20px;
}

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

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

.heading-1.hero {
  color: #fff;
  font-size: 40px;
  display: inline-block;
}

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

.heading-2.white.bottom-border {
  margin-bottom: 20px;
}

.flex-wrapper {
  z-index: 10;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.header-text {
  z-index: 10;
  width: 80%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.header-text.services {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.header-text.resources {
  height: 100%;
  margin-bottom: 0;
}

.hero-subtitle {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.hero-header-text {
  text-align: center;
  margin-bottom: 30px;
}

.social-button {
  min-width: 200px;
  color: #fff;
  background-color: #1da1f2;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 3px;
  padding: 17px 15px 16px 45px;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.social-button:hover {
  background-color: #1791db;
}

.social-button.right-border {
  margin-right: 20px;
}

.social-button.facebook {
  text-transform: uppercase;
  background-color: #3b5998;
  background-image: url('../images/facebook_1facebook.png');
  background-size: 25px;
}

.social-button.facebook:hover {
  background-color: #324e88;
}

.background-video {
  height: 830px;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph.small {
  font-size: 13px;
}

.text-link {
  letter-spacing: 1px;
  font-size: 11px;
  display: inline-block;
}

.service-column {
  width: 70%;
  text-align: left;
}

.service-image-column {
  width: 30%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.service {
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.portfolio-description {
  text-align: left;
  padding-top: 10px;
  padding-left: 5px;
  display: block;
}

.portfolio-description.left-padding {
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.portfolio-preview-image {
  width: 100%;
  min-height: 190px;
  cursor: pointer;
  display: flex;
  position: relative;
}

.portfolio-preview-image:hover {
  background-image: linear-gradient(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%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._1 {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._3 {
  background-image: url('../images/03-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._4 {
  background-image: url('../images/04-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._5 {
  background-image: url('../images/05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._6 {
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._7 {
  background-image: url('../images/54d90cc7781f27014df66dda_screen-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image._8 {
  background-image: url('../images/09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big {
  min-height: 240px;
}

.portfolio-preview-image.big._2 {
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big._1 {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big._4 {
  background-image: url('../images/04-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big._6 {
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big._7 {
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big._8 {
  background-image: url('../images/screen-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-preview-image.big._9 {
  background-image: url('../images/screen-09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-description {
  flex-flow: column;
  flex: 1;
  padding: 15px;
  display: flex;
}

.center-content {
  width: 100%;
  text-align: center;
}

.skill-description {
  text-align: left;
  flex: 1;
}

.expertise-box {
  text-align: left;
}

.expertise-box.bottom-border {
  margin-bottom: 30px;
}

.bars {
  width: 87%;
  height: 18px;
  border-radius: 25px;
  overflow: hidden;
}

.percentage {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-details {
  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 {
  width: 100%;
}

.form-header {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.error-message {
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
}

.success-message {
  background-color: #f8f8f8;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.row-licensing {
  margin-top: 30px;
  margin-bottom: 10px;
}

.row-licensing.bottom-divider {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}

.update {
  z-index: 100;
  width: 70px;
  height: 70px;
  color: #454545;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-left: 30px;
  padding-top: 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  position: fixed;
}

.team-member-image {
  width: 100%;
  min-height: 240px;
}

.team-member-image._1 {
  background-image: url('../images/Jhon-Doe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image._2 {
  background-image: url('../images/Shara-smith.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image._3 {
  background-image: url('../images/Joel-Simons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.right {
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}

.slider-projects {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.header-box.project {
  text-align: left;
  padding-left: 10px;
}

.hero-buttons {
  margin-top: 40px;
}

.imac, .keyboard {
  width: 97%;
}

.navbar-2 {
  display: block;
}

.slider-arrow {
  display: none;
}

.side-menu-overlay {
  z-index: 10;
  background-color: rgba(25, 32, 46, .8);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-menu-container {
  z-index: 10000;
  display: none;
  position: relative;
}

.absolute {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute.guy {
  height: 100%;
  background-image: url('../images/smiling-guy-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.social-icon-link {
  width: 25px;
  height: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-right: 5px;
  transition: transform .2s;
}

.social-icon-link:hover {
  transform: translate(0, -3px);
}

.social-icon-link.facebook {
  background-image: url('../images/logo-de-facebook-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-link.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-link.linkedin {
  background-image: url('../images/linkedin-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-link.dribbble {
  background-image: url('../images/dribbble-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

._404-text {
  font-size: 70px;
  line-height: 70px;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.divspacing {
  flex-direction: row;
  display: block;
  overflow: hidden;
}

.heading-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.spacing {
  object-fit: fill;
}

.div-block-3 {
  height: 212.203px;
}

.div-block-3.divspacing {
  padding: 5px;
  overflow: hidden;
}

.div-block-4 {
  height: 212.203px;
  overflow: hidden;
}

.div-block-4.divspacing {
  padding: 5px;
}

.grid-2 {
  grid-template-rows: minmax(auto, 212px) minmax(auto, 212px) minmax(auto, 212px);
  grid-template-columns: minmax(33%, 1fr) 1fr 1fr;
}

.space-bottom {
  margin-bottom: 40px;
}

.lightbox-link-2 {
  overflow: hidden;
}

.image-2 {
  overflow: visible;
}

.lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10 {
  overflow: hidden;
}

.heading-5, .heading-6 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .button.outline.rigth-border {
    margin-bottom: 10px;
  }

  .content-section {
    width: 100%;
    overflow: hidden;
  }

  .content-section.blue {
    overflow: hidden;
  }

  .content-section.blue.testimonials-background {
    height: 100%;
    padding-bottom: 140px;
  }

  .content-section.blue.how-we-work {
    position: relative;
  }

  .hero-section {
    overflow: hidden;
  }

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

  .title.white.centered {
    text-align: center;
  }

  .left-arrow, .slide-arrow {
    top: -86px;
  }

  .menu-link {
    width: 100%;
    text-align: center;
    border-width: 1px;
    border-color: #f4f4f4;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
    padding-bottom: 0;
    display: block;
  }

  .menu-link:hover {
    background-color: #f4f4f4;
    border-style: none;
  }

  .menu-link.w--current {
    border-bottom-style: none;
  }

  .contact-us-block {
    box-shadow: none;
  }

  .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 {
    margin-top: 681px;
    position: absolute;
  }

  .mini-features {
    width: auto;
  }

  .portfolio-sample {
    width: 48%;
  }

  .team-member {
    width: 48%;
    float: left;
  }

  .bar {
    width: 100%;
    position: relative;
  }

  .text-bubble {
    width: 100%;
    height: 100%;
    padding-bottom: 9px;
  }

  .fixed-nav-bar {
    position: absolute;
  }

  .menu-bg.w--open {
    background-color: #f4f4f4;
  }

  .nav-menu-mobile {
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
  }

  .screenshot-perspective-1 {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 5px;
  }

  .column-2 {
    margin-top: 65px;
    position: relative;
  }

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

  .back {
    right: -4%;
  }

  .pencils-and-red-moleskine {
    width: 28%;
  }

  .mouse {
    width: 86%;
    background-size: 12%;
    display: none;
  }

  .screenshots-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .lightbox {
    margin-left: 0;
    margin-right: 15px;
  }

  .why-us-slider {
    width: 100%;
  }

  .why-us-box, .why-us-box.left-box {
    min-height: 0;
  }

  .why-us-box.right-box {
    width: 100%;
    position: static;
  }

  .header-text {
    width: 90%;
  }

  .absolute.guy {
    background-position: 66%;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button.outline.rigth-border, .button.right-border {
    margin-top: 0;
  }

  .content-section.blue {
    overflow: hidden;
  }

  .content-section.inner-pages {
    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 {
    width: 85%;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-box.heart {
    width: 85%;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .feature-box.browser-icon {
    width: 70%;
  }

  .how-we-work-column {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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 {
    float: right;
    margin-bottom: 0;
    position: relative;
    top: 769px;
  }

  .know-more-description {
    text-align: left;
  }

  .portfolio-sample {
    width: 45%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .portfolio-sample.small {
    width: 46%;
  }

  .team-member {
    float: none;
  }

  .skills-box {
    width: 100%;
  }

  .testimonials-slider {
    margin-top: 70px;
    margin-left: 20%;
    padding-bottom: 90px;
    display: block;
    position: relative;
  }

  .text-bubble {
    width: 100%;
    padding-bottom: 15px;
  }

  .testimonial {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-wrapper {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 25%;
    display: block;
  }

  .slide {
    overflow: hidden;
  }

  .contact-information {
    float: none;
  }

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

  .menu-bg {
    float: right;
  }

  .front {
    left: 13%;
    right: 0%;
  }

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

  .screenshots-sample {
    width: 47%;
  }

  .guy-support {
    display: block;
    top: 0;
  }

  .back {
    float: none;
    margin-bottom: 10px;
  }

  .iphone-left {
    margin-bottom: 15px;
  }

  .iphone-right {
    left: 20%;
  }

  .imac-screen {
    float: none;
    display: block;
    position: relative;
    left: -46%;
  }

  .imac-container {
    width: 90%;
    min-width: auto;
    background-image: none;
  }

  .wireless-keyboard {
    width: 50%;
    max-width: 350px;
    min-width: auto;
  }

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

  .lightbox {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  ._30-percent-column {
    display: none;
  }

  ._70-percent-column {
    width: 100%;
  }

  ._50-percent-column {
    width: 100%;
    margin-bottom: 60px;
  }

  ._50-percent-column.right {
    border-left-style: none;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow: visible;
  }

  p {
    padding-left: 0;
    padding-right: 0;
  }

  .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.inner-pages {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 20px;
    position: static;
    top: -110px;
  }

  .slide-1 {
    justify-content: center;
    align-items: flex-start;
  }

  .title.white.centered {
    text-align: center;
  }

  .slide-arrow {
    margin-right: -18px;
  }

  .brand {
    position: static;
  }

  .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 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-white {
    float: left;
  }

  .know-more-box {
    padding-top: 5px;
  }

  .know-more-box.video-box {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    padding-bottom: 15px;
  }

  .play-button {
    left: 0%;
  }

  .link {
    float: left;
    position: relative;
  }

  .title-link {
    float: left;
  }

  .title-link.blue {
    float: none;
  }

  .column-right {
    margin-top: 1000px;
  }

  .mini-features-container {
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .mini-features {
    width: 69%;
    max-width: 300px;
  }

  .mini-features-block {
    width: 80%;
    float: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .know-more-description {
    float: left;
    text-align: left;
    margin-right: 0;
    padding: 15px 0;
    display: block;
  }

  .featured-desings {
    height: 306px;
  }

  .portfolio-sample {
    width: 91%;
  }

  .portfolio-sample.small {
    width: 100%;
  }

  .team-member {
    width: 100%;
    display: block;
  }

  .icon-holder {
    text-align: center;
  }

  .skills-box {
    text-align: left;
  }

  .skill-percentage-container {
    margin-top: 19px;
  }

  .testimonials-slider {
    margin-left: 20px;
    margin-right: auto;
    padding-left: 0;
  }

  .testimonial {
    width: 100%;
  }

  .testimonial-wrapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 15%;
  }

  .contact-information {
    margin-top: 7px;
    padding-top: 14px;
  }

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

  .contact-link {
    float: none;
  }

  .nav-menu-mobile {
    object-fit: fill;
    position: relative;
    overflow: auto;
  }

  .front {
    height: 320px;
    margin-left: 5%;
    margin-right: 20%;
    left: 13%;
  }

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

  .screenshots-sample {
    width: 97%;
    margin-left: 0;
  }

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

  .guy-support {
    float: none;
    display: block;
  }

  .back {
    margin-bottom: 15px;
  }

  .iphone-left {
    left: 6%;
  }

  .iphone-right {
    left: 30%;
  }

  .imac-screen {
    width: 383px;
    left: -170px;
  }

  .wireless-keyboard {
    width: 60%;
    margin-bottom: 0;
  }

  .our-services-column {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox {
    margin-left: 0;
    position: relative;
  }

  .why-us-slider {
    clear: none;
  }

  .why-us-box.left-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .why-us-box.right-box {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

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

  .header-text {
    width: 100%;
  }

  .hero-header-text {
    margin-bottom: 60px;
  }

  .social-button.right-border {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .service-column, .service-image-column {
    width: 100%;
  }

  .service {
    flex-direction: column;
  }

  ._70-percent-column.project {
    padding-left: 0;
  }
}


