/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.42857143;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/* Markup: Skweb (skt.pw) */
.full-bg {
  background-position: center center;
  background-size: cover !important;
}

.full-screen-height {
  height: 100%;
  width: 100%;
}

.abs-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  color: #000;
  font: 15px brutal_type, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  -webkit-user-select: none;
          user-select: none;
}

a {
  text-decoration: none;
  color: #008cdd;
}

a:hover {
  color: #071c55;
  text-decoration: none;
}

button {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
}

h1, h2, h4, h4, h5, b, strong {
  font-weight: 500;
}

body div.scrollbar-track-y {
  background-color: transparent !important;
  width: 25px !important;
  z-index: 50 !important;
}
body div.scrollbar-track-y .scrollbar-thumb {
  background: none !important;
  border-radius: 30px;
  bottom: 4px;
  left: 0;
  top: 4px;
  width: 100%;
}
body div.scrollbar-track-y .scrollbar-thumb:hover:after {
  background: #666;
}
body div.scrollbar-track-y .scrollbar-thumb:after {
  content: "";
  display: block;
  clear: both;
  background-color: #ddd;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  width: 6px;
  transition: background-color 0.3s ease;
}
body div.scrollbar-track-y .scrollbar-thumb:hover {
  background-color: #ccc;
}

img.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .main-page-holder {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}

.all-page-wrapper {
  width: 100%;
  overflow: hidden;
}

.rel-box {
  position: relative;
  z-index: 3;
}

.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  max-width: 2000px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    padding: 0 4%;
  }
}
@media (max-width : 767px) {
  .container {
    padding: 0 7%;
  }
}
.container._mod-noright {
  padding-right: 0;
}

._g-out-container {
  margin: 0 -5vw;
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._g-out-container {
    margin: 0 -4vw;
  }
}
@media (max-width : 767px) {
  ._g-out-container {
    margin: 0 -8vw;
  }
}

._g-plefted {
  padding-left: 7vw;
}
@media (min-width: 1700px) {
  ._g-plefted {
    padding-left: 150px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  ._g-plefted {
    padding-left: 4vw;
  }
}
@media (max-width : 767px) {
  ._g-plefted {
    padding-left: 0;
  }
}

.global-close-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 20px;
  height: 20px;
  background: none;
  outline: none;
  border: none;
  z-index: 5;
}
@media (max-width : 767px) {
  .global-close-btn {
    top: 40px;
    right: 30px;
  }
}
.global-close-btn:before, .global-close-btn:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #FEE441;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 8px;
  margin-left: -3px;
  transition: all 0.3s ease;
}
.global-close-btn:after {
  transform: rotate(-45deg);
}

@keyframes downPulse {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.3) translateY(5px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes scrollAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-42px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.fakeCarouselScroll {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fakeCarouselScroll .scroll-content {
  height: 100%;
}
.fakeCarouselScroll .fakeslider {
  height: 100%;
}
.fakeCarouselScroll .scrollbar-track {
  display: none !important;
}

body ._gCustomScroll .scrollbar-track-y,
body .selectric-scroll .scrollbar-track-y {
  width: 3px !important;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #E3E3E3 !important;
}
body ._gCustomScroll .scrollbar-track-y .scrollbar-thumb,
body .selectric-scroll .scrollbar-track-y .scrollbar-thumb {
  width: 3px !important;
  border-radius: 2px;
  background: #9097AB !important;
}
body ._gCustomScroll .scrollbar-track-y .scrollbar-thumb:after,
body .selectric-scroll .scrollbar-track-y .scrollbar-thumb:after {
  display: none;
}
body ._gCustomScroll.hasScroll,
body .selectric-scroll.hasScroll {
  padding-right: 25px;
}

@keyframes gotop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes textRotate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3792px);
  }
}
._g-circle-more-btn {
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 370px;
  margin: 0 auto;
  position: relative;
  font-size: 37px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  ._g-circle-more-btn {
    width: 200px;
    height: 200px;
    font-size: 21px;
  }
}
._g-circle-more-btn:hover span em {
  transform: translateY(-100%);
}
._g-circle-more-btn:hover span:before {
  transform: translate3d(0, 0, 0);
}
._g-circle-more-btn:hover i:before {
  transform: scale(1.2);
  border-color: #000;
}
._g-circle-more-btn span {
  transition: all 0.5s ease;
  overflow: hidden;
  display: block;
  position: relative;
}
._g-circle-more-btn span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
._g-circle-more-btn span em {
  transition: all 0.3s ease;
  display: block;
  font-style: normal;
}
._g-circle-more-btn i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
._g-circle-more-btn i:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  transition: all 0.5s ease;
}

header {
  left: 0;
  position: absolute;
  top: 5vh;
  width: 100%;
  z-index: 100;
  transition: top 0.3s ease, box-shadow 0.2s ease;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
header .head-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .container {
  position: relative;
  z-index: 3;
}
header .left-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
header .right-column {
  min-width: 160px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width : 767px) {
  header .right-column {
    display: none;
  }
}
header .center-column {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width : 767px) {
  header .center-column {
    display: none;
  }
}
header .logo-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  padding: 8px 0;
  border-right: 2px solid rgba(255, 255, 255, 0.41);
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  transition: all 0.3s ease;
  width: 160px;
}
@media (min-width:768px) and (max-width:991px) {
  header .logo img {
    width: 160px;
  }
}
@media (max-width : 767px) {
  header .logo img {
    width: 130px;
  }
}
header .logo .logo-black {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
}
header .follow-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
header .mnogo {
  margin-left: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
header .mnogo i {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #ffffff;
  width: 4px;
  height: 4px;
  margin-left: 3px;
}
header .main-nav {
  width: 90%;
  max-width: 530px;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
header .main-nav li {
  padding: 0 10px;
}
@media (min-width: 768px) {
  header .main-nav li:first-child {
    display: none;
  }
}
header .main-nav li a {
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (min-width:768px) and (max-width:991px) {
  header .main-nav li a {
    font-size: 14px;
  }
}
header .main-nav li a:hover span {
  transform: translateY(-100%);
}
header .main-nav li a:hover:before {
  transform: translate3d(0, 0, 0);
}
header .main-nav li a:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
header .main-nav li a span {
  transition: all 0.5s ease;
  display: inline-block;
}
header .soc-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 15px;
}
header .soc-link:first-child {
  margin-left: 0;
}
header .soc-link:hover:before {
  transform: scale(1);
}
header .soc-link:hover img {
  filter: invert(1);
}
header .soc-link:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  transform: scale(0);
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
}
header .soc-link img {
  transition: all 0.3s ease;
  display: block;
  opacity: 0.8;
}

.mobile-menu-btn {
  z-index: 150;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 45px;
  position: fixed;
  top: 5vh;
  right: 6vw;
  margin-top: -3px;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}
.mobile-menu-btn span {
  border: none;
  width: 100%;
  height: 2px;
  background: none;
  position: relative;
  transition: all 0.3s ease;
  background: #dfdfdf;
}
.mobile-menu-btn span:before, .mobile-menu-btn span:after {
  content: "";
  display: block;
  clear: both;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dfdfdf;
  box-sizing: inherit;
}
.mobile-menu-btn span:before {
  top: -9px;
  transition-property: top, transform;
}
.mobile-menu-btn span:after {
  bottom: -9px;
  transition-property: bottom, transform;
  width: 70%;
}
.mobile-menu-btn em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
}
@media (max-width : 767px) {
  .mobile-menu-btn em {
    display: none;
  }
}
.mobile-menu-btn.btn-actived span {
  background: none;
}
.mobile-menu-btn.btn-actived span:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-menu-btn.btn-actived span:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.mobile-menu {
  background: #000000;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  width: 100%;
  left: 0;
  z-index: 120;
  display: none;
}
.mobile-menu .menu-holder {
  padding: 5vh 7vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
.mobile-menu .logo {
  display: inline-block;
  margin-bottom: 25px;
}
.mobile-menu .logo img {
  width: 130px;
}
.mobile-menu .menu-top {
  margin-bottom: 20px;
}
.mobile-menu .menu-nav {
  flex: 1;
}
.mobile-menu .main-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mobile-menu .main-nav a {
  font-size: 27px;
  padding: 2vh 0;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.mobile-menu .ess-box {
  text-align: center;
  position: relative;
}
.mobile-menu .ess-box i {
  position: absolute;
  top: 50%;
  height: 1px;
  background: #1D1D1D;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.mobile-menu .ess-box span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 15px;
  background: #000;
  font-size: 14px;
  color: #636363;
}
.mobile-menu .menu-bottom {
  margin-top: 20px;
}
.mobile-menu .menu-bottom .overflow {
  overflow: hidden;
}
.mobile-menu .menu-bottom .line {
  width: 100%;
  margin: 10px auto;
  background: #222;
  height: 1px;
}
.mobile-menu .menu-bottom .right-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.mobile-menu .soc-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 34px;
  height: 34px;
  margin-left: 5px;
  transform: scale(0.8);
}
.mobile-menu .soc-link:first-child {
  margin-left: 0;
}
.mobile-menu .soc-link img {
  transition: all 0.3s ease;
  display: block;
}
.mobile-menu .loc {
  display: block;
  color: #656565;
  font-size: 13px;
  padding-bottom: 2px;
}
.mobile-menu .tel {
  display: block;
  color: #a6a6a6;
  font-size: 17px;
}
.mobile-menu .mail {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
}
.mobile-menu .adr-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .mail-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

html.modal-open,
html.modal-open {
  overflow-x: hidden;
}

body.modal-open {
  position: relative;
  overflow: hidden;
  padding-right: 0 !important;
}
body.modal-open .header-index {
  padding-right: 15px;
}
@media (max-width : 767px) {
  body.modal-open {
    padding-right: 0 !important;
  }
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.global-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: none;
  outline: none;
  border: none;
}
@media (max-width : 767px) {
  .global-close-btn {
    top: 40px;
    right: 30px;
  }
}
.global-close-btn:before, .global-close-btn:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background-color: #80679E;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 8px;
  margin-left: -3px;
  transition: all 0.3s ease;
}
.global-close-btn:after {
  transform: rotate(-45deg);
}

.modal-contact:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
}
@media (max-width : 767px) {
  .modal-contact:before {
    position: fixed;
  }
}
.modal-contact.in:before {
  opacity: 1;
  transition: transform 0.5s ease-in-out;
}
.modal-contact.in .modal-content {
  opacity: 1;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.modal-contact .modal-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.modal-contact .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal-contact .global-close-btn {
  padding: 0;
  right: 5vw;
  top: 5vw;
  width: 20px;
  height: 20px;
}
.modal-contact .global-close-btn:before, .modal-contact .global-close-btn:after {
  background: #fff;
}
.modal-contact .connect-form {
  padding-right: 5%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
}
.modal-contact .connect-form .form-main-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .form-main-row {
    display: block;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .modal-contact .connect-form {
    padding-right: 0;
  }
}
@media (max-width : 767px) {
  .modal-contact .connect-form {
    padding-right: 0;
    padding-top: 10px;
  }
}
.modal-contact .connect-form.sended .form-main-row {
  visibility: hidden;
  opacity: 0;
}
.modal-contact .connect-form.sended .form-success-box {
  opacity: 1;
  visibility: visible;
}
.modal-contact .connect-form.sended .form-success-box .galka:before {
  width: 30px;
}
.modal-contact .connect-form.sended .form-success-box .galka:after {
  width: 60px;
}
.modal-contact .connect-form .info-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 30px;
}
.modal-contact .connect-form .info-col .bottext {
  font-size: 12px;
  color: #ffffff;
}
.modal-contact .connect-form .info-col .bottext .orcall {
  display: block;
  margin-bottom: 10px;
}
.modal-contact .connect-form .info-col .bottext .phone {
  display: block;
  font-size: 25px;
}
.modal-contact .connect-form .form-title {
  display: block;
  font-size: 80px;
  line-height: 74px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 5vh;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .form-title {
    font-size: 32px;
    line-height: 35px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .modal-contact .connect-form .form-title br {
    display: none !important;
  }
}
.modal-contact .connect-form .form-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .form-flex-row {
    width: 100%;
    display: block;
  }
}
.modal-contact .connect-form .worktime-col {
  width: 25%;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .worktime-col {
    display: none;
  }
}
.modal-contact .connect-form .wpcf7 {
  flex: 1;
}
.modal-contact .connect-form .wpcf7 form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.modal-contact .connect-form .wpcf7 .wpcf7-response-output {
  width: 100%;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.modal-contact .connect-form .wpcf7 .wpcf7-mail-sent-ok {
  display: none !important;
}
.modal-contact .connect-form .wpcf7 span.wpcf7-not-valid-tip {
  color: #ffa9a9;
}
.modal-contact .connect-form .fields-col {
  flex: 1;
  max-width: 650px;
}
.modal-contact .connect-form .submit-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.modal-contact .connect-form .submit-btn {
  transition: all 0.3s ease;
  color: #fff;
  font-size: 25px;
  line-height: 41px;
  font-weight: normal;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  position: relative;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .submit-btn {
    width: 150px;
    height: 150px;
  }
}
.modal-contact .connect-form .submit-btn:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width:768px) and (max-width:991px) {
  .modal-contact .connect-form .submit-btn {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width : 767px) {
  .modal-contact .connect-form .submit-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
}
.modal-contact .connect-form .submit-btn:hover i {
  transform: scale(1.1);
}
.modal-contact .connect-form .submit-btn:hover:before {
  transform: scale(0.9);
}
.modal-contact .connect-form .submit-btn i {
  margin: 0 auto 30px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #A3A3A5;
  padding: 0 20px;
}
@media (min-width:768px) and (max-width:991px) {
  .modal-contact .connect-form .submit-btn i {
    width: 80px;
    height: 80px;
  }
}
@media (max-width : 767px) {
  .modal-contact .connect-form .submit-btn i {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    order: 2;
    margin-left: 20px;
    padding: 0 10px;
  }
}
.modal-contact .connect-form .form-group {
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .form-group {
    margin-bottom: 10px;
  }
}
.modal-contact .connect-form .form-control {
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #A3A3A5;
  font-weight: 300;
  font-size: 21px;
  box-shadow: none;
  color: #fff;
  padding-left: 0px;
  height: 50px;
}
.modal-contact .connect-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.modal-contact .connect-form .form-control:-moz-placeholder {
  color: #fff;
}
.modal-contact .connect-form .form-control::-moz-placeholder {
  color: #fff;
}
.modal-contact .connect-form .form-control:-ms-input-placeholder {
  color: #fff;
}
@media (max-width : 767px) {
  .modal-contact .connect-form .form-control {
    font-size: 16px;
    padding-left: 0;
    font-weight: normal;
  }
}
.modal-contact .connect-form .form-control:focus, .modal-contact .connect-form .form-control:hover {
  border-color: #fff;
}
.modal-contact .connect-form .form-text {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 5vh;
}
.modal-contact .connect-form .form-text a {
  color: #ddd;
  text-decoration: underline;
}
.modal-contact .connect-form .form-text a:hover {
  color: #fff;
  text-decoration: none;
}
.modal-contact .connect-form .top-text p {
  color: #a7a7a8;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
}
.modal-contact .connect-form .worktime {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}
.modal-contact .connect-form .tel-wrap {
  margin-bottom: 10px;
}
.modal-contact .connect-form .tel-wrap:last-child {
  margin-bottom: 0;
}
.modal-contact .connect-form .tel-wrap a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline;
}
.modal-contact .connect-form .tel-wrap a:hover {
  text-decoration: none;
}
.modal-contact .sended-success-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.modal-contact .sended-success-box .icon {
  margin-bottom: 40px;
}
.modal-contact .sended-success-box .sended-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
}
.modal-contact .success-send .connect-form {
  opacity: 0;
  visibility: hidden;
}
.modal-contact .success-send .sended-success-box {
  opacity: 1;
  visibility: visible;
}

.modal-team:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
}
@media (max-width : 767px) {
  .modal-team:before {
    position: fixed;
  }
}
.modal-team.in:before {
  opacity: 1;
  transition: transform 0.5s ease-in-out;
}
.modal-team.in .modal-content {
  opacity: 1;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.modal-team .modal-holder {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
@media (min-width:768px) and (max-width:991px) {
  .modal-team .modal-holder {
    overflow-y: scroll;
    justify-content: flex-start;
  }
}
@media (max-width : 767px) {
  .modal-team .modal-holder {
    overflow-y: scroll;
    justify-content: flex-start;
    padding-top: 30px;
  }
}
.modal-team .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
  position: relative;
  padding: 8vh 0px;
}
.modal-team .team-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1300px;
  padding-right: 80px;
}
@media (max-width : 767px) {
  .modal-team .team-row {
    padding-right: 0;
    display: block;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .modal-team .team-row {
    display: block;
  }
}
.modal-team .team-row .pic-col {
  width: 50%;
  padding-right: 10%;
}
@media (min-width:768px) and (max-width:991px) {
  .modal-team .team-row .pic-col {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .modal-team .team-row .pic-col img {
    max-width: 400px;
  }
}
@media (max-width : 767px) {
  .modal-team .team-row .pic-col {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.modal-team .team-row .desc-col {
  width: 50%;
  max-height: 84vh;
  padding-right: 5%;
}
@media (min-width:768px) and (max-width:991px) {
  .modal-team .team-row .desc-col {
    max-height: none;
    width: 100%;
  }
}
@media (max-width : 767px) {
  .modal-team .team-row .desc-col {
    width: 100%;
    padding-right: 0;
  }
}
.modal-team .team-row .desc-col .name {
  display: block;
  font-weight: normal;
  font-size: 55px;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .modal-team .team-row .desc-col .name {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
.modal-team .team-row .desc-col .role {
  display: block;
  font-size: 24px;
  color: #858585;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .modal-team .team-row .desc-col .role {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.modal-team .team-row .desc-col p {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}
@media (max-width : 767px) {
  .modal-team .team-row .desc-col p {
    font-size: 18px;
    line-height: 24px;
  }
}
.modal-team .global-close-btn {
  padding: 0;
  right: 5vw;
  top: 5vw;
  width: 50px;
  z-index: 10;
  height: 50px;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .modal-team .global-close-btn {
    width: 30px;
    height: 30px;
  }
}
.modal-team .global-close-btn:hover {
  transform: scale(1.1);
}
.modal-team .global-close-btn:before, .modal-team .global-close-btn:after {
  margin-top: 18px;
  width: 115%;
  background: #000;
}

.modal-feat:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
}
@media (max-width : 767px) {
  .modal-feat:before {
    position: fixed;
  }
}
.modal-feat.in:before {
  opacity: 1;
  transition: transform 0.5s ease-in-out;
}
.modal-feat.in .modal-content {
  opacity: 1;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.modal-feat .modal-holder {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
@media (min-width:768px) and (max-width:991px) {
  .modal-feat .modal-holder {
    overflow-y: scroll;
    justify-content: flex-start;
  }
}
@media (max-width : 767px) {
  .modal-feat .modal-holder {
    overflow-y: scroll;
    justify-content: flex-start;
    padding-top: 30px;
  }
}
.modal-feat .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
  position: relative;
  padding: 5vh 0px;
  height: 100%;
}
@media (max-width : 767px) {
  .modal-feat .modal-content {
    padding-top: 0;
  }
}
.modal-feat .modal-content .container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
.modal-feat .modal-desc {
  height: 100%;
  padding-left: 10%;
  padding-right: 5%;
}
@media (max-width : 767px) {
  .modal-feat .modal-desc {
    padding: 0;
    height: auto;
  }
}
.modal-feat .modal-desc p {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}
@media (max-width : 767px) {
  .modal-feat .modal-desc p {
    font-size: 18px;
    line-height: 24px;
  }
}
.modal-feat .modal-desc figure {
  margin-bottom: 20px;
}
.modal-feat .modal-desc figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal-feat .modal-desc ul li {
  position: relative;
  padding-left: 30px;
  margin-left: 25px;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width : 767px) {
  .modal-feat .modal-desc ul li {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.modal-feat .modal-desc ul li:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 15px;
  background: #000000;
  position: absolute;
  top: 11px;
  left: 0;
}
.modal-feat .title-box {
  padding-right: 60px;
}
@media (max-width : 767px) {
  .modal-feat .title-box {
    padding-right: 40px;
  }
}
.modal-feat .modal-title {
  display: block;
  font-size: 90px;
  line-height: 80px;
  font-weight: 300;
  margin-bottom: 5vh;
}
@media (max-width : 767px) {
  .modal-feat .modal-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.modal-feat .global-close-btn {
  padding: 0;
  right: 5vw;
  top: 5vw;
  width: 50px;
  z-index: 10;
  height: 50px;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .modal-feat .global-close-btn {
    width: 30px;
    height: 30px;
  }
}
.modal-feat .global-close-btn:hover {
  transform: scale(1.1);
}
.modal-feat .global-close-btn:before, .modal-feat .global-close-btn:after {
  margin-top: 18px;
  width: 115%;
  background: #000;
}

.info-drop-block {
  position: absolute;
  box-shadow: 0 5px 33px rgba(32, 3, 77, 0.14);
  border-radius: 20px;
  width: 450px;
  background: #fff;
  text-align: left;
  z-index: 20;
  padding: 25px 20px 25px 35px;
  display: none;
  top: 50%;
  margin-top: -250px;
  left: 5vw;
  margin-left: 85px;
}
@media (max-width : 767px) {
  .info-drop-block {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
}
.info-drop-block .global-close-btn {
  top: 20px;
  right: 15px;
  width: 12px;
  height: 12px;
}
.info-drop-block .global-close-btn:hover:before, .info-drop-block .global-close-btn:hover:after {
  background: #4397DD;
}
.info-drop-block .infotext-wrap {
  max-height: 200px;
}
@media (max-width : 767px) {
  .info-drop-block .infotext-wrap {
    padding-right: 0;
    margin-right: 0;
  }
}
.info-drop-block .infotitle {
  font-size: 18px;
  font-weight: 500;
  color: #071c55;
  margin-bottom: 20px;
}
.info-drop-block p {
  margin: 0 0 30px;
  color: #9097ab;
  font-size: 15px;
  line-height: 24px;
}

.modal-map .close-area {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  opacity: 0;
}
.modal-map.in .close-area {
  opacity: 1;
}
.modal-map.in .modal-content {
  opacity: 1;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.modal-map .modal-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.modal-map .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  position: relative;
}
.modal-map .modal-content:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 60%;
}
.modal-map .modal-content .map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  background: #353535;
}
.modal-map .modal-content .map > div {
  border-radius: 15px;
  background: #353535 !important;
}
.modal-map .global-close-btn {
  padding: 0;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.modal-map .global-close-btn:hover:before, .modal-map .global-close-btn:hover:after {
  background: #008CDD;
}
.modal-map .global-close-btn:before, .modal-map .global-close-btn:after {
  background: #fff;
}
.modal-map .zoom-buttons {
  position: absolute;
}

@media (max-width : 767px) {
  .inVideo .mobile-menu-btn {
    opacity: 0;
    visibility: hidden;
  }
}

.close-video {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  right: 60px;
  top: 60px;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 102;
  display: block;
}
@media (max-width : 767px) {
  .close-video {
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
  }
}
.close-video:before, .close-video:after {
  display: none;
}
.close-video i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.close-video i:before, .close-video i:after {
  height: 1px;
  transform: rotate(45deg);
  position: absolute;
  width: 135%;
  margin-top: 8px;
  margin-left: -3px;
  transition: all 0.3s ease;
  content: "";
  display: block;
  clear: both;
  background: #fff;
  left: -4px;
  top: 12px;
}
.close-video i:after {
  transform: rotate(-45deg);
}

.index-top-section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #000;
  color: #fff;
}
.index-top-section .hidden-videobox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.index-top-section .hidden-videobox:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.index-top-section .hidden-videobox video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.index-top-section .slide-parallaxer-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.index-top-section .sect-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width : 767px) {
  .index-top-section .sect-holder {
    clip: rect(0, auto, auto, 0);
    overflow: hidden;
  }
}
.index-top-section .top-index-slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider {
    z-index: 3;
  }
}
.index-top-section .top-index-slider.onMove .backgrounds-box:before {
  opacity: 1;
}
.index-top-section .top-index-slider.onMove .swiper-slide:before {
  opacity: 1;
}
.index-top-section .top-index-slider.hoveredTitle .slideParallaxer {
  opacity: 0.5;
}
.index-top-section .top-index-slider .main-swiper .swiper-slide {
  height: 100%;
  width: 100%;
}
.index-top-section .top-index-slider .main-swiper .container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider .main-swiper .container {
    flex: 1;
    padding-bottom: 115px;
  }
}
.index-top-section .top-index-slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index-top-section .top-index-slider .slideParallaxer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity 0.5s ease;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider .slideParallaxer {
    position: fixed;
  }
}
.index-top-section .top-index-slider .slideParallaxer .swiper-slide {
  opacity: 1 !important;
}
.index-top-section .top-index-slider .slideParallaxer .pic-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.index-top-section .top-index-slider .slideParallaxer .slide-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.index-top-section .top-index-slider .slideParallaxer .slide-holder .video-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.index-top-section .top-index-slider .slideParallaxer .slide-holder .video-box:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.index-top-section .top-index-slider .slideParallaxer .slide-holder .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-top-section .top-index-slider .slideParallaxer picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.index-top-section .top-index-slider .slideParallaxer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-top-section .top-index-slider .slide-text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 5;
  color: #fff;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider .slide-text {
    justify-content: flex-end;
    padding-bottom: 10%;
    transform: translateX(0) !important;
  }
}
.index-top-section .top-index-slider .slide-text .text-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #fff;
  z-index: 3;
}
.index-top-section .top-index-slider .slide-text .text-holder a {
  outline: none !important;
  border: none !important;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider .slide-text .text-holder {
    flex: 1;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .index-top-section .top-index-slider .slide-text .text-holder:hover .slide-title span {
    transform: scale(1.05);
  }
  .index-top-section .top-index-slider .slide-text .text-holder:hover .slide-subtitle {
    color: #fff;
  }
  .index-top-section .top-index-slider .slide-text .text-holder:hover .slide-subtitle span {
    transform: translateY(-100%);
  }
  .index-top-section .top-index-slider .slide-text .text-holder:hover .slide-subtitle:before {
    transform: translateY(0);
  }
}
.index-top-section .top-index-slider .slide-title {
  display: inline-block;
  font-size: 6vw;
  line-height: 10vw;
  font-weight: 300;
  letter-spacing: -0.2vw;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
  position: relative;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider .slide-title {
    font-size: 12vw;
    line-height: 12vw;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.index-top-section .top-index-slider .slide-title span {
  transition: all 0.5s ease;
  display: block;
}
.index-top-section .top-index-slider .slide-subtitle {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
}
@media (max-width : 767px) {
  .index-top-section .top-index-slider .slide-subtitle {
    font-size: 16px;
    color: #d2d2d2;
  }
}
.index-top-section .top-index-slider .slide-subtitle:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
.index-top-section .top-index-slider .slide-subtitle span {
  display: block;
  transition: all 0.5s ease;
}
@media (max-width : 767px) {
  .index-top-section .slider-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .index-top-section .slider-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 6px;
    height: 6px;
    opacity: 0.4;
    margin: 0 5px;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
  .index-top-section .slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1);
  }
}
.index-top-section .slide-navigation-box {
  position: absolute;
  z-index: 10;
  bottom: 10%;
  left: 0;
  width: 100%;
}
@media (max-width : 767px) {
  .index-top-section .slide-navigation-box {
    bottom: 5%;
  }
}
.index-top-section .slide-navigation-box .center-box {
  width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width : 767px) {
  .index-top-section .slide-navigation-box .center-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.index-top-section .slide-navigation-box .slide-progress {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 5vh;
}
@media (max-width : 767px) {
  .index-top-section .slide-navigation-box .slide-progress {
    margin-bottom: 20px;
  }
}
.index-top-section .slide-navigation-box .slide-progress i {
  display: block;
  height: 100%;
  background: #fff;
}
.index-top-section .slide-navigation-box .number-nav-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width : 767px) {
  .index-top-section .slide-navigation-box .number-nav-box {
    display: none;
  }
}
.index-top-section .slide-navigation-box .btn-prev,
.index-top-section .slide-navigation-box .btn-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin-top: -20px;
}
.index-top-section .slide-navigation-box .btn-prev:hover:before,
.index-top-section .slide-navigation-box .btn-next:hover:before {
  transform: scale(1);
}
.index-top-section .slide-navigation-box .btn-prev:hover:after,
.index-top-section .slide-navigation-box .btn-next:hover:after {
  border-color: #000;
}
.index-top-section .slide-navigation-box .btn-prev:before,
.index-top-section .slide-navigation-box .btn-next:before {
  content: "";
  display: block;
  clear: both;
  transform: scale(0);
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.index-top-section .slide-navigation-box .btn-prev:after,
.index-top-section .slide-navigation-box .btn-next:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: top;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  margin-left: -3px;
  margin-top: 5px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.index-top-section .slide-navigation-box .btn-prev:after {
  margin-left: 0;
  transform: rotate(135deg);
}
.index-top-section .slide-navigation-box .slider-pagination {
  padding: 0 15px 0 20px;
}
.index-top-section .slide-navigation-box .rel-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width : 767px) {
  .index-top-section .slide-navigation-box .rel-holder {
    display: block;
    padding-top: 15px;
  }
}
.index-top-section .slide-navigation-box .current-number {
  position: relative;
  font-size: 84px;
  font-weight: 100;
  width: 90px;
  line-height: 80px;
  overflow: hidden;
}
.index-top-section .slide-navigation-box .current-number b {
  font-weight: 100;
}
.index-top-section .slide-navigation-box .current-number .changed-numbers {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  transition: all 0.5s ease;
}
.index-top-section .slide-navigation-box .current-number .changed-numbers span {
  display: block;
  height: 100px;
}
.index-top-section .slide-navigation-box .slides-count {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 100;
}
.index-top-section .scroll-more-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width : 767px) {
  .index-top-section .scroll-more-wrap {
    position: relative;
    top: auto;
    width: 100%;
    justify-content: center;
  }
}

.scroll-bottom-btn {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width : 767px) {
  .scroll-bottom-btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.scroll-bottom-btn:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 0%;
  background: #ffffff;
  top: 100%;
  height: 1px;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width : 767px) {
  .scroll-bottom-btn:after {
    display: none;
  }
}
.scroll-bottom-btn:hover {
  color: #fff;
}
.scroll-bottom-btn:hover:after {
  width: 100%;
  opacity: 1;
}
.scroll-bottom-btn:hover span {
  transition: all 0.3s ease;
}
.scroll-bottom-btn:hover em:before {
  width: 100%;
}
.scroll-bottom-btn em {
  display: inline-block;
  font-style: normal;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.scroll-bottom-btn em:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  height: 1px;
  background: #ffffff;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .scroll-bottom-btn em:before {
    display: none;
  }
}
.scroll-bottom-btn span {
  margin-top: -5px;
  position: relative;
  display: inline-block;
}
@media (max-width : 767px) {
  .scroll-bottom-btn span {
    animation: scrollAni 1.5s infinite ease;
    margin-top: 0;
  }
}
.scroll-bottom-btn span b {
  display: block;
  position: relative;
  font-weight: 300;
}
@media (max-width : 767px) {
  .scroll-bottom-btn span b {
    font-weight: normal;
  }
}
.scroll-bottom-btn span b:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}
.scroll-bottom-btn span b:first-child {
  margin-bottom: 13px;
}
@media (max-width : 767px) {
  .scroll-bottom-btn span b:first-child {
    margin-bottom: 20px;
  }
}
.scroll-bottom-btn i {
  font-style: normal;
  font-size: 15px;
  font-weight: 100;
  padding-left: 10px;
}
@media (max-width : 767px) {
  .scroll-bottom-btn i {
    font-size: 14px;
    padding-top: 2px;
    display: inline-block;
  }
}

.wpblock-index-content {
  background: #000000;
  color: #fff;
  position: relative;
  padding: 250px 0 200px;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-index-content {
    padding: 50px 0 80px;
    clip: rect(0, auto, auto, 0);
    overflow: hidden;
  }
  .wpblock-index-content .container {
    position: relative;
  }
}
.wpblock-index-content:after {
  content: "";
  display: block;
  clear: both;
  background: linear-gradient(to bottom, transparent 0%, #000 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 1000px;
  width: 100%;
}
.wpblock-index-content .top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 90px;
}
@media (max-width : 767px) {
  .wpblock-index-content .top-row {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
  }
}
.wpblock-index-content .top-row .left-col {
  width: 50%;
}
@media (max-width : 767px) {
  .wpblock-index-content .top-row .left-col {
    white-space: nowrap;
  }
}
.wpblock-index-content .top-row .who {
  font-weight: 300;
  display: block;
  color: #fff;
  font-size: 30px;
}
@media (max-width : 767px) {
  .wpblock-index-content .top-row .who {
    font-size: 20px;
  }
}
.wpblock-index-content .top-row .est {
  display: block;
  font-size: 15px;
  color: #4d4d4d;
  font-weight: 300;
}
@media (max-width : 767px) {
  .wpblock-index-content .top-row .est {
    font-size: 13px;
  }
}
.wpblock-index-content .concept-textbox {
  padding-bottom: 300px;
  width: 70%;
  max-width: 1050px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .wpblock-index-content .concept-textbox {
    width: 100%;
    padding-bottom: 0;
  }
}
.wpblock-index-content .concept-textbox .text {
  font-size: 6vw;
  line-height: 5.5vw;
  font-weight: 300;
  margin: 0 0 30px;
  color: #555457;
}
@media (min-width: 1700px) {
  .wpblock-index-content .concept-textbox .text {
    font-size: 100px;
    line-height: 96px;
  }
}
@media (max-width : 767px) {
  .wpblock-index-content .concept-textbox .text {
    font-size: 9.5vw;
    line-height: 9vw;
  }
}
.wpblock-index-content .concept-textbox .text b, .wpblock-index-content .concept-textbox .text strong {
  font-weight: 300;
  color: #fff;
}
.wpblock-index-content .textbg {
  position: absolute;
  top: 0;
  left: -5vw;
  right: -5vw;
}
@media (max-width : 767px) {
  .wpblock-index-content .textbg {
    position: fixed;
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .wpblock-index-content .textbg {
    top: -100vh;
  }
}
.wpblock-index-content .textbg .demartiText {
  color: #0f0f12;
  font-weight: 300;
  font-size: 19vw;
  text-align: left;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.wpblock-index-content .textbg span {
  display: block;
}
.wpblock-index-content .essenceText,
.wpblock-index-content .essenceTextNew {
  color: #fff;
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 23vw;
  line-height: 20vw;
  font-weight: 100;
  text-align: center;
  opacity: 1;
  z-index: 2;
}
@media (min-width: 1700px) {
  .wpblock-index-content .essenceText,
.wpblock-index-content .essenceTextNew {
    font-size: 380px;
    line-height: 320px;
  }
}
@media (max-width : 767px) {
  .wpblock-index-content .essenceText,
.wpblock-index-content .essenceTextNew {
    position: relative;
    margin-bottom: 30px;
    top: 0;
  }
}
.wpblock-index-content .relo {
  position: relative;
  z-index: 3;
}
.wpblock-index-content .ess-first-row {
  margin-bottom: 600px;
}
@media (max-width : 767px) {
  .wpblock-index-content .ess-first-row {
    margin-bottom: 30px;
  }
}
.wpblock-index-content .ess-first-row .left-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .wpblock-index-content .ess-first-row .left-col .image {
    transform: translateY(-200px);
  }
}
.wpblock-index-content .interior-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width : 767px) {
  .wpblock-index-content .interior-row {
    display: block;
  }
}
.wpblock-index-content .interior-row .est {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  left: 0;
  color: #4d4d4d;
  top: 20px;
}
.wpblock-index-content .interior-row .right-col {
  width: 50%;
  padding-right: 7vw;
  z-index: 4;
}
@media (max-width : 767px) {
  .wpblock-index-content .interior-row .right-col {
    width: 80%;
    max-width: 210px;
    padding-right: 0;
  }
}
.wpblock-index-content .interior-row .right-col .text {
  max-width: 505px;
  padding-bottom: 120px;
}
@media (max-width : 767px) {
  .wpblock-index-content .interior-row .right-col .text {
    padding-bottom: 20px;
  }
}
.wpblock-index-content .interior-row .right-col p {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  margin: 0 0 40px;
}
@media (max-width : 767px) {
  .wpblock-index-content .interior-row .right-col p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.wpblock-index-content .interior-row .left-col {
  width: 40%;
  padding-right: 5%;
}
@media (max-width : 767px) {
  .wpblock-index-content .interior-row .left-col {
    display: none;
  }
}
.wpblock-index-content .interior-row .left-col p {
  margin: 0 0 30px;
  font-size: 23px;
  line-height: 30px;
  color: #c7c7c7;
  font-weight: 300;
}
.wpblock-index-content .essence-box-wrapper {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper {
    padding-top: 0;
    z-index: 4;
    padding-bottom: 30px;
  }
}
.wpblock-index-content .essence-box-wrapper img {
  max-width: 241px;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper img {
    max-width: 100%;
  }
}
.wpblock-index-content .essence-box-wrapper img.wide {
  max-width: 336px;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper img.wide {
    max-width: 100%;
  }
}
.wpblock-index-content .essence-box-wrapper .image-box {
  display: inline-block;
}
.wpblock-index-content .essence-box-wrapper .ess-images-holder {
  margin: 0 auto 120px;
  max-width: 1100px;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .ess-images-holder {
    margin-bottom: 40px;
  }
}
.wpblock-index-content .essence-box-wrapper .pic-text {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .pic-text {
    display: none;
  }
}
.wpblock-index-content .essence-box-wrapper .image1 {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .image1 {
    padding-right: 0;
    width: 100%;
    padding-left: 50%;
    margin-bottom: 10px;
    z-index: 1;
  }
}
.wpblock-index-content .essence-box-wrapper .image2 {
  padding-left: 50%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .image2 {
    padding-left: 0;
    width: 50%;
    margin-bottom: 10px;
  }
}
.wpblock-index-content .essence-box-wrapper .image3 {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .image3 {
    display: none;
    width: 60%;
    margin-top: -40px;
  }
  .wpblock-index-content .essence-box-wrapper .image3 .image-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wpblock-index-content .essence-box-wrapper .image3 .pic-text {
    order: 3;
    padding-top: 15px;
  }
}
.wpblock-index-content .essence-box-wrapper .right-textcol {
  text-align: center;
  padding-top: 50px;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .right-textcol {
    padding-left: 0;
    padding-top: 0;
  }
}
.wpblock-index-content .essence-box-wrapper .right-textcol p {
  font-size: 50px;
  line-height: 68px;
  font-weight: 300;
  margin: 0 auto 20px;
  max-width: 600px;
  text-align: center;
}
@media (max-width : 767px) {
  .wpblock-index-content .essence-box-wrapper .right-textcol p {
    font-size: 30px;
    line-height: 38px;
  }
}
.wpblock-index-content .essence-textbox {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}
.wpblock-index-content .left-image-box {
  position: relative;
  z-index: 2;
  width: 50%;
  padding-bottom: 50px;
}
.wpblock-index-content .left-image-box .image {
  padding-left: 5vw;
}
.wpblock-index-content .right-alone-text-column {
  padding-left: 50%;
  padding-bottom: 50px;
}
.wpblock-index-content .right-alone-text-column .text {
  max-width: 505px;
}
.wpblock-index-content .right-alone-text-column p {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  margin: 0 0 40px;
}
.wpblock-index-content .left-alone-text-column {
  width: 50%;
  padding-right: 10%;
  position: relative;
  z-index: 3;
}
.wpblock-index-content .left-alone-text-column p {
  margin: 0 0 30px;
  font-size: 23px;
  line-height: 30px;
  color: #c7c7c7;
  font-weight: 300;
}
.wpblock-index-content .our-projects-linkbox {
  position: relative;
  z-index: 5;
}
.wpblock-index-content .our-projects-linkbox .link-text {
  position: absolute;
  right: 100%;
  top: 50%;
  padding-right: 70px;
  color: #fff;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-index-content .our-projects-linkbox .link-text {
    right: auto;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    padding-right: 0;
    margin-top: 15px;
  }
}
.wpblock-index-content .our-projects-linkbox .link-text span {
  display: block;
  transition: all 0.3s ease;
}
.wpblock-index-content .our-projects-linkbox .link-text:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
@media (max-width : 767px) {
  .wpblock-index-content .our-projects-linkbox .link-text:before {
    width: 100%;
    text-align: center;
  }
}
.wpblock-index-content .abs-circle-text {
  width: 400px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}
@media (max-width : 767px) {
  .wpblock-index-content .abs-circle-text {
    width: 250px;
    height: 250px;
  }
}
.wpblock-index-content .abs-circle-text .text-circle {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wpblock-index-content .abs-circle-text:hover text {
  fill: #fff;
}
@media (min-width: 768px) {
  .wpblock-index-content .abs-circle-text:hover .arr {
    transform: scale(2);
  }
}
.wpblock-index-content .abs-circle-text:hover .link-text span {
  transform: translateY(-100%);
}
.wpblock-index-content .abs-circle-text:hover .link-text:before {
  transform: translate3d(0, 0, 0);
}
.wpblock-index-content .abs-circle-text svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  animation: rotate 20s infinite linear;
}
.wpblock-index-content .abs-circle-text text {
  font-size: 22px;
  font-weight: normal;
  color: #55585f;
  letter-spacing: 10px;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-index-content .abs-circle-text text {
    fill: #444;
  }
}
.wpblock-index-content .abs-circle-text .link-text {
  white-space: nowrap;
  font-size: 20px;
}
.wpblock-index-content .abs-circle-text .arr {
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  margin-left: -25px;
  z-index: 4;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-index-content .abs-circle-text .arr {
    margin-top: -25px;
  }
}
.wpblock-index-content .abs-circle-text .arr:before {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 0px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
.wpblock-index-content .abs-circle-text .arr:after {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}

.wpblock-two-quads {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 3;
  background: #000000;
}
@media (max-width : 767px) {
  .wpblock-two-quads {
    flex-direction: column;
  }
  .wpblock-two-quads .top-row {
    padding-bottom: 50px;
  }
}
.wpblock-two-quads .image-col {
  width: 50%;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-two-quads .image-col {
    width: 100%;
  }
}
.wpblock-two-quads .image-col img {
  width: 100%;
  transform: scale(1.4);
}
@media (max-width : 767px) {
  .wpblock-two-quads .image-col img {
    transform: scale(1);
  }
}
.wpblock-two-quads .text-col {
  width: 50%;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 3% 5%;
  background: #fff;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col {
    width: 100%;
    padding: 25px 5% 45px;
  }
}
.wpblock-two-quads .text-col .title {
  color: #535353;
  font-size: 15px;
}
.wpblock-two-quads .text-col .center-box {
  text-align: center;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col .center-box {
    padding-bottom: 40px;
  }
}
.wpblock-two-quads .text-col .center-box p {
  margin: 0;
  font-size: 55px;
  line-height: 59px;
  font-weight: 300;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col .center-box p {
    font-size: 30px;
    line-height: 35px;
  }
}
.wpblock-two-quads .text-col .readmore-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease;
}
.wpblock-two-quads .text-col .readmore-box:hover {
  color: #666;
}
.wpblock-two-quads .text-col .readmore-box:hover i {
  transform: rotate(-45deg);
  background: #666;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col .readmore-box {
    justify-content: center;
    font-size: 14px;
  }
}
.wpblock-two-quads .text-col .readmore-box i {
  width: 50px;
  height: 4px;
  background: #000;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col .readmore-box i {
    margin-left: 25px;
    width: 30px;
    height: 3px;
  }
}
.wpblock-two-quads .text-col .readmore-box i:before {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #000;
  position: absolute;
  right: 0;
  margin-top: 0px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col .readmore-box i:before {
    width: 20px;
    height: 3px;
  }
}
.wpblock-two-quads .text-col .readmore-box i:after {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #000;
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}
@media (max-width : 767px) {
  .wpblock-two-quads .text-col .readmore-box i:after {
    width: 20px;
    height: 3px;
  }
}

.wpblock-services-tizer {
  background: #000;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wpblock-services-tizer:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 80px 100px #000;
    z-index: 3;
  }
}
@media (max-width : 767px) {
  .wpblock-services-tizer {
    padding: 50px 0;
  }
  .wpblock-services-tizer:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 7vw;
    right: 7vw;
    height: 1px;
    background: #292929;
  }
}
.wpblock-services-tizer .heading-box {
  position: relative;
  z-index: 3;
  margin-right: auto;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .heading-box {
    order: -1;
    margin-bottom: 30px;
  }
}
.wpblock-services-tizer .smalltext {
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: #4d4d4d;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .smalltext {
    color: #bbbbbb;
    font-size: 13px;
  }
}
.wpblock-services-tizer h2 {
  text-align: center;
  font-size: 21vw;
  line-height: 16vw;
  letter-spacing: -1vw;
  color: #191919;
  font-weight: 300;
  margin: 0;
}
.wpblock-services-tizer .textbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .textbg {
    position: relative;
    height: auto;
    top: auto;
    margin-bottom: 30px;
  }
}
.wpblock-services-tizer .textbg span {
  display: block;
  text-align: center;
  font-size: 21vw;
  line-height: 16vw;
  letter-spacing: -1vw;
  color: #191919;
  font-weight: 300;
  margin: 0;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .textbg span {
    font-size: 25vw;
    letter-spacing: -1.2vw;
    color: #383838;
  }
}
.wpblock-services-tizer .service-images {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .service-images {
    display: none;
  }
}
.wpblock-services-tizer .service-images .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.wpblock-services-tizer .service-images .item.current {
  opacity: 1;
}
.wpblock-services-tizer .service-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpblock-services-tizer .mask-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wpblock-services-tizer .mask-container .mask-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.wpblock-services-tizer .mask-circle {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  transition: all 0.15s ease;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .mask-circle {
    display: none;
  }
}
.wpblock-services-tizer .mask-circle.visible-mask .service-pic .pico {
  transform: scale(1);
}
.wpblock-services-tizer .mask-circle.visible-mask .service-pic span {
  opacity: 1;
  transform: translateY(0);
}
.wpblock-services-tizer .mask-circle.animated .service-pic .pico {
  transform: scale(0.3);
  opacity: 0.2;
}
.wpblock-services-tizer .mask-circle.animated .service-pic span {
  opacity: 0;
  transform: translateY(-20px);
}
.wpblock-services-tizer .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: multiply;
}
.wpblock-services-tizer .services-fix-wrapper {
  height: 150vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 1200px;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .services-fix-wrapper {
    height: auto;
  }
}
.wpblock-services-tizer .services-fix-wrapper .services-fix-holder {
  height: 100vh;
  width: 100%;
  top: -50vh;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .services-fix-wrapper .services-fix-holder {
    position: relative;
    top: auto;
    height: auto;
  }
}
.wpblock-services-tizer .service-links-wrapper {
  padding: 0;
  position: relative;
  z-index: 3;
}
.wpblock-services-tizer .service-pic {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wpblock-services-tizer .service-pic span {
  position: absolute;
  color: #fff;
  display: block;
  font-size: 13px;
  top: 100%;
  margin-top: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-100px);
  text-align: center;
  left: 0;
  width: 100%;
}
.wpblock-services-tizer .service-pic .pico {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  transform: scale(0);
  border-radius: 50%;
}
.wpblock-services-tizer .service-pic .pico:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.wpblock-services-tizer .service-pic .pico img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wpblock-services-tizer .service-pic .pico i {
  height: 3px;
  background: #ffffff;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  display: block;
  z-index: 2;
  border-radius: 3px;
}
.wpblock-services-tizer .service-pic .pico i:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 7px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.wpblock-services-tizer .service-pic .pico i:before {
  content: "";
  display: block;
  clear: both;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  top: -58px;
  left: -43px;
}
.wpblock-services-tizer .services-links-list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.wpblock-services-tizer .services-links-list .item {
  position: relative;
  text-align: center;
  margin: 10px 0;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .services-links-list .item {
    margin: 0;
    width: 100%;
  }
}
.wpblock-services-tizer .services-links-list .item a {
  font-size: 120px;
  line-height: 120px;
  font-weight: 300;
  color: #8c8c8c;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .wpblock-services-tizer .services-links-list .item a {
    font-size: 36px;
    line-height: 70px;
    color: #fff;
  }
}
.wpblock-services-tizer .services-links-list .item:hover .image {
  opacity: 1;
  visibility: visible;
}
.wpblock-services-tizer .services-links-list .item:hover .image span {
  opacity: 1;
  transform: translateY(0);
}
.wpblock-services-tizer .services-links-list .item:hover a {
  color: #fff;
}
.wpblock-services-tizer .services-links-list .pics-list {
  position: absolute;
}

.testfirst {
  background: #000000;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 5;
}

.testbox {
  height: 2000px;
  background: blue;
  width: 100%;
  position: relative;
}
.testbox .textbg,
.testbox .testbg2 {
  width: 100%;
  position: absolute;
  top: 0vh;
  left: 0;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
}
.testbox .textbg .block,
.testbox .testbg2 .block {
  width: 300px;
  height: 300px;
  background: white;
}
.testbox .skarallax {
  position: absolute;
  top: 0;
  background: yellow;
  width: 300px;
  height: 300px;
}
.testbox .skarallaxold {
  position: absolute;
  top: 40%;
  background: yellow;
  width: 300px;
  height: 300px;
  left: 350px;
}
.testbox .teststart {
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 40%;
  width: 500px;
}
.testbox .testend {
  height: 1px;
  background: #000;
  position: absolute;
  top: 40%;
  width: 500px;
  margin-top: 600px;
}
.testbox .testbg2 {
  padding-left: 40%;
  background: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  top: -100vh;
}
.testbox .testbg2 .block {
  background: #ccc;
}

.wpblock-works-tizer {
  background: #000;
  padding: 50px 0 400px;
  position: relative;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-works-tizer {
    padding-bottom: 90px;
  }
}
.wpblock-works-tizer:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, transparent 0%, #000 100%);
  z-index: 2;
  display: none;
}
.wpblock-works-tizer .container {
  position: relative;
  z-index: 3;
}
.wpblock-works-tizer .textbg {
  top: -100vh;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  opacity: 1;
}
.wpblock-works-tizer .textbg span {
  display: block;
  font-size: 23vw;
  line-height: 20vw;
  font-weight: 100;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 1650px) {
  .wpblock-works-tizer .textbg span {
    font-size: 300px;
    line-height: 300px;
  }
}
.wpblock-works-tizer .textbg .circle {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 600px;
  height: 600px;
  border-radius: 50%;
}
.wpblock-works-tizer .works-bottom {
  position: relative;
  z-index: 4;
}
.wpblock-works-tizer .sect-heading {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .sect-heading {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
.wpblock-works-tizer .sect-heading .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  width: 100%;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .sect-heading .line {
    display: none;
  }
}
.wpblock-works-tizer .sect-heading .see-link {
  display: inline-block;
  color: #ccc;
  margin-top: 15px;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .sect-heading .see-link {
    display: none;
  }
}
.wpblock-works-tizer .sect-heading .see-link:hover {
  color: #fff;
}
.wpblock-works-tizer h2 {
  font-weight: 300;
  margin: 0;
  font-size: 6vw;
  line-height: 6vw;
  color: #fff;
}
@media (max-width : 767px) {
  .wpblock-works-tizer h2 {
    color: #383838;
    font-size: 22vw;
    line-height: 19vw;
  }
}
.wpblock-works-tizer .project-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-bottom: 20vw;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list {
    padding-bottom: 40px;
  }
}
.wpblock-works-tizer .project-list .item {
  position: relative;
  width: 45%;
  margin-bottom: 200px;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .wpblock-works-tizer .project-list .item:last-child {
    margin-bottom: 0px;
  }
}
.wpblock-works-tizer .project-list .item:nth-child(even) {
  transform: translateY(25vw);
}
@media (min-width: 1650px) {
  .wpblock-works-tizer .project-list .item:nth-child(even) {
    transform: translateY(400px);
  }
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item:nth-child(even) {
    transform: none;
  }
}
.wpblock-works-tizer .project-list .item .item-heading {
  padding: 0 7%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .item-heading {
    position: relative;
    transform: translateY(50%);
  }
}
.wpblock-works-tizer .project-list .item .name {
  font-size: 5vw;
  line-height: 4vw;
  font-weight: 300;
  display: block;
  margin-left: -0.5vw;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .name {
    font-size: 14vw;
    line-height: 14vw;
    padding-bottom: 10px;
  }
}
@media (min-width: 1700px) {
  .wpblock-works-tizer .project-list .item .name {
    font-size: 60px;
    line-height: 48px;
  }
}
.wpblock-works-tizer .project-list .item .picture-wrap {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.wpblock-works-tizer .project-list .item .picture-wrap:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
  z-index: 2;
  transition: all 0.5s ease;
}
.wpblock-works-tizer .project-list .item .picture-wrap:hover:before {
  opacity: 0;
}
.wpblock-works-tizer .project-list .item .picture-wrap:hover img {
  transform: scale(1.2);
}
.wpblock-works-tizer .project-list .item .picture-wrap picture {
  display: block;
  width: 100%;
}
.wpblock-works-tizer .project-list .item .picture-wrap .parallax-holder {
  transform: translateY(-50%);
  transform-origin: 50% 100%;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .picture-wrap .parallax-holder {
    transform: none;
  }
}
.wpblock-works-tizer .project-list .item .picture-wrap .jsParallaxImage {
  transform: none;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .picture-wrap .jsParallaxImage {
    transform: none;
  }
}
.wpblock-works-tizer .project-list .item .picture-wrap img {
  width: 100%;
  transform: scale(1.3);
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .picture-wrap img {
    transform: none;
  }
}
.wpblock-works-tizer .project-list .item .picture-wrap .circle-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 3;
}
.wpblock-works-tizer .project-list .item .picture-wrap .circle-arrow i {
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-45deg);
  margin-left: -5px;
}
.wpblock-works-tizer .project-list .item .bot-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5% 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 100%;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .bot-row {
    padding: 10px 7% 0;
  }
}
.wpblock-works-tizer .project-list .item .city {
  display: block;
  font-size: 15px;
  font-weight: normal;
  opacity: 0.7;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .city {
    font-size: 12px;
  }
}
.wpblock-works-tizer .project-list .item .cat {
  display: block;
  padding-right: 5%;
  color: #cecece;
  font-size: 17px;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .project-list .item .cat {
    font-size: 12px;
    padding: 0;
  }
}
.wpblock-works-tizer .circle-more-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 370px;
  margin: 0 auto;
  position: relative;
  font-size: 37px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .circle-more-btn {
    width: 200px;
    height: 200px;
    font-size: 21px;
  }
}
.wpblock-works-tizer .circle-more-btn:hover span em {
  transform: translateY(-100%);
}
.wpblock-works-tizer .circle-more-btn:hover span:before {
  transform: translate3d(0, 0, 0);
}
.wpblock-works-tizer .circle-more-btn:hover i:before {
  transform: scale(1.2);
  border-color: #fff;
}
.wpblock-works-tizer .circle-more-btn span {
  transition: all 0.5s ease;
  overflow: hidden;
  display: block;
  position: relative;
}
.wpblock-works-tizer .circle-more-btn span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
.wpblock-works-tizer .circle-more-btn span em {
  transition: all 0.3s ease;
  display: block;
  font-style: normal;
}
.wpblock-works-tizer .circle-more-btn i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.wpblock-works-tizer .circle-more-btn i:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.wpblock-works-tizer .works-counter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  width: 100%;
  position: relative;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .works-counter {
    flex-direction: column;
    margin-top: -50px;
  }
}
.wpblock-works-tizer .works-counter span {
  display: block;
  margin-right: auto;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width:768px) and (max-width:991px) {
  .wpblock-works-tizer .works-counter span {
    display: none;
  }
}
@media (max-width : 767px) {
  .wpblock-works-tizer .works-counter span {
    order: 2;
    width: 100%;
    font-size: 15px;
    color: #828282;
    text-align: center;
  }
}
.wpblock-works-tizer .works-counter em {
  display: block;
  margin-right: auto;
  font-size: 170px;
  line-height: 100px;
  font-style: normal;
  font-weight: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 70px;
}
@media (max-width : 767px) {
  .wpblock-works-tizer .works-counter em {
    font-size: 87px;
    line-height: 90px;
    width: 100%;
    text-align: center;
    position: static;
    transform: translateX(0);
    padding-right: 40px;
    margin-bottom: 40px;
  }
}
.wpblock-works-tizer .blackbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
}

.wpblock-team-carousel {
  position: relative;
  background: #ffffff;
  padding: 200px 0 160px;
  z-index: 4;
}
@media (max-width : 767px) {
  .wpblock-team-carousel {
    padding: 40px 0 70px;
  }
}
.wpblock-team-carousel .top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 90px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .top-row {
    padding-bottom: 30px;
    justify-content: space-between;
  }
}
.wpblock-team-carousel .top-row .left-col {
  width: 50%;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .top-row .left-col {
    width: auto;
  }
}
.wpblock-team-carousel .top-row .who {
  font-weight: 300;
  display: block;
  color: #141414;
  font-size: 30px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .top-row .who {
    font-size: 18px;
  }
}
.wpblock-team-carousel .top-row .est {
  display: block;
  font-size: 16px;
  color: #757575;
  font-weight: 300;
}
.wpblock-team-carousel .concept-textbox {
  padding-bottom: 100px;
  width: 75%;
  max-width: 1050px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .concept-textbox {
    width: 100%;
    padding-bottom: 30px;
  }
}
.wpblock-team-carousel .concept-textbox p {
  font-size: 6vw;
  line-height: 5.5vw;
  font-weight: 300;
  margin: 0 0 30px;
  color: #000000;
}
@media (min-width: 1700px) {
  .wpblock-team-carousel .concept-textbox p {
    font-size: 100px;
    line-height: 96px;
  }
}
@media (max-width : 767px) {
  .wpblock-team-carousel .concept-textbox p {
    font-size: 8.5vw;
    line-height: 9vw;
    margin-bottom: 0;
  }
}
.wpblock-team-carousel .concept-textbox p b, .wpblock-team-carousel .concept-textbox p strong {
  font-weight: 300;
  color: #fff;
}
.wpblock-team-carousel h2 {
  color: #191919;
  margin: 0 0 20px;
  font-size: 19vw;
  line-height: 19vw;
  text-align: center;
  font-weight: 300;
  margin-top: -200px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel h2 {
    margin: 0 0 40px;
    font-size: 20vw;
    line-height: 20vw;
  }
}
.wpblock-team-carousel .carousel-buttons {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .carousel-buttons {
    display: none;
  }
}
.wpblock-team-carousel .button-next,
.wpblock-team-carousel .button-prev {
  position: relative;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  margin-top: -50px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .button-next,
.wpblock-team-carousel .button-prev {
    display: none;
  }
}
.wpblock-team-carousel .button-next:hover,
.wpblock-team-carousel .button-prev:hover {
  border-color: transparent;
}
.wpblock-team-carousel .button-next:hover:before,
.wpblock-team-carousel .button-prev:hover:before {
  transform: scale(1);
  opacity: 1;
}
.wpblock-team-carousel .button-next:before,
.wpblock-team-carousel .button-prev:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #F7F5F6;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.wpblock-team-carousel .button-next:after,
.wpblock-team-carousel .button-prev:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(-45deg);
  margin-left: -5px;
}
.wpblock-team-carousel .swiper-button-disabled {
  opacity: 0.5;
}
.wpblock-team-carousel .button-prev {
  margin-right: 20px;
}
.wpblock-team-carousel .button-prev:after {
  transform: rotate(135deg);
  margin-left: 8px;
}
.wpblock-team-carousel .team-carousel {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel {
    margin: 0 -7vw 60px;
    display: block;
    width: auto;
  }
}
.wpblock-team-carousel .team-carousel .swiper-container {
  width: 100%;
  margin-right: -5vw;
  max-width: 950px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-container {
    margin-right: 0;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide {
  width: 50%;
  padding-left: 5%;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-slide {
    width: 75%;
    padding: 0 5%;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide .photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.wpblock-team-carousel .team-carousel .swiper-slide .photo:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%;
}
.wpblock-team-carousel .team-carousel .swiper-slide .photo .image {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-slide .photo .image {
    transform: none !important;
    width: 100%;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide .photo img {
  max-width: none;
  width: 100%;
  display: block;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-slide .slide-text {
    text-align: center;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide .name {
  display: block;
  font-size: 35px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-slide .name {
    font-size: 7vw;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide .role {
  display: block;
  font-size: 19px;
  color: #858585;
  margin-bottom: 15px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-slide .role {
    font-size: 14px;
    color: #858585;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide .more {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .team-carousel .swiper-slide .more {
    display: none;
  }
}
.wpblock-team-carousel .team-carousel .swiper-slide .more:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  background: #000;
}
.wpblock-team-carousel .team-carousel .swiper-slide .more:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 2px;
  right: 0;
  background: #000;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .slider-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .wpblock-team-carousel .slider-pagination .swiper-pagination-bullet {
    background: #000000;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    margin: 0 5px;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
  .wpblock-team-carousel .slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1);
  }
}
.wpblock-team-carousel .lefted-textbox {
  margin-left: 10vw;
  width: 250px;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .lefted-textbox {
    margin-left: 0;
  }
}
.wpblock-team-carousel .lefted-textbox p {
  font-size: 23px;
  font-weight: 300;
  margin: 0 0 20px;
  color: #8f8f8f;
}
.wpblock-team-carousel .more-circle-btn-box {
  margin: -50px auto 0;
}
@media (max-width : 767px) {
  .wpblock-team-carousel .more-circle-btn-box {
    margin-top: 0;
  }
}

.wpblock-contacts {
  position: relative;
  background: #000000;
  padding: 40vh 0 0;
  overflow: hidden;
  height: 100vh;
  min-height: 850px;
  z-index: 10;
}
@media (max-width : 767px) {
  .wpblock-contacts {
    padding: 35px 0 50px;
    min-height: 0;
    height: auto;
  }
}
.wpblock-contacts + .short-footer {
  padding-top: 0;
}
@media (min-width: 768px) {
  .wpblock-contacts .block-holder {
    transform: translateY(-100vh);
    height: 100%;
  }
}
.wpblock-contacts .block-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.wpblock-contacts .free-contact {
  display: block;
  font-size: 19px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width : 767px) {
  .wpblock-contacts .free-contact {
    display: none;
  }
}
@media (max-width : 767px) {
  .wpblock-contacts .mail-link {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.wpblock-contacts .contacts-mapbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox {
    padding-top: 0;
  }
}
.wpblock-contacts .contacts-mapbox .image-map {
  margin-left: -200px;
  margin-top: -50px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .image-map {
    position: absolute;
    top: 50%;
    margin-top: -110px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
}
.wpblock-contacts .contacts-mapbox .inside-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-right: 150px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .inside-box {
    position: relative;
    padding-right: 0;
  }
}
.wpblock-contacts .contacts-mapbox .inside-box .frame {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .inside-box .frame {
    display: block;
  }
}
.wpblock-contacts .contacts-mapbox .inside-box .leftcol {
  width: 50%;
  padding-right: 10%;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .inside-box .leftcol {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.wpblock-contacts .contacts-mapbox .inside-box .rightcol {
  width: 50%;
  padding-top: 270px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .inside-box .rightcol {
    width: 100%;
    padding-top: 240px;
    position: relative;
  }
}
.wpblock-contacts .contacts-mapbox .worktime {
  display: block;
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .worktime {
    margin-bottom: 0;
    margin-left: auto;
    font-size: 15px;
  }
}
.wpblock-contacts .contacts-mapbox .title {
  display: block;
  font-size: 110px;
  line-height: 95px;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 300;
  margin-left: -10px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .title {
    margin-left: 0;
    font-size: 21px;
    line-height: 25px;
    margin-right: auto;
    order: -1;
    margin-bottom: 0;
  }
  .wpblock-contacts .contacts-mapbox .title br {
    display: none !important;
  }
}
.wpblock-contacts .contacts-mapbox .phone {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .phone {
    font-size: 28px;
    margin: 30px 0 10px;
    font-weight: 300;
  }
}
.wpblock-contacts .contacts-mapbox .mailto {
  display: inline-block;
  font-size: 30px;
  color: #949494;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .mailto {
    font-size: 16px;
    text-decoration: underline;
  }
}
.wpblock-contacts .contacts-mapbox .mailto:hover {
  color: #fff;
}
.wpblock-contacts .contacts-mapbox .location-box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  text-align: right;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .location-box {
    position: static;
    align-items: center;
    padding-left: 0;
  }
}
.wpblock-contacts .contacts-mapbox .location-box:hover .arr-btn {
  transform: rotate(-45deg) scale(1.2);
}
.wpblock-contacts .contacts-mapbox .location-box:hover .point-wrap {
  transform: scale(1.5);
}
.wpblock-contacts .contacts-mapbox .location-box .adr1 {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #6d6d6d;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .location-box .adr1 {
    order: 2;
    font-size: 17px;
    font-weight: normal;
    width: 100%;
    text-align: center;
  }
}
.wpblock-contacts .contacts-mapbox .location-box .adr2 {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .location-box .adr2 {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .location-box .arr-wrap {
    display: none;
  }
}
.wpblock-contacts .contacts-mapbox .location-box .point-wrap {
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 45px;
  width: 15px;
  height: 15px;
}
@media (max-width : 767px) {
  .wpblock-contacts .contacts-mapbox .location-box .point-wrap {
    top: 140px;
    left: 50%;
  }
}
.wpblock-contacts .contacts-mapbox .location-box .point {
  border-radius: 50%;
  background: #dc0909;
  width: 100%;
  height: 100%;
  position: relative;
}
.wpblock-contacts .contacts-mapbox .location-box .point i {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: rgba(220, 9, 9, 0.4);
  transform: scale(2);
  animation: pointScale 1.5s infinite ease;
}
@keyframes pointScale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
.wpblock-contacts .arr-btn-wrap {
  text-align: right;
}
.wpblock-contacts .arr-btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.wpblock-contacts .arr-btn i {
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 3px;
  z-index: 4;
}
.wpblock-contacts .arr-btn i:before {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 0px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  transition: all 0.3s ease;
}
.wpblock-contacts .arr-btn i:after {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
  transition: all 0.3s ease;
}

.touch-form {
  margin: 0 auto;
  max-width: 1200px;
  transition: all 0.3s ease;
}
.touch-form .form-title {
  font-weight: 100;
  color: #fff;
  font-size: 11vw;
  line-height: 11vw;
  display: block;
  text-align: center;
  margin-bottom: 5vh;
}
@media (min-width: 1700px) {
  .touch-form .form-title {
    font-size: 180px;
  }
}
@media (max-width : 767px) {
  .touch-form .form-title {
    font-size: 15vw;
  }
}
.touch-form .form-group {
  margin-bottom: 5vh;
}
.touch-form .wpcf7-form-control-wrap {
  display: block;
}
.touch-form .wpcf7-response-output {
  position: absolute;
  opacity: 0;
}
.touch-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
}
.touch-form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width : 767px) {
  .touch-form .form-row {
    display: block;
  }
}
.touch-form .form-row .col {
  width: 47%;
}
@media (max-width : 767px) {
  .touch-form .form-row .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.touch-form .form-control {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
  font-size: 26px;
  height: 50px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 0;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .touch-form .form-control {
    font-size: 22px;
    padding-bottom: 0;
  }
}
.touch-form .form-control:hover {
  border-color: #fff;
}
.touch-form .form-control:focus {
  border-color: #fff;
}
.touch-form .form-control.wpcf7-not-valid {
  border-color: rgba(255, 9, 0, 0.51);
}
.touch-form .terms {
  text-align: right;
  color: #878787;
  font-size: 12px;
}
@media (max-width : 767px) {
  .touch-form .terms {
    text-align: left;
  }
}
.touch-form .terms a {
  color: #878787;
  font-size: 12px;
  text-decoration: underline;
}
.touch-form .terms a:hover {
  color: #ffffff;
  text-decoration: none;
}
.touch-form .circle-submit {
  width: 210px;
  height: 210px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width : 767px) {
  .touch-form .circle-submit {
    width: 150px;
    height: 150px;
  }
}
.touch-form .circle-submit:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.touch-form .circle-submit:hover:before {
  transform: scale(1.1);
  border-color: #fff;
}
.touch-form .circle-submit.sending:before {
  transform: scale(1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.touch-form .circle-submit.sending .ajax-loader {
  opacity: 0.4;
}
.touch-form .circle-submit.sending .ajax-loader + i {
  transform: scale(0);
  opacity: 0;
}
.touch-form .circle-submit .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: url(../images/ajax.png) no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
  animation: spin 2s infinite linear;
  transition: opacity 0.5s ease;
  visibility: visible;
  opacity: 0;
}
.touch-form .circle-submit input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: none;
  opacity: 0;
  z-index: 5;
}
.touch-form .circle-submit i {
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  position: relative;
  border-radius: 3px;
  z-index: 4;
  transition: all 0.3s ease;
}
.touch-form .circle-submit i:before {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 0px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  transition: all 0.3s ease;
}
.touch-form .circle-submit i:after {
  content: "";
  display: block;
  clear: both;
  height: 4px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 30px;
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
  transition: all 0.3s ease;
}

.form-success-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width : 767px) {
  .form-success-box {
    padding: 0 6%;
    text-align: center;
  }
}
.form-success-box .galka {
  width: 130px;
  height: 130px;
  position: relative;
  margin-bottom: 20px;
}
.form-success-box .galka:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 0px;
  left: 50%;
  background: #fff;
  position: absolute;
  bottom: 22px;
  margin-left: -22px;
  transform: rotate(45deg);
  transform-origin: 0 100%;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
.form-success-box .galka:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 0px;
  left: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  transition: all 0.3s ease;
  transition-delay: 0.5s;
}
.form-success-box .success-title {
  display: block;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}
.form-success-box .success-subtitle {
  color: #69696B;
  font-size: 17px;
  display: block;
}

div.sended .touch-form {
  opacity: 0;
  visibility: hidden;
}
div.sended .form-success-box {
  opacity: 1;
  visibility: visible;
}
div.sended .form-success-box .galka:before {
  width: 30px;
}
div.sended .form-success-box .galka:after {
  width: 60px;
}

.wpblock-gettouch {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 700px;
  z-index: 6;
  overflow: hidden;
  background: #000;
}
@media (max-width : 767px) {
  .wpblock-gettouch {
    min-height: 500px;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.wpblock-gettouch .sectbg {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width : 767px) {
  .wpblock-gettouch .sectbg {
    top: 0;
  }
}
.wpblock-gettouch .sectbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpblock-gettouch .sect-content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  bottom: 170px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media (max-width : 767px) {
  .wpblock-gettouch .sect-content {
    bottom: 40px;
  }
}
.wpblock-gettouch .sect-footer {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 3;
  width: 100%;
}
.wpblock-gettouch .sect-footer {
  width: 100%;
  position: absolute;
  bottom: 5vh;
  left: 0;
  z-index: 3;
}
.wpblock-gettouch .sect-footer .toprow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid rgba(84, 84, 83, 0.2);
  margin-bottom: 25px;
}
@media (max-width : 767px) {
  .wpblock-gettouch .sect-footer .toprow {
    display: none;
  }
}
.wpblock-gettouch .sect-footer .leftcol {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.wpblock-gettouch .sect-footer .phone {
  color: #ffffff;
  display: inline-block;
  margin-right: 40px;
  font-size: 20px;
}
.wpblock-gettouch .sect-footer .mail-link {
  display: inline-block;
  font-size: 20px;
  color: #949494;
}
.wpblock-gettouch .sect-footer .mail-link:hover {
  color: #fff;
}
.wpblock-gettouch .sect-footer .bottom-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wpblock-gettouch .sect-footer .copy {
  font-size: 14px;
  color: #6d6d6d;
  letter-spacing: -0.5px;
}
.wpblock-gettouch .sect-footer .sitecreation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  color: #4e4e4e;
  font-size: 11px;
  letter-spacing: -0.5px;
}
.wpblock-gettouch .sect-footer .sitecreation a {
  font-size: 11px;
  color: #6f6f6f;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.wpblock-gettouch .sect-footer .sitecreation a:hover {
  color: #fff;
}

.about-top-sect {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background: #000;
}
.about-top-sect .over {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  z-index: 4;
}
@media (max-width : 767px) {
  .about-top-sect .over {
    display: none;
  }
}
.about-top-sect .sect-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-top-sect .sect-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-top-sect .sect-bg:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.about-top-sect .sect-bg img, .about-top-sect .sect-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-top-sect .sect-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.about-top-sect h1 {
  font-size: 9vw;
  line-height: 9vw;
  letter-spacing: -0.4vw;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 1700px) {
  .about-top-sect h1 {
    font-size: 150px;
    line-height: 130px;
  }
}
@media (max-width : 767px) {
  .about-top-sect h1 {
    font-size: 15vw;
    line-height: 15vw;
  }
}
.about-top-sect .subtitle {
  display: block;
  color: #ffffff;
  text-align: center;
  letter-spacing: 10px;
}
@media (max-width : 767px) {
  .about-top-sect .subtitle {
    letter-spacing: 2px;
    font-size: 12px;
    opacity: 0.8;
  }
}
.about-top-sect .scroll-more-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  bottom: 9vh;
}
@media (max-width : 767px) {
  .about-top-sect .scroll-more-wrap {
    padding-top: 10px;
    bottom: 6vh;
  }
  .about-top-sect .scroll-more-wrap:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 7vw;
    right: 7vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.wpblock-black-white {
  position: relative;
  overflow: hidden;
}
.wpblock-black-white .textbg {
  position: absolute;
  left: -5vw;
  width: 100%;
  color: rgba(204, 204, 204, 0.1);
  font-size: 19.3vw;
  top: -100vh;
  text-align: left;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  z-index: 3;
  transition: color 0.5s ease;
}
.wpblock-black-white .textbg span {
  white-space: nowrap;
  font-weight: 300;
}
.wpblock-black-white .blackbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all 1s ease;
}
.wpblock-black-white.actived .textbg {
  color: rgba(204, 204, 204, 0.2);
}
.wpblock-black-white.actived .blackbg {
  opacity: 0;
}
.wpblock-black-white.actived .wpblock-about-white-content .since {
  color: #949494;
}
.wpblock-black-white.actived .wpblock-about-white-content .toptext {
  color: #000;
}

.wpblock-about-black-content {
  position: relative;
  z-index: 3;
  padding: 200px 0 140px;
  color: #fff;
}
@media (max-width : 767px) {
  .wpblock-about-black-content {
    padding: 55px 0 30px;
  }
}
.wpblock-about-black-content .toptext {
  width: 80%;
  max-width: 1100px;
  position: relative;
  z-index: 3;
  margin-bottom: -10vw;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .toptext {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wpblock-about-black-content .toptext .since {
  color: #686868;
  display: block;
  font-size: 15px;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .toptext .since {
    margin-bottom: 20px;
  }
}
.wpblock-about-black-content .toptext p {
  margin: 0 0 20px;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 100;
  color: #fff;
}
@media (min-width: 1700px) {
  .wpblock-about-black-content .toptext p {
    font-size: 85px;
    line-height: 85px;
  }
}
@media (max-width : 767px) {
  .wpblock-about-black-content .toptext p {
    font-size: 9vw;
    line-height: 10vw;
  }
}
.wpblock-about-black-content .whitebg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0;
}
.wpblock-about-black-content .rightpic {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 150px;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .rightpic {
    margin-bottom: 40px;
  }
}
.wpblock-about-black-content .rightpic .parallax-bg {
  position: relative;
  overflow: hidden;
  background: #ccc;
  margin-right: -5vw;
  width: 65%;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .rightpic .parallax-bg {
    width: 107%;
    margin-right: -7vw;
  }
}
.wpblock-about-black-content .rightpic .parallax-bg:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 45%;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .rightpic .parallax-bg:after {
    display: none;
  }
}
.wpblock-about-black-content .rightpic .parallax-bg picture {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .rightpic .parallax-bg picture {
    position: static;
  }
}
.wpblock-about-black-content .rightpic .parallax-bg picture img {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .rightpic .parallax-bg picture img {
    position: static;
  }
}
.wpblock-about-black-content .botrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .botrow {
    display: block;
  }
}
.wpblock-about-black-content .botrow .left-col {
  width: 45%;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .botrow .left-col {
    width: 100%;
  }
}
.wpblock-about-black-content .botrow .left-col .smalltext {
  font-size: 15px;
  color: #686868;
  display: block;
  margin-bottom: 20px;
}
.wpblock-about-black-content .botrow .right-col {
  width: 50%;
  padding-right: 15%;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .botrow .right-col {
    width: 100%;
  }
}
.wpblock-about-black-content .botrow .right-col p {
  font-size: 39px;
  color: #9f9f9f;
  line-height: 46px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (max-width : 767px) {
  .wpblock-about-black-content .botrow .right-col p {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .jsParallaxWrapper {
    overflow: hidden;
  }
  .jsParallaxWrapper picture {
    display: block;
  }
}

.jsParallaxImage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .jsParallaxImage {
    transform: scale(1.3);
    transform-origin: 50% 40%;
  }
}
.jsParallaxImage img {
  transform: scale(1.2);
}

@media (min-width: 768px) {
  [data-skarallax-scale] picture {
    transform: translateY(-50%);
    transform-origin: 50% 100%;
  }
}

.wpblock-about-white-content {
  position: relative;
  padding: 90px 0 80px;
}
@media (max-width : 767px) {
  .wpblock-about-white-content {
    padding: 30px 0;
    background: #fff;
  }
}
.wpblock-about-white-content .since {
  display: block;
  font-size: 14px;
  color: #949494;
  margin-bottom: 100px;
}
.wpblock-about-white-content .since.iswhite {
  color: #eee;
  transition: all 1s ease;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .since.iswhite {
    margin-bottom: 30px;
    color: #ccc;
  }
}
.wpblock-about-white-content .toptext {
  margin-bottom: 90px;
  width: 90%;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .toptext {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wpblock-about-white-content .toptext.iswhite {
  color: #fff;
  transition: all 1s ease;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .toptext.iswhite {
    color: #000;
  }
}
.wpblock-about-white-content .toptext p {
  font-size: 7.5vw;
  line-height: 6.5vw;
  font-weight: 100;
  margin: 0 0 30px;
}
@media (min-width: 1700px) {
  .wpblock-about-white-content .toptext p {
    font-size: 125px;
    line-height: 123px;
  }
}
@media (max-width : 767px) {
  .wpblock-about-white-content .toptext p {
    font-size: 8.5vw;
    font-weight: 300;
    line-height: 10vw;
  }
}
.wpblock-about-white-content .blackbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
}
.wpblock-about-white-content .images-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 130px;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .images-row {
    display: block;
    margin-bottom: 60px;
  }
}
.wpblock-about-white-content .images-row .image-wrapper {
  overflow: hidden;
}
.wpblock-about-white-content .images-row .image-wrapper picture {
  display: block;
}
.wpblock-about-white-content .images-row .col {
  width: 45%;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .images-row .col {
    width: 100%;
  }
  .wpblock-about-white-content .images-row .col:first-child {
    width: 70%;
    margin: 0 auto;
  }
}
.wpblock-about-white-content .images-row .col img {
  width: 100%;
}
@media (min-width: 768px) {
  .wpblock-about-white-content .images-row .col:first-child .jsParallaxImage {
    transform: scale(1.2);
  }
}
.wpblock-about-white-content .images-row .col:last-child {
  padding-top: 20vw;
}
.wpblock-about-white-content .images-row .col:last-child img {
  max-width: 500px;
}
.wpblock-about-white-content .images-row .smalltext {
  display: block;
  font-size: 14px;
  color: #949494;
  margin-bottom: 45px;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .images-row .smalltext {
    margin-bottom: 20px;
    text-align: center;
  }
}
.wpblock-about-white-content ._g-plefted {
  padding-right: 7vw;
}
@media (max-width : 767px) {
  .wpblock-about-white-content ._g-plefted {
    padding-right: 0;
  }
}
.wpblock-about-white-content .textrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .textrow {
    display: block;
    margin-bottom: 40px;
  }
}
.wpblock-about-white-content .textrow .col {
  width: 45%;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .textrow .col {
    width: 100%;
  }
}
.wpblock-about-white-content .textrow .smalltext {
  display: block;
  font-size: 14px;
  color: #949494;
  line-height: 19px;
  margin-bottom: 20px;
}
.wpblock-about-white-content .textrow p {
  font-size: 43px;
  line-height: 48px;
  font-weight: 300;
  margin: 0 0 55px;
}
@media (min-width:992px) and (max-width:1199px) {
  .wpblock-about-white-content .textrow p {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width : 767px) {
  .wpblock-about-white-content .textrow p {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
.wpblock-about-white-content .textrow p.small {
  font-size: 24px;
  line-height: 33px;
  color: #858383;
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .wpblock-about-white-content .textrow p.small {
    font-size: 16px;
    line-height: 21px;
    width: 70%;
  }
}
.wpblock-about-white-content .get-touch-btn {
  border-radius: 50%;
  width: 350px;
  height: 350px;
  border: 1px solid #CDCDCD;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.wpblock-about-white-content ._g-circle-more-btn:hover {
  color: #000;
}
@media (max-width : 767px) {
  .wpblock-about-white-content ._g-circle-more-btn span {
    margin-top: -15px;
  }
  .wpblock-about-white-content ._g-circle-more-btn i {
    border: 1px solid #E4E4E4;
    border-radius: 50%;
  }
  .wpblock-about-white-content ._g-circle-more-btn i:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 16px;
  }
  .wpblock-about-white-content ._g-circle-more-btn i:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    background: #000;
    border: none;
    width: 15px;
    margin-left: -6px;
    margin-top: 20px;
    border-radius: 0;
  }
}

.wpblock-team-list {
  padding: 60px 0 180px;
  position: relative;
  background: #fff;
  color: #000;
}
@media (max-width : 767px) {
  .wpblock-team-list {
    padding: 20px 0 40px;
  }
}
.wpblock-team-list .sect-heading {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width : 767px) {
  .wpblock-team-list .sect-heading {
    margin: 0;
    border: none;
    justify-content: center;
  }
}
.wpblock-team-list .sect-heading .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  width: 100%;
}
@media (max-width : 767px) {
  .wpblock-team-list .sect-heading .line {
    display: none;
  }
}
.wpblock-team-list .sect-heading h2 {
  font-weight: 300;
  margin: 0;
  font-size: 6vw;
  line-height: 6vw;
  color: #000;
}
@media (max-width : 767px) {
  .wpblock-team-list .sect-heading h2 {
    font-size: 20vw;
    line-height: 18vw;
    text-align: center;
  }
}
.wpblock-team-list .team-list-wrapper {
  margin-bottom: 20px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list-wrapper {
    margin-bottom: 10px;
  }
}
.wpblock-team-list .team-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list {
    display: block;
  }
}
.wpblock-team-list .team-list .item {
  position: relative;
  width: 47%;
  margin-bottom: 200px;
  max-width: 430px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .item {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.wpblock-team-list .team-list .item:nth-child(4) {
  margin-top: 150px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .item:nth-child(4) {
    margin-top: 0;
  }
}
.wpblock-team-list .team-list .item:last-child {
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .item:last-child {
    margin-bottom: 0;
  }
}
.wpblock-team-list .team-list .slide-text {
  text-align: center;
}
.wpblock-team-list .team-list .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #DDDDDD;
  margin-bottom: 25px;
}
.wpblock-team-list .team-list .photo:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%;
}
.wpblock-team-list .team-list .photo .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wpblock-team-list .team-list .photo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpblock-team-list .team-list .name {
  display: block;
  font-size: 35px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .name {
    font-size: 27px;
    line-height: 28px;
  }
}
.wpblock-team-list .team-list .role {
  display: block;
  font-size: 19px;
  color: #858585;
  margin-bottom: 15px;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .role {
    font-size: 15px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.wpblock-team-list .team-list .more {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .more {
    width: auto;
    height: auto;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .wpblock-team-list .team-list .more:hover {
    transform: scale(1.2) rotate(90deg);
  }
}
.wpblock-team-list .team-list .more i {
  display: none;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .more i {
    display: inline-block;
    font-style: normal;
    font-size: 13px;
    color: #000;
  }
}
.wpblock-team-list .team-list .more:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  background: #000;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .more:before {
    margin-left: -51px;
  }
}
.wpblock-team-list .team-list .more:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 2px;
  right: 0;
  background: #000;
}
@media (max-width : 767px) {
  .wpblock-team-list .team-list .more:after {
    right: auto;
    width: 20px;
    left: 50%;
    margin-left: -60px;
  }
}
.wpblock-team-list .center-text {
  text-align: center;
}
.wpblock-team-list .center-text p {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 20px;
}
@media (max-width : 767px) {
  .wpblock-team-list .center-text p {
    font-size: 30px;
    line-height: 35px;
  }
}

.wpblock-design-services {
  background: #000000;
  padding: 280px 0 130px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-design-services {
    padding: 70px 0 80px;
  }
}
.wpblock-design-services:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 5;
  height: 300px;
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
}
@media (max-width : 767px) {
  .wpblock-design-services:before {
    display: none;
  }
}
.wpblock-design-services .sect-frame-box {
  position: relative;
  top: -40vh;
}
@media (max-width : 767px) {
  .wpblock-design-services .sect-frame-box {
    top: auto;
  }
}
.wpblock-design-services .sect-heading {
  text-align: center;
  position: relative;
  margin-bottom: 140px;
}
@media (max-width : 767px) {
  .wpblock-design-services .sect-heading {
    margin-bottom: 30px;
  }
}
.wpblock-design-services .sect-heading h2 {
  font-weight: 300;
  font-size: 10vw;
  letter-spacing: -0.4vw;
  margin: 0 0 5vw;
}
@media (min-width: 1700px) {
  .wpblock-design-services .sect-heading h2 {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width : 767px) {
  .wpblock-design-services .sect-heading h2 {
    font-size: 13.5vw;
    text-align: left;
  }
}
.wpblock-design-services .sect-heading hr {
  border-color: #EEEEEE;
  margin: 0 auto;
}
@media (max-width : 767px) {
  .wpblock-design-services .sect-heading hr {
    display: none;
  }
}
.wpblock-design-services .what-do-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.wpblock-design-services .sect-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 170px;
  padding-right: 7%;
}
@media (min-width:992px) and (max-width:1199px) {
  .wpblock-design-services .sect-holder {
    padding-left: 7%;
  }
}
@media (max-width : 767px) {
  .wpblock-design-services .sect-holder {
    padding: 0;
  }
}
.wpblock-design-services .sect-holder .sect-holder-box {
  max-width: 1000px;
  width: 100%;
}
.wpblock-design-services .main-textbox {
  padding-right: 8%;
  padding-bottom: 100px;
}
@media (max-width : 767px) {
  .wpblock-design-services .main-textbox {
    padding: 0 0 20px;
  }
}
.wpblock-design-services .main-textbox p {
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: 300;
  line-height: 56px;
}
@media (max-width : 767px) {
  .wpblock-design-services .main-textbox p {
    font-size: 6.5vw;
    line-height: 8vw;
  }
}
.wpblock-design-services .what-do-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width : 767px) {
  .wpblock-design-services .what-do-row {
    display: block;
  }
}
.wpblock-design-services .can-title {
  color: #a1a1a1;
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
}
@media (max-width : 767px) {
  .wpblock-design-services .can-title {
    padding-bottom: 10px;
  }
}
.wpblock-design-services .left-col {
  padding-top: 25px;
}
@media (max-width : 767px) {
  .wpblock-design-services .left-col {
    padding-top: 0;
  }
}
.wpblock-design-services .right-col {
  flex: 1;
  padding-left: 10%;
}
@media (max-width : 767px) {
  .wpblock-design-services .right-col {
    padding: 0;
  }
}
.wpblock-design-services .services-collapse-list .panel {
  position: relative;
}
.wpblock-design-services .services-collapse-list .panel .line {
  width: 100%;
  height: 1px;
  background: rgba(114, 114, 114, 0.52);
  transition: all 0.3s ease;
}
.wpblock-design-services .services-collapse-list .panel:last-child .line {
  display: none;
}
.wpblock-design-services .services-collapse-list .panel .collapse.in + .line {
  background: #666666;
}
.wpblock-design-services .services-collapse-list .panel-heading {
  padding: 15px 0 18px;
}
@media (max-width : 767px) {
  .wpblock-design-services .services-collapse-list .panel-heading {
    padding: 3px 0;
  }
}
.wpblock-design-services .services-collapse-list .panel-heading a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  padding: 10px 20px 10px 0;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-design-services .services-collapse-list .panel-heading a {
    font-size: 6vw;
  }
}
.wpblock-design-services .services-collapse-list .panel-heading a:hover {
  color: #666;
}
.wpblock-design-services .services-collapse-list .panel-heading a i {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
.wpblock-design-services .services-collapse-list .panel-heading a i:before {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  position: absolute;
  top: 50%;
  height: 0;
  left: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
.wpblock-design-services .services-collapse-list .panel-heading a i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #fff;
}
.wpblock-design-services .services-collapse-list .panel-heading a.collapsed i:before {
  height: 100%;
  transform: translateY(-50%);
}
.wpblock-design-services .services-collapse-list .panel-body {
  padding: 0 5% 30px;
}
.wpblock-design-services .services-collapse-list .panel-body p {
  margin: 0;
  font-size: 16px;
  color: #bfbfbf;
}

.wpblock-parallax {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}
.wpblock-parallax:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 50%;
}
@media (max-width : 767px) {
  .wpblock-parallax:after {
    display: none;
  }
}
.wpblock-parallax .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width : 767px) {
  .wpblock-parallax .parallax-bg {
    position: static;
    height: auto;
    transform: none;
  }
}
.wpblock-parallax .parallax-bg picture {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (max-width : 767px) {
  .wpblock-parallax .parallax-bg picture {
    position: static;
  }
}
.wpblock-parallax .parallax-bg picture img {
  width: 100%;
  transform: translateY(0);
}
@media (max-width : 767px) {
  .wpblock-parallax .parallax-bg picture img {
    height: auto;
  }
}
.wpblock-parallax.reverted {
  overflow: visible;
}
.wpblock-parallax.reverted .parallax-bg {
  transform: translateY(0);
}

.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wpblock-inter-design {
  background: #ffffff;
  position: relative;
  padding: 150px 0 100px;
}
@media (max-width : 767px) {
  .wpblock-inter-design {
    padding: 40px 0 50px;
  }
}
.wpblock-inter-design .circle {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 20%;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
}
@media (max-width : 767px) {
  .wpblock-inter-design .circle {
    display: none;
  }
}
.wpblock-inter-design .circle:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%;
}
.wpblock-inter-design .sect-heading {
  text-align: center;
  position: relative;
  margin-bottom: 140px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .sect-heading {
    margin-bottom: 25px;
  }
}
.wpblock-inter-design .sect-heading h2 {
  font-weight: 300;
  font-size: 10vw;
  line-height: 10vw;
  margin: 0 0 4vw;
}
@media (min-width: 1700px) {
  .wpblock-inter-design .sect-heading h2 {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width : 767px) {
  .wpblock-inter-design .sect-heading h2 {
    text-align: left;
    font-size: 13vw;
    line-height: 14vw;
  }
}
.wpblock-inter-design .sect-heading hr {
  border-color: #333;
}
@media (max-width : 767px) {
  .wpblock-inter-design .sect-heading hr {
    display: none;
  }
}
.wpblock-inter-design .pics-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .pics-row {
    padding-bottom: 20px;
    display: block;
  }
}
.wpblock-inter-design .pics-row .col {
  width: 45%;
}
@media (max-width : 767px) {
  .wpblock-inter-design .pics-row .col {
    width: 100%;
  }
  .wpblock-inter-design .pics-row .col:first-child {
    display: none;
  }
}
.wpblock-inter-design .pics-row .col:first-child {
  padding-top: 15vw;
}
@media (max-width : 767px) {
  .wpblock-inter-design .pics-row .col:first-child {
    padding-top: 0;
  }
}
.wpblock-inter-design .pics-row .image-desc {
  padding: 50px 0;
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #949494;
  max-width: 200px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .pics-row .image-desc {
    max-width: none;
    padding: 20px 0 10px;
    text-align: center;
  }
}
.wpblock-inter-design .pics-row picture {
  display: block;
}
@media (max-width : 767px) {
  .wpblock-inter-design .pics-row picture {
    transform: none;
  }
}
.wpblock-inter-design .sect-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 170px;
  padding-right: 7%;
}
@media (min-width:992px) and (max-width:1199px) {
  .wpblock-inter-design .sect-holder {
    padding-left: 7%;
  }
}
@media (max-width : 767px) {
  .wpblock-inter-design .sect-holder {
    padding: 0;
    display: block;
  }
}
.wpblock-inter-design .sect-holder .sect-holder-box {
  max-width: 1000px;
  position: relative;
  z-index: 5;
}
.wpblock-inter-design .main-textbox {
  padding-right: 8%;
  padding-bottom: 100px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .main-textbox {
    padding-bottom: 30px;
    padding-right: 0;
  }
}
.wpblock-inter-design .main-textbox p {
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: 300;
  line-height: 56px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .main-textbox p {
    font-size: 25px;
    line-height: 32px;
  }
}
.wpblock-inter-design .bottom-textbox {
  max-width: 700px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .wpblock-inter-design .bottom-textbox {
    padding: 0 0% 10px;
  }
}
.wpblock-inter-design .bottom-textbox p {
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .bottom-textbox p {
    font-size: 17px;
    line-height: 25px;
  }
}
.wpblock-inter-design h3 {
  font-size: 55px;
  margin: 0 0 70px;
  font-weight: normal;
}
@media (max-width : 767px) {
  .wpblock-inter-design h3 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 30px;
    max-width: 243px;
  }
}
.wpblock-inter-design div.swiper-scrollbar {
  height: 2px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list {
    margin-bottom: 30px;
    justify-content: stretch;
  }
}
@media (min-width: 768px) {
  .wpblock-inter-design .steps-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 940px;
  }
}
@media (min-width: 768px) {
  .wpblock-inter-design .steps-list .item {
    width: 45%;
    position: relative;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .item {
    width: 200px;
    padding-right: 15px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
.wpblock-inter-design .steps-list .icon {
  height: 75px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .icon {
    height: 40px;
  }
  .wpblock-inter-design .steps-list .icon img {
    max-width: 30px;
  }
}
.wpblock-inter-design .steps-list .title {
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.wpblock-inter-design .steps-list .line {
  height: 1px;
  width: 100%;
  background: #eee;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .line {
    display: none;
  }
}
.wpblock-inter-design .steps-list .readmore-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-bottom: 20px;
  font-size: 13px;
  color: #cccccc;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .readmore-link {
    padding-bottom: 0;
    color: #000;
  }
}
.wpblock-inter-design .steps-list .readmore-link:hover {
  color: #000;
}
.wpblock-inter-design .steps-list .readmore-link i {
  display: block;
  width: 16px;
  height: 1px;
  background: #BEBEBE;
  position: relative;
  margin-left: 35px;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .readmore-link i {
    margin-left: 15px;
    background: #000;
  }
}
.wpblock-inter-design .steps-list .readmore-link i:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background: #BEBEBE;
  position: absolute;
  right: 0;
  width: 9px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .readmore-link i:before {
    background: #000;
  }
}
.wpblock-inter-design .steps-list .readmore-link i:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background: #BEBEBE;
  position: absolute;
  right: 0;
  width: 9px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}
@media (max-width : 767px) {
  .wpblock-inter-design .steps-list .readmore-link i:after {
    background: #000;
  }
}

.wpblock-design-styles {
  background: #000;
  padding: 110px 0 100px;
  color: #fff;
  position: relative;
}
@media (max-width : 767px) {
  .wpblock-design-styles {
    padding: 60px 0 10px;
  }
}
.wpblock-design-styles .sect-heading {
  text-align: center;
  position: relative;
  margin-bottom: 140px;
}
@media (max-width : 767px) {
  .wpblock-design-styles .sect-heading {
    margin-bottom: 30px;
  }
}
.wpblock-design-styles .sect-heading h2 {
  font-weight: 300;
  font-size: 10vw;
  margin: 0 0 5vw;
}
@media (min-width: 1700px) {
  .wpblock-design-styles .sect-heading h2 {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width : 767px) {
  .wpblock-design-styles .sect-heading h2 {
    font-size: 13.5vw;
    text-align: left;
  }
}
.wpblock-design-styles .sect-heading hr {
  border-color: #EEEEEE;
}
@media (max-width : 767px) {
  .wpblock-design-styles .sect-heading hr {
    display: none;
  }
}
.wpblock-design-styles .textbg {
  position: absolute;
  top: 28%;
  left: -5vw;
  font-size: 100px;
  white-space: nowrap;
  color: #313131;
  font-weight: 100;
  text-transform: uppercase;
  width: 105%;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-design-styles .textbg {
    font-size: 80px;
    top: 40%;
  }
}
.wpblock-design-styles .textbg span {
  display: block;
  animation: textRotate 35s infinite linear;
}
.wpblock-design-styles .textbg b {
  font-weight: 100;
  color: #6a6a6a;
}
.wpblock-design-styles .sect-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 170px;
  padding-right: 7%;
}
@media (min-width:992px) and (max-width:1199px) {
  .wpblock-design-styles .sect-holder {
    padding-left: 7%;
  }
}
@media (max-width : 767px) {
  .wpblock-design-styles .sect-holder {
    padding: 0 0 10px;
  }
}
.wpblock-design-styles .sect-holder .sect-holder-box {
  max-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.wpblock-design-styles .main-textbox {
  padding-bottom: 120px;
}
@media (max-width : 767px) {
  .wpblock-design-styles .main-textbox {
    padding-bottom: 30px;
  }
}
.wpblock-design-styles .main-textbox p {
  font-size: 45px;
  line-height: 56px;
  margin: 0 0 30px;
  font-weight: 300;
}
@media (max-width : 767px) {
  .wpblock-design-styles .main-textbox p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.wpblock-design-styles .pics-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}
.wpblock-design-styles .pics-row .col {
  width: 45%;
}
@media (max-width : 767px) {
  .wpblock-design-styles .pics-row .col {
    width: 47%;
  }
}
.wpblock-design-styles .pics-row .col:last-child {
  padding-top: 15vw;
}
.wpblock-design-styles .pics-row .image {
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .wpblock-design-styles .pics-row .image {
    margin-bottom: 25px;
  }
}
.wpblock-design-styles .pics-row .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .wpblock-design-styles .pics-row .jsParallaxImage {
    transform: scale(1.2);
  }
}
.wpblock-design-styles .pics-row .image-desc {
  padding: 50px 0 50px 10px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #949494;
  max-width: 200px;
}
@media (max-width : 767px) {
  .wpblock-design-styles .pics-row .image-desc {
    max-width: none;
    text-align: left;
    font-size: 11px;
    line-height: 15px;
    width: 100%;
    padding: 0 0 10px;
  }
}
.wpblock-design-styles .bottom-textbox {
  max-width: 650px;
  padding-bottom: 80px;
}
@media (max-width : 767px) {
  .wpblock-design-styles .bottom-textbox {
    padding-bottom: 20px;
  }
}
.wpblock-design-styles .bottom-textbox p {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (max-width : 767px) {
  .wpblock-design-styles .bottom-textbox p {
    font-size: 19px;
    line-height: 27px;
  }
}
.wpblock-design-styles .services-cats-list {
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5%;
}
@media (min-width:768px) and (max-width:991px) {
  .wpblock-design-styles .services-cats-list {
    padding-left: 0;
  }
}
@media (max-width : 767px) {
  .wpblock-design-styles .services-cats-list {
    padding-left: 0;
  }
}
.wpblock-design-styles .services-cats-list li {
  width: 47%;
  font-size: 40px;
  line-height: 47px;
  font-weight: 100;
  padding-bottom: 10px;
}
@media (min-width:768px) and (max-width:991px) {
  .wpblock-design-styles .services-cats-list li {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width : 767px) {
  .wpblock-design-styles .services-cats-list li {
    font-size: 17px;
    line-height: 20px;
  }
}

.wpblock-wordwide {
  background: #ffffff;
  position: relative;
  padding: 150px 0 100px;
  color: #000000;
}
@media (max-width : 767px) {
  .wpblock-wordwide {
    padding: 45px 0 30px;
  }
}
.wpblock-wordwide .sect-heading {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width : 767px) {
  .wpblock-wordwide .sect-heading {
    margin-bottom: 30px;
  }
}
.wpblock-wordwide .sect-heading h2 {
  font-weight: 300;
  font-size: 10vw;
  line-height: 10vw;
  margin: 0 0 4vw;
}
@media (min-width: 1750px) {
  .wpblock-wordwide .sect-heading h2 {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width : 767px) {
  .wpblock-wordwide .sect-heading h2 {
    font-size: 13vw;
    line-height: 13vw;
  }
}
.wpblock-wordwide .sect-heading hr {
  border-color: #333;
}
@media (max-width : 767px) {
  .wpblock-wordwide .sect-heading hr {
    display: none;
  }
}
.wpblock-wordwide .pics-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
}
.wpblock-wordwide .pics-row .col {
  width: 45%;
}
.wpblock-wordwide .pics-row .col:first-child {
  padding-top: 15vw;
}
.wpblock-wordwide .pics-row .image-desc {
  padding: 50px 0;
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #949494;
  max-width: 200px;
}
.wpblock-wordwide .sect-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 170px;
  padding-right: 7%;
}
@media (min-width:992px) and (max-width:1199px) {
  .wpblock-wordwide .sect-holder {
    padding-left: 7%;
  }
}
@media (max-width : 767px) {
  .wpblock-wordwide .sect-holder {
    display: block;
    padding: 0;
  }
}
.wpblock-wordwide .sect-holder .sect-holder-box {
  max-width: 1000px;
  position: relative;
  width: 100%;
}
.wpblock-wordwide .main-textbox {
  max-width: 700px;
}
@media (max-width : 767px) {
  .wpblock-wordwide .main-textbox {
    padding-right: 20%;
  }
}
.wpblock-wordwide .main-textbox p {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
@media (max-width : 767px) {
  .wpblock-wordwide .main-textbox p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wpblock-wordwide .mapbox-wrap {
  position: relative;
  padding: 80px 0 20px;
}
@media (max-width : 767px) {
  .wpblock-wordwide .mapbox-wrap {
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
}
.wpblock-wordwide .mapbox-wrap picture {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.wpblock-wordwide .mapbox-wrap .maptext {
  position: relative;
  z-index: 3;
  max-width: 510px;
  padding-bottom: 60px;
}
@media (max-width : 767px) {
  .wpblock-wordwide .mapbox-wrap .maptext {
    max-width: none;
    padding-bottom: 20px;
  }
}
.wpblock-wordwide .mapbox-wrap .maptext p {
  font-size: 45px;
  line-height: 59px;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .wpblock-wordwide .mapbox-wrap .maptext p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.wpblock-wordwide .mapbox-wrap .services-cats-list {
  position: relative;
  z-index: 3;
}
.wpblock-wordwide .services-cats-list {
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5%;
}
@media (min-width:768px) and (max-width:991px) {
  .wpblock-wordwide .services-cats-list {
    padding-left: 0;
  }
}
@media (max-width : 767px) {
  .wpblock-wordwide .services-cats-list {
    max-width: none;
    padding: 0;
  }
}
.wpblock-wordwide .services-cats-list li {
  width: 47%;
  font-size: 40px;
  line-height: 47px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (min-width:768px) and (max-width:991px) {
  .wpblock-wordwide .services-cats-list li {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width : 767px) {
  .wpblock-wordwide .services-cats-list li {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 5px;
    font-weight: normal;
  }
}

.all-works-page {
  background: #000000;
  padding-top: 250px;
  position: relative;
}
@media (max-width : 767px) {
  .all-works-page {
    padding-top: 150px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.all-works-page .loader-works {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  animation: rotate 2s ease-out infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.all-works-page .loader-works.active {
  opacity: 1;
}
.all-works-page .page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125vh;
  opacity: 0.75;
}
.all-works-page .page-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.all-works-page .page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-works-page .works-category-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width : 767px) {
  .all-works-page .works-category-heading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
.all-works-page .works-category-heading h1 {
  font-size: 10vw;
  line-height: 10vw;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (min-width: 1700px) {
  .all-works-page .works-category-heading h1 {
    font-size: 150px;
    line-height: 160px;
  }
}
@media (max-width : 767px) {
  .all-works-page .works-category-heading h1 {
    font-size: 14vw;
    line-height: 13vw;
  }
}
.all-works-page .works-category-heading .subtitle {
  display: block;
  font-size: 15px;
  color: #4d4d4d;
}
@media (max-width : 767px) {
  .all-works-page .works-category-heading .subtitle {
    order: -1;
    margin-bottom: 10px;
  }
}
.all-works-page .wpblock-all-works {
  background: none;
}
.all-works-page .circle-more-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 370px;
  margin: 0 auto;
  position: relative;
  font-size: 37px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .all-works-page .circle-more-btn {
    width: 200px;
    height: 200px;
    font-size: 21px;
  }
}
.all-works-page .circle-more-btn:hover span em {
  transform: translateY(-100%);
}
.all-works-page .circle-more-btn:hover span:before {
  transform: translate3d(0, 0, 0);
}
.all-works-page .circle-more-btn:hover i:before {
  transform: scale(1.2);
  border-color: #fff;
}
.all-works-page .circle-more-btn span {
  transition: all 0.5s ease;
  overflow: hidden;
  display: block;
  position: relative;
}
.all-works-page .circle-more-btn span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
.all-works-page .circle-more-btn span em {
  transition: all 0.3s ease;
  display: block;
  font-style: normal;
}
.all-works-page .circle-more-btn i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.all-works-page .circle-more-btn i:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.all-works-page .works-counter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  width: 100%;
  position: relative;
}
@media (max-width : 767px) {
  .all-works-page .works-counter {
    flex-direction: column;
    margin-top: -50px;
  }
}
.all-works-page .works-counter span {
  display: block;
  margin-right: auto;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width:768px) and (max-width:991px) {
  .all-works-page .works-counter span {
    display: none;
  }
}
@media (max-width : 767px) {
  .all-works-page .works-counter span {
    order: 2;
    width: 100%;
    font-size: 15px;
    color: #828282;
    text-align: center;
  }
}
.all-works-page .works-counter em {
  display: block;
  margin-right: auto;
  font-size: 170px;
  line-height: 100px;
  font-style: normal;
  font-weight: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 70px;
}
@media (max-width : 767px) {
  .all-works-page .works-counter em {
    font-size: 87px;
    line-height: 90px;
    width: 100%;
    text-align: center;
    position: static;
    transform: translateX(0);
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.all-works-page .project-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
}
@media (max-width : 767px) {
  .all-works-page .project-list {
    display: block;
    margin-bottom: 50px;
  }
}
.all-works-page .project-list .item {
  position: relative;
  width: 33.3333%;
  margin-bottom: 8vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1700px) {
  .all-works-page .project-list .item {
    margin-bottom: 110px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .all-works-page .project-list .item {
    width: 50%;
  }
  .all-works-page .project-list .item:nth-child(2n+1) .item-holder {
    margin-right: auto;
  }
  .all-works-page .project-list .item:nth-child(2n+2) .item-holder {
    margin-left: auto;
  }
}
@media (max-width : 767px) {
  .all-works-page .project-list .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.all-works-page .project-list .item .abs-link {
  z-index: 4;
}
@media (min-width: 1200px) {
  .all-works-page .project-list .item:nth-child(3n+1) .item-holder {
    margin-right: auto;
  }
  .all-works-page .project-list .item:nth-child(3n+3) .item-holder {
    margin-left: auto;
  }
}
.all-works-page .project-list .item .item-holder {
  width: 90%;
  position: relative;
}
@media (max-width : 767px) {
  .all-works-page .project-list .item .item-holder {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .all-works-page .project-list .item:hover .image:before {
    opacity: 0;
  }
  .all-works-page .project-list .item:hover .image img {
    transform: scale(1.2);
    transition: all 1s ease;
  }
}
@media (min-width: 768px) {
  .all-works-page .project-list .item.actived .picture-wrap .image .image-holder {
    transform: scale(1);
  }
}
.all-works-page .project-list .picture-wrap {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
}
@media (min-width: 768px) {
  .all-works-page .project-list .picture-wrap .image-holder {
    transform: scale(1.2);
    transition: all 1s ease;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .all-works-page .project-list .picture-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width : 767px) {
  .all-works-page .project-list .picture-wrap {
    margin-bottom: 15px;
  }
}
.all-works-page .project-list .picture-wrap .image {
  overflow: hidden;
  position: relative;
  background: #ccc;
}
.all-works-page .project-list .picture-wrap .image .image-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.all-works-page .project-list .picture-wrap .image:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 80%;
}
@media (max-width : 767px) {
  .all-works-page .project-list .picture-wrap .image {
    margin-bottom: 20px;
  }
}
.all-works-page .project-list .picture-wrap .image:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.21);
  z-index: 3;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .all-works-page .project-list .picture-wrap .image:before {
    display: none;
  }
}
.all-works-page .project-list .picture-wrap .image img {
  transition: all 0.5s ease;
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.all-works-page .project-list .picture-wrap .work-name {
  position: absolute;
  bottom: -50px;
  left: 7%;
  right: 7%;
  font-size: 3vw;
  line-height: 3.1vw;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  z-index: 3;
}
@media (min-width: 1700px) {
  .all-works-page .project-list .picture-wrap .work-name {
    font-size: 55px;
    line-height: 57px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .all-works-page .project-list .picture-wrap .work-name {
    height: 60px;
    bottom: -30px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .all-works-page .project-list .picture-wrap .work-name {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media (max-width : 767px) {
  .all-works-page .project-list .picture-wrap .work-name {
    position: static;
    font-size: 10.3vw;
    line-height: 12vw;
    padding: 0 5%;
    height: auto;
  }
}
.all-works-page .project-list .bottom-titles {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 7% 0 7%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width : 767px) {
  .all-works-page .project-list .bottom-titles {
    padding: 15px 5% 0;
  }
}
.all-works-page .project-list .bottom-titles .city {
  display: block;
  font-size: 13px;
}
.all-works-page .project-list .bottom-titles .cat {
  display: block;
  font-size: 13px;
  color: #4b4a4a;
}

.short-footer {
  padding: 50px 0 100px;
  color: #fff;
  background: none;
}
@media (max-width : 767px) {
  .short-footer {
    padding-bottom: 30px;
  }
}
.short-footer .footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width : 767px) {
  .short-footer .footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.short-footer .get-touch-link {
  display: inline-block;
  position: relative;
  font-size: 60px;
  font-weight: 100;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width : 767px) {
  .short-footer .get-touch-link {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.short-footer .get-touch-link:hover i {
  transform: scale(1.5) rotate(-45deg);
}
.short-footer .get-touch-link span {
  display: inline-block;
  vertical-align: middle;
}
.short-footer .get-touch-link i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  z-index: 4;
  transform: rotate(-45deg);
  margin-left: 50px;
  transition: all 0.3s ease;
}
.short-footer .get-touch-link i:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  width: 20px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}
.short-footer .get-touch-link i:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 20px;
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
}
.short-footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width : 767px) {
  .short-footer .footer-bottom {
    display: block;
  }
}
.short-footer .footer-bottom .copy {
  display: block;
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 300;
  letter-spacing: -1px;
}
.short-footer .footer-bottom .left-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width : 767px) {
  .short-footer .footer-bottom .left-col {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.short-footer .footer-bottom .tel {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 60px;
}
@media (max-width : 767px) {
  .short-footer .footer-bottom .tel {
    margin: 0 0 15px;
    font-size: 20px;
  }
}
.short-footer .footer-bottom .mail {
  display: block;
  font-size: 16px;
  color: #949494;
}
@media (max-width : 767px) {
  .short-footer .footer-bottom .mail {
    text-decoration: underline;
  }
}
.short-footer .footer-bottom .mail:hover {
  color: #fff;
}

.social-footer {
  padding: 50px 0 100px;
  color: #fff;
}
@media (max-width : 767px) {
  .social-footer {
    padding-bottom: 30px;
  }
}
.social-footer .footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width : 767px) {
  .social-footer .footer-top {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
}
.social-footer .footer-top .right-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width : 767px) {
  .social-footer .footer-top .right-column {
    justify-content: center;
  }
}
.social-footer .soc-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 15px;
}
.social-footer .soc-link:first-child {
  margin-left: 0;
}
.social-footer .soc-link:hover:before {
  transform: scale(1);
}
.social-footer .soc-link:hover img {
  filter: invert(1);
}
.social-footer .soc-link:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  transform: scale(0);
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
}
.social-footer .soc-link img {
  transition: all 0.3s ease;
  display: block;
  opacity: 0.8;
}
.social-footer .follow {
  display: block;
  font-size: 45px;
  font-weight: 100;
  color: #fff;
}
@media (max-width : 767px) {
  .social-footer .follow {
    margin-bottom: 30px;
  }
}
.social-footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.social-footer .footer-bottom .copy {
  display: block;
  font-size: 17px;
  color: #858585;
  font-weight: 300;
  letter-spacing: -1px;
}
.social-footer .footer-bottom .left-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.work-top-sect {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.work-top-sect .sect-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.work-top-sect .sect-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.work-top-sect .sect-bg:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.work-top-sect .sect-bg img, .work-top-sect .sect-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-top-sect .sect-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.work-top-sect .city {
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
@media (max-width : 767px) {
  .work-top-sect .city {
    margin-bottom: 20px;
  }
}
.work-top-sect h1 {
  font-size: 9vw;
  line-height: 9vw;
  letter-spacing: -0.4vw;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 1700px) {
  .work-top-sect h1 {
    font-size: 150px;
    line-height: 130px;
  }
}
@media (max-width : 767px) {
  .work-top-sect h1 {
    font-size: 13vw;
    line-height: 13vw;
  }
}
.work-top-sect .subtitle {
  display: block;
  color: #ffffff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media (max-width : 767px) {
  .work-top-sect .subtitle {
    display: none;
  }
}
.work-top-sect .scroll-more-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  bottom: 9vh;
}
@media (max-width : 767px) {
  .work-top-sect .scroll-more-wrap {
    padding-top: 10px;
    bottom: 6vh;
  }
  .work-top-sect .scroll-more-wrap:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 7vw;
    right: 7vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.wpblock-content-section {
  position: relative;
  z-index: 3;
  padding: 130px 7vw 80px;
  color: #000000;
  overflow: hidden;
  background: #fff;
}
@media (max-width : 767px) {
  .wpblock-content-section {
    padding: 50px 0 10px;
  }
  .wpblock-content-section .wpblock-gallery-list:last-child {
    padding-bottom: 10px;
  }
}
.wpblock-content-section._mod-black {
  background: #000;
}
.wpblock-content-section .content-holder .wpblock-gallery-list:first-child {
  padding-top: 10px;
}
.wpblock-content-section .content-holder .wpblock-gallery-list:last-child {
  padding-bottom: 0;
}
.wpblock-content-section .textbg {
  position: absolute;
  left: 0;
  height: 100vh;
  width: 100%;
  padding-left: 5%;
  top: -100vh;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.wpblock-content-section .textbg span {
  display: block;
  margin-left: -2vw;
  font-weight: 100;
  white-space: nowrap;
  min-width: 130%;
  text-align: center;
  font-size: 26vw;
  color: rgba(204, 204, 204, 0.15);
}
.wpblock-content-section hr {
  margin-bottom: 80px;
}
@media (max-width : 767px) {
  .wpblock-content-section hr {
    display: none;
  }
}
.wpblock-content-section .container {
  position: relative;
  z-index: 3;
}
.wpblock-content-section h2 {
  font-size: 80px;
  line-height: 82px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 80px;
}
@media (max-width : 767px) {
  .wpblock-content-section h2 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 20px;
  }
}
.wpblock-content-section p {
  font-size: 18px;
  line-height: 26px;
  color: #6b6b6b;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .wpblock-content-section p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpblock-content-section p.has-large-font-size {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 0 40px;
  color: #000;
}
@media (max-width : 767px) {
  .wpblock-content-section p.has-large-font-size {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}

.wpblock-more-text .more-btn-link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #000000;
  transition: all 0.3s ease;
}
.wpblock-more-text .more-btn-link:hover {
  color: #ccc;
}
.wpblock-more-text .more-btn-link:hover i:before, .wpblock-more-text .more-btn-link:hover i:after {
  background: #ccc;
}
.wpblock-more-text .more-btn-link.collapsed i:before {
  height: 100%;
  transform: translateY(-50%);
}
.wpblock-more-text .more-btn-link i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 25px;
}
.wpblock-more-text .more-btn-link i:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  top: 50%;
  height: 0;
  background: #000;
  transition: all 0.3s ease;
}
.wpblock-more-text .more-btn-link i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  height: 2px;
  right: 0;
  background: #000;
  transition: all 0.3s ease;
}
.wpblock-more-text .more-btn-link span {
  display: inline-block;
  vertical-align: middle;
}

.wpblock-work-black-white {
  position: relative;
  overflow: hidden;
  background: #000;
}
.wpblock-work-black-white .wpblock-parallax {
  margin-bottom: 100px;
}
.wpblock-work-black-white .whitebg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 1s ease;
}
.wpblock-work-black-white.actived .whitebg {
  opacity: 0;
}

.wpblock-black-section {
  position: relative;
  z-index: 3;
}
@media (max-width : 767px) {
  .wpblock-black-section {
    background: #000;
    padding: 20px 0;
  }
}
.wpblock-black-section .container {
  position: relative;
}

.work-view-page {
  background: #000;
}

.wpblock-gallery-list {
  padding: 150px 0 40px;
  overflow: hidden;
}
@media (max-width : 767px) {
  .wpblock-gallery-list {
    padding: 20px 0 30px;
  }
}
.wpblock-gallery-list .gallery-list {
  margin-right: -12%;
  align-items: center;
}
@media (max-width : 767px) {
  .wpblock-gallery-list .gallery-list {
    margin-right: -10px;
  }
}
.wpblock-gallery-list a {
  display: block;
}
.wpblock-gallery-list .item {
  padding-bottom: 30px;
  min-height: 200px;
  position: relative;
  break-inside: avoid;
  overflow: hidden;
  width: 46%;
}
@media (max-width : 767px) {
  .wpblock-gallery-list .item {
    margin: 10px 0;
    min-height: 0;
    width: calc(50% - 10px);
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .wpblock-gallery-list .item picture {
    display: block;
    transition: all 1s ease;
  }
  .wpblock-gallery-list .item:hover picture {
    transform: scale(1.1);
    transition: all 1s ease;
  }
}
@media (min-width: 768px) {
  .wpblock-gallery-list .item .image {
    position: relative;
  }
}
.wpblock-gallery-list .item .image-wrapper {
  overflow: hidden;
}
.wpblock-gallery-list .item .image {
  position: relative;
  overflow: hidden;
}
.wpblock-gallery-list .item .image img {
  width: 100%;
}
.wpblock-gallery-list .item .caption {
  color: #bebebe;
  display: block;
  padding: 30px 0 30px 15px;
  font-size: 15px;
}
@media (max-width : 767px) {
  .wpblock-gallery-list .item .caption {
    padding: 10px 0;
    font-size: 11px;
  }
}

.wpblock-project-gallery .gallery-carousel {
  position: relative;
}
.wpblock-project-gallery .gallery-carousel h2 {
  font-size: 60px;
  font-weight: 300;
}
.wpblock-project-gallery .gallery-carousel .button-next,
.wpblock-project-gallery .gallery-carousel .button-prev {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(227, 227, 227, 0.31);
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  margin-top: -50px;
  transition: all 0.3s ease;
  overflow: hidden;
  left: 50%;
  margin-left: 28%;
}
@media (max-width : 767px) {
  .wpblock-project-gallery .gallery-carousel .button-next,
.wpblock-project-gallery .gallery-carousel .button-prev {
    display: none;
  }
}
.wpblock-project-gallery .gallery-carousel .button-next:hover,
.wpblock-project-gallery .gallery-carousel .button-prev:hover {
  border-color: transparent;
}
.wpblock-project-gallery .gallery-carousel .button-next:hover:after,
.wpblock-project-gallery .gallery-carousel .button-prev:hover:after {
  border-color: #000;
}
.wpblock-project-gallery .gallery-carousel .button-next:hover:before,
.wpblock-project-gallery .gallery-carousel .button-prev:hover:before {
  transform: scale(1);
  opacity: 1;
}
.wpblock-project-gallery .gallery-carousel .button-next:before,
.wpblock-project-gallery .gallery-carousel .button-prev:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #F7F5F6;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.wpblock-project-gallery .gallery-carousel .button-next:after,
.wpblock-project-gallery .gallery-carousel .button-prev:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid rgba(255, 255, 255, 0.43);
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(-45deg);
  margin-left: -5px;
}
.wpblock-project-gallery .gallery-carousel .button-prev {
  margin-left: 0;
  margin-right: 28%;
  left: auto;
  right: 50%;
}
.wpblock-project-gallery .gallery-carousel .button-prev:after {
  transform: rotate(135deg);
  margin-left: 8px;
}
.wpblock-project-gallery .gallery-carousel .swiper-slide {
  width: 60%;
  padding: 0 6%;
}
.wpblock-project-gallery .gallery-carousel .swiper-slide img {
  width: 100%;
}
.wpblock-project-gallery .gallery-carousel .swiper-container {
  margin-bottom: 45px;
}
.wpblock-project-gallery .gallery-carousel .swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.wpblock-project-gallery .gallery-carousel .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  opacity: 1;
  background: #4D4D4D;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.wpblock-project-gallery .gallery-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.work-view-bottom-group {
  position: relative;
  width: 100%;
  text-align: center;
}
.work-view-bottom-group .nextworks {
  position: relative;
}
.work-view-bottom-group .circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  margin-bottom: -50px;
  z-index: 8;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 38px;
}
@media (max-width : 767px) {
  .work-view-bottom-group .circle {
    width: 120px;
    height: 120px;
    font-size: 21px;
    position: absolute;
    top: -120px;
  }
}
.work-view-bottom-group .circle span {
  overflow: hidden;
  position: relative;
}
.work-view-bottom-group .circle span em {
  transition: all 0.3s ease;
  display: block;
  font-style: normal;
}
.work-view-bottom-group .circle span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-link-text);
  transition: all 0.5s ease;
}
.work-view-bottom-group .circle:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.29);
}
.work-view-bottom-group .service-links-wrapper {
  padding: 50px 0 50px;
  position: relative;
}
@media (max-width : 767px) {
  .work-view-bottom-group .service-links-wrapper {
    padding-bottom: 100px;
    margin-top: 50px;
  }
}
.work-view-bottom-group .services-links-list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.work-view-bottom-group .services-links-list .abs-link {
  z-index: 6;
}
.work-view-bottom-group .services-links-list .item {
  position: relative;
  text-align: center;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.work-view-bottom-group .services-links-list .item:hover .circle span:before {
  transform: translate3d(0, 0, 0);
}
.work-view-bottom-group .services-links-list .item:hover .circle span em {
  transform: translateY(-100%);
}
.work-view-bottom-group .services-links-list .item:hover .circle:after {
  border-color: #ffffff;
  transform: scale(1.2);
}
.work-view-bottom-group .services-links-list .item .work-name {
  display: block;
  font-size: 8vw;
  line-height: 8vw;
  font-weight: 100;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (max-width : 767px) {
  .work-view-bottom-group .services-links-list .item .work-name {
    z-index: 5;
    margin-top: 50px;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
  }
}
.work-view-bottom-group .services-links-list .item:hover .image {
  opacity: 1;
  visibility: visible;
}
.work-view-bottom-group .services-links-list .item:hover .image span {
  opacity: 1;
  transform: translateY(0);
}
.work-view-bottom-group .services-links-list .item:hover a {
  color: #fff;
}
.work-view-bottom-group .services-links-list .pics-list {
  position: absolute;
}
.work-view-bottom-group .service-images {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.work-view-bottom-group .service-images .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.work-view-bottom-group .service-images .item.current {
  opacity: 1;
}
.work-view-bottom-group .service-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work-view-bottom-group .mask-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.work-view-bottom-group .mask-container .mask-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.work-view-bottom-group .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.work-view-bottom-group .mask .mask-circle {
  margin-top: -100px;
  margin-left: 10vw;
  width: 300px;
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1400px) {
  .work-view-bottom-group .mask .mask-circle {
    margin-left: 9vw;
  }
}
@media (min-width: 1400px) {
  .work-view-bottom-group .mask .mask-circle {
    margin-left: 11vw;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .work-view-bottom-group .mask .mask-circle {
    margin-left: 7vw;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .work-view-bottom-group .mask .mask-circle {
    margin-left: 4vw;
  }
}
@media (max-width : 767px) {
  .work-view-bottom-group .mask .mask-circle {
    width: 180px;
    height: 270px;
    margin: 0 auto;
  }
}
.work-view-bottom-group .mask .mask-circle .circ {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all 0.3s ease;
  transform: scale(0);
}
@media (max-width : 767px) {
  .work-view-bottom-group .mask .mask-circle .circ {
    transform: scale(1);
  }
  .work-view-bottom-group .mask .mask-circle .circ:after {
    content: "";
    display: block;
    clear: both;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.29);
  }
}
.work-view-bottom-group .mask .mask-circle .circ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-view-bottom-group .mask .mask-circle.visible-mask .circ {
  transform: scale(1);
}

.contacts-page {
  background: #000;
}

.wpblock-overview-360 {
  padding: 0;
  position: relative;
  background: #fff;
}
.wpblock-overview-360:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 7vw;
  top: 0;
  right: 7vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.wpblock-overview-360 .overview-heading {
  text-align: center;
  color: #000;
  padding: 60px 0 100px;
}
@media (max-width : 767px) {
  .wpblock-overview-360 .overview-heading {
    padding: 20px 0 30px;
  }
}
.wpblock-overview-360 .overview-heading .subtitle {
  display: block;
  font-size: 60px;
  padding-bottom: 30px;
  font-weight: 300;
}
@media (max-width : 767px) {
  .wpblock-overview-360 .overview-heading .subtitle {
    font-size: 23px;
  }
}
.wpblock-overview-360 .overview-heading .title {
  display: block;
  font-size: 240px;
  font-weight: 300;
  line-height: 200px;
}
@media (max-width : 767px) {
  .wpblock-overview-360 .overview-heading .title {
    font-size: 93px;
    line-height: 90px;
  }
}
.wpblock-overview-360 .iteract-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wpblock-overview-360 .iteract-btn:hover span {
  transform: scale(1.2);
}
.wpblock-overview-360 .iteract-btn span {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.62);
}
.wpblock-overview-360 .code360 {
  height: 80vh;
  min-height: 500px;
  width: 100%;
  position: relative;
}
.wpblock-overview-360 .code360.blockedControls iframe {
  pointer-events: none;
}
.wpblock-overview-360 .code360.blockedControls .iteract-btn {
  opacity: 1;
  visibility: visible;
}
.wpblock-overview-360 .code360 .ku-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scrolloff {
  pointer-events: none;
}

.contacts-page {
  padding: 200px 0 20px;
}
@media (max-width : 767px) {
  .contacts-page {
    padding: 100px 0 20px;
  }
}
.contacts-page .full-col {
  width: 100%;
  margin-top: 20px;
}
@media (max-width : 767px) {
  .contacts-page .wpblock-gettouch {
    height: auto;
    min-height: 0;
  }
  .contacts-page .wpblock-gettouch .sect-content {
    position: static;
  }
}
@media (min-width: 768px) {
  .contacts-page .wpblock-gettouch {
    z-index: 11;
    min-height: 0;
    margin-top: -50px;
    margin-bottom: 50px;
    height: auto;
    overflow: visible;
  }
  .contacts-page .wpblock-gettouch .sectbg {
    visibility: hidden;
  }
  .contacts-page .wpblock-gettouch .sect-content {
    position: static;
  }
  .contacts-page .wpblock-gettouch .form-title {
    opacity: 1 !important;
    transform: none !important;
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 80px;
  }
  .contacts-page .wpblock-gettouch .circle-submit {
    opacity: 1 !important;
    transform: none !important;
  }
  .contacts-page .wpblock-gettouch .form-row {
    opacity: 1 !important;
    transform: none !important;
  }
}
.contacts-page .wpblock-gettouch .sect-footer {
  display: none;
}
.contacts-page .wpblock-contacts {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .contacts-page .wpblock-contacts {
    height: 700px;
    overflow: visible;
    min-height: 0;
  }
  .contacts-page .wpblock-contacts .block-frame {
    height: auto;
  }
  .contacts-page .wpblock-contacts .free-contact {
    position: relative;
    transform: translateY(100px);
    color: #6d6d6d;
  }
}
@media (max-width : 767px) {
  .contacts-page .wpblock-contacts .container {
    padding: 0;
  }
}
.contacts-page .wpblock-contacts .block-holder {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .contacts-page .wpblock-contacts .leftcol {
    opacity: 0;
  }
}
@media (max-width : 767px) {
  .contacts-page .wpblock-contacts .contacts-mapbox .inside-box .leftcol {
    display: block;
  }
  .contacts-page .wpblock-contacts .contacts-mapbox .phone {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width : 767px) {
  .contacts-page .wpblock-contacts .contacts-mapbox .title {
    display: none;
  }
}
@media (max-width : 767px) {
  .contacts-page .wpblock-contacts .contacts-mapbox .worktime {
    text-align: left;
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}
.contacts-page .contacts-heading h1 {
  color: #ffffff;
  margin: 0 0 100px;
  font-size: 10vw;
  line-height: 9vw;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.5vw;
}
@media (min-width: 1700px) {
  .contacts-page .contacts-heading h1 {
    font-size: 150px;
    line-height: 95px;
  }
}
@media (max-width : 767px) {
  .contacts-page .contacts-heading h1 {
    display: none;
  }
}
.contacts-page .contacts-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media (max-width : 767px) {
  .contacts-page .contacts-row {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .contacts-page .contacts-row .line {
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: #ffffff;
    width: 0;
    bottom: 0;
    position: absolute;
  }
  .contacts-page .contacts-row .lineVert {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 0;
    background: #fff;
  }
}
@media (max-width : 767px) {
  .contacts-page .contacts-row {
    display: none;
  }
}
.contacts-page .contacts-row .col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px 5% 80px;
}
@media (max-width : 767px) {
  .contacts-page .contacts-row .col {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }
}
.contacts-page .contacts-row .col .subtitle {
  display: block;
  font-size: 15px;
  color: #6d6d6d;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width : 767px) {
  .contacts-page .contacts-row .col .subtitle {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width : 767px) {
  .contacts-page .contacts-row .col:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
  }
}
.contacts-page .contacts-row .mail-link {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  position: relative;
}
@media (min-width:992px) and (max-width:1199px) {
  .contacts-page .contacts-row .mail-link {
    font-size: 30px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .contacts-page .contacts-row .mail-link {
    font-size: 24px;
  }
}
@media (max-width : 767px) {
  .contacts-page .contacts-row .mail-link {
    font-size: 16px;
    color: #949494;
    text-decoration: underline;
  }
}
.contacts-page .contacts-row .mail-link:hover:before {
  opacity: 0;
}
.contacts-page .contacts-row .mail-link:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #fff;
  transition: all 0.3s ease;
}
@media (max-width : 767px) {
  .contacts-page .contacts-row .mail-link:before {
    display: none;
  }
}
.contacts-page .contacts-row .tel {
  display: inline-block;
  font-size: 40px;
  color: #fff;
}
@media (min-width:992px) and (max-width:1199px) {
  .contacts-page .contacts-row .tel {
    font-size: 30px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .contacts-page .contacts-row .tel {
    font-size: 24px;
  }
}
@media (max-width : 767px) {
  .contacts-page .contacts-row .tel {
    font-size: 36px;
    font-weight: 300;
  }
}
.contacts-page .wpblock-contacts .leftcol {
  padding-top: 100px;
}
@media (max-width : 767px) {
  .contacts-page .wpblock-contacts .leftcol {
    padding-top: 0;
  }
}

.wpblock-twocolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3%;
}
@media (max-width : 767px) {
  .wpblock-twocolumns {
    display: block;
    padding: 0;
  }
}
.wpblock-twocolumns .col {
  width: 46%;
}
@media (max-width : 767px) {
  .wpblock-twocolumns .col {
    width: 100%;
  }
}

.wpblock-work-white-heading {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width : 767px) {
  .wpblock-work-white-heading {
    padding-bottom: 20px;
  }
}
.wpblock-work-white-heading p {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 30px;
}
@media (max-width : 767px) {
  .wpblock-work-white-heading p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.wpblock-work-white-heading .line {
  width: 100%;
  background: #B2B2B2;
  height: 1px;
  margin: 0 auto;
  display: block;
}

.work-view-bottom-group {
  background: #000000;
  padding: 40px 0 50px;
  position: relative;
  z-index: 3;
}

.next-work-box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width : 767px) {
  .next-work-box {
    margin-bottom: 0;
  }
}
.next-work-box .next-title {
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 15px;
  letter-spacing: 15px;
}
.next-work-box .abs-link {
  z-index: 6;
}
.next-work-box .text-image-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width : 767px) {
  .next-work-box .text-image-box {
    height: 400px;
  }
}
.next-work-box .text-image-box .texto-box {
  display: inline-block;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .next-work-box .text-image-box .texto-box:hover .texto {
    transform: scale(0.9);
  }
  .next-work-box .text-image-box .texto-box:hover + .image-box {
    height: 100%;
  }
  .next-work-box .text-image-box .texto-box:hover + .image-box img {
    transform: scale(1.2);
    transition: all 3s ease;
  }
}
.next-work-box .text-image-box .texto {
  display: inline-block;
  max-width: 900px;
  font-size: 120px;
  line-height: 100px;
  color: #fff;
  font-weight: 100;
  letter-spacing: -5px;
  z-index: 4;
  transition: all 0.5s ease;
}
@media (max-width : 767px) {
  .next-work-box .text-image-box .texto {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 1px;
  }
}
.next-work-box .text-image-box .image-box {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 0;
  background: #666;
}
@media (max-width : 767px) {
  .next-work-box .text-image-box .image-box {
    height: 100%;
    width: 80%;
    margin-left: 0;
    left: 10%;
  }
}
.next-work-box .text-image-box .image-box:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 150%;
}
.next-work-box .text-image-box .image-box:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.next-work-box .text-image-box .image-box .image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 500px;
  bottom: 0;
}
.next-work-box .text-image-box .image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.progress-wrap {
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(161, 161, 161, 0.31);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.5s ease;
}
.progress-wrap:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  display: inline-block;
  border: solid #a1a1a1;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(-135deg);
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -3px;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #a1a1a1;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.wpblock-parallax-gallery {
  background: #ffffff;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.wpblock-parallax-gallery .texto {
  position: absolute;
  text-align: center;
  left: 0vw;
  width: 100%;
  white-space: nowrap;
  font-size: 28.7vw;
  line-height: 28vw;
  color: #fff;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  top: -100vh;
  height: 100vh;
  z-index: 3;
}
@media (max-width : 767px) {
  .wpblock-parallax-gallery .texto {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    top: 0;
    justify-content: center;
  }
}
.wpblock-parallax-gallery .texto .textholder {
  position: relative;
}
@media (max-width : 767px) {
  .wpblock-parallax-gallery .texto .textholder span {
    font-size: 24vw;
    display: block;
    margin-bottom: 30px;
  }
  .wpblock-parallax-gallery .texto .textholder .discover .circle {
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .wpblock-parallax-gallery .texto .textholder .discover .circle:before {
    content: "";
    display: block;
    clear: both;
    width: 25px;
    height: 2px;
    background: #fff;
  }
  .wpblock-parallax-gallery .texto .textholder .discover .circle:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 8px;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -6px;
    left: 50%;
  }
  .wpblock-parallax-gallery .texto .textholder .discover span {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.wpblock-parallax-gallery .parallax {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width : 767px) {
  .wpblock-parallax-gallery .parallax {
    display: none;
  }
}
.wpblock-parallax-gallery .parallax:first-child picture {
  top: 0;
}
@media (max-width : 767px) {
  .wpblock-parallax-gallery .parallax.parallax1 {
    display: block;
    height: 450px;
  }
}
.wpblock-parallax-gallery .parallax picture {
  width: 100%;
  height: 110vh;
  position: absolute;
  left: 0;
  object-fit: cover;
  top: -100vh;
}
@media (max-width : 767px) {
  .wpblock-parallax-gallery .parallax picture {
    top: 0;
    height: 100%;
  }
}
.wpblock-parallax-gallery .parallax picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}