@font-face {
	font-family: HacenTunisia;
	src: url('fonts/Hacen Tunisia.ttf');
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: HacenTunisia;
	color: #707070;
}
h1, h2, h3, h4, h5, h6 {
	font-family: HacenTunisia;
	color: #6d4f77;
	line-height: 1.3;
	font-weight: 500;
}
p {
	font-family: HacenTunisia;
	color: #707070;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
}
a, a:focus, a:hover {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #6b4c75;
	font-weight: 700;
	font-size: 16px;
	font-family: HacenTunisia;
}
ul {
	margin: 0;
}
ul li {
	list-style: none;
}
img {
	height: auto;
	max-width: 100%;
}
.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-white {
	background-color: #fff !important;
}
.bg-dark {
	background-color: #0f1112 !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-gray {
	background-color: #f2f4f5;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}
.bg-overlay::after {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.bg-fixed {
	background-attachment: fixed !important;
}
input:focus {
	outline-style: none;
	box-shadow: none;
	border-color: transparent;
}
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
 