@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@charset "utf-8";

body {
	margin: 0 auto;
	font-family: 'Mulish', sans-serif;
	font-weight:normal;
	color:#737373;
	overflow-x:hidden;
}
h1{margin-bottom:50px;}
h1,h2,h3,h4{font-family:"Source Serif 4",serif; font-weight:800; color:#222;}
.text-green{color:#008053;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#008053; padding:10px 30px; font-size:16px; font-weight:bold; color:#FFF; letter-spacing:2px;}
.btn:hover{color:#FFF; background-color:#008858;}
.mobile-only{display:none;}

/* TOP */
.top{
	width:100%;
	background-color:#97d4f0;
	height:7px;
	line-height:7px;
	text-align:right;
}
.top img{
	height:100%;
	width:auto;
}

/* --- NAVBAR --- */
.navbar{
	margin: 0 0 -80px;
	border: none;
	position:absolute;
	z-index:2;
	left:0;
	right:0;
}
.navbar-default{
	background-color:rgba(255,255,255,0.8);
}
.navbar .container{
	padding: 0 0;
}
.navbar-brand{
	margin:0 0 -63px;
	padding:0 0 0 15px;
}
.navbar-brand img{
	height:50px;
	margin: 14px 15px 0;
	padding:0;
}
.navbar-right{
	color: #fff;
	margin:0 0 15px 0;
}
ul.nav.navbar-nav.navbar-right li a{
	color: #222;
	padding: 30px 20px 15px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:#e01b22;
	color:#FFF !important;
}
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 --- */
#slider .slideshow{
	padding: 0;
}
#slider .slideshow img{
	width: 100%;
	height:100vh;
	object-fit:cover;
	object-position:top;
}
#slider .slideshow .caption-slider{
	z-index: 999;
	color: #fff;
	width:34%;
	height:80vh;
	margin:-80vh 0 0 130px;
	padding:0;
	position: relative;
}
.caption-slider .intro{
	float:left;
}
.caption-slider .intro h3{
	margin:0 0 2px;
	padding:0;
	font-size:52px;
	line-height:1em;
	color:#FFF;
}
.caption-slider .intro p{
	font-size:16px;
	font-weight:100;
}
.caption-slider .intro p.line1{
	margin-top:30px;
	margin-bottom:30px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:100;
}
.caption-slider .intro p.line2{
	margin-top:30px;
	margin-bottom:30px;
	font-weight:normal;
}
.caption-slider .intro p a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:2px;
}
.caption-slider .intro p a i.fa{
	margin-right:10px;
	font-size:20px;
}
.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;
}


#slidermobile .slideshow{
	padding: 0;
}
#slidermobile .slideshow img{
	width: 100%;
	height:80vh;
	object-fit:cover;
	object-position:top left;
}
#slidermobile .slideshow .caption-slider{
	z-index: 999;
	color: #fff;
	width:70%;
	height:60vh;
	margin:-60vh 0 0 30px;
	padding:0;
	position: relative;
}
/* --- 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-project{
	padding:60px 0 70px;
}
.hm-project h2{
	margin:0 0 50px;
	font-size:42px;
	text-align:center;
}
.hm-project ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.hm-project li{
	margin:0 0 30px;
	padding:0 15px;
}
.hm-project li a{
	color:#092a49;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.hm-project li img{
	width:100%;
	object-fit:cover;
	object-position:top;
	border-radius:6px;
}
.hm-project li div.label{
	height:50px;
	padding:0 30px;
	left:15px;
	right:15px;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	margin-top:-60px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	line-height:50px;
	letter-spacing:1px;
	border-radius:0 0 6px 6px;
}
.hm-project .btns{
	width:100%;
	text-align:center;
}






.clients{
	padding:60px 0;
	background-color:#f0f2f7;
}
.clients h1{
	margin:0 0 50px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
}
.clients h2{
	margin:0 0 50px;
	font-size:42px;
	text-align:center;
}
.clients ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.clients li{
	width:20%;
	margin:0 0 40px;
	padding:0 20px;
	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;
}
.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;}



.office{
	padding:80px 0 40px;
	background-color:#e53939;
	font-size:16px;
	color:#FFF;
}
.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:50px;
}
.office_ctn p{
	margin-bottom:30px;
}
.office_ctn a{
	color: #FFF;
	letter-spacing:1px;
}

.footer{
	padding:20px 0 80px;
	background-color:#e53939;
	color:#FFF;
}
.footer_ctn{
	text-align:center;
	letter-spacing:2px;
}
.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;
}
.social{
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:15px;
	border-radius:50%;
	font-size:24px;
	line-height:40px;
	text-align:center;
	background-color:#FFF;
	color:#008053 !important;
}


/*-- ABOUT --*/
.about{
	padding:50px 15px 100px;
	font-size:18px;
}
.about_sct h1{
	margin:0 0 30px;
	text-align: center;
}
.about_ctn{
	line-height:1.2em;
	text-align:justify;
}
.about_ctn h2{
	margin:0;
	font-size:28px;
	color: #e01b22;
}
.about_ctn h3{
	margin:0 0 15px;
	font-size:28px;
	font-weight:300 !important;
}
.about_ctn strong{
	color: #e01b22;
}








/*-- WORKS --*/
.works{
	/*background-color:#e6e7e8;*/
}
.works_sct{
	padding: 50px 0;
}
.works h1{
	margin:50px 0 50px;
	text-align: center;
}
.works .news_archieve{
	margin-bottom:100px;
	text-align:center;
}
.works .news_archieve img{
	width:100%;
	height:250px;
	object-fit:cover;
	margin-bottom:5px;
}
.works .news_archieve .na_title a{
	color:#222;
	font-size:16px;
	font-weight:bold;
}


/* PROJECT DETAIL */
.works_detail .pd{
	padding:100px 0 100px;
	font-size:16px;
}
.works_detail .pd .container{

}
.works_detail .first-row > .col-sm-6:first-child{
	padding:0 65px;
}
.works_detail h1{
	margin:0 0 50px;
	font-family: 'Mulish', sans-serif;
	font-size:14px;
	font-weight:300;
	letter-spacing:2px;
	text-transform:uppercase;
}
.works_detail h3{
	margin:0 0 50px;
	font-size:60px;
	color:#000;
	line-height:1em;
}
.works_detail h3 p{
	margin:0;
}
.works_detail h3 p:nth-child(2){
	color:#db763f;
}
.works_detail .first-row img{
	width:100%;
	border-radius:10px;
}
.works_detail .pd_content{
	padding:0 0 50px;
}
.works_detail .pd_gallery ul{
	list-style:none;
	margin:0;
	padding:0;
}
.works_detail .pd_gallery li{
	margin:0 0 30px;
	padding:0 15px;
}
.works_detail .pd_gallery img{
	width:100%;
	border-radius:10px;
	object-fit:cover;
}

.works_detail .first-row img{
	margin-bottom:30px;
}

.works_detail .pd_gallery.template1 li:first-child img,
.works_detail .pd_gallery.template1 li:nth-child(6) img,
.works_detail .pd_gallery.template1 li:nth-child(8) img,
.works_detail .pd_gallery.template1 li:nth-child(7) img
{
	/*aspect-ratio:45/73;*/
}
.works_detail .pd_gallery.template1 li:nth-child(2) img,
.works_detail .pd_gallery.template1 li:nth-child(3) img,
.works_detail .pd_gallery.template1 li:nth-child(4) img,
.works_detail .pd_gallery.template1 li:nth-child(5) img
{
	/*aspect-ratio:45/35;*/
}
.works_detail .pd_gallery.template1 li:nth-child(4),
.works_detail .pd_gallery.template1 li:nth-child(6)
{
	clear:left;
}



.works_detail .pd_gallery.template2 li:first-child img,
.works_detail .pd_gallery.template2 li:nth-child(6) img,
.works_detail .pd_gallery.template2 li:nth-child(8) img,
.works_detail .pd_gallery.template2 li:nth-child(7) img
{
	/*aspect-ratio:45/73;*/
}
.works_detail .pd_gallery.template2 li:nth-child(2) img,
.works_detail .pd_gallery.template2 li:nth-child(3) img,
.works_detail .pd_gallery.template2 li:nth-child(4) img,
.works_detail .pd_gallery.template2 li:nth-child(5) img
{
	/*aspect-ratio:45/35;*/
}
.works_detail .pd_gallery.template2 li:nth-child(4),
.works_detail .pd_gallery.template2 li:nth-child(7)
{
	clear:left;
}





/* 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{
	background-color:#e6e7e8;
}
.contact_sct{
	margin-bottom:100px;	
}
.contact_sct h1{
	margin:60px 0 60px;
	text-align:center;
}
.contact_sct .col-sm-3{
	text-align:center;
	margin-bottom:80px;
}
.contact_sct .col-sm-3 img{
	width:50%;
	margin-bottom:10px;
}



.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;
}
