.cover {
	position: relative;
	color: #fff;
}

.cover:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 300px;
	
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	
	opacity: .8;
	pointer-events: none;
}
.cover:after {
	display: block;
	content: '';
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.cover {
		height: 100vh;
	}
}

@media (max-width: 1199px) {
	.cover {
		height: 80vh;
	}
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	margin-top: -10px;
}

.gold {
	color: #eed171;
}

.cover-content h1 {
	font-weight: bold;
	font-size: 4vw;
}

.cover-content h2 {
	letter-spacing: 2px;
	font-size: 3vw;
}

@media (max-width: 991px) {
	.cover-content h1 {
		font-size: 7vw;
	}

	.cover-content h2 {
		letter-spacing: 0;
		font-size: 4vw;
	}
}

/**/

.read-more a {
	background: #111;
	color: #fff;
	border-radius: 3rem;
	font-size: 1.4rem;
	display: inline-block;
	padding: .25rem .75rem;
	font-weight: bold;
	box-shadow: 5px 5px 1px rgb(225 198 107);
}


/**/

.who-we-are {
	background: #111;
	color: #fff;
	padding: 5rem 3rem;
	text-align: center;
	font-size: 1.4rem;
}

.who-we-are h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

/**/

.steps {
	color: #111;
	padding: 5rem 3rem;
	text-align: center;
	font-size: 1.4rem;
}

.steps h3 {
	font-weight: bold;
	font-size: 2.2rem;
}

.steps .icon {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .75rem;
	background: #111;
	box-shadow: 5px 5px 1px rgb(225 198 107);
}

.steps img {
	max-width: 70px;
}

.steps .step-num {
    color: #e8e8e8;
    font-size: 22vw;
    line-height: 19vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/**/

.portfolio {
	padding: 5rem 0;
	border-top: 2px solid #eed171;
	border-bottom: 2px solid #eed171;
	text-align: center;
	font-size: 1.4rem;
}

.portfolio h2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}