@charset "utf-8";

body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin: 0 auto;
	font-weight:300;
	color:#191919;
}
h1{text-transform:uppercase; font-weight:700; margin-bottom:50px;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#199ea0; padding:5px 15px; font-weight:100; color:#FFF;}
.btn:hover{color:#FFF; background-color:#199ea0;}

/* TOP */
.top{
	width:100%;
	background-color:#199ea0;
	height:4px;
	line-height:4px;
}

/* --- NAVBAR --- */
.navbar{
	background-color: #FFF;
	margin: 0;
	border: none;
}
.navbar .container{
	padding: 0 0;
}
.navbar-brand{
	margin:12px 0 -60px;
	padding:0 0 0 15px;
}
.navbar-brand img{
	height:60px;
	margin: 0 15px 0;
	padding:0;
}
.navbar-right{
	color: #fff;
	margin-right: 0;
}
ul.nav.navbar-nav.navbar-right li a{
	color: #222;
	padding: 30px 15px 30px;
}
ul.nav.navbar-nav.navbar-right li a:hover{
	border-bottom: 4px solid #199ea0;
}
ul.nav.navbar-nav.navbar-right li.active a{
	color:#199ea0;
	background-color: transparent;
	border-bottom: 4px solid #199ea0;
}
ul.nav.navbar-nav.navbar-right li.active a:hover{
	color: #222;
}
button.navbar-toggle{
	border: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .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);
}


/* BANNER */
.banner-container{
	width:100%;
	height:auto;
}
.banner-container img{
	width:100%;
	height:auto;
}


/* --- SLIDESHOW --- */
.slideshow{
	padding: 0;
}
.slideshow img{
	width: 100%;
	height:75vh;
	object-fit:cover;
}
.slideshow .caption-slider{
	z-index: 999;
	color: #fff;
	margin:-140px 0 0;
	padding:0;
	background-color: rgba(0, 0, 0, 0.4);
	border-left: 5px solid #199ea0;
	position: relative;
	float: right;
	text-align: right;
}
.caption-slider .name-loc{
	float:left;
	padding:20px 30px;
}
.caption-slider .name-loc h3{
	margin:0 0 2px;
	padding:0;
	font-size:28px;
	font-weight:normal;
}
.caption-slider .name-loc span{
	font-weight:100;
}
.caption-slider .btns{
	float:left;
}
.my_btn_prev, .my_btn_next{
	margin:0;
	cursor: pointer;
	font-weight: 100;
	background-color: #3a3a3a;
	padding: 14px 30px;
}
.my_btn_prev:hover, .my_btn_next:hover{
	background:#222;
}
.my_btn_prev{
	border-bottom:1px solid #999;
}
.slick-dots{
	position: absolute;
	z-index:1000;
	margin:-40px auto 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 42px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
	color: black;
}
/* --- END SLIDESHOW --- */

.hm_about{
	background-color:#FFF;
	background-image:url(../images/front/welcome.jpg);
	background-size:auto 100%;
	background-position:left;
	background-repeat:no-repeat;
	padding: 30px 0;
	text-align: center;
}
.hm_about_sct{
	padding: 15px 320px;
}
.hm_about_sct h2{
	font-weight:700;
}
.hm_about_sct p{
	margin-bottom:25px;
	font-size: 18px;
	font-weight: 300;
}
.hm_about_sct .btns{
	margin-bottom:30px;
	padding: 0;
}
.hm_about_sct .btns a{
	text-decoration: none;
}
.hm_about_sct .btn{
	padding:8px 30px;
	font-size:18px;
	font-weight: 300;
}


.whatwedo{
	padding:0;
	background-color:#199ea0;
	text-align:center;
	color:#FFF;
}
.whatwedo .top-line{
	width:100%;
	margin:6px 0 50px;
	background-color:#FFF;
	height:1px;
	line-height:1px;
}
.whatwedo .bottom-line{
	width:100%;
	margin:70px 0 6px;
	background-color:#FFF;
	height:1px;
	line-height:1px;
}
.whatwedo h2{
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
}
.whatwedo ul{
	margin:50px 0 0;
	padding:0;
	list-style:none;
}
.whatwedo li{
	margin:0;
	padding:0 15px;
}
.whatwedo li img{
	width:120px;
}
.whatwedo h5{
	font-size:16px;
	text-transform:uppercase;
	font-weight:100;
}
.whatwedo h5 strong{
	font-size:28px;
	font-weight:700;
}



.ourclients{
	padding:50px 0 50px;
	background-image:url(../images/front/client-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
.ourclients h2{
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
}
.ourclients ul{
	margin:20px 0 20px;
	padding:0;
	list-style:none;
}
.ourclients li{
	margin:0;
	padding:0 15px;
}
.ourclients li img{
	width:80%;
}
.ourclients .btn{
	padding:10px 30px;
	font-size:18px;
	font-weight:300;
}

#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;}



/*--- Parallax ---*/
.parallax{
	background-image: url(../images/front/bg-quote.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.parallax-inner{
	text-align: center;
	padding: 50px 0 80px;
	width: 100%;
}
.parallax-inner p{
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	padding: 30px 300px 0;
}
.parallax-inner img{
	width: 2px;
	line-height: 10px;
}
.parallax-inner h5{
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}
/*--- Parallax ---*/

.hm_pc{
	background-color:#f2f2f3;
	border-top:solid 10px #eaebeb;
	padding: 30px 0 0;
	text-align: center;
}

.hm_project{
	padding: 30px 0;
}
.hm_project p{
	font-size: 32px;
	font-weight: 400;
	color: #ffc00f;
}
.hm_project strong{
	font-size: 42px;
	line-height: 10px;
}
.hm_project_sct{
	padding: 30px;
}
.hm_project_sct a.btn{
	padding: 10px 30px;
	font-size:18px;
	font-weight:300;
}
.hm_project_ctn{
	padding: 30px 10px 60px;
}
.hm_project_ctn img{
	border-radius: 5px;
	width: 100%;
	height:250px;
	object-fit:cover;
}
.hm_contact{
	background-image: url(../images/front/bg-contact.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding: 50px 0 30px;
}
.hm_contact_sct{
	padding: 30px 240px;
}
.hm_contact_sct h3{
	color: #fff;
	font-size: 36px;
	padding-bottom: 30px;
}
.hm_contact_sct a.btn{
	padding: 10px 30px;
	border: 1px solid #fff;
	font-weight: 700;
	font-size:18px;
}

.office{
	padding:0 0 50px;
	background-color:#199ea0;
	color:#FFF;
}
.office .top-line{
	width:100%;
	margin:6px 0 50px;
	background-color:#FFF;
	height:1px;
	line-height:1px;
}
.office h2{
	margin:0 0 50px;
	font-size:36px;
	font-weight:700;
	text-align:center;
}
.office_ctn{
	text-align: center;
}
.office_ctn span i{
	color: #FFF;
	font-size: 42px;
	padding-bottom: 10px;
}
.office_ctn img{
	width: 10%;
}
.office_ctn a{
	color: #FFF;
}

.footer{
	padding:10px 0;
	background-color:#179092;
	color:#FFF;
}
.footer_ctn{
	text-align:left;
}
.footer_ctn br{
	display:none;
}
.footer_ctn img{
	margin-right:5px;
	padding-top:1px;
	opacity:0.2;
	width:32px;
}
.footer_ctn img:hover{
	opacity: 0.4;
}


/*-- 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:18px;
}
.about_sct h1{
	margin:0 0 30px;
	text-align: center;
	color: #000;
}
.about_ctn{
	line-height:2em;
	text-align:justify;
}
.about_ctn h3{
	margin-bottom:15px;
	line-height: 10px;
	font-weight:700;
	color: #000;
}
.about_ctn p.desc{
	text-align: justify;
	padding-top: 30px;
	color: #000;
}
.about_ctn ul{
	padding-left: 15px;
}
.about_ctn ul li{
	color: #000;
}


/*-- 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;
}

/*--- Parallax ---*/
.parallax-service{
	background: url(../images/front/bg-parallax-service.jpg) no-repeat fixed 100%;
	background-position: center;
}
.parallax-service-inner{
	text-align: center;
	padding: 80px 0;
	width: 100%;
}
.parallax-service-inner p{
	font-size: 48px;
	color: #fff;
	font-weight: 400;
	padding: 30px 240px;
}
.parallax-service-inner a{
	padding: 15px 45px;
	letter-spacing: 2px;
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
.parallax-service-inner a:hover{
	background-color: #ffc00f;
	border: 2px solid #ffc00f;
}
/*--- Parallax ---*/



/*-- PROJECT --*/
.project{
	background-image: url(../images/front/bg-project-about1.jpg);
	background-size: 100%, auto;
	background-repeat: no-repeat;
	background-position: top;
}
.project_sct{
	padding: 50px 0;
}
.project_sct h1{
	text-align: center;
	color: #000;
}
.projects-filt{
	text-align: center;
	padding: 30px 0;
}

/* Style the buttons */
.projects-filt .btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #fddc1b;
	cursor: pointer;
}

.projects-filt .btn:hover, .projects-filt .btn.active {
	background-color: #f9bb06;
	color: #FFF;
	box-shadow: none;
}

/* 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;
}



/* PORTFOLIO */
.gallery h1{
	margin:50px 0 30px;
}
.gallery .news_archieve{
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
}
.gallery .news_archieve a{
	color:#000;
}
.gallery .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:cover;
}


/* PORTFOLIO DETAIL */
.gallery_detail .pd{
	padding:30px 0 50px;
}
.gallery_detail .pd_archieve{
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	font-weight:bold;
}
.gallery_detail .pd_archieve li{
	margin:0 0 30px;
	padding:0 15px;
}
.gallery_detail .pd_archieve a{
	color:#000;
}
.gallery_detail .pd_archieve img{
	width:100%;
	height:200px;
	object-fit:cover;
}

/* 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 */
.article h1, .article_detail h1{
	margin:50px 0 30px;
}
.article_detail .pd{
	padding:0 0 50px;
}
.article_detail .pd .container{
	font-size:18px;
}

/*-- CONTACT --*/
.contact_sct{
	margin-bottom:50px;	
}
.contact_sct h1{
	margin:50px 0 30px;
	text-align:center;
	color: #000;
}


.maps iframe{
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
.form-group input{
	padding:10px 12px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.form-group textarea{
	height:100px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.contact_ctn button{
	font-weight: bold;
	padding: 10px 30px;
}


/*-- 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;
}