@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: local('GothamLight'), 
    url('../fonts/GothamLight.woff') format('woff'), 
    url('../fonts/GothamLight.ttf') format('truetype');
}


@font-face {
    font-family: 'uniformlight';
    src: url('../fonts/uniform-light-webfont.eot');
    src: url('../fonts/uniform-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uniform-light-webfont.woff2') format('woff2'),
         url('../fonts/uniform-light-webfont.woff') format('woff'),
         url('../fonts/uniform-light-webfont.ttf') format('truetype'),
         url('../fonts/uniform-light-webfont.svg#uniformlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uniformmedium';
    src: url('../fonts/uniform-medium-webfont.eot');
    src: url('../fonts/uniform-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uniform-medium-webfont.woff2') format('woff2'),
         url('../fonts/uniform-medium-webfont.woff') format('woff'),
         url('../fonts/uniform-medium-webfont.ttf') format('truetype'),
         url('../fonts/uniform-medium-webfont.svg#uniformmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uniformregular';
    src: url('../fonts/uniform-regular-webfont.eot');
    src: url('../fonts/uniform-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uniform-regular-webfont.woff2') format('woff2'),
         url('../fonts/uniform-regular-webfont.woff') format('woff'),
         url('../fonts/uniform-regular-webfont.ttf') format('truetype'),
         url('../fonts/uniform-regular-webfont.svg#uniformregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'source_sans_problack';
    src: url('../fonts/sourcesanspro-black-webfont.eot');
    src: url('../fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-black-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-black-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
body {
    height: 100%;
}

body{
    display: none;
    font-family: 'Open Sans', sans-serif;
    background-color: #000 ;
    color: #fff;
}

p{
    margin: 0 0 13px 0;
    /*font-family: 'source_sans_proregular';*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

a{
    color: #fff;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
}

.carousel-inner > .item:first-of-type {
    position: relative;
}

.carousel-inner > .active {
    opacity: 1;
    z-index: 3;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
            transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner > .active.left,
.carousel-inner > .active.right {
    z-index: 1;
}

.carousel-control {
   z-index: 4;
}

.slider-grey-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);  
}

.light-overlay.slider-grey-overlay{
    background-color: rgba(0,0,0,0.3);
}

.mainmneu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 31px 1ex 42px 36px;
    width: 20%;
}

.carousel-indicators{
    right: 0;
    width: auto;
    text-align: right;
    left: inherit;
    margin: 0 30px;
    top: 115px;
}

.carousel-indicators li{
    display: block;
    margin-bottom: 10px;
    text-align: right;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active{
    margin-bottom: 10px;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border:#fff 1px solid;
    margin-left: 1px;
}

.carousel-indicators li{
    background-color: #fff;
}

/* Progress bar style */
.fade {
    transition: all 300ms linear 300ms;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

.fade.out {
    opacity: 0;
}

/*Left Sidebar menu*/
.LeftNav{
    margin-top: 51px;
}

.navbar-collapse.collapse {
    /*background: #000;*/
   /* border: none;
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    max-height: none;
    padding: 20px;
    height: 100%;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition:  left 0.5s ease;*/
}

.navbar-collapse.collapse.in {
    left: 0px;
}

.content.in {
    left: 80%;
    position: relative;
}

.navbar-toggle{
    position: absolute;
    right: -45px;
    top: 10px;
    background-color: #000;
    z-index: 1000;
    margin: 0;
}

.navbar-toggle span{
    background-color: #fff;
}

.gw-nav-list>li.navbot-space{
    margin-bottom: 24px;
}

.keyicon,
.language{
    position: absolute;
    right: 0;
    z-index: 100;
    top: 28px;
    margin: 0 30px;
    outline: none;
    text-decoration: none;
}

.keyicon{
    display: none;
}

.language,
.language a{
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
}

.language span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    /* line-height: 1px; */
    border-right: #fff 2px solid;
    margin-right: 7px;
    padding-right: 7px;
    line-height: 10px;
	font-size:13px;
}

.language a:hover,
.language a:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
}

.content_wrapper{
    /*position: absolute;
    z-index: 100;
    top: 0;
    left: 20%;*/
}

.carousel{
    /*position: absolute;
    width: 100%;*/
}

.topcontent{
    position: absolute;
    top: 0;
    z-index: 100;
}

.content_wrapper > .inner{
    margin-top: 108px;
}

.content_wrapper h1{
    font-family: 'GothamLight';
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}

.content_wrapper h5{
    font-family: 'uniformmedium';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 25px;
    padding: 0;
}

.essence_content_col h5{
    /*margin-bottom: 120px;*/
}

.essence_content_col p{
    margin: 0 0 10px 0;
   /* font-family: 'source_sans_proregular';*/
    font-size: 15px;
}

/*.infra_topcontent_col*/
.topcontent > .inner {
    padding-right: 5%;
    padding-left: 20%;
}

.parallax-window {
    min-height: 1000px;
    background: transparent;
}

.infrastrcture_gallery{
    background-color: #fff;
    padding: 99px 0;
}

.popup-gallery a{
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    outline: none;
    margin-right: 10px;
}

.popup-gallery a:hover{
    text-decoration: none;
    outline: none;
}

.peopleinfo.content_wrapper h5{
    font-family: 'source_sans_proregular';
    font-size: 22px;
}

.peopleinfo .essence_content_col p{
    font-size: 15px;
}

.peoplelist{
    margin-bottom: 10px;
}

.peoplelist{
    padding-right: 5px;
    padding-left: 5px;
}

.peoplelist img{
    display: inline-block;
}

.contactinfo .essence_content_col p{
    /*font-family: 'source_sans_prosemibold';*/
    line-height: 20px;
}

.contactinfo .essence_content_col p:first-child,
.contactinfo .essence_content_col p span{
    /*font-family: 'source_sans_problack';*/
    font-weight: 600;
}

.contactinfo .essence_content_col p a:hover{
    color: #fff;
}

.contactbanner .fill,
.luxury-banner .fill{
    background-position: top;
}

.luxury-banner-wrapper{
    background-color: #fff;
    background-image: url("../images/luxury/mainbg.png");
    /*background-position: bottom;*/
    background-position: center -148px;
    background-repeat: no-repeat;
    background-size: cover 100%;
    /*background-attachment: fixed;*/
}

/*.marginleft-minus{
    margin-left: -200px;
}

.luxury-content .luxurytop-col .luxury-circle-one{
    position: relative;
    z-index: 10;
    margin-left: -80px;
}

.black-circle .marginleft-minus{
    margin-left: -350px;
    position: relative;
    z-index: -1;
}*/

.luxury-circle-one{
    width: 25%;
}

.luxury-circle-two{
    width: 50%;
    position: relative;
}

.luxury-circle-two .black-circle{
    width: 50%;
}

.luxurycontent{
    position: absolute;
    top: 50px;
    left: 100px;
}

.circleimgtwo{
    position: relative;
    left: -120px;
    z-index: -1;
}

/*Circle Style*/
#circle-wrapper{
    position:relative;
    top:160px;
    left:0;
    min-height: 800px; 
    overflow: hidden;
}

.circle1, .circle2, .circle3, .circle4 {
    position:absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    width: 32%;
    height: 32%;
    padding-bottom: 32%;
}

#circle-wrapper .wrapper{
      margin-top:40%;
      //margin-left:32%;
      height:100%;
      width:100%;
      display: table;
}

.circle1 {
    /*background-color:#889fbe;*/
    color:000;
    margin-top:0%;
    left:-5%;
    background-image: url("../images/luxury/circle-img01.jpg");
    background-repeat: no-repeat;
    z-index: 10;
}

.circle2 {
    margin-top:0%;
    color:000;
    left:22%;
    /*background-color:#b1daf6;*/
    background-image: url("../images/luxury/circle-img02.jpg");
    background-repeat: no-repeat;
    z-index: 1;
}

.circle3 {
    margin-top:0%;
    left:49%;
    background-color:#000;
    z-index: 0;
}

.circle4 {
    margin-top:0%;
    left:71%;
    background-color:#000;   
}

.transparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* IE 5-7 */
    filter: alpha(opacity=100);

    /* Netscape */
    -moz-opacity: 1;

    /* Safari 1.x */
    -khtml-opacity: 1;

    /* Good browsers */
    opacity: 1;
}

.luxury_contentinfo_wrapper{
    position: relative;
    display: table-row;
    display: -moz-grid;
}

.luxury_contentinfo{
    position: absolute;
    right: 6%;
    width: 35%;
    top: 160px;
}

.luxury_contentinfo h3{
    font-family: 'GothamLight';
    font-size: 33px;
    font-weight: normal;
    line-height: 33px;
    margin: 0 0 20px 0;
    padding: 0;
}

.luxury_contentinfo p{
    /*font-family: 'source_sans_proregular';
    font-size: 14px;*/
}
    
.related_luxury_image{
    margin-bottom: 10px;
}

.parallax-window{
    position: relative;
}



.parallax-title span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    display: block;
    color: #231f20;
    font-size: 42px;
    font-family: 'source_sans_proregular';
}

.LeftNav .navbar-collapse.in{
    overflow-y: visible;
}

.inner_content{
    padding-left: 20%;
    padding-right: 5%;
}

.infrastrcture_gallery .popup-gallery div{
    padding-right: 0;
    padding-left: 0;
}

.navblack .gw-nav-list>li>a,
.white  .gw-nav-list>li>a,
.white .gw-nav-list>li .gw-submenu>li>a{
    color: #4d4d4f;
}

.white .gw-nav-list>li .gw-submenu>li.active>a{
    border-left: rgba(77,77,79,0.6) 2px solid;
}

.white .gw-nav-list>li.active>a{
    border-bottom: rgba(0,0,0,0.6) 2px solid;
}

.white.black .gw-nav-list>li.active>a{
    border-bottom: rgba(255,255,255,0.6) 2px solid;
}

.black  .gw-nav-list>li>a,
.black .gw-nav-list>li .gw-submenu>li>a{
    color: #fff;
}

.white .logo a{
    background-image: url("../images/black-logo.png");
    background-repeat: no-repeat;
    width: 220px;
    height: 25px;
    display: block;
}

.white .logo a img{
    display: none;
}

.black .logo a img{
    display: block;
}

.black .logo a{
    background-image: none;
}

.navwhite .gw-nav-list>li>a,
.navwhite1 .gw-nav-list>li>a{
    color: #fff ;
}

.fixed-arrow-buton {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}

.carousel_caption{
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 1000;
}

.carousel_caption h1{
    font-family: 'Lato', sans-serif;
    font-size: 62px;
    font-weight: 300;
}

.reasearchtopcontent h4{
    font-family: 'uniformmedium';
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    /*margin-bottom: 60px;
    margin-top: 30px;*/
    padding: 0;
}

.bottom_info{
    /*width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: url("../images/research-development/botbg.jpg");
    background-repeat: no-repeat;*/
}

.reasearch-bot-col .circle1{
    background-image: url("../images/research-development/circle-img01.jpg");
    z-index: 12;
}

.reasearch-bot-col .circle2{
    background-image: url("../images/research-development/circle-img02.jpg");
    z-index: 11;
}

.reasearch-bot-col .circle3{
    background-color: transparent;
    background-image: url("../images/research-development/circle-img03.jpg");
    z-index: 10;
}

.reasearch-bot-col .circle4{
    background-color: transparent;
    background-image: url("../images/research-development/circle-img04.jpg");
}

.reasearch-bot-col #circle-wrapper{
    /*min-height: inherit;*/
}

.reasearch-bot-col {
    position: relative;
    overflow: hidden;
    background-image: url("../images/research-development/botbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.reasearch-bot-col .circle2 h1,
.reasearch-bot-col .luxury_contentinfo  h1{
    /*position: absolute;
    left: 50%;
    transform:translateX(-50%);*/
    font-family: 'GothamLight';
    font-size: 32px;
}

.reasearch-bot-col .luxury_contentinfo{
    z-index: 100;
    /*top: 230px;*/
    top: 45%;
    /*transform: translateY(-45%);*/
    -webkit-transform:translateY(-45px);
      -moz-transform:translateY(-45px);
      -ms-transform:translateY(-45px);
      -o-transform:translateY(-45px);
      transform:translateY(-45px);
}

.reasearch-bot-col .luxury_contentinfo .innertube{
    position: absolute;
    top: 100%;
    /*transform: translateY(-100%);*/
     -webkit-transform:translateY(-100px);
      -moz-transform:translateY(-100px);
      -ms-transform:translateY(-100px);
      -o-transform:translateY(-100px);
      transform:translateY(-100px);
}

.reasearch-bot-col .slider-grey-overlay{
    z-index: 10;
}

.reasearch-bot-col .luxury_contentinfo p{
    width: 90%;
}

.people_margin_bot{
    margin-top: 30px;
    margin-bottom: 50px;
}

.lazy{
    display: block;
}

.hiddenimg{
     opacity:0;
}
.visible{
     opacity:1;
}

.keyicon, .language{
    z-index: 1000;
}

.luxury-content h3{
    margin-top: 85px;
    font-family: 'GothamLight';
    font-size: 33px;
    font-weight: normal;
    line-height: 33px;
    margin: 0 0 20px 0;
    padding: 0;
}



.infrastrcture_gallery .row {
    perspective: 1300px;
}

.infrastrcture_gallery .row .peoplelist {
    transform-style: preserve-3d;
}

.infrastrcture_gallery .row .peoplelist.animate {
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    animation: fallPerspective .8s ease-in-out forwards;
}

@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

.fixed-arrow-top{
    right: 30px;
    position: absolute;
    cursor: pointer;
    bottom: 30px;
    z-index: 100;
}

.luxury-content .fixed-arrow-buton{
    bottom: 270px;
}

.windowheight{
    overflow: hidden;
}

.windowheight img{
    width: 100%;
}

.avia-safari body,.avia-mozilla body { -webkit-font-smoothing: subpixel-antialiased; }

.footer{
    /*position: absolute;
    width: 100%;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.7);
    padding: 5px 0;
    display: none;
}

.footer p{
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    padding-right: 10px;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
}


.navbar-default.activemenu {
    background-color: #000;
    border-color: transparent;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-toggle{
    border-radius: 0px;
    border: 0px none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #000;
}

.navbar-default .navbar-nav>li>a{
    display: block;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}

/**** NEWS *****/
.newbg .slider-grey-overlay { position: fixed; z-index: 2;}
#news-bg { position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.people-speack-heading { max-width: 920px; width: 100%; margin:0 auto;}

/**** NEWS *****/