@font-face {
    font-family: 'Neue Haas Unica Med';
    src: url('/fonts/NeueHaasUnica-Medium.woff2') format('woff2'), url('/fonts/NeueHaasUnica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica ExtBd';
    src: url('/fonts/NeueHaasUnica-ExtraBold.woff2') format('woff2'), url('/fonts/NeueHaasUnica-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url('/fonts/NeueHaasUnica-Regular.woff2') format('woff2'), url('/fonts/NeueHaasUnica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Neue Haas Unica';
    src: url('/fonts/NeueHaasUnica-Thin.woff2') format('woff2'), url('/fonts/NeueHaasUnica-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */


body {
    font-family: 'Neue Haas Unica';
    font-size: 15px;
    background: #fff;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#page-home #loader {
    display: none !important;
}

.no-hero {
    padding: 80px 0 0 0;
}

.no-hero .logo {
    opacity: 1;
}

#sp1 {
    display: block;
    position: absolute;
    left: 0;
    width: 19%;
    top: 0;
    height: 0;
    background: #fff;
    transition: height 0.5s;
}

.load1 #sp1 {
    height: 100%;
}

#spHolder {
    position: absolute;
    left: 19%;
    top: 28%;
    height: 72%;
    display: block;
    width: 81%;
    overflow: hidden;
}

#sp2 {
    display: block;
    position: absolute;
    left: 0;
    width: 0%;
    top: 46%;
    height: 21%;
    background: #fff;
    transition: width 0.5s;
    transform: rotate(-38deg);
    transform-origin: left bottom;
}

.load2 #sp2 {
    width: 115%;
}

#sp3 {
    display: block;
    position: absolute;
    left: 13%;
    width: 0%;
    top: 36%;
    height: 21%;
    background: #fff;
    transition: width 0.5s;
    transform: rotate(40deg);
    transform-origin: left bottom;
}

.load3 #sp3 {
    width: 100%;
}

.full-load #loader {
    height: 0 !important;
}

#main {
    height: calc(100vh - 79px);
    overflow: initial;
}



.full-load #main {
    height: auto;
}

.toScale {
    opacity: 0;
    transition: all 1s;
    transition-delay: 1s;
    transform: translateY(-50px);
}

.load1 .toScale {
    transform: translateY(0);
    opacity: 1;
}

#page-home .full-load .toScale {
    transform: translateY(0);
    opacity: 1;
}

.clear,
* html .clearfix,
*:first-child+html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

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



.grid_3 {
    width: calc(25% - 15px);
    margin-right: 20px;
    position: relative;
}

.grid_3:nth-child(4n) {
    margin-right: 0;
}

.grid_4 {
    width: calc(33.33% - 33.33px);
}

.grid_5 {
    width: calc(38%);
    min-width: 400px;
}

.grid_6 {
    width: calc(50% - 100px);
    position: relative;
}

.grid_n1 {
    width: 50%;
}

.grid_n2 {
    width: 74.5%;
}

.grid_w7 {
    width: 25%;
    position: relative;
}

.pl30 {
    padding-left: 30px;
    text-align: left;
}

.pr30 {
    padding-right: 30px;
    text-align: right;
}

.grid_9 {
    width: 75%;
    position: relative;
}

.bigger {
    width: calc(50% - 35px);
}

.grid_6.innerg {
    width: calc(50% - 25px);
    min-width: 10px;
}

.grid_half {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.grid_third {
    width: 33.33%;
    min-height: 33.33vw;
    background-size: cover;
}

.grid_sixth {
    width: 66.66%;
    min-height: 33.33vw;
    background-size: cover;
}

.main-link {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.inner {
    width: 520px;
    max-width: calc(100% - 40px);
    margin: auto;
}

.half {
    width: calc(50% - 50px);
}

.sticky {
    position: sticky;
    top: 70px;
    align-self: flex-start;
}

.br-right {
    position: relative;
}

.br-right:after {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    content: '';
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ECEAE3;
    z-index: 10000;
    transition: width 2s;
    overflow: hidden;
}

#preloader.moved {
    width: 0;
}

.arrow {
    display: block;
    width: 60px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    position: absolute;
}

#k-symbol {
    width: 19vw;
    height: 22.3vw;
    position: absolute;
    left: 7vw;
    bottom: 7vw;
}

#k-symbol img {
    width: 100%;
    display: block;
}

/* .dark-layer {
    color: #fff;
} */

.dark-layer:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

.darker:after {
    background: rgba(0, 0, 0, 0.5);
}

.icon-holder {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.icon-holder img {
    display: block;
    margin-right: 20px;
    width: 60px;
}

.flex-h {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 80px;
}

.flex-shb {
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 70px 0;
    color: #fff;
}

.flex-shd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.middle-h {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.mid-logo {
    width: 45%;
}

#logoHolder {
    top: 50%;
    transform: translateX(-50%);
    width: 100%;
    transform: translate(0%, -50%);
    position: absolute;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 2s, top 1s, opacity 1s;
}

#logoHolder.moved {
    left: 0%;
}

#logoHolder.topTop {
    top: 40px;
}

.back-logo {
    width: 90%;
    opacity: 0.2;
    transition: all 1s;
}

#logoHolder.topTop .back-logo.solidate {
    width: 140px;
}

.back-logo.solidate {
    opacity: 1;
    width: 45%;
}

.back-logo.trn {
    transform: translate(-50%, -50%);
}

#title {
    width: 100%;
    text-align: center;
    transition: 1.7s;
    opacity: 0;
    filter: blur(8px);
}

#title.fadeIn {
    opacity: 1;
    filter: blur(0);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a,
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.full-h {
    height: 100vh;
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}

.full-hh {
    height: 100vh;
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}

section {
    position: relative;
    z-index: 1;
    background: #fff;
    background-size: cover;
}

.holder {
    position: relative;
    top: 0;
}

.innerHolder {
    position: relative;
    overflow: hidden;
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}

.fixedSec {
    position: fixed;
    height: 100%;
    width: 100%;
    min-height: 400px;
    background-size: cover;
    z-index: 0;
    bottom: 0;
}

.nobg {
    height: 38vw;
    padding: 70px 0;
    background: transparent;
    color: #fff;
}

.mb120 {
    margin-bottom: 120px;
}

.news-det p {
    margin-bottom: 1em;
}

.news-det img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.sticky80 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    padding: 0;
}

#tranHolder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}

#transH2 {
    text-align: center;
    font-size: 10vh;
    font-family: 'Neue Haas Unica ExtBd';
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    line-height: 1;
    padding-top: 38vh;
    mix-blend-mode: screen;
    color: #000;
}

#pofolio {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.ptb150 {
    padding: 150px 0;
}

.nobg.ptb150 {
    padding: 150px 0;
    height: auto;
    overflow: hidden;
}

.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}


.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page-news .flex-sb {
    justify-content: flex-start;
}



.flex-sb .grid_4 {
    width: calc((100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 60px;
}

.flex-sb .grid_4:nth-child(3n) {
    margin-right: 0;
}



.flex-sh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-shc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.project-link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    width: calc(100%);
}



.project-link img {
    width: 50%;
    aspect-ratio: 3/2;
    object-fit: cover;
    margin-left: auto;
}

.project-link span.project-tile-details {
    width: 48%;
    flex-direction: column;
    padding-right: 20px;
    display: flex;
    padding-bottom: 40px;
}

.project-title {
    font-family: 'Neue Haas Unica Med';
    display: block;
    padding: 0 0 15px 0;
    color: #4A4A4A;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.project-title span {
    font-size: 16px;
    display: block;
    font-weight: 300;
}

.grab-line {
    max-width: 500px;
    width: 100%;
}


.logoHolder {
    height: 160px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoHolder img {
    display: block;
    max-width: 200px;
    max-height: 60px;
}

.flex-s .logoHolder:nth-child(2) {
    transition-delay: 0.2s;
}

.flex-s .logoHolder:nth-child(3) {
    transition-delay: 0.4s;
}

.flex-s .logoHolder:nth-child(4) {
    transition-delay: 0.6s;
}

.bg-creame {
    background: #ECEAE3;
}

.bg-dark-creame {
    background: #dbd6d1;
}

.bg-brown {
    background: rgba(74, 74, 74, 1);
    color: #fff;
}

.w300 {
    width: 80%;
    display: block;
    margin: auto;
}

.max300 {
    max-width: 330px;
}

.w640 {
    width: 640px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.abs-creame {
    position: relative;
    padding: 70px 0;
    margin-top: 70px;
}

.abs-creame:before {
    position: absolute;
    right: -110px;
    background: #ECEAE3;
    width: 100vw;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    z-index: -1;
}

.bg-dark {
    background: #003300;
    color: #fff;
}

.ptb70 {
    padding: 70px 0;
}

.ptb40 {
    padding: 40px 0;
}

.pb70 {
    padding-bottom: 70px;
}

.ptb120 {
    padding: 120px 0;
}

.container {
    width: 1360px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.w1520 {
    width: 1520px;
}

.half-container {
    width: 50%;
    margin-left: calc(50% - 760px);
}

.container.middle {
    position: absolute;
}

.container.w800 {
    width: 56em;
}

.container.w1000 {
    width: 72em;
}

.container.w1200 {
    width: 1200px;
}

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

.btn.mauto {
    margin-left: auto;
    margin-right: auto;
}

.icon {
    width: 77px;
    height: 90px;
    display: block;
    margin: 0 0 60px 0;
    background-image: url(/images/icon.svg);
    background-size: cover;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.lefty {
    margin: 0 0 50px 0;
}

.mb10 {
    margin-bottom: 10px
}

.mb {
    margin-bottom: 30px;
}

.mb2 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.counter {
    font-size: 50px;
    font-family: 'Neue Haas Unica ExtBd';
    text-align: center;
    line-height: 1;
    height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adjust {
    display: inline-block;
    height: 1.3em;
    line-height: 1;
}

.fake {
    display: block;
    opacity: 0;
    height: 1.3em;
    line-height: 1;
}

.completed .fake {
    display: none;
}

.pattern {
    position: relative;
    display: inline-block;
    line-height: 1;
    height: 1.3em;
}

.hidden {
    width: 0;
    height: 0;
    overflow: hidden;
}

.n-holder {
    height: 1.3em;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.completed .n-holder {
    display: block;
    position: relative;
    top: auto;
    left: auto;
}

.digit {
    transition: transform 0.05s;
}

.number {
    transition: transform 1s;
}

.n-holder span {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
}

.n-holder span span {
    height: 1.3em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.completed .n-holder span {
    display: block !important;
}

.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

.fullyvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}




@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

#h1 {
    position: relative;
}

.fadeHeading {
    transition: opacity 0.7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.fadeInUp {
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.fadeInUp.animated {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.delay1 {
    transition-delay: 0.4s;
}

.delay2 {
    transition-delay: 0.8s;
}

.delay3 {
    transition-delay: 1.2s;
}

.underline {
    text-decoration: underline;
    padding-top: 5px;
    font-weight: 700;
    display: block;
}

.btn {
    display: block;
    border: 1px solid #fff;
    padding: 6px;
    width: 180px;
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.btn.brown {
    border: 1px solid #4A4A4A;
    text-transform: uppercase;
}

.blk {
    border: 1px solid #4A4A4A;
}

.dlk {
    color: #fff;
    background: #4A4A4A;
    border: 1px solid #4A4A4A;
}

.list {
    list-style: none;
}

.list li {
    display: block;
}

.list li:before {
    content: '-';
    display: inline-block;
    width: 15px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: 'Neue Haas Unica ExtBd';

}

p {
    margin: 0;
    line-height: 1.5;
}

p.mid {
    font-size: 1.25em;
}

p.big {
    font-size: 1.5em;
}


h1,
h2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
}

h1 .address {
    display: block;
    font-size: 0.6em;
    margin: 1em 0;
    font-family: 'Neue Haas Unica';
    font-weight: 500;
}

h3 {
    font-size: 26px;
    font-family: 'Neue Haas Unica ExtBd';
    line-height: 1.2;
    letter-spacing: -1px;
}

h3.f40 {
    font-size: 40px;
    margin-bottom: 1em;
}

h3.big {
    font-size: 32px;
}

h3.w800 {
    text-align: center;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    font-size: 21px;
    font-family: 'Neue Haas Unica ExtBd';
}

#h4 {
    font-size: 60px;
    line-height: 1;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

#h4 span {
    font-size: 1.1em;
    font-family: 'Neue Haas Unica ExtBd';
    font-weight: bold;
}

h4.sml {
    font-family: 'Neue Haas Unica ExtBd';
    font-size: 20px;
    letter-spacing: -0.5px;
}

h5 {
    font-size: 18px;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #D8D8D8;
}

h6 {
    font-size: 18px;
    max-width: 320px;
    margin-bottom: 85px;
}

.no-bt {
    padding-bottom: 0;
    border: none;
}

.no-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 25px 0;
}

.no-holder p,
.no-holder h4 {
    width: calc(100% - 100px);
    padding-right: 40px;
}

span.no {
    width: 80px;
    display: block;
    margin-right: 20px
}

span.no img {
    display: block;
    width: 100%
}

.sp-bg {
    display: block;
    width: 101%;
    height: 101%;
    background-size: cover;
    transition: transform 0.5s;
}

.main-link:hover .sp-bg {
    transform: scale(1.1);
}

.inner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    text-align: center;
    transition: background 0.5s;
}

.inner-link.rect {
    background: rgba(0, 0, 0, 0) !important;
    align-items: flex-start;
    justify-content: flex-end;
}

.inner-link.square {
    background: rgba(0, 0, 0, 0) !important;
    padding: 80px;
}

.inner-link.rect:before {
    content: '';
    display: block;
    width: 49vw;
    height: 49vw;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    transform: rotate(45deg);
    background: rgba(0, 51, 0, 0.6);
    transition: all 0.5s;
}

.inner-link.square:before {
    content: '';
    display: block;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    left: 40px;
    background: rgba(0, 51, 0, 0.6);
    transition: all 0.5s;
}

.main-link:hover .inner-link {
    background: rgba(0, 0, 0, 0.4);
}

.main-link:hover .inner-link.rect:before {
    transform: rotate(0);
    background: rgba(0, 51, 0, 0.9);
}

.main-link:hover .inner-link.square:before {
    transform: scale(1.5);
    background: rgba(0, 51, 0, 0.9);
}

.sp-copy {
    position: relative;
    z-index: 1;
}

.heading {
    font-family: 'Neue Haas Unica ExtBd';
    display: block;
    margin-bottom: 20px;
    font-size: 40px;
    position: relative;
}

span.intro {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    position: relative;
    max-width: 400px;
}

.main-link:hover span.intro {
    height: 9.6em;
}

.max465 {
    max-width: 465px;
}

.quate {
    width: 60px;
    display: block;
    height: auto;
    margin: 0 0 15px 0;
}

/* Navigation */

header {
    background: rgba(74, 74, 74, 0);
    color: #fff;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 5;
    width: 100%;
    transition:  0.5s;
    -webkit-transition:  0.5s;
    -moz-transition:  0.5s;
    -ms-transition:  0.5s;
    -o-transition:  0.5s;
}

.no-hero header {
    background: rgba(74, 74, 74, 1);
}


.logo {
    display: block;
    z-index: 3;
    width: max-content;
    opacity: 0;
    transition: opacity 0.5s;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.full-load .logo{
    opacity: 1;
}

.logo img {
    max-width: 140px;
    margin: auto;
    margin-bottom: 6px;
}

header.fixed {
    background: rgba(74, 74, 74, 1);
}

header.fixed .logo {
    opacity: 1;
}

nav {
    position: relative;
}

#nav {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #4A4A4A;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    justify-content: center;
    align-items: center;
    z-index: 3;
    flex-wrap: wrap;
    flex-direction: column;
}

#nav li {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

#nav li a {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 6px 0;
    display: block;
}

.min-h {
    min-height: 50vw;
}

#page-home a.home,
#page-company a.company,
#page-investment a.investment,
#page-partnership a.partnership,
#page-portfolio a.portfolio,
#page-sustainability a.sustainability,
#page-insights a.insights,
#page-contact a.contact {
    font-weight: 700;
    color: #e89561;
}



/* nav-toggle */

#tag-line {
    font-family: 'Neue Haas Unica ExtBd';
    display: block;
    line-height: 1;
    position: absolute;
    left: 60px;
    font-weight: 700;
    z-index: 10;
    cursor: pointer;
    width: max-content;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
}

#nav-toggle {
    position: absolute;
    right: 60px;
    z-index: 10;
    cursor: pointer;
    width: 38px;
    height: 26px;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: a rotate(-45deg);
}

#popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0;
    transition: opacity 0.7s;
    align-items: center;
    justify-content: center;
    display: none;
}

.close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
    display: block;
}

.innerPop {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    align-items: flex-start;
    width: 960px;
    max-width: calc(100% - 40px);
    min-height: 400px;
    background: #fff;
}

.pop-wrapper {
    display: none;
    width: 100%;
}

.g4 {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: 50% 20%;
}

.g8 {
    width: 60%;
    padding: 45px;
}

.g8 p {
    margin-bottom: 15px;
}

.g8 p:last-child {
    margin-bottom: 15px;
}

.v-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    z-index: 50;
}

.v-close:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 40px;
    transform: rotate(45deg);
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: center;
    background: #fff;
}

.v-close:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 40px;
    transform: rotate(-45deg);
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: center;
    background: #fff;
}

/* enquiry */
.register {}

.btnHolder {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.btnHolder label {
    display: block;
    width: 130px;
    text-align: left;
}

input,
select,
textarea {
    font-size: 14px;
    margin: 0 auto;
    padding: 8px;
    width: 100%;
    color: #4A4A4A;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #4A4A4A;
    text-align: left;
    resize: none;
    width: calc(100% - 130px);
}

.s-holder {
    width: calc(100% - 130px);
}

select {
    padding: 5px 7px;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

select option {
    padding: 7px 5px;
    background: #fff;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

.b_submit {
    margin: 10px 0 25px 0;
    cursor: pointer;
    width: 120px;
}

.privacy {
    font-size: 10px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

/*footer*/
footer {
    background: rgba(74, 74, 74, 1);
    color: #fff;
}

.ul-footer,
.ul-news {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-transform: uppercase;
}

.ul-footer li,
.ul-news li {
    display: inline-block;
    margin-left: 20px;
    font-size: 0.9em;
}

.ul-news {
    width: max-content;
    margin-left: auto;
}

.ul-news li {
    font-size: 1em;
    font-weight: 400;
    margin: 0 1em 0 0;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

div.token-input-dropdown-project ul {
    margin: 0;
    padding: 0;
    display: block !important;
    max-height: 205px;
}

div.token-input-dropdown-project ul li {
    background-color: #fff;
    font-size: 14px;
    padding: 3px;
    margin: 0;
    list-style-type: none;
    font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
    background-color: #ccc;
    color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
    padding: 0;
    text-align: left;
    color: #F00D0D;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#disclaimer {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #ECEAE3;
    opacity: 0;
    transition: opacity 0.7s;
}

.dis-pr a {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 10px
}

#disclaimer.discl .prp {
    display: none
}

#disclaimer.prp .discl {
    display: none
}

.inner-p {
    height: 100vh;
    overflow-y: scroll;
    padding: 120px 0 60px 0;
}

#disclaimer p {
    margin-bottom: 1em;
    max-width: 1000px;
}

.stickyDis {
    position: fixed;

    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 50px;
}

.icons {
    max-width: 60px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.wrap {
    flex-wrap: wrap;
}


.w90 {
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
}


.linkedin {
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 10px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.animated+.linkedin {
    transition-delay: 1s;
    opacity: 1;
}

.bullet_point_holder ul li {
    margin: 0 0 6px 0;
    line-height: 1.5;
}

#page-insights.details .middle.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#page-insights.details .middle.container h1 {
    font-size: 44px;
    text-align: center;
    max-width: 760px;
    line-height: 1.3em;
    font-weight: bold;
}

#page-insights h4 {
    font-size: 24px;
    font-family: 'Neue Haas Unica ExtBd';
    line-height: 1.2;
}


.news-content-details-holdet {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;

}

.news-content-details-holdet img {
    width: initial;
    max-width: 100%;
}




#loader {
    display: none !important;
}

.backtohistory {
    display: flex;
    align-items: center;
}

.backtohistory span {
    font-size: 1.4em;
}

.g8 {
    flex-direction: column;
    display: flex;
}

#page-portfolio.details .g4 {
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 45px;
    position: relative;


}

#page-portfolio.details .g4 h4 {
    font-family: 'Neue Haas Unica';


}

#page-portfolio.details .g8 {
    padding-left: 0;
    padding-right: 50px;
}

.key p {
    min-width: 180px;
    font-size: 14px;
}

.key p.title {
    font-weight: 600;
}

.key {
    margin-bottom: 8px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery a {
    display: flex;
    width: calc((100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.gallery a:nth-child(3n) {
    margin-right: 0;
}

.center-center-position {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-transform: initial;
    z-index: 2;
}

#map {
    min-height: 80svh;
    width: 75%;
}

.map-holder {
    min-height: 80svh;
    width: 25%;
    padding: 50px 24px;
    background-color: #4A4A4A;
    color: #fff;
}


.map-inner {
    height: 0;
    overflow: hidden;


}

.map-inner p {
    font-family: 'Neue Haas Unica';
    font-size: 12px;
}

.map-link.active+.map-inner {
    height: 100%;
    margin: 10px 0 20px;


}

.map-link {
    display: block;
    font-family: 'Neue Haas Unica Med';
    font-size: 14px;

    background-image: url(/images/buttons/plus.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 14px;
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}

.map-link.active {
    background-image: url(/images/buttons/minus.svg);
}










/*-------------------------*/

.mta {
    margin-top: auto;
}

.mlra {
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

#ancher {
    padding-top: 120px;
}

.full-width {
    width: 100%;
}

.border-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;

    .column {
        width: calc(100% - 20px);
        justify-content: flex-start;
    }

    .row {
        .icons {
            margin: 0 0 14px 0;
        }
    }

    .arw {
        width: 40px;
        margin-top: 4em;
        height: max-content;
    }
}

.grid_3.border-wrap {
    width: calc(25% - 45px);
    margin-right: 60px;
}

.grid_3.border-wrap:nth-child(4n) {
    margin-right: 0;
}



@media screen and (max-width : 1480px) {

    .no-holder p,
    .no-holder h4 {
        padding-right: 0;
    }

    .half1500 {
        width: 50%;
    }
}

@media screen and (max-width : 1280px) {
    #nav li {
        padding: 0 10px;
    }

    .no-holder p,
    .no-holder h4 {
        padding-right: 0;
    }
}

@media screen and (max-width : 1180px) {
    .container {
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width : 768px) {}

@media screen and (max-width : 1000px) {

    #tag-line {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        background-color: #4A4A4A;
        color: #ffffff;
        z-index: 2;
        padding: 10px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .grid_3.border-wrap {
        width: 100%;
        margin-right: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .border-wrap .arw {
        width: 40px;
        transform: rotate(90deg);
        margin-top: auto;
    }

    footer .flex-sb {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    footer .dis-pr a {
        margin: 0 0;
        display: block;
        font-size: 1em;
        margin-top: 10px;
    }

    footer .dis-pr a:last-child {
        margin-top: 0;
    }

    .arrow {
        width: 30px;
        bottom: 40px;
    }

    .grid_6 {
        width: 100%;
        min-width: 100px;
    }

    #nav-toggle {
        left: 20px;
    }

    header {
        height: 60px;
    }

    #nav li a {
        font-size: 22px;
        padding: 4px 0;
    }

    h1,
    h2 {
        font-size: 40px;

    }

    h3 {
        font-size: 22px;
    }

    h3.big {
        font-size: 26px;
    }

    .grid_4 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .counter {
        font-size: 40px;
    }

    p.big {
        font-size: 1.2em;
    }

    h4 {
        font-size: 18px;
    }

    .delay1,
    .delay2 {
        transition-delay: 0s;
    }

    #h4 {
        font-size: 48px;
    }

    .grid_9 {
        width: 100%;
    }

    .mbm {
        margin-bottom: 25px;
    }

    .mb120 {
        margin-bottom: 25px;
    }



    .ptb120,
    .ptb70 {
        padding: 60px 0;
    }

    #transH2 {
        font-size: 4vh;
        padding-top: 39vh;
    }

    .flex-h {
        padding: 0;
    }

    .ul-footer {
        display: block;
    }

    .ul-footer li {
        display: block;
        margin: 0 0 5px 0;
    }

    .full-hh {
        height: 100vh;
    }



    span.no {
        width: 70px;
        height: 70px;
        font-size: 31px;
    }

    .logoHolder {
        transition-delay: 0s !important;
        width: 50%;
        padding: 20px;
    }

    .abs-creame {
        padding: 30px 0;
        background: #ECEAE3;
        margin: 30px 0;
    }

    .abs-creame:before {
        right: -20px;
    }

    .half {
        width: 100%;
    }

    .logoHolder img {
        display: block;
        max-width: 100%;
    }

    .project-title {
        font-size: 16px;
    }

    .flex-shc {
        display: block;
    }

    .grid_3 {
        width: 100%;
        margin-right: 0;
    }

    .grid_n2 {
        width: 100%;
    }

    .ul-news li {
        font-size: 12px;
    }

    .btnHolder {
        display: block;
    }

    label {
        display: block;
        margin-bottom: 5px;
    }

    input,
    textarea,
    .s-holder {
        width: 100%;
    }

    .innerPop {
        margin-top: 70px;
        height: 100vh;
        overflow: scroll;
    }

    .v-close {

        top: 0;
        right: 0;

    }

    .g4 {
        width: 100%;
        position: relative;
        height: calc(100vw - 40px);
    }

    .g8 {
        width: 100%;
        padding: 30px 20px 50px 20px;
    }


    .m-w100 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .project-link {
        flex-direction: column-reverse;
    }

    .project-link span.project-tile-details, .project-link img{
        width: 100%;
        padding-bottom: 40px;
    }



}