.row {
  margin-right: 0px;
  margin-left: 0px;
}
.form-fieldset a:hover,
.form-fieldset a:focus {
  color: #23527c;
  text-decoration: underline;
  text-decoration-color: #79dcd5;
  text-decoration-skip-ink: none;
}

.Wallop,
.Wallop-list {
  position: relative;
}

.Wallop-list {
  overflow: hidden;
}

.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.Wallop-item--current {
  visibility: visible;
  position: relative;
}
.list-ps li {
  font-size: 18px;
}
.list-ps li::before {
  /*content: "•";*/
  content: "\2022";
  color: #01879c;
  padding: 14px;
  position: relative;
  top: 9px;
  line-height: 23px;
  font-size: 41px;
}
.relative-bnt {
  position: relative;
  padding: 35px 0 50px 0;
  margin-left: 31px;
}

.relative-bnt:hover .upload-hover {
  background-color: #30a4b8;
  transition: 0.3s;
}
.upload-text__holder {
  padding-left: 87px;
}
.upload-hover {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 21px;
  left: 0;
  background-color: #12bbf6;
  font-style: normal;
  font-size: 25px;
  line-height: 73px;
}
.icon-plus img {
  width: 40px;
}
.input-file {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 10;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  cursor: pointer;
}
@font-face {
  /*font-family: nexa;*/
  src: url(../fonts/NexaLight.otf);
}
@font-face {
  /*font-family: nexa-b;*/
  src: url(../fonts/NexaBold.otf);
}
@font-face {
  /*font-family: nexa-s;*/
  src: url(../fonts/nexascript.otf);
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow: hidden;
  /*font-family: nexa;*/
}
body.body-scroll {
  overflow-y: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #011b2a;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
hr,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body,
html {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  background: #fff;
}

*,
:after,
:before {
  box-sizing: inherit;
}

a {
  color: currentColor;
  text-decoration: none;
}

p {
  margin: 1em 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.background-black {
  background-color: #011b2a;
}

.background-black ::selection {
  background-color: #00879b;
}

.background-black ::-moz-selection {
  background-color: #00879b;
}

.color-black {
  color: #011b2a;
}

.background-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.color-white ::selection {
  color: #011b2a;
}

.color-white ::-moz-selection {
  color: #011b2a;
}

.background-grey {
  background-color: #f2f2f2;
}

.background-grey-medium {
  background-color: #d9d9d9;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-decoration-underline {
  text-decoration: underline;
}

.align-vertical {
  display: table-cell;
  vertical-align: middle;
}

.align-vertical-container {
  display: table;
  width: 100%;
  height: 100%;
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.fluid {
  display: block;
  width: 100%;
  height: auto;
}

.desaturate {
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.menu-inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-inline li {
  display: inline-block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container > embed,
.embed-container > iframe,
.embed-container > object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.position-relative {
  position: relative;
}

@-ms-viewport {
  width: device-width;
}

::selection {
  background-color: transparent;
  color: #06859b;
}

::-moz-selection {
  background-color: transparent;
  color: #06859b;
}

body {
  color: #12bbf6;
  /*font-family: nexa;*/
}

.h1,
h1 {
  font-size: 8rem;
}

.progressbar {
  display: block;
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.background-black ~ .progressbar {
  background-color: #ebebeb;
}

.background-white ~ .progressbar,
.progressbar {
  background-color: #141414;
}

.loaded .progressbar {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.ready .progressbar {
  z-index: auto;
}

.progressbar > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.social > a {
  color: currentColor;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.social--facebook > a:hover {
  color: #3b5998 !important;
}

.social--facebook > a:after {
  background-color: #3b5998 !important;
}

.social--twitter > a:hover {
  color: #55acee !important;
}

.social--twitter > a:after {
  background-color: #55acee !important;
}

.social--instagram > a:hover {
  color: #3f729b !important;
}

.social--instagram > a:after {
  background-color: #3f729b !important;
}

.social--linkedin > a:hover {
  color: #0077b5 !important;
}

.social--linkedin > a:after {
  background-color: #0077b5 !important;
}

.form-contact {
  font-size: 4rem;
}

.form-contact__container {
  margin: 0 auto;
  padding: 11.5rem 0;
  width: 78.75%;
  max-width: 1260px;
}

.form-contact__container__paragraph {
  margin: 0;
}

.form-contact__textarea {
  display: block;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  color: inherit;
  resize: none;
}

.form-contact__textarea:focus {
  outline: none;
}

.form-contact__submit {
  display: inline-block;
  height: 1em;
  padding: 0;
  overflow: hidden;
  background: 0 0;
  border: none;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  outline: none;
}

.form-contact__submit > span {
  display: block;
  height: 1em;
  -webkit-transition: 0.6s cubic-bezier(0.84, 0, 0.25, 1);
  transition: 0.6s cubic-bezier(0.84, 0, 0.25, 1);
}

.form-contact__submit__default {
  -webkit-transform: translate3d(0, 1em, 0);
  transform: translate3d(0, 1em, 0);
}

.form-contact__submit__error {
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
}

.form-contact__submit__sending {
  -webkit-transform: translate3d(0, -2em, 0);
  transform: translate3d(0, -2em, 0);
}

.form-contact__submit.active .form-contact__submit__default {
  -webkit-transform: translate3d(0, -1em, 0);
  transform: translate3d(0, -1em, 0);
}

.form-contact__submit.disabled .form-contact__submit__default {
  -webkit-transform: none;
  transform: none;
}

.form-contact__submit.active .form-contact__submit__action,
.form-contact__submit.invalid .form-contact__submit__default {
  -webkit-transform: translate3d(0, -1em, 0);
  transform: translate3d(0, -1em, 0);
}

.form-contact__submit.disabled .form-contact__submit__action {
  -webkit-transform: none;
  transform: none;
}

.form-contact__submit.invalid .form-contact__submit__error,
.form-contact__submit.sending .form-contact__submit__action {
  -webkit-transform: translate3d(0, -2em, 0);
  transform: translate3d(0, -2em, 0);
}

.form-contact__submit.sending .form-contact__submit__sending {
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
}

.form-contact__submit.sent .form-contact__submit__sending {
  -webkit-transform: translate3d(0, -2em, 0);
  transform: translate3d(0, -2em, 0);
}

.form-contact__success {
  visibility: hidden;
}

.typed-cursor {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.05em;
  background-color: #fff;
  opacity: 1;
  line-height: normal;
}

.hoverable {
  position: relative;
  z-index: 0;
}

.hoverable:after {
  content: "";
  display: block;
  position: absolute;
  margin-bottom: -0.5em;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: currentColor;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.hoverable:hover:after {
  height: 0.5em;
}

.pattern-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-shape {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.barba-container {
  min-height: 100%;
  opacity: 0;
}

.no-js .barba-container {
  opacity: 1;
}

.site__content {
  height: 100%;
  min-height: 100%;
}

.page .site__content {
  height: auto;
}

.doors-transition {
  position: fixed;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 50%;
  background-color: #0371f5;
}

.background-black ~ .doors-transition {
  background-color: #fff;
}

.background-white ~ .doors-transition {
  background-color: #011b2a;
}

.no-js .doors-transition {
  display: none;
}

.ready .doors-transition {
  z-index: 100;
  height: 0;
}

.doors-transition_top {
  top: auto;
  bottom: 50%;
}

.doors-transition_bottom {
  bottom: auto;
  top: 50%;
}
/*
.site__nav {
    position: fixed;
    top: 3.5rem;
    right: 3rem;
    z-index: 10;
}*/

.site__nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  color: currentColor;
  /*font-family: nexa-b;*/
  font-size: 2rem;
  font-weight: 500;
}

/*.site__nav__menu>.menu-item {
    display: inline-block;
    line-height: 1;
}*/

.site__nav__menu > .menu-item:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 1.8rem;
  width: 1px;
  height: 0.6em;
  background-color: currentColor;
  opacity: 0.2;
}

.site__nav__menu > .menu-item:last-child {
  padding: 0 1.8rem 0 0;
}

.site__nav__menu > .menu-item > a {
  display: inline-block;
  vertical-align: middle;
}
.site__header__hamburger:hover:after,
.site__header__hamburger:hover:before {
  left: 43%;
}

.menu--is-open .site__nav {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 1;
}

.menu--is-open .site__nav__menu {
  color: #fff;
}

.menu--is-open .site__nav__menu > .menu-item:last-child {
  padding: 1rem 2.5rem;
}

.menu--is-open .site__header__hamburger:after,
.menu--is-open .site__header__hamburger:before {
  background-color: #fff;
  -webkit-transform: translate(-50%, 0) rotate(-38deg);
  transform: translate(-50%, 0) rotate(-38deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  left: 50%;
}

.menu--is-open .site__header__hamburger > span {
  -webkit-transform: translate(-50%, 0) rotate(-38deg);
  transform: translate(-50%, 0) rotate(-38deg);
  opacity: 0;
}

.site__header {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  height: 125px;
  position: absolute;
  width: 100%;
  top: 0;
  display: block;
  z-index: 50;
  /*background: linear-gradient(white, transparent);*/
}
button {
  outline: 0 !important;
}
.site__header__hamburger {
  padding: 25px;
  display: block;
  position: fixed;
  right: 15px;
  top: 15px;
  background: 0 0;
  border: 0;
  outline: none;
  z-index: 11000;
  -webkit-appearance: none;
  color: #057bf5;
}

.site__header__hamburger > span {
  margin: 8px 0;
  display: block;
  width: 30px;
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.site__header__hamburger>span:before {
    content: "menu";
    position: absolute;
    left: -26px;
    top: 35%;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    /*font-family: nexa;*/
}*/
.site__header__hamburger:before {
  top: 26px;
  margin-top: -2px;
}

.site__header__hamburger:after {
  bottom: 25px;
  margin-bottom: -1px;
}

.site__header__hamburger:after,
.site__header__hamburger:before {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 4px;
  background-color: currentColor;
  border-radius: 8px;
  content: "";
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site__logo {
  display: block;
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  z-index: 10;
  width: 120px;
}

.site__logo > img {
  display: block;
  width: 100%;
  height: auto;
}

.site__logo > svg {
  fill: currentColor;
}

.site__footer {
  padding-bottom: 2.9rem;
  background-color: #0371f5;
}

.site__footer__container {
  margin: 0 auto;
  padding-top: 2.9rem;
  width: 78.75%;
  max-width: 1260px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.site__footer__container__text {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
}
.site__footer__container__text a {
  padding: 5px 8px;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  color: #fff;
}
.site__footer__container__text a:hover {
  color: #00d7c4;
}

.site__footer__container__text:nth-child(1) {
  float: left;
  line-height: 4.22;
}

.site__footer__container__text:nth-child(2) {
  float: right;
}

.project .site__footer__container {
  border-top: transparent;
}

.home .site__logo,
.home .site__nav {
  visibility: hidden;
}

.no-js .home .site__logo,
.no-js .home .site__nav {
  visibility: visible;
}

.home .pattern-overlay {
  z-index: 3;
}

.home__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slides {
  height: 100%;
}

.home__nav {
  position: absolute;
  z-index: 6;
  bottom: 5rem;
  right: 11.3rem;
  visibility: hidden;
}

.no-js .home__nav,
.ready .home__nav {
  visibility: inherit;
}

.home__nav__buttons {
  position: relative;
  z-index: 1;
}

.home__nav__buttons > li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.home__nav__buttons > li:not(:first-child) {
  border-left: 1px solid hsla(0, 0%, 100%, 0.4);
}

.home__nav__btn,
.home__nav__counter {
  line-height: 1;
  text-transform: uppercase;
}

.home__nav__btn {
  display: block;
  -webkit-appearance: none;
  color: inherit;
  outline: none;
  padding: 0.3em 0.9rem 0.1em;
  background: 0 0;
  border: 0;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 400;
}

.home__nav__counter {
  position: fixed;
  bottom: -0.03em;
  right: 11.3rem;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: 0.9rem;
  font-size: 10rem;
  font-weight: 600;
}

.home__nav__counter__fixed,
.home__nav__counter__mobile {
  vertical-align: bottom;
  opacity: 0.1;
}

.home__nav__counter__mobile {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: transparent;
}

.home__nav__counter__current {
  position: absolute;
  left: 0;
  color: #fff;
}

.home__nav__counter__current_actual {
  top: 0;
}

.home__nav__counter__current_prev {
  bottom: 100%;
}

.home__nav__counter__current_next {
  top: 100%;
}

.home__nav__counter__current.animating {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.63, 0.01, 0.38, 1)
    0.45s;
  transition: transform 0.6s cubic-bezier(0.63, 0.01, 0.38, 1) 0.45s;
  transition: transform 0.6s cubic-bezier(0.63, 0.01, 0.38, 1) 0.45s,
    -webkit-transform 0.6s cubic-bezier(0.63, 0.01, 0.38, 1) 0.45s;
}

.home__nav__counter__current.animating-forward {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.home__nav__counter__current.animating-backward {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.slide {
  height: 100%;
  color: #fff;
  font-size: 15rem;
}

.slide:not(.Wallop-item--current) {
  background: 0 0 !important;
}

.slide__container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.Wallop-item--current .slide__container {
  z-index: 6;
}

.slide__image,
.slide__image__mask {
  position: absolute;
  left: 0;
  width: 100%;
}

.slide__image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 200%;
}

.js .slide__image {
  opacity: 0;
}

.slide__image__mask {
  height: 50%;
  overflow: hidden;
}

.slide__image__mask_top,
.slide__image__mask_top .slide__image {
  top: 0;
}

.slide__image__mask_bottom,
.slide__image__mask_bottom .slide__image {
  bottom: 0;
}

.slide__title {
  opacity: 0;
}

.js .ready .slide__title {
  opacity: 0;
}

.no-js .slide__title,
.ready .Wallop-item--current .slide__title {
  opacity: 1;
  /*    padding-right: 100px;
        margin-right: 200px;*/
}

.slide__description {
  visibility: hidden;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  /*margin-right: 200px;*/
}

.slide__description__mask {
  position: absolute;
  bottom: 5rem;
  left: 9.5rem;
  height: 0.8em;
  overflow: hidden;
  font-size: 1.2rem;
}

.no-js .slide__description,
.ready .slide__description {
  visibility: inherit;
}

.slide__cta {
  display: none;
  position: absolute;
  bottom: 50%;
  right: -0.6rem;
  -webkit-transform: translate(50%, 0) rotate(90deg);
  transform: translate(50%, 0) rotate(90deg);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.5;
  text-transform: lowercase;
  white-space: nowrap;
}

.slide__cta:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide__cta:hover:after {
  height: 1rem;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.slide__cta__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translate3d(-13rem, 0, 0);
  transform: translate3d(-13rem, 0, 0);
}

.no-js .slide__cta,
.ready .Wallop-item--current .slide__cta {
  display: block;
}

.Wallop--custom-slide.grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.Wallop--custom-slide.grabbing {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.Wallop--custom-slide .Wallop-item--last-previous,
.Wallop--custom-slide .Wallop-item--next,
.Wallop--custom-slide .Wallop-item--next-next,
.Wallop--custom-slide .Wallop-item--previous {
  visibility: visible;
}

.Wallop--custom-slide .Wallop-item--previous .slide__image {
  z-index: 2;
}

.Wallop--custom-slide .Wallop-item--current .slide__image {
  z-index: 1;
}

.page__header__title {
  margin: 24.2rem 0 16.1rem;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.page__introduction {
  margin: 0 auto 11.5rem;
  width: 78.75%;
  max-width: 1260px;
}

.page__introduction__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__introduction__container__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page__introduction__container__item__title {
  margin: 9.9rem 0 9.2rem;
  font-weight: 600;
}

.page__introduction__container__item__introduction {
  max-width: 55rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.page__introduction__container__item__introduction p {
  max-width: 100%;
  margin-top: 0;
}

.page__introduction__container__item__introduction.is-last-item-contact {
  margin-top: 11.5rem;
  max-width: 100%;
}

.page__introduction__container__item__introduction .text-decoration-underline {
  text-decoration: underline;
}

.page__introduction__container__item__description {
  margin: 0 0 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.page__introduction__container__item__description-title {
  letter-spacing: 0.2em;
  min-height: 1.7rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.color-black .page__introduction__container__item__description-title {
  color: rgba(0, 0, 0, 0.4);
}

.color-white .page__introduction__container__item__description-title {
  color: hsla(0, 0%, 100%, 0.4);
}

.page__introduction__container__item__description-title:nth-child(1) {
  margin-top: 0;
}

.page__introduction__container__item__description__exponent {
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 1.2rem;
  font-weight: 400;
}

.page__introduction__container__item__description__img {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0 0.2em;
  fill: currentColor;
}

.page__introduction__container__item__description p {
  margin-top: 0;
}

.page__introduction__container__item__description li {
  margin-bottom: 0.3em;
}

.page__introduction__container__item:nth-child(1) {
  -ms-flex-preferred-size: 69.52381%;
  flex-basis: 69.52381%;
}

.page__introduction__container__item:nth-child(2) {
  -ms-flex-preferred-size: 28.88889%;
  flex-basis: 28.88889%;
  margin-left: 1.5873%;
}

.loaded .page .progressbar {
  opacity: 0;
}

.not-found-container {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.not-found-text {
  font-size: 4rem;
}

.not-found-link {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.not-found .site__footer,
.projects__introduction {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.projects__introduction {
  z-index: 3;
  top: 0;
  margin-bottom: 0;
}

.projects__introduction__container__item {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  -ms-flex-preferred-size: 454px !important;
  flex-basis: 454px !important;
  margin-left: 0 !important;
}

.projects__introduction__container__item__introduction {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.projects__image,
.projects__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects__images {
  z-index: 0;
  opacity: 0;
}

.no-js .projects__images {
  opacity: 1;
}

.projects__image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 1;
}

.js body:not(.ready) .js-projects--item,
.js body:not(.ready) .js-projects--title,
.projects__image.hide {
  opacity: 0;
}

.projects .pattern-overlay {
  z-index: 1;
}

.js-projects--item > a {
  background-size: 0;
}

.project__header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.project__header__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}

.project__header__scroll:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 5rem;
  background-color: currentColor;
}

.project__header__scroll__container {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1em;
  overflow: hidden;
  margin-bottom: 1.65em;
}

.project__header__scroll__text {
  display: block;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.js .project__header__scroll,
.js .project__header__scroll__text {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.project__title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-top: 0.11em;
  font-size: 0.65em;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
p.slide__title.project__title.js-project--title {
  position: absolute;
  top: 60%;
  /*top: 32%;*/
  left: 20%;
  margin: 0;
  padding-top: 0.11em;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  white-space: inherit;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  width: 30%;
}
.project__container {
  position: relative;
  top: 100%;
  z-index: 2;
}

.project__container__img {
  margin: 0 auto 11.5rem;
  max-width: 1100px;
}

.project__container__img__wrapper {
  padding: 11.5rem 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.project__container__img.has-no-margin-bottom {
  margin-bottom: 0;
}

.project__content {
  margin: 0 auto;
}

.project__introduction {
  max-width: 1160px;
  margin-bottom: 11.5rem;
}

.project__introduction__container__item__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8.1rem;
  padding-bottom: 4.3rem;
}

.project__introduction__container__item__description-title:not(:first-of-type) {
  margin-top: 0;
}

.project__introduction__container__item:nth-child(1) {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
}

.project__introduction__container__item:nth-child(2) {
  -ms-flex-preferred-size: 60.17241%;
  flex-basis: 60.17241%;
  margin-left: 0;
}

.project__introduction__container__item:nth-child(3) {
  -ms-flex-preferred-size: 38.10345%;
  flex-basis: 38.10345%;
  margin-left: 1.72414%;
}

.project__img {
  display: block;
  height: auto;
  width: 100%;
}

.project__img.is-full {
  margin-bottom: 11.5rem;
}

.project__img.is-gif {
  width: auto;
  margin: 0 auto;
}

.project__img.is-phone {
  width: auto;
  max-width: 100%;
}

.project__img.is-phone--partisanes-01 {
  height: auto;
  width: 33.81818%;
  margin-left: 58.09091%;
}

.project__img.is-phone--partisanes-02 {
  height: auto;
  width: 33.81818%;
  margin-left: auto;
  margin-right: auto;
}

.project__img.is-phone--pro-archives-01 {
  height: auto;
  width: 38.81818%;
  margin-left: 58.09091%;
}

.project__img.is-phone--pro-archives-02 {
  height: auto;
  width: 28.45455%;
  margin-left: 63.18182%;
}

.project__img.is-phone--pro-archives-03 {
  height: auto;
  width: 28.45455%;
  margin-left: auto;
  margin-right: auto;
}

.project__img.is-phone--antigel-01 {
  height: auto;
  width: 32.36364%;
  margin-left: 15.45455%;
}

.project__img.is-overlaps-xme-01 {
  margin-top: -31.36364%;
}

.project__img.is-overlaps-antigel-01 {
  margin-top: -20.90909%;
}

.project__img.is-overlaps-antigel-02 {
  margin-top: -52.27273%;
}

.project__img.is-overlaps-partisanes-01 {
  margin-top: -62.72727%;
}

.project__img.is-overlaps-partisanes-02 {
  margin-top: -31.36364%;
}

.project__img.is-overlaps-partisanes-03 {
  margin-top: -52.27273%;
}

.project__img.is-overlaps-pro-archives-01 {
  margin-top: -62.72727%;
}

.project__img.is-overlaps-pro-archives-02 {
  margin-bottom: -10.45455%;
  margin-top: -31.36364%;
}

.project__img.is-overlaps-delorm-01 {
  margin-bottom: -230px;
}

.project__img.is-overlaps-delorm-02 {
  margin-top: 115px;
}

.project__banner:after {
  display: block;
  padding-bottom: 31.89223%;
  content: "";
}

.project__next {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.78em;
  background-color: #011b2a;
  color: #fff;
}

.project__next:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.8s cubic-bezier(0, 0.385, 0.345, 1);
  transition: 0.8s cubic-bezier(0, 0.385, 0.345, 1);
  background-color: currentColor;
}

.project__next.cloned {
  position: fixed;
  z-index: 9;
  left: 0;
  width: 100%;
  background: 0 0;
}

.project__next__link {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}

.project__next__container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.project__next__title {
  margin: 0;
  padding-top: 0.11em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}

.project__next__text {
  display: block;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project__next__text__mask {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1em;
  font-size: 1.2rem;
  overflow: hidden;
}

.project__next.leaving:before,
.project__next:not(.cloned):hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.project__next.cloned:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.project ~ .doors-transition {
  background-color: #fff;
}

.project ~ .progressbar {
  background-color: #ebebeb;
}

.project.barba-container {
  height: 100%;
}

.studio__header {
  position: relative;
  margin: 29.1rem 0 16.1rem;
  line-height: 0;
  text-align: center;
}

.studio__header__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -0.5em 0 0;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.15;
}

.studio__header__watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13.6rem;
  height: 13.6rem;
  margin: 0 auto -6.8rem;
}

.studio__introduction {
  margin: 0 auto 7.9rem;
  width: 78.75%;
}

.studio__introduction__container__item:nth-child(1) {
  margin-bottom: 11.7rem;
}

.studio__introduction__container__item:nth-child(2) {
  -ms-flex-preferred-size: 28.88889%;
  flex-basis: 28.88889%;
  margin-bottom: 11.7rem;
}

.studio__introduction__container__item:nth-child(3) {
  -ms-flex-preferred-size: 28.88889%;
  flex-basis: 28.88889%;
}

.studio__introduction__container__item:nth-child(4) {
  -ms-flex-preferred-size: 40.63492%;
  flex-basis: 40.63492%;
}

.studio__introduction__container__item:nth-child(5) {
  -ms-flex-preferred-size: 28.88889%;
  flex-basis: 28.88889%;
  margin: 0 0 11.7rem 1.5873%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-s {
    display: block !important;
  }

  table.visible-s {
    display: table !important;
  }

  tr.visible-s {
    display: table-row !important;
  }

  td.visible-s,
  th.visible-s {
    display: table-cell !important;
  }

  .hidden-s {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-m {
    display: block !important;
  }

  table.visible-m {
    display: table !important;
  }

  tr.visible-m {
    display: table-row !important;
  }

  td.visible-m,
  th.visible-m {
    display: table-cell !important;
  }

  .hidden-m {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-l {
    display: block !important;
  }

  table.visible-l {
    display: table !important;
  }

  tr.visible-l {
    display: table-row !important;
  }

  td.visible-l,
  th.visible-l {
    display: table-cell !important;
  }

  .hidden-l {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table !important;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  td.visible-xl,
  th.visible-xl {
    display: table-cell !important;
  }

  .hidden-xl {
    display: none !important;
  }

  .project__container__img {
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .visible-xxl {
    display: block !important;
  }

  table.visible-xxl {
    display: table !important;
  }

  tr.visible-xxl {
    display: table-row !important;
  }

  td.visible-xxl,
  th.visible-xxl {
    display: table-cell !important;
  }

  .hidden-xxl {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .page__introduction__container__item.second-item-contact {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .projects__introduction__container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .form-contact__container {
    max-width: 900px;
  }

  .site__footer__container {
    max-width: 900px;
  }

  .page__introduction {
    max-width: 900px;
  }

  .page__introduction__container__item__introduction {
    max-width: 50rem;
    font-size: 2rem;
  }

  .project__container__img {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .site__logo {
    position: absolute;
  }

  .project__container__img__wrapper {
    padding: 4.5rem 0;
  }

  .project__introduction__container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .project__introduction__container__item {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

  .project__img.is-gif {
    width: 100%;
    height: auto;
  }

  .project__img.is-phone--partisanes-01 {
    margin-left: auto;
    margin-right: auto;
  }

  .project__img.is-phone--pro-archives-01 {
    margin-left: auto;
    margin-right: auto;
  }

  .project__img.is-phone--pro-archives-02 {
    margin-left: auto;
    margin-right: auto;
  }

  .project__img.is-phone--antigel-01 {
    margin-left: auto;
    margin-right: auto;
  }

  .project__img.is-overlaps-antigel-02 {
    margin-top: 11.5rem;
  }

  .project__img.is-overlaps-partisanes-01 {
    margin-top: 11.5rem;
  }

  .project__img.is-overlaps-partisanes-02 {
    margin-top: 11.5rem;
  }

  .project__img.is-overlaps-partisanes-03 {
    margin-top: 11.5rem;
  }

  .studio__introduction__container__item:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .studio__introduction__container__item:nth-child(5) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .studio__introduction__container__item {
    margin: 0 0 4.5rem !important;
  }
}

/*@media (max-width:812px) {*/

.site__nav {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #12bbf6;
  color: #fff;
  z-index: 10000;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site__nav__menu {
  padding-top: 2rem;
}

.site__nav__menu > .menu-item {
  display: block;
  padding: 1.5rem 2.5rem;
  font-size: 5rem;
  line-height: 1;
}

.site__nav__menu > .menu-item:not(:last-child):after {
  display: none;
}

/*}*/

@media (max-width: 479px) {
  html {
    font-size: 46.875%;
  }

  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .form-contact__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-contact__textarea {
    width: 100%;
  }

  .site__logo {
    top: 25px;
    left: 25px;
  }

  .site__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site__footer__container {
    margin-bottom: 4.6rem;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .site__footer__container__text:nth-child(1) {
    width: 100%;
    float: none;
    text-align: center;
  }

  .site__footer__container__text:nth-child(2) {
    width: 100%;
    float: none;
    text-align: center;
  }

  .page__header__title {
    margin: 24.2rem 0 8.05rem;
    font-size: 5rem;
  }

  .page__introduction {
    margin-bottom: 4.6rem;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page__introduction__container__item__title {
    line-height: 8rem;
  }

  .page__introduction__container__item {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

  .projects__introduction {
    position: relative;
  }

  .projects__introduction__container {
    padding-top: 23rem;
  }

  .project__container__img {
    margin-bottom: 4.5rem;
  }

  .project__introduction {
    margin-bottom: 4.5rem;
  }

  .project__img.is-full {
    margin-bottom: 4.5rem;
  }

  .project__img.is-overlaps-antigel-02 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .project__img.is-overlaps-partisanes-01 {
    margin-top: 4.5rem;
  }

  .project__img.is-overlaps-partisanes-02 {
    margin-top: 4.5rem;
  }

  .project__img.is-overlaps-partisanes-03 {
    margin-top: 4.5rem;
  }

  .project__img.is-overlaps-delorm-01 {
    margin-bottom: 4.5rem;
  }

  .project__img.is-overlaps-delorm-02 {
    margin-top: 0;
  }

  .studio__header__img {
    height: auto;
    width: 100%;
  }

  .studio__introduction {
    width: 100%;
    margin: 0 0 7.9rem;
  }

  .studio__introduction__container__item:nth-child(3) div {
    margin: 0;
  }

  .studio__introduction__container__item:nth-child(3) {
    margin-bottom: 0 !important;
  }

  .studio__introduction__container__item {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

#container {
  direction: rtl;
}
#typer {
  top: 44%;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  color: #00879b;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1000;
}

.mainImg {
  opacity: 0;
  visibility: hidden;
  top: -5%;
  width: 100%;
  height: auto;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transform: scale(1);
}
.intro-logo {
  animation-name: logoanimate;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes logoanimate {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
  }
}

.header-ps {
  text-align: center;
  position: relative;
  margin: 0 auto;
  min-height: 470px;
  width: 100%;
  height: 100vh;
}
.bg-img {
  background-image: url(../img/career.jpg);
  width: 100%;
  height: 100%;
  background-position: 50% 8%;
}
.title-ps {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 14rem;
}
article.content-ps .form-radio {
  padding: 90px;
}
.title-ps h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #ffffff;
  /*font-family: nexa-b;*/
  letter-spacing: 2px;
}
.mytitle {
  margin: 20px 0;
  font-size: 3.3rem;
  text-transform: capitalize;
  color: #06859b;
}
.mytitle span {
  font-size: 2.5rem;
  display: block;
  margin: 30px 0 15px;
}
.line-1 {
  position: relative;
  /*bottom: 50% !important;*/
  width: 15em;
  right: 0;
  margin: 0 auto;
  border-right: 2px solid #00879b;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

/* Animation */
.anim-typewriter {
  border-right: 2px solid #00879b;
  /*animation:blinkTextCursor 500ms steps(15) infinite normal;*/
  animation: typewriter 4s steps(15) 1s 1 normal both,
    blinkTextCursor 500ms steps(15) infinite normal;
  -webkit-animation: typewriter 4s steps(15) 1s 1 normal both,
    blinkTextCursor 500ms steps(15) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: #00879b;
  }
  to {
    border-right-color: transparent;
  }
}
@-webkit-keyframes blinkTextCursor {
  from {
    border-right-color: #00879b;
  }
  to {
    border-right-color: transparent;
  }
}

/*---------------------------about-------------------------*/

.section-intro {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  /*font-family: nexa-b;*/
}
.heading {
  padding: 100px 0;
  text-align: center;
}
.heading p {
  font-size: 18px;
  color: #0371f5;
}
.heading h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 2.5rem;
  line-height: 28px;
  letter-spacing: 0.25rem;
}
.border1 {
  border-top: 1px solid #011b2a;
}
.pad-100 {
  padding: 100px;
}
.pad-50 {
  padding: 50px;
}
.pad-35 {
  padding: 35px;
}
.pad-18 {
  padding: 18px 0;
}
.pad-70 {
  padding: 0 70px;
}
.arrow-link {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.arrow-link:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.arrow-link i {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.arrow-link h2 {
  font-size: 38px;
  line-height: 20px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.arrow-link:hover i,
.arrow-link:hover h2 {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #01626a;
}
.arrow-link h3 {
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  font-size: 26px;
}
.arrow-link:hover h3 {
  color: #01626a;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-1%);
  -ms-transform: translateX(-1%);
  -webkit-transform: translateX(-1%);
  transform: translateX(-1%);
  opacity: 0;
}
#sync2 {
  width: 90%;
  max-width: 1068px;
  margin: 0 auto;
}
.netproject {
  padding: 0;
  margin: 0;
  background: antiquewhite;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.netproject:hover {
  background: rgba(3, 202, 185, 0.22);
}

/*---------------------------zegzag------------------*/

a.linezegzag {
  background: linear-gradient(to bottom, #0371f5 0%, #12bbf6 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 3px;

  text-decoration: none;
}

a.linezegzag:hover {
  background-image: url("linezegzag.svg");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
}

/*----------projects--------------*/
.projectContent {
  position: relative;
  padding: 50px;
}
.projectContent img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.projectPS .col-md-6:nth-child(even) {
  top: 200px;
}

/* #Work
================================================== */

#projects-grid {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 60px);
  padding-bottom: 30px;
  margin-bottom: 200px;
}
#projects-grid:after {
  content: "";
  display: block;
  clear: both;
}

.portfolio-box-1 {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: -1px;
  -webkit-transform: translate3d(1px, 0, 0);
  transform: translate3d(1px, 0, 0);
}
.portfolio-box-1.box-port-half {
  width: 50%;
  margin-left: -3px;
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.portfolio-box-1 .mask-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 30px solid #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-box-1:hover .mask-1 {
  /*background:rgba(213, 19, 17, 0.20);*/
  background: rgba(1, 115, 119, 0.2);
}
.portfolio-box-1 h6 {
  position: absolute;
  top: 60px;
  left: 120px;
  color: #fff;
  z-index: 4;
  opacity: 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 36px;
  /*font-family: nexa-b;*/
}
.portfolio-box-1:hover h6 {
  left: 60px;
  opacity: 1;
}
.portfolio-box-1 .line-mask {
  position: absolute;
  top: 93px;
  left: 120px;
  z-index: 4;
  opacity: 0;
  width: 30px;
  height: 1px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-box-1:hover .line-mask {
  left: 60px;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio-box-1 p {
  position: absolute;
  top: 107px;
  left: 120px;
  color: #fff;
  z-index: 4;
  opacity: 0;
  font-size: 10px;
  /*font-family: nexa;*/
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-box-1:hover p {
  left: 60px;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.portfolio-box-1 img {
  width: 100%;
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
}
#portfolio-filter {
  position: relative;
  width: 100%;
  text-align: center;
}
#filter {
  position: relative;
  width: 100%;
  text-align: center;
}

#filter li {
  display: inline-block;
  text-align: center;
}
#filter:after {
  content: "";
  display: block;
  clear: both;
}
#filter li a {
  position: relative;
  display: inline-block;
  /*font-family: nexa;*/
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  padding: 8px 22px;
  background: #efefef;
  margin-bottom: 5px;
  text-align: center;
  outline: none;
  color: #323232;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#filter li .current {
  background: #e2e2e2;
}
#filter li a:hover {
  background: #e2e2e2;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.theme-dark {
  background: #002239;
  padding: 150px;
  margin-top: 150px;
}
.theme-dark.stra {
  background: none;
  padding: 0;
  padding-left: 45px;
  margin-top: 0px;
  width: 100vw;
  justify-self: center;
}
.theme-dark.stra h5 {
  color: #404040;
  text-transform: capitalize;
  font-weight: bold;
}
.theme-dark.stra .col-md-5 {
  background: #06859b;
  margin: 150px -100px;
  padding: 90px;
}
.theme-dark.stra .list {
  line-height: 2;
}
.theme-dark h3,
.theme-dark li,
.theme-dark h5 {
  color: #fff;
}
.theme-dark .text p,
.theme-dark .text a {
  color: #fff;
}
.btn.btn-main {
  background-color: #0371f5;
  color: #fff;
  transition: 0.3s ease-in-out;
  padding: 10px 40px;
  border: 2px solid #0371f5;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.btn.btn-main:hover {
  background-color: transparent;
  color: #12bbf6;
}
.theme-dark .text a:hover {
  text-decoration: none;
  color: #00d7c4;
}
.team .newproj-sec {
  margin-bottom: 65px;
  background: transparent;
  padding: 0;
}
.team .newproj-sec a {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 70px;
  transition: 0.3s;
  color: #fba01c;
  text-transform: capitalize;
}
.team .newproj-sec a:after {
  content: "";
  width: 63px;
  height: 2px;
  background: #fba01c;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.3s;
}
.team .newproj-sec a:hover {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 70px;
}
.team .newproj-sec a:hover:after {
  left: 74%;
}
.team .mytitle {
  color: #01879c !important;
  margin: 20px 0;
  font-size: 3.3rem;
}
.team .mytitle span {
  font-size: 2rem;
  display: block;
  margin: 30px 0 15px;
}
.newproj-sec h3 {
  color: #fff;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.team {
  /*    padding-top: 44%;
        margin-top: 20%;*/
}
.team h2 {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: bold;
  color: #06859b;
  line-height: 1.3;
  margin-bottom: 29px;
}
.team-compare_desc_item {
  z-index: 10;
  position: absolute;
  right: 44px;
  width: 20.625rem;
  top: 4.375rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-compare_desc_item--smart {
  /*left: 2.5rem;*/
  text-align: left;
}
.left-label {
  position: absolute;
  left: 44px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  /*font-family: nexa-s;*/
  color: #0371f5;
  display: block;
  line-height: 0.1;
  margin-left: -17px;
}
.proj-info {
  padding-top: 30px;
}
.f45 {
  font-size: 45px;
}

.proj-info h4 {
  text-transform: capitalize;
  font-size: 15px;
  /*font-family: nexa-b;*/
  line-height: 1;
}
.proj-info p {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 34px;
  margin-top: 0px;
}
.proj-info:before {
  content: "";
  position: absolute;
  left: 3px;
  width: 1px;
  height: 89%;
  bottom: 0;
  background-color: #31708f;
}
.proj-info h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #31708f;
  border-radius: 50%;
}
.hello {
  top: -27px;
  position: absolute;
  left: 0;
  width: 200px;
  height: 155px;
  padding: 25px;
  background-image: url(../img/hello.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.item:hover .hello {
  opacity: 1;
  left: -50%;
}
.hello h5 {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 0.5px;
  margin: 7px 0;
  font-weight: bold;
  color: #fba01c;
}
.hello h6 {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 0.5px;
  font-weight: bold;
}
section.who {
  background-image: url(../img/bg.jpg);
  padding: 60px 0px;
}

.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
  background-color: #0371f5;
}

.tile__cta p,
.pro-title p {
  display: block;
  font-size: 21px;
  text-transform: capitalize;
  /*font-family: nexa-s;*/
  color: #fff;
  margin: 0;
}

.button-ps {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  width: 150px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}
.button-ps span {
  color: #0371f5;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none;
}
.button-ps:hover {
  animation: rotate 0.7s ease-in-out both;
  text-decoration: none;
}
.button-ps:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 35px !important;
  height: 5px !important;
}
.related {
  padding: 100px;
  background: #0371f5;
}

.related h2 {
  text-transform: capitalize;
  font-size: 41px;
  font-weight: bold;
  color: #06859b;
  line-height: 1.43;
  margin-bottom: 29px;
}

.related .item {
  padding: 45px;
}
.related .item img {
  display: block;
  width: 70%;
  margin: auto;
  border-radius: 16px;
}
.related .item .pro-title {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  /*font-family: nexa-b;*/
  bottom: 65px;
  left: 8px;
  text-shadow: 0 0 1px #616161;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #06859b !important;
}

@media (max-width: 812px) {
  .menu-inline li {
    display: block;
  }
  .pad-70 {
    padding: 0;
  }
  .content__item {
    margin-bottom: 1vh !important;
  }
  .newproj-sec {
    padding: 5rem !important;
  }
  .site__logo {
    width: 80px;
  }
  .mob-sec {
    padding: 5rem !important;
  }

  .marquee span {
    font-size: 40px !important;
  }
  .padding-top-bottom {
    padding-top: 145px !important;
  }
  .hero-left-head-wrapper h1 {
    line-height: 75px !important;
    font-size: 75px !important;
  }
  .hero-right-img-wrapper img {
    height: 60vh !important;
    top: 42px !important;
    left: 23px !important;
  }
  #main {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
    background-position: right !important;
  }
  .benefits-content-wrapper {
    top: 210px !important;
  }
  .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
  }
  .item:hover .hello {
    top: 0;
    left: 0;
  }
  .header-ps {
    min-height: 200px !important;
    height: 39vh;
  }
  .bg-img {
    background-position: 50% 35%;
  }
  .btn-liquid {
    width: 120px !important;
  }
  .form-checkbox,
  .form-radio {
    padding-left: 20px !important;
  }
  .upload-text__holder {
    font-size: 0 !important;
  }
  .form-radio {
    width: 100% !important;
  }
  /*    .content__item-imgwrap {
            grid-area: 1 / 1 / 4 / 3 !important;
        }*/
  .content--alternate .content__item.nxtpro .content__item-title {
    /*grid-area: auto !important;*/
    grid-area: 1 / 4 / 2 / 1 !important;
  }
  .content--alternate .content__item .content__item-title {
    transform: none !important;
  }
  .nxtpro samp {
    font-size: 30px !important;
    bottom: 45% !important;
  }
  .content__item.content__item--wide.full .content__item-imgwrap {
    grid-area: 1 / 1 / 4 / 4 !important;
  }
  .content__item-img {
    background-repeat: no-repeat !important;
  }
  .wedo .content__item-imgwrap {
    grid-area: 1 / 2 / 4 / 3 !important;
  }
  .content--alternate .content__item:first-child .content__item-title {
    font-size: 3rem !important;
  }
  .pd {
    padding-bottom: 0 !important;
  }
  .slide-buttons li a {
    opacity: 0.75 !important;
    filter: blur(0.2px) !important;
  }
  .slide-buttons li.active a {
    opacity: 1 !important;
    filter: blur(0px) !important;
  }
}
@media (max-width: 900px) {
  .related .item {
    padding: 0px;
  }
  .related {
    padding: 50px;
  }
  .site__logo {
    width: 44px;
  }
  .relative-bnt {
    padding: 53px 0 50px 0;
  }
}
