.footer {
	background: #222223;
	color: #fff !important;
	font-size: 14px !important;
}

.footer .small {
	font-size: 14px;
	margin-top: 10px;
}

.footer dt {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding-bottom: 16px;
	font-weight: normal;
	margin-bottom: 13px;
}

.footer dd a {
	font-size: 14px;
	line-height: 2;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.footer dt::after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #4B7AB7;
	width: 107px;
	left: 0;
	bottom: 0px;
}

.footer h5 {
	border-bottom: 1px solid #4B7AB7;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	padding-left: 0;
	margin-bottom: 15px;
}
.footer img {
	width: 130px;
}
.copyright .container-fluid {
	display: flex;
	justify-content: space-between;
}

.copyright-row {
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255, .2);
}

.copyright .right {
	text-align: right;
}

.btn-info {
	background: #2E74BF;
	border-color: #2E74BF;
}

.btn {
	padding: 10px 24px;
}

.btn-info:hover {
	background-color: #2E74BF;
	border-color: #2E74BF;
}