html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	font-weight: 300;
	color: #404143;
	background: #fff;
	font-family: "Rubik", sans-serif;
	line-height: 26px;
	font-style: normal;
	font-size: 16px;
	margin: auto;
}

a {
	text-decoration: none !important;
}

p a,
h2 a {
	color: #507052;
	font-style: italic;
	font-weight: 600;
	transition: 300ms;
}

p a:hover,
h2 a:hover {
	color: #507052;
	opacity: 0.85;
}

strong {
	font-weight: 600;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #404143;
	line-height: 1.2;
}

.header-text h1 {
	font-size: 60px;
	font-weight: 900;
}

@media (max-width:992px) {
	.header-text h1 {
		font-size: 35px;
	}
}

@media (max-width:576px) {
	.header-text h1 {
		font-size: 30px;
	}
}

h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

@media (max-width:576px) {
	h2 {
		font-size: 25px;
	}
}

h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

@media (max-width:576px) {
	h3 {
		font-size: 18px;
	}
}

.custom-btn {
	background-color: #39443C;
	color: #fff;
	border-radius: 10px;
	padding: 15px 35px;
	position: relative;
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.custom-btn:hover {
	background-color: #000;
	color: #fff;
}

.footer {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #39443C;
	padding: 20px 0;
	color: rgba(239, 246, 244, 0.75);
	font-size: 15px;
}

.navbar {
	transition: 330ms;
	padding: 10px 20px;
	background-color: #39443C;
	border-radius: 0;
	margin: 0 auto;
}

.nav-item {
	padding-left: 15px;
	padding-right: 15px;
}

.nav-item:last-child {
	padding-right: 0;
}

.nav-item .nav-link {
	display: block;
	font-size: 17px;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 40px;
	border: transparent;
	font-weight: 600;
	padding: 0 10px !important;
}

.nav-link:hover,
.nav-link.active {
	color: #fff !important;
}

.navbar-brand {
	vertical-align: middle;
	transition: 300ms;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.form-floating label {
	padding-left: 15px;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
	border-color: rgba(55, 63, 39, 0.4);
	outline: none;
	box-shadow: none;
}

.min-height-text-area {
	min-height: 160px !important;
}

@media (max-width:768px) {
	.width-mobile {
		width: 98% !important;
	}
}

.container {
	max-width: 1200px;
}

::marker {
	color: #39443C;
	font-weight: bold;
}

.header {
	padding-top: 250px;
	padding-bottom: 200px;
	background-image: url('/assets/images/shutterstock_1158255151.jpg');
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width:576px) {
	.header {
		padding-top: 150px;
		padding-bottom: 60px;
	}
}

.overlay {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.15) 10%,
			rgba(255, 255, 255, 0.25) 60%,
			rgba(255, 255, 255, 0.5) 70%,
			rgba(255, 255, 255, 0.75) 80%,
			rgba(255, 255, 255, 1) 100%);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #fff;
}

.box {
	padding: 30px;
	border-radius: 15px;
	position: relative;
	background-color: rgba(57, 68, 60, 0.08);
}

.bg-light-green {
	background-color: rgba(57, 68, 60, 0.08);
}

.container-fluid {
	max-width: 1400px;
}