/*!
Theme Name: pushtook
Theme URI: http://underscores.me/
Author: Eyal Borgman
Author URI: http://underscores.me/
Description: Custom theme for PushtooK Brand
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pushtook is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?47w7k0");
  src: url("fonts/icomoon.eot?47w7k0#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?47w7k0") format("truetype"), url("fonts/icomoon.woff?47w7k0") format("woff"), url("fonts/icomoon.svg?47w7k0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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; }

.icon-arrow-left:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-google-plus:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-envelope:before {
  content: "\e905"; }

.icon-phone:before {
  content: "\e906"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide, .rtl .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.social-networks, .contact-block .contact-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.comment-form input[type='text'], .search-form input[type='text'], .post-password-form input[type='text'],
.comment-form input[type='tel'], .search-form input[type='tel'], .post-password-form input[type='tel'],
.comment-form input[type='email'], .search-form input[type='email'], .post-password-form input[type='email'],
.comment-form input[type='search'], .search-form input[type='search'], .post-password-form input[type='search'],
.comment-form input[type='password'], .search-form input[type='password'], .post-password-form input[type='password'],
.comment-form input[type='url'], .search-form input[type='url'], .post-password-form input[type='url'],
.comment-form input[type='date'], .search-form input[type='date'], .post-password-form input[type='date'],
.comment-form textarea, .search-form textarea, .post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em; }
  .comment-form input[type='text']:focus, .search-form input[type='text']:focus, .post-password-form input[type='text']:focus,
  .comment-form input[type='tel']:focus, .search-form input[type='tel']:focus, .post-password-form input[type='tel']:focus,
  .comment-form input[type='email']:focus, .search-form input[type='email']:focus, .post-password-form input[type='email']:focus,
  .comment-form input[type='search']:focus, .search-form input[type='search']:focus, .post-password-form input[type='search']:focus,
  .comment-form input[type='password']:focus, .search-form input[type='password']:focus, .post-password-form input[type='password']:focus,
  .comment-form input[type='url']:focus, .search-form input[type='url']:focus, .post-password-form input[type='url']:focus,
  .comment-form input[type='date']:focus, .search-form input[type='date']:focus, .post-password-form input[type='date']:focus,
  .comment-form textarea:focus, .search-form textarea:focus, .post-password-form textarea:focus {
    border-color: #333; }
  .comment-form input[type='text']::-webkit-input-placeholder, .search-form input[type='text']::-webkit-input-placeholder, .post-password-form input[type='text']::-webkit-input-placeholder,
  .comment-form input[type='tel']::-webkit-input-placeholder, .search-form input[type='tel']::-webkit-input-placeholder, .post-password-form input[type='tel']::-webkit-input-placeholder,
  .comment-form input[type='email']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .post-password-form input[type='email']::-webkit-input-placeholder,
  .comment-form input[type='search']::-webkit-input-placeholder, .search-form input[type='search']::-webkit-input-placeholder, .post-password-form input[type='search']::-webkit-input-placeholder,
  .comment-form input[type='password']::-webkit-input-placeholder, .search-form input[type='password']::-webkit-input-placeholder, .post-password-form input[type='password']::-webkit-input-placeholder,
  .comment-form input[type='url']::-webkit-input-placeholder, .search-form input[type='url']::-webkit-input-placeholder, .post-password-form input[type='url']::-webkit-input-placeholder,
  .comment-form input[type='date']::-webkit-input-placeholder, .search-form input[type='date']::-webkit-input-placeholder, .post-password-form input[type='date']::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder, .post-password-form textarea::-webkit-input-placeholder {
    color: #ccc; }
  .comment-form input[type='text']::-moz-placeholder, .search-form input[type='text']::-moz-placeholder, .post-password-form input[type='text']::-moz-placeholder,
  .comment-form input[type='tel']::-moz-placeholder, .search-form input[type='tel']::-moz-placeholder, .post-password-form input[type='tel']::-moz-placeholder,
  .comment-form input[type='email']::-moz-placeholder, .search-form input[type='email']::-moz-placeholder, .post-password-form input[type='email']::-moz-placeholder,
  .comment-form input[type='search']::-moz-placeholder, .search-form input[type='search']::-moz-placeholder, .post-password-form input[type='search']::-moz-placeholder,
  .comment-form input[type='password']::-moz-placeholder, .search-form input[type='password']::-moz-placeholder, .post-password-form input[type='password']::-moz-placeholder,
  .comment-form input[type='url']::-moz-placeholder, .search-form input[type='url']::-moz-placeholder, .post-password-form input[type='url']::-moz-placeholder,
  .comment-form input[type='date']::-moz-placeholder, .search-form input[type='date']::-moz-placeholder, .post-password-form input[type='date']::-moz-placeholder,
  .comment-form textarea::-moz-placeholder, .search-form textarea::-moz-placeholder, .post-password-form textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  .comment-form input[type='text']:-moz-placeholder, .search-form input[type='text']:-moz-placeholder, .post-password-form input[type='text']:-moz-placeholder,
  .comment-form input[type='tel']:-moz-placeholder, .search-form input[type='tel']:-moz-placeholder, .post-password-form input[type='tel']:-moz-placeholder,
  .comment-form input[type='email']:-moz-placeholder, .search-form input[type='email']:-moz-placeholder, .post-password-form input[type='email']:-moz-placeholder,
  .comment-form input[type='search']:-moz-placeholder, .search-form input[type='search']:-moz-placeholder, .post-password-form input[type='search']:-moz-placeholder,
  .comment-form input[type='password']:-moz-placeholder, .search-form input[type='password']:-moz-placeholder, .post-password-form input[type='password']:-moz-placeholder,
  .comment-form input[type='url']:-moz-placeholder, .search-form input[type='url']:-moz-placeholder, .post-password-form input[type='url']:-moz-placeholder,
  .comment-form input[type='date']:-moz-placeholder, .search-form input[type='date']:-moz-placeholder, .post-password-form input[type='date']:-moz-placeholder,
  .comment-form textarea:-moz-placeholder, .search-form textarea:-moz-placeholder, .post-password-form textarea:-moz-placeholder {
    color: #ccc; }
  .comment-form input[type='text']:-ms-input-placeholder, .search-form input[type='text']:-ms-input-placeholder, .post-password-form input[type='text']:-ms-input-placeholder,
  .comment-form input[type='tel']:-ms-input-placeholder, .search-form input[type='tel']:-ms-input-placeholder, .post-password-form input[type='tel']:-ms-input-placeholder,
  .comment-form input[type='email']:-ms-input-placeholder, .search-form input[type='email']:-ms-input-placeholder, .post-password-form input[type='email']:-ms-input-placeholder,
  .comment-form input[type='search']:-ms-input-placeholder, .search-form input[type='search']:-ms-input-placeholder, .post-password-form input[type='search']:-ms-input-placeholder,
  .comment-form input[type='password']:-ms-input-placeholder, .search-form input[type='password']:-ms-input-placeholder, .post-password-form input[type='password']:-ms-input-placeholder,
  .comment-form input[type='url']:-ms-input-placeholder, .search-form input[type='url']:-ms-input-placeholder, .post-password-form input[type='url']:-ms-input-placeholder,
  .comment-form input[type='date']:-ms-input-placeholder, .search-form input[type='date']:-ms-input-placeholder, .post-password-form input[type='date']:-ms-input-placeholder,
  .comment-form textarea:-ms-input-placeholder, .search-form textarea:-ms-input-placeholder, .post-password-form textarea:-ms-input-placeholder {
    color: #ccc; }
  .comment-form input[type='text'].placeholder, .search-form input[type='text'].placeholder, .post-password-form input[type='text'].placeholder,
  .comment-form input[type='tel'].placeholder, .search-form input[type='tel'].placeholder, .post-password-form input[type='tel'].placeholder,
  .comment-form input[type='email'].placeholder, .search-form input[type='email'].placeholder, .post-password-form input[type='email'].placeholder,
  .comment-form input[type='search'].placeholder, .search-form input[type='search'].placeholder, .post-password-form input[type='search'].placeholder,
  .comment-form input[type='password'].placeholder, .search-form input[type='password'].placeholder, .post-password-form input[type='password'].placeholder,
  .comment-form input[type='url'].placeholder, .search-form input[type='url'].placeholder, .post-password-form input[type='url'].placeholder,
  .comment-form input[type='date'].placeholder, .search-form input[type='date'].placeholder, .post-password-form input[type='date'].placeholder,
  .comment-form textarea.placeholder, .search-form textarea.placeholder, .post-password-form textarea.placeholder {
    color: #ccc; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }
.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px; }
.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }
.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767.98px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767.98px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

body {
  min-width: 320px;
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #202020; }

.rtl {
  direction: rtl; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none; }

noscript {
  text-align: center;
  padding: 15px; }

.accessibility {
  position: absolute;
  right: -10000px;
  top: auto;
  width: 1px;
  height: 0;
  overflow: hidden;
  background: #fff;
  text-decoration: none; }
  .accessibility:focus {
    position: relative;
    right: auto;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    background: #00d3b9;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    z-index: 999; }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #wrapper ~ .accessibility:focus {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

h2 {
  font-size: 23px;
  font-weight: 600; }
  @media (min-width: 768px) {
    h2 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 34px; } }

button {
  cursor: pointer; }

.form-control {
  font-size: 1.125rem;
  height: 1.875rem;
  line-height: 1.1111;
  background: rgba(32, 32, 32, 0.1);
  border: none;
  border-radius: 0;
  color: #202020;
  padding: 0.3125rem 0.625rem; }
  .form-control::-webkit-input-placeholder {
    color: #202020; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #202020; }
  .form-control:-moz-placeholder {
    color: #202020; }
  .form-control:-ms-input-placeholder {
    color: #202020; }
  .form-control.placeholder {
    color: #202020; }
  .form-control:focus {
    box-shadow: none;
    background: rgba(32, 32, 32, 0.15); }

#main {
  margin-top: 100px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.25s linear background, 0.25s linear box-shadow; }
  #header.fixed-position {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 2px 4px rgba(7, 6, 6, 0.06); }
    @media (min-width: 992px) {
      #header.fixed-position .navbar {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      #header.fixed-position .social-networks {
        height: 60px;
        width: 22.25%; }
        #header.fixed-position .social-networks:before {
          opacity: 1; } }
    @media (min-width: 992px) {
      #header.fixed-position #nav .primary-nav {
        padding-right: 38px; } }
    @media (min-width: 992px) {
      #header.fixed-position .navbar-brand {
        width: 174px; } }
  #header .navbar {
    padding: 0; }
    @media (min-width: 992px) {
      #header .navbar {
        padding: 35px 20px;
        transition: 0.25s linear padding; } }
  @media (max-width: 991.98px) {
    #header .navbar-collapse {
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 1px 2px 4px rgba(7, 6, 6, 0.06); } }
  #header .social-networks {
    background: #2fefd7;
    height: 40px; }
    @media (min-width: 992px) {
      #header .social-networks {
        margin-left: -35px;
        width: 23.1%;
        height: 30px;
        transition: 0.25s linear height, 0.25s linear width;
        position: relative; }
        #header .social-networks:before {
          content: '';
          position: absolute;
          top: 2px;
          bottom: 0;
          left: 0;
          right: 118px;
          background: url(images/bg-social.png);
          transition: 0.25s linear opacity;
          opacity: 0; } }
    @media (max-width: 991.98px) {
      #header .social-networks {
        justify-content: center; } }
    #header .social-networks > li {
      margin: 0 10px; }
      @media (min-width: 992px) {
        #header .social-networks > li {
          margin: 0 10px 0 6px; }
          #header .social-networks > li + li {
            margin-left: 10px; } }
    #header .social-networks a {
      color: #fff;
      text-decoration: none; }
      #header .social-networks a:hover {
        color: #202020; }

.navbar-toggler {
  transition: 0.2s linear width, 0.2s linear right, 0.2s linear top, 0.2s linear position;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0 15px;
  height: 1.125rem;
  background: none !important;
  border: none;
  border-radius: 0;
  z-index: 5;
  width: 1.75rem;
  position: relative; }
  @media (min-width: 768px) {
    .navbar-toggler {
      width: 2rem;
      height: 1.375rem; } }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler span {
    transition: 0.2s linear all;
    position: absolute;
    left: 0;
    right: 0;
    height: 0.1875rem;
    background: none;
    top: 50%;
    margin: -0.0625rem 0 0;
    width: 100%;
    border-radius: 0.5rem; }
    .navbar-toggler span:before, .navbar-toggler span:after {
      transition: 0.2s linear all;
      transform: rotate(45deg);
      content: '';
      position: absolute;
      height: 0.1875rem;
      left: 0.0625rem;
      right: 0.0625rem;
      background: #00d3b9;
      top: 0;
      border-radius: 0.5rem; }
    .navbar-toggler span:after {
      transform: rotate(-45deg); }
  .navbar-toggler.collapsed span {
    background: #00d3b9; }
    .navbar-toggler.collapsed span:before, .navbar-toggler.collapsed span:after {
      transform: rotate(0);
      left: 0;
      right: 0; }
    .navbar-toggler.collapsed span:before {
      top: -0.4375rem; }
      @media (min-width: 768px) {
        .navbar-toggler.collapsed span:before {
          top: -0.5625rem; } }
    .navbar-toggler.collapsed span:after {
      bottom: -0.4375rem;
      top: auto; }
      @media (min-width: 768px) {
        .navbar-toggler.collapsed span:after {
          bottom: -0.5625rem; } }

.navbar-brand {
  width: 160px;
  margin-right: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .navbar-brand {
      width: 218px; } }
  @media (min-width: 992px) {
    .navbar-brand {
      transition: 0.25s linear width; } }
  @media (max-width: 991.98px) {
    .navbar-brand {
      margin: 10px 15px; } }

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  font-size: 16px; }
  .social-networks a {
    transition: 0.25s ease color; }
  .social-networks .icon-facebook {
    font-size: 18px; }
  .social-networks .icon-google-plus {
    font-size: 25px; }

#nav .primary-nav {
  padding: 0; }
  @media (min-width: 992px) {
    #nav .primary-nav {
      padding-right: 32px;
      transition: 0.25s linear padding-right; } }
  @media (min-width: 992px) {
    #nav .primary-nav > li {
      margin-left: 18px; } }
  @media (min-width: 1200px) {
    #nav .primary-nav > li {
      margin-left: 30.4px; } }
  #nav .primary-nav > li:hover > a, #nav .primary-nav > li.active > a {
    background: #98ede2; }
    @media (min-width: 992px) {
      #nav .primary-nav > li:hover > a, #nav .primary-nav > li.active > a {
        background: none; }
        #nav .primary-nav > li:hover > a:before, #nav .primary-nav > li.active > a:before {
          transform: scaleX(1); } }
  #nav .primary-nav > li > a {
    font-size: 19px;
    color: #202020;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    transition: 0.25s ease background; }
    @media (min-width: 992px) {
      #nav .primary-nav > li > a {
        padding: 2px 0 0;
        position: relative; }
        #nav .primary-nav > li > a:before {
          content: '';
          position: absolute;
          top: 3px;
          height: 13px;
          background: rgba(0, 211, 185, 0.4);
          right: -6px;
          left: 7px;
          transform: scaleX(0);
          transition: 0.25s ease transform;
          transform-origin: 100% 0;
          z-index: -1; } }

.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: url(images/img02.jpg) 0 0/cover no-repeat; }
  @media (min-width: 992px) {
    .hero-banner {
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .hero-banner:before, .hero-banner:after {
      content: '';
      position: absolute;
      font-size: 12.5rem; } }
  @media (min-width: 992px) {
    .hero-banner:before, .hero-banner:after {
      font-size: 16.25rem; } }
  @media (min-width: 1200px) {
    .hero-banner:before, .hero-banner:after {
      font-size: 18.75rem; } }
  @media (min-width: 768px) {
    .hero-banner:before {
      width: 0.04em;
      height: 1.1033em;
      background: #00f0d2;
      right: 0;
      top: 17%; } }
  @media (min-width: 768px) {
    .hero-banner:after {
      background: rgba(0, 240, 210, 0.8);
      width: 0.1533em;
      height: 0.1533em;
      bottom: 0.2167em;
      right: 0.4433em; } }
  @media (min-width: 992px) {
    .hero-banner:after {
      right: 0.6433em; } }
  .hero-banner .hello-text {
    display: table;
    font: 700 5.625rem/1 'Rubik', Arial, Helvetica, sans-serif;
    color: #00f0d2;
    margin: 26vh auto -1.8125rem 0.9375rem;
    position: relative; }
    @media (min-width: 576px) {
      .hero-banner .hello-text {
        font-size: 8.125rem; } }
    @media (min-width: 768px) {
      .hero-banner .hello-text {
        font-size: 12.5rem;
        margin: 0.4667em auto -0.3em 0.1139em; } }
    @media (min-width: 992px) {
      .hero-banner .hello-text {
        font-size: 16.25rem; } }
    @media (min-width: 1200px) {
      .hero-banner .hello-text {
        font-size: 18.75rem; } }
    @media (min-width: 1360px) {
      .hero-banner .hello-text {
        font-size: 22.5rem; } }
    @media (min-height: 750px) {
      .hero-banner .hello-text {
        margin-top: 0.6667em; } }
    .hero-banner .hello-text:before, .hero-banner .hello-text:after {
      content: '';
      position: absolute;
      z-index: 1; }
    .hero-banner .hello-text:before {
      width: 0.3633em;
      height: 0.75em;
      background: url(images/hello-dott01.png) 0 0/100% auto no-repeat;
      top: -0.35em;
      left: -0.1367em; }
    .hero-banner .hello-text:after {
      background: url(images/hello-dott02.png) 0 0/100% auto no-repeat;
      height: 1.0933em;
      width: 0.9767em;
      right: -0.8433em;
      bottom: -0.3467em; }
  .hero-banner h1 {
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .hero-banner h1 {
        font-size: 3.125rem; } }
    @media (min-width: 992px) {
      .hero-banner h1 {
        font-size: 4.0625rem; } }
    @media (min-width: 1200px) {
      .hero-banner h1 {
        font-size: 5rem; } }
  .hero-banner .banner-info {
    font-size: 1.25rem;
    padding: 0 0.625rem; }
    @media (min-width: 768px) {
      .hero-banner .banner-info {
        margin: 0 auto 0 0;
        font-size: 1.375rem;
        width: 60%; } }
    @media (min-width: 992px) {
      .hero-banner .banner-info {
        font-size: 1.5rem;
        width: 50%; } }
    @media (min-width: 1200px) {
      .hero-banner .banner-info {
        font-size: 1.625rem; } }

.services-block {
  padding: 2rem 0 2.625rem; }
  @media (min-width: 768px) {
    .services-block {
      padding: 3.125rem 0; } }
  @media (min-width: 992px) {
    .services-block {
      padding: 3.75rem 0; } }
  @media (min-width: 1200px) {
    .services-block {
      padding: 5.5625rem 0; } }
  .services-block .block-title {
    display: block;
    font: 700 11vw/1 'Rubik', Arial, Helvetica, sans-serif;
    color: rgba(1, 243, 213, 0.2); }
    @media (min-width: 768px) {
      .services-block .block-title {
        font-size: 3.75rem;
        padding: 0 0.2766em; } }
    @media (min-width: 992px) {
      .services-block .block-title {
        font-size: 4.75rem; } }
    @media (min-width: 1200px) {
      .services-block .block-title {
        font-size: 5.875rem; } }
  .services-block h2 {
    margin: -0.8em 0 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .services-block h2 {
        margin: -1em 0 0; } }
    @media (min-width: 992px) {
      .services-block h2 {
        margin: -1.0882em 0 0; } }
  .services-block p {
    margin: -0.8em 0 2.1em;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .services-block p {
        margin: -1em 0 3.3824em; } }
    @media (min-width: 992px) {
      .services-block p {
        margin: -1.0882em 0 4.3824em; } }

.services-slider .slick-list {
  margin: 0 auto;
  max-width: 17.5rem;
  overflow: visible;
  position: relative; }
  @media (min-width: 768px) {
    .services-slider .slick-list:before {
      content: '';
      position: absolute;
      left: -3.75rem;
      right: -1.5rem;
      top: -3.5rem;
      bottom: 3.75rem;
      background: url(images/bg-dott.png); } }
  @media (min-width: 992px) {
    .services-slider .slick-list:before {
      left: -4.4375rem; } }
  @media (min-width: 576px) {
    .services-slider .slick-list {
      max-width: 18.75rem; } }
  @media (min-width: 768px) {
    .services-slider .slick-list {
      max-width: 37.5rem; } }
  @media (min-width: 992px) {
    .services-slider .slick-list {
      max-width: 56.25rem; } }
.services-slider .slide {
  padding: 0 0.3125rem;
  transition: 500ms ease opacity;
  width: 17.5rem; }
  @media (min-width: 375px) {
    .services-slider .slide {
      padding: 0 0.5rem; } }
  @media (min-width: 576px) {
    .services-slider .slide {
      width: 18.75rem;
      padding: 0 0.9375rem; } }
  .services-slider .slide.slick-slide {
    opacity: 0.2; }
  .services-slider .slide.slick-active {
    opacity: 1; }
.services-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 3.625rem;
  background: rgba(0, 211, 185, 0.8);
  outline: none;
  border: none;
  color: #fff;
  line-height: 3.8125rem;
  font-size: 1.875rem;
  margin-top: -0.375rem;
  z-index: 3; }
  .services-slider .slick-arrow:hover, .services-slider .slick-arrow:focus {
    background: #00d3b9; }
.services-slider .slick-prev {
  right: 0; }
.services-slider .slick-next {
  left: 0; }

.service-item {
  background: rgba(0, 211, 185, 0.8);
  color: #fff;
  text-align: center;
  font-size: 1.1875rem;
  padding: 2.5rem 1.1875rem 0.875rem; }
  .service-item .ico-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1.6875rem; }
    .service-item .ico-holder img {
      height: 6.375rem;
      width: auto; }
  .service-item .services-title {
    font-size: 1.625rem;
    font-weight: 700; }
    .service-item .services-title:after {
      content: '';
      display: block;
      width: 1.875rem;
      height: 0.25rem;
      margin: 0.75rem auto 0.8125rem;
      background: rgba(255, 255, 255, 0.7); }

.lets-fly-block {
  position: relative;
  padding: 4rem 0 0; }
  @media (min-width: 768px) {
    .lets-fly-block:after {
      content: '';
      position: absolute;
      bottom: -1.82em;
      width: 3.44em;
      height: 3.28em;
      left: 2.39em;
      background: url(images/dott-fly.png);
      font-size: 58px; } }
  @media (min-width: 992px) {
    .lets-fly-block:after {
      font-size: 4.5rem; } }
  @media (min-width: 1200px) {
    .lets-fly-block:after {
      font-size: 5.125rem; } }
  @media (min-width: 1360px) {
    .lets-fly-block:after {
      font-size: 6.25rem; } }
  .lets-fly-block .bg-img {
    position: relative;
    right: 50%;
    min-width: 36.25rem; }
    @media (min-width: 1360px) {
      .lets-fly-block .bg-img {
        min-width: 88.75rem; } }
    .lets-fly-block .bg-img img {
      margin-right: -50%;
      width: 100%; }
  .lets-fly-block .fly-text-holder {
    position: absolute;
    top: 0.9375rem;
    left: 0.9375rem;
    font: 300 3.3125rem/1.2 'Rubik', Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    color: #fff;
    direction: ltr;
    z-index: 2; }
    @media (min-width: 768px) {
      .lets-fly-block .fly-text-holder {
        max-width: 6.28em;
        top: 1.17em;
        left: 0.9em;
        font-size: 3.625rem; } }
    @media (min-width: 992px) {
      .lets-fly-block .fly-text-holder {
        font-size: 4.5rem; } }
    @media (min-width: 1200px) {
      .lets-fly-block .fly-text-holder {
        font-size: 5.125rem; } }
    @media (min-width: 1360px) {
      .lets-fly-block .fly-text-holder {
        font-size: 6.25rem; } }
    .lets-fly-block .fly-text-holder strong {
      display: block;
      color: #202020;
      font-weight: 300;
      margin-bottom: 0.03em; }

.portfolio-block {
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .portfolio-block {
      padding: 2.5rem 0; } }
  @media (min-width: 992px) {
    .portfolio-block {
      padding: 3.125rem 0; } }
  @media (min-width: 1200px) {
    .portfolio-block {
      padding: 4.1875rem 0 6.9375rem; } }
  .portfolio-block .block-title {
    display: block;
    font: 700 11vw/1 'Rubik', Arial, Helvetica, sans-serif;
    color: rgba(1, 243, 213, 0.2); }
    @media (min-width: 768px) {
      .portfolio-block .block-title {
        font-size: 3.75rem;
        padding: 0 0.2766em; } }
    @media (min-width: 992px) {
      .portfolio-block .block-title {
        font-size: 4.75rem;
        padding: 0 0.4787em; } }
    @media (min-width: 1200px) {
      .portfolio-block .block-title {
        font-size: 5.875rem; } }
  .portfolio-block h2 {
    margin: -0.8em 0 1.5em;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .portfolio-block h2 {
        margin: -1em 0 2em; } }
    @media (min-width: 992px) {
      .portfolio-block h2 {
        margin: -1.0882em 0 2.3824em; } }
  .portfolio-block .row {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem; }
    .portfolio-block .row [class^="col-"],
    .portfolio-block .row [class*="col-"] {
      padding-left: 0.5625rem;
      padding-right: 0.5625rem; }
  .portfolio-block .project-item {
    margin: 0 0 1.125rem; }
    .portfolio-block .project-item a {
      display: block; }
      .portfolio-block .project-item a:hover img {
        transform: scale(1.07); }
    .portfolio-block .project-item img {
      transition: 0.25s ease transform; }

.contact-block {
  position: relative;
  background: url(images/bg-contact.jpg) 0 0/cover no-repeat;
  padding: 1.875rem 0 1.6875rem; }
  @media (min-width: 768px) {
    .contact-block {
      padding: 3.125rem 0 2.8125rem; } }
  @media (min-width: 992px) {
    .contact-block {
      padding: 3.75rem 0 3.1875rem; } }
  @media (min-width: 1200px) {
    .contact-block {
      padding: 5rem 0 4.125rem; } }
  @media (min-width: 768px) {
    .contact-block .container {
      padding-right: 3.125rem; } }
  @media (min-width: 992px) {
    .contact-block .container {
      padding-right: 6.25rem; } }
  @media (min-width: 1200px) {
    .contact-block .container {
      padding-right: 9.375rem; } }
  .contact-block .block-title {
    display: block;
    font: 700 16vw/0.8889 'Rubik', Arial, Helvetica, sans-serif;
    color: #00f0d2;
    text-align: left;
    letter-spacing: 0.04em;
    max-width: 3.2056em; }
    @media (min-width: 768px) {
      .contact-block .block-title {
        font-size: 7.5rem; } }
    @media (min-width: 992px) {
      .contact-block .block-title {
        font-size: 9.375rem; } }
    @media (min-width: 1200px) {
      .contact-block .block-title {
        font-size: 11.25rem; } }
  .contact-block h2 {
    font-size: 2.0625rem;
    font-weight: 400;
    margin: -0.825em 0 0.125em; }
    @media (min-width: 768px) {
      .contact-block h2 {
        font-size: 3.125rem; } }
    @media (min-width: 992px) {
      .contact-block h2 {
        font-size: 4.25rem; } }
    @media (min-width: 1200px) {
      .contact-block h2 {
        font-size: 5rem; } }
  .contact-block .contact-list {
    line-height: 1.2917;
    font-size: 1.25rem;
    margin: 0 0 1.75rem; }
    @media (min-width: 768px) {
      .contact-block .contact-list {
        font-size: 1.3125rem; } }
    @media (min-width: 992px) {
      .contact-block .contact-list {
        font-size: 1.4375rem; } }
    @media (min-width: 1200px) {
      .contact-block .contact-list {
        font-size: 1.5rem; } }
    .contact-block .contact-list a {
      display: table;
      position: relative;
      color: #202020;
      padding-right: 1.4583em; }
      .contact-block .contact-list a i {
        font-size: 1.125em;
        position: absolute;
        top: 50%;
        right: 1px;
        transform: translate(0, -50%); }
        .contact-block .contact-list a i.icon-envelope {
          font-size: 0.9167em; }
  .contact-block .row {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem; }
    .contact-block .row [class^="col-"],
    .contact-block .row [class*="col-"] {
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
  @media (min-width: 768px) {
    .contact-block form {
      max-width: 26.625rem; } }
  @media (min-width: 768px) {
    .contact-block .col-md-5 {
      flex-basis: 41%;
      max-width: 41%; } }
  @media (min-width: 768px) {
    .contact-block .col-md-7 {
      flex-basis: 59%;
      max-width: 59%; } }
  .contact-block .select-wrap {
    position: relative; }
    .contact-block .select-wrap:before, .contact-block .select-wrap:after {
      content: '';
      position: absolute;
      left: 0;
      pointer-events: none; }
    .contact-block .select-wrap:before {
      width: 1.875rem;
      border-right: 1px solid rgba(32, 32, 32, 0.26);
      top: 0;
      bottom: 0; }
    .contact-block .select-wrap:after {
      border: 5px solid rgba(32, 32, 32, 0.5);
      border-width: 0.5625rem 0.40625rem 0;
      border-color: rgba(32, 32, 32, 0.5) transparent transparent;
      top: 0.6875rem;
      left: 0.5rem; }
    .contact-block .select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none; }
  .contact-block select.form-control:not([size]):not([multiple]) {
    height: 1.875rem;
    padding: 0 0.375rem; }
  .contact-block .form-group {
    margin-bottom: 0.9375rem; }
  .contact-block textarea.form-control {
    min-height: 6.25rem; }
  .contact-block .btn-wrap {
    text-align: left; }
  .contact-block .btn {
    background: rgba(0, 240, 210, 0.7);
    font-size: 1.5rem;
    line-height: 1.25;
    border: none;
    padding: 0.375rem 0.3125rem 0.25rem;
    min-width: 8.4375rem;
    font-weight: 700;
    border-radius: 0;
    color: #fff; }
    .contact-block .btn:hover {
      background: rgba(0, 240, 210, 0.9); }

#footer {
  background: #4d4d4d;
  color: #fff;
  padding: 10px 0; }
  @media (min-width: 768px) {
    #footer {
      padding: 7px 0; } }
  #footer .copyright-info {
    font: 15px/1.2 'Rubik', Arial, Helvetica, sans-serif; }
    @media (max-width: 767.98px) {
      #footer .copyright-info {
        text-align: center;
        padding-top: 3px; } }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 767.98px) {
    #footer .social-networks {
      justify-content: center; } }
  #footer .social-networks li {
    margin: 0 10px; }
    @media (min-width: 768px) {
      #footer .social-networks li {
        margin: 1px -1px 0 21px; }
        #footer .social-networks li:first-child {
          margin-left: 17px; } }

/*# sourceMappingURL=style.css.map */
