/* Bacground Color & Overlay CSS 
============== */
.style-2{
	font-size: 14px;
}
.style-2 .section-header{
    margin-bottom: 20px !important;
}
.gray-bg {
	background: #F3F8FB;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	background: #4a4a4a;
}

.sky-bg {
	background: #ECF0F9;
}

/* Footer Area
======================== */

.footer-area {
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.footer-area h5 {
	color: #fff;
	margin: 20px 0;
}

.footer-area p {
	margin-top: 16px;
	color: #eee;
	text-align: justify;
}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	display: block;
	color: #eee;
	padding: 7px 0;
}

.footer-up ul li a span {
	color: var(--ltn__secondary-color);
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: var(--ltn__secondary-color);
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: var(--ltn__secondary-color);
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	border: 0;
	background: #00738a;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px;
}

.footer-up {
	padding: 40px 0 10px;
}


.footer-up .logo {
	width: 210px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}

.footer-bottom {
	padding: 10px 0;
	background: #20242d;
}

.footer-bottom p {
	margin: 0;
	color: #707579;
	font-size: 12px;
}

p.privacy {
	text-align: right;
}

/*==============================HOME # 02 =================================*/