
/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: var(--footer-color);
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
}
.footer-section .footer-text .ft-about p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h3 {
	font-size: 14px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: var(--body-font-family);
	margin-bottom: 20px;
}

.footer-section .footer-text .ft-contact ul li {
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}

.footer-section .footer-text .ft-contact ul li a {
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 14px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: var(--body-font-family);
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: var(--primary-color);
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
	background: var(--footer-copyright-color);
	padding: 20px 0;
}
.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-option ul li a {
	font-size: 14px;
	color: #aaaab3;
}
.footer-section .copyright-option .co-text {
	font-size: 14px;
	color: #707079;
	text-align: right;
}

.footer-section .copyright-option .co-text a {
	font-size: 14px;
	color: #aaaab3;
}

.contact-banner h2{
	margin-bottom: 44px;
}

.contact-banner h3{
	margin-bottom: 16px;
}

.contact-banner p{
	margin-bottom: 24px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

.footer-section .copyright-option .co-text {
  text-align: center;
}
}



@media only screen and (max-width: 991px) {
	
	.footer-section .copyright-option ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-section .copyright-option .co-text {
		text-align: center;
	}
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	
	.footer-section .copyright-option ul li {
		margin-right: 25px;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.footer-section .copyright-option ul li {
		margin-bottom: 5px;
	}
}