@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


::selection {
	color: #fff;
	background: rgb(0, 0, 0);
}

.home-link {
	padding: 20px 58px 0;
	position: fixed;
	right: -50px;
	bottom: 0px;
	z-index: 99;
}

.home-link a {
	color: #fff;
	text-transform: uppercase;
	background-color: #3f3f41;
	padding: 4px 10px;
	border-radius: 50%;
	height: 60px;
	position: relative;
	width: 60px;
	display: inline-block;
}

.home-link a:hover {
	background-color: #333;
}

.home-link img {
	width: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

::selection {
	background: #3f3f41;
}

body {
	font-size: 14px;
	margin: 0;
	font-family: 'Graphik';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Graphik';
	font-weight: normal
}

.col-middle {
	display: table;
	width: 100%
}

.col-middle-inner {
	display: table-cell;
	vertical-align: middle
}

p {
	margin-top: 0;
	font-size: 15px;
	color: #3f3f41;
	margin-bottom: 10px;
	line-height: 20px !important;
}

p:last-child {
	margin-bottom: 0
}

.errmsg {
	background-color: red;
	padding: 0 4px;
	left: 15px;
	bottom: 14px;
	line-height: 15px;
	position: absolute;
	font-size: 11px;
	color: #fff;
	font-weight: 600
}

.center {
	text-align: center
}

a {
	color: #ddd;
	transition: all .3s linear
}

#header-wrap {
	background-color: #3f3f41;
}

#header-wrap .container-main {
	max-width: 100%;
	padding: 0 58px;
	width: 100%;
}

.header-row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-menu {
	width: 50%;
	display: inline-block;
	float: left;
}

.col-menu:first-child {
	margin-top: 6px;
}

#logo img {
	height: 16px !important;
}

#logo {
	margin-top: 18px;
}

#header,
#header-wrap,
.header-row {
	height: 74px;
	max-width: 1170px;
}

.sticky-header #header-wrap {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.col-menu:last-child {
	text-align: right;
	display: inline-block;
}

#logo {
	display: inline-block;
}

.connect-text h1 {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 30px !important;
	display: inline-block;
}

.connect-text span {
	font-size: 16px;
	margin-left: 34px;
	text-transform: capitalize;
	display: inline-block;
	color: #fff;
	line-height: 13px !important;
}

.connect-text {
	height: 30px;
}

#wrapper {
	overflow: hidden;
}

#copyright {
	background-color: #3f3f41;
	padding: 6px 0;
}

.copyright-text {
	color: #fff;
	text-transform: uppercase;
}

.footer-social {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
}

.copyright-inner {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.footer-social a {
	width: 24px;
	height: 24px;
	/* background-color: #fff; */
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin: 0 4px;
}

.footer-social a:last-child {
	margin: 0 0 0 4px;
}

.footer-social img {
	width: 24px;
}

.col-copyright:last-child {
	text-align: right;
}

#copyright .row {
	padding: 0 58px;
	margin: 0;
}

.col-copyright {
	padding: 0;
}

.copyright-text span {
	font-size: 9px;
	color: #fefefe;
	line-height: 9px !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.web-link a {
	color: #fff !important;
	font-size: 16px;
}

.web-link a:hover {
	color: #eee !important;
}

#section-project {
	padding: 76px 58px;
}

.project-title {
	margin-bottom: 30px;
	margin-top: -4px;
}

.project-title h2 {
	font-size: 36px;
	margin-bottom: 0;
	color: #3f3f41;
	line-height: 36px !important;
}

.project-title p {
	line-height: 16px !important;
	margin-top: 4px;
}

.project-desc {
	margin-top: 60px;
}

.project-desc-inner h4 {
	margin-bottom: 0;
	color: #737477;
	font-size: 13px;
	line-height: 20px;
}

.project-desc-inner p {
	font-size: 13px;
	line-height: 20px !important;
}

.project-desc-inner {
	margin-bottom: 10px;
}

.project-desc-inner:last-child {
	margin-bottom: 0;
}

.phase-list p {
	font-size: 14px;
}

.phase {
	margin-bottom: 2px;
	margin-top: 10px;
}

.col-project {
	padding-right: 40px;
}

.project-img-main .project-img {
	display: inline-block;
}

.project-img-main .project-img:first-child {
	width: 400px;
	margin-right: 30px;
}

.project-img-main .project-img:last-child {
	width: calc(100% - 435px);
}

.project-img {
	margin-bottom: 20px;
}

.col-project .project-img:last-child {
	margin-bottom: 0;
}

.project-img-margin {
	margin-top: 20px;
}

.col-project {
	padding-right: 40px;
	width: calc(100% - 674px);
	display: inline-block;
	vertical-align: top;
}

.col-project:last-child {
	width: 670px;
	display: inline-block;
	padding-right: 0;
	vertical-align: top;
}

.project-img-main {
	margin: 30px 0;
	height: 600px;
}

.hide-project {
	display: none !important;
}

.sticky-header #header-wrap {
	background-color: #3f3f41;
}

.phase-list p span {
	font-size: 15px;
}

.map img {
	border: 1px solid #ddd;
}

#wrapper {
	max-width: 1170px;
	margin: 0 auto;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
	background: #eeeee8;
}

.project-text ul li {
	font-size: 15px;
	color: #3f3f41;
	margin-bottom: 10px;
	line-height: 20px !important;
	list-style-type: disc;
}

.project-text ul {
	margin-left: 18px;
	margin-bottom: 15px;
}

.project-img {
	position: relative;
}

.project-img .img-text {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	background-color: rgb(0 0 0 / 78%);
}

.project-img .img-text p {
	color: #fff;
	font-size: 12px;
	line-height: 12px !important;
}

.project-img .img-text.left {
	left: 154px;
	right: auto;
}

#copyright .columns {
	padding: 0 58px;
	margin: 0;
}

.project-img-text {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #3f3f41;
	padding: 2px 6px;
}

.project-img-text p {
	color: #fff;
	font-size: 12px;
}

.project-img picture {
	display: flex;
}

.img-border {
	border: 1px solid #ddd;
}

.project-img img {
	width: 100%;
}


@media (max-width:1350px) {
	.home-link {
		right: -50px;
		bottom: 40px;
	}
}

@media (max-width:1500px) {
	.project-desc-inner {
		margin-bottom: 10px;
	}

	.project-desc {
		margin-top: 30px;
	}

	.project-title {
		margin-bottom: 20px;
	}
}

@media (max-width:1300px) {}

@media (max-width:1199px) {
	.col-project {
		width: 100% !important;
		padding: 0;
	}

	.col-project:last-child {
		margin-top: 30px;
	}

	.show-project {
		width: 100%;
	}

	.hide-project {
		display: block !important;
	}

	.show-project {
		display: none !important;
	}

	.stretched #wrapper {
		max-width: 991px;
	}

	.project-img:nth-child(3) {
		margin-bottom: 35px;
	}
}

@media (max-width:991px) {
	.col-copyright {
		width: 100% !important;
	}

	.home-link {
		right: -50px;
		bottom: 95px;
	}

	.home-link a {
		height: 50px;
		width: 50px;
	}

	.home-link img {
		width: 30px;
	}

	.stretched #wrapper {
		box-shadow: none;
	}

	.col-copyright {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.col-copyright:last-child {
		text-align: center;
		margin-top: 5px;
	}

	.copyright-inner {
		display: block;
		margin-right: 0;
	}

	.footer-social {
		margin-top: 5px;
	}

	#header-wrap .container-main {
		padding: 0 20px;
	}
}

@media (max-width:767px) {
	#logo img {
		height: 16px !important;
	}

	.connect-text h1 {
		font-size: 24px;
	}

	.connect-text h1 span {
		font-size: 12px;
		margin-left: 20px;
	}

	.col-menu:first-child {
		margin-top: 11px;
	}
}

@media (max-width:600px) {
	.project-img picture {
		display: grid;
	}

	.project-img-text p {
		font-size: 10px;
		line-height: 14px !important;
	}

	.project-img-text {
		padding: 0px 6px;
	}

	.project-img:last-child {
		margin-top: 20px;
	}

	.col-menu:first-child {
		margin-top: 0;
		margin-bottom: 6px;
	}

	.project-img .img-text {
		padding: 5px;
	}

	.project-img .img-text p {
		font-size: 11px;
		line-height: 11px !important;
	}

	.project-img:nth-child(2) {
		margin: 20px 0;
	}

	#logo {
		margin-top: 0;
	}

	.project-img:nth-child(3) {
		margin-bottom: 20px;
	}

	#section-project {
		padding: 60px 40px;
	}

	.col-menu {
		width: 100%;
		text-align: center;
	}

	.col-menu:last-child {
		text-align: center;
	}

	#header,
	#header-wrap,
	.header-row {
		height: 80px;
	}

	.connect-text h1 span {
		margin-left: 10px;
	}

	.project-title h2 {
		font-size: 30px;
	}

	p {
		font-size: 14px;
	}
}

@media (max-width:479px) {
	#section-project {
		padding: 30px;
	}
}