footer h1 {
	font-size: 42px;
}

footer h2 {
	font-size: 32px;
}

footer h3 {
	font-size: 24px;
}

footer h4 {
	font-size: 20px;
}

footer h5 {
	font-size: 14px;
}

footer h6 {
	font-size: 12px;
}

footer p {
	margin: 0 0 20px;
	line-height: 1.7;
}

footer p:last-child {
	margin: 0px;
}

footer a {
	text-decoration: none;
	color: #6d767a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

footer a:focus,
a:hover {
	text-decoration: none;
	color: #235f83;
}

footer hr {
	border-top: 1px solid #e4e7e9;
	margin-bottom: 50px;
	margin-top: 50px;
}

footer>.btn {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 24px;
	letter-spacing: 0px;
	border-radius: 3px;
	line-height: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	word-wrap: break-word;
	white-space: normal !important;
}

.btn-default {
	background-color: #0069d9;
	color: #fff;
	border: 1px solid #0069d9;
}

.btn-default:hover {
	background-color: #ec8a13;
	color: #fff;
	border: 1px solid #ec8a13;
}

.btn-default.focus,
.btn-default:focus {
	background-color: #ec8a13;
	color: #fff;
	border: 1px solid #ec8a13;
	box-shadow: 0 0 0 0.1rem rgb(236, 138, 19);
}

.form-control {
	border-radius: 0px;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	height: 64px;
	padding: 16px 20px;
	line-height: 1.42857143;
	border: 1px solid #d6dadc;
	background-color: #fff;
	letter-spacing: 0px;
	margin-bottom: 30px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	color: #011c28;
}

.form-control:focus {
	color: #011c28;
	outline: 0;
	box-shadow: 0 0 0 0.0rem rgb(255, 255, 255);
	border-color: #c9cdd0;
	background-color: #f0f4f6;
}

.footer {
	background-color: #1b1b1b;
	padding-top: 80px;
	color: #636e74;
	font-weight: 400;
	font-size: 17px;
}

.footer-line {
	border-color: #152e3d;
}

.footer-widget {
	padding-bottom: 50px;
}

.footer-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 44px;
	color: #fff;
}

.footer-widget ul li a {
	font-size: 17px;
	color: #636e74;
	display: block;
	font-weight: 600;
}

.footer-widget ul li a:hover {
	color: #fff;
}

.newsletter-form {
	padding-top: 15px;
}

.newsletter-form .form-control {
	background-color: #1e2e38;
	border-color: #1e2e38;
}

.newsletter-form .form-control:focus {
	color: #fff;
}

.newsletter-form input::-webkit-input-placeholder {
	color: #fff !important;
}

.newsletter-form input:focus::-webkit-input-placeholder {
	color: #fff !important;
}

.tiny-footer {
	font-size: 14px;
	padding: 14px 0px;
	font-weight: 600;
	background-color: transparent;
	border-top: 1px solid #152e3d;
	color: #888d90;
	line-height: 1;
}