.web-d h1,
.web-d h2 {
  color: #ff6161;
}

.retargeting h1,
.retargeting h2 {
  color: #2bb1a3;
}

.contact-part {
  padding-bottom: 80px;
}

.contact-part:after {
  display: none;
  padding-bottom: 0px;
}

.clients-part {
  padding-top: 6rem;
}

nav.banner--stick {
  padding: 15px 0;
}

.social-media h1,
.social-media h2 {
  color: #42a2da;
}

.develop h4 {
  text-transform: uppercase !important;
}

.mobile-samble .owl-item {
  padding-bottom: 100px;
}

.mobile-samble .center {
  position: relative;
}

.mobile-samble .center:after {
  content: '';
  background: url(../img/banner/mobile-bg.png) no-repeat;
  background-size: contain;
  width: 290px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}

.mobile-samble .mobile {
  width: 353px;
  height: 701px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  text-align: center;
  top: 60px;
}

.mobile-samble .mobile img {
  width: 80%;
}

.mobile-samble .section-padding {
  width: 1170px;
  margin: 0 auto;
  padding: 80px 0;
}

.mobile-samble .owl-item .item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0;
  /* OVERWRITE PLUGIN MARGIN */
}

.mobile-samble .screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mobile-samble .screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.mobile-samble .screenshot_slider .owl-nav {
  text-align: center;
}

.mobile-samble .screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.social-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contact-list li.whats {
  background: url(../img/whats-app.png) no-repeat;
}

.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-list li {
  width: auto;
}

.platform-icons {
  max-width: 200px;
}

.ft-logo img {
  max-width: 230px;
}
/*# sourceMappingURL=main.css.map */