/*
	Theme Name: Nest Architects Web
	Description: Custom Theme For Nest Architects Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'SeasonMix';
	src: url('assets/fonts/SeasonMix-Regular.woff2') format('woff2'),
	url('assets/fonts/SeasonMix-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-size: 2.4rem;
	font-family: 'SeasonMix', sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
	margin: 0;
	min-width: 320px;
	padding: 15rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
html.menu-open{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
img:last-child{
	margin-bottom: 0;
}
img:first-child{
	margin-top: 0;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: 600;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #a0a581;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #75775e;
}
.button{
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 0.5em 1.5em;
	text-align: left;
	transition: all 0.2s linear;
	text-decoration: none;
}
.button:hover{
	background-color: #000;
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.5em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
ol{
	padding-left: 1.8em;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h1,
.h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea{
	background-color: #F2F2F2;
	border-radius: 0.4rem;
	box-shadow: none;
	border: none;
	display: block;
	color: #333;
	font-size: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.5;
	height: auto;
	padding: 0.75em 1em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#A0A0A0; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#A0A0A0; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#A0A0A0; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#A0A0A0; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.75em auto;
	cursor: pointer;
	color: #A0A0A0;
	padding-right: 2.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select.changed{
	color: #333;
}
textarea{
	height: 10em;
	padding: 0.75em 1em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #703981;
	border: none;
	border-radius: 0.4rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	line-height: 1.5;
	padding: 0.75em 1em;
	transition: all 0.2s linear;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #4c2757;
	color: #fff;
}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1rem;
}
.cf-col{
	padding: 0 1rem 2rem;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-col.cf-col-submit{
	padding-bottom: 0;
	text-align: center;
}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 0.9em;
	color: #df0000;
	line-height: 1.2;
	margin-top: 5px;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 124rem;
	margin: 0 auto;
	padding-left: 4rem;
	padding-right: 4rem;
	width: 98%;
}
.container-md{
	max-width: 94rem;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.2rem;
}
.col-md-12{
	padding: 0 1.2rem;
	width: 100%;
}
.col-md-6{
	padding: 0 1.2rem;
	width: 50%;
}
.col-md-4{
	padding: 0 1.2rem;
	width: 33.33%;
}
.align-center{
	align-self: center;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 101;
}
.header-inner{
	padding: 4rem 0;
	transition: all 0.2s linear;
}
.body-scroll .header-inner{
	padding: 2rem 0;
}
.header-row{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 124rem;
	justify-content: space-between;
	padding-left: 4rem;
	padding-right: 4rem;
	position: relative;
	width: 98%;
}
.header-logo{
	line-height: 0.6;
	position: relative;
	z-index: 101;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 2.6rem;
	vertical-align: middle;
	width: auto;
	transition: all 0.2s linear;
}
.navigation{
	text-transform: lowercase;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none;
}
.navigation li > a:hover,
.navigation li.current-menu-item > a,
.navigation li.current-menu-parent > a{
	color: #a0a581;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 2rem;
	height: 2.2em;
	margin: -1.1em 0 0;
	right: 4rem;
	top: 50%;
	position: absolute;
	width: 2.2em;
	z-index: 999;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.3em;
}
#touch-menu span:after{
	top: 0.3em;
}
#touch-menu span{
	display: block;
	margin-top: -1px;
	position: relative;
	top: 50%;
}
#touch-menu span:after,
#touch-menu span:before{
	background-color: #000;
	height: 2px;
	width: 100%;
	transition: all 0.3s;
	backface-visibility: hidden;
	transform-origin: center center;
}
#touch-menu.on span:before{
	top: 0;
}
#touch-menu.on span:after{
	background: transparent;
	top: 0;
}
.toggle-submenu{
	border-left: 1px solid rgba(55,55,55,0.1);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 8;
	width: 44px;
}
.toggle-submenu.active{
	background: rgba(0,0,0,0.05);
}
.toggle-submenu:after,
.toggle-submenu:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.toggle-submenu:before {
	transform: translateX(3px) rotate(-50deg);
}
.toggle-submenu:after {
	transform: translateX(-4px) rotate(50deg);
}
.toggle-submenu:after,
.toggle-submenu:before {
	right: 50%;
	margin-right: -5px;
}
.toggle-submenu.active:before {
	transform: rotate(-45deg);
}
.toggle-submenu.active:after{
	transform: rotate(45deg);
}
.body-scroll .header{
	box-shadow: 0 3px 0.5rem rgba(0,0,0,0.15);
}
.menu-open .header{
	box-shadow: none;
}
/*--------------Footer-----------*/
.footer{
	padding: 0 0 10rem;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #a0a581;
}
.footer-col{
	padding: 0 1.2rem;
}
.footer-logo-col{
	margin-right: auto;
}
.footer-accreditations-col{
	padding-right: 6rem;
}
.footer-address-col{
	padding-right: 6rem;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 7.6rem;
}
.footer-widget ul{
	list-style-type: none;
	padding: 0;
}
.footer-accreditations-col img{
	height: auto;
	display: inline-block;
	margin-top: 0.2em;
	vertical-align: middle;
	width: 6.5em;
}
/*-----------Default--------*/
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.def-content h1{
	font-size: 1.4em;
	margin: 1.2em 0 0.6em;
}
.def-content h2{
	font-size: 1.2em;
	margin: 1.2em 0 0.6em;
}
.def-content h3{
	font-size: 1.1em;
	margin: 1.2em 0 0.6em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child{
	margin-top: 0;
}
.def-content p,
.def-content ul,
.def-content ol{
	margin-bottom: 1.5em;
}
.def-content p:last-child,
.def-content ul:last-child,
.def-content ol:last-child{
	margin-bottom: 0;
}
.def-content .video-container{
	margin: 1.8em 0;
}
/*--------------Home-----------*/
.home-top-content{
	text-align: center;
}
.home-top-img{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.home-top-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	object-fit: cover;
	top: 0;
	width: 100%;
}
.home-top-img iframe{
	display: block;
	height: 100%;
	left: 50%;
	max-width: unset;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 400%;
	z-index: 2;
}
.home-intro-section{
	padding: 30rem 0;
}
.home-intro-content{
	margin: 0 auto;
	max-width: 50em;
	text-align: center;
}
.fi-projects-heading{
	margin-bottom: 2.4rem;
}
.fi-projects-heading h2{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.fi-projects-row{
	overflow: hidden;
}
.fi-project-item-wrap{
	margin-bottom: 10rem;
	position: relative;
}
.fi-project-item-frame{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.fi-project-item{
	display: block;
	color: inherit;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
.fi-project-item.square{
	height: 77.2%;
	width: 77.2%;
}
.fi-project-item.portrait{
	height: 74.4%;
	width: 55%;
}
.fi-project-item.landscape{
	height: 55%;
	width: 74.4%;
}
.fi-project-item-thumb img{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
	z-index: 2;
}
.fi-project-item-thumb iframe{
	display: block;
	height: 100%;
	left: 50%;
	max-width: unset;
	position: absolute;
	pointer-events: none;
	top: 0;
	transform: translateX(-50%);
	width: 400%;
}
.fi-project-item-overlay{
	background: #a0a581;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 2rem;
	position: absolute;
	text-align: center;
	transition: all 0.2s linear;
	top: 0;
	width: 100%;
	z-index: 2;
}
.fi-project-item:hover .fi-project-item-overlay{
	opacity: 1;
}
.fi-project-item-overlay h3{
	font-size: inherit;
	line-height: inherit;
	line-height: 1.1;
}
.fi-pages-section{
	padding-bottom: 5rem;
}
.fi-page-item-wrap{
	padding-bottom: 5rem;
}
.fi-page-item-wrap:nth-child(even){
	animation-delay: 0.2s;
}
.fi-page-item{
	color: inherit;
	display: block;
	text-decoration: none;
}
.fi-page-item:hover{
	color: inherit;
}
.fi-page-item h3{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 2.4rem;
}
.fi-page-item-thumb{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.fi-page-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	object-fit: cover;
	width: 100%;
}
.fi-page-item:hover .fi-page-item-thumb img{
	transform: scale(1.08);
}
/*--------Projects-------*/
.project-item-wrap{
	padding-bottom: 10rem;
	position: relative;
	width: 33.33%;
}
.project-item-wrap:nth-child(even){
	animation-delay: 0.15s;
}
.project-item-frame{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.project-item{
	display: block;
	color: inherit;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	text-decoration: none;
	width: 100%;
	z-index: 2;
}
.project-item.square{
	height: 77.2%;
	width: 77.2%;
}
.project-item.portrait{
	height: 74.4%;
	width: 55%;
}
.project-item.landscape{
	height: 55%;
	width: 74.4%;
}
.project-item-thumb img{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
	z-index: 2;
}
.project-item-overlay{
	background: #a0a581;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 2rem;
	position: absolute;
	text-align: center;
	transition: all 0.2s linear;
	top: 0;
	width: 100%;
	z-index: 2;
}
.project-item:hover .project-item-overlay{
	opacity: 1;
}
.project-item-overlay h3{
	font-size: inherit;
	line-height: inherit;
	line-height: 1.1;
}
/*----------Project Single----------*/
.project-top-img{
	padding-top: 62.4%;
	position: relative;
}
.project-top-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.project-intro-section{
	padding: 19.7rem 0;
	position: relative;
}
.project-intro-content{
	max-width: 21em;
	margin: 0 auto;
	text-align: center;
}
.project-intro-content h1{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 1.5em;
}
.project-intro-content h1:last-child{
	margin-bottom: 0;
}
.project-section{
	font-size: 2rem;
	padding-bottom: 10rem;
}
.project-row{
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.project-wt-row{
	margin-top: 19.7rem;
	margin-bottom: 19.7rem;
}
.project-row:first-child{
	margin-top: 0;
}
.project-row:last-child{
	margin-bottom: 0;
}
.project-wi{
	padding-top: 62%;
	position: relative;
	overflow: hidden;
}
.project-wi img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.project-wi iframe{
	display: block;
	height: 100%;
	left: 50%;
	max-width: unset;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 400%;
	z-index: 2;
}
.project-wt-content{
	margin: 0 auto;
	max-width: 35em;
	text-align: center;
}
.project-wt-content h1{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 1.5em;
}
.project-wt-content h1:last-child{
	margin-bottom: 0;
}
.project-card-frame{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.project-card{
	display: block;
	color: inherit;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
.project-card.square{
	height: 77.2%;
	width: 77.2%;
}
.project-card.portrait{
	height: 74.4%;
	width: 55%;
}
.project-card.landscape{
	height: 55%;
	width: 74.4%;
}
.project-card img{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
	z-index: 2;
}
.project-card iframe{
	display: block;
	height: 100%;
	left: 50%;
	max-width: unset;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 400%;
	z-index: 2;
}
.slideshow-img img{
	display: block;
	height: auto;
	width: 100%;
}
.slideshow-button-prev,
.slideshow-button-next{
	background: transparent;
	color: #99a38a;
	height: 40px;
	width: 40px;
}
.slideshow-button-prev:after,
.slideshow-button-next:after{
	font-size: 32px;
}
.slideshow-pagination{
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.swiper-pagination-bullet-active{
	background: #99a38a;
}
.related-projects-section{
	padding-bottom: 5rem;
}
.related-projects-heading{
	margin-bottom: 2.4rem;
}
.related-projects-heading h2{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.rel-project-item-wrap{
	padding-bottom: 5rem;
}
.rel-project-item-wrap:nth-child(even){
	animation-delay: 0.2s;
}
.rel-project-item{
	color: inherit;
	display: block;
	text-decoration: none;
}
.rel-project-item:hover{
	color: inherit;
}
.rel-project-item-thumb{
	margin-bottom: 2.4rem;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.rel-project-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	object-fit: cover;
	width: 100%;
}
.rel-project-item:hover .rel-project-item-thumb img{
	transform: scale(1.08);
}
.rel-project-item h3{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
/*----------News---------*/
.news-section{
	padding-bottom: 10rem;
}
.news-item-wrap{
	padding-bottom: 4rem;
}
.news-item-wrap:nth-child(even){
	animation-delay: 0.2s;
}
.news-item{
	color: inherit;
	display: block;
	text-decoration: none;
}
.news-item:hover{
	color: inherit;
}
.news-item-thumb{
	margin-bottom: 2.4rem;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.news-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	object-fit: cover;
	width: 100%;
}
.news-item:hover .news-item-thumb img{
	transform: scale(1.08);
}
.news-item h3{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 0.3em;
}
.news-item-date{
	font-size: 0.7em;
}
.pagination{
	text-align: center;
}
.pagination .page-numbers{
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 0.7em;
	font-weight: normal;
	padding: 0.4em 0.8em;
	text-align: left;
	transition: all 0.2s linear;
	text-decoration: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background-color: #000;
	color: #fff;
}
/*-------News Single----------*/
.post-top-section{
	padding-bottom: 8rem;
}
.post-top-content-col{
	align-self: center;
	order: 1;
	text-align: center;
}
.post-top-img-col{
	order: 2;
}
.post-top-img{
	position: relative;
	padding-top: 100%;
}
.post-top-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.post-top-content h1{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 0.3em;
}
.post-top-date{
	font-size: 0.7em;
}
.post-section{
	padding-bottom: 12.5rem;
}
.post-content{
	margin: 0 auto;
	max-width: 36em;
	text-align: center;
}
.post-section .addtoany_content{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4.5rem 0 0;
	text-align: center;
}
.post-section .addtoany_header{
	margin: 0 0.5em 0 0;
}
.post-section .a2a_svg{
	vertical-align: middle;
}
.post-back{
	margin-top: 8rem;
	text-align: center;
}
.post-back a{
	color: inherit;
	text-decoration: none;
}
.post-back a:hover{
	color: #a0a581;
}
/*----------Contact-------*/
.contact-map-section{
	padding-bottom: 10.5rem;
}
.contact-row{
	margin-bottom: 8rem;
}
.contact-row:last-child{
	margin-bottom: 0;
}
.contact-content-col{
	align-self: center;
}
.contact-content{
	text-align: center;
}
.contact-content h3{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 1.5em;
}
.contact-content a{
	color: inherit;
	text-decoration: none;
}
.contact-content a:hover{
	color: #a0a581;
}
.contact-map{
	background: #f2f2f2;
	position: relative;
	padding-top: 100%;
}
.contact-map iframe{
	border: none;
	filter: grayscale(100%);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.contact-enquire-section{
	padding-bottom: 23rem;
}
.contact-enquire-content{
	margin: 0 auto;
	max-width: 33em;
	text-align: center;
}
.single-page-section,
.page404-section{
	padding-top: 5rem;
}
.page-template-template-studio .project-wi-wrap{
	margin: 0 auto;
	max-width: 80rem;
}
.page-template-template-studio .project-wi{
	padding-top: 56.25%;
}
.page-template-template-studio .project-wi iframe{
	height: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.page-template-template-studio .project-wt-row{
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.page-template-template-studio .project-wt-row:first-child{
	margin-top: 0;
}
.page-template-template-studio .project-wt-row:last-child{
	margin-bottom: 0;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1400px) {
}
@media only screen and (max-width : 1024px) {
	.project-item-wrap{
		width: 50%;
	}
}
@media only screen and (max-width : 991px) {
	#touch-menu{
		display: block;
	}
	.navigation-wrap{
		background: #a0a581;
		display: none;
		height: 100%;
		left: 0;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.navigation{
		font-size: 3.6rem;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: auto;
		padding: 0 4rem;
		text-align: center;
		width: 100%;
	}
	.navigation ul{
		list-style-type: none;
		margin: auto;
		padding: 0;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		margin: 0.4em 0 0;
		position: relative;
		width: 100%;
	}
	.navigation > ul > li:first-child{
		margin-top: 0;
	}
	.navigation a{
		color: #000;
		display: inline-block;
		position: relative;
	}
	.navigation li > a:hover,
	.navigation li.current-menu-item > a,
	.navigation li.current-menu-parent > a{
		color: #fff;
	}
	.navigation .menu-item-has-children > a:after{
		content: " +";
	}
	.navigation .menu-item-has-children > a.active:after{
		content: " -";
	}
	.navigation ul ul{
		font-size: 0.8em;
		display: none;
	}
	.navigation ul ul li{
		margin-top: 0.5em;
	}
	.navigation ul ul a{
		color: inherit;
	}
	.navigation ul ul a:before{
		content: "- ";
	}
	.footer-accreditations-col,
	.footer-address-col{
		padding-right: 3rem;
	}
	.news-item-wrap{
		width: 50%;
	}
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 10px;
	}
	body{
		font-size: 2rem;
		padding-top: 10.2rem;
	}
	.container{
		padding: 0 3rem;
		width: 100%;
	}
	.col-md-6,
	.col-md-4{
		width: 100%;
	}
	.header-row{
		padding: 0 3rem;
		width: 100%;
	}
	.header-logo img{
		height: 2.2rem;
	}
	#touch-menu{
		right: 3rem;
	}
	.navigation{
		padding: 0 3rem;
	}
	.footer{
		font-size: 1.8rem;
		padding: 0 0 6rem;
	}
	.footer-col{
		padding: 0 1.2rem;
		width: 50%;
	}
	.footer-logo-col,
	.footer-accreditations-col{
		padding-bottom: 4rem;
	}
	.home-top-content{
		padding: 17.4rem 0 19.6rem;
	}
	.home-intro-section{
		padding: 12.5rem 0;
		position: relative;
	}
	.home-intro-content br{
		display: none;
	}
	.fi-projects-section{
		padding-bottom: 5rem;
	}
	.fi-project-item-wrap{
		margin-bottom: 4rem;
	}
	.fi-project-item-wrap:last-child{
		margin-bottom: 0;
	}
	.fi-project-item-overlay h3{
		font-size: 0.8em;
	}
	.fi-pages-section{
		padding-bottom: 6rem;
	}
	.fi-page-item-wrap{
		padding-bottom: 3rem;
	}
	.fi-page-item-wrap:last-child{
		padding-bottom: 0;
	}
	.fi-page-item h3{
		margin-bottom: 1.4rem;
	}
	.projects-section{
		padding-bottom: 2rem;
	}
	.project-item-wrap{
		padding-bottom: 4rem;
	}
	.project-intro-section{
		padding: 12.5rem 0;
	}
	.project-intro-content h1{
		margin-bottom: 1em;
	}
	.project-section{
		font-size: 18px;
		padding-bottom: 5rem;
	}
	.project-row{
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	.project-wt-row{
		margin-top: 12.5rem;
		margin-bottom: 12.5rem;
	}
	.project-row .col-md-6{
		padding-bottom: 3rem;
	}
	.project-row .col-md-6:last-child{
		padding-bottom: 0;
	}
	.project-wt-content h1{
		margin-bottom: 1em;
	}
	.slideshow-slider-wrap{
		margin: 0 -3rem;
	}
	.slideshow-button-prev{
		left: 0;
	}
	.slideshow-button-next{
		right: 0;
	}
	.slideshow-button-prev:after,
	.slideshow-button-next:after{
		font-size: 22px;
	}
	.slideshow-slider-wrap .swiper-pagination-bullet{
		height: 6px;
		width: 6px;
	}
	.related-projects-section{
		padding-bottom: 6rem;
	}
	.rel-project-item-wrap{
		padding-bottom: 3rem;
	}
	.rel-project-item-wrap:last-child{
		padding-bottom: 0;
	}
	.rel-project-item-thumb{
		margin-bottom: 1.4rem;
	}
	.news-section{
		padding-bottom: 6rem;
	}
	.news-item-wrap{
		padding-bottom: 3rem;
	}
	.news-item-wrap:last-child{
		padding-bottom: 0;
	}
	.news-item-thumb{
		margin-bottom: 1.4rem;
	}
	.post-top-section{
		padding-bottom: 5rem;
	}
	.post-top-content{
		padding: 7rem 0 10rem;
	}
	.post-section{
		font-size: 1.8rem;
		padding-bottom: 8rem;
	}
	.post-back{
		margin-top: 4.5rem;
	}
	.contact-map-section{
		padding-bottom: 6rem;
	}
	.contact-row{
		margin-bottom: 2rem;
	}
	.contact-content{
		padding: 4rem 0 5rem;
	}
	.contact-enquire-section{
		padding-bottom: 10rem;
	}
	.single-page-section,
	.page404-section{
		padding: 4rem 0 6rem;
	}
}
@media only screen and (min-width : 768px) {
	/*
	.fi-project-item-wrap:nth-child(even){
		float: left;
	}
	.fi-project-item-wrap:nth-child(odd){
		float: right;
	}
	.fi-project-item-wrap:nth-child(even) .fi-project-item-frame{
		margin-top: 50%;
		top: 5rem;
	}
	*/
	
}
@media only screen and (min-width : 991px) {
	.hidden-block{
		visibility: hidden;
	}
	.animated{
		animation-duration: 0.8s;
		animation-fill-mode: both;
	}
	.anim-delay200{
		animation-delay: 0.2s;
	}
	.anim-delay300{
		animation-delay: 0.3s;
	}
	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translate3d(0, 4rem, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInUp {
		animation-name: fadeInUp;
	}
	@keyframes fadeInRight{
		from {
			opacity: 0;
			transform: translate3d(-3rem, 0, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInRight{
		animation-name: fadeInRight;
	}
	@keyframes fadeInLeft{
		from {
			opacity: 0;
			transform: translate3d(3rem, 0, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInLeft{
		animation-name: fadeInLeft;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.fadeIn {
		animation-name: fadeIn;
	}
	@keyframes fadeInDown {
		from {
			opacity: 0;
			transform: translate3d(0, -25%, 0);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
	.fadeInDown {
		animation-name: fadeInDown;
	}
	.navigation > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.navigation > ul > li{
		align-items: center;
		display: inline-flex;
		padding: 0 0.5em;
		position: relative;
		transition: all 0.2s linear;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation ul ul{
		background: #fff;
		box-shadow: 0px 30px 30px rgba(0,0,0,0.1);
		border-top: none;
		display: block;
		left: 0;
		padding: 0.5em 1em;
		position: absolute;
		transform: translateY(10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.2em 0;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul a{
		display: block;
		padding: 0;
	}
	.navigation ul ul > li > a:hover,
	.navigation ul ul > li.current-menu-item > a{
		color: #a0a581;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
}
@media only screen and (min-width : 1420px) {
	html{
		font-size: 0.7vw;
	}
}