/* Generated by less 2.5.1 */
/*
	Theme Name: Pexton Group
	Theme URI: -
	Description: Template for Pexton Group website
	Version: 1.0.0
	Author: - 
	Author URI: -    
	Tags: HTML5, CSS3
 
	License: MIT 
	License URI: http://opensource.org/licenses/mit-license.php 
*/
/* *********************************************************** */
/* FONTS                                                       */
/* *********************************************************** */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin-ext);
/* *********************************************************** */
/* DEFAULTS                                                    */
/* *********************************************************** */
html,
body {
  height: 100%;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  -webkit-backface-visibility: hidden;
}
a {
  color: #1f1a4c;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* *********************************************************** */
/* ASSETS                                                      */
/* *********************************************************** */
#responsive-menu {
  display: none;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 30px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  margin: 0;
  display: none;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  right: 18px;
  height: 3px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1f1a4c;
}
.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1f1a4c;
  content: "";
}
.c-hamburger span:before {
  top: -11px;
}
.c-hamburger span:after {
  bottom: -11px;
}
.c-hamburger--htx span:before,
.c-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.scroll-down {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #001239;
  color: #fff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  margin: 0 0 0 -25px;
  line-height: 50px;
  text-align: center;
  left: 50%;
  z-index: 100;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  cursor: pointer;
}
.scroll-down .fa {
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-down.hvr-back-pulse:hover,
.scroll-down.hvr-back-pulse:focus,
.scroll-down.hvr-back-pulse:active {
  background: #0c2d75 !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: #fff;
}
#preloader.active img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
#preloader img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button {
  background: #001239;
  color: #fff;
  height: 50px;
  padding: 0 48px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: table;
  border: none;
}
.button.hvr-back-pulse:hover,
.button.hvr-back-pulse:focus,
.button.hvr-back-pulse:active {
  background: #0c2d75 !important;
}
/* *********************************************************** */
/* HELPERS                                                     */
/* *********************************************************** */
button:focus {
  outline: 0;
}
.ps-scrollbar-x-rail {
  display: none !important;
}
.hidden {
  display: none !important;
}
.white-cover:before {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* *********************************************************** */
/* HEADER                                                      */
/* *********************************************************** */
#header {
  position: fixed !important;
  top: -110px;
  left: 0;
  width: 100%;
  padding: 27px 63px 27px 90px;
  z-index: 1500;
  background: #fff;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: top 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  height: 104px;
}
#header.active {
  top: 0;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#header #logo {
  display: table-cell;
  vertical-align: middle;
}
#header #logo a img {
  width: 206px;
}
#header #nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#header #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#header #nav ul li {
  display: inline-block;
  margin: 0 26px;
}
#header #nav ul li.active a {
  font-weight: 700;
}
#header #nav ul li a {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#header #nav ul li a:hover {
  color: #282829;
}
/* *********************************************************** */
/* FOOTER                                                      */
/* *********************************************************** */
#footer {
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  padding: 0 90px;
  z-index: 100;
}
#footer.last-section .scroll-down {
  opacity: 1;
}
#footer.last-section .scroll-down .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}
#footer .inner #footer-logo {
  display: table-cell;
  vertical-align: middle;
}
#footer .inner #designed-by {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #d3d3d3;
  font-size: 12px;
}
#footer .inner #designed-by a {
  color: #d3d3d3;
  text-decoration: none;
}
#footer .inner #designed-by a:hover {
  border-bottom: 1px solid #d3d3d3;
}
/* *********************************************************** */
/* SECTIONS                                                    */
/* *********************************************************** */
#cookie-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #001239;
  z-index: 1000;
}
#cookie-box .container {
  display: table;
  margin: 0 auto;
  max-width: 1080px;
  padding: 5px 15px;
  text-align: center;
  width: 100%;
}
#cookie-box .container .box {
  display: table-cell;
  vertical-align: middle;
}
#cookie-box .container .box.text {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
#cookie-box .container .box.btn a {
  margin: 0 40px;
  font-size: 14px;
  font-weight: 700;
  color: #001239;
  background: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 35px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cookie-box .container .box.btn a:hover {
  opacity: .9;
}
#cookie-box .container .box.more a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
#e404 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#e404 .content {
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#e404 .content h1 {
  font-size: 220px;
  color: #001239;
  font-weight: 600;
  line-height: 220px;
  margin: 0;
}
#e404 .content hr {
  margin: 30px auto;
  height: 1px;
  border: none;
  width: 100%;
  max-width: 300px;
  background: #001239;
}
#e404 .content p {
  font-size: 40px;
  color: #001239;
  font-weight: 600;
}
#e404 .content a.button {
  margin: 0 auto;
}
#cookies {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cookies .content {
  text-align: left;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  width: 50%;
  padding: 0 90px;
}
#cookies .content h1 {
  font-size: 40px;
  color: #001239;
  font-weight: 600;
  margin: 0;
}
#cookies .content hr {
  margin: 30px 0;
  height: 1px;
  border: none;
  width: 100%;
  max-width: 300px;
  background: #001239;
}
#cookies .content p {
  font-size: 14px;
  line-height: 26px;
  color: #001239;
  font-weight: 400;
  max-width: 560px;
}
#cookies .content a.button {
  margin: 0 auto;
}
#main {
  z-index: 10;
  height: 100%;
}
.slimScrollDiv {
  height: 100vh !important;
}
.section {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  min-height: 100vh;
  overflow: hidden;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(1) .icon:first-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(1) .icon:first-child img {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(1) .icon:last-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(1) .icon:last-child img {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(2) .icon:first-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(2) .icon:first-child img {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(2) .icon:last-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(2) .icon:last-child img {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(3) .icon:first-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(3) .icon:first-child img {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(3) .icon:last-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(3) .icon:last-child img {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(4) .icon:first-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(4) .icon:first-child img {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.section.fp-completely .content.icons .icons-holder .line:nth-child(4) .icon:last-child span,
.section.fp-completely .content.icons .icons-holder .line:nth-child(4) .icon:last-child img {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.section.fp-completely .content.icons .icons-holder .line .icon img {
  opacity: 1;
  -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);
}
.section.fp-completely .content.icons .icons-holder .line .icon span {
  opacity: 1;
  -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);
}
.section.fp-completely .content .line:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.section.fp-completely .content .line:nth-child(3) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.section.fp-completely .content .line:nth-child(4) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
.section.fp-completely .content .line:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section.fp-completely .content .line:nth-child(6) {
  -webkit-transition-delay: 1.0s;
  -moz-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;
}
.section.fp-completely .content .line:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.section.fp-completely .content .line.slide-from-right {
  opacity: 1;
  -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);
}
.section.fp-completely .content .line.slide-from-left {
  opacity: 1;
  -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);
}
.section #projects {
  width: 100%;
  height: 100%;
}
.section #projects .button-row .button {
  width: 45px;
  height: 112px;
  background: #fff;
  color: #001239;
  text-align: center;
  line-height: 112px;
  font-size: 24px;
  position: absolute;
  top: calc(50% - 28px);
  padding: 0;
  -webkit-transition: width 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section #projects .button-row .button:hover {
  width: 60px;
}
.section #projects .button-row .button--previous {
  left: 0;
}
.section #projects .button-row .button--next {
  right: 0;
}
.section #projects .holder {
  height: 100%;
  display: table;
  width: 100%;
}
.section #projects .holder .project {
  height: 100%;
  width: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transition: width 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section #projects .holder .project.carousel-cell {
  width: 50% !important;
  margin: 0;
}
.section #projects .holder .project.carousel-cell.active {
  width: 100% !important;
  z-index: 200 !important;
}
.section #projects .holder .project.active {
  width: 100% !important;
  z-index: 200 !important;
}
.section #projects .holder .project.active:before {
  opacity: 0 !important;
}
.section #projects .holder .project.active .inner-active {
  opacity: 1;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.section #projects .holder .project.active .inner {
  opacity: 0 !important;
}
.section #projects .holder .project.active .inner-hover {
  opacity: 0 !important;
}
.section #projects .holder .project.active:last-child {
  left: 0;
  width: 100%;
}
.section #projects .holder .project.blue:before {
  background: rgba(0, 18, 57, 0.95);
}
.section #projects .holder .project.blue .inner-hover .holder hr {
  background: #fff;
}
.section #projects .holder .project.blue .inner-hover .holder .description {
  color: #fff;
}
.section #projects .holder .project.blue .inner-hover .holder a.button {
  margin: 0 auto;
  background: #fff;
  color: #001239;
}
.section #projects .holder .project.blue .inner-hover .holder a.button:hover,
.section #projects .holder .project.blue .inner-hover .holder a.button:focus {
  background: #cacaca !important;
}
.section #projects .holder .project:hover {
  z-index: 101;
}
.section #projects .holder .project:hover .inner {
  opacity: 0;
}
.section #projects .holder .project:hover .inner-hover {
  opacity: 1;
}
.section #projects .holder .project:hover .inner-hover .holder {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.section #projects .holder .project:hover:before {
  opacity: 1;
}
.section #projects .holder .project:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(242, 242, 242, 0.95);
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  z-index: 10;
}
.section #projects .holder .project:last-child {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
}
.section #projects .holder .project .inner {
  width: 100%;
  margin: 108px 0 0 0;
  position: relative;
  height: calc(100% - 158px);
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.section #projects .holder .project .inner .logo {
  width: 460px;
  height: 112px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section #projects .holder .project .inner .logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 308px;
}
.section #projects .holder .project .inner-active {
  margin: 0;
  left: 0;
  width: 50%;
  position: absolute;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  z-index: 30;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.section #projects .holder .project .inner-active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(242, 242, 242, 0.8);
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  z-index: 10;
}
.section #projects .holder .project .inner-active .holder {
  height: auto;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  position: relative;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section #projects .holder .project .inner-active .holder h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 50px;
  color: #001239;
}
.section #projects .holder .project .inner-active .holder .logo img {
  margin: 0 0 50px;
  display: block;
  width: auto;
  max-width: 300px;
  height: auto;
  z-index: 10;
}
.section #projects .holder .project .inner-active .holder hr {
  border: none;
  background: #001239;
  height: 1px;
  width: 100%;
  margin: 30px 0 30px;
}
.section #projects .holder .project .inner-active .holder .description {
  color: #001239;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 30px;
}
.section #projects .holder .project .inner-active .holder a.button {
  margin: 0;
}
.section #projects .holder .project .inner-hover {
  margin: 104px 0 0 -150px;
  left: 50%;
  max-width: 300px;
  position: absolute;
  width: 100%;
  height: calc(100% - 164px);
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  z-index: 30;
  display: table;
}
.section #projects .holder .project .inner-hover .holder {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  max-width: 330px;
  padding: 0 15px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.section #projects .holder .project .inner-hover .holder .logo img {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 300px;
  height: auto;
  z-index: 10;
}
.section #projects .holder .project .inner-hover .holder hr {
  border: none;
  background: #001239;
  height: 1px;
  width: 100%;
  margin: 50px 0 30px;
}
.section #projects .holder .project .inner-hover .holder .description {
  color: #001239;
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 30px;
}
.section #projects .holder .project .inner-hover .holder a.button {
  margin: 0 auto;
}
.section .content {
  padding: 104px 170px 50px;
  position: relative;
}
.section .content.contact-form {
  color: #001239;
  margin: 0;
  padding: 104px 170px 30px;
  position: relative;
  width: 100%;
}
.section .content.contact-form .line h2 {
  padding-top: 60px;
}
.section .content.contact-form .address {
  margin: 0 0 20px;
}
.section .content.contact-form .address .head {
  font-weight: 700;
  margin: 0 0 15px;
}
.section .content.contact-form .address ul {
  width: 100%;
  max-width: 300px;
  marign: 0 0 20px;
  padding: 0;
  font-size: 0;
}
.section .content.contact-form .address ul li {
  display: inline-block;
  color: #282829;
  font-size: 14px;
  width: 50%;
  margin: 0 0 10px;
}
.section .content.contact-form form#contact-form {
  width: 100%;
  max-width: 540px;
}
.section .content.contact-form form#contact-form .input-group.footer {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 60px;
}
.section .content.contact-form form#contact-form .input-group.footer .msg {
  display: table-cell;
  vertical-align: middle;
}
.section .content.contact-form form#contact-form .input-group.footer .msg .success {
  color: #8dc23a;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.section .content.contact-form form#contact-form .input-group.footer .btn-holder {
  display: table-cell;
  vertical-align: middle;
}
.section .content.contact-form form#contact-form .input-group.footer .btn-holder input {
  width: 218px;
}
.section .content.contact-form form#contact-form .input-group .left {
  width: 38%;
  float: left;
}
.section .content.contact-form form#contact-form .input-group .right {
  width: 58%;
  float: right;
}
.section .content.contact-form form#contact-form .input-group input.submit {
  float: right;
}
.section .content.contact-form form#contact-form .input-group input[type="text"],
.section .content.contact-form form#contact-form .input-group input[type="email"],
.section .content.contact-form form#contact-form .input-group input[type="tel"] {
  width: 100%;
  margin: 0 0 17px;
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  color: #7f7f7f;
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  border: 1px solid #7f7f7f;
  box-shadow: inset 0 0 0 1px #fff;
}
.section .content.contact-form form#contact-form .input-group input[type="text"]:hover,
.section .content.contact-form form#contact-form .input-group input[type="email"]:hover,
.section .content.contact-form form#contact-form .input-group input[type="tel"]:hover,
.section .content.contact-form form#contact-form .input-group input[type="text"]:focus,
.section .content.contact-form form#contact-form .input-group input[type="email"]:focus,
.section .content.contact-form form#contact-form .input-group input[type="tel"]:focus {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.section .content.contact-form form#contact-form .input-group input[type="text"].submit,
.section .content.contact-form form#contact-form .input-group input[type="email"].submit,
.section .content.contact-form form#contact-form .input-group input[type="tel"].submit {
  border: none;
  box-shadow: none;
  color: #fff;
}
.section .content.contact-form form#contact-form .input-group textarea {
  width: 100%;
  margin: 0 0 17px;
  height: 48px;
  line-height: 48px;
  padding: 10px 18px;
  color: #7f7f7f;
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  border: 1px solid #7f7f7f;
  box-shadow: inset 0 0 0 1px #fff;
  min-height: 126px;
  resize: vertical;
}
.section .content.contact-form form#contact-form .input-group textarea:hover,
.section .content.contact-form form#contact-form .input-group textarea:focus {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.section .content.icons {
  height: calc(100% - 154px);
  margin-bottom: 50px;
  margin-top: 104px;
  padding: 0;
}
.section .content.icons .icons-holder {
  display: table;
  height: 100%;
  width: 100%;
}
.section .content.icons .icons-holder .line {
  display: table;
  height: 25%;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  table-layout: fixed;
}
.section .content.icons .icons-holder .line:last-child {
  border-bottom: none;
}
.section .content.icons .icons-holder .line .icon {
  border-right: 1px solid #e0e0e0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.section .content.icons .icons-holder .line .icon img {
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  opacity: 0;
  display: block;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section .content.icons .icons-holder .line .icon span {
  font-weight: 700;
  color: #001239;
  font-size: 16px;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  display: block;
}
.section .content.icons .icons-holder .line .icon:last-child {
  border: none;
}
.section .content.map {
  margin: 53px 0 0;
  padding: 0;
  height: 100vh;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section .content .line.slide-from-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .content .line.slide-from-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  -o-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .content .line h1 {
  color: #001239;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}
.section .content .line h2 {
  color: #001239;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
}
.section .content .line hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #001239;
  max-width: 300px;
  margin: 40px 0 40px;
}
.section .content .line p {
  font-weight: 300;
  font-size: 14px;
  color: #282829;
  line-height: 28px;
  margin: 0 0 15px;
}
.section .content .line p strong {
  font-size: 18px;
  font-weight: 700;
}
.section .content .line a.button {
  margin-top: 40px;
}
.section .part {
  vertical-align: middle;
  width: 50%;
  height: 100%;
  display: table-cell;
  position: relative;
}
.section .part.alignTop {
  vertical-align: top;
}
@media only screen and (max-width: 1600px) {
  .section .content {
    padding: 104px 45px 50px 65px;
  }
  .section .content.contact-form form#contact-form {
    max-width: 100%;
  }
  .section .content .line hr {
    margin: 20px 0;
  }
  .section .content .line h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .section .content .line h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section .content .line p br {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .section .content.contact-form {
    padding: 104px 40px 30px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #cookies .content {
    width: 100%;
    left: 0;
  }
  #cookies .content p {
    max-width: 100%;
  }
  #e404 .content h1 {
    font-size: 120px;
    line-height: 120px;
  }
  #e404 .content p {
    font-size: 30px;
  }
  .section #projects .holder .project .inner-hover .holder hr {
    margin: 20px 0;
  }
  .section #projects .holder .project .inner-hover .holder .description {
    font-size: 20px;
  }
  .section #projects .holder .project .inner-active .holder .logo img {
    margin-bottom: 20px;
  }
  .section #projects .holder .project .inner-active .holder h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section #projects .holder .project .inner-active .holder hr {
    margin: 20px 0;
  }
  .section .content.contact-form form#contact-form .input-group.footer .btn-holder .button {
    padding: 0;
    width: 100%;
  }
  .section .content .line h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .section .content .line h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #header {
    height: 60px;
    padding: 20px 15px;
  }
  #header #logo {
    width: 30%;
  }
  .section .content {
    padding: 90px 45px 50px 65px;
  }
  .section .content.map {
    height: 100%;
    height: 100vh;
    margin: 40px 0 0;
  }
  .section .content.icons {
    height: calc(100% - 138px);
    margin-top: 89px;
  }
  .section .content.icons .icons-holder .line .icon {
    padding: 10px;
  }
  .section .content.icons .icons-holder .line .icon span {
    font-size: 14px;
  }
  .section #projects .holder .project .inner-hover .holder hr {
    margin: 15px 0;
  }
  .section #projects .holder .project .inner-active .holder .logo img {
    margin-bottom: 15px;
  }
  .section #projects .holder .project .inner-active .holder h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .section #projects .holder .project .inner-active .holder hr {
    margin: 15px 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #fullpage {
    height: auto !important;
  }
  #cookie-box .container {
    display: block;
    padding: 20px 15px;
  }
  #cookie-box .container .box {
    display: block;
  }
  #cookie-box .container .box.btn {
    margin: 10px 0;
  }
  #cookies .content {
    padding: 0 20px;
  }
  #cookies .content h1 {
    font-size: 32px;
  }
  #e404 .content {
    padding: 0 15px;
  }
  #e404 .content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #e404 .content p {
    font-size: 20px;
  }
  #footer {
    position: relative;
  }
  .ps-scrollbar-x-rail {
    display: none !important;
  }
  #responsive-menu {
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    max-height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    max-height: 0;
  }
  #responsive-menu.active {
    max-height: 100%;
    opacity: 1;
  }
  #responsive-menu.active ul li a {
    -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);
  }
  #responsive-menu.active ul li:nth-child(4) a {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #responsive-menu.active ul li:nth-child(3) a {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  #responsive-menu.active ul li:nth-child(2) a {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  #responsive-menu.active ul li:nth-child(1) a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  #responsive-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: calc(100% - 90px);
    margin: 90px 0 0 0;
    padding: 0;
  }
  #responsive-menu ul li {
    align-content: center;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 0;
    -moz-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    justify-content: flex-start;
    width: 100%;
  }
  #responsive-menu ul li a {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1), left 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  .c-hamburger {
    display: block;
    float: right;
    margin: 12px 14px;
  }
  .scroll-down {
    display: none;
  }
  #footer {
    padding: 0 15px;
  }
  #footer #designed-by {
    width: 60%;
  }
  #header #nav {
    display: none;
  }
  .section {
    min-height: 0;
  }
  .section #projects .button-row .button {
    top: calc(50% - 56px);
  }
  .section #projects .button-row .button:hover {
    width: 40px !important;
  }
  .section #projects .holder .item.project {
    width: 100%;
    position: relative;
    left: 0;
  }
  .section #projects .holder .item.project.carousel-cell {
    width: 100% !important;
  }
  .section #projects .holder .item.project:last-child {
    left: 0;
  }
  .section #projects .holder .item.project .inner-hover {
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
  }
  .section #projects .holder .item.project .inner-hover .holder {
    padding: 0;
    max-width: 100%;
  }
  .section #projects .holder .item.project .inner-hover .holder hr {
    max-width: 200px;
    margin: 15px auto;
  }
  .section #projects .holder .item.project .inner-active {
    width: 100%;
  }
  .section #projects .holder .item.project .inner-active .holder {
    text-align: center;
  }
  .section #projects .holder .item.project .inner-active .holder .logo img {
    margin: 0 auto 15px;
  }
  .section #projects .holder .item.project .inner-active .holder a.button {
    margin: 0 auto;
  }
  .section #projects .holder .item.project .inner {
    margin-top: 0;
    height: 100%;
  }
  .section #projects .holder .item.project .inner .logo {
    width: 400px;
  }
  .section.mask:before {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section .content {
    padding: 120px 20px 80px;
  }
  .section .content.contact-form {
    position: relative;
    top: 0;
    padding: 0 20px 30px;
    width: 100%;
    height: auto !important;
  }
  .section .content.contact-form form#contact-form .input-group.footer {
    margin-bottom: 20px;
  }
  .section .content.contact-form .line h2 {
    padding-top: 40px;
  }
  .section .content.contact-form .address ul {
    max-width: 100%;
  }
  .section .content.map {
    height: 300px !important;
    min-height: 300px !important;
    margin: 90px 0 0 0;
    position: relative;
  }
  .section .content.icons {
    padding: 0;
    margin: 0;
  }
  .section .content.icons .icons-holder {
    height: 560px;
  }
  .section .content.icons .icons-holder .line {
    height: 140px;
    position: relative;
  }
  .section .content.icons .icons-holder .line .icon {
    padding: 20px 10px;
    height: 100%;
    height: 140px;
  }
  .section .content .line hr {
    margin: 20px auto;
  }
  .section .content .line a.button {
    margin: 30px auto 0;
  }
  .section .part {
    width: 100%;
    display: table;
    height: auto;
    text-align: center;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #cookies .content h1 {
    font-size: 22px;
    line-height: 32px;
  }
  #header #logo a img {
    width: 186px;
  }
  .section #projects .button-row .button {
    width: 40px;
  }
  .section #projects .holder .item.project .inner .logo {
    width: 100%;
  }
  .section #projects .holder .item.project .inner .logo img {
    max-width: 220px;
  }
  .section #projects .holder .item.project .inner-active {
    padding: 0 15px;
  }
  .section #projects .holder .item.project .inner-active .holder .description {
    line-height: 20px;
    font-size: 13px;
    padding: 0 30px;
  }
  .section #projects .holder .item.project .inner-hover .holder .logo img {
    max-width: 220px;
  }
  .section .content.contact-form .address ul li {
    width: 100%;
    display: block;
  }
  .section .content.contact-form form#contact-form .input-group.footer {
    display: block;
  }
  .section .content.contact-form form#contact-form .input-group.footer .msg {
    display: block;
    padding: 0 0 15px;
  }
  .section .content.contact-form form#contact-form .input-group.footer .btn-holder {
    display: block;
    padding: 0;
    margin: 0 0 50px;
  }
  .section .content.contact-form form#contact-form .input-group .left {
    width: 100%;
    float: none;
  }
  .section .content.contact-form form#contact-form .input-group .right {
    width: 100%;
    float: none;
  }
  .section .content .line h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
/* Custom, iPhone Retina */
