@font-face {
  font-family: "Geomanist";
  src: url(../font/geomanist/geomanist-thin-webfont.eot);
  src: url(../font/geomanist/geomanist-thin-webfont.eot?#iefix) format("embedded-opentype"), url(../font/geomanist/geomanist-thin-webfont.woff2) format("woff2"), url(../font/geomanist/geomanist-thin-webfont.woff) format("woff"), url(../font/geomanist/geomanist-thin-webfont.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Geomanist";
  src: url(../font/geomanist/geomanist-extralight-webfont.eot);
  src: url(../font/geomanist/geomanist-extralight-webfont.eot?#iefix) format("embedded-opentype"), url(../font/geomanist/geomanist-extralight-webfont.woff2) format("woff2"), url(../font/geomanist/geomanist-extralight-webfont.woff) format("woff"), url(../font/geomanist/geomanist-extralight-webfont.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Geomanist";
  src: url(../font/geomanist/geomanist-light-webfont.eot);
  src: url(../font/geomanist/geomanist-light-webfont.eot?#iefix) format("embedded-opentype"), url(../font/geomanist/geomanist-light-webfont.woff2) format("woff2"), url(../font/geomanist/geomanist-light-webfont.woff) format("woff"), url(../font/geomanist/geomanist-light-webfont.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Geomanist";
  src: url(../font/geomanist/geomanist-regular-webfont.eot);
  src: url(../font/geomanist/geomanist-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../font/geomanist/geomanist-regular-webfont.woff2) format("woff2"), url(../font/geomanist/geomanist-regular-webfont.woff) format("woff"), url(../font/geomanist/geomanist-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Geomanist";
  src: url(../font/geomanist/geomanist-medium-webfont.eot);
  src: url(../font/geomanist/geomanist-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../font/geomanist/geomanist-medium-webfont.woff2) format("woff2"), url(../font/geomanist/geomanist-medium-webfont.woff) format("woff"), url(../font/geomanist/geomanist-medium-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Geomanist";
  src: url(../font/geomanist/geomanist-bold-webfont.eot);
  src: url(../font/geomanist/geomanist-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../font/geomanist/geomanist-bold-webfont.woff2) format("woff2"), url(../font/geomanist/geomanist-bold-webfont.woff) format("woff"), url(../font/geomanist/geomanist-bold-webfont.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 18px;
}

body {
  font-family: "Roboto", sans-serif;
  font-family: "Geomanist";
  color: #607D8B;
  font-weight: 300;
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", serif;
  font-family: "Geomanist";
  color: #37474F;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.4rem;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.1;
}

hr {
  margin: 0;
  border: 0;
  position: relative;
  z-index: 30;
  background-image: url("../img/b/white-down.svg");
  background-size: 12px 8px;
  height: 8px;
  margin-bottom: -6px;
  margin-top: -7px;
}

hr.up {
  margin-bottom: -7px;
  margin-top: -6px;
  background-image: url("../img/b/white-up.svg");
}

hr.dark.up {
  background-image: url("../img/b/dark-up.svg");
}

hr.dark.down {
  background-image: url("../img/b/dark-down.svg");
}

hr.z-index-low {
  z-index: 1;
}

hr.secondary.up {
  margin-bottom: 0;
  background-image: url("../img/b/orange-up.svg");
}

hr.secondary.down {
  margin-top: 0;
  background-image: url("../img/b/orange-down.svg");
}

.container {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section {
  padding-top: 3rem;
}

.section-gray {
  background: #eef2f5;
}

.section-secondary {
  background: #f25a31;
  position: relative;
  z-index: 2;
}
.section-secondary h3 {
  color: #fff;
  margin-bottom: 3rem;
}

.section-primary {
  background: #475874;
  color: #fff;
}
.section-primary h2 {
  color: #fff;
}
.section-primary a {
  color: #fff;
}

.arrows-top, .arrow-right {
  display: none;
}

.offer {
  background-image: url("../img/patern4.png");
}
.offer h2 {
  margin-bottom: 1rem;
}
.offer h3 {
  color: #f25a31;
}
.offer .el {
  margin-bottom: 1rem;
}
.offer .el:last-child {
  margin-bottom: 3rem;
}
.offer .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 60px;
  margin-bottom: 0;
  color: #f25a31;
}
.offer .tech-list img {
  opacity: 0.8;
  max-height: 55px;
  max-width: 70px;
}
.offer .tech-list span {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}

#header {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  background: #fefefe;
  min-height: 40px;
  /*
  nav {
      display: none;
      position: relative;
      z-index: 2;
      float: right;
      font-size: 20px;
      line-height: 26px;

      margin-bottom: 37px;
      margin-top: 37px;
      margin-right: -15px;
      ul {
          margin: 0;
          height: 57px;
          list-style: none;
      }
      li {
          float: left;
          padding: 5px 0;
      }
      a {
          font-weight: 300;
          display: block;
          padding: 10px 15px;
          color: #37474F;
          color: #607D8B;
          transition: all .5s ease;
      }
      a:hover {
          color: #fff;
          background: #37474F;
          text-decoration: none;
      }
  }*/
}
#header h1 {
  margin: 0;
  position: relative;
  float: left;
  text-indent: -99999px;
  height: 66px;
}
#header .logo-a {
  display: block;
  position: absolute;
  left: 0px;
  top: 18px;
  z-index: 2;
}
#header .logo-a img {
  display: block;
  width: 190px;
}
#header .menu-border {
  height: 8px;
  width: 100%;
  background: url("../img/border-menu.svg");
  background-size: 10px 8px;
  margin-bottom: -7px;
}
#header nav {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms;
}
#header nav ul {
  padding-left: 0;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
#header nav li {
  border-top: 1px dashed #ddd;
  display: block;
}
#header nav a {
  padding: 0.65rem 0;
  display: block;
  color: #37474F;
}
#header nav a:focus {
  text-decoration: none;
}
#header.show-menu nav {
  max-height: 205px;
  overflow: hidden;
}

#header.header-top {
  position: absolute !important;
  transition: all 0s !important;
}

.headroom {
  transition: all 0.5s ease;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-110%);
}

#slider {
  padding-top: 5rem;
  background-image: url("../img/patern4.png");
}
#slider h1, #slider p {
  position: relative;
  z-index: 2;
}
#slider .pic-con {
  margin-right: -15px;
  overflow: hidden;
}
#slider img {
  display: block;
  max-width: 130%;
  max-width: 100%;
  margin-top: -10px;
}

form {
  margin-bottom: 3rem;
}
form .form-control {
  border-radius: 0;
  color: #607D8B;
  border-color: #475874;
}
form .success, form .error {
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 25px;
  background: #f25a31;
}
form textarea {
  height: 184px;
  height: 100px;
  height: 5.75rem;
}
form .form-control:focus {
  border-color: #000;
  outline: 0;
}
form .submit {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #f25a31;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 0;
  width: 100%;
  border: 1px solid #f25a31;
  border-radius: 3px;
  margin-bottom: -1rem;
}

#contact-data {
  background-image: url("../img/patern4.png");
  background-position: center;
}
#contact-data .img {
  width: 4.2rem;
  height: 4.2rem;
  float: left;
  margin-right: 0.5rem;
}
#contact-data .img img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
#contact-data h4 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #607D8B;
  line-height: 1.4;
  margin: 0;
}
#contact-data .el {
  margin-bottom: 0.25rem;
  float: left;
}
#contact-data .el:last-child {
  opacity: 0.8;
  margin-right: 0;
}

a.toggle {
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1000;
  transform: rotate(0deg);
  transition: all 500ms;
}
a.toggle .bar {
  display: block;
  width: 34px;
  height: 2px;
  margin: 7px auto;
  background: #37474F;
  transition: all 500ms;
}
a.toggle:hover .bar {
  background: #37474F;
}

.show-menu a.toggle {
  top: 25px;
  right: 25px;
  transform: rotate(225deg);
  transition: all 500ms;
  transform-origin: center center;
}
.show-menu a.toggle .bar {
  background: #37474F;
  transition: all 500ms;
}
.show-menu a.toggle .bar:nth-child(2) {
  opacity: 0;
  transition: opacity 100ms;
}
.show-menu a.toggle .bar:nth-child(3) {
  margin-top: -18px;
  transform: rotate(90deg);
}

/*
Extra small <544px
Small ?544px
Medium ?768px
Large ?992px
Extra large ?1200px
*/
@media (min-width: 992px) {
  .container {
    max-width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
  html {
    font-size: 20px;
  }
  .section {
    padding-top: 5rem;
  }
  h1, h2 {
    font-size: 3.1rem;
    font-weight: 300;
  }
  h2 {
    position: relative;
  }
  h2:before, h1:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f25a31;
    top: -20px;
  }
  h3 {
    font-size: 1.75rem;
  }
  .arrows-top {
    display: block;
    height: 650px;
    width: auto;
    opacity: 0.2;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .arrow-right {
    display: block;
    height: 1786px;
    width: auto;
    opacity: 0.2;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0px;
  }
  #header {
    min-height: 80px;
  }
  #header h1 {
    height: 80px;
  }
  #header a.toggle {
    display: none;
  }
  #header .logo-a {
    top: 19px;
  }
  #header .logo-a img {
    width: 250px;
  }
  #header nav {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
  }
  #header nav ul {
    margin-bottom: 0;
    margin-right: -15px;
    float: right;
  }
  #header nav li {
    float: left;
    padding: 16px 0;
    border: none;
  }
  #header nav a {
    font-weight: 300;
    display: block;
    padding: 10px 15px;
    color: #37474F;
    color: #607D8B;
    transition: all 0.5s ease;
  }
  #header nav a:hover {
    color: #fff;
    background: #37474F;
    text-decoration: none;
  }
  #header.header-top {
    background: transparent;
    transition: background 0.5s !important;
  }
  #header.header-top .logo-a {
    top: 30px;
  }
  #header.header-top .logo-a img {
    width: 280px;
  }
  #header.header-top h1 {
    height: 124px;
  }
  #header.header-top ul {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #header.header-top .menu-border {
    opacity: 0;
  }
  #header, #header .logo-a, #header .logo-a img, #header h1, #header ul, #header .menu-border {
    transition: all 0.5s ease !important;
  }
  #slider {
    padding-top: 0;
  }
  #slider .container {
    min-height: 650px;
  }
  #slider h1 {
    max-width: 650px;
    margin-bottom: 1rem;
  }
  #slider p {
    max-width: 650px;
    font-size: 1.2rem;
  }
  #slider .pic-con {
    max-width: 600px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  #slider .text {
    position: absolute;
    bottom: 95px;
  }
  .offer {
    position: relative;
  }
  .offer .el, .offer h2 {
    position: relative;
    z-index: 2;
  }
  .offer .el {
    margin-left: 200px;
    margin-bottom: 3rem;
  }
  .offer .el.indent {
    margin-left: 300px;
  }
  .offer .el:last-child {
    margin-bottom: 5rem;
  }
  .offer h2 {
    margin-bottom: 2rem;
  }
  .offer .icon {
    float: left;
    font-size: 110px;
    margin-left: -180px;
    width: 145px;
    text-align: center;
    margin-top: 15px;
  }
  .offer p {
    max-width: 660px;
  }
  form {
    max-width: 910px;
  }
  form textarea {
    height: 9rem;
  }
  form .r, form .l {
    float: left;
  }
  form .l {
    width: 62%;
    padding-right: 10px;
  }
  form .r {
    width: 38%;
    padding-left: 10px;
  }
  .section-secondary {
    padding-top: 2.5rem;
  }
  .section-secondary h3 {
    margin-bottom: 2.5rem;
    text-align: center;
    margin-right: 250px;
  }
  .contact {
    padding-top: 4rem;
  }
  #contact-data {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  #contact-data .el:last-child {
    margin-left: 80px;
    max-width: 580px;
  }
  #contact-data .el:last-child p {
    max-width: 450px;
  }
}
.full-wrap {
  margin-left: -75%;
  margin-right: -50%;
  width: auto;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .full-wrap {
    margin-left: -50%;
    margin-right: -50%;
  }
}

.portfolio-wrap {
  width: auto !important;
  margin-right: -30px;
}

.slide-el {
  position: relative;
  z-index: 1;
  padding-bottom: 61.8034%;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  background: #e5ebf0;
}
.slide-el a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 0px 7px 20px rgba(229, 235, 240, 0.6);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.slide-el a .logo {
  width: 300px !important;
  width: 200px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transition: 0.4s opacity ease, 0.4s transform ease;
}
@media (min-width: 992px) {
  .slide-el a .logo {
    width: 300px !important;
  }
}
.slide-el a .blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(1px);
}
.slide-el a:hover .blur {
  filter: blur(0px);
}
.slide-el a:hover .logo {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.slide-el a:hover .over {
  opacity: 0;
}
.slide-el a:hover .gradient {
  opacity: 0;
}
.slide-el a .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
  transition: 0.4s opacity ease;
}
.slide-el a .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5ebf0;
  background: #eef2f5;
  opacity: 0.8;
  transition: 0.4s opacity ease;
}
.owl-carousel {
  z-index: 4;
}

.slide-el-empty {
  background: none;
}

.swiper-container {
  width: auto;
}

.owl-stage-outer:before {
  pointer-events: none;
  width: 25%;
  height: 300px;
  background: #000000;
  position: absolute;
  z-index: 3;
}

.portfolio {
  overflow: hidden;
  padding-bottom: 40px;
}
.portfolio h2 {
  margin-bottom: 15px;
}
.portfolio .portfolio-wrap {
  width: 100%;
}
.portfolio .container {
  z-index: 20;
}
.portfolio .holder {
  width: 50%;
  height: 100%;
  top: 0;
  opacity: 1;
  position: absolute;
  left: -52%;
  z-index: 5;
  pointer-events: none;
  background: #fff;
  background: -webkit-linear-gradient(left, rgb(254, 254, 254) 0%, rgb(254, 254, 254) 50%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(to right, rgb(254, 254, 254) 0%, rgb(254, 254, 254) 50%, rgba(254, 254, 254, 0) 100%);
}
.portfolio .holder-right {
  right: -52%;
  left: auto;
  background: -webkit-linear-gradient(left, rgba(254, 254, 254, 0) 0%, rgb(254, 254, 254) 50%, rgb(254, 254, 254) 100%);
  background: linear-gradient(to right, rgba(254, 254, 254, 0) 0%, rgb(254, 254, 254) 50%, rgb(254, 254, 254) 100%);
}
.portfolio .tutorial {
  float: right;
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: -20px;
  opacity: 0.2;
}
.portfolio .tutorial .mdi {
  margin-left: -15px;
  margin-right: -15px;
}

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