@charset "UTF-8";
/* CSS Document */

body {
	font-family: CircularStd;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
}

.spacer-30 {
	height: 30px;
}

/*******************************************/
/* General                                 */
/*******************************************/

.btn.btn-primary.btn-lg:active,
.btn.btn-primary.btn-lg:focus,
.btn.btn-primary.btn-lg:active:focus,
.btn.btn-primary.btn-lg:visited,
.btn.btn-primary.btn-lg {
	border: solid 2px #8b6a4c;
	border-radius: 0px;
	background-color: transparent;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size: .9rem;
	padding: 20px 35px;
	box-shadow: none;
	transition: .7s;
}
.btn.btn-primary.btn-lg:hover,
.btn.btn-primary.btn-lg:hover:after {
	background-color: #8b6a4c;
	color: #ffffff;
}

/*******************************************/
/* Header                                  */
/*******************************************/

#nav-main {
	background-color: #80532A;
	padding: 25px 0;
}
#nav-main .navbar {
	padding: 0px;
}
#nav-main .navbar-nav .nav-item {
	padding: 10px 0px 10px 60px;
}
#nav-main .navbar-nav .nav-item .nav-link {
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px;
	font-weight: 300;
	opacity: 0.9;
	font-size: .9rem;
}
#nav-main.home .navbar-nav .nav-item .nav-link {
	text-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#nav-main .navbar-nav .nav-item.active .nav-link {
	font-weight: 700;
	position: relative;
}
#nav-main .navbar-nav .nav-item.active .nav-link:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background-color: #cc886d;
}

/*header homepage*/
#nav-main.home {
	background-color: transparent;
	padding: 55px 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
#nav-main.home {
}
.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
	background-color: #fff;
	box-shadow: none!important;
	outline: none;
}
/*******************************************/
/* Homepage                                */
/*******************************************/

#home-hero {
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#home-hero:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
#home-hero .div-text {
	position: absolute;
	color: #ffffff;
	font-weight: 300;
	top: 44%;
	max-width: 830px;
	line-height: 1.2;
	font-size: 3.5rem;
	text-shadow: 0 0 25px rgba(0,0,0,0.2);
}
#home-hero .scroll {
	position: absolute;
	left: Calc(50% - 25px);
	bottom: 0px;
	cursor: pointer;
}
#home-hero .scroll .txt {
	text-transform: uppercase;
	font-size: .8rem;
	color: #ffffff;
	top: 0px;
	margin: auto;
	margin-bottom: 15px;
}
#home-hero .scroll:after {
	content: "";
	width: 2px;
	height: 70px;
	background-color: #ffffff;
	display: block;
	margin: auto;
	transition: .7s;
}
#home-hero .scroll:hover:after {
	height: 90px;
}

/*******************************************/
/* Main Contents                           */
/*******************************************/

.content-section {
	background-color: #ffffff;
	padding: 120px 30px;
}
.content-section.grey {
	/*background-color: #f9f7f4;*/
	background-color: #faf9f6;
}
.content-section.accent {
	background-color: #A1734A
}
.content-section.accent .head {
	color: #ffffff;
}
.content-section.accent .sub-head {
	color: #ffffff;
}
.content-section .head {
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 2.7rem;
	line-height: 1.4;
}
.content-section .sub-head {
	line-height: 2;
	font-size: 1rem;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.content-section .standard h3 {
	font-size: 1.2rem;
	color: #A1734A;
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	margin: 2px 0 30px;
}
.content-section .standard strong {
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 2px;
	margin: 0 0 30px;
	display: block;
}
.content-section .standard p {
	line-height: 1.4;
	font-size: 1rem;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.content-section .standard .grey {
	color: #999;
	vertical-align: top;
	font-weight: 300;
	color: #A1734A;
}
.content-section .standard ul {
	padding-left: 16px;
	line-height: 1.4;
	font-size: 1rem;
	letter-spacing: 2px;
}
.tbl-projdet {
	width: 100%;
	background-color: #ffffff;
}
.tbl-projdet th,
.tbl-projdet td {
	padding: 10px 15px;
	height: 43px;
}
.project {
	padding: 80px 0;
	margin: 0 -30px;
}
.project:nth-child(odd) {
	background-color: #faf9f6;
}
.project .project-img {
	/* padding: 5px 0px 20px; */
	border: solid 1px #000000;
	margin-bottom: 25px;
}
.project .project-img img {
	width: 100%;
}
.standard .project p {
	margin-bottom: 20px;
	letter-spacing: 0px;
}

/*section overlapping images*/
.cont-img-overlap {
	position: relative;
}
.cont-img-overlap img {
	width: 100%
}
.cont-img-overlap .ol-button {
	position: absolute;
	bottom: -35px;
	text-decoration: none;
	display: table;
	cursor: pointer;
}
.cont-img-overlap .ol-button.left {
	left: 0px;
}
.cont-img-overlap .ol-button.left .arrow {
	background-image: url(../img/arrow-right.svg);
	background-position: center right 25px;
}
.cont-img-overlap .ol-button.left:hover .arrow {
	background-position: center right -52px;
}
.cont-img-overlap .ol-button.right {
	right: 0px;
}
.cont-img-overlap .ol-button.right .arrow {
	background-image: url(../img/arrow-left.svg);
	background-position: center left 25px;
}
.cont-img-overlap .ol-button.right:hover .arrow {
	background-position: center left -52px;
}
.cont-img-overlap .ol-button .arrow {
	background-color: #473239;
	display: table-cell;
	width: 70px;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: 100px;
	transition: .7s;
}
.cont-img-overlap .ol-button:hover .arrow {
	/*background-color: #6a5d62;*/
}
.cont-img-overlap .ol-button .txt {
	background-color: #80532A;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 35px;
	font-size: .8rem;
	letter-spacing: 2.2px;
	color: #D8B494;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	transition: .7s;
}
.cont-img-overlap .ol-button:hover .txt {
	background-color: #D8B494;
	color: #80532A;
}

/*go to top button*/
#go-to-top {
	width: 40px;
	height: 45px;
	background-color: #473239;
	position: fixed;
	bottom: -5px;
	padding: 8px 11px;
	border-radius: .2rem;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	opacity: 0.8;
	transition: .45s;
	transform: translateY(42px);
	z-index: 99;
}
#go-to-top.clickable {
	bottom: 35px;
}
#go-to-top.clickable:hover {
	bottom: 40px;
}
#go-to-top.visible {
	transform: translateY(0px);
}
#go-to-top:hover {
	opacity: 1;
}
#go-to-top svg {
	width: 100%;
	height: auto;
}
#go-to-top svg path {
	fill: #ffffff;
}

/*home partners*/
.partner-img {
	text-align: center;
	padding: 40px;
}

.partner-img img {
	width: 100%;
}

/*homapage tiles*/
.cont-home-tiles {

}
.cont-home-tiles .htile-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.cont-home-tiles .htile-item .img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 1s;
}
.cont-home-tiles .htile-item .img-ph {
	width: 100%;
}
.cont-home-tiles .htile-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	transition: 1s;
}
.cont-home-tiles .htile-item > .txt {
	position: absolute;
	left: 0px;
	top: Calc(50% - 50px);
	color: #ffffff;
	text-align: center;
	z-index: 1;
	width: 100%;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 20px;
}
.cont-home-tiles .htile-item .htile-button {
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
	display: table;
	cursor: pointer;
	z-index: 1;
}
.cont-home-tiles .htile-item .htile-button .txt {
	background-color: #80532A;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 35px;
	font-size: .8rem;
	letter-spacing: 2.2px;
	color: #D8B494;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
.cont-home-tiles .htile-item:hover .img {
	transform: scale(1.2);
}
.cont-home-tiles .htile-item:hover:after {
	opacity: 0;
}

/*projects*/
#projects-slider {
	position: relative;
}
#projects-slider .project-slider-item {
	padding-bottom: 100px;
}
#projects-slider .project-slider-item > img {
	width: 100%;
}
#projects-slider .project-slider-item .content {
	position: absolute;
	background-color: #80332A;
	left: 0;
	bottom: 10px;
	color: #D8B494;
	padding: 60px 40px;
	width: Calc(100% - 182px);
}
#projects-slider .project-slider-item .content.op {
	opacity: 0;
}
#projects-slider .project-slider-item .content td {
	padding: 0 40px;
}
#projects-slider .project-slider-item .content td.separator {
	background-color: #D8B494;
	width: 1px;
	padding: 0px;
}
#projects-slider .project-slider-item .content td label {
	text-transform: uppercase;
	display: block;
	/* margin-bottom: 5px; */
	font-size: .8rem;
	letter-spacing: 2px;
}
#projects-slider .project-slider-item .content td p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.2rem;
}
#projects-slider .owl-nav {
	display: block;
	position: absolute;
	bottom: 89px;
	right: 0px;
}
#projects-slider .owl-nav > div {
	width: 90px;
	height: 90px;
	display: inline-block;
	background-color: #473239;
	background-repeat: no-repeat;
	background-size: 120px;
	transition: .7s;
	margin-left: 1px;
}
#projects-slider .owl-nav > div:hover {
	background-color: #5c434c;
}
#projects-slider .owl-nav .owl-prev {
	background-image: url(../img/arrow-left.svg);
	background-position: center left 32px;
}

#projects-slider .owl-nav .owl-prev:hover {
	background-position: center left -64px;
}
#projects-slider .owl-nav .owl-next {
	background-image: url(../img/arrow-right.svg);
	background-position: center right 32px;
}
#projects-slider .owl-nav .owl-next:hover {
	background-position: center right -64px;
}
#projects-slider .owl-nav > div span {
	display: none;
}

/*contact form*/
#form-genpex-contact {
	padding-right: 60px;
}
#form-genpex-contact label {
	font-weight: 700;
	letter-spacing: 2px;
}
#form-genpex-contact .form-control {
	border: solid 1px #D8B494;
	background-color: #FBF8F6;
	border-radius: 0px;
	font-family: CircularStd;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 25px 25px;
}
#form-genpex-contact .form-control::-webkit-input-placeholder { /* Edge */
	color: #D8B494;
	text-
}
#form-genpex-contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #D8B494;
	text-
}
#form-genpex-contact .form-control::placeholder {
	color: #D8B494;
	letter-spacing: 2px;
}
#form-genpex-contact .help-block.form-error {
	color: red;
	font-size: .9rem;
	margin-top: 5px;
	display: block;
	font-weight: 300;
}
.cont-form-bg {
	position: relative;
}
.cont-form-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #473632;
	width: Calc(50% + 30px);
	height: 100%;
}
.contact-address {
	color: #D8B494;
	font-size: 1.4rem;
	padding: 5.2rem 2rem 2rem 5rem;
	letter-spacing: 2px;
	line-height: 1.7;
}
.contact-address a {
	color: #D8B494;
	/*text-decoration: underline;*/
}


/*on going projects*/
.item-ogp {

}
.item-ogp img {
	width: 100%;
	margin-bottom: 30px;
}
.item-ogp label {
	color: #A1734A;
	display: block;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.item-ogp strong {
	font-weight: 700;
	font-size: 1.2rem;
	display: block;
	height: 55px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.item-ogp p {
	font-size: 1.2rem;
	min-height: 100px;
}

/*clients*/
.item-clients {
	background-color: #fbf9f7;
	border: solid 1px #D8B494;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.item-clients img {
	width: 100%;
}
.item-clients .logo {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	left: 0px;
	top: 0px;
	transition: .7s;
}

.item-clients:hover .logo {
	transform: scale(1.1);
}
.item-clients .cta {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	bottom: 0px;
	background-size: 100px;
	background-color: #80532A;
	background-image: url(../img/arrow-right.svg);
	background-position: center right 25px;
	background-repeat: no-repeat;
	transition: .7s;
}
.item-clients:hover .cta {
	background-position: center right -52px;
}

/*******************************************/
/* Footer                                  */
/*******************************************/

#footer-main {
	background-color: #473632;
	color: #D8B494;
	padding: 120px 30px 36px;
}
#footer-main p {
	font-size: 1.3rem;
	line-height: 1.7;
	letter-spacing: 1px;
}
#footer-main a {
	color: #D8B494;
	text-decoration: none;
}
#footer-main a.email {
	font-size: 1.7rem;
	font-weight: 700;
	margin-top: 0px;
	display: block;
	line-height: 1.2;
}
#footer-main a.phone {

}
#footer-main .footer-legal {
	text-align: center;
	color: #8F7A75;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: .7rem;
	padding: 90px 30px 0px;
}

/*******************************************/
/* Responsive                              */
/*******************************************/

@media (max-width: 480px) {

	/*buttons*/
	.btn.btn-primary.btn-lg:active, 
	.btn.btn-primary.btn-lg:focus, 
	.btn.btn-primary.btn-lg:active:focus, 
	.btn.btn-primary.btn-lg:visited, 
	.btn.btn-primary.btn-lg {
		font-size: 0.7rem;
	}

	/*header*/
	#nav-main .navbar-nav {
		padding-top: 20px;
	}
	#nav-main .navbar-nav .nav-item {
		padding: 15px 0px 0px 0px;
		opacity: 1;
	}
	#nav-main .navbar-nav .nav-item.active .nav-link:after {
		display: none;
	}

	/*footer*/
	#footer-main p.text-right {
		text-align: left!important;
	}

	/*general*/
	.spacer-30 {
		display: none;
	}
	.img-spacing {
		display: none;
	}

	/*main content*/
	#home-hero .div-text {
		position: absolute;
		color: #ffffff;
		font-weight: 300;
		top: 55%;
		max-width: 100%;
		line-height: 1.2;
		font-size: 2.2rem;
		text-align: center;
		left: 0px;
		padding: 0 20px;
	}
	.content-section {
		padding: 60px 15px;
	}
	.content-section .sub-head {
		margin-bottom: 30px;
		text-align: center;
	}
	.cont-img-overlap {
		margin-top: 0px!important;
		margin-bottom: 70px;
	}
	.cont-img-overlap .ol-button {
		bottom: -70px;
		width: 100%;
	}
	.cont-img-overlap .ol-button .txt {
		padding: 0 30px
	}
	.cont-img-overlap .ol-button.left .txt {
		text-align: left;
	}
	.cont-img-overlap .ol-button.right .txt {
		text-align: right;
	}
	.content-section .sub-head br {
		display: none;
	}
	.content-section .head {
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 30px;
	}
	.cont-home-tiles {
		margin-top: 0px!important;
	}
	.cont-home-tiles .htile-item {
	}
	.cont-home-tiles .htile-item .img-ph {
		/*margin-bottom: 70px;*/
	}
	.cont-home-tiles .htile-item .htile-button {
		width: 100%;
	}
	.partner-img {
		padding: 10px 40px;
	}
	.content-section .standard strong {
		margin: 0 0 20px;
	}
	.content-section .standard p {
		margin: 0 0 20px;
	}
	.tbl-projdet th, .tbl-projdet td {
		padding: 10px 5px;
	}
	.project {
		margin: 0 -15px;
		padding: 0 15px;
	}
	#home-hero .scroll {
		display: none;
	}

	/*our featured projects*/
	#projects-slider .project-slider-item {
		padding-bottom: 10px;
	}
	#projects-slider .project-slider-item .content {
		position: relative;
		width: 100%;
		padding: 30px 10px;
		bottom: 0px;
	}
	#projects-slider .project-slider-item .content td {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#projects-slider .owl-nav {
		position: relative;
		bottom: 0px;
		text-align: center;
	}
	.item-ogp strong {
		min-height: 0px;
		height: auto;
	}
	.item-ogp p {
		min-height: 0px;
		height: auto;
	}
	.item-ogp .btn {
		margin-bottom: 40px;
	}

	/*contact form*/
	#form-genpex-contact {
		padding-right: 0px;
	}
	.cont-form-bg:before {
		display: none;
	}
	.contact-address {
		padding: 60px 20px;
		background-color: #473632;
		margin-top: 30px;
	}
}


