* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@font-face {
	font-family: marcellus;
	src: url(./../assets/fonts/Marcellus-Regular.ttf)
}

@font-face {
	font-family: poppins;
	src: url(./../assets/fonts/Poppins-Light.ttf)
}

@font-face {
	font-family: montserrat;
	src: url(./../assets/fonts/Montserrat-Medium.ttf)
}

@font-face {
	font-family: poppinsSemi;
	src: url(./../assets/fonts/Poppins-SemiBold.ttf)
}

body,
html {
	font-size: 100%;
	overflow-x: hidden !important;
	font-family: poppins;
	padding: 0 !important;
	margin: 0 !important;
	background: #e9e8e4
}

h1 {
	font-family: marcellus;
	letter-spacing: 3.5px;
	line-height: 1.3em
}

.section_2 h2 {
	font-family: marcellus;
	letter-spacing: 3.5px;
	line-height: 1.3em;
	font-size: 2.5rem;
}

.h5 {
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #6d6c67
}

h6 {
	line-height: 1.5em
}

a {
	text-decoration: none;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: .3s ease !important;
	transition: .3s ease !important
}

a:hover {
	-webkit-transform: translate(3px, -3px);
	transform: translate(3px, -3px)
}

header .container-fluid {
	margin: 0 4%
}

header nav {
	background: #e9e8e4
}

header nav .nav-link {
	font-family: poppinsSemi;
	color: #28211f !important;
	font-size: .75em;
	letter-spacing: 3px
}

header nav .active a {
	color: #8c7746 !important
}

header h5 {
	color: #fff
}

header h1 {
	margin: 5% 0
}

header .navbar-toggler.x {
	border: none
}

header .navbar-toggler.x:focus {
	outline: 0
}

header .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%
}

header .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
	opacity: 0
}

header .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%
}

header .navbar-toggler.x .icon-bar {
	width: 22px;
	display: block;
	height: 2px;
	background-color: #8c7746;
	-webkit-transition: all .2s;
	transition: all .2s
}

header .navbar-toggler.x .icon-bar+.icon-bar {
	margin-top: 4px
}

header .navbar-toggler.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

header .navbar-toggler.x .icon-bar:nth-of-type(2) {
	opacity: 1
}

header .navbar-toggler.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.card {
	-webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .35s ease-in-out;
	transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .35s ease-in-out;
	transition: box-shadow .2s ease-in-out, transform .35s ease-in-out;
	transition: box-shadow .2s ease-in-out, transform .35s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .35s ease-in-out
}

.card:hover {
	-webkit-box-shadow: 0 11px 11px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 11px 11px 0 rgba(0, 0, 0, .16);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

footer {
	background: #e1ded9;
	padding-top: 2.5%;
	position: relative
}

footer .socialLinks {
	padding: 2.5%;
	margin: 0 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

footer a {
	color: #8c7746 !important;
	font-weight: 600 !important
}

footer p {
	font-size: .85em;
	color: #8c7746;
	margin-bottom: 0 !important;
	font-family: poppins
}

footer h3 {
	font-size: 1.5em;
	font-family: marcellus;
	font-size: 1.5em
}

footer .copyright {
	background: #e9e8e4;
	padding: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: montserrat;
	font-weight: 600 !important
}

footer .logo {
	border-right: 1px solid #000
}

footer .nav-links {
	font-size: .95em !important
}

footer h2 {
	font-size: 1.6em
}

footer h6 {
	color: #28211f !important;
	font-family: poppins !important;
	font-weight: 500 !important;
	line-height: 1.5em;
	font-size: .95em !important;
	margin-bottom: 0
}

footer h5 {
	font-size: 1em !important
}

footer a {
	margin: 2.5% 0
}

footer .arrowUp {
	position: absolute;
	bottom: 45px;
	right: 15px
}

footer .arrowUp img {
	width: 75%
}

footer input {
	background: 0 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important
}

@media only screen and (max-width:992px) {
	footer {
		text-align: center
	}

	footer .logo {
		border-right: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 3%
	}

	footer .logo .img-fluid {
		width: 50% !important
	}

	footer h3 {
		margin-top: 3%
	}

	footer h6 {
		margin-top: 1%
	}
}

@media only screen and (max-width:767px) {
	footer .logo {
		text-align: center;
		margin: 8% auto;
		border-right: none
	}

	footer .col-12,
	footer .col-md-3 {
		margin: 7%
	}

	footer h6 {
		font-weight: 600 !important
	}

	footer .socialLinks {
		padding: 5%;
		margin: 0 20% 0 10%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly
	}

	footer .socialLinks img {
		width: 70%
	}
}

@media only screen and (max-width:420px) {

	.navbar>.container,
	.navbar>.container-fluid,
	.navbar>.container-lg,
	.navbar>.container-md,
	.navbar>.container-sm,
	.navbar>.container-xl,
	.navbar>.container-xxl {
		display: inline-block
	}
}

[data-animation] {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
	animation-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-transition: .5s ease;
	transition: .5s ease
}

.animations-disabled,
.animations-disabled [data-animation] {
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}