/* SITE CSS */
/* WEBSITE 2024 Â© BOUW85 - BRAVE BOYS - STELLAR */



/* BODY */

body {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
	line-height: 1.6;
	/*text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}


/*.page--background--image {
	background-image: url('../../images/background/image.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom 400px;
}*/


/* NAVIGATION */

.navbar.sticky--top {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s, box-shadow 0.3s;
}

.navbar.sticky--top.scrolled {
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar--container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

a.navbar-brand {
	padding-left: 1.5rem;
}

.navbar-brand img {
	height: 70px;
	transition: all 0.3s ease;
}

.navbar.sticky--top.scrolled .navbar-brand img {
	height: 60px;
}

.navbar-nav {
	display: flex;
	gap: 1rem;
}

.nav--item {
	list-style: none;
}

.nav--link--language {
	color: #000;
	padding: 0.5rem !important;
	transition: color 0.3s ease, background-color 0.3s ease;
	display: inline-block;
	border-radius: 50px;
	margin: 0;
}

.nav--item img.language--icon {
	height: 30px;
}

.nav--link {
	border: 2px solid transparent;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 800;
	font-size: 1.35rem;
	color: #000;
	padding: 0.95rem 1rem 0.75rem 1rem !important;
	transition: color 0.3s ease, background-color 0.3s ease;
	display: inline-block;
	border-radius: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
}

.nav--link:hover {
	background-color: #F2F2F2;
	color: #000;
}

.navbar.sticky--top.scrolled .nav--link:hover {
	background-color: #06CFCD;
	color: #FFF;
}

.navbar.sticky--top .nav--link.active {
	background-color: #FFF;
	border: 2px solid #06CFCD;
	color: #000;
}

.navbar.sticky--top.scrolled .nav--link.active {
	background-color: #06CFCD;
	border: 2px solid #06CFCD;
	color: #FFF;
}


/* navbar with toggler */
.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler .nav__button {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease-in-out;
	width: 2.5rem;
}

.navbar-toggler .nav__button:hover .nav__button--stroke--middle {
	width: 100%;
}

.nav__button--stroke {
	background-color: #000;
	height: 2px;
	margin: .35rem 0;
	width: 100%;
}

.nav__button--stroke--middle {
	background-color: #000;
	height: 2px;
	margin: .25rem 0;
	transition: width .2s ease-in-out;
	width: 80%;
}


.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar a.navbar-brand img.brand-logo {
	height: 20px;
}

.navbar .offcanvas button.btn__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: 42px;
	justify-content: center;
	opacity: .5;
	transition: opacity .2s ease-in-out;
	padding: 0;
}

.navbar .offcanvas button.btn__close:hover {
	opacity: 1;
}

.offcanvas-brand--logo {
	background-color: #032b2d;
	padding: 1rem 2rem 1.175rem 2rem;
}

.navbar .offcanvas {
	background-color: #FFF;
}

.navbar .offcanvas .offcanvas-title {
	color: #999;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

.navbar .offcanvas-header {
	padding: 2rem 2rem 1rem 2rem;
	align-items: end;
}

.navbar .offcanvas-body {
	padding: 0rem 1rem;
	display: flex;
	flex-direction: column;
}

.navbar .offcanvas-body a.nav-link {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 300;
	transition: .2s ease-in-out all;
	text-decoration: none;
}

.navbar .offcanvas-body a.nav-link:hover {
	color: #E6BA30;
	margin-left: 10px;
	transition: .2s ease-in-out all;
}

.navbar .offcanvas-body a.nav-link.active {
	color: #E6BA30;
	font-weight: 500;
	transition: .2s ease-in-out all;
}



/* HEADER */

section header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	background-color: #FFF;
}

section header h2 {
	font-size: 3.25rem;
	letter-spacing: -.0125rem;
	font-weight: 800;
	color: #111;
}

section header h3 {
	background-color: #06CFCD;
	color: #FFF;
	display: inline-flex;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .85rem 1rem .5rem 1rem;
}

section header .hero--container {
	padding: 0 0 3rem 0;
	position: relative;
}

section header .hero--content--box {
	position: absolute;
	padding: 1rem;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image--content--box {
	position: absolute;
	right: -35px;
	top: -150px;
	z-index: 999;
}

.image--content--box img {
	height: auto;
	width: 350px;
}

.hero--content--box .text--content--box {
	width: 90%;
	text-align: start;
}

.hero--content--box h2 {
	color: #FFF;
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 1rem;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

section header .hero--img--box {
	border-radius: 0;
	/* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15); */
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

section header .hero--container img {
	width: 100%;
	height: 850px;
	object-fit: cover;
}

section header .hero--container--small img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}



/* ---------------------------------------------------
	INTRO
----------------------------------------------------- */

.intro__block {
	background-color: #F6F6F6;
	padding: 5rem 0;
	width: 100%;
}

.intro__block.home--block {
	background-color: #E0F8F5;
	padding: 5rem 0;
	width: 100%;
}

.intro__block.vacancies--block {
	background-color: #E0F8F5;
	padding: 5rem 0;
	width: 100%;
}

.intro--bg {
	background-image: url('../../images/background/bouw85-intro-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.intro__block .container {
	background-color: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.intro__block h1 {
	color: #111;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 3.25rem;
	font-weight: 800;
	letter-spacing: 0;
}

h1 span.marker {
	color: #2DC8C7;
}

.intro__block h2 {
	color: #20A2B0;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .65rem;
}

.intro__block p {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -.0125rem;
}

.intro__block .text--block--wrapper {
	background-color: #49CDCC;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 2.5rem;
}

.intro__block .text--block--body {
	background-color: #F6F6F6;
	padding: 2.5rem;
}




/* PROJECTS */

.project__block {
	background-color: #F8F8F8;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5rem 0 5rem 0;
}

.project__block h2 {
	font-size: 3rem;
	margin-bottom: .5rem;
	letter-spacing: -.025rem;
}

.project__block p {
	font-size: 1.45rem;
	font-weight: 400;
}

.project--wrapper {
	background-color: #fefefe;
	padding: 1.5rem;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	text-align: start;
	border-radius: 0;
	transition: transform 0.5s ease;
}

.project--wrapper:hover img {
	transform: scale(1.1);
}

.project--wrapper .item--content {
	padding: 2rem 1rem;
}

.project--wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: start;
}

.project--wrapper li i {
	font-size: 1.15rem;
	color: #06CFCD;
}

.project--wrapper li i.suboption {
	font-size: 1.15rem;
	color: #FFF;
}

.project--wrapper li span {
	font-size: 1.25rem;
}

.project__block .col-12 {
	text-align: center;
	padding: 0 0.75rem;
}

.project--wrapper .item--image {
	overflow: hidden;
}

.project--wrapper .item--image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	width: 100%;
	transition: transform 0.5s ease;
}

.project--wrapper h2 {
	font-size: 1.65rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.project--wrapper p {
	margin-top: 0.5rem;
	font-size: 1.1rem;
}

.project--wrapper button.detail--button {
	background-color: #06CFCD;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 600;
	padding: .5rem 1.5rem .75rem 1.5rem;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center;
	display: inline-block;
	line-height: normal;
	font-family: 'Eina 01', Arial, sans-serif;
	width: 100%;
}

.project--wrapper button.detail--button:hover {
	background-color: #06CFCD;
	color: #000;
}

.project__block button.next--button:hover {
	background-color: #06CFCD;
}



/* FEATURES */

.features__block {
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6rem 0 3rem 0;
}

.features__block .row:first-of-type {
	margin-bottom: 2rem;
}

.features__block .intro--container h2 {
	font-size: 2.5rem;
	margin-bottom: .5rem;
	color: #002599;
	letter-spacing: -.0125rem;
}

.features__block p {
	font-size: 1.45rem;
	font-weight: 400;
}

.feature--wrapper {
	background-color: #fefefe;
	padding: 2.5rem 1.5rem;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	text-align: center;
	border-radius: 1rem;
}

.features__block .col-12 {
	text-align: center;
	padding: 0 0.75rem;
}

.feature--wrapper .icon i.item1 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #FC658C;
}

.feature--wrapper .icon i.item2 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #FFB600;
}

.feature--wrapper .icon i.item3 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #FF682C;
}

.feature--wrapper .icon i.item4 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #39C97D;
}

.feature--wrapper h2 {
	margin-top: 1.25rem;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -.0125rem;
}

.feature--wrapper p {
	margin-top: 0.5rem;
	font-size: 1.1rem;
	line-height: 1.45;
}



/* BANNER */

.banner__block {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background-image: url('path-to-your-banner-image.jpg');
	background-size: cover;
	background-position: center;
}

.banner__block .banner--content {
	text-align: center;
}

.banner__block .banner--content h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.banner__block .banner--content p {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.banner__block .tryfree--button {}



/* PARAGRAPH */

.paragraph__block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding: 5rem 0;
}

.paragraph__block.news--block {
	padding: 8rem 0 2rem 0;
}

.paragraph__block.vacancy--block {
	padding: 8rem 0 2rem 0;
}

.paragraph__block.vacancy--detail--block {
	padding: 8rem 0 5rem 0;
}

.paragraph__block .image--container {
	padding: 3rem 0;
}

.paragraph__block .image--container img {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
	height: 600px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.paragraph__block h2 {
	color: #20A2B0;
	font-size: 2.25rem;
	margin-bottom: 1rem;
	line-height: 1.1;
}

.paragraph__block h3 {
	color: #111;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	line-height: 1;
}

.paragraph__block p {
	font-size: 1.3rem;
	line-height: 1.6;
}

.paragraph__block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.paragraph__block li i {
	font-size: 1.15rem;
	color: #39C97D;
}

.paragraph__block li span {
	font-size: 1.25rem;
}

.paragraph__block .sticky--image {
	position: sticky;
	top: 100px;
}

.paragraph__block .sticky--image img {
	width: 100%;
	/* min-height: 500px; */
	/* object-fit: cover; */
	/* border-radius: 1rem; */
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
	border: .25rem solid #FFF;
}

.paragraph__block button.button__link--readmore {
	background-color: #06CFCD;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 700;
	padding: 1rem 1.5rem .75rem 1.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.paragraph__block button.button__link--readmore i {
	transition: transform 0.3s ease;
}

.paragraph__block button.button__link--readmore:hover {
	background-color: #06CFCD;
	color: #111;
}

.paragraph__block button.button__link--readmore:hover i {
	transform: translateX(8px);
}


.paragraph__block button.button__link--vacancy {
	animation: pulse-animation 2.5s infinite;
	background-color: #06CFCD;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 700;
	padding: 1rem 1.5rem .75rem 1.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.paragraph__block button.button__link--vacancy i {
	transition: transform 0.3s ease;
}

.paragraph__block button.button__link--vacancy:hover {
	background-color: #06CFCD;
	color: #111;
}

.paragraph__block button.button__link--vacancy:hover i {
	transform: translateX(4px);
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(37, 194, 174, 0.8);
	}

	50% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* HIGHLIGHTS */

.highlight__block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding: 10rem 0 5rem 0;
}

.highlight__block .text--block--wrapper {
	background-color: #06CFCD;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 2.5rem;
}

.highlight__block .text--block--body {
	background-color: #FFF;
	padding: 2.5rem;
}

.highlight__block h2 {
	color: #111;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	line-height: 1;
}

.highlight__block p {
	font-size: 1.3rem;
	line-height: 1.6;
}



/* REGISTER */

.register__block {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0;
}

.register__block h2 {
	font-size: 2.25rem;
	line-height: 1.3;
	font-weight: 700;
}

.register__block .content--wrapper {
	background-color: #EFEFEF;
	border-radius: 2rem;
	padding: 2rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.register__block .form--container {
	background-color: white;
	border-radius: 1.5rem;
	padding: 2rem;
}

.register__block .form-group label {
	display: block;
	margin-bottom: 0.5rem;
	text-align: left;
	font-weight: 600;
	font-size: 1.1rem;
}

.register__block .form-group input {
	width: 100%;
	padding: 0.5rem;
	border-radius: 0.3rem;
	border: 1.5px solid #DDD;
	color: #111;
	transition: border-color 0.3s ease;
	/* transition effect for border color */
}

.register__block .form-group input::placeholder {
	color: #DDD;
}

.register__block .form-group input:focus {
	border-color: #007bff;
	/* different border color when focused */
	outline: none;
	/* remove focus outline */
}

.register__block .submit--button {
	width: 100%;
}

.register__block .header--container,
.register__block .terms--text,
.register__block .login--prompt {
	text-align: center;
}

.register__block .terms--text p,
.register__block .login--prompt p {
	font-size: 1rem;
}



/* PACKAGES */

.package__block {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.package__block h2 {
	font-size: 2.75rem;
	line-height: 1.3;
	font-weight: 700;
}

.package__block .container {
	text-align: center;
}

.package__block .header--container {
	padding: 4rem 0;
}

.cards--wrapper {
	padding: 0 0.75rem;
	/* total padding will be 1.5rem */
}

.card--wrapper {
	background-color: white;
	border-radius: 1.5rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.package--card {
	padding: 1rem;
}

.package--card h2 {
	color: #B3B3B9;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
}

.package--card h3 {
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 700;
}

.package--price small {
	font-weight: normal;
	font-size: smaller;
}

.employee--control {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}

.control--btn {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.employee--count {
	width: 50px;
	text-align: center;
	border: none;
}

.try--btn {
	width: 100%;
}

.try--btn:focus {
	outline: none;
}

.package--divider {
	border-top: 1.5px solid #EEE;
	margin: 2.5rem 0;
}

.features--list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.features--list li {
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
}

.features--list li span {
	display: inline-block;
	margin-bottom: 0.125rem;
}

.features--list li i {
	color: #00DFB2;
	margin-right: 0.75rem;
}



/* FAQ */

.faq__block {
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10rem;
	padding-top: 2rem;
}

.faq__block .img-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.0)40%);
}

.faq__block .faq--image img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 1rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}


.faq__block .faq--heading {
	font-size: 2rem;
	margin-bottom: .5rem;
	color: #002599;
	letter-spacing: -.025rem;
}

.faq__block .faq--text {
	font-size: 1.25rem;
}

.accordion-button {
	background-color: transparent;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

h2.accordion-header button {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
	background-color: #39C97D;
	color: white;
}

.accordion-button:not(.collapsed)::after {
	color: white;
}

.accordion-body {
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'Eina 01', Arial, sans-serif;
	color: #000;
}

.accordion-button::after {
	transition: transform 0.2s ease-in-out;
}

.accordion-button:focus {
	box-shadow: none;
}



/* CALL TO ACTION */

.cta__block--top {
	min-height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cta__block {
	min-height: 30vh;
	background-color: #E0F8F5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 3.5rem 0 5rem 0;
}

/*.cta__block.logo--bg {
	background-image: url('../../images/background/image.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}*/

.cta__block h2 {
	font-size: 2.75rem;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 1rem;
	letter-spacing: -.025rem;
}

.cta__block p {
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

.cta__block .cta--button {
	padding: 1rem 1.5rem;
	background-color: #06CFCD;
	font-size: 1.5rem;
	letter-spacing: -.025rem;
	padding: 1rem 1.75rem .75rem 1.75rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.cta__block .cta--button:hover {
	background-color: #111;
}

.cta__block .cta--button:focus {
	outline: none;
}

.cta__block .trial-period {
	display: block;
	margin-top: 1.25rem;
}


/* GRADIENT */
.gradient--section {
	height: 8px;
	background-color: #06CFCD;
}



/* ---------------------------------------------------
	PROJECT PAGE
----------------------------------------------------- */

header.project-hero-wrapper img {
	height: 800px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

header.project-hero-wrapper h2 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 6rem;
	font-weight: 800;
}

header.project-hero-wrapper p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 400;
}

section.project-showcase-wrapper .project-img img {
	height: 500px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}


/* BREADCRUMBS */

.breadcrumbs {
	width: 100%;
}

.breadcrumbs ol.breadcrumbs-list {
	display: flex;
	list-style: none;
	padding: 1rem 1rem;
	width: 100%;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item {
	padding-left: .75rem;
	padding-right: .75rem;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a {
	color: #8f8f8f;
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a .fa-house-blank {
	color: #06CFCD;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a:hover {
	color: #06CFCD;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a.active {
	color: #06CFCD;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

li.breadcrumbs-list-cev {
	padding-left: .25rem;
	padding-right: .25rem;
}

li.breadcrumbs-list-cev i {
	color: #a8a8a8;
	font-size: .9rem;
}


/* META */

ul.project-page-meta {
	display: flex;
	list-style: none;
	padding: 0;
	width: 100%;
}

ul.project-page-meta li {
	margin-right: 1.5rem;
}

ul.project-page-meta li i {
	color: #06CFCD;
	font-size: 1.125rem;
	margin-right: .25rem;
}

ul.project-page-meta li span.info {
	color: #6c7478;
	font-size: 1.125rem;
	margin-left: .25rem;
}


/* PROJECT STATS */

.project-stats {
	background-color: #06CFCD;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	margin-top: 8rem;
	padding: 2.5rem;
}

.project-stats-wrapper {
	align-content: center;
	background-color: #FFF;
	padding: 2.5rem;
	width: 100%;
	display: flex;
}

.project-stats-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.project-stats-wrapper ul li.stats-item {
	text-align: start;
	position: relative;
}

.project-stats-wrapper ul li.stats-item:nth-child(3n) {
	border-right: none;
}

.project-stats-wrapper ul li.stats-item:not(:nth-child(3n)) {
	border-right: 1px solid #EEE;
}

.project-stats-wrapper ul li.stats-item:nth-child(-n+3) {
	border-bottom: 1px solid #EEE;
}

.stats-item .stats-item-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.stats-item .counter-box {
	text-align: center;
}

.stats-item .title-box {
	text-align: center;
}

.stats-item .stats-item-content .counter-box span {
	color: #06CFCD;
	display: block;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: .75rem;
}

.stats-item .stats-item-content .title-box span {
	color: #1e231e;
	display: block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1;
}


/* LIGHTGALLERY */

.lg-outer .lg-thumb-item {
	transition: .2s ease-in-out all;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #06CFCD !important;
}



/* FORM */

.form__block.intro--block {
	display: flex;
	align-items: center;
	padding: 9rem 0 3rem 0;
	background-color: #FFF;
}

.form__block.intro--block h1 {
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: .5rem;
}

.form__block.intro--block h2 {
	color: #20A2B0;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .65rem;
}

.form__block.intro--block h3 {
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .65rem;
}

.form__block.intro--block p {
	font-size: 1.25rem;
}

.form__block.intro--block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form__block.intro--block li i {
	font-size: 1.15rem;
	color: #39C97D;
}

.form__block.intro--block li span {
	font-size: 1.25rem;
}


.form__block form {
	width: 100%;
}

.form--body {
	background-color: #06CFCD;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 2.5rem;
}

.form--body--inner {
	background-color: #FFF;
	padding: 3rem;
}

.form--body--inner h2 {
	color: #002599;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: .25rem;
}

.form--body--inner p {
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

.form--body .form--body--inner p {
	font-size: 1.15rem;
}

.form--body label {
	color: #111;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -.0125em;
	text-transform: uppercase;
}

.form--body .form-control {
	border: 1.5px solid #ccc !important;
	border-radius: 0;
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: 50px;
}

.form--body .form-control:focus {
	background-color: #fff !important;
	border-color: #06CFCD !important;
	box-shadow: 0 0 0 .15rem rgba(6, 207, 205, .25) !important;
	color: #000743 !important;
}

.form--body textarea.form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: auto !important;
}

.form--body .form-control::placeholder {
	color: #aaa;
	opacity: 1;
}

span.indication {
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
}

.form--body form .radio {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body form .checkbox {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body .checkbox span.indication,
.form--body .radio span.indication {
	font-size: 1.05rem;
}

.form--body .radio .cr .cr-icon {
	color: #FFB600;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body .checkbox .cr .cr-icon {
	color: #000743;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body main.form-clientinput .checkbox .cr.master {
	border: 2px solid #00dfb2;
}

.form--body p.footer__details {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: .95rem;
}


.form__block img.contact-page-logos {
	height: 100px;
}


/* button */

.form--body button.btn--form {
	background-color: #008DA2;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	padding: 1rem 1.5rem .85rem 1.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.form--body button.btn--form:hover {
	background-color: #010101;
}

.form--body button.btn--form i {
	transition: transform 0.3s ease;
}

.form--body button.btn--form:hover i {
	transform: translateX(8px);
}



/* FOOTER */

.footer__top--container {
	background: linear-gradient(to bottom, #20A2B0 0%, #008796 100%);
}

.footer__top {
	font-family: 'Eina 01', Arial, sans-serif;
	justify-content: center;
	padding: 6rem 0 5rem 0;
}

.footer__top h3 {
	color: #FFF;
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: .5rem;
}

.footer--link {
	color: #FFF;
	font-size: 1.15rem;
	transition: color 0.3s ease;
	text-decoration: none;
	margin-right: 0.25rem;
	white-space: nowrap;
}

.footer--list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer--list li {
	margin: .1rem 0;
}

.footer--info {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer--info li {
	margin: .1rem 0;
}

.footer--info li p {
	color: #FFF;
	font-size: 1.15rem;
}

.footer--link:hover {
	color: #111;
}

.footer--icon {
	color: #FFF;
	font-size: .9rem;
	margin-right: 0.25rem;
}

.footer__bottom--container {
	background-color: #008796;
}

.footer__bottom {
	background-color: #008796;
	padding: 1rem 0;
}

.bottom-link {
	color: #FFF;
	font-size: 0.95rem;
	transition: color 0.3s ease;
	text-decoration: none;
}

.bottom-link:hover {
	color: #09F7F5;
}



/* TEXT */

h1,
h2,
h3,
h4 {
	color: #000;
	font-family: 'Gotham Pro', Arial, sans-serif;
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 900;
}

h2 {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.75rem;
	line-height: 1.4;
	font-weight: 800;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}

p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	text-rendering: optimizeLegibility;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

p a {
	color: #06CFCD;
	text-decoration: underline;
	transition: color 0.3s ease;
}

p a:hover {
	color: #111;
}

a {
	color: inherit;
	text-decoration: none;
}



/* ANIMATION */

.delay-1 {
	animation-delay: 0.1s;
}

.delay-2 {
	animation-delay: 0.2s;
}

.delay-3 {
	animation-delay: 0.3s;
}

.delay-4 {
	animation-delay: 0.4s;
}




/* MARKER ANIMATION */

.marker--animation {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.marker--animation::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background: #C6BCFF;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	z-index: -1;
}

.paragraph__block.reversed .row {
	flex-direction: row-reverse;
}

.marker--animation.scrolled::after {
	transform: translateX(0);
}



/* BUTTON */

button {
	background-color: #EEE;
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .75rem 1.5rem;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center;
	display: inline-block;
	line-height: normal;
	font-family: 'Gotham Pro', Arial, sans-serif;
	letter-spacing: -.025rem;
}

button:hover {
	background-color: #DDD;
}

button:focus {
	outline: none;
}









/* END CSS FILE */