@font-face {
    font-family:'Avenir-Black';
    src: url('fonts/avenir/Avenir-Black.woff');
}
@font-face {
    font-family:'Avenir-Book';
    src: url('fonts/avenir/Avenir-Book.woff');
}
@font-face {
    font-family:'Avenir-Heavy';
    src: url('fonts/avenir/Avenir-Heavy.woff');
}
@font-face {
    font-family:'Avenir-Roman';
    src: url('fonts/avenir/Avenir-Roman.woff');
}
@font-face {
    font-family:'AvenirNext-Regular';
    src: url('fonts/avenir/AvenirNext-Regular.woff');
}


html, body {
  	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
*{
	font-family: 'AvenirNext-Regular';
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	/*letter-spacing: 1px;*/
}
.text-danger i{
	color: #a94442;
	font-size: 12px;
}
.no-pdg{
	padding: 0;
}
.none{
	display: none;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}

.background-body{
	background: url('images/bg-body.jpg') no-repeat;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

/*navbar */
.navbar-fixed-top{
	background: rgba(10, 10, 10, 0);
	height: 95px;
}
.navbar-fixed-top.fixed-theme{
	height: 65px;
	background: rgba(10, 10, 10, .5);
}
.navbar-container.home {
    padding: 0 60px;
}
.navbar-brand.fixed-theme{
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-brand img{
    width: 70px;
}
.navbar-brand.fixed-theme img{
    width: 60px;
}

.navbar-right{
	padding-top: 20px;
}
.navbar-right.fixed-theme{
	padding-top: 12px;
}
.navbar-right.home li a{
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.navbar-right.not-home li a{
	color: #000000;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.navbar-right.home li a:hover, .navbar-right.home li.active a,
.navbar-right.not-home li a:hover, .navbar-right.not-home li.active a{
	background: none;
	color: #000000;
	border-bottom: 4px solid #000000;
}
.navbar-right.home.fixed-theme li a{
	font-size: 14px;
}

.navbar-nav.fixed-theme>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav.not-home.fixed-theme>li>a{
	color: #FFFFFF;
}
.navbar-nav.not-home.fixed-theme>li.active>a,
.navbar-nav.not-home.fixed-theme>li>a:hover{
	color: #000000;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand img,
.navbar-container,
.navbar-right,
.navbar-right.fixed-theme,
.navbar-right li a,
.navbar-right.fixed-theme li a,
.navbar-toggle.fixed-theme,
.navbar-right li:last-child a,
.navbar-nav,
.navbar-nav.fixed-theme,
.navbar-toggle.fixed-theme span{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
/*=============*/

/*home*/
.carousel-inner .item > .bg-img{
	height: 100vh;
	width: 100%;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > .bg-img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}

.carousel-caption{
	top: 45%;
	transform: translateY(-50%);
	bottom: initial;
	text-align: left;
	left: 10%;
}

.carousel-caption h3{
	font-size: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 26px;
}
.carousel-caption p{
	color: #FFFFFF;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}
.carousel-caption a{
	border-radius: 15px;
	border: 1px solid #000000;
	color: #FFFFFF;
	background: #000000;
	padding: 5px 25px;
	text-decoration: none;
	transition: 0.8s;
    -webkit-transition:  0.8s;
    font-size: 15px;
}
.carousel-caption a:hover{
	background: none;
	color: #000000;
}


.carousel-indicators{
	bottom: 0px;
}
.carousel-indicators li{
	border-color: #000000;
}
.carousel-indicators .active{
	background: #000000;
}

.carousel-control{
	width: 5%;
}

.home-content{
	padding-top: 5px;
	margin-bottom: 40px;
}
.home-content .icon-header{
	margin-bottom: 20px;
	padding-top: 40px;
}
.home-content .icon-header img{
	width: 60px;
}
.home-content .icon-header h4{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-top: 20px;
	padding-bottom: 2px;
}
.home-content .icon-header h4 span{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
/*============*/

/*content*/
.top-content{
	padding-top: 140px;
}

/*about us*/
.about-us{
	margin-bottom: 20px;
	/*z-index: 9999;*/
}
.about-us h1, .about-us h3{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.about-us h1{
	font-size: 24px;
}
.about-us h3{
	margin-bottom: 30px;
}
.about-us img.img-left{
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-us .list> div{
	background: #efefef;
	margin-bottom: 30px;
	padding: 20px;
}
.about-us .list> div h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.about-us .list> div p{
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
}

.about-us .bottom-desc{
	padding-top: 40px;
}
.about-us .bottom-desc span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.bg-about{
	position: fixed;
	right: 0;
	bottom: 0;
}
.bg-about img{
	width: 40%;
	opacity: .2;

}


/*contact */
.contact-us{
	padding-top: 150px;
	margin-bottom: 100px;
}
.contact-us h1{
	font-weight: bold;
	padding-bottom: 30px;
}
.contact-us h3{
	font-weight: bold;
}
.contact-us form{
	margin-top: 40px;
}
.contact-us form .spinner{
	padding-top: 8px;
    position: absolute;
}
.contact-us input, .contact-us textarea,
.contact-us input:focus, .contact-us textarea:focus{
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 20px;
	letter-spacing: 0px;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.contact-us input:focus, .contact-us textarea:focus{
	border-color: #000000;
}
.contact-us .form-group{
	margin-bottom: 30px;
}

.contact-us button{
	border-radius: 0;
	text-transform: uppercase;
	background: #000000;
	color: #FFFFFF;
	transition: 0.8s;
    -webkit-transition:  0.8s;
    border: 1px solid #000000;
    font-weight: bold;
}
.contact-us button i{
	color: #FFFFFF;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.contact-us button:hover{
	background: #FFFFFF;
	color: #000000;
}
.contact-us button:hover i{
	color: #000000;
}

.contact-us .contact-info{
	padding-left: 40px;
	letter-spacing: 0px;
	padding-top: 30px;
	font-weight: bold;
}
.contact-us .contact-info > div.address,
.contact-us .contact-info > div.email,
.contact-us .contact-info > div.phone{
	padding-bottom: 20px;
}
.contact-us .contact-info > div.address,
.contact-us .contact-info > div.address::before{
	font-size: 20px;
	line-height: 28px;
}
.contact-us .contact-info > div.address::before{
	font-family: 'FontAwesome';
	content: '\f015';
	position: absolute;
	margin-left: -30px;
}

.contact-us .contact-info > div.email a{
	color: #000000;
	font-size: 18px;
}
.contact-us .contact-info > div.email,
.contact-us .contact-info > div.email::before{
	font-size: 18px;
	line-height: 28px;
}
.contact-us .contact-info > div.email::before{
	font-family: 'FontAwesome';
	content: '\f003';
	position: absolute;
	margin-left: -30px;
}

.contact-us .contact-info > div.phone a{
	color: #000000;
	font-size: 18px;
}
.contact-us .contact-info > div.phone::before{
	font-size: 20px;
	line-height: 28px;
}
.contact-us .contact-info > div.phone::before{
	font-family: 'FontAwesome';
	content: '\f098';
	position: absolute;
	margin-left: -30px;
}

.contact-us .contact-info .sosmed-contact{
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.contact-us .contact-info .sosmed-contact a{
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

.contact-us .split-contact{
	padding: 50px 0 10px 0;
	margin-top: 80px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
/*========*/

/*working process*/

.working{
	background-color:#ecfff6;
	/*padding-top: 120px;*/
}
.working .working-content{
	display:flex;
	overflow:hidden;
	align-items: center;
	/*width:100vw;*/
	height:95vh;
}
.working .content-header{
	/*display: flex;*/
	margin-bottom: 20px;
	width: 100%;
	top: 15%;
	position: absolute;
}
.working .content-header h1{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.working .element-container{
	width:100%;
  	display:flex;
  	padding: 0 10px;
}
.working .element-container .plc-img{
	padding-left: 150px;
}
.working .element-container .plc-description{
	padding-right: 150px;
}
.working .element-container .plc-description h2{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 0;
}
.working .element-container .plc-description h3{
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}
.control-slick-slider, .control-slick-slider:focus{
	background: none;
	border: none;

	font-size: 0;
    line-height: 0;
    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.control-slick-slider span{
	color: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
	padding: 20px;
	font-size: 20px;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.control-slick-slider span:hover{
	background: #000000;
	color: #FFFFFF;
}

.working .element-header{
	width: 100%;
  	position: relative;
}

.working .slick-dots li button:before{
	font-size: 12px;
}
.slick-dots{
	left: 0;
}

 .element-container{
  -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
     opacity: 1;
}

/*project*/
.project .content-data{
	padding: 1px;
}
.project .filter-button:focus,
.project .filter-button:active,
.project .filter-button:active:focus,
.project .filter-button:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}
.project .filter-button{
	color: #000000;
	border: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #FFFFFF;
    transition: 0.8s;
    -webkit-transition:  0.8s;
    border-radius: 20px;
    padding: 4px 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.project .filter-button:active,
.project .filter-button.active{
    border: 1px solid #000000;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
}
.project .filter-button:hover{
	border: 1px solid #000000;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
}

.project .filter{
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    background: #ffffff;
}
.project .filter > div{
	background: #000000;
}
.project .filter > div >  a > div:first-child{
	height: 300px;
	-webkit-transition:  0.8s;
    transition: 0.8s;
}
.project .filter > div > a .caption{
	position: absolute;
	width: 100%;
	bottom: -100px;
	transition: 0.8s;
    -webkit-transition:  0.8s;
    opacity: 0;
    overflow: hidden;
}
.project .filter > div > a:hover > div:first-child{
	opacity: .5;
}
.project .filter > div > a:hover .caption{
	bottom: 50px;
	opacity: 1;
}
.project .filter > div > a .caption h2 span{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.project .filter > div > a .caption p{
	color: #FFFFFF;
	font-size: 15px;
}
.project .load-more{
	text-align: center;

	padding: 40px 0 60px 0;
}
.project .load-more a{
	letter-spacing: 0px;
	background: #000000;
	color: #ffffff;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.project .load-more a i{
	color: #FFFFFF;
}

.project-detail .swiper-plc{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}
.project-detail .swiper-plc img{
	width: 100%;
}

.swiper-button-prev, 
.swiper-button-next{
	color: #000000 !important;
}

.project-detail .description{
	margin-top: 20px;
}
.project-detail .description p{
	margin-bottom: 20px;
	text-align: justify;
}

.project-detail .right-side .category span{
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, .5);
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	text-transform: uppercase;
}
.project-detail .right-side h1{
	font-weight: bold;
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 5px;
}
.project-detail .right-side p{
	font-size: 12px;
	margin-bottom: 20px;
}

.project-detail .right-side .attribute > div{
	margin-bottom: 15px;
}
.project-detail .right-side .attribute > div p{
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 0;
	line-height: 12px;
}
.project-detail .right-side .attribute > div label{
	font-weight: bold;
	margin-top: 0;
}
.project-detail .right-side .attribute > div p,
.project-detail .right-side .attribute > div label{
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
}

.project-detail .not-available{
	padding: 50px 0;
	letter-spacing: 0px;
}
.project-detail .go-to{
	padding: 30px 0 10px 0;
}
.project-detail .go-to a,
.project-detail .go-to a i{
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.project-detail .go-to a{
	border: 1px solid #000000;
	padding: 10px 20px;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.project-detail .go-to a:hover{
	color: #ffffff;
	background: #000000;
}
.project-detail .go-to a:hover i{
	color: #ffffff;
}

.project-detail .control-project{
	border-top: 1px solid rgba(0, 0, 0, .3);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding: 10px 0; 
	margin-bottom: 10px;
	height: 48px;
}
.project-detail .control-project a,
.project-detail .control-project a i{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.project-detail .control-project > div:first-child{
	padding-right: 0;
	border-right: 1px solid rgba(0, 0, 0, .3);
}
.project-detail .control-project > div:nth-child(2){
	padding-left: 0;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*=======*/

/*award*/
.award, .press{
	margin-bottom: 20px;
}
.award h1, .press h1{
	margin-bottom: 50px;
	margin-top: 40px;
	font-size: 24px;
	text-transform: uppercase;
}
.award .content-data, .press .content-data{
	padding-bottom: 150px;
}
.award .left,
.award .right{
	padding-bottom: 30px;
}
.award .left >div{
	padding: 2px;
}
.award .left >div >div{
	height: 250px;
	cursor: pointer;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.award .left >div >div:hover{
	opacity: .7;
}

.award .right > ul{
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.award .right > ul li{
	padding: 0;
	font-size: 16px;
	padding-bottom: 10px;
}
.press .data-press{
	padding-bottom: 100px;
}
.press .data-press> div{
	padding: 2px;
}
.press .data-press a div.show,
.press .data-press a div.caption{
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.press .data-press a div.show{
	height: 250px;
}

.press .data-press .background{
	background-color: #000000;
}

.press .data-press .background .caption{
	position: absolute;
    width: 100%;
    bottom: -100px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    opacity: 0;
    overflow: hidden;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family:'Avenir-Book';
}
.press .data-press .background .caption span{
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	/*padding-bottom: 5px;*/
}

.press .data-press .background a:hover > div.show{
	opacity: .3;
}
.press .data-press .background a:hover > div.caption{
	bottom: 20px;
	opacity: 1;
}


/*footer*/
.copyrights{
	background: #000000;
	color: #FFFFFF;
	padding: 20px 30px 10px 30px;
	text-align: left;
}
.copyrights p, .copyrights p a{
	color: #FFFFFF;
	font-size: 14px;
}

.social-menu{
	text-align: right;
}
.social-menu a{
	margin-right: 30px;
	transition: 0.8s;
    -webkit-transition:  0.8s;
    /*border-radius: 50%;*/
}
.social-menu a i{
	color: #FFFFFF;
	transition: 0.8s;
    -webkit-transition:  0.8s;
}
.social-menu a:hover{
	background-color: #FFFFFF;
}
.social-menu a:hover i{
	color: #000000;
}
.social-menu a.facebook{
	padding: 10px 13px 6px 13px;
}
.social-menu a.instagram{
	padding: 10px 10px 6px 12px;
}

/*============*/

@media (max-width: 1024px) {
	.working .element-container .plc-img{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.working .element-container .plc-description{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.carousel-control{
		width: 10%;
	}
	.navbar-container.home{
		padding: 0px;
	}
	.navbar-container li a, .navbar-container li.active a{
		border: none;
	}

	.navbar-toggle{
  		border:1px solid #000000;
  		margin-right: 40px;
    	margin-top: 30px;
  	}

  	.navbar-toggle.home{
  		border:1px solid #FFFFFF;
  	}
  	.navbar-toggle.fixed-theme{
  		border:1px solid #FFFFFF;
  	}
  	.navbar-toggle.not-home.fixed-theme{
  		border:1px solid #000000;
  	}
  	.navbar-toggle span{
  		color: #000000;
  		background-color: #000000;
  	}

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

  	.navbar-toggle.not-home.fixed-theme span{
  		color: #000000;
  		background-color: #000000;
  	}
  	.navbar-toggle.fixed-theme{
  		margin-top: 15px;
  	}
  	.navbar-collapse{
  		margin-top: 20px;
  	}
  	.navbar-collapse.fixed-theme{
  		margin-top: 0px;
  	}
  	.navbar-right{
  		padding-top: 0px;
  		background: rgba(10, 10, 10, .8);
  	}
  	.navbar-right li{
  		padding-left: 0px;
  		border-bottom: 1px solid rgba(255, 255, 255, .4);
  	}
  	.navbar-right.not-home li a{
  		color: #FFFFFF;
  	}
  	.navbar-right.home li a:hover, .navbar-right.home li.active a, .navbar-right.not-home li a:hover, .navbar-right.not-home li.active a{
  		border: none;
  		color: #000000;
  		background: #FFFFFF;
  	}
  	.navbar-nav.not-home.fixed-theme>li.active>a{
  		border: none;
  	}

  	.navbar-nav.fixed-theme>li>a{
  		padding-top: 10px;
  		padding-bottom: 10px;
  	}
  	.navbar-right.fixed-theme{
  		padding-top: 0
  	}

  	.working{
  		padding-top: 130px;
  		height: auto;
  	}
  	.working .element-container{
  		display: initial;  		
  	}
  	.working .content-header{
  		position: initial;
  	}
  	.working .element-container .plc-img{
		padding: 0 10px;
	}
	.working .element-container .plc-description{
		padding: 0 10px;
	}
	.working .control-slick-slider{
		position: absolute;
	}

	.control-slick-slider span{
		color: #FFFFFF;
		background: none;
		color: #000000;
		border: 1px solid #000000;
		border-radius: 50%;
		padding: 10px;
		font-size: 16px;
		transition: 0.8s;
	    -webkit-transition:  0.8s;
	}
	.working .control-slick-slider.prev{
		left: 0;
		z-index: 999;
		top: 40%;
	}
	.working .control-slick-slider.next{
		right: 0;
		z-index: 999;
		top: 40%;
	}

	.social-menu{
		text-align: center;
		margin-bottom: 30px;
	}
	.social-menu a{
		margin-right: 15px;
		margin-left: 15px;
	}


	.contact-us .contact-info{
		padding-top: 40px;
		padding-left: 30px;
	}

	.right-side{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 20px;
	}

	.project .filter-button{
		margin-bottom: 20px;
	}

	.project .filter > div >  a > div:first-child{
		height: 200px;
	}

	.working .working-content{
		height: 100%;
	}

	.working .element-container .plc-img{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.working .element-container .plc-description{
		padding-left: 10px;
		padding-right: 10px;
	}

	.award .content-data, .press .data-press{
		padding-bottom: 30px;
	}
}


