body {
	color:#2B3336;
	font-family: "aktiv-grotesk", sans-serif;
}

html{
	overflow-x:hidden;
}

#topwrapper, #innerwrapper  {
	background-color:#FFF;
	width:100%;
}

#topwrapper{
	position:relative;
	z-index:9;
}

#topwrapper .top, #footerwrapper .footer, .main, .copy {
	margin:0 auto;
	max-width:1720px;
	width:90%;
}

#topwrapper .top {
	padding:10px 0px;
}

.nav li {
	text-transform:uppercase;
	font-size:15px;
	color:#2B3336;
	letter-spacing:1.5px;
}

#topwrapper .nav li.mobile {
	display:none !important;
}

.nav li a {
	text-decoration:none;
	color:#2B3336;
}

.nav li a:hover, .nav .lion{
	color:#875F45;
}

h1{
	color:#fff;
	font-size: clamp(40px, 7.5vw, 90px);
	font-weight: 600;
	line-height: 1;
}

#pages h3{
	color:#514C33;
	font-size: clamp(30px, 6vw, 62px);
	text-align:center;
	margin:0 0 100px 0;
	font-weight:700;
	text-transform:none;
	line-height:1;
	letter-spacing:0;
}


h2, .number, .date {
	color:#514C33;
	font-weight:700;
	font-size:58px;
	line-height:1;
	text-align:center;
}

h3, .caps, #pages h1{
	color:#875F45;
	font-size: clamp(18px, 2vw, 19px);
	margin:30px 0 50px 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:0.25em;
}

#pages h1{
	margin:0 0 30px 0;
}



.padding{
	padding:100px 0;
}

.desc{
	color:rgba(43, 51, 54, 1);

	line-height:1.1;
	font-weight:600;
	font-size: clamp(18px, 2.5vw, 18px);
}

.tagline {
	color:#514C33;
	font-size:100px;
}

.clear {
	clear:both;
}

.flex{
    display:flex;
    flex-wrap:wrap;

}

#topwrapper .top{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	gap: 20px;
}

.spacer {
	margin-left: auto;
}

#topwrapper .phone{
	color:#514C33;
	margin:0 0 0 50px;
	text-decoration:none;
	font-weight:500;
	font-size: clamp(22px, 2.08vw, 24px);
}

#topwrapper #navwrapper ul li{
	display:inline;
	margin:0 0 0 60px;
	color:#2B3336;
	letter-spacing:0.1em;
	font-size:15px;

}

#topwrapper .logo{
	max-width:300px;
	overflow:hidden;
	max-height:59px;
}

#navwrapper .menu-toggle, #navwrapper .menu-close {
	display: none;
}



.flex{
	display:flex;
	justify-content:space-between;
}

.button {
	color:#514C33;
	border-bottom:1px solid #514C33;
	line-height:1;
	display:inline-block;
	text-decoration:none;
	font-size: clamp(18px, 2vw, 24px);
}

.button:hover, .button.white:hover{
	color:#875F45!important;
	border-bottom:1px solid #875F45!important;
}

/*Home*/


 #background-video {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index: -1;
	 position:absolute;
	 display:block!important;
 }

#background-video.mobile{
	display:none;
}

#home .head{
	height:100vh;
	color:#fff;
	min-height:800px;
	position: relative;;
}

#home .head .bg{
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
}

#home .head .flex{
	margin:30px 0 0 0;
	align-items:center;
}

#home .head .left{
	font-size: clamp(22px, 3vw, 35px);
}

#home .head .overlay{
	width: 90%;
	margin: 0 auto;
	padding: 21% 0 0 0;
	position:relative;
}

#home .head .button{
	color:#fff;
	height:24px;
	border-bottom:1px solid #fff;
}

#home .project .box.left{
	justify-content:left;
}

#home .project .box.right{
	justify-content:right;
	padding:30px 3% 30px 1%;
}

#home .project .box.right .desc{
	width:65%;
}

#home .project .box .icon{
	margin:0 20px 0 0;
	position:relative;
	z-index:9;
}

#home .project .flex {

	flex-wrap: wrap;
	width: 90%;
	margin: 60px auto;
	position: relative;
}



#home .project .box, #pages.about .box {
	flex: 0 0 33.333%;
	padding: 30px 3%;
	margin:0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	font-weight: 500;

	border-bottom: 1px solid #875F45;
	border-right: 1px solid #875F45;
}

#home .project .flex::before,
#home .project .flex::after,
#pages.about .box::before,
#pages.about .box::after{
	content: "";
	position: absolute;
	z-index: 2;
	pointer-events: none;
}


#home .project .flex::before,
#home .project .flex::after,
#pages.about .box::before,
#pages.about .box::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	z-index: 2;
	pointer-events: none;
}

#home .project .flex::before, #pages.about .box::before {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
}

#home .project .flex::after, #pages.about .box::after {
	right: 0;
	background: linear-gradient(to left, #fff, transparent);
}


.fade-top,
.fade-bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: 80px;
	pointer-events: none;
	z-index: 2;
}

.fade-top {
	top: 0;
	background: linear-gradient(to bottom, #fff, transparent);
}

.fade-bottom {
	bottom: 0;
	background: linear-gradient(to top, #fff, transparent);
}

#home .project .desc{
	width:58%;
	position:relative;
	z-index:9;
}

#home .services .flex{
	justify-content:space-between;
	margin:50px 0 80px 0;
}

#home .services .box{
	flex-basis:18.5%;
}

#home .services .desc{
	color:#514C33;
	margin:15px 0 0 0;
	font-weight:700;
	font-size: clamp(24px, 2.8vw, 26px);
}

#home .services .main{
	width:93%;
}

#home .services{
	border-top:1px solid #875F45;
	width:90%;
	margin:0 auto;
}

#home .trust .left{
	background-image:url(images/home-trust.jpg);
	background-size:cover;
	overflow:hidden;
	width:50%;
	height:1045px;
	margin:-50px 0 0 0;

}

#home   .trust .left h2{
	text-align:right;
	margin:0 70px 0 0;
	width:88%;
	padding:700px 0 20px 0;
	color:#fff;
	float:right;
}

#home .trust .right h2{
	text-align:left;
}

#home .trust .right .sticker{
	position:absolute;
	right:70px;
	bottom:-150px;
}

#home .trust .right{
	width:40%;
	position:relative;
	padding:80px 80px 60px 80px;
	background: rgba(135, 95, 69, 0.05);
}

#home .trust .box{
	border:1px solid #875F45;
	text-align:center;
	padding:40px;
	flex-basis:21%;
	margin:0 0 10px 0;
}

#home .trust .flex{
	clear:both;
	margin:0 0 60px 0;
}

#home .trust .desc{
	color:#2B3336;
	margin:15px 0 0 0;
	font-size: clamp(17px, 2.8vw, 22px);
}

#home .trust .text{
	float:right;
	width:60%;
	margin:10px 0 40px 0;
}

.text{
	color:#2B3336;
	font-size: clamp(15px, 1.7vw, 19px);
}

#home .supplier .main{
	width:68%;
	margin:0 auto;
}

#home .supplier .flex{

	justify-content:space-between;

}

#home .supplier h2{
	text-align:right;
	width:48%;
	line-height:0.9;
	font-size: clamp(75px, 8vw, 125px);
}

#home .par{
	position:relative;
	width:43%;
}

#home .supplier .quote{
	position:absolute;
	top:-30px;
	left:-30px;
}

#home .supplier h3{
	margin:30px 0 0 0;
	text-align:left;
}

#home .doors .left{
	width:25%;
	text-align:right;
	margin:-50px 0 50px 0;
	padding:80px 5% 80px 5%;
	background: rgba(135, 95, 69, 0.05);
}

#home .doors .left .desc{
	margin:50px 0 100px 0;
	float:right;
	clear:both;
	width:62%;

	font-size: clamp(22px, 2.5vw, 33px);
}

#home .doors .button{
	clear:both;
}

#home .doors h2{
	text-align:right;
	line-height:0.9;
	float:right;
	width:73%;
	font-size: clamp(35px, 4.2vw, 100px);
}

#home .doors .right{
	width:57%;
	margin:0 6% 0 0;
}

#home .doors .bot .door{
	flex-basis:49%;
}


#home .doors .door{
	position:relative;
	display:flex;
	flex-direction:column;
	flex-basis:32%;
	margin:0 0 20px 0;
	justify-content:end;
	align-items: end;
	overflow:hidden;
	text-decoration: none;
}

#home .doors img{
	position: absolute;
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}

#home .doors .right .desc{
	padding: 110% 40px 40px;
	font-size: clamp(.25vw, 30px, 3.5vw);
	position: relative;
	font-weight: 500;
	text-align: right;
	color: #fff;
	z-index: 9;
	max-width: 220px;
}

#home .doors .bot .desc{
	padding-top: 50%;
}

.rslides {
	position: relative;
	list-style: none;
	width: 100%;

	width:100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;

}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	float: left;
	width: 100%;
	border: 0;
}

#home .slider .overlay{
	position:absolute;
	left:80px;
	bottom:80px;
	line-height:2.5;
}

#home .slider .button{
	font-size: clamp(18px, 1.8vw, 28px);
}

#home .button.small{
	font-size: clamp(16px, 2.5vw, 21px);
}

.button.white{
	color:#fff;
	border-bottom:1px solid #fff;
}

#home .slider .title h2{
	color:#fff;
	text-align:left;
	font-weight:600;
	font-size: clamp(65px, 10vw, 100px);
}

#home .slider .title h3{
	color:#fff;
	text-align:left;
	font-weight:600;
	font-size:21px;
	margin:0 0 0 80px;
}

#home .slider .title{
	position:absolute;
	top:100px;
	left:100px;

}

#home .rslides_nav {
	display:none;
}

#home .slider{

	position:relative;
	overflow:hidden;
}

#home .slider .rslides_tabs.rslides1_tabs{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	position:absolute;
	left:0;
	width:100%;
	bottom:20px;
	z-index:999;
}

#home .slider .rslides_tabs.rslides1_tabs .rslides_here a, #home .slider .rslides_tabs.rslides1_tabs  a:hover{
	background: #514C33;
}

#home .slider .rslides_tabs.rslides1_tabs li a{
	background:#fff;
	font-size:0;
	border-radius:100%;
	width:10px;
	height:10px;
	display:block;
	border:1px solid #514C33;

}

#home .partners .partner{


	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center; /* optional: to center horizontally too */
	height: 100px; /* or whatever height your boxes are */
}

#home .partners{
	width:90%;
	text-align:center;
	margin:0 auto 50px auto;
}

#home .partners img{
	width:auto;
	display:inline;
	max-height: 80%; /* keep logos from stretching */
	object-fit: contain;
}

#home .partners h2 {
	font-size: clamp(40px, 5vw, 50px);
	margin:0 0 60px 0;
}

#home .bottom .odd{
	margin:60px 0 -60px 0;
}

#home .bottom .desc{
	margin:60px 0 200px 0;
}

#home .bottom .box{
	flex-basis:24%;
}

#home .bottom .box.link{
	background: rgba(135, 95, 69, 0.05);
	padding:60px 3%;
	flex-basis:18%;
}

#home .bottom h2{
	text-align:left;
	line-height:0.9;
}

#home .bottom .flex{
	align-items:center;
}

#home .bottom .button{
	font-size: clamp(16px, 1.8vw, 20px);
}

/*About*/
.bg{
	background:rgba(135, 95, 69, 0.05);
}

#pages.about .left.bg{
	margin: 50px 0 -50px 0;
	width: 30%;
	padding: 100px 5% 0 5%;
}

#pages.about .left h2{
	text-align:left;
	margin:0 0 40px 0;
	font-size: clamp(40px, 5vw, 55px);

}

#pages.about .right{
	width:59%;
}

#pages.about .stats{
	position:relative;
}

#pages.about .box{
	flex-basis:20%;
	padding:30px 0;
	border-right:none;
	position:relative;

	text-align:center;
	border-top: none;
	border-bottom: none;
}

#pages.about .caps{
	margin:20px auto 0 auto;
	line-height:1.2;
	width:90%;
}

#pages.about .fade-left,
#pages.about .fade-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px; /* adjust fade width */
	pointer-events: none;
	z-index: 10;
}

#pages.about .fade-left {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
}

#pages.about .fade-right {
	right: 0;
	background: linear-gradient(to left, #fff, transparent);
}

#pages.about .fade-top-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right,
	rgba(135, 95, 69, 0),
	#875F45 20%,
	#875F45 80%,
	rgba(135, 95, 69, 0)
	);
	pointer-events: none;
	z-index: 10;
}

#pages.about .fade-bottom-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px; /* also thin */
	background: linear-gradient(to right,
	rgba(135, 95, 69, 0),
	#875F45 20%,
	#875F45 80%,
	rgba(135, 95, 69, 0)
	);
	pointer-events: none;
	z-index: 10;
}

#pages.about .stats .flex{
	position:relative;
}

#pages.about .box::before,
#pages.about .box::after {
	content: "";
	position: absolute;
	width: 1px;
	top: -40px;
	bottom: -40px;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to bottom,
	rgba(135, 95, 69, 0),
	#875F45 40%,
	#875F45 60%,
	rgba(135, 95, 69, 0)
	);
}

#pages.about .box.last:after{
	display:none;
}

#pages.about .box.one:before{
	display:none;
}

#pages.about .box::before {
	left: 0;
}

#pages.about .box::after {
	right: 0;
}

#pages.about .date{
	text-align:left;
	margin:30px 0 10px 0;
	font-size: clamp(26px, 3.5vw, 40px);
}

#pages.about .story{
	position:relative;
	margin:100px 0 0 0;
}

#pages.about .story:after{
	right:50%;
	height:90%;
	width:2px;
	background:#514C33;
	position:absolute;
	content:'';
}



#pages.about .stats h2{
	text-align:center;
	position:relative;
	margin:200px 0 100px 0;
}

#pages.about .chapter{
	width:46%;

}

#pages.about .chapter{
	margin:0 0 100px 0;
}

#pages.about .chapter.five{
	margin:-200px 0 0 0;
}

#pages.about .text{
	line-height:1.3;
}

#pages.about .chapter.three{
	margin:-270px 0 100px 0;
}

#pages.about .chapter.six{
	margin:0;
}

#pages.about .chapter.left .text{
	text-align:right;
}

#pages.about .chapter.left .date{
	text-align:right;
}

#pages.about .chapter .date{
	position:relative;
}

#pages.about .chapter h2{
	text-align:right;
}

#pages.about .chapter.right .date:before{
	content:'';
	position:absolute;
	background:#514C33;
	width:21px;
	height:21px;
	left:-70px;
	top:10px;
}

#pages.about .chapter.left .date:after{
	content:'';
	position:absolute;
	background:#514C33;
	width:21px;
	height:21px;
	right:-70px;
	top:10px;
}

#pages.about .story{
	position:relative;
}

#pages.about .sticker{
	position: absolute;
	right: -100px;
	bottom: 200px;
}

#pages .main{
	max-width:1400px;
}

h2.smaller{
	font-size: clamp(26px, 3vw, 40px);
	line-height:1.2;
}

#pages.about .quote{
	text-align:center;
	width:75%;
	margin:100px auto;
}

#pages.about .quote h2{
	margin:0 0 50px 0;
}

/*Services*/
#pages.services .banner{
	position:relative;
	text-align:center;
	overflow:hidden;
	margin:0 0 80px 0;
	min-height:850px;
}

#pages.services .banner h3{
	margin:0 0 50px 0;
}

#pages.services .banner img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#pages.services .banner .overlay{
	padding:25% 0 0 0;
	position:relative;
}

#pages.services .banner h1, #pages.services .banner h3, #pages.services .banner .desc{
	color:#fff;
}

#pages.services .main{
	max-width:1250px;
}

#pages.services .service{
	margin:0 0 180px 0;
}

#pages.services .service .pic{
	margin:-80px 0 0 0;
	width:40%;
}

#pages.services .box{
	width:51%;
	position:relative;
	min-height:580px;
	padding:50px 3% 50px 5%;
}

#pages.services .service   .text{
	position:absolute;
	bottom:50px;
	font-weight:bold;
	left:8%;
}

#pages.services .box h2, #pages.services .box .caps{
	text-align:left;
}

#pages.services .box .desc{
	color:#514C33;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: clamp(20px, 2.5vw, 25px);

	margin:20px 0 0 0;
}

#pages.services .list{
	margin:30px 0 0 0;
}

#pages.services .list .caps{
	background-image:url(images/logo-b.svg);
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	font-size: 16px;
	font-weight:500;
	background-position:center left;
	margin:0 0 15px 0;
	color:#2B3336;

}

#pages.services .sub{
	margin:15px 0 40px 25px;
	position:relative;
}

#pages.services .sub .caps{
	margin:0 0 0 5px;
	background:none;
	padding:0 0 0 20px;
	position:relative;
}

#pages.services .sub .caps:before{
	content:'';
	display:block;
	top:8px;
	left:0;
	width:10px;
	border:1px solid #875F45;
	position:absolute;
	height:10px;
}

#pages.services .bottom h2{
	text-align:right;
	width:35%;
}

#pages.services .bottom .caps{
	text-align:left;
}

#pages.services .bottom {
	text-align:center;
	width:75%;
	margin:80px auto 0 auto;
}

#pages.services .bottom .right{
	width:52%;
	text-align:left;
	position:relative;
	margin:0 0 80px 0;
}



#pages.services .bottom .quote{
	position:absolute;
	top:-40px;
	left:-20px;
}
	/*Projects*/
#pages .filters {
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #CCCCCC;
	margin:0 0 50px 0;

}

#pages .filters .btn{
	background:none;
	border:none;
	text-transform:uppercase;
	font-size:16px;
	cursor:pointer;
	padding:0 0 20px 0;
	letter-spacing:0.2em;
	border-bottom:2px solid #fff;
	color:#2B3336;

}

#pages.projects #load_data{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#pages  .filters .btn:hover, #pages  .filters .btn.active{
	color:#875F45;
	border-bottom:2px solid #875F45;
}

#pages.projects .newsbox img{
	width:100%;
}

#pages  .newsbox {

	flex-basis: 24%;
	display:none;


}

#pages.projects .newsbox .thumb{
	width: 100%;
	display:flex;
	overflow:hidden;
	aspect-ratio: 1/1;

	align-items: center;
	justify-content: center;
	margin:0 0 20px 0;
}

.newsbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;

}

#pages  .newsbox.show{
	display:block;
}

#pages.projects .title{
	color:#514C33;
	font-size: clamp(20px, 2.5vw, 25px);
	margin:0 0 15px 0;
}

/*Products*/
#pages.products h3{
	margin:0 0 20px 0;
}

#pages.products .desc{
	color:#514C33;
	font-size: clamp(20px, 2.5vw, 30px);
	text-align:center;
	margin:0 0 80px 0;
}

#pages.products .left img{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
}

#pages.products .left .title{
	text-align:right;
	color:#fff;
	position:relative;
	z-index:8;
	margin:60px 60px 0 0;
	font-weight:600;
	width:74%;
	float:right;
	line-height:1;
	font-size: clamp(48px, 50px, 60px);

}

#pages.products .right{
	align-content: flex-start;
}

#pages.products .right .box{
	border: 1px solid #E2DED2;
	width: 196px;
	height: 142px !important;
	background: #fff;
	margin: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#pages.products .box img {
	width: 100%;
	height: 100%;
	object-position: center;
	max-width: 100%;
	max-height: 90%;
	object-fit: contain;
	display: block;
}

#pages.products .right{
	width:65%;
	gap:15px;
	justify-content:left;
}

#pages.products .left{
	width:420px;
	height:619px;
	position:relative;
}

#pages.products .all{
	text-align:right;
	margin:0 0 50px 0;
}

#pages.products .all a{
	font-size: clamp(16px, 1.7vw, 18px);
	color:#6E6E6E;
	text-decoration:none;
	border-bottom:1px solid #6E6E6E;
}

#pages.products .filters{
	margin:0 0 20px 0;
}

#pages.products .filters .btn{
	line-height:1.2;
}

#pages.products .filters .icon{
	margin:0 0 15px 0;
}

#pages.products .newsbox{
	margin:0 0 80px 0;
}
/*Contact*/
#pages.contact .wrapper{
	width:60%;
	margin:0 auto;
	padding:40px 0;
}

#pages.contact .wrapper h2{
	text-align:right;
	margin:20px 0 20px 0;
	font-size: clamp(24px, 3vw, 40px);
}

#pages.contact .left{
	width:37%;
}

#pages.contact .right{
	width:40%;
	padding:40px;
	text-align:center;
}


#pages.contact .textfield, #pages.contact .textarea{
	resize:none;
	background:#fff;
	margin:0 0 5px 0;
	border-radius:5px;
	height:50px;
	text-align:left;
	padding:0 0 0 4%;
	border:none;
	width:96%;
}

#pages.contact .button{
	border:none;
	background:none;
	border-bottom: 1px solid #514C33
}

#pages.contact .textarea{
	height:120px;
	margin:0 0 20px 0;
	padding:15px 0 0 4%;
}

#pages.contact .text{
	font-size: clamp(16px, 1.7vw, 18px);
	line-height:1.1;
}

#pages.contact .fa{
	color:#875F45;
	margin:0 10px 0 0;
}

#pages.contact a{
	color:#2B3336;
}

#pages.contact .info{
	margin:0 0 12px 0;
	justify-content:left;
	float:right;
	text-align:right;

}

#pages.contact h3{
	margin:0 0 40px 0;
}

#pages.contact .desc{
	text-align:right;
}

/*Footer*/
#footerwrapper .footer {
	padding:50px 0px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

#footerwrapper ul{
	text-align:right;
	width:70%;
}

#footerwrapper ul li{
	display:inline;
	margin:0 0 0 40px;
}

.copy {
	font-size:12px;
	border-top:1px solid #D4D4D4;
	padding:20px 0;
}

.copy .left{
	width:50%;
}

.copy .right{
	width:50%;
	text-align:right;
}

.copy .right a {
	color: #2B3336;

}

#footerwrapper{
	background:rgba(135, 95, 69, 0.05);
	clear:both;
}

#footerwrapper .logo{
	width:200px;
}

#footerwrapper .contactinfo{
	color:#2B3336;

	font-size: clamp(13px, 1.5vw, 14px);
}

#footerwrapper .contactinfo a{
	color:#2B3336;
	text-decoration:none;
	margin:10px 0 0 0;
	display:block;
}