@charset "utf-8";

body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#191919;
	overflow-x:hidden;
}
h1{text-transform:uppercase; font-weight:700; margin-bottom:50px;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#092a49; padding:10px 30px; font-size:16px; font-weight:normal; color:#FFF;}
.btn:hover{color:#FFF; background-color:#0b365d;}

/* TOP */
.top{
	width:100%;
	background-color:#97d4f0;
	height:7px;
	line-height:7px;
	text-align:right;
}
.top img{
	height:100%;
	width:auto;
}

/* --- NAVBAR --- */
.navbar{
	background-color: #FFF;
	margin: 0;
	border: none;
}
.navbar .container{
	padding: 0 0;
}
.navbar-brand{
	margin:0 0 -63px;
	padding:0 0 0 15px;
}
.navbar-brand img{
	height:46px;
	margin: 36px 15px 0;
	padding:0;
}
.navbar-right{
	color: #fff;
	margin:0 0 15px 0;
}
ul.nav.navbar-nav.navbar-right li a{
	color: #222;
	padding: 50px 20px 25px;
	letter-spacing:1px;
}
ul.nav.navbar-nav.navbar-right li a:hover{
	border-bottom: 4px solid #FFF;
}
ul.nav.navbar-nav.navbar-right li.active a{
	color:#199ea0;
	background-color:#eaf6fc;
	border-bottom: 4px solid #FFF;
}
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;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -34px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 48px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-prev {
	left:25px;
	z-index:2;
}
.slick-next {
    right: 25px;
}
.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:;
	background-size:auto 100%;
	background-position:left;
	background-repeat:no-repeat;
	padding:60px 0 60px;
}
.hm_about .col-sm-4{
	padding:0 20px;
}
.hm_about h1{
	margin:0 0 5px;
	padding:0;
	text-align:center;
}
.hm_about h3{
	margin:0 0 50px;
	padding:0;
	text-align:center;
}
.hm_about p{
	margin-bottom:25px;
	font-size:14px;
	font-weight:400;
	text-align:justify;
}
.hm_about img{
	border-radius:50%;
}
.hm_about .btns{
	margin-bottom:30px;
	padding: 0;
}
.hm_about .btns a{
	text-decoration: none;
}
.hm_about .btn{
	padding:8px 30px;
	font-size:18px;
	font-weight: 300;
}


.hm_structure{
	background-color:#FFF;
	padding:0 0 100px;
}
.hm_structure h1{
	text-align:center;
}


.certification{
	width:100%;
	height:auto;
	margin-bottom:50px;
	padding:40px 0 50px;
	background-color:#FAFAFA;
	/*background-image:url(../images/front/blue-left.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
	background-size:100% auto;
}
.certification .bluebg{
	width:100%;
}
.certification h1{
	width:100%;
	margin-bottom:50px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
.certification ul{
	margin:0;
	padding:0;
	list-style:none;
}
.certification li{
	margin:0;
}
.certification li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}


.hm_services{
	padding:10px 0 60px;
	background-image:url(../images/front/bgservices.jpg);
	background-position:right;
	background-size:contain;
	background-repeat:no-repeat;
}
.hm_services ul{
	margin:30px 0 0;
	padding:0 0 0 20px;
}
.hm_services li{
	font-size:20px;
}

/*.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;
}*/



.hm-project{
	padding:60px 0 70px;
	background-image:url(../images/front/shadow-right.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:right top;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
.hm-project h2{
	margin:0 0 50px;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
}
.hm-project ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.hm-project li{
	margin:0 0 30px;
	padding:0 15px;
	text-align:left;
}
.hm-project li a{
	color:#092a49;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.hm-project li img{
	width:100%;
	height:180px;
	object-fit:cover;
	margin-bottom:10px;
}
.hm-project .btns{
	width:100%;
	text-align:center;
}
.hm-project .btn{
	padding:10px 30px;
	font-size:16px;
	font-weight:400;
	background-color:#092a49;
}





.clients{
	padding:60px 0;
}
.clients h1{
	margin:0 0 50px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
}
.clients h2{
	margin:0 0 50px;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
}
.clients ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.clients li{
	margin:0 0 10px;
	padding:0 15px;
	text-align:left;
}
.clients li a{
	color:#092a49;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.clients li img{
	width:100%;
	object-fit:cover;
}
.clients .btns{
	width:100%;
	text-align:center;
}
.clients .btn{
	padding:10px 30px;
	font-size:16px;
	font-weight:400;
	background-color:#092a49;
}
.container-5-3 img{
	aspect-ratio:5/3;
}
.container-4-3 img{
	aspect-ratio:4/3;
}
.clients img:hover{
	opacity:0.7;
}


#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:60px 0 80px;
	background-color:#092a49;
	font-size:16px;
	color:#9bb6d0;
}
.office h2{
	margin:0 0 30px;
	font-size:24px;
	font-weight:400;
	color:#FFF;
}
.office_ctn{
	padding:0 50px 0 15px;
	text-align:left;
}
.office_ctn img{
	width:auto;
	height:32px;
	margin-top:30px;
}
.office_ctn a{
	font-weight:bold;
	color: #FFF;
}

.footer{
	padding:20px 0;
	background-color:#071e36;
	color:#FFF;
}
.footer_ctn{
	text-align:center;
}
.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;
	font-size:24px;
	font-weight:bold;
	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;
}
.link_ctn{
	width:100%;
	float:left;
	margin:30px 0 30px;
	padding:50px 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	background-color:#F0F0F0;
	border-radius:15px;
}
.link_ctn a{
	color:#222;
}
.link_ctn img{
	margin-bottom:10px;
}




/*-- 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;
}*/



/* PROJECT */
.project .news-loader{
	margin-bottom:30px;
}
.project .news_archieve{
	margin-bottom:50px;
	font-size:16px;
}
.project .news_archieve a{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.project .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:cover;
}


/* PROJECT DETAIL */
.project h1{
	margin:50px 0 50px;
}
.project_detail h1{
	margin:0 0 0;
}
.project_detail h3{
	margin:0 0 50px;
}
.project_detail .pd{
	padding:50px 0 100px;
}
.project_detail .pd .container{
	font-size:18px;
}
.project_detail .main-image{
	width:100%;
	height:auto;
	margin:0 0 30px;
}
.project_detail .pd_content{
	padding:0 0 50px;
}
.project_detail .pd_gallery{
	margin-bottom:50px;
	padding:0;
}
.project_detail .pd_gallery h3{
	margin:0 0 30px;
}
.project_detail .pd_archieve{
	margin:0;
	padding:0;
	list-style:none;
}
.project_detail .pd_archieve li{
	margin:0 0 30px;
	padding:0 15px;
}
.project_detail .pd_archieve img{
	width:100%;
	height:180px;
	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 .warning{
	width:100%;
	height:300px;
	padding:100px 0;
	text-align:center;
}


/* 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 50px;
	text-align:center;
	color: #000;
}


.maps iframe{
	display: block;
	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;
}



#sidebar2{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 15px;
	z-index:200;
}
#sidebar2 img{
	width:60px;
	height:60px;
}
#sidebar2 a{
	display:block;
}
#sidebar2 a:first-child{
	margin-bottom:5px;
}