@font-face {
	font-family: "Bodoni BE Light";
	src: url('../fonts/Bodoni-BE-Light.woff2') format('woff2'),
		url('fonts/Bodoni-BE-Light.woff') format('woff'),
		url('fonts/Bodoni-BE-Light.ttf') format('truetype');
}

.col-white{
	color: #fff;
}
.bg-white{
	background-color: #fff;
}

.bg-dark-grey{
	background: #282828;
}

.image-fit{
	object-fit: cover;
	object-position: center;
}

/* Button style */
.button {
	border: 1px solid #fff;
	color: #fff;
	padding: 16px 41px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.95px;
	text-transform: uppercase;

	transition: 1s ease all;
}

.button:hover{

	text-decoration: none;
	border: 1px solid #282828 !important;
	background-color: #fff !important;
	color: #282828 !important;
}


.button.button--white{
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
}

.button.button--white:hover{
	color: #fff;
	background-color: transparent;
}

/* End Button style */

header .enquireWrapper {
	position: absolute;
	display: block;
	top: 45px;
	right: 65px;
	z-index: 999;
}

html.fixed .enquireWrapper {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}


html.fixed .footer-enquire {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.template-projects-item .container,
.template-projects-item .container-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
}


@media(min-width:992px) {
	.template-projects-item .container,
	.template-projects-item .container-wrapper{
		padding-top: 83px;
		padding-bottom: 83px;
	}
}
.template-projects-item .container-wrapper .container{
	padding-top: unset;
	padding-bottom: unset;
}

.background-image{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-image-caption{
	position: absolute;
	left: 5px;
	bottom: 5px;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
	margin: 0;
	font-size: 13px !important;
}

.template-projects .logo,
.template-projects-item .logo{
	width: 231px;
	height: auto;
}

html.fixed .logo,
.logo .logo-1,
.logo .logo-2{
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}

html.fixed .logo .logo-1{
	transform: translate(64px, 0);
}

html.fixed .logo .logo-2{
	transform: translate(64px, 0);
	opacity: 0;
	visibility: hidden;
}

.project-item-page{
	background-color: #171717;
	height: auto;
	z-index: 1;
}

@media(max-width:991px) {

	.project-item-page{
		padding-bottom: 100px;
	}
}


.template-projects-item .container.heading-container{
	padding-top: 134px;
	padding-bottom: 50px;
}

@media(max-width:991px) {
	.template-projects-item .container.heading-container{
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

.heading-background{
	height: 40vh;
	position: relative;
}

@media(min-width:992px) {
	.heading-background{
		height: 60vh;
	}
}


 h1{
	font-family: 'Bodoni BE Light';
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

 h2{
	font-family: 'Bodoni BE Light';
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

 h3{
	font-family: 'Bodoni BE Light';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px; /* 150% */
	letter-spacing: 0.95px;
}

 h4{
	font-family: 'Bodoni BE Light';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

 p{
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 161.538% */
	margin-bottom: 0;
}


@media(min-width:992px) {
	
	 h1{
		font-size: 36px;
	}

	h3{
		font-size: 24px;
		line-height: 36px; /* 150% */
		letter-spacing: 1.2px;
	}
}

.template-projects-item hr{
	background-color: #fff;
	margin: 35px 0px;
}
.br-1-white{
	border-right: 1px solid #fff;
}

@media(max-width:991px) {
	.b-unset-0__mob{
		border: 0 !important;
	}

	.mw-unset__mob{
		max-width: unset !important;
	}
	.mh-unset__mob{
		max-height: unset !important;
	}
}

.wpcf7-text,
.wpcf7-select {
  display:block;
  width:100%;
  height: 35px;
  padding: 30px 0px;
  font-size: 15px;
  letter-spacing: -0.32px;
  color: #fff;
  background-color: transparent;
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.wpcf7-select {
  height: 61px;
  padding: 0px;
  background: url("../images/arrow-down.svg") right center no-repeat;
	margin-bottom: 40px !important;
}

.wpcf7-select::focus{
	border-color: unset;
	box-shadow: unset;
}

.wpcf7-submit {
  	appearance: none;
  	outline: none;
	border: 1px solid #fff !important;
	display: block;
	float: none;
	width: 100%;
	padding: 16px 41px !important;
	height: auto !important;
	line-height: normal !important;
	letter-spacing: 1.95px !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;

	transition: 1s ease all;
}
@media(mmin-width:992px) {

	.wpcf7-submit {
		width: auto;
	}
}
  
.wpcf7-submit:hover,
.wpcf7-submit:active,
.wpcf7-submit:focus{
	padding: 16px 41px !important;
	border: 1px solid #282828 !important;
	background-color: #fff !important;
	color: #282828 !important;
}

::placeholder {
	color: #fff !important;
	text-transform: none !important;
}

.wpcf7-not-valid-tip {
	display: inline-block !important;
}

.wpcf7 p {
	font-size: 13px;
}

.wpcf7 .disclaimer-note p{
	font-size: 11px;
}

@media(max-width:991px) {
	section.people .content .column.menu {
		top: 0;
	}
}

section.people .content .column.person-four h2, 
section.people .content .column.person-one h2, 
section.people .content .column.person-three h2, 
section.people .content .column.person-two h2 {
	display: none;
}

section.people .content .column.person-four, section.people .content .column.person-one, section.people .content .column.person-three, section.people .content .column.person-two {
	left: unset;
	visibility: hidden;
	top: 100px;
}

@media(min-width:992px) {
	section.people .content .column.person-four, section.people .content .column.person-one, section.people .content .column.person-three, section.people .content .column.person-two {
		left: 25%;
		top: unset;
	}
}

section.people .content .column.active {
	opacity: 1;
	visibility: visible;
}

section.people .content .column {
	width: unset;
}

section.people .content .column.person-four p, section.people .content .column.person-one p, section.people .content .column.person-three p, section.people .content .column.person-two p {
	font-size: 13px;
	line-height: normal;
}


section.people .content,
section.contact .content {
	margin-top: 92px;
}

@media(min-width:992px) {
	section.people .content,
	section.contact .content {
		margin-top: 233px;
	}
}

section.project .projectsMenu ul, section.project .projectsMenu ul li, section.project .projectsMenu ul li .project-item {
	width: auto;
}

.project-item-hover,
.menu-item-hover{
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease all;
}

.project-item:hover{
	text-decoration: none;
}

.project-item:hover + .project-item-hover,
.project-item:hover + .project-item-hover + .project-item-hover{
	opacity: 1;
	visibility: visible;
}

.menu-item:hover .menu-item-hover{
	opacity: 1;
	visibility: visible;
}

section.project .projectsMenu ul li {
	margin-bottom: unset;
}

nav.mobileMenu .inner, nav.mobileMenu ul, nav.mobileMenu ul li, nav.mobileMenu ul li a {
	width: auto;
	display: inline-block;
}

nav.mobileMenu ul li a {
	float: none;
}

nav.mobileMenu ul li {
	float: none;
	display: block;
}

.rollover-bg,
.rollover-overlay{
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease all;
	position: absolute;
	height: 100vh; 
	width: 100%;
	top:0;
}

.rollover-wrapper.active .rollover-bg{
	opacity: 1;
	visibility: visible;
}

.rollover-wrapper.active .rollover-overlay{
	opacity: 0.6;
	visibility: visible;
}