.footer-area {
	background-size: cover;
	background-position: center center;
}
.footer-logo {
	margin-bottom: 29px;
}
.footer-text p {
	margin-bottom: 0;
	line-height: 30px;
}
.footer-icon {
    margin-top: 22px;
    & a{
        color: #cbcbcb;
	font-size: 14px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	transition: .3s;
    border: 1px solid #cbcbcb;
    &:hover{background: $theme-color;color: $white;border-color:$theme-color;}
    }
}
.footer-title {
	font-size: 1.7rem;
	font-family: "cerebri_sansbold";
	position: relative;
	//padding-bottom: 24px;
	margin-bottom: 30px;
	//&::before {
	//	position: absolute;
	//	height: 3px;
	//	width: 15px;
	//	background: $theme-color;
	//	left: 0;
	//	content: "";
	//	bottom: 0;
	//}
	//&::after {
	//	position: absolute;
	//	height: 3px;
	//	width: 40px;
	//	background:$theme-color;
	//	left: 25px;
	//	content: "";
	//	bottom: 0;
	//}

}
.fotter-menu{
	& li{
		padding-bottom: 10px;
		&:last-child{padding-bottom:0;}
	}
	& a{
		color: #696969;
		font-size: 1.2rem;
		font-family: $c_reg;
		transition: .3s;
		&:hover{color:$theme-color;}
		}
}
.footer-news {
	background: #fff;
	padding: 20px;
}
.footer-news ul li {
	overflow: hidden;
	padding-bottom: 15px;
	&:last-child{padding-bottom: 0;}
}
.footer-news-img {
	float: left;
	margin-right: 15px;
}
.footer-news-text h5 {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 0;
	& a{
		color:#a2a2a2;
		transition: .3s;
		&:hover{color:$black;}
	}
}
.footer-info p {
	margin-bottom: 19px;
}
.contact-link li {
	margin-bottom: 18px;
	& :last-child{margin-bottom:0;}
}
.contact-address-icon {
	float: left;
	margin-right: 11px;
	& i{
		font-size: 15px;
		color: #0963AD;
		position: relative;
		top: -4px;
	}
}
.contact-address-text {
	overflow: hidden;
	& h4{
		font-size: 15px;
		color: #696969;
		margin-bottom: 0;
		font-family: $c_reg;
	}
	& p{
		margin-bottom: 20px;
	}
}
.footer-bg-bottom {
	background: $white;
	padding: 25px 40px;
}
.copyright p {
	margin-bottom: 0;
}
.footer-bottem-text p {
	margin-bottom: 0;
}
.footer-bottem-text a {
	color:$theme-color;
}
.footer-news-text {
	overflow: hidden;
}
.footer-2-wrapper .footer-text p {
	color: #b8b8b8;
	padding-right: 68px;
	margin-bottom: 30px;
}
.footer-2-wrapper .footer-title {
color: $white;
}
.footer-2-wrapper .fotter-menu a {
	color: #b8b8b8;
	transition: .3s;
}
.footer-2-wrapper .fotter-menu a:hover {
	color: $theme-color;
}
.footer-2-wrapper .footer-info p {
	color: #b8b8b8;
}
.footer-2-wrapper .contact-address-text h4 {
	color: #b8b8b8;
}
.footer-2-bottom {
	border-top:1px solid #1b2f3e;
}
.footer-2-bottom .copyright p {
	color: #b8b8b8;
}
.footer-2-bottom .copyright p a {
	color: $theme-color;
}
.footer-2-bottom .footer-bottem-text p {
	color: #b8b8b8;
}
.footer-2-icon{
	& a{
		height: 60px;
		width: 60px;
		background: #1b2f3e;
		line-height: 60px;
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		transition: .3s;
		margin-right: 5px;
		color: #cbcbcb;
		font-size: 18px;
		&:last-child{margin-right:0;}
		&:hover{background:  $theme-color;color: $white;}
	}
}
.footer-2-menu li{
	float: left;
	width: 50%;
}
.footer-2-news{
	background: 0;
	padding: 0;
}
.footer-2-news .footer-news-text h5 a {
	color: #696969;
	transition: .3s;
}
.footer-2-news .footer-news-text h5 a:hover {
	color: $black;
}

.footer-3-icon a{
	background: $white;
	color:#5aa7fd;
}
.footer-3-bottom {
	border-top:2px solid #ecf1f4;
}
.footer-3-bottom .copyright p a {
	color: $theme-color;
}
.footer-4-icon {
	margin-top: 36px;
}
.footer-4-icon a {
	height: 45px;
	width: 45px;
	background: #1b2f3e;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	transition: .3s;
	margin-right: 5px;
	color: #cbcbcb;
	font-size: 14px;
}
.subscribes-form form input {
	border: 0;
	border-radius: 5PX;
	height: 60px;
	padding: 0 25px;
	width: 100%;
	background: $white;
	color: #bababa;
	font-size: 15px;
}
.subscribes-form form input::placeholder {
  color: #bababa;
  font-size:15px;
  font-family: $c_reg
}
.subscribes-form form input::-moz-placeholder  {
  color: #bababa;
  font-size:15px;
  font-family: $c_reg;
}
.subscribes-form form button.btn {
	margin-top: 10px;
	padding: 20px 26px;
}
