.footer-area{
	padding-top: 70px;
	.footerLeft{
		.navbar-brand{margin-bottom: 15px; padding: 0;}
		p{line-height: 30px; font-size:18px; color:color(100);}
		ul{
			li{
				&:not(:last-child){
					margin-right: 20px;
				}
				a{color: color(600); font-size:18px;
					&:hover{
						color: color(500);
					}
				}
			}
		}
	}
	.footer_title{
		font-size:24px; font-weight: 600; color:color(600); position: relative; text-transform: uppercase;
		padding-bottom: 18px; margin-bottom: 18px;
		&:after{
			content: "";position: absolute; left: 0; bottom: 0; height: 1px; width: 63px; background:color(500);
		}
	}
	.footerLinks{
		ul{margin: 0;
			li{
				&:not(:last-child){
					margin-bottom: 15px;
				}
				a{color:color(100);
					&:hover{
						color: color(500);
					}
				}
			}
		}
	}
	.footerContact{
		ul{
			li{ display: flex;  
				line-height:30px; color: color(100);
				em{color: color(500);margin-right: 15px;font-size: 18px; margin-top: 6px;}
				&:not(:last-child){margin-bottom: 10px;}
			}
		}
	}
	.copyright-text{
		padding: 15px 0; margin-top: 20px;
		border-top:1px solid rgba(color(600),0.2); color: color(100);
	}
	@media (max-width:1599px){
		padding-top: 60px;
	}
	@media (max-width:1399px){
		padding-top: 50px;
		.footerLeft{
			p{line-height:27px; font-size:16px;}
			ul{
				li{
					&:not(:last-child){
						margin-right: 15px;
					}
				}
			}
		}
		.footer_title{
			font-size:21px; 
			padding-bottom: 10px; margin-bottom: 15px;
		}
		.footerLinks{
			ul{
				li{
					&:not(:last-child){
						margin-bottom: 10px;
					}
				}
			}
		}
		.footerContact{
			ul{
				li{ 
					line-height:26px; 
					em{color: color(500);margin-right: 10px;}
				}
			}
		}
	}
	@include media-breakpoint-down(lg){
		padding-top: 40px;
		.footerLeft{
			p{line-height:25px;}
		}
		.footer_title{
			font-size:19px; 
			padding-bottom: 6px; 
		}
	}
	@include media-breakpoint-down(md){
		padding-top: 30px;
		.footerLeft{margin-bottom: 20px;
			p{margin-bottom: 10px;}
		}
		.footer_title{
			font-size:19px; 
			padding-bottom: 6px; 
		}
	}
	@include media-breakpoint-down(sm){
		padding-top: 25px;
		.footerLeft{margin-bottom: 15px;
			.navbar-brand{
				img{max-width:120px;}
			}
		}
		.footer_title{
			font-size:16px;
		}
		.copyright-text{
			padding: 10px 0; margin-top: 15px;
		}
	}
	@include media-breakpoint-down(xs){
		.footerLeft{
			.navbar-brand{margin-bottom: 10px;
				img{max-width:90px;}
			}
			p{line-height: 23px; font-size:15px;}
			ul{
				li{
					&:not(:last-child){
						margin-right: 15px;
					}
					a{font-size:16px;}
				}
			}
		}
		.footerLinks{
			ul{
				li{ display: inline-block;
					&:not(:last-child){
						margin-bottom: 5px; margin-right: 5px;
						&:after{
							content: "|";color:color(100); margin-left: 5px;
						}
					}
				}
			}
		}
		.footerContact{ margin-top: 15px;
			ul{
				li{line-height:24px;}
			}
		}
	}
}