


#id_1063{
    overflow:hidden;
}

        html, body{
				width: 100%;
				height: 100%;
			
			}

			body {
				margin: 0;
            background: #eeede8;
            font-family: "Poppins", serif;
  font-style: normal;
  font-weight:300;
			}
			
			.projects-bottom h2{
			    margin-bottom:50px;
			}
			
			.project-contact{
			    margin-top:15vh;
			}
			
			.view-all{
			        margin-top: 3vh;
			}
			
			.upcoming{
     
    top: 0;
    padding: 5px 20px;
   
    margin-bottom: 20px;
    display: inline-block; 
    background: #0d6efd;
    color: #ffffff; 
			}
			
			.finished{
     right: -20px;
    top: 0;
    padding: 5px 20px;
    background: #799079;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block; 
			}

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

a{
	color:#000;
	text-decoration: none;
}

h2{
    font-weight: 200;
    font-size: 38px;
}


.space-title{
    opacity:0;
    position:fixed;
     
      
    top: 0;
    background: white;
    z-index: 9;
    right: 11vh;
    padding: 20px;
    font-size: 20px;
}

.space-title.fixed{
    opacity:1;
  
}


			.row{
				white-space: initial;
				margin: 0;
			}

			.h-80{

				height: 80vh;
			}

			.vh-100{
			height: 100vh;	
			}

			.background-image{
				background-size: cover;

			}

      .background-image-1{
            background-size: 100%;
    background-repeat: no-repeat;
      }

			.padding-top{
				padding-top: 50px;
			}

.align-right{
    text-align:right;
    margin-right:10vh;
}
			.background-1{ 
				background-color: #4b41b1;
    		color: #fff;
			}
 

			.background-3{ 
				background-color: #afa6a6;
    	
			}

			.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}



			.block{
				width: 100vw;
				height: 100vh;
				 vertical-align: top;
				 overflow: hidden;
				 position: relative;
			} 
			
			.half{
			    width: 50vw;
			}
			
			.home-upcoming{
			 width: 80vw;   
			}

			.hero-logo{
 position:relative;
     margin-top: 37vh;
			}

			.hero-logo h1 img{
    position: absolute;
    left: -168px;
    top: 23px;
    width: 150px;
			}
			
			.logo-text{
			    font-size: 100px;
    text-align: left;
    line-height: 96px;
			}

			.hero-slogan{
 
			}

		.hero-slogan	h3{
       font-size: 26px;
    font-weight: 200;
    margin-left: -192px;
    margin-top: 56vh;
			}


 
.wrapper {
  height: 100vh;
  text-align: center;
}
.wrapper button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}
.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.loader .loader__icon svg {
  transform-origin: 0 0;
}
.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: #000;
  transition: width 0.7s ease;
}
.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  transition-delay: -0.2s;
}
.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  transition-delay: 0s;
}
.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  transition-delay: 0.2s;
}
.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  transition-delay: 0.4s;
}
.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  transition-delay: 0.6s;
}
.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  transition-delay: 0.8s;
}
.loader--active {
  width: 100%;
  transition-delay: 0s;
}
.loader--active .loader__icon {
  opacity: 1;
  transition: opacity 0.5s 1.4s ease;
}
.loader--active .loader__tile {
  width: 100%;
}
.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.2s;
}
.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}
.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.2s;
}
.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.4s;
}
.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.6s;
}
.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.8s;
}

.menu-logo{
	    font-size: 37px;
    position: absolute;
    top: 0;

    margin: auto;
    height: 64px;
    right: 0;
    left: 0;
    width: 33px;
    cursor: pointer;
}


		 .menu{
		 	position: fixed;
    width: 5%;
    height: 100%;
    background:#eeede8;
    z-index: 999;
   top:0;
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
		 }


.menu .hamburger {
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
    width: 60px;
    height: 60px;
    /* border-radius: 100px; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 13px;
        position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
        margin: auto;
    
}

.menu-opened .menu .hamburger {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 100px;
    padding-top: 18px;
    padding-left: 15px;
    height: 60px;
}

.menu .hamburger span {
    display: block;
    height: 3px;
    width: 30px;
    background: #000;
    margin-top: 7px;
    border-radius: 1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menu .hamburger span.middle {
    width: 25px;
}



.menu-opened .menu .hamburger span {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menu-opened .menu .hamburger span.middle {
    opacity: 0;
}

.menu-opened .menu .hamburger span.bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -13px;
}

.menu-opened .menu .hamburger span.top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 11px;
}

 
.menu-opened .menu{
background: #eeede8;;
}

.fixed-menu {
    position: fixed;
    height: 100%;
    width: 95%;
    display: none;
    top: 0;
    left: 5%;
    background: #eeede8;
    z-index: 9;
    color: #000;
   
}

ul.lang {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

ul.lang a.active {
    -webkit-text-stroke: 1.5px;
    letter-spacing: 1px;
}

@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}
 
.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: .6em;
  height: 1em;
  width: .2em;
  margin-left: -.1em;
  border-radius: .4em;
  overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #000;
  animation: scroll_1 2.75s ease-in-out infinite;
}

 
 
 
.scroll-icon {
  display: block;
  position: relative;
  height: 3em;
  width: 1.5em;
  border: .16em solid #000;
  border-radius: 1em;
}

.images-list{
    display: grid;
  grid-template-columns: repeat(2, auto);

  margin: auto;
}

  .project-list-image span{
          font-size: 15px;
    text-align: center;
    display: block;
    /* margin-top: 12vh; */
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    padding-top: 17vh;
    text-transform: uppercase;
    letter-spacing: 8px;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  
  
  
  
  .project-list-image:hover span{
      opacity:1
  }
  
  .blog-item .upcoming{
      position:absolute;
  }

.project-list-image .blog-item {
    color: #212121;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    height: 65vh;
    border-radius: 5px;
    margin: 10vh 0;
}

.blog-item {
    color: #212121;
    padding: 45px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    height: 50vh;
  }
  
  .blog-item:hover a, .blog-item:hover {
    background: rgba(0,0,0,0.4);
    color: #FFF;
  }
  
  .blog-item a{
          position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 17vh;
  }

  .blog-item .post-title {
    margin: 10vh 0;
}

.blog-item .post-title a {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-item .post-title a span {
    font-size: 10px;
    display: block;
    text-align: center;
    letter-spacing: 5px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.blog-item .post-title h3 {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    letter-spacing: 8px;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
}

.blog-item .post-title a p {
    font-size: 10px;
    display: block;
    text-align: center;
    letter-spacing: 5px;
    color: white;
    text-transform: uppercase;
    margin-top: 40px;
}



 .s-header {
        height: 70vh;
}
.s-header {
      background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10vh;
}

.video iframe{
        width: 100%;
    height: 70vh;
    margin-bottom: 100px;
}

.s-header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.s-header .middle-c {
    color: #FFF;
    position: absolute;
    width: 100%;
    top: 218px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.s-header .middle-c .capt h2 {
    letter-spacing: 10px;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: 66px;
}

.breadcrumbs {
    position: absolute;
    top: 14px;
    right: 10vh;
    font-size: 14px;
    z-index:99;
}

.s-header .capt .breadcrumb a {
    background: transparent;
    border: 0;
    padding: 0 3px;
}

.s-header .middle-c .capt h3 {
    letter-spacing: 10px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.s-header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  
}

.s-header .middle-c .capt {
    margin: 0 auto;
    margin-top: 205px;
    float: none;
    text-align: center;
}

.fixed-left{
width: 33.3vw;
    padding: 5vw 6vw;
    height: 100vh;
    padding-right: 1vw;
    background: url(../media/ypmjje1x/m1.png);
    background-position: center bottom;
    background-size: 95%;
    background-repeat: no-repeat;
    position: fixed;
}

.fixed-left ul{
        font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.fixed-left h2 {
    font-weight: 400;
    font-size: 30px;
}


.project-right{
    padding:10vh;
    background:#fff;
}

.project-right img{
    
}

.projects-page{
    padding-left:20vh;
}

.projects-page .upcoming{
    right:0;
}


   #id_1073 .blog-item{  
        height: 60vh;
    border: 5vh solid #eeede7;
    border-top: aliceblue19vh;
    overflow: hidden;
    border-left: 0;
    border-bottom: 00;
       
       
   }
   
   
   
   
#id_1073 .blog-item q{position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 15vh;
    
}