/*
	Theme Name: Arcen Web
	Description: Custom Theme For Arcen Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'AktivGrotesk';
	src: url('assets/fonts/AktivGrotesk-Regular.woff2') format('woff2'),
	url('assets/fonts/AktivGrotesk-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AktivGrotesk';
	src: url('assets/fonts/AktivGrotesk-SemiBold.woff2') format('woff2'),
	url('assets/fonts/AktivGrotesk-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AktivGrotesk';
	src: url('assets/fonts/AktivGrotesk-Bold.woff2') format('woff2'),
	url('assets/fonts/AktivGrotesk-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
	font-size: 0.52vw;
}
body{
	background: #f4f3f1;
	font-family: 'AktivGrotesk', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #3c3c3b;
	line-height: 1.3589;
	margin: 0;
	min-width: 320px;
	padding-top: 19rem;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
.page-preloader{
	background: #f4f3f1;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
body.menu-visible{
	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;
}
iframe{
	max-width: 100%;
}
table,
th,
td{
	border-spacing: 0;
	border-collapse: collapse;
}
a,
.button,
label,
button,
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: inherit;
	text-decoration: underline;
}
a:hover{
}
a[href^="tel:"]{
	text-decoration: none;
}
.button{
	background: #3c3c3b;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em;
	text-align: left;
	text-decoration: none;
}
.button:hover{
	background: #000;
	color: #fff;
}
.link-item{
	background-image: url('assets/img/icons/arrow-right-grey.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.22em auto;
	color: inherit;
	display: inline-block;
	font-size: 2.7rem;
	padding-right: 2em;
	text-decoration: none;
}
.link-item:hover{
	color: inherit;
	opacity: 0.7;
	text-decoration: none;
}
p,
ul,
ol{
	margin: 0 0 0.5em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
b, strong{
	font-weight: 600;
}
h1,
h2,
h3{
	font-weight: normal;
}
h1,
.h1{
	font-size: 9.5rem;
	font-weight: normal;
	line-height: 1.15789;
}
h2,
.h2{
	font-size: 8.5rem;
	font-weight: normal;
	line-height: 1.1666;
}
h3,
.h3{
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
.fz-39{
	font-size: 3.9rem;
	line-height: 1.3589;
}
.fz-30{
	font-size: 3rem;
	line-height: 1.3589;
}
.fz-27{
	font-size: 2.7rem;
	line-height: 1.3;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: transparent;
	border: 1px solid #333;
	box-shadow: none; 
	display: block;
	color: #3c3c3b;
	font-size: 1.2rem;
	font-family: inherit;
	font-weight: inherit;
	height: 5rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding: 0.5em 1.5em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1.5em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: #3c3c3b;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:not(.changed){
	color: #333;
}
select option{
	color: #333;
}
textarea{
	height: 14.1875em;
	padding: 2em;
	resize: none;
}
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
input[type="submit"]:hover{
	background-color: #5b7f7e;
	color: #fff;
}
::-webkit-input-placeholder {color:#fff; opacity: 0.7;transition: all 0.2s linear;}
::-moz-placeholder          {color:#fff; opacity: 0.7;transition: all 0.2s linear;}
:-moz-placeholder           {color:#fff; opacity: 0.7;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#fff; opacity: 0.7;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.container{
	margin: 0 auto;
	max-width: 146rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;
}
.container-md{
	max-width: 166rem;
	width: 98$;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.col-100{
	min-height: 1px;
	padding: 0 2rem;
	width: 100%;
}
.col-45{
	min-height: 1px;
	padding: 0 2rem;
	width: 45%;
}
.col-55{
	min-height: 1px;
	padding: 0 2rem;
	width: 55%;
}
/*--------------Header--------------*/
.header{
	font-size: 3rem;
	left: 0;
	line-height: 1.2;
	position: fixed;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 102;
}
.header-inner{
	padding: 6rem 0;
	transition: all 0.2s linear;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 184rem;
	padding: 0 3rem;
	position: relative;
	width: 100%;
}
.header-logo-wrap{
	position: relative;
	transition: all 0.2s linear;
}
.header-logo a{
	display: block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 7rem;
	vertical-align: middle;
	transition: all 0.2s linear;
	width: auto;
}
.header-title{
	left: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s linear;
	text-transform: uppercase;
	white-space: nowrap;
}
.menu-toggle{
	cursor: pointer;
	position: relative;
	z-index: 102;
}
.menu-visible .header-logo-wrap{
	max-width: 59rem;
	width: 60%;
	opacity: 0;
}
.menu-visible .menu-toggle{
	color: #fff;
}
.body-scroll:not(.menu-visible) .header{
	background: #f4f3f1;
	box-shadow: 0 0 2rem rgba(0,0,0,0.2);
}
.body-scroll:not(.menu-visible) .header-inner{
	padding: 3rem 0;
}
.body-scroll:not(.menu-visible) .header-logo img{
	height: 4.6rem;
}
.home .header-logo{
	opacity: 0;
}
.home.body-scroll .header-logo{
	opacity: 1;
}
.home .header-title{
	opacity: 1;
}
.home.body-scroll .header-title{
	opacity: 0;
}
.popup-menu{
	background: #3c3c3b;
	color: #fff;
	display: none;
	height: 100%;
	left: 0;
	padding: 6.4rem 0;
	position: fixed;
	top: 0;
	overflow: auto;
	z-index: 101;
	width: 100%;
}
.popup-menu a{
	color: inherit;
	text-decoration: none;
}
.popup-menu a:hover{
	opacity: 0.6;
}
.popup-menu-header{
	margin-bottom: 12rem;
}
.popup-menu-header .container{
	max-width: 184rem;
	width: 100%;
}
.popup-menu-logo a{
	display: inline-block;
	vertical-align: middle;
}
.popup-menu-logo img{
	display: inline-block;
	height: auto;
	display: inline-block;
	width: 59rem;
}
.popup-nav-row,
.popup-contacts-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.popup-nav-row{
	margin-bottom: 12.5rem;
}
.popup-nav,
.popup-contacts{
	padding: 0 1.5rem;
	width: 50%;
}
.popup-nav h4{
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	margin: 0 0 0.4em;
}
.popup-nav ul{
	font-size: 1.5em;
	list-style-type: none;
	padding: 0;
}
.popup-nav li{
	margin-bottom: 0.2em;
}
.popup-nav li:last-child{
	margin-bottom: 0;
}
.popup-contacts p{
	margin: 0 0 1.2em;
}
.popup-contacts p:last-child{
	margin-bottom: 0;
}
/*--------------Footer-----------*/
.footer{
	padding-bottom: 20rem;
}
.footer .container{
	max-width: 148rem;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer-badge{
	margin-bottom: 20rem;
}
.footer-badge a{
	display: block;
	width: 100%;
}
.footer-badge img{
	display: block;
	height: auto;
	width: 100%;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.footer-logo-col{
	margin-right: auto;
	padding: 0 1.5rem;
}
.footer-contacts-col{
	padding: 0 1.5rem;
}
.footer-contacts-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: 15.5rem;
}
.footer-contacts img{
	height: auto;
	display: inline-block;
	margin-top: 0.2em;
	vertical-align: middle;
	width: 7.4em;
}
.footer-contacts p{
	margin: 0 0 1.2em;
}
.footer-contacts p:last-child{
	margin-bottom: 0;
}
.footer-accreditations{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -3rem;
	padding-top: 20rem;
	text-align: center;
}
.footer-accreditation-col{
	max-width: 20%;
	padding: 3rem;
}
.footer-accreditation-image{
	margin: 0 auto;
	max-width: 32rem;
}
.footer-accreditation-image img{
	display: inline-block;
	max-height: 9.4rem;
	vertical-align: middle;
}
/*--------Default----------*/
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.def-dection{
	padding-bottom: 20rem;
}
.def-content h1{
	font-size: 2.4em;
	margin: 1.5em 0 0.5em;
}
.def-content h2{
	font-size: 2em;
	margin: 1.5em 0 0.5em;
}
.def-content h3{
	font-size: 1.8em;
	margin: 1.5em 0 0.5em;
}
.def-content h4{
	font-size: 1.4em;
	margin: 1.5em 0 0.5em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
.post-banner{
	margin: 2em 0;
}
.post-banner:last-child{
	margin-bottom: 0;
}
/*--------------Home-----------*/
.video-container{
	height: auto;
	max-width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed{ 
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.slider-button-prev,
.slider-button-next{
	background-image: url('assets/img/icons/arrow-right-grey.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	height: 4rem;
	margin-top: -2rem;
	position: absolute;
	top: 50%;
	width: 4rem;
	z-index: 3;
}
.slider-button-prev{
	left: 0;
	transform: rotate(180deg);
}
.slider-button-next{
	right: 0;
}
.swiper-button-disabled{
	opacity: 0.5;
	pointer-events: none;
}
.ft-services-slider-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3rem;
}
.swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #3c3c3b;
	height: 14px;
	margin: 0.6rem 1rem!important;
	opacity: 1;
	width: 14px;
}
.swiper-pagination-bullet-active{
	background: #3c3c3b;
}
.ft-services-nav{
	margin: 7rem auto 0;
	max-width: 12rem;
	position: relative;
}
.intro-section{
	padding: 10.5rem 0;
}
.home-intro-section{
	display: flex;
	flex-wrap: wrap;
	min-height: 80vh;
	min-height: calc(100vh - 19rem);
	padding: 7rem 0;
}
.home-intro-section .intro-content{
	max-width: 23em;
}
.home-intro-top{
	width: 100%;
}
.home-intro-bot{
	margin-top: auto;
	padding-top: 6rem;
	width: 100%;
}
.home-intro-bot .container{
	max-width: 187rem;
	width: 100%;
}
.home-intro-logo img,
.home-intro-logo svg{
	display: block;
	height: auto;
	width: 100%;
}
.home-intro-logo svg path{
	animation-delay: 0.4s;
}
.home-intro-logo svg path:nth-child(2){
	animation-delay: 0.6s;
}
.home-intro-logo svg path:nth-child(3){
	animation-delay: 0.8s;
}
.home-intro-logo svg polygon:nth-child(4),
.home-intro-logo svg polygon:nth-child(5),
.home-intro-logo svg polygon:nth-child(6){
	animation-delay: 1s;
}
.home-intro-logo svg polygon:nth-child(7){
	animation-delay: 1.2s;
}
.home-banner-section{
	padding-bottom: 15.5rem;
}
.home-banner-section .container{
	max-width: 187rem;
	width: 100%;
}
.home-banner img{
	display: block;
	height: auto;
	width: 100%;
}
.home-banner-video{
	height: 56.25vw;
	max-height: 90vh;
	max-height: calc(100vh - 11rem);
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.home-banner-video iframe{
	display: block;
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-about-section{
	padding-bottom: 14.5rem;
}
.home-about-content .link-item{
	margin-top: 3em;
}
.ft-expertise-section{
	padding-bottom: 18rem;
}
.ft-expertise-heading{
	margin-bottom: 9rem;
}
.ft-expertise-heading h2{
	text-transform: uppercase;
}
.ft-expertise-heading-link{
	align-self: flex-end;
	padding-bottom: 1rem;
	text-align: right;
}
.ft-expertise-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem 12.5rem;
	justify-content: space-between;
}
.ft-expertise-row:nth-child(4n+3){
	justify-content: flex-end;
}
.ft-expertise-row:last-child{
	margin-bottom: 0;
}
.ft-expertise-content-col{
	padding: 0 2rem;
	order: 1;
	width: 24.3%;
}
.ft-expertise-img-col{
	max-width: 124rem;
	padding: 0 2rem;
	order: 2;
	width: 75.7%;
}
.ft-expertise-img a{
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.ft-expertise-img img{
	display: block;
	height: auto;
	transition: all 0.6s ease;
	width: 100%;
}
.ft-expertise-img a:hover img{
	opacity: 0.8;
	transform: scale(1.05);
}
.ft-expertise-row:nth-child(4n+2) .ft-expertise-img-col{
	max-width: 84rem;
	width: 51.3%;
}
.ft-expertise-row:nth-child(4n+2) .ft-expertise-content-col{
	width: 48.7%;
}
.ft-expertise-row:nth-child(4n+3) .ft-expertise-img-col{
	max-width: 84rem;
	width: 51.3%;
}
.ft-expertise-row:nth-child(4n+3) .ft-expertise-content-col{
	max-width: 48.7%;
	width: auto;
}
.ft-expertise-content h3{
	line-height: 1.2;
	margin: 0 0 0.2em;
	text-transform: uppercase;
}
.ft-expertise-content h3:first-child{
	margin-top: -0.1em;
}
.ft-expertise-content h3:last-child{
	margin-bottom: 0;
}
.ft-services-section{
	padding-bottom: 24.5rem;
	overflow: hidden;
}
.ft-services-heading{
	margin-bottom: 7rem;
}
.ft-services-heading h2{
	text-transform: uppercase;
}
.ft-services-slider-wrap{
	position: relative;
}
.ft-services-slider{
	overflow: visible;
}
.ft-services-slider .swiper-slide{
	margin: 0 auto;
	max-width: 100rem;
	width: 100%;
}
.ft-service-title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 2.6rem;
	opacity: 0;
	transition: all 0.3s linear;
}
.swiper-slide-active .ft-service-title{
	opacity: 1;
}
.ft-service-title h3{
	margin: 0;
	text-transform: uppercase;
}
.ft-service-body{
	position: relative;
}
.ft-service-img{
	padding-top: 60%;
	position: relative;
}
.ft-service-img a{
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.ft-service-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.ft-service-img a:hover img{
	transform: scale(1.08);
}
.ft-service-content-wrap{
	display: flex;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 4.5rem;
	position: absolute;
	top: 0;
	transition: all 0.3s linear;
	width: 100%;
}
.swiper-slide-active .ft-service-block:hover .ft-service-content-wrap{
	opacity: 1;
}
.ft-service-content{
	background: #C3DCA8;
	font-size: 2.8rem;
	height: 100%;
	padding: 4.5rem;
}
.ft-services-slider .swiper-slide:nth-child(5n+1) .ft-service-content{
	background: #C3DCA8;
}
.ft-services-slider .swiper-slide:nth-child(5n+2) .ft-service-content{
	background: #acbcc5;
}
.ft-services-slider .swiper-slide:nth-child(5n+3) .ft-service-content{
	background: #ffe596;
}
.ft-services-slider .swiper-slide:nth-child(5n+4) .ft-service-content{
	background: #f3975f;
}
.ft-services-slider .swiper-slide:nth-child(5n+5) .ft-service-content{
	background: #f4f3f1;
}
/*-------Projects--------*/
.projects-intro-section{
	padding-bottom: 19.5rem;
}
.projects-section{
	padding-bottom: 19rem;
}
.projects-section .container{
	max-width: 182rem;
}
.projects-filter{
	margin-bottom: 8.5rem;
	text-transform: uppercase;
}
.projects-filter ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
.projects-filter li{
	margin: 0 0.5em 0.5em;
}
.projects-filter span,
.projects-filter a{
	color: inherit;
	display: inline-block;
	cursor: pointer;
	padding-bottom: 0.2em;
	position: relative;
	text-decoration: none;
}
.projects-filter span:after,
.projects-filter a:after{
	background: #3c3c3b;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transition: all 0.2s linear;
	transform: translateX(-50%);
	width: 0;
}
.projects-filter .active span:after,
.projects-filter span:hover:after,
.projects-filter .active a:after,
.projects-filter a:hover:after{
	width: 100%;
}
.projects-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.project-item-wrap{
	padding: 0 2rem 6.5rem;
	width: 33.33%;
}
.project-item{
	display: block;
	color: inherit;
	text-decoration: none;
}
.project-item-thumb{
	margin-bottom: 3.2rem;
	position: relative;
	overflow: hidden;
}
.project-item-thumb img{
	display: block;
	height: auto;
	transition: all 0.6s ease;
	width: 100%;
}
.project-item:hover .project-item-thumb img{
	opacity: 0.8;
	transform: scale(1.1);
}
.project-item h3{
	font-size: 3rem;
	line-height: 1.3;
	margin: 0;
}
.project-item-location{
	font-size: 3rem;
	line-height: 1.3;
}
/*-----------Project Single---------*/
.project-top-section{
	padding: 6rem 0 18rem;
	position: relative;
}
.project-slider-wrap{
	margin: 0 auto;
	max-width: 177rem;
	position: relative;
	width: 96%;
}
.project-slider-pagination{
	line-height: 1;
	left: 0;
	margin-top: 0.9em;
	position: absolute;
	top: 100%;
	text-align: center;
	width: 100%;
}
.project-slide-img{
	position: relative;
/*	padding-top: 66.4285%;*/
	padding-top: 56.25%;
	width: 100%;
}
.project-slide-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: contain;
	width: 100%;
}
.project-single-section{
	padding-bottom: 19.5rem;
}
.project-cat{
	margin-bottom: 0.3em;
	text-transform: uppercase;
}
.project-heading{
	margin-bottom: 10.5rem;
}
.project-heading h1{
	font-size: 1.5em;
	margin: 0;
}
.project-details{
	font-size: 2.4rem;
	line-height: 1.2;
}
.project-details td:first-child{
	padding-right: 1em;
	text-transform: uppercase;
}
.project-details td{
	padding-bottom: 1.2em;
	vertical-align: top;
}
.project-details tr:last-child td{
	padding-bottom: 0;
}
.project-gal-section{
	padding-bottom: 14.5rem;
}
.project-gal-section .container{
	max-width: 182rem;
	width: 100%;
}
.project-gal-row{
	display: flex;
	flex-wrap: wrap;
}
.project-gal-col{
	margin-bottom: 11rem;
}
.project-gal-col:nth-child(4n+1){
	margin-left: 8%;
	margin-right: 4%;
	max-width: 35%;
}
.project-gal-col:nth-child(4n+2){
	margin-left: auto;
	max-width: 76%;
}
.project-gal-col:nth-child(4n+3){
	margin-right: 4%;
	max-width: 52%;
}
.project-gal-col:nth-child(4n+4){
	margin-left: auto;
	margin-right: 5%;
	max-width: 35%;
}
.project-gal-col:nth-child(4n+4) .project-gal-img{
	margin-top: 36.5rem;
}
.project-gal-img img{
	display: inline-block;
	max-height: 90vh;
	vertical-align: middle;
}
/*-------------About--------*/
.page-template-template-about{
	background: #aab9c1;
}
.page-template-template-about.body-scroll:not(.menu-visible) .header{
	background: #aab9c1;
}
.txt-content p{
	margin-bottom: 1.5em;
}
.txt-content p:last-child{
	margin-bottom: 0;
}
.about-txt-section{
	padding-bottom: 19rem;
}
.accreditations-section{
	padding-bottom: 22rem;
}
.accreditations-section .container{
	max-width: 162rem;
}
.accreditations-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -3rem;
}
.accreditations-col{
	align-self: center;
	padding: 3rem;
}
.accreditation-logo a{
	display: inline-block;
	vertical-align: middle;
}
.accreditation-logo img{
	display: inline-block;
	max-height: 19rem;
	max-width: 33rem;
	vertical-align: middle;
}
.accreditations-col:nth-child(1) .accreditation-logo img{
	width: 32rem;
}
.accreditations-col:nth-child(2) .accreditation-logo img{
	width: 19rem;
}
.accreditations-col:nth-child(3) .accreditation-logo img{
	width: 32.4rem;
}
.accreditations-col:nth-child(4) .accreditation-logo img{
	width: 31rem;
}
/*---------News--------*/
body.blog{
	background: #c2d6a4;
}
body.blog.body-scroll:not(.menu-visible) .header{
	background: #c2d6a4;
}
.news-section{
	padding-bottom: 20rem;
}
.news-section .container{
	max-width: 160rem;
}
.news-item-wrap{
	margin-bottom: 9rem;
}
.news-item-wrap:last-child{
	margin-bottom: 0;
}
.news-item-content{
	padding-left: 32rem;
	position: relative;
}
.news-item-date{
	font-size: 3rem;
	line-height: 1.3;
	left: 0;
	position: absolute;
	top: 0;
}
.news-item-content h3{
	margin: 0 0 0.5em;
	text-transform: uppercase;
}
.news-item-thumb-col{
	display: none;
}
.news-item-wrap:nth-child(-n+3){
	margin-bottom: 10rem;
}
.news-item-wrap:nth-child(-n+3) .news-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -3rem;
	padding: 0;
}
.news-item-wrap:nth-child(-n+3) .news-item-thumb-col{
	display: block;
	padding: 0 3rem;
}
.news-item-wrap:nth-child(-n+3) .news-item-content-col{
	padding: 0 3rem;
}
.news-item-wrap:nth-child(-n+3) .news-item-content{
	max-width: 38rem;
	padding: 0;
}
.news-item-wrap:nth-child(-n+3) .news-item-date{
	margin-bottom: 0.5em;
	left: auto;
	position: relative;
	top: auto;
}
.news-item-wrap:nth-child(-n+3) .news-item-content h3{
	margin: 0 0 0.9em;
}
.news-item-wrap:nth-child(1) .news-item-thumb-col{
	max-width: 111rem;
	width: 69.4%;
}
.news-item-wrap:nth-child(1) .news-item-content-col{
	width: 30.6%;
}
.news-item-wrap:nth-child(2) .news-item-thumb-col{
	max-width: 66rem;
	order: 2;
	width: 42%;
}
.news-item-wrap:nth-child(2) .news-item-content-col{
	max-width: 51.5rem;
	margin-left: auto;
	order: 1;
	width: 58%;
}
.news-item-wrap:nth-child(3) .news-item-thumb-col{
	max-width: 95rem;
	width: 59.4%;
}
.news-item-wrap:nth-child(3) .news-item-content-col{
	width: 40.6%;
}
.news-pagination{
	margin-top: 8rem;
	text-align: center;
}
.news-pagination .page-numbers{
	background: #3c3c3b;
	color: #fff;
	display: inline-block;
	margin: 0.1em;
	padding: 0.5em 1em;
	text-align: left;
	text-decoration: none;
}
.news-pagination .page-numbers.active,
.news-pagination .page-numbers:hover{
	background: #000;
	color: #fff;
}
/*----------Services-----------*/
.sercives-intro-section{
	padding: 10.5rem 0 17rem;
}
.sercives-intro-content ul{
	font-size: 1.5em;
	list-style-type: none;
	padding: 0;
}
.sercives-intro-content li{
	border-bottom: 1px solid #3C3C3B;
	padding: 0.2em 0;
}
.sercives-intro-content li:last-child{
	border-bottom: none;
}
.clients-section{
	padding-bottom: 23rem;
}
.clients-slider .swiper-slide{
	align-self: center;
	text-align: center;
}
.client-logo{
	margin: 0 auto;
	max-width: 20rem;
}
.client-logo img{
	display: inline-block;
	max-height: 10rem;
	vertical-align: middle;
}
.clients-slider-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5rem;
	text-align: center;
}
/*---------Gallery OLD----------*/
.project-gallery {
  margin-top: 60px;
}
body.single-post .project-gallery {
  margin-top: 0;
}
.project-gallery__columns-container {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project-gallery__row {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .project-gallery__column-container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 0 1 auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  [class^=project-gallery__column--] {
    margin-bottom: 20px;
  }
}
.project-gallery__column--1of1 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--1of1 {
    flex: 1 1 auto;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.project-gallery__column--1of1 img {
  min-width: 100%;
}
.project-gallery__column--1of2 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--1of2 {
    flex: 1 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
  }
}
.project-gallery__column--1of2 img {
  min-width: 100%;
}
.project-gallery__column--1of3 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--1of3 {
    flex: 1 1 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
  }
}
.project-gallery__column--1of3 img {
  min-width: 100%;
}
.project-gallery__column--1of4 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--1of4 {
    flex: 1 1 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
  }
}
.project-gallery__column--1of4 img {
  min-width: 100%;
}
.project-gallery__column--5of12 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--5of12 {
    flex: 1 1 auto;
    flex-basis: 41.667%;
    max-width: 41.667%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.project-gallery__column--5of12 img {
  min-width: 100%;
}
.project-gallery__column--7of12 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--7of12 {
    flex: 1 1 auto;
    flex-basis: 58.333%;
    max-width: 58.333%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.project-gallery__column--7of12 img {
  min-width: 100%;
}
.project-gallery__column--8of12 {
  width: 100%;
}
@media (min-width: 768px) {
  .project-gallery__column--8of12 {
    flex: 1 1 auto;
    flex-basis: 66.667%;
    max-width: 66.667%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.project-gallery__column--8of12 img {
  min-width: 100%;
}
.project-gallery__image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 69%;
}
.project-gallery__column--1of4 .project-gallery__image {
  height: 100%;
}
.tiled-set__tiles .project-gallery__image {
  padding-bottom: 69%;
}
.tiled-set__aside .project-gallery__image {
  padding-bottom: 0;
  height: 100%;
}
.project-gallery__image--portrait {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 145%;
}
.tiled-set__tiles .project-gallery__image:first-child {
  margin-bottom: 20px;
}
body.single-3d-flip-book{
	padding: 0;
}
.single-3d-flip-book .header,
.single-3d-flip-book .footer{
	display: none;
}
.single-3d-flip-book main{
	max-width: 1800px;
	margin: 0 auto;
}
body.page-template-template-flipbook{
	padding: 0;
}
.page-template-template-flipbook .header,
.page-template-template-flipbook .footer{
	display: none;
}
.page-template-template-flipbook .df-app{
	min-height: 100vh;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1150px) {
	html{
		font-size: 6px;
	}
	.swiper-pagination-bullet{
		height: 12px;
		width: 12px;
	}
	.ft-expertise-row:nth-child(4) .video-container{
		padding-bottom: 100%;
	}
	.ft-service-content-wrap{
		opacity: 1;
		padding: 0;
		position: relative;
		top: auto;
	}
	.ft-services-slider .swiper-slide:nth-child(5n+5) .ft-service-content{
		background: #fff;
	}
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 10px;
	}
	body{
		padding-top: 9rem;
	}
	h1,
	.h1{
		font-size: 4rem;
	}
	h2,
	.h2{
		font-size: 4rem;
	}
	h3,
	.h3{
		font-size: 2.6rem;
	}
	.fz-39{
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.fz-30{
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.fz-27{
		font-size: 2rem;
		line-height: 1.3;
	}
	.link-item{
		font-size: 2rem;
	}
	.container{
		width: 100%;
	}
	.col-45,
	.col-55{
		width: 100%;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.header{
		font-size: 2rem;
	}
	.header-inner,
	.body-scroll:not(.menu-visible) .header-inner{
		padding: 3rem 0;
	}
	.header-logo img,
	.body-scroll:not(.menu-visible) .header-logo img{
		height: 3rem;
	}
	.home:not(.body-scroll) .header-logo{
		opacity: 1;
	}
	.home .header-logo{
		opacity: 1;
	}
	.home .header-title{
		opacity: 0;
	}
	.popup-menu{
		padding: 3rem 0 5rem;
	}
	.popup-menu-header{
		margin-bottom: 6rem;
	}
	.popup-menu-logo img{
		height: 3rem;
		width: auto;
	}
	.popup-nav-row{
		margin-bottom: 6rem;
	}
	.popup-nav,
	.popup-contacts{
		margin-bottom: 4rem;
		width: 100%;
	}
	.popup-nav:last-child,
	.popup-contacts:last-child{
		margin-bottom: 0;
	}
	.footer{
		padding-bottom: 7rem;
	}
	.footer-badge{
		margin-bottom: 5rem;
	}
	.footer-logo-col{
		padding-bottom: 4rem;
		width: 100%;
	}
	.footer-contacts-col{
		padding: 0 1.5rem 4rem;
		width: 100%;
	}
	.footer-contacts-col:last-child{
		padding-bottom: 0;
	}
	.footer-logo img{
		width: 8rem;
	}
	.footer-contacts{
		width: 100%;
	}
	.footer-accreditations{
		justify-content: center;
		margin: 0 -1.5rem;
		padding-top: 7rem;
	}
	.footer-accreditation-col{
		padding: 1.5rem;
		max-width: 100%;
		width: 33%;
	}
	.swiper-pagination-bullet{
		height: 8px;
		margin: 0.4rem!important;
		width: 8px;
	}
	.def-content h1{
		font-size: 1.6em;
	}
	.def-content h2{
		font-size: 1.4em;
	}
	.def-content h3{
		font-size: 1.2em;
	}
	.def-content h4{
		font-size: 1em;
	}
	.intro-section{
		padding: 4rem 0 6rem;
	}
	.intro-heading{
		margin-bottom: 2rem;
	}
	.home-intro-section{
		min-height: calc(100vh - 9rem);
		padding-bottom: 4rem;
	}
	.home-banner-video-wrap{
		margin: 0 -3rem;
	}
	.home-about-content .link-item{
		margin-top: 1em;
	}
	.ft-expertise-heading{
		margin-bottom: 2.6rem;
	}
	.ft-expertise-heading-link{
		margin-top: 0.6rem;
		text-align: left;
	}
	.ft-expertise-row{
		flex-wrap: wrap;
		margin-bottom: 5rem;
	}
	.ft-expertise-img-col{
		max-width: 100%!important;
		margin-bottom: 2.5rem;
		order: 1;
		width: 100%!important;
	}
	.ft-expertise-content-col{
		max-width: 100%!important;
		order: 2;
		width: 100%!important;
	}
	.ft-services-section{
		padding-bottom: 8rem;
	}
	.ft-services-heading{
		margin-bottom: 3.5rem;
	}
	.ft-service-title{
		flex-wrap: wrap;
	}
	.ft-service-title h3{
		margin-bottom: 0.2em;
		width: 100%;
	}
	.ft-service-content{
		font-size: 2rem;
		padding: 2.5rem;
	}
	.ft-services-nav{
		max-width: 10rem;
		margin-top: 4rem;
	}
	.ft-services-slider-prev,
	.ft-services-slider-next{
		width: 3rem;
	}
	.ft-services-slider-pagination{
		margin-top: 2.5rem;
	}
	.projects-section{
		padding-bottom: 4rem;
	}
	.projects-filter{
		margin-bottom: 3rem;
	}
	.projects-filter li{
		margin: 0 0 0.7em;
		width: 100%;
	}
	.projects-filter span:after{
		height: 1px;
	}
	.project-item-wrap{
		padding-bottom: 5rem;
		width: 100%;
	}
	.project-item-thumb{
		margin-bottom: 2rem;
	}
	.project-item h3,
	.project-item-location{
		font-size: 2.2rem;
	}
	.project-top-section{
		padding: 0 0 7rem;
	}
	.project-slider-wrap{
		width: 100%;
	}
	.project-slider-wrap .container{
		padding: 0;
	}
	.project-heading{
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.project-details{
		font-size: 1.8rem;
		margin-bottom: 5rem;
	}
	.project-gal-section{
		padding-bottom: 6rem;
	}
	.project-gal-col{
		max-width: 100%!important;
		margin: 0 0 3rem!important;
		width: 100%!important;
	}
	.project-gal-img{
		margin: 0!important;
	}
	.accreditations-section{
		padding-bottom: 7rem;
	}
	.accreditations-row{
		justify-content: center;
		margin: 0 -2rem;
	}
	.accreditations-col{
		padding: 2rem;
	}
	.accreditation-logo img{
		max-height: 7rem;
		max-width: 12rem;
		width: auto!important;
	}
	.news-section{
		padding-bottom: 9rem;
	}
	.news-item-wrap{
		margin-bottom: 5rem;
	}
	.news-item{
		padding: 0;
	}
	.news-item-content{
		padding: 0;
	}
	.news-item-date{
		font-size: 2rem;
		left: auto;
		margin-bottom: 0.5em;
		position: relative;
		top: auto;
	}
	.news-item-content h3{
		margin-bottom: 0.7em;
	}
	.news-item-wrap:nth-child(-n+3){
		margin-bottom: 5rem;
	}
	.news-item-wrap:nth-child(-n+3) .news-item{
		margin: 0 -2rem;
	}
	.news-item-wrap:nth-child(-n+3) .news-item-thumb-col{
		order: 1;
		padding: 0 2rem 2.2rem;
		width: 100%;
	}
	.news-item-wrap:nth-child(-n+3) .news-item-content-col{
		order: 2;
		padding: 0 2rem;
		width: 100%;
	}
	.news-pagination{
		margin-top: 5rem;
	}
	.sercives-intro-section{
		padding: 4rem 0 6rem;
	}
	.sercives-intro-heading{
		margin-bottom: 2rem;
	}
	.sercives-intro-content ul{
		font-size: 1.2em;
	}
	.sercives-intro-content li{
		padding: 0.4em 0;
	}
	.clients-section{
		padding-bottom: 10rem;
	}
	.client-logo{
		max-width: 12rem;
	}
	.client-logo img{
		max-height: 6rem;
	}
}
@media only screen and (min-width : 768px) {
	.ft-expertise-row:nth-child(even) .ft-expertise-content-col{
		order: 2;
	}
	.ft-expertise-row:nth-child(even) .ft-expertise-img-col{
		order: 1;
	}
}
@media only screen and (min-width : 992px) {
	.hidden-block{
		visibility: hidden;
	}
	.animated{
		animation-duration: 1.2s;
		animation-fill-mode: both;
	}
	.anim-delay200{
		animation-delay: 200ms; 
	}
	.anim-delay300{
		animation-delay: 300ms; 
	}
	.anim-delay400{
		animation-delay: 400ms; 
	}
	.anim-delay600{
		animation-delay: 600ms; 
	}
	.fade-top{
		opacity: 0;
	}
	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translate3d(0, 3rem, 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;
	}
	.anim-slide-left:after{
		background: #13141d;
		content: "";
		display: block;
		left: 0;
		height: 100%;
		position: absolute;
		transition: all .8s cubic-bezier(0.4,0,0.2,1);
		top: 0;
		width: 102%;
		z-index: 10;
	}
	.anim-slide-left.visible:after{
		width: 0;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation ul ul{
		background: #e94a38;
		color: #fff;
		display: block;
		left: 0;
		line-height: 1.5;
		min-width: 14em;
		opacity: 0;
		padding: 1em 1.2em;
		position: absolute;
		top: 100%;
		transition: all 0.2s linear;
		transform: translateY(1rem);
		visibility: hidden;
		z-index: 5;
	}
	.navigation ul li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul li{
		margin-bottom: 0.5em;
		position: relative;
	}
	.navigation ul ul li:last-child{
		margin-bottom: 0;
	}
	.navigation ul ul a{
		color: #fff;
		padding: 0;
	}
	.navigation ul ul a:hover,
	.navigation ul ul .current-menu-item > a{
		color: #411617;
	}
	.project-item-wrap:nth-child(3n+2){
		animation-delay: 200ms;
	}
	.project-item-wrap:nth-child(3n+3){
		animation-delay: 400ms;
	}
}