body {
	font-family: 'Noto Sans', 'Open Sans', 'Ubuntu', sans-serif;
}

.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/images/loader.gif') 50% 50% no-repeat rgb(227, 66, 52);
}

.line {
	content: '';
	height: 5px;
	width: 100px;
	background-color: #db4343;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.card {
	border: 0px;
}

.border-primary {
	border-color: #4a2a3c !important;
}

.border-right-danger {
	border-right: 4px solid red !important;
}

.border-right-success {
	border-right: 4px solid green;
}

.form-control {
	border: 0px solid #ced4da;
}

.display-5 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-6 {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2;
}

.title-with-line {
	display: flex;
	justify-content: center;
}

.title-line {
	content: '';
	height: 5px;
	width: 80%;
	background-color: #db4343;
	text-align: center;
	margin: 0 auto;
}

.mt-n-60 {
	margin-top: -60px;
}

.mt-n-80 {
	margin-top: -80px;
}

.mt-n-90 {
	margin-top: -90px;
}

.mt-n-100 {
	margin-top: -100px;
}

.main {
	position: relative;
	z-index: 3;
}

.mw-90 {
	max-width: 90%;
}

.mw-85 {
	max-width: 85%;
}

.mw-80 {
	max-width: 80%;
}

.mw-75 {
	max-width: 75%;
}

.mw-70 {
	max-width: 70%;
}

.mw-70 {
	max-width: 70%;
}

.mw-60 {
	max-width: 60%;
}

.mw-50 {
	max-width: 50%;
}

.mw-40 {
	max-width: 40%;
}

.mw-30 {
	max-width: 30%;
}

.mw-20 {
	max-width: 20%;
}

.mw-10 {
	max-width: 10%;
}

.mw-5 {
	max-width: 5%;
}

.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.py-7 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.py-8 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.py-9 {
	padding-top: 9rem;
	padding-bottom: 9rem;
}

.pt-7 {
	padding-top: 7rem;
}

.pt-7 {
	padding-top: 7rem;
}

.mb-7 {
	margin-bottom: 7rem;
}

.long_text p {
	margin-bottom: 1px;
}
