@font-face {
    font-family: 'Canela';
    src: url('/fonts/Canela-Light.woff2') format('woff2'), url('/fonts/Canela-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}




html {
    height: 100%;
}

body {
    font-size: 18px;
    background: #fff;
    color: #63625D;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    overflow: hidden;
    font-family: 'Canela';
    font-weight: 400;
    font-style: normal;
}

.aktiv {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
}

body.touch.fullLoded {
    overflow: scroll;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.grid_half {
    width: 50%;
    float: left;
    position: relative;
    background-size: cover;
}

.rightfloat {
    float: right;
}



.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.grid_6 {
    width: 50%;
    padding-right: 17px;
}

    .grid_6.right {
        padding-right: 0;
        padding-left: 17px;
    }

.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;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #63625D;
}

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;
    outline: none;
}
/*.circle.disable {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.circle {
    position: fixed;
    background: 
    #eae5da;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1000ms ease, transform 1000ms ease;
    transition: opacity 1000ms ease, transform 1000ms ease;
    z-index: 20;
    -webkit-transform: scale(1);
    transform: scale(1);
    border:1px solid #63625D 
}
.circle svg {
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill:#63625D
}*/
#mainContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */


p {
    line-height: 1.33;
    text-align: center;
    margin: 0;
}
p.aktiv
{
        font-family: aktiv-grotesk,sans-serif;
        font-size:16px;
        margin-top:1.8em;
        line-height:1.5;
        max-width:550px;
        margin-left:auto;
        margin-right:auto
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 1;
}
.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: cover !important;
}
.content-video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    overflow:hidden
}

@media screen and (max-aspect-ratio: 1620/1080) {
    .fullyvideo {
        height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1620/1080) {
    .fullyvideo {
        width: 100%;
    }
}
#content:after,.dark-layer:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0%;
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
    z-index: 0;
}

.dark-layer:after
{
        background: rgba(0,0,0,0.35);
}
#topintro, #intro {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(.895,.03,.685,.22);
    transition: opacity 0.5s cubic-bezier(.895,.03,.685,.22);
}

    #intro span {
        display: block;
    }

.topintro #topintro {
    opacity: 1;
}

.quiekLoad #topintro, .quiekLoad #intro {
    transition: none;
    opacity: 1;
}

.intro #intro {
    opacity: 1;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}


.fullheight {
    height: 100%;
    background-size: cover;
}
.maxheight
{
    display:block;
    max-height:calc(100vh - 320px);
    margin-left:auto;
    margin-right:auto
}

#content {
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-position: right center;
}



.tel
{
    font-size:16px;
    margin:25px 0;
    display: block;
}



.regBtn {
    display: block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    opacity: 0;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.5s cubic-bezier(.895,.03,.685,.22);
    transition: opacity 0.5s cubic-bezier(.895,.03,.685,.22);
    letter-spacing: 0.5px;
}


.quiekLoad .regBtn {
    transform: none;
    opacity: 1;
}

.reg .regBtn {
    opacity: 1;
}

section {
    position: relative;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}

#home {
    height: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}
h1
{
    margin-bottom:0.5em
}


h2 {
    font-family: aktiv-grotesk,sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 20px;
    text-align: center;
    line-height:2;
        font-weight: bold;
}

h2.title{
    font-size:44px;
line-height:179px;
margin-bottom:36px;
    position:relative;
    display:none;
    font-family: 'Canela';
    text-transform:none;
    letter-spacing:0
}
h2.mbm
{
    margin-bottom:48px;
}
span.cir {

    display: block;
    height: 45px;
    width: 45px;
    position: absolute;

        background: #e9e5da;
        border-radius:50%;

 

}
.c-t
{
    top: 0;
    left: 0;
right:0;
margin:auto;
}
span.kir{

    display: block;
    height: 50px;
    width: 45px;
    position: absolute;

    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #eae5da;
}
.b-r
{
        bottom: 0;
    right:-40px;
    
}
.b-l
{

    left:0;
    bottom:0;
}
.t-l
{

    left:-40px;
    top:0;
}
span.plus{
    display:block;
    width:36px;
    height:36px;

    position: absolute;
    background:#eae5da;
}
span.plus:before
{
       content: '';
    display: block;
    height: 12px;
    
    position: absolute;
    right: -12px;
    left:-12px;
    top:calc(50% - 6px);
    background: #eae5da;
}
span.plus:after
{
       content: '';
    display: block;
    top:-12px;
    bottom:-12px;
    width:12px;
    position: absolute;
    right: 0;
    margin:0 auto;
    left: 0;
    background: #eae5da;
   
}
span.zig{
    display:block;
    width:44px;
    height:44px;
    border-top:none;

    background: #eae5da;
        position: absolute;

}
span.zig:before
{
       content: '';
    display: block;
    height: 22px;
    width: 66px;
    position: absolute;
    bottom: 0;
    right: 0;

    background: #eae5da;
}
span.zig:after
{
       content: '';
    display: block;
    height: 66px;
    width: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
 background: #eae5da;
   
}
.mb {
    margin-bottom: 1.66rem;
}

.mt {
    margin-top: 1.66rem;
}

h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;

}


h3.big,h1

{
     font-size: 58px;
     line-height:1.13;
     width:1240px;
     margin-right:auto;
     margin-left:auto;
     max-width:100%;

}

h4 {
    font-family: aktiv-grotesk,sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 24px;
    max-width: 600px;
    margin: 25px auto 0 auto;
}
.sus
{
    display:inline-block;
    padding-left:15px;
    position:relative;
    font-size:14px;
}
.sus:before

{
    content:'';
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    left:0;
    top:calc(50% - 6px);
    border-radius:50%;
    background:#9DB799


}
.sus.s1
{
    margin:0 15px
}
.sus.s1:before
{
    background:#ACC5E3
}
.sus.s2:before
{
        background:#F5EEBD
}
h5 {
    width: 527px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 50px auto;
    max-width:100%
}
h5.mb10{
	margin-bottom: 10px;
}
h5.do{
	font-size: 16px
}
h6
{
  
    font-size: 16px;	font-weight: 300;	letter-spacing: 0.44px;	line-height: 30px;	text-align: center;
    
}

#Interiors {
    color: #DB9578;
}

#Lifestyle {
    color: #9B9A73;
}

.innerimg {
    width: auto;
    max-width: 65%;
    display: block;
    margin: 0 auto;

}

.inner:before {
    display: block;
    height: 92px;
    width: 92px;
    position: absolute;
    top: 120px;
    left: -30px;
    content: '';
    background: #eae5da;
    border-radius: 50%;
}
.inner.type1:before {

    height: 61px;
    width: 61px;
    left: auto;
    right:0;
    content: '';

}

.inner:after {
    content: '';
    display: block;
    height: 145px;
    width: 125px;
    position: absolute;
    bottom: 85px;
    right: 100px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #eae5da;
}
.inner.type1:after {
    display:none
}
.inner.type1 span {
    display:block;
    width:147px;
    height:147px;
    left:0;
    right:auto;
    bottom:90px;
    border-top:none;

   
        position: absolute;

}
.inner.type1 span:before
{
       content: '';
    display: block;
    height: 98px;
    width: 98px;
    position: absolute;
    bottom: 0;
    left: 0;

    background: #eae5da;
}
.inner.type1 span:after
{
       content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 49px solid #eae5da; 
    border-bottom: 49px solid #eae5da;
   
}
.inner.type2:after,.inner.type2:before{
    display:none
}
.inner.type2 span{
    display:block;
    width:72px;
    height:72px;

    right:0;
    bottom:104px;
    position: absolute;
    background:#eae5da;
}
.inner.type2 span:before
{
       content: '';
    display: block;
    height: 24px;
    
    position: absolute;
    right: -24px;
    left:-24px;
    top:calc(50% - 12px);
    background: #eae5da;
}
.inner.type2 span:after
{
       content: '';
    display: block;
    top:-24px;
    bottom:-24px;
    width:24px;
    position: absolute;
    right: 0;
    margin:0 auto;
    left: 0;
    background: #eae5da;
   
}
.inner.type3:after
{
    display:none;
}
.inner.type3:before {
 left: 0;
    bottom: 140px;
    background: #eae5da; 
    width: 180px;
    height: 180px;
    border-radius:0;
    -webkit-border-top-right-radius: 157px;
    -moz-border-radius-topright: 157px;
    border-top-right-radius: 157px;
    top:auto;
}
.sec-link {
    display: none;
}

.inner {
    width: 635px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.prev-link,.main-link 
{
    position:absolute;
    left:50%;
    width:50%;
    height:100%;
        cursor: w-resize;
        top:0;
        z-index:50;
  

 cursor: url(next.png), url(http://anden.ondicomdigital.com/next.cur),auto;                                    
}
.prev-link{
    left:0;
    width:50%;
 cursor: url(prev.png), url(http://anden.ondicomdigital.com/prev.cur),auto;       
}
.main-link img {
    width: 35px;
    height:35px;
    position: absolute;
    display: none;
    right: 35px;
    top: calc(50% - 17.5px);
    display:none;
    z-index: 4;

}

.prev-link img {
    width: 35px;
    height:35px;
    position: absolute;
    display: none;
    left: 35px;
    top: calc(50% - 17.5px);
     display:none;
    z-index: 4;

}
.touch  .main-link img {

    display:block;
 

}

.touch .prev-link img {
  display:block;
}
.counter{
position: absolute;

width: 100px;
height:50px;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 200;
overflow:hidden


}
.cricle
{
    position: absolute;
    display:block;
    top:10px;
width: 100%;
height:200%;
background:#eae5da;
border-radius:50%;
padding-top:12px;
font-size:14px;
left: 0;
right: 0;
color:#63625D;


}
.caption {
    position: absolute;
    color: #fff;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-family: aktiv-grotesk,sans-serif;
}

.pt170 {
    padding-top: 0;
    position: absolute;
    top: 70px;
    width: 100%;
}

.bgdark {
    background: #63625d;
}

.maplist li {
    list-style: none;
    color: #9B9A73;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
}

.teamsvg {
    display: block;
    margin: 0 auto 35px auto;
    fill: #1a3148;
}

.max_w {
    width: 411px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}

.max_480 {
    width: 480px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}

.abs-right {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    width: 50%;
}

.abs-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 50%;
}
.abs-full
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
}
.fullh {
    height: 100%;
    background-size: cover;
}

.fullsec {
    height: 100%;
    background-size: cover;
    z-index: 1;
        background-position: center;
    width: 100%;
}
.blogo
{
    display:inline-block;
    margin:0 10px;
}
/* Navigation */
header {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(.895,.03,.685,.22);
    transition: opacity 0.7s cubic-bezier(.895,.03,.685,.22);
    height: 80px;
}

.toplogo {
    fill: #fff;
}

header li a:hover,header.link1 a.Vision, header.link2 a.Architecture, header.link3 a.Interiors, header.link4 a.Wellbeing, header.link5 a.Lifestyle, header.link6 a.team {
    text-decoration: underline;
}

.link0 #mainmenu li a ,.link2 #mainmenu li a,.link4 #mainmenu li a,.link6 #mainmenu li a{
    color: #fff;
    
}




.c1 .link2 #mainmenu li a,.c1 .link4 #mainmenu li a,.c1 .link6 #mainmenu li a  {

    color:#63625D;

}

.c1 .link2 #mainmenu li a {

    color:#63625D;

}
.link0 .logo svg,.link2 .logo svg,.link4 .logo svg,.link6 .logo svg    {
    fill: #fff;
}

.c1 .link0 .logo svg,.c1 .link2 .logo svg, .c1 .link4 .logo svg,.c1 .link6 .logo svg    {
    fill: #63625D;
}
.quiekLoad header {
    transition: none;
    opacity: 1;
}

.drop header {
    opacity: 1;
}

.enquire-now {

    right: 35px;
    display: block;
    padding: 8px 0;
    text-align: center;
    background: #63625D;
    color: #fff;
    text-transform: uppercase;
    width: 190px;
    z-index: 5;
    font-family: aktiv-grotesk,sans-serif;
font-style: normal;
font-size: 12px;
letter-spacing: 4px;
line-height: 20px;
text-align: center;
}

.link0 .enquire-now {
    background: #fff;
    color: #63625D;
}

.logo {
    display: block;
    left: 35px;
    text-align: left;
    width: 112px;
    height: 22px;
    color: #fff;
    z-index: 3;
}

    .logo svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #63625D;
        margin: 0 auto;
    }

#mainmenu {
    text-align: center;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}

    #mainmenu li {
        display: inline-block;
        margin-right:25px;
    }

        #mainmenu li:last-child {
            margin-right: 0;
        }

        #mainmenu li a {
            color: #63625D;
            font-size: 18px;
            letter-spacing: 0.5px;
            line-height: 22px;
        }
/* enquiry */
#nav-toggle {
left: 15px;
z-index: 10;
cursor: pointer;
width: 66px;
height: 30px;
bottom: -3px;
position: fixed;
z-index: 155;
    display: none;
}

    #nav-toggle span {
        cursor: pointer;
        height: 1px;
        width: 30px;
        background: #63625D;
        position: absolute;
        display: block;
        top: 5px;
        -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:after, #nav-toggle span:before {
            -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;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            display: block;
            background: #63625D;
        }

        #nav-toggle span:before {
            top: -5px;
        }

        #nav-toggle span:after {
            top: 5px;
        }

    #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:  rotate(-45deg);
        }



#register {
    min-height:100vh;
    background: #eae5da;
}

.formbox {
    margin: 0 auto;
    width: 720px;
    max-width: calc(100% - 30px);
}

label {
    font-family: aktiv-grotesk,sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    display: block;
}
.mb30
{
    margin-bottom:30px;
}
input, select {
    font-size: 10px;
       letter-spacing: 2px;
    font-family: aktiv-grotesk,sans-serif;
    padding: 10px 0;
    width: 100%;
    color: #63625D;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #63625D;
    text-align: left;
    position: relative;
}
    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
        font-family: aktiv-grotesk,sans-serif;
        -webkit-box-shadow: 0 0 0 30px #eae5da inset;
        -webkit-text-fill-color: #63625D !important;
 
        
    }



select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

    select option {
        background: #000000;
        color: #fff;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }




input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.b_submit {
    text-align: center;
    margin: 0 auto 30px auto;
    padding:17px 0;
    border: 1px solid #63625D;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

    .b_submit:hover, .direction:hover {
        color: #eae5da;
        background: #63625D;
    }
    p.privacy
    {
            font-family: aktiv-grotesk,sans-serif;
            font-size: 10px;
       letter-spacing:1px;
     margin-bottom:30px;

    }
    #cov
    {
        position:fixed;
        z-index:1111;
        background:rgba(0,0,0,0.4);
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:none;
        opacity:0;
        transition:opacity 0.6s;

    }
    .hide {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
  width: 20px;
  height: 30px
}
.hide::after, .hide::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.hide::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
    .covi
    {
        background:#000;
        padding:35px;
            font-family: aktiv-grotesk,sans-serif;
            font-size:14px;
                color: #fff;

        width:400px;
        max-width:100%

    }
    .covid19
    {
        display:block;
        position:absolute;
        bottom:40px;
        left:0;
        right:0;
        margin:0 auto;
        text-decoration:underline;
            font-family: 'Canela';
            font-size:16px;
            z-index:2;
    }
/*footer*/
footer {
    display:none
}
/* 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 #fff;
    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: #000;
}

    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;
    }
#th
{
    margin-bottom:40px;
}

.mobile {
    display: none;
}



.bgwhite {
    background-color: #fff;
}
.white
{
    color:#fff;
}


.m {
    display: none !important;
}



.mlogo {
    display: none;
    z-index: 10;
}
#mobile-menu

{
    display:none;
}
#vis-sec3
{
    background-color:#eae5da
}
.videoholder{
    margin:60px 0 0 0 ;
    text-align:center
}
.video{

display: inline-block;
padding: 8px 0;
margin:0 15px ;

color: #fff;
text-transform: uppercase;
width: 280px;
z-index: 5;
font-family: aktiv-grotesk,sans-serif;
font-style: normal;
font-size: 12px;
letter-spacing: 4px;
line-height: 1;
text-align: center;
border:1px solid #fff
}

.video img{
	display: block;
}

.pop-up,.pop-up-walk{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 10px;
	background: #63625D;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.pop-up-walk
{
    transition:opacity 0.5s;
    opacity:0;

}
.pop-up-walk iframe
{
    width:100%;
    height:100%;
    position:relative;
    z-index:1
    
}
.pop-up-content{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
}

.fullwidth{
	width: 100%;
}
.pop-up-close{
	display: block;
	width: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.close-iframe
{
	display: block;
	width: 40px;
	position: absolute;
	top: 70px;
	right: 30px;
    z-index:5;
	cursor: pointer;
}

iframe{
	max-width: 100%;
}

@media screen and (max-width : 1380px) {
    #intro  svg{
        width: 600px;
        height: 296px;
    }
  
    h3 {
    font-size: 28px;


}
    .inner:before {

    top: 90px;
    left: 0px;

}
    .inner:after {

    bottom: 55px;
 

}
    
h3.big,h1

{
     font-size: 48px;
     line-height:1.13;
     width:900px;

}
#mainmenu li
{
    margin-right:20px;
}
}


@media screen and (max-height : 850px){
    .innerimg {

    height:calc(100vh - 280px)
}
}

@media screen and (max-height : 780px) {
    #intro svg{
        width: 600px;
        height: 296px;
    }

    h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    h5 {
        margin: 0 auto 20px auto;
        font-size: 20px;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    input, select {
        padding: 7px 0;
    }

    .b_submit {
 
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width : 950px) {
    .counter {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    body {
        height: auto;
        overflow: auto;
    }

    #intro svg {
        width: 310px;
        height: auto;
    }
    .video
    {
        display:block;
        margin:0 auto 15px auto
    }
    .m-sec {
    }

    .sec-link {
        position: relative;
        display: block !important;
    }

    .fullsec, #map {
        height: 100vw;
    }

    .caption {
        bottom: auto;
        padding: 15px 0 0;
        color: #63625D;
        font-size: 10px;
        position: relative;
    }

    .team .caption {
        display: none;
    }

    .sec-link.caption {
        padding-bottom: 45px;
    }

    #Interiors .caption, .Interiors .active-section #mobile-menu li a, .Interiors .tel, .Interiors h6, .Interiors h6 a, .Lifestyle .active-section #mobile-menu li a, .Lifestyle .tel, .Lifestyle h6, .Lifestyle h6 a {
        color: #DB9578;
    }

    #Lifestyle .caption {
        color: #9B9A73;
    }

    #home {
        display: block;
        position: relative;
        top: 0;
    }

    .d {
        display: none !important;
    }

    .register #home, .register #mobile-menu, .register footer {
        display: none !important;
    }

    #mainmenu {
        height: 100vh;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        top: 0;
        background: #b2a697;
        transition: transform 0.5s;
        padding-top: calc(50vh - 162px);
    }

    .Active #mainmenu {
        transform: translateX(0%);
    }

    .m {
        display: block !important;
    }

    .active-section #mobile-menu {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        padding: 35px 0 0 0;
    }

        .active-section #mobile-menu li a {
            font-size: 16px;
            letter-spacing: 0.44px;
            color: #63625D;
        }

    .active-section footer {
        display: block;
    }

    #mobile-menu {
        z-index: 3;
        opacity: 0;
        transition: 0.5s opacity;
    }

    .fullLoded #mobile-menu {
        opacity: 1;
    }

    #mobile-menu li, #mainmenu li {
        list-style: none;
        margin: 0 0 20px 0;
        display: block;
    }

        #mobile-menu li a, #mainmenu li a {
            font-size: 24px;
            letter-spacing: 0.5px;
            color: #fff;
        }

    .logo, .main-link, .prev-link {
        display: none;
    }

    .mlogo svg {
        fill: #63625D;
    }

    .Active .mlogo svg {
        fill: #fff !important;
    }

    .Interiors .mlogo svg {
        fill: #DB9578;
    }

    .Active #nav-toggle span:before, .Active #nav-toggle span:after {
        background: #fff !important;
    }

    .Interiors #nav-toggle span, .Interiors #nav-toggle span:before, .Interiors #nav-toggle span:after {
        background: #DB9578;
    }

    .Lifestyle .mlogo svg {
        fill: #DB9578;
    }

    .Lifestyle #nav-toggle span, .Lifestyle #nav-toggle span:before, .Lifestyle #nav-toggle span:after {
        background: #9B9A73;
    }

    .active-section .mlogo {
        display: block;
        width: 112px;
        height: 22px;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .active-section header {
        background: #fff;
    }

    .register .active-section header {
        background: #eae5da;
    }

    .active-section #nav-toggle {
        display: block;
    }

    section {
        height: auto;
    }

    .middle.top-m {
        left: 0;
        right: 0;
        top: 30px;
        transform: translate(0);
    }

    .middle.auto-m {
        left: auto;
        top: auto;
        transform: translate(0);
        position: relative;
    }

    .abs-right, .abs-left {
        width: 100%;
        margin-bottom: 45px;
    }

    .inner:before, .inner:after, .inner span {
        display: none !important;
    }

    .enquire-m {
        font-family: aktiv-grotesk,sans-serif;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e9e5da;
        padding: 15px 0;
        z-index: 30;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
        font-weight: 600;
        opacity: 0;
        transition: 0.5s opacity;
    }

    .fullLoded .enquire-m {
        opacity: 1;
    }

    header {
        height: 60px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 18px;
    }

    h2 {
        font-size: 11px;
        letter-spacing: 5px;
        line-height: 18px;
    }

    .innerimg {
        max-width: calc(100% - 80px);
        height: auto;
    }

    .mbm {
        margin-bottom: 45px;
    }

    h2.mb.m {
        margin: 0 0 15px 0;
        padding-top: 25px;
    }

    .Vision a.Vision, .Architecture a.Architecture, .Interiors .Interiors, .Wellbeing a.Wellbeing, .Lifestyle a.Lifestyle, .team a.team {
        text-decoration: underline;
    }

    .w58 {
        height: 58vw !important;
    }

    .w64 {
        height: 64vw !important;
    }

    .w76 {
        height: 76vw !important;
    }

    .w90 {
        height: 90vw !important;
    }

    .w100 {
        height: 100vw !important;
    }

    .w125 {
        height: 125vw !important;
    }

    .w130 {
        height: 130vw !important;
    }

    .inner {
        width: 580px;
        max-width: calc(100% - 30px);
    }

    .logosholder {
        padding: 25px 0 50px 0;
    }

    .grid_6 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15PX;
    }

    .mb30 {
        margin-bottom: 0;
    }

    input, select {
        padding: 10px 0;
    }

    .register .enquire-m {
        display: none !important;
    }

    #th {
        padding-top: 80px;
    }

    element {
    }

    .white {
        color: #63625D;
    }

    h3.big, h1 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 30px;
    }

    .dark-layer:after {
        display: none;
    }

    .inner span.sus {
        display: inline-block !important;
    }

    .inner span:before {
        display: block !important;
    }

    .sus {
        margin-bottom: 5px !important;
    }

    .abs-m {
        padding: 20px 0 0 0;
    }

        .abs-m h4 {
            padding-top: 60px;
            position: relative;
        }

        .abs-m svg {
            position: absolute;
            top: 60px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    #vis-sec3 {
        background-color: #fff;
    }

    #team .abs-right, #team .abs-left {
        margin-bottom: 30px;
    }

    .fullsec.w50 {
        height: 50vw;
        background-size: cover;
    }

    .logosholder .mbm {
        margin-bottom: 15px;
    }

    .blogo {
        margin: 0 9px;
    }

        .blogo svg {
            height: 17px;
            width: auto;
        }

        .blogo.mh {
            height: 13px;
            transform: translate(0) !important;
        }

    .fullyvideo {
        transform: translate(0, -50%);
        left: 0;
        right: auto;
    }

  #nav-toggle {
        display: block;
    }
     h2.title
     {
         display:inline-block;

     }
     #register {

    padding: 50px 0;
}
     .c1 .link2 #mainmenu li a, .c1 .link4 #mainmenu li a, .c1 .link6 #mainmenu li a {
    color: #fff;
}

}

@media screen and (max-width : 420px) {
}
