/*
Theme Name: Harris Freeman 
Description: Another bespoke template by Key Digital
Version: 1.0
Author: Mitchell Bouwman
Author URI: https://key.digital
*/

/***************************
          FONTS
***************************/

@import url('https://fonts.googleapis.com/css2?family=Martel:wght@600&family=Outfit:wght@300;600;700&display=swap');

/***************************
          GENERAL
***************************/
.project-loop .item .image img
{
    object-fit: cover;
    height: 300px;
}
body {
	background-color: #2e515b;
	color: #fff;
	width: 100%;
	font-family: 'Outfit', sans-serif;
	font-weight: 300;
	font-size: 17px;
}

html {
	font-size: 100%;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #65a843;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #65a843;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}

ul, ol {
	margin: 0 0 20px;
	line-height: 150%;
}

input, textarea {
    padding: 5px 10px;	
    width: 100%;
}

.btn,
.button,
.inline-btn a {
	background-color: #5193a3;
	padding: 6px 20px;
	color: #fff;
	border-radius: 20px;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.inline-btn a:hover,
.inline-btn a:focus {
	background-color: #5193a3;
	transform: scale(1.1);
	color: #fff;
}

.btn.alt {
	background-color: #2e515b;
}

.btn.alt:hover,
.btn.alt:focus {
	background-color: #2e515b;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 20px;	
    position: relative;
}

.container.mediumlarge {
	max-width: 1050px;
}

.container.medium {
	max-width: 900px;
}

.container.small {
	max-width: 800px;
}

@media only screen and (min-width:768px) {
	
	body {
		font-size: 18px;
	}
	
	.btn,
	.button,
	.inline-btn a {
		padding: 10px 30px;
		border-radius: 25px;
	}
	
	.container {
		padding: 0 30px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	body {
		font-size: 20px;
	}
	
}

/* stop stacking issues */
.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/***************************
          COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.small-padding {
	margin-left: -8px;
	margin-right: -8px;
}

.row.align-middle {
	align-items: center;
}

.row.align-bottom {
	align-items: flex-end;
}

.row.justify-center {
	justify-content: center;
}

.row.small-reverse {
	flex-direction: column-reverse;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.row.small-padding .column {
	padding-left: 8px;
	padding-right: 8px;
}

.small-1-2 {
	width: 50%;
}

.small-1-3 {
	width: 33.33334%;
}

@media only screen and (min-width:768px) {
	
	.row.small-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-noreverse {
		flex-direction: row;
	}
	
	.row.large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.row.xlarge-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xlarge-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.medium-1-5 {
		width: 20%;
	}

	.medium-1-4 {
		width: 25%;
	}
	
	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}
	
	.medium-3-4 {
		width: 75%;
	}
	
	.medium-4-5 {
		width: 80%;
	}

}

@media only screen and (min-width:1024px) { 
	
	.row.l-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.l-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.row.large-reverse {
		flex-direction: row-reverse;
	}
	
	.large-1-6 {
		width: 16.6666666667%;
	}
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}
	
	.large-3-10 {
		width: 30%;
	}

	.large-1-3 {
		width: 33.33334%;
	}
	
	.large-35 {
		width: 35%;
	}
	
	.large-2-5 {
		width: 40%;
	}
	
	.large-45 {
		width: 45%;
	}
	
	.large-1-2 {
		width: 50%;
	}
	
	.large-3-5 {
		width: 60%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-3-4 {
		width: 75%;
	}	
	
	.large-4-5 {
		width: 80%;
	}

}


/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	font-family: 'Martel', serif;
	padding: 0;
}

h1 {
	font-size: 26px;
	letter-spacing: 1px;
}

h2 {
	font-size: 24px;
	letter-spacing: 1px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

@media only screen and (min-width:768px) {
	
	h1 {
		font-size: 34px;
	}
	
	h2 {
		font-size: 34px;
	}
	
	h3 {
		font-size: 28px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 48px;
	}
	
	h3 {
		font-size: 32px;
	}
	
}

/***************************
		HEADER & NAV
***************************/

.header {
	position: relative;
	background-color: #fff;
	z-index: 99;
	height: 70px; 
	box-shadow: 0 5px 10px rgb(0 0 0 / 33%);
}

.header-main {
	position: relative;
	top: 0;
	width: 100%;
	background-color: transparent;
}

.header .container {
	padding: 0;
	display: block;
	width: 100%;
}

.header-logo {
	width: 200px;
	margin: 0 0 0 20px;
	padding: 13px 0;
	display: block;
	position: relative;
	z-index: 9;
	transition: all 0s ease;
}

.header-logo img {
	transition: all 0.3s ease;
}

.toggle-nav {
	background-image: url('./assets/images/menu-icon.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
    width: 52px;
    height: 52px;
	border: 0px;
	font-size: 12px;
	text-align: center;
    padding: 35px 0 0;
    margin: 0;
	color: #000; 
	text-transform: uppercase;
    position: absolute;
    top: 9px;
    right: 20px;
	z-index: 999;
	transition: all 0.3s ease;
	cursor: pointer;
}

.toggle-nav:focus {
	outline: none;
}

.show-nav .toggle-nav {
	background-image: url('./assets/images/menu-close.svg');
	transform: rotate(-180deg);
}

.header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s ease;
    transform: translate(0,-50%);
}

.show-nav .header-nav {
	visibility: visible;
	opacity: 1;
	transform: translate(0,0);
}

.header-nav .site-menu {
	width: 100%;
	height: 0px;
	overflow-y: auto;
	position: absolute;
	display: flex;
	align-items: center;
	height: 470px;
	top: 0;
	right: 0;
	background-color: #0094a5;
	padding: 40px 15px 80px;
	box-sizing: border-box;
	z-index: 999;
	text-align: left;
	transition: all 0.3s ease;
}

.header-nav .site-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.header-nav .site-menu ul li {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
}

.header-nav .site-menu ul li a {
	padding: 8px 0px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}

.header-nav .site-menu ul li a:hover {
	color: #f6dd34;
}

.header-nav .site-menu ul li.current-menu-item a {
	color: #f6dd34;
	font-weight: 600;
}

@media only screen and (min-width:460px) { 
	
	.header-nav .site-menu {
		height: 570px;
		padding: 40px 15px 180px;
	}
	
}


@media only screen and (min-width:768px) {
	
	.header {
		height: 100px;
		box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
	}
	
	.header-logo {
		margin: 0 0 0 30px;
		width: 280px;
		padding: 19px 0;
	}
	
	.toggle-nav {
		width: 66px;
		height: 66px;
		top: 16px;
		right: 30px;
	}
	
	.header-nav .site-menu {
		height: 650px;
		padding: 40px 15px 200px;
	}
	
	.header-nav .site-menu ul li a {
		font-size: 32px;
		padding: 12px 0;
	}

}

@media only screen and (min-width:1024px) { 

	.header {
		height: 120px;
		box-shadow: 0 12px 17px rgb(0 0 0 / 50%);
	}
	
	.header-logo {
		width: 320px;
		padding: 26px 0;
	}
	
	.toggle-nav {
		top: 27px;
	}
	
	.header-nav .site-menu {
		height: 720px;
		padding: 40px 15px 230px;
	}
	
	.header-nav .site-menu ul li a {
		font-size: 34px;
		padding: 18px 0;
	}	

}

@media only screen and (min-width:1024px) { 
	
	.header-nav .site-menu {
		padding: 40px 15px 250px;
	}	
	
}

@media only screen and (min-width:1440px) {
	
	.header-nav .site-menu {
		padding: 40px 15px 290px;
	}
	
}

@media only screen and (min-width:1600px) {
	
	.header-nav .site-menu {
		height: 920px;
	}
	
	.header-nav .site-menu {
		padding: 40px 15px 360px;
	}	
	
	.header-nav .site-menu ul li a {
		font-size: 38px;
	}	
	
}

/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: 100vh;
}

.page-top {
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.page-top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 35% 50%;
}

.page-top .inner {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.page-top .inner .content {
	max-width: 280px;
	padding: 0 0 50px;
}

.page-top .inner .content h1,
.page-top .inner .content h2 {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 1px;
	margin: 0 0 30px;
	text-shadow: 1px 1px 10px rgb(0 0 0 / 70%);
}

.block-mountains {
	position: relative;
	width: 100%;
	z-index: 999;
}

.block-mountains .image {
	width: 100%;
	height: 85px;
	position: absolute;
	bottom: 100%;
	background-image: url('./assets/images/mountains-top.png');
	background-size: 462px 85px;
	background-position: center top;
	opacity: 0.7;
	z-index: 1;
}

.block-mountains .front {
	display: block;
	width: 100%;
	height: 76px;
	background-image: url('./assets/images/front.png');
	background-size: 462px 77px;
	background-position: center top;
	bottom: 100%;
	z-index: 2;
	position: absolute;
}

.page-content {
	padding: 20px 0 50px;
	position: relative;
}

.page-content .title {
	border-bottom: 1px solid #5193a3;
	position: relative;
	z-index: 999;
	margin: 0 0 30px;
}

.page-content .title .container:before {
    content: '';
    background-image: url(./assets/images/tree-draw.svg);
    background-size: 632px 180px;
    background-repeat: no-repeat;
    background-position: left -240px center;
    background-color: #2e515b;
    display: none;
    width: 232px;
    height: 180px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -21px;	
}

.page-content .title h1 {
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0 150px;
}

.page-content .title h1:before {
	content: '';
    background-image: url(./assets/images/symbol.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 39px;
    margin: 0 auto 5px;		
}

.page-content.bg-blue {
	background-color: #2e515b;
}

.page-content.bg-green {
	background-color: #65a843;
}

.page-content.bg-green .inline-btn a {
	background-color: #2e515b;
}

.page-content.bg-blue + .page-content.bg-blue,
.page-content.bg-green + .page-content.bg-green {
	padding-top: 0;
}

.page-content.bg-blue + .page-content.bg-green:before,
.page-content.bg-green + .page-content.bg-blue:before {
	content: '';
	display: block;
	width: 100%;
	height: 42px;
	background-image: url('./assets/images/mountains-green.svg');
	background-size: 540px 42px;
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	z-index: 1;
	top: -40px;
}

.page-content.bg-green + .page-content.bg-blue:before,
.page-content.bg-green + .page-content.bg-blue:before {
	background-image: url('./assets/images/mountains-blue.svg');
}

.page-content.block-content h2.top-title {
	text-align: center;
	margin: 0 0 30px;
}

.page-content.block-content h2.top-title:before {
    content: '';
    background-image: url(./assets/images/symbol.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 39px;
    margin: 0 auto 5px;	
}

.page-content.block-content.bg-green h2.top-title:before {
	background-image: url(./assets/images/symbol-green.svg);
}

.page-content.block-content h3 {
	text-transform: uppercase;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

.page-content.block-quote h3 {
	text-align: center;
	line-height: 150%;
	margin: 0 0 30px;
}

.page-content.block-twoimages .images-shape {
	margin: 0 0 30px;
}

.page-content.block-twoimages .images-shape .first {
	width: 80%;
	position: relative;
	z-index: 1;
}

.page-content.block-twoimages .images-shape .second {
	width: 60%;
	z-index: 2;
	position: relative;
	margin: -100px 0 0 auto;
}

.page-content.block-twoimages .images-shape .inner {
	width: 100%;
	height: auto;
	padding: 8px;
	background-color: #ffde00;
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	position: relative;
}

.page-content.block-twoimages .images-shape .first .inner {
	background-color: #ffde00;	
}

.page-content.block-twoimages .images-shape .second .inner {
	background-color: #65a843;	
}

.page-content.block-twoimages.bg-green .images-shape .second .inner {
	background-color: #2e515b;
}

.page-content.block-twoimages .images-shape .inner .image {
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	width: 100%;
	position: relative;
}

.page-content.block-twoimages .images-shape .inner .image img {
	width: 100%;
	display: block;
}

@media only screen and (min-width:460px) { 
	
	.page-top {
		height: 500px;
	}
	
	.page-top .inner .content {
		padding: 0 0 90px;
	}
	
	.block-mountains .image {
		height: 141px;
		background-size: 771px 142px;
	}	
	
	.block-mountains .front {
		height: 127px;
		background-size: 771px 128px;
	}	
		
}

@media only screen and (min-width:768px) {
	
	.page-top {
		height: 550px;
	}
	
	.page-top .image img {
		object-position: 50% 50%;
	}
	
	.page-top .inner .content {
		max-width: 300px;
		padding: 0 0 110px;
	}
	
	.page-top .inner .content h1,
	.page-top .inner .content h2 {
		font-size: 34px;
	}
	
	.block-mountains .image {
		height: 189px;
		background-size: 1032px 190px;
	}	
	
	.block-mountains .front {
		height: 171px;
		background-size: 1032px 172px;
	}
	
	.page-content {
		padding: 20px 0 100px;
	}
	
	.page-content .title {
		margin: 0 0 50px;
	}
	
	.page-content .title .container:before {
		display: block;
	}
	
	.page-content .title h1 {
		margin: 0 0 20px;
	}
	
	.page-content .title h1:before {
		width: 30px;
		height: 59px;
		margin: 0 auto 10px;
	}
	
	.page-content.bg-blue + .page-content.bg-blue,
	.page-content.bg-green + .page-content.bg-green {
		margin-top: -50px;
	}
	
	.page-content.bg-blue + .page-content.bg-green:before,
	.page-content.bg-green + .page-content.bg-blue:before {
		height: 84px;
		background-size: 1080px 84px;
		top: -80px;
	}
	
	.page-content.block-content h2.top-title {
		margin: 0 0 50px;
	}
	
	.page-content.block-content h2.top-title:before {
    	width: 30px;
    	height: 59px;
    	margin: 0 auto 10px;	
	}
	
	.page-content.block-twoimages .images-shape .second {
		margin: -120px 0 0 auto;
	}
	
}

@media only screen and (min-width:1024px) {

	.page-top {
		height: 600px;
	}	
	
	.page-top .inner .content {
		max-width: 460px;
		padding: 0 0 200px;
	}
	
	.page-top .inner .content h1,
	.page-top .inner .content h2 {
		font-size: 44px;
	}
	
	.block-mountains .image {
		height: 235px;
		background-size: 1281px 236px;
	}	
	
	.block-mountains .front {
		height: 212px;
		background-size: 1281px 213px;
	}	

	.page-content {
		padding: 40px 0 150px;
	}
	
	.page-content .title {
		border-bottom-width: 2px;
	}
	
	.page-content .title .container:before {
	    content: '';
    	background-size: 843px 240px;
    	background-position: left -300px center;
    	width: 260px;
    	height: 240px;
   	 	bottom: -27px;
	}
	
	.page-content .title h1 {
		margin: 0 0 25px;
		padding: 0 240px;
	}
	
	.page-content .title h1:before {
		width: 40px;
		height: 78px;
	}
	
	.page-content.bg-blue + .page-content.bg-blue,
	.page-content.bg-green + .page-content.bg-green {
		margin-top: -70px;
	}
	
	.page-content.bg-blue + .page-content.bg-green:before,
	.page-content.bg-green + .page-content.bg-blue:before {
		height: 105px;
		background-size: 1350px 105px;
		top: -100px;
	}
	
	.page-content.block-content h2.top-title:before {
    	width: 40px;
    	height: 78px;
	}
	
	.page-content.block-twoimages.image-right .row {
		flex-direction: row-reverse;
	}
	
	.page-content.block-twoimages .images-shape .second {
		margin: -90px 0 0 auto;
	}
	
	.page-content.block-twoimages .images-shape .inner {
		padding: 12px;
	}
	
}

@media only screen and (min-width:1280px) {

	.block-mountains .image {
		height: 265px;
		background-size: 1444px 266px;
	}	
	
	.block-mountains .front {
		height: 239px;
		background-size: 1444px 240px;
	}	
	
}

@media only screen and (min-width:1440px) {

	.block-mountains .image {
		height: 295px;
		background-size: 1607px 296px;
	}	
	
	.block-mountains .front {
		height: 266px;
		background-size: 1607px 267px;
	}	
	
	.page-content .title .container:before {
		left: -100px;
	}
	
	.page-content .title h1 {
		padding: 0 140px;
	}

}


@media only screen and (min-width:1600px) {
	
	.page-top {
		height: 800px;
	}	
	
	.block-mountains .image {
		height: 366px;
		background-size: 2000px 367px;
	}	
	
	.block-mountains .front {
		height: 331px;
		background-size: 2000px 332px;
	}	
	
}

@media only screen and (min-width:2000px) {

	.block-mountains .image {
		height: 366px;
		background-size: 100% 367px;
	}	
	
	.block-mountains .front {
		height: 331px;
		background-size: 100% 332px;
	}	
	
}

/***************************
       HOME
***************************/

.home-top {
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.home-top .image,
.home-top .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-top .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 35% 50%;
}

.home-top .inner {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.home-top .inner .content {
	max-width: 220px;
	padding: 0 0 50px;
}

.home-top .inner .content h2 {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 1px;
	margin: 0 0 30px;
	text-shadow: 1px 1px 10px rgb(0 0 0 / 70%);
}

.home-intro {
	padding: 50px 0 30px;
}

.home-intro .outer {
	background-color: #f6dd34;
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	padding: 5px;
}

.home-intro .inner {
	width: 100%;
	background-color: #2e515b;
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	text-align: center;
	padding: 55px 20px 40px;
	position: relative;
}

.home-mission {
	overflow: hidden;
	padding: 0 0 60px;
}

.home-mission .content {
	text-align: right;
}

.home-mission .content h2 {
	position: relative;
	padding: 100px 20px 5px 0;
}

.home-mission .content h2:after {
	content: '';
	background-image: url('./assets/images/tree-draw.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 421px;
	height: 120px;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
}

.home-mission .content h2:before {
	content: '';
	background-image: url('./assets/images/symbol.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;	
	display: block;
	position: absolute;
	width: 20px;
	height: 39px;
	z-index: -1;
	right: -10px;
	bottom: 0;
}

.home-mission .images-shape {
	margin: 0 0 30px;
}

.home-mission .images-shape .first {
	width: 80%;
	position: relative;
	z-index: 1;
}

.home-mission .images-shape .second {
	width: 60%;
	z-index: 2;
	position: relative;
	margin: -100px 0 0 auto;
}

.home-mission .images-shape .inner {
	width: 100%;
	height: auto;
	padding: 8px;
	background-color: #ffde00;
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	position: relative;
}

.home-mission .images-shape .first .inner {
	background-color: #ffde00;	
}

.home-mission .images-shape .second .inner {
	background-color: #65a843;	
}

.home-mission .images-shape .inner .image {
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	width: 100%;
	position: relative;
}

.home-mission .images-shape .inner .image img {
	width: 100%;
	display: block;
}

@media only screen and (min-width:460px) { 
	
	.home-top {
		height: 500px;
	}
	
	.home-top .inner .content {
		padding: 0 0 90px;
	}
		
}

@media only screen and (min-width:768px) {
	
	.home-top {
		height: 550px;
	}
	
	.home-top .image img {
		object-position: 50% 50%;
	}
	
	.home-top .inner .content {
		max-width: 300px;
		padding: 0 0 110px;
	}
	
	.home-top .inner .content h2 {
		font-size: 34px;
	}
	
	.home-intro {
		padding: 30px 0 50px;
	}
	
	.home-intro .inner {
		padding: 70px 40px 55px;
	}
	
	.home-mission {
		padding: 0 0 130px;
	}
	
	.home-mission .content {
		margin: 0 0 50px;
	}
	
	.home-mission .content h2 {
		padding: 200px 40px 5px 0;
		text-align: right;
		margin: 0 15px 30px 0;
	}
	
	.home-mission .content h2:after {
		width: 632px;
		height: 180px;
	}
	
	.home-mission .content h2:before {
		width: 30px;
		height: 59px;
		right: -15px;
	}
	
	.home-mission .images-shape .second {
		margin: -120px 0 0 auto;
	}
	
}

@media only screen and (min-width:1024px) {

	.home-top {
		height: 600px;
	}	
	
	.home-top .inner .content {
		max-width: 380px;
		padding: 0 0 200px;
	}
	
	.home-top .inner .content h2 {
		font-size: 44px;
	}
	
	.home-intro .outer {
		padding: 10px;
	}
	
	.home-intro .inner {
		padding: 100px 40px 85px;
	}
	
	.home-intro .inner h1 {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 15px;
	}
	
	.home-intro .inner p {
		font-size: 22px;
	}
	
	.home-intro .inner .inline-btn {
		font-size: 20px;
	}
	
	.home-intro .inner .bottom {
		bottom: -80px;
		border-bottom-width: 10px;
		left: 70px;
		width: calc(100% - 140px);
		height: 80px;
	}
	
	.home-intro .inner .bottom:before,
	.home-intro .inner .bottom:after {
    	width: 114px;
    	height: 114px;
    	left: -57px;
    	bottom: 13px;
    	border-bottom-width: 10px;
	}
	
	.home-intro .inner .bottom:after {
		left: auto;
		right: -57px;
	}	
	
	.home-mission {
		padding: 0 0 150px;
	}
	
	.home-mission .content h2 {
		margin: 0 20px 30px 0;
	}
	
	.home-mission .content h2:after {
		width: 843px;
		height: 240px;
	}
	
	.home-mission .content h2:before {
		width: 40px;
		height: 78px;
		right: -20px;
	}
	
	.home-mission .images-shape {
		margin: 120px 0 0;		
	}
	
	.home-mission .images-shape .second {
		margin: -90px 0 0 auto;
	}
	
	.home-mission .images-shape .inner {
		padding: 12px;
	}
	
}

@media only screen and (min-width:1600px) {
	
	.home-top {
		height: 800px;
	}	
	
}

/***************************
          PROJECTS 
***************************/

.project-loop .item {
	display: block;
	background-color: #2e515b;
	height: 100%;
	text-align: left;
	position: relative;
	text-decoration: none;
	color: #fff;
	box-shadow: 10px -10px 0px #f6dd34;
	padding: 0 0 55px;
}

.project-loop .item .image {
	width: 100%;
	display: block;
}

.project-loop .item .image img {
	display: block;
	width: 100%;
}

.project-loop .item .inner {
	padding: 20px 20px 5px;
}

.project-loop .item .inner h3 {
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0px;
	line-height: 120%;
}

.project-loop .item .inner h3 {
	margin: 0;
}

.project-loop .item .inner .location {
	font-size: 1.2em;
}

.project-loop .item .more {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px 20px;
	margin: 0;
}

.project-loop .item:hover {
	box-shadow: 15px -15px 0px #f6dd34;	
}

.project-loop .projects-slider {
	margin: 0 -20px 20px;
	padding: 0;
}

.project-loop .projects-slider .slick-list {
	padding: 0 40px 0 0;
}

.project-loop .projects-slider .slick-track {
    display: flex;
}

.project-loop .projects-slider li {
	padding: 15px 15px;
    height: inherit;
}

.project-loop .projects-slider .slick-prev,
.project-loop .projects-slider .slick-next {
	display: block;
	position: absolute;
    left: 15px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 0;
    opacity: 1;
    line-height: 0;
    margin: -20px 0 0;
    cursor: pointer;
    border: none;
    color: transparent;
    border-radius: 50%;
    outline: none;
	background-color: #2e515b;
    background-image: url('./assets/images/arrow-right.svg');
	background-size: 12px 20px;
    background-position: left 15px center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 9;
    transform: rotate(-180deg);
}

.project-loop .projects-slider .slick-next {
	left: auto;
	right: 15px;	
	transform: rotate(0deg);
}

.project-archive {
	padding: 20px 0 50px;
}

.project-archive .content {
	text-align: center;
	margin: 0 0 50px;
}

.project-archive .content h1:before {
	content: '';
    background-image: url(./assets/images/symbol.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 39px;
    margin: 0 auto 5px;	
}

.project-archive .column {
	padding-bottom: 30px;
}

.project-archive .item {
	background-color: #5193a3;
}

.project-archive .item .btn {
	background-color: #2e515b;
}

.project-archive .navigation {
	margin: 0 0 20px;
}

.project-archive .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.project-archive .navigation ul li {
    display: inline-block;
    background-color: #5193a3;
	width: 40px;
	height: 40px;
	text-align: center;
    font-size: 20px;
	font-weight: 600;
    color: #fff;
}

.project-archive .navigation ul li a {
	color: #fff;
	text-decoration: none;
	width: 40px;
	height: 40px;
    padding: 5px 15px;
	display: inline-block;
}

.project-archive .navigation ul li.active,
.project-archive .navigation ul li:hover {
	background-color: #65a843;
	color: #fff;
}

.project-archive .navigation ul li:hover a {
	color: #fff;
}

.project-title {
	padding: 20px 0 1px;
	text-align: center;
	position: relative;
}

.project-title .container {
	position: relative;
}

.project-title .container:before {
    content: '';
    background-image: url(./assets/images/tree-draw.svg);
    background-size: 632px 180px;
    background-repeat: no-repeat;
    background-position: left -240px center;
	background-color: #2e515b;
    display: none;
    width: 232px;
    height: 180px;
    position: absolute;
    z-index: 1;
	left: 0;
	bottom: -18px;
}

.project-title h3 {
	color: #ffde01;
	text-transform: uppercase;
	font-weight: 600;
    font-family: 'Outfit', sans-serif;	
}

.project-title h3:before {
    content: '';
    background-image: url(./assets/images/symbol.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 39px;
    z-index: -1;
	margin: 0 auto 5px;
}

.project-intro {
	border-bottom: 1px solid #5193a3;
	text-align: center;
}

.project-content {
	padding: 20px 0 50px;
}

.project-content h3 {
	color: #ffde01;
	text-transform: uppercase;
	font-weight: 600;
    font-family: 'Outfit', sans-serif;
}


.project-content  .images-shape .first {
	width: 80%;
	position: relative;
	z-index: 1;
}

.project-content .images-shape .second {
	width: 60%;
	z-index: 2;
	position: relative;
	margin: -100px 0 0 auto;
}

.project-content .images-shape .inner {
	width: 100%;
	height: auto;
	padding: 8px;
	background-color: #ffde00;
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	position: relative;
}

.project-content .images-shape .first .inner {
	background-color: #ffde00;	
}

.project-content .images-shape .second .inner {
	background-color: #65a843;	
}

.project-content .images-shape .inner .image {
	clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 84% 100%, 15% 100%, 0 85%, 0 15%);
	width: 100%;
	position: relative;
}

.project-content .images-shape .inner .image img {
	width: 100%;
	display: block;
}

.project-content .data {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.project-content .data .value {
	color: #ffde00;
	font-size: 40px;
}

.project-content .data .label {
	margin: 0 0 10px;
}

.project-others {
	position: relative;
	padding: 50px 0 80px;
	background-color: #65a843;
	text-align: center;
}

.project-others:before {
	content: '';
	display: block;
	width: 100%;
	height: 42px;
	background-image: url('./assets/images/mountains-green.svg');
	background-size: 540px 42px;
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	z-index: -1;
	top: -40px;
}

.project-others h2.title {
	text-align: center;
	margin: 0 0 30px;
}

.project-others h2.title:before {
	content: '';
	background-image: url('./assets/images/symbol-green.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;	
	display: block;
	margin: 0 auto 15px;
	width: 20px;
	height: 39px;	
}

.project-others .all {
	margin: 0 0 30px;
}

.project-others h3 {
	line-height: 150%;
}

@media only screen and (min-width:768px) {
	
	.project-loop .projects-slider {
		margin: 0 -30px 30px;
		padding: 5px 55px 5px 50px;
	}
	
	.project-loop .projects-slider .slick-list {
		padding: 0 5px;
	}
	
	.project-loop .projects-slider li {
		padding: 15px 15px;
	}
	
	.project-archive {
		padding: 20px 0 100px;
	}
	
	.project-archive .content {
		margin: 0 0 70px;
	}
	
	.project-archive .content h1:before {
		width: 30px;
    	height: 59px;
	}

	.project-archive .column {
		padding-bottom: 60px;
	}
	
	.project-title {
		border-bottom: 2px solid #5193a3;
	}
	
	.project-title .container:before {
		display: block;
	}
	
	.project-title h3:before {
		width: 30px;
		height: 59px;
	}
	
	.project-title h2 {
		padding: 0 120px;
		position: relative;
		z-index: 3;
	}
	
	.project-intro {
		border-bottom-width: 2px;
		padding: 40px 0 20px;
	}
	
	.project-intro .introduction {
		font-size: 24px;
	}
	
	.project-content {
		padding: 40px 0 100px;
	}
	
	.project-content .images-shape .second {
		margin: -120px 0 0 auto;
	}
	
	.project-content .data {
		margin: 30px 0;
	}
		
	.project-content .data .value {
		font-size: 60px;
	}
	
	.project-content .data .label {
		font-size: 24px;
	}
	
	.project-others {
		padding: 50px 0 120px;
	}
	
	.project-others:before {
		height: 84px;
		background-size: 1080px 84px;
		top: -80px;
	}
	
	.project-others h2.title {
		margin: 0 0 50px;
	}
	
	.project-others h2.title:before {
		width: 30px;
		height: 59px;	
	}
	
	.project-others .all {
		margin: 0 0 50px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.project-loop .item {
		padding: 0 0 75px;	
	}
	
	.project-loop .item .inner {
		padding: 30px 30px 15px;
	}	
	
	.project-loop .item .more {
		padding: 0 30px 30px;
	}
	
	.project-loop .projects-slider {
		padding: 5px 75px 5px 70px;		
	}
	
	.project-loop .projects-slider li {
		padding: 15px 25px;
	}
	
	.project-loop .projects-slider .slick-prev,
	.project-loop .projects-slider .slick-next {
    	left: 15px;
    	width: 60px;
    	height: 60px;
    	margin: -30px 0 0;
		background-size: 18px 30px;
    	background-position: left 22px center;
	}
	
	.project-loop .projects-slider .slick-next {
		left: auto;
		right: 15px;	
	}
	
	.project-archive {
		padding: 40px 0 150px;
	}
	
	.project-archive .content h1:before {
    	width: 40px;
    	height: 78px;
	}
	
	.project-title {
		padding: 40px 0 20px;
	}
	
	.project-title .container:before {
		content: '';
    	background-size: 843px 240px;
    	background-position: left -300px center;
    	width: 260px;
    	height: 240px;
    	bottom: -37px;
	}
	
	.project-title .back {
		float: right;
	}
	
	.project-title h3:before {
    	width: 40px;
    	height: 78px;
	}
	
	.project-title h2 {
		padding: 0 240px;
	}
	
	.project-content {
		padding: 60px 0 150px;
	}
	
	.project-content .images-shape .second {
		margin: -90px 0 0 auto;
	}
	
	.project-content .images-shape .inner {
		padding: 12px;
	}
	
	.project-content .data .value {
		font-size: 80px;
	}
	
	.project-content .data .label {
		font-size: 32px;
	}
	
	.project-others {
		padding: 70px 0 150px;
	}
	
	.project-others:before {
		height: 105px;
		background-size: 1350px 105px;
		top: -100px;
	}
	
	.project-others h2.title:before {
		width: 40px;
		height: 78px;	
	}
	
	
}

@media only screen and (min-width:1440px) {
	
	.project-title .container:before {
		left: -100px;
	}
	
	.project-title h2 {
		padding: 0 140px;
	}

}

/***************************
          FOOTER
***************************/

.footer {
	background-color: #fff;
	color: #2e515b;
	padding: 30px 0;
	position: relative;
	z-index: 99;
}

.footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 42px;
	background-image: url('./assets/images/mountains-white.svg');
	background-size: 540px 42px;
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	z-index: -1;
	top: -40px;
}

.footer a {
	color: #2e515b;
	text-decoration: none;
}

.footer-main .logo {
	text-align: center;
}

.footer-main .logo a {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	margin: 0 0 20px;
}

.footer-main .navi ul {
	list-style-type: none;
	padding: 0 0 10px;
	border-bottom: 1px solid #2e515b;
}

.footer-main .navi ul li {
	padding: 3px 0 5px 0;
	line-height: 120%;
}

.footer-main .navi ul li a {
	display: inline-block;
	border-bottom: 3px solid #fff;
}

.footer-main .navi ul li.current-menu-item a {
	border-bottom-color: #f6dd34;
	font-weight: bold;
}

.footer-main .navi ul li a:hover {
	border-bottom-color: #f6dd34;
}

.footer-main .address p {
	padding: 0 0 20px;
	border-bottom: 1px solid #2e515b;	
}

.footer-main .address p a:hover {
	text-decoration: underline;
}

.footer-bottom .copy {
	line-height: 150%;
}

.footer-bottom .copy a:hover {
	text-decoration: underline;
}

.footer-bottom .copy span {
	display: block;
}

.footer-bottom .copy span.developer a {
	font-weight: 600;
}


@media only screen and (min-width:768px) {
	
	.footer {
		padding: 40px 0;
	}
	
	.footer:before {
		height: 84px;
		background-size: 1080px 84px;
		top: -80px;
	}
	
	.footer-main {
		margin: 0 0 30px;
	}
	
	.footer-main .logo {
		order: 2;
	}
	
	.footer-main .navi {
		order: 3;
		text-align: right;
	}
	
	.footer-main .navi ul {
		border-bottom-width: 0px;
		padding: 0; 
	}
	
	.footer-main .address {
		order: 1;
	}
	
	.footer-main .address p {
		padding: 0;
		border-block-width: 0px;
	}
	
	.footer-bottom .copy {
		text-align: center;
		font-size: 17px;
	}
	
	.footer-bottom .copy span {
		display: inline-block;
	}
	
	.footer-bottom .copy span:before {
		content: '|';
		display: inline-block;
		padding: 0 7px 0 5px;
	}
	
	.footer-bottom .copy span:first-child:before {
		display: none;
	}

}

@media only screen and (min-width:1024px) {
	
	.footer:before {
		height: 105px;
		background-size: 1350px 105px;
		top: -100px;
	}
	
	.footer-main .logo a {
		max-width: 300px;
	}
	
	
}