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: #016fb9;
	font-weight: 500;
	text-transform: uppercase;
}

.widget-title::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background-color: #016fb9;
	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 1.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: 17px;
	display: block;
	font-family: unset;
}

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

.contact-wrap .box-form {
    background: unset;
}

.contact-wrap {
	padding: 40px 0px 20px;
}

.box-form__group label span {
    font-weight: 400;
    display: inline-block;
    padding-bottom: 5px;
}
.hero-heading__content.hero-heading__content--media {
    position: relative;
}

.hero-heading__content.hero-heading__content--media .hero-heading__content.hero-heading__content--text.hero-heading__content--no-bg {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #Fff;
    text-transform: uppercase;
}

.hero-heading__content.hero-heading__content--media .hero-heading__content.hero-heading__content--text.hero-heading__content--no-bg h1 {
    font-size: 50px;
}

.editorial__text.text--body.text-only {
    text-align: center;
    padding: 50px 0px;
    font-size: 20px;
}

.slide-img__image img {
    display: block;
}

.editorial-immersive__grid {
    padding: 3rem 0px;
    background: #007ab8;
}

.editorial-immersive__grid .row {
    align-items: center;
}

.images-left-contact-form img {
    border-radius: 15px;
}

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

.editorial-icon__text.text--body a {
    color: #fff;
}

span.icon-text__title {
    font-size: 25px;
    font-weight: 900;
}

.editorial-icon.editorial-icon--two-columns {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}


.desc-member-contacts {
    margin-bottom: 20px;
}

.icon-email-editer svg path {
    fill: #fff;
}
@media (max-width: 992px) {
	.main {
		/* padding: 100px 0 50px; */
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	
	
}
