



		 

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

.previous-page .logo-menu {
    margin-top: 0;
    width: 160px;
    float: right;
    margin-right: 0;
    margin-top: 3px;
}

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

.amea{
        position: absolute;
    background: black;
    right: 4%;
    border-radius: 122px;
    top: 23px;
    height: 74px;
    cursor:pointer;
}

.amea.enabled{
    background: green;
}

.amea img{
    width: 75px;
    padding: 10px;
    position: relative;
    top: 2px;
    left: 2px;
    background: transparent !important;
}

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

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

			.h-80{

				height: 80vh;
			}
			
			.h-60{
			    height: 60vh;
			    overflow:auto;
			}
			
				.h-40{
			    height: 40vh;
			     
			}
			
			.mini-bio{
			        margin-top: 20px;
    text-align: justify;
    font-size: 16px;
			}
			
			.about-us-home .h-40{
			    padding-top:25px;
			}
			
			.primary-text{
			     font-size: 2.5vmin;
    padding-top: 0;
    
			}
			
			.secondary-text{
			    font-size: 2.2vmin;
    padding-top: 15vh;
			}
			.background-1 .bottom-a a{
			    color:#fff;
			}
			
			.bottom-a{
			    color: #5825d6;
    text-align: center;
    position: absolute;
    bottom: 5vh;
    width: 100%;
			}
			
			.relative{
			    position:relative;
			}
			
			.bottom-a a{
			    color: #5825d6;
			}

			.vh-100{
			height: 100vh;	
			}

	

			.padding-top{
			height: 17vh;
    padding-top: 5vh;
    margin-left: 10px;
			}

			 

			 

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

.percentage-container{
        text-align: center;
    padding-top: 20px;
    font-size: 20px;
}
  
  
  .block.contact-home{
      width: 100vw;
  }


		 
			
			.block-list a{
			    color:#fff;
			 font-size: 4vmin;
			}
			
			.block-slogan{
			        text-align: left;
    font-size: 4vmin;
    width: 90%;

    padding-left: 5vw;
			}
			
			.logo-menu{
			        top: 0;
  
    position: fixed;
    left: 0;
    background: #ecebe7;
    padding: 1px;
			}
			
			.logo-menu img{
		    
    width: 130px;
   
    margin-top: 35px;
			}
			
			.menu-items{
			    margin-top: 20vh;
    font-size: 5vmin;
			}

			.hero-logo{
 
			}

		 


 
.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;
    bottom: 0;
    margin: auto;
    height: 64px;
    right: 0;
    left: 0;
    width: 33px;
    cursor: pointer;
}

.mobile{
    display:none;
}

.menu-logo span{
    position:relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display:inline-block;
}

.menu-logo  span:nth-child(1){
    left:0px;
}

.menu-logo:hover span:nth-child(1){
    left:2px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.menu-logo:hover span:nth-child(2){
    right:2px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.menu-logo  span:nth-child(2){
    right:0px;
}




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;
      position: absolute;
    right: 5%;
    bottom: 5%;
}


.home-project{
    height:78vh;
    padding:0 30px;
}

.home-project h3{
    height: 18vh;
    font-size:30px;
}

.home-project a{
    margin-top:1vh;
    display:block;
    
}

.home-project a:hover{
    color: #5825d6;
}

.home-project-image{
height: 40vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3vh 0;
    width: 100%;
    background-position: top;
}

		.background-image{
				background-size: cover;

			}
			
		/*.home-news-1	.background-image:after{*/
		/*	        content: "";*/
  /*  position: ABSOLUTE;*/
  /*  height: 100%;*/
  /*  top: 0;*/
  /*  background: rgba(0, 0, 0, 0.4);*/
  /*  width: 58.33333333%;*/
  /*  z-index: 0;*/
		/*	}*/
		
		.home-news-1	.background-image.black-bg{
		    background:black!important;
		}
			
			.background-image img{
			        display: block;
    margin: 0 auto;
    padding-top: 43vh;
        position: relative;
    z-index: 9;
			}
			
					.background-image a{
	text-align: center;
    display: block;
    color: #fff;
    padding-top: 30vh;
        position: relative;
    z-index: 9;
			}


        .home-news div{
            font-size: 3.6vmin;
    padding: 10vh;
    padding-top: 5vh;
    padding-bottom: 0;
    height: 50vh;
    line-height: 4vmin;
        }
        
        .home-news a{
            text-decoration: underline;
        }
        
        .home-news h2{
                text-align: center;
    font-size: 27vmin;
    font-weight: 300;
        }
        
        .home-news a{
            margin-left: 9vh;
    text-decoration: underline;
        }
        
        .blog-list-item{
            height:40vh;
            margin-top:5vh;
            margin-bottom:5vh;
        }
        
       .blog-list-item  span{
                height: 25vh;
    display: block;
    margin-top: 3vh;
    overflow: hidden;
        }
        
        .blog-item-content-text{
            max-height: 39vh;
    overflow: hidden;
        }
        
        .blog-item-content p{
            font-size:20px;
        }
        
        .blog-list-item-a{
     
                display: block;
    color: #5825d6;
    margin-left: 5%;
    margin-top: 10px;
        }
        
        .blog-image{
            width: 40%;
    float: left;
    height: 100%;
    background: black;
    margin-left: 5%;
    margin-right: 5%;
        background-size: cover;
    background-position: center;
        }
        
        .fixed-position-right{
            position:fixed;
            right:0;
            top:0;
            height:100vh;
        }
        
        .projects-list li{
            margin-bottom:1vh;
        }
        
        .project-image-image{
        width: 100%;
    height: 55vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
        }
        
        
        
        
        .project-image{
            position: relative;
    height: 55vh;
    width: 80%;
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    margin: 0 auto;
    display: block;
    /* background-position: center; */
    margin-left: 15%;
    position: relative;
    /* background-color: black; */
    /* background-attachment: fixed; */
    /* background-position: 50%; */
    /* background-size: 60%; */
    margin-top: 15vh;
    overflow: hidden;
    
        }
        
        .blog-post .project-image , .project-page .project-image{
       height: 60vh;
    background-size: contain;
     
    border-bottom: 0;
    background-repeat: no-repeat;
    margin-top: 11vh;
        }
        
        .blog .project-image{
            
            
        }
        
        .project-page .project-image{
             
        }
        
        #id_1160 .project-image{
             background-size:100%;
        }
        
        #id_1160 .projects-top-menu{
            background:#fff;
        }
        
        .previous-page{
                position: absolute;
    z-index: 99;
    font-size: 30px;
    right: 6%;
    top: 17px;
        }
        
        .previous-page span{
                margin-right: 8px;
    transform: rotate(90deg);
    display: inline-block;
    top: 1px;
    position: RELATIVE;
        }
        
        .project-image .view-project{
    position: absolute;
    bottom: 0;
    left: 0;
    border: 3px solid;
    padding: 25px 25px;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    height: 100%;
    background: #000;
        }
        
        .view-project img{
                height: 25%;
    position: absolute;
    right: 25px;
    bottom: 25px;
        }
        
         .view-project span:nth-child(2){
                 display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 28px;
         }
        
        .project-image:hover .view-project{
             
            opacity:1;
        }
        
         .project-image .view-project:hover{
             background:#000;
             color:#fff;
        }
        
        
        
        .projects-list li.active a{
            color:blue;
        }
        
        .projects-top-menu span{
            font-weight:bold;
        }
        
        .projects-top-menu{
height: 10vh;
    position: absolute;
    z-index: 9;
    width: 44%;
    left: 5%;
    padding: 17px 44px;
    font-size: 30px;
    
            
        }
        
        .services-page .projects-top-menu{
            color:#fff;
        }
       
        .projects-top-menu .list-items{
                  display: inline-block;
    margin-top: 12px;
   
        }
        
        .projects-top-menu .list-items h3{
            
       display: inline-block;
    cursor:pointer;
        }
        
     .projects-top-menu .list-items h3   span{
           
    display: inline-block;
    position: relative;
    font-weight:bold;
        }
        
        .projects-top-menu .list-items h3.open   span{
             transform: rotate(180deg);
             top: 4px;
        }
        
        .projects-top-menu ul{
       position: absolute;
    font-size: 20px;
    left: 7%;
    display: none;
    background: white;
    top: 12vh;
    width: 90%;
    height: 80vh;
        }
        
        .projects-top-menu li{
      font-size: 22px;
    /* margin-left: 20px; */
    margin-bottom: 3px;
        }
        
        .projects-top-menu li.active{
            -webkit-text-stroke: 1px;
    text-decoration: underline;
    display:none;
        }
        
        .projects-list::before{
          
         content: "";
    width: 100%;
    height: 15vh;
    background: #fff;
    position: absolute;
    top: 0;
        }
        
        .projects-list{
            padding-top: 15vh;
    font-size: 30px;
        padding-left: 20px;
    padding-right: 30px;
            -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
            
        }
        
        
        .projects-list .project{
            margin-bottom:10px;
        }
        
        .projects-images{
               border-right: 1px solid;
     padding-bottom:10vh;
        }
        
         .projects-images.project-page{
             padding-top: 25px; 
         }
        
        .article{
            padding:25px;
            font-size:20px;
            margin-top:80px;
            min-height:100vh;
        }
        
        .article.service-article{
           
           
    height: 100vh;
    overflow: auto;
        }
        
        .waypoint{
            display:block;
            width:100px;
            height:1px;
            position:absolute;
            top:-30px;
        }
        
        
        #id_1165 .projects-top-menu{
            background: #4b41b1;
        }
        
        .services-left{
            background: #4b41b1;
    padding-top: 35vh;
    padding-left: 5%;
    font-size: 20px;
    text-align: center;
    
    line-height: 33px;
    color: #fff;
        }
        .services-left a{
             color: #fff;
        }
        
        .services-left li.active{
            -webkit-text-stroke: 1px white;
    letter-spacing: 1px;
        }
        
        
        .contact-home {
            padding-top:10vh;
        }
        
        .contact-home h3 , .contact-left h3{
            font-size:30px;
        }
        
       .contact-home  span , .contact-left span{
           font-size: 30px;
    padding: 36px 0 60px;
    display: block;
    text-align: left;
        }
        
         .contact-home ul {
               display: inline-block;
    font-size: 15px;
    width: 31%;
    margin-top: 40px;
    vertical-align:top;
         }
         .contact-page ul{
               display: inline-block;
    font-size: 15px;
    width: 31%;
    margin-top: 40px;
    vertical-align:top;
    padding-left:5%;
         }
         
         .contact-home ul li:first-child , .contact-page ul li:first-child{
             margin-bottom:10px;
         }
        
        .contact-home hr{
            margin-top:-30px;
        }
        
         .contact-left{
             padding-left:8.5%;
             padding-top:100px;
         }
        
        .copyright{
            text-align: center;
    margin-top: 36px;
    position: absolute;
    right: 6%;
    bottom: 25px;
        }
        
        
        
        .member-h3{
                margin-left: 15%;
    margin-bottom: 50px;
    font-size: 30px;
    padding-top: 70px;
        }
        .member{
            width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    background-position: center;
    margin-left: 25%;
    position: relative;
    /* background-color: black; */
    text-align: center;
        }
          .member span{
                  display: block;
    font-size: 20px;
    margin-top: 10px;
          }
        .member-image{
            width: 100%;
    height: 500px;
    background-size: cover;
        }
        