@charset "utf-8";

body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin: 0 auto;
	font-weight:300;
	color:#222222;
}
h1{font-size:36px; text-transform:uppercase; font-weight:700; margin-bottom:50px;}
h2{font-size:32px;}
h3{font-size:28px;}
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif; font-weight:700;}
a{color:#ec2028;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#e60013; padding:10px 30px; font-size:18px; font-weight:100; color:#FFF; font-family: 'Roboto', sans-serif; font-weight:300; border-radius:10px; letter-spacing:1px; text-transform:uppercase;}
.btn:hover{color:#FFF; background-color:#d31d24;}
.wrapper{width:100%; height:100%; overflow-x:hidden;}


/* --- NAVBAR --- */
header{
	margin:0;
	padding:0 !important;
	border:none;
	border-top:solid 5px #5b6e8f;
	position:absolute;
	z-index:11;
	left:0;
	top:0;
	right:0;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.index header{
	box-shadow:none;
}
.img-logo{
	width:auto;
	height:60px;
	margin: 30px 0 30px;
	padding:0;
}
.index .img-logo{
	height:70px;
	margin: 65px 0 25px;
	padding:0;
}
.navbar-collapse.navHeaderCollapse{
	width:800px;
	padding-left:28px;
	padding-right:0;
	position:absolute;
	right:0;
	top:50px;
}
.index .navbar-collapse.navHeaderCollapse{
	background-image:url(../images/front/menu-corner.png);
	background-repeat:no-repeat;
	background-position:left top;
	top:80px;
}
.navbar-nav{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:14px;
}
ul.nav.navbar-nav{
	width:100%;
	padding:0 30px;
	list-style:none;
}
.index ul.nav.navbar-nav{
	background-color:#09429a;
	font-size:16px;
}
ul.nav.navbar-nav li{
	margin:0;
	padding:0;
	float:none;
	display:inline-block;
}
ul.nav.navbar-nav li a{
	color: #222;
	line-height:26px;
	margin:0 15px;
	padding: 19px 0 19px;
	border-bottom: 6px solid #FFF;
}
.index ul.nav.navbar-nav li a{
	color: #FFF;
	padding: 16px 0 10px;
	border-bottom: 6px solid #09429a;
}
ul.nav.navbar-nav li a:hover{
	border-bottom: 6px solid #5b6e8f;
	background-color:transparent;
}
.index ul.nav.navbar-nav li a:hover{
	border-bottom: 6px solid #ef000d;
	background-color:transparent;
}
ul.nav.navbar-nav li.active a{
	border-bottom: 6px solid #5b6e8f;
}
.index ul.nav.navbar-nav li.active a{
	border-bottom: 6px solid #ef000d;
}
.navbar-toggle {
	margin-top:10px;
	margin-right:0;
}
.navbar-toggle .icon-bar{
height: 4px;
width: 27px;
}
.navbar-toggle:hover, .navbar-toggle:focus{
background: none;
}
.navbar-toggle .icon-bar{
 background: #000;
}
.navbar-toggle:hover .icon-bar{
background: #333;
}
.navbar-toggle:focus, .navbar-toggle:hover{
  background-color: #fff;
}
.navbar-collapse{
	width:100%;
	margin: 0;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}



.menu-btn{
	display:none;
	padding:5px;
	position:absolute;
	z-index:81;
	top:30px;
	left:auto;
	right:15px;
	cursor:pointer;
}
.index .menu-btn{
	top:15px;
}
.menu-btn img{
	width:20px;
	height:20px;	
}
.menu-btn:hover{
	background:#333;
}
.menu-btn .v2{
	display:none;
}
.menu-right{
	width:100%;
	height:100vh;
	padding:30px;
	position:fixed;
	z-index:101;
	background-color:#eaeff5;
	background-image:url(../images/front/bg-menu.jpg);
	background-size:contain;
	background-position:bottom;
	background-repeat:no-repeat;
	left:0;
	top:0;
	border-top:solid 5px #5b6e8f;
}
.mobile-logo{
	height:45px;
	width:auto;
	margin:0 0 50px;
}
.close {
	float:right;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor:pointer;
	opacity:1;
}
.menu-right .close{
	top:-15px;
	right:-15px;
}
.menu-right .close img{
	width:50px;
	height:50px;
}
.menu-right .close::before, .menu-right .close::after {
	background: #FFF;	
}
.works .close::before, .works .close::after {
	background: #000;	
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close:focus, .close:hover{
	opacity:1;
}
.menu-right ul{
	margin:0;
	padding:0;
	font-size:3vw;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	list-style:none;
}
.menu-right ul li{
	margin:0;
	padding:0;
	line-height:30px;
}
.menu-right ul li.menu-heading{
	font-size:17px;
	font-weight:700;
	margin-bottom:15px;
}
.menu-right ul a{
	text-decoration:none;
	font-size:14px;
	color:#222;
}
.menu-right ul a:hover, .menu-right ul a:active{
	color:#f8dc01;
}


/* HEADER */
.nav-group{
	/*background-image:url(../images/front/header-bg.jpg);
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:right top;*/
}
.index .nav-group{
	background-image:none;
}

/* BANNER */
.banner-container{
	width:100%;
	height:auto;
}
.banner-container img{
	width:100%;
	height:auto;
}

/* INDEX */
.index{
	background-image:url(../images/front/bg.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:top;
	background-color:#eaeef3;
}
.wallpaper{
	height:50vw;
}
.wallpaper .title{
	position:absolute;
	right:0;
	top:50px;
	width:31%;
	height:auto;
	padding-right:30px;
	text-align:right;
	font-family: 'Titilium Web', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
}
.wallpaper .title h1{
	font-family:"Titillium Web", sans-serif;
	font-size:45px;
	font-weight:200;
	line-height:1.1em;
	color:#363636;
}
.wallpaper .title h1 big{
	width:100%;
	display:block;
	font-family:"Titillium Web", sans-serif;
	font-size:72px;
	font-weight:900;
	color:#e60013;
}
.wallpaper .title h1 span{
	width:100%;
	display:block;
}
.wallpaper .title .btn{
	margin-top:20px;
}


.whatwedo{
	background-image:url(../images/front/home-sep.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}
.whatwedo h2{
	text-transform:uppercase;
}
.whatwedo ul{
	margin:30px 0 60px;
	padding:0;
	list-style:none;
}
.whatwedo li{
	margin:0;
	padding:0 25px;
}
.whatwedo li img{
	width:100px;
	margin:0 0 15px;
}
.whatwedo p{
	font-size:22px;
	text-transform:uppercase;
	font-weight:100;
	line-height:1.2em;
}
.whatwedo p a{
	font-size:22px;
	line-height:1.1em;
	color:#FFF;
}


.home-portfolio{
	padding:50px 0 0;
	background-image:url(../images/front/portfolio-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#FFF;
	text-align:center;
}
.home-portfolio ul{
	list-style:none;
	margin:30px 0 0;
	padding:0;
}
.home-portfolio li{
	margin:0;
	padding:0 15px;
}
.home-portfolio li a{
	color:#222;
	font-weight:bold;
}
.home-portfolio li img{
	width:100%;
	height:250px;
	margin-bottom:10px;
	object-fit:cover;
}
.home-portfolio .btn{
	margin:60px 0 60px;
}



#popuphome h2{
	text-transform:uppercase;
	font-weight:700;
	font-size:36px;
}
#popuphome ul{
	list-style:none;
	margin:0;
	padding:0;
}
#popuphome li{
	margin:0;
	padding:0 15px;
}
#popuphome li img{
	width:100%;
	height:auto;
}
#popuphome .close{right:0; top:0; width:20px; height:20px; text-align:center; display:inline-block; position:absolute; z-index:2; font-weight:normal; line-height:15px; color:#000; border-radius:50%; opacity:1;}





.office{
	padding:25px 15px;
}
.office h2{
	margin:50px 0 60px;
}
.office .col-sm-4{
	font-size:18px;
}
.office_ctn a{
	
}

.footer{
	background-image:url(../images/front/footer-bg.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	background-color:#08357a;
	background-position:center;
	color:#FFF;
}
.footer-left{
	padding:30px 0;
}
.footer-right{
	padding:30px;
}
.social{
	width:100%;
	margin:0 0 5px;
}
.social img{
	width:auto;
	height:20px;
	margin:5px;
}
.social a:first-child img{
	margin:5px 0;
}
.social img:hover{
	opacity:0.7;
}
.contacts{
	padding:35px 15px 0 0;
	line-height:20px;
	text-align:right;
	background-color:#08357a;
}
.contacts img{
	height:22px;
	margin:0 5px 0 10px;
}
.contacts a{
	color:#FFF;
	display:inline-block;
	clear:both;
}
.copyright{
	padding:0 15px 40px 0;
	font-weight:bold;
	line-height:20px;
	text-align:right;
	background-color:#08357a;
}
.copyright small{
	
}


/*-- ABOUT --*/
.about{
	/*background-image: url(../images/front/about-left.jpg), url(../images/front/about-right.jpg);
	background-repeat:no-repeat;
	background-position:left top, right bottom;*/
	padding: 50px 15px 50px;
	font-size:17px;
}
.about .highlight{
	padding:30px 30px 10px;
	background-color:#5b6e8f;
	color:#FFF;
	font-size:14px;
	line-height:1.75em;
	text-align:right;
}
.about .main-content{
	padding:0 50px;
	line-height:1.75em;
}
.about-content{
	line-height:2em;
}
.about-content h1{
	margin:0 0 50px;
	text-align: center;
	color: #000;
}
.about-content h3{
	margin-bottom:25px;
	line-height: 1.2em;
	font-weight:700;
	text-align:left;
	color: #000;
}
.about-content p{
	margin-bottom:30px;
}
.about-content p.desc{
	text-align: justify;
	padding-top: 30px;
	color: #000;
}
.about-content img{
	float:left;
	width:35%;
	margin:0 30px 0 0;
}
.about-content ul{
	padding-left: 15px;
}
.about-content ul li{
	color: #000;
}
.marketing-content{
	background-color:#dee1e6;
}
.land-content{
	background-color:#d21c24;
	color:#FFF;
}
.land-content h3{
	color:#FFF;
}


.anggaran-content{
	background-color:#ced9eb;
}
.furniture-content{
	background-color:#0a4299;
	color:#FFF;
}
.furniture-content ul li{
	color:#FFF;
}
.furniture-content h3{
	color:#FFF;
}
.eksekusi-content{
	background-color:#FFF;
}
.eksekusi-content h3{

}

/*-- SERVICES --*/
.service{
	background-image: url(../images/front/bg-project-contact.jpg);
	background-size: cover;
	padding: 30px 0 50px;
}
.service_sct{
	padding: 20px 80px;
}
.service_sct h1{
	text-align: center;
	color: #000;
}
.service_ctn{
	padding: 50px 20px;
	text-align: center;
}
.service_ctn img{
	width: 20%;
}
.service_ctn h3{
	color: #000;
}
.service_ctn p{
	text-align: justify;
}





/* Create three equal columns that floats next to each other */
.column {
	display: none; /* Hide all elements by default */
}
/* The "show" class is added to the filtered elements */
.column.show {
	display: block;
}
.column.show:nth-child(3n+1) {
	/*clear:left;*/
}

/* Content */
.project_ctn .content {
	padding: 10px;
}
.project_ctn .content img{
	border-radius: 5px;
	width: 100%;
	height:250px;
	object-fit:cover;
}
.project_ctn .content a{
	text-decoration: none;
	color: #121212;
}
.project_ctn .content h4{
	height:50px;
	text-align: center;
	color: #121212;
}



/* CLIENTS */
.clients h1{
	margin:50px 0 30px;
}
.clients .news_archieve{
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
}
.clients .news_archieve a{
	color:#000;
}
.clients .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:contain;
}
.clients .na_title{
	text-align:center;
	display:none;
}





/* CLIENTS DETAIL */
.client-logo-container{
	width:200px;
	height:200px;
	position:relative;
	margin:-100px auto 0;
	z-index:2;
	border:solid 5px #FFF;
	border-radius:50%;
	overflow:hidden;
	background-color:#FFF;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.client-logo-container img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.portfolio_detail h1{
	margin:50px 0 40px;
	text-align:center;
}
.portfolio_detail .pd{
	width:100%;
	margin:0;
	padding:0 0 50px;
	font-size:18px;
	line-height:1.8em;
}
.portfolio_detail .btn{
	margin:50px 0 0;
}
.portfolio_detail .pd_archieve{
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	font-weight:bold;
}
.portfolio_detail .pd_archieve li{
	margin:0 0 30px;
	padding:0 15px;
}
.portfolio_detail .pd_archieve img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.portfolio_detail .pd.video-gallery{
	background-color:#d21c24;
}
.portfolio_detail .pd.video-gallery h3{
	margin:50px 15px 30px;
	color:#FFF;
}
.portfolio_detail .pd.image-gallery{
	background-color:#dee1e6;
}
.portfolio_detail .pd.image-gallery h3{
	margin:50px 15px 30px;
}


/* ARTICLE */
.article .news_archieve{
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
}
.article .news_archieve a{
	color:#000;
}
.article .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:cover;
}


/* ARTICLE DETAIL */
.newspage h1, .article_detail h1{
	margin:50px 0 50px;
}
.article_detail .pd{
	padding:0 0 50px;
}
.article_detail .pd .container{
	font-size:18px;
}
.article_detail .client-logo-container{
	display:none;
}


/*-- CONTACT --*/
.contact_sct{
	margin-bottom:50px;	
}
.contact h1{
	margin:50px 0 50px;
	text-align:center;
	color: #000;
}

.maps{
	margin-bottom:50px;
}
.maps iframe{
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
.maps h3{
	font-size:20px;
}
.contact_form{
	padding:40px 50px 60px;
	background-color:#ced9eb;
}
.contact_form h3{
	font-size:20px;
	margin-bottom:30px;
}
.form-group input{
	padding:10px 12px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
	border:none;
}
.form-group textarea{
	height:100px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
	border:none;
}
.contact_ctn{
	margin-bottom:50px;
	font-size:18px;
	line-height:1.5em;
}
.contact_ctn h3{
	margin:0 0 15px;
	font-size:24px;
}


/* NEWS */
.news_archieve{
	margin:0 0 30px;
}
.na_img img{
	width:100%;
	height:250px;
	object-fit:cover;
}
.na_title{
	margin:5px 0;
}
.na_title a{
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

/*-- PROJECT --*/
.portfolio-more{
	padding:50px 0 50px;
	background-color:#eaeff5;
}

/*-- PROJECT DETAIL --*/
.project-dtl, .pd_sct{
	padding: 0;
}
.pd_sct img{
	width: 100%;
	z-index: -1;
}
.thumbnails-image{
	width:100%;
	margin-bottom: 15px;
}
.thumbnails-image ul{
	width:100%;
	margin:0;
	padding:0;
	text-align:right;
}
.thumbnails-image li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
	text-align:right;
}
.thumbnails-image img{
	width:80px;
	height:80px;
	margin: 0 0 5px 5px;
	padding:0;
	border:solid 1px #FFF;
}
.thumbnails-image img:hover{
	border: 1px solid #000;
}
.thumbnails-image p a{
	font-size:12px;
	padding:2px 10px;
	background:#000;
	color:#FFF;
}
.thumbnails-image p a:hover{
	text-decoration:none;
	background:#333;
}
.title-project{
	position: absolute;
	right:0;
	margin:-140px 0 0;
	padding: 0 30px 15px;
	z-index:1000;
	background: rgba(0,0,0,0.6);
	border-left:solid 5px #ffc00f;
	text-align:right;
}
.title-project h1{
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px; 
	font-size:32px;
}
.title-project span{
	color: #fff;
}
.pd_ctn{
	background-image: url(../images/front/bg-project-contact.jpg);
	background-size: cover;
	margin:0;
	padding: 30px 120px 50px;
}
.pd_ctn h3{
	text-align: center;
	padding-bottom: 20px;
	font-size: 30px; 
}
.pd_ctn h3 span{
	font-weight: 400;
}
.project-info{
	text-align: right;
}
.project-info p{
	font-size: 18px;
	font-weight: 700;
}
.pd_content:last-child{
	font-size:18px;
	text-align:justify;
}



#sidebar2{
    width: 75px;
    height: 75px;
    position: fixed;
    right: 15px;
    bottom: 90px;
	z-index:200;
}
#sidebar2 img{
	width:75px;
	height:75px;
}
#sidebar2 a{
	display:block;
}
#sidebar2 a:first-child{
	margin-bottom:5px;
}



.delay>*:nth-child(1) {
  animation-delay: 0s;
} 
.delay>*:nth-child(2) {
  animation-delay: 0.2s  ;
} 
.delay>*:nth-child(3) {
   animation-delay: 0.4s;
} 
.delay>*:nth-child(4) {
  animation-delay: 0.6s;
} 
.delay>*:nth-child(5) {
	animation-delay: 0.8s;
} 
.delay>*:nth-child(6) {
	animation-delay: 0.9s;
} 
.delay>*:nth-child(7) {
	animation-delay: 1s;
} 
.delay>*:nth-child(8) {
	animation-delay: 1.4s;
}


.notify{
	color:#FFF;
}