.body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f9fafb;
	background-image: url("../images/Layer-1-man.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51)));
	background-image: url("../images/Layer-1-man.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
	background-position: 6% 100%, 0px 0px;
	background-size: 390px, auto;
	background-repeat: no-repeat, repeat;
	font-family: Exo, sans-serif;
}

.heading {
	color: #fff;
	text-align: center;
}

.page-wrapper {
	margin: 0px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.logo-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 64%, 0.5);
	border-radius: 0px;
	background-color: #f8f8f8;
}

.body-2 {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #dbdee2;
	font-family: Exo, sans-serif;
}

.image {
	width: 120px;
}

.heading-2 {
	margin: 0px 40px 0px 0px;
	font-family: Exo, sans-serif;
	font-size: 26px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.mobilewrapper {
	display: none;
}

.div-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #cecece;
	border-radius: 0px;
	background-color: #f8f8f8;
}

.button-2 {
	border-radius: 4px;
	background-color: #c41818;
}

.text-span {
	display: inline-block;
	margin-top: 33px;
}

.text-span-2 {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #af2222;
}

.icon {
	margin-right: 5px;
	font-family: "Font awesome 5 free solid 900", sans-serif;
}

.mobilewrapper-2 {
	display: none;
}

.widget {
	margin: 20px;
}

@media screen and (max-width: 991px) {
	.widget {
		margin: 20px;
	}
}

@media screen and (max-width: 767px) {
	.page-wrapper {
		display: none;
	}
	.mobilewrapper {
		position: absolute;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
	}
	.text-block {
		color: #fff;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.image-2 {
		width: 200px;
		margin-bottom: 40px;
	}
	.heading-3 {
		margin-bottom: 40px;
		color: #fff;
		font-size: 33px;
		text-align: center;
		letter-spacing: 0.5px;
		text-transform: none;
	}
	.mobilewrapper-2 {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: rgba(24, 25, 31, 0.95);
	}
}

@font-face {
	font-family: "Font awesome 5 free 400";
	src: url("../fonts/Font-Awesome-5-Free-Regular-400.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Font awesome 5 free solid 900";
	src: url("../fonts/Font-Awesome-5-Free-Solid-900.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
