section.widget.widget-featured-posts.card.rounded.p-4 {
	border: none;
}

.contacts .widget {
	margin-bottom: 25px;
}

.widget-title {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 7px;
	border-bottom: 2px solid #e5e5e5;
	font-size: 18px;
	color: #da251c;
	font-weight: 500;
	text-transform: uppercase;
}

.widget-title::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background-color: #da251c;
	content: '';
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
}

.p-4 {
	padding: 1.5rem !important;
}

.card {
	margin-top: 20px;
}

.list-icon>li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 0;
	font-size: 14px;
	font-weight: 300;
	/* display: flex; */
	/* align-items: center; */
	list-style: disc !important;
	margin-left: 20px;
}

.list-icon>li>i {
	display: block;
	position: absolute;
	left: 0;
	line-height: inherit;
	font-size: 17px;
}

.social-button.shape-circle {
	border-radius: 50%;
}

.social-button.shape-circle,
.social-button.shape-rounded,
.social-button.shape-square {
	width: 36px;
	height: 36px;
	margin-right: 8px;
	border: 1px solid #e5e5e5;
	line-height: 35px;
	text-align: center;
}

.social-button {
	display: inline-block;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 5px;
	transition: color .3s;
	color: #505050;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}

.contact-form-box {
	padding: 20px 15px 25px;
	border: none;
}

.contact-form-box h2 {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.3;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: .375rem .75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 6px;
	display: block;
	font-family: unset;
}

.btn-contacts {
	background: #da251c;
	padding: 9px 22px;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 15px;
}

.main {
	background: #34332e;
	padding: 180px 0 50px;
}

.contact-wrap {
	padding-bottom: 30px;
}



@media (max-width: 992px) {
	.main {
		padding: 100px 0 50px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	
	
}
