/* helpers */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,100,900);
html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

@font-face {
  font-family: 'fj-icons';
  src: url("../fonts/fj-icons.eot?jx9yz5");
  src: url("../fonts/fj-icons.eot?jx9yz5#iefix") format("embedded-opentype"), url("../fonts/fj-icons.ttf?jx9yz5") format("truetype"), url("../fonts/fj-icons.woff?jx9yz5") format("woff"), url("../fonts/fj-icons.svg?jx9yz5#fj-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.fj {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fj-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fj-heart:before {
  content: "\e024"; }

.fj-paper-clip:before {
  content: "\e001"; }

.fj-eye:before {
  content: "\e000"; }

.fj-question:before {
  content: "\e003"; }

.fj-check:before {
  content: "\e909"; }

.fj-plan:before {
  content: "\e900"; }

.fj-dev:before {
  content: "\e901"; }

.fj-design:before {
  content: "\e902"; }

.fj-msg:before {
  content: "\e903"; }

.fj-user:before {
  content: "\e904"; }

.fj-in:before {
  content: "\e905"; }

.fj-git:before {
  content: "\e906"; }

.fj-fb:before {
  content: "\e907"; }

.fj-clock:before {
  content: "\e014"; }

.fj-cog:before {
  content: "\e023"; }

.fj-layers:before {
  content: "\e031"; }

.fj-stack-2:before {
  content: "\e033"; }

.fj-flag:before {
  content: "\e108"; }

.fj-ellipsis:before {
  content: "\e129"; }

.fj-tw:before {
  content: "\e908"; }

.fj-link:before {
  content: "\e005"; }

.fj-mail:before {
  content: "\e002"; }

.fj-image:before {
  content: "\e010"; }

/* vendor */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 50px;
  text-align: right;
  padding: 0 5px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #00A3E4; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* main styles */
/* Main Styles */
html {
  background-color: #f3f3f3;
  position: relative; }

body {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  padding-top: 360px;
  background: none;
  position: relative;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif; }

h1 {
  font-size: 24px;
  font-weight: bold; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

a,
button,
input {
  outline: 0 !important; }

p {
  cursor: default; }

img {
  user-drag: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.main-wrapper {
  position: relative;
  z-index: 22;
  background-color: white; }

.main-shadow {
  height: 30px;
  max-width: 60%;
  position: absolute;
  z-index: 355;
  overflow: hidden;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto; }
  .main-shadow:before {
    content: "";
    display: block;
    height: inherit;
    border-radius: 50%;
    margin-top: 30px;
    box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    .main-shadow {
      max-width: 95%; } }
  .main-shadow.inset-top {
    bottom: auto;
    top: 0; }
    .main-shadow.inset-top:before {
      margin-top: -30px;
      box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.15); }

.section {
  padding: 50px 0 50px;
  background: white;
  position: relative;
  z-index: 22; }
  .section.section-steps {
    z-index: 10; }
  .section.section-dark {
    background-color: #f1f2f7; }
  .section.section-contacts {
    padding: 0 20px 20px; }
    @media (max-width: 767px) {
      .section.section-contacts {
        padding: 0 10px 10px; } }
  .section.clients-section {
    padding-top: 0px; }
  .section .section-title {
    text-align: center;
    margin-bottom: 50px; }
    .section .section-title h2 {
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 10px; }
      .section .section-title h2 strong {
        font-weight: 400; }
    .section .section-title p {
      max-width: 450px;
      font-weight: 300;
      margin: auto;
      font-size: 16px; }

.section-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.youteam-actions {
  display: inline-block; }
  .youteam-actions .youteam {
    display: block;
    z-index: 22; }

.youteam-actions {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px;
  z-index: 444; }
  .youteam-actions a {
    display: block;
    width: 140px;
    margin: auto;
    border-radius: 50%;
    margin-top: -70px; }
  .youteam-actions img {
    display: block;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.clutch-actions {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px;
  z-index: 444; }
  .clutch-actions a {
    display: block;
    width: 130px;
    margin: auto;
    border-radius: 50%;
    margin-top: -65px; }
  .clutch-actions img {
    display: block;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25); }
  .clutch-actions:hover img {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
  .clutch-actions:active img {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }

@media (max-width: 767px) {
  body {
    padding-top: 280px; }

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

  .section-actions {
    position: static;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .section-actions .youteam-actions a {
      width: 88px;
      margin: 0; }
    .section-actions .clutch-actions a {
      width: 80px;
      margin: 0; } }
/* end Main Styles */
/* modules */
.input {
  position: relative;
  z-index: 1; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.input-field {
  position: relative;
  display: block;
  float: right;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #333;
  font-weight: 400;
  resize: none;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

textarea.input-field {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 70px; }

.input-field:focus {
  outline: none; }

.input-label {
  display: inline-block;
  width: 40%;
  color: #b2b2b2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input-label-content {
  position: relative;
  display: block;
  padding: 5px 0;
  width: 100%; }

.graphic {
  position: absolute;
  bottom: 0;
  left: 0;
  fill: none;
  max-height: 55px; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Individual styles */
/* Nao */
.input-nao {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px; }

.input-field-nao {
  padding: 10px 0 8px;
  width: 100%;
  background: transparent;
  font-size: 14px; }

.input-label-nao {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
  -webkit-transition: color 1s, -webkit-transform 0.2s 0.15s;
  transition: color 1s, -webkit-transform 0.2s 0.15s;
  transition: transform 0.2s 0.15s, color 1s;
  transition: transform 0.2s 0.15s, color 1s, -webkit-transform 0.2s 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.graphic-nao {
  stroke: #ccc;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
  -webkit-transition: stroke 0.7s, -webkit-transform 0.7s;
  transition: stroke 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, stroke 0.7s;
  transition: transform 0.7s, stroke 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }

input:-webkit-autofill + .input-label-nao {
  color: #636363;
  -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input-field-nao:focus + .input-label-nao,
.input-filled .input-label-nao {
  color: #00a3e4;
  -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input-field-nao:focus ~ .graphic-nao,
.input-filled .graphic-nao {
  stroke: #00a3e4;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0); }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 90%; }
  header #demo-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }

.logo-fixed {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 222; }
  .logo-fixed a {
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95) url(../img/logo.svg) center center no-repeat;
    background-size: 46px;
    -webkit-transition: opacity .25s ease-in-out, box-shadow .4s ease-in-out;
    transition: opacity .25s ease-in-out, box-shadow .4s ease-in-out;
    opacity: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .logo-fixed.active a {
    opacity: 1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15); }
    .logo-fixed.active a:hover {
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15); }
    .logo-fixed.active a:active {
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }

.header-container {
  background-color: #F3F3F3;
  background-image: url(../img/pattern.png);
  background-repeat: repeat-x;
  background-position: top left; }
  .header-container .header-banner {
    position: relative;
    z-index: 11;
    height: 360px;
    width: 100%;
    background-image: url(../img/header-illustration.png);
    background-repeat: no-repeat;
    background-size: 516px;
    background-position: bottom center; }
    .header-container .header-banner .header-banner-img-wrapper {
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      display: none; }
      .header-container .header-banner .header-banner-img-wrapper img {
        max-height: 230px; }
    .header-container .header-banner .header-banner-content {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      padding-left: 20px;
      position: relative;
      left: 47%; }
      .header-container .header-banner .header-banner-content img {
        margin-bottom: 20px; }
      .header-container .header-banner .header-banner-content h1 {
        margin-bottom: 20px;
        line-height: 30px; }
    .header-container .header-banner:after {
      content: '';
      vertical-align: middle;
      display: inline-block;
      height: 100%; }

@media (max-width: 767px) {
  .logo-fixed {
    top: 20px;
    left: 20px; }
    .logo-fixed a {
      width: 56px;
      height: 56px;
      background-size: 30px; }

  .header-container .header-banner {
    background-image: none;
    text-align: center;
    height: 280px; }
    .header-container .header-banner .header-banner-content {
      text-align: center;
      left: 0;
      right: 0;
      padding: 0;
      margin-bottom: 20px; }
      .header-container .header-banner .header-banner-content h1 {
        font-size: 20px;
        line-height: 26px; }
    .header-container .header-banner .header-banner-img-wrapper {
      display: none; } }
footer {
  text-align: center;
  position: relative;
  color: #929292;
  padding-bottom: 30px;
  font-size: 10px; }
  footer .footer-social-links {
    display: inline-block;
    font-size: 0;
    margin-bottom: 15px; }
    footer .footer-social-links li {
      display: inline-block;
      vertical-align: top;
      padding: 0 8px; }
      footer .footer-social-links li .fj-tw {
        font-size: 21px; }
      footer .footer-social-links li a {
        font-size: 24px;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        line-height: 24px;
        color: #333;
        -webkit-transition: color .3s;
        transition: color .3s; }
        footer .footer-social-links li a:hover {
          color: #00a3e4; }

.row-step {
  margin-bottom: 40px; }
  .row-step:last-child {
    margin-bottom: 0; }
  .row-step img {
    margin-bottom: 20px;
    max-width: 100%; }
  .row-step .step .step-icon {
    display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .row-step {
      margin-bottom: 20px; }
      .row-step > div {
        margin-top: 40px; }
      .row-step .step-img {
        margin-top: -30px; }
      .row-step img {
        margin-bottom: 0; }
      .row-step .text-sm-right {
        text-align: right; }
      .row-step .text-sm-left {
        text-align: left; } }
  @media (max-width: 767px) {
    .row-step {
      text-align: center;
      margin-bottom: 0; }
      .row-step .text-right,
      .row-step .text-left {
        text-align: center; }
      .row-step img {
        margin: 0; }
      .row-step > div {
        margin-bottom: 50px; }
      .row-step .step {
        position: relative; }
        .row-step .step .step-title {
          text-align: center; }
        .row-step .step .step-icon {
          display: block;
          position: absolute;
          width: 60px;
          height: 60px;
          line-height: 60px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center; }
          .row-step .step .step-icon img {
            display: inline-block;
            vertical-align: middle;
            max-height: 60px; } }

.step-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #444444; }

.projects-grig-wrapper {
  margin: -8px; }

.projects-grig {
  font-size: 0; }
  .projects-grig:before, .projects-grig:after {
    content: "";
    display: table; }
  .projects-grig:after {
    clear: both; }
  .projects-grig .grid-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 30px; }
    .projects-grig .grid-item a {
      text-decoration: none;
      color: #444444; }
  .projects-grig hr {
    display: block;
    clear: both;
    margin: 15px 8px;
    border-top: 1px solid #cfcfcf; }
  .projects-grig .item-inner {
    display: block;
    position: relative; }
    .projects-grig .item-inner .project-img {
      padding-bottom: 66%;
      position: relative;
      overflow: hidden; }
      .projects-grig .item-inner .project-img span {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-transition: all 1s linear;
        transition: all 1s linear; }
    .projects-grig .item-inner .project-logo {
      padding: 20px 0; }
      .projects-grig .item-inner .project-logo img {
        height: 40px; }
    .projects-grig .item-inner .project-description {
      height: 105px;
      overflow: hidden; }
    .projects-grig .item-inner:hover .project-img span {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }

@media (max-width: 767px) {
  .projects-grig .grid-item {
    width: 100%; }
    .projects-grig .grid-item .project-description {
      height: auto; }
    .projects-grig .grid-item .item-inner .project-logo {
      padding: 10px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .projects-grig .grid-item {
    width: 50%; }
    .projects-grig .grid-item .project-description {
      height: 150px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .projects-grig .grid-item {
    width: 50%; } }
.tech-item {
  margin-bottom: 50px;
  border-radius: 4px;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tech-item {
      padding: 0 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tech-item {
      padding: 0; } }
  .tech-item .tech-item-inner {
    z-index: 20;
    background-color: white;
    position: relative; }
  .tech-item .tech-img {
    padding-bottom: 56.77%;
    background-size: cover;
    background-position: top center; }
  .tech-item h3 {
    font-weight: 400;
    line-height: 55px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tech-item h3 {
        font-size: 14px;
        line-height: 44px; } }
  .tech-item p {
    font-size: 13px;
    line-height: 21px;
    color: #444444;
    padding: 0 20px 25px; }
  .tech-item:after {
    content: "";
    display: block;
    width: 80%;
    left: 10%;
    margin-top: -100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    top: 100%;
    border-radius: 50%;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .tech-item:hover:after {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }

.clients {
  width: 100%;
  margin-bottom: 50px;
  table-layout: fixed; }
  .clients img {
    max-height: 50px;
    display: inline-block;
    max-width: 95%; }
  .clients tr td {
    height: 90px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f8f8f9;
    border-left: 1px solid #f8f8f9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .clients tr td:first-child {
      border-left: 0; }
  .clients tr:last-child td {
    border-bottom: 0; }

@media (max-width: 767px) {
  .tech-item {
    margin-bottom: 40px;
    padding: 0; }
    .tech-item:after {
      width: 90%;
      left: 5%;
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3); }

  .clients tr td {
    height: auto;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 5px 0;
    border-left: 0; }
    .clients tr td img {
      max-height: 40px;
      max-width: 100%; }
    .clients tr td:nth-child(even) {
      border-left: 1px solid #f8f8f9; }
  .clients tr:last-child td {
    border-bottom: 1px solid #f8f8f9; }
    .clients tr:last-child td:nth-child(3), .clients tr:last-child td:nth-child(4) {
      border-bottom: 0; } }
.feedback-item-wrapper {
  padding: 0 10px 5px; }
  .feedback-item-wrapper .feedback-item {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #f8f8f9; }
    .feedback-item-wrapper .feedback-item .content {
      position: relative;
      z-index: 1;
      height: 230px;
      padding: 0;
      border: 25px solid white;
      font-size: 14px; }
      .feedback-item-wrapper .feedback-item .content p {
        margin-bottom: 5px; }
      .feedback-item-wrapper .feedback-item .content ol,
      .feedback-item-wrapper .feedback-item .content ul {
        padding-left: 17px;
        font-size: 13px; }
      @media (max-width: 767px) {
        .feedback-item-wrapper .feedback-item .content {
          overflow: hidden;
          height: 250px;
          border-width: 15px; } }
  .feedback-item-wrapper .feedback-footer {
    background-color: #00a3e4;
    height: 60px;
    color: white;
    border-radius: 0 0 4px 4px;
    padding: 0 25px;
    position: relative;
    display: table;
    width: 100%; }
    .feedback-item-wrapper .feedback-footer h4 {
      display: table-cell;
      vertical-align: middle;
      font-size: 15px;
      font-weight: bold;
      color: #90dfff; }
    .feedback-item-wrapper .feedback-footer .client-logo-wrapper {
      vertical-align: middle;
      text-align: right;
      display: table-cell; }
    .feedback-item-wrapper .feedback-footer img {
      display: inline-block;
      height: 25px; }
    .feedback-item-wrapper .feedback-footer:after {
      content: "";
      width: 32px;
      height: 18px;
      display: block;
      position: absolute;
      top: 0;
      margin-top: -1px;
      left: 90px;
      background-image: url(../img/akula.svg);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 2; }

.contacts-section-inner {
  position: relative;
  z-index: 333;
  padding-bottom: 30px; }
  .contacts-section-inner .contacts-section-bg {
    margin-bottom: 120px;
    padding-bottom: 38.5%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .contacts-section-inner .contacts-form {
    position: absolute;
    width: 100%;
    max-width: 420px;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    z-index: 11; }
  .contacts-section-inner h2 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px; }
    .contacts-section-inner h2 strong {
      font-weight: 400; }
  .contacts-section-inner .btn-submit {
    margin-top: 30px;
    display: block;
    width: 100%;
    border: 1px solid #00a3e4;
    color: #00a3e4;
    font-weight: 400;
    text-align: center;
    border-radius: 40px;
    background: none; }
  .contacts-section-inner .contacts-form-inner {
    border-radius: 4px;
    box-shadow: 0px 0px 84px 36px rgba(86, 111, 140, 0.2);
    padding: 25px 40px 40px;
    background-color: white;
    z-index: 22;
    position: relative; }
  .contacts-section-inner .contacts-form-backface {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #00a3e4;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 84px 36px rgba(86, 111, 140, 0.2); }
    .contacts-section-inner .contacts-form-backface .contacts-form-cb {
      display: inline-block; }
    .contacts-section-inner .contacts-form-backface .ok-icon {
      width: 60px;
      height: 60px;
      line-height: 58px;
      display: inline-block;
      border: 2px solid white;
      border-radius: 50%;
      margin-bottom: 20px; }
    .contacts-section-inner .contacts-form-backface p {
      margin-bottom: 30px; }
    .contacts-section-inner .contacts-form-backface a {
      color: white;
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      display: inline-block;
      border-bottom: 1px solid white;
      text-decoration: none; }
  .contacts-section-inner .flip-container {
    -webkit-perspective: 1000;
            perspective: 1000;
    z-index: 222; }
    .contacts-section-inner .flip-container.submited .back {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg); }
    .contacts-section-inner .flip-container.submited .front {
      opacity: 0;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  .contacts-section-inner .flipper {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative; }
  .contacts-section-inner .front,
  .contacts-section-inner .back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .contacts-section-inner .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .contacts-section-inner .back {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }

@media (max-width: 767px) {
  .contacts-section-inner .contacts-form-inner {
    padding-left: 15px;
    padding-right: 15px; }
  .contacts-section-inner .contacts-section-bg {
    display: none; }
  .contacts-section-inner .flip-container {
    position: static; } }
/* Base */
#awwwards {
  position: absolute;
  top: -110px;
  width: 90px;
  height: 135px;
  text-indent: -666em;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

#awwwards.top {
  top: 20px; }

#awwwards.left {
  left: 0; }

#awwwards.right {
  right: 0; }

#awwwards a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: 90px 135px; }

/* NOMINEE */
#awwwards.nominee.black.left a {
  background-image: url(../img/ribbons/awwwards_nominee_black_left.png); }

#awwwards.nominee.black.right a {
  background-image: url(../img/ribbons/awwwards_nominee_black_right.png); }

#awwwards.nominee.silver.left a {
  background-image: url(../img/ribbons/awwwards_nominee_silver_left.png); }

#awwwards.nominee.silver.right a {
  background-image: url(../img/ribbons/awwwards_nominee_silver_right.png); }

#awwwards.nominee.white.left a {
  background-image: url(../img/ribbons/awwwards_nominee_white_left.png); }

#awwwards.nominee.white.right a {
  background-image: url(../img/ribbons/awwwards_nominee_white_right.png); }

#awwwards.nominee.green.left a {
  background-image: url(../img/ribbons/awwwards_nominee_green_left.png); }

#awwwards.nominee.green.right a {
  background-image: url(../img/ribbons/awwwards_nominee_green_right.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* NOMINEE */
  #awwwards.nominee.black.left a {
    background-image: url(../img/ribbons/awwwards_nominee_black_left@2x.png); }

  #awwwards.nominee.black.right a {
    background-image: url(../img/ribbons/awwwards_nominee_black_right@2x.png); }

  #awwwards.nominee.silver.left a {
    background-image: url(../img/ribbons/awwwards_nominee_silver_left@2x.png); }

  #awwwards.nominee.silver.right a {
    background-image: url(../img/ribbons/awwwards_nominee_silver_right@2x.png); }

  #awwwards.nominee.white.left a {
    background-image: url(../img/ribbons/awwwards_nominee_white_left@2x.png); }

  #awwwards.nominee.white.right a {
    background-image: url(../img/ribbons/awwwards_nominee_white_right@2x.png); }

  #awwwards.nominee.green.left a {
    background-image: url(../img/ribbons/awwwards_nominee_green_left@2x.png); }

  #awwwards.nominee.green.right a {
    background-image: url(../img/ribbons/awwwards_nominee_green_right@2x.png); } }
