@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'AzoSans-Regular';
    src: url('../font/AzoSans-Regular.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../font/AzoSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../font/AzoSans-Regular.woff') format('woff'),  /* Newer browsers */
         url('../font/AzoSans-Regular.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../font/AzoSans-Regular.svg#AzoSans-Regular') format('svg'); /*IE og iOS earlier than version 5*/
}


@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'Benjamin-Medium';
    src: url('../font/Benjamin-Medium.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../font/Benjamin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../font/Benjamin-Medium.woff') format('woff'),  /* Newer browsers */
         url('../font/Benjamin-Medium.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../font/Benjamin-Medium.svg#Benjamin-Medium') format('svg'); /*IE og iOS earlier than version 5*/
}

@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'CommutersSans-Bold';
    src: url('../font/CommutersSans-Bold.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../font/CommutersSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../font/CommutersSans-Bold.woff') format('woff'),  /* Newer browsers */
         url('../font/CommutersSans-Bold.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../font/CommutersSans-Bold.svg#CommutersSans-Bold') format('svg'); /*IE og iOS earlier than version 5*/
}


@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'CommutersSans-Regular';
    src: url('../font/CommutersSans-Regular.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../font/CommutersSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../font/CommutersSans-Regular.woff') format('woff'),  /* Newer browsers */
         url('../font/CommutersSans-Regular.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../font/CommutersSans-Regular.svg#CommutersSans-Regular') format('svg'); /*IE og iOS earlier than version 5*/
}


*
{	
	font-family: 'CommutersSans-Regular';
	font-size:14px;
	color:#555453
}
p{
	line-height:22px
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}

.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-azo
{
	 font-family: 'AzoSans-Regular';
}
.font-benjamin , .font-benjamin *
{
	 font-family: 'Benjamin-Medium';
}
.font-regular
{
	 font-family: 'CommutersSans-Regular';
}
.font-bold , .font-bold *
{
	 font-family: 'CommutersSans-Bold';
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}

.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 40px;
    right: 11px;
	z-index: 999999999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #555453;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.white
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px
}
.px-100
{
	padding-right: 100px;
	padding-left: 100px
}
.ai-fs
{
	align-items:flex-start
}
.line-height2
{
	line-height:2rem
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header
{
	background:rgba(98,98,98,0.4);
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%
}
header a
{
	font-family: 'AzoSans-Regular';
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
}
header nav li a:hover , header nav li a.active
{
	color:#000
}
footer a
{
	font-family: 'AzoSans-Regular';
	color:#555453;
	font-size:18px;
	text-transform:uppercase;
}
footer  li {
    margin: 0 15px;
}
.footer_social a
{
	border-radius:50%;
	background:#555453;
	padding:10px;
}
.footer_social li
{
	margin:0 5px;
}
.footer_social a span
{
	color:#FFF;
	font-size:12px;
}
footer a:hover
{
	color:#000
}
.footer_social a:hover 
{

	background:#000;
}
.footer_bottom
{
	background:#555453
}
.footer_bottom a
{
	color:#FFF; font-family: 'Benjamin-Medium';
	text-transform:capitalize
}
.map{
background:url(../img/map.jpg) no-repeat top center / cover;
height:800px;
}
.branches_footer
{
	background:rgba(98,98,98,0.8)
}
.branches_footer a
{
	color:rgba(255,255,255,0.78)
}
.branches_footer a:hover
{
	color:#000;
}
.branches_footer .colw-33
{
	border-right:1px solid #FFF;
	padding-left:75px;
}
.branches_footer .colw-33:first-child
{
	padding-left:0
}
.branches_footer  .colw-33:last-child
{
	border-right:0
}
.ai-fe
{
	align-items: flex-end;
}
.home_about
{
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	position:relative;
	background-size:cover
}
.home_about:after
{
	background:rgba(113,113,113,0.2);
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%
}
.grey
{
	color:#555453
}
.letter-spacing
{
	letter-spacing:2px;
}
.home_about h2:before
{
	border-bottom:1px solid #555453;
	position:absolute;
	bottom:0;
	left:-100%;
	z-index:100;
	width:100%;
	height:1px;content:'';
}
.home_about h2:after
{
	border-bottom:1px solid #555453;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	width:150px;
	height:1px;content:'';
}
.companies_box .bg_overlay:after{

	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	width:100%;background:rgba(85,84,83,0.5);
	height:100%;content:'';
}
.companies_content{
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	height:100%;
	z-index:500
}	
.noscale
{
	transform:inherit !important
}



.main_bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
	    background-size: cover;
    background-repeat: no-repeat;
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(85,84,83,0.5);*/
	background: rgba(98,98,98,0.4);
    z-index: 50;
    content: '';
}
.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 10vh;
}
.view_more
{
	
	background:#555453;border-radius:25px;
	padding:15px 60px;transition: all 0.5s ease-in;
}
.view_more:hover
{
	background:#000;
	transform: translateY(-5px);
}


.banners  .slick-dots li
{
	width:50px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:50px;
	height:5px;border-radius:25px;
	background:#F2F2F2;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#626262;
}
.banners .slick-dots {
    bottom: 10vh;
}
.banners{
margin-bottom:-5px !important
}
.bg_blue
{
	background:#B5C0C9;
}
.projects_info
{
	background:#EDEDED;
	min-height:145px;
	border-right:1px solid rgba(85,84,83,0.5);
}
.projects_box img
{
	width:100%
}
.projects_box .bg_hover:after{

	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	width:100%;background:rgba(85,84,83,0.1);
	height:100%;content:'';
}.latest_arrow
{
    font-size: 0;
    line-height: 0;
    position: absolute;
        bottom:0;
    display: block;

    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
	z-index:500
}
.rightLst
{
	    right: 0;
}
.leftLst  
{
	    left: 0 !important;
}
.project_logo
{
	position:absolute;
	top:25px;
	left:25px;
	z-index:500;
	max-width:100px
}
.pt-100
{
	padding-top:120px
}
.c1
{
	color:rgba(255,255,255,0.78)
}
.bg1
{
	background:rgba(85,84,83,0.1)
}
input[type=text] , textarea
{
	border:0;
	border-bottom:1px solid #555453;
	padding-left:0;
	background:transparent;
	font-size:16px;
	text-transform:uppercase
}
textarea
{
	resize:none;height:100px;
}
textarea:hover
{
	border:0;
	border-bottom:1px solid #555453;
}
form button
{
	
	background:#555453;border-radius:25px;color:#FFF;
	padding:15px 60px;transition: all 0.5s ease-in;
}
form button:hover
{
	background:#000;
	transform: translateY(-5px);
}
.projects_slick 
{
	margin-bottom:0 !important
}

.back
{
	
	background:#555453;border-radius:25px;
	padding:15px 40px;transition: all 0.5s ease-in;
}
.back:hover
{
	background:#000;
	transform: translateY(-5px);
}


#overlay{
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #B5C0C9;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
	font-family: 'Roboto', sans-serif !important;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
    display: none;
}
.circle
{
	width:60px;
	height:60px;
	background:#FFF;
	border-radius:50%
}
.timelinebox:after
{
	background:rgba(113,113,113,0.4);
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	width:100%;
	height:100%;
	content:'';
}
.time_after:after
{
	
	position:absolute;
	top:32.5px;
	left:50%;
	z-index:20;
	width:100%;
	height:1px;
	content:'';
	border-top:1px solid #FFF	
}
.timelinebox .colw-33:last-child .time_after:after
{
	display:none
}
.w-100{width:100%}
.companies_content a:hover{color:#000}

.filter
{

	text-align:center;
}
.filter a {
    color: #FFF;
    text-align: center;
    background: #555453;
	text-transform:uppercase;
    padding: 10px 20px;
    line-height: inherit;
	margin:0 10px;
    box-shadow: -4px 4px 0px lightgrey;
    transition: all 1s ease-in-out;
	display:inline-block;
	margin-bottom:10px;
}

.is-animated {
  animation: .8s rotate-right;
}

@keyframes rotate-right {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: none;
  }
}
@media all and (max-width: 960px){.time_after:after{display:none}.timelinebox .colw-33:last-child{padding-bottom:0 !important}
	.header_search input[type='text']{width:100%}
	.space_header{display:none}
	header{position:relative;}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #555453;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
		padding-top:8vh !important
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	.products_listing .colw-33{padding:0 10px;}
.slided .trigger > div > span{background:#FFF}
.slided .trigger {top: 5px;}
.pl-5 , .pl-10 , .pl-50 , .pl-80 , .pl-15 , .pl-35 , .branches_footer .colw-33 {padding-left:0;}
.branches_footer .colw-33 {padding-bottom:50px;}
.branches_footer .colw-33:last-child{padding-bottom:0}
.pr-5 ,  .pr-50 , .pr-20 , .pr-25 , .pr-35{padding-right:0}
.px-50{padding-left:25px;padding-right:25px;}
.pb-50{padding-bottom:25px;}
.flex-row-m , .d-block-m{display:inline-block !important}
.pb-50-m{padding-bottom:50px;}

.pb-25-m{padding-bottom:25px;}
.txt-cntr-m{text-align:center}
.w-100-m , footer .flex-row.jc-sb li{width:100%;text-align:center;padding:10px 0;margin:0}.pt-25-m{padding-top:25px;}
.branches_footer .colw-33{border:0}
.insideImg .img-bg{height:350px;}
.pt-100{padding-top:0}
.insideImg h2 , .b-brief{text-align:center;line-height:normal}
.companies_box img.noscale{max-width:120px}
.b-logo img{max-width:100px}
.main_bg{height:50vh}
.banners_text{padding-top:0}
.banners_text .font-40{font-size:1.5rem}
.banners .slick-dots{bottom:5vh}
.banners_text .pt-50{padding-top:20px}
.filter a{margin:0;width:100%;margin-bottom:5px;}
}
