.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blueBg {
	background-image: url(../images/footerBanner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px;
}
.footerBox {
	font-family: 'Lato';
}
.footerBox .flex_space_between {
    gap: 4px;
}
.footerWidget h3 {
	min-height: 35px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Lato';
}
.footerWidget.reachUs li {
	position: relative;
	padding-left: 25px;
}
.footerWidget li {
	margin: 0 0 15px;
}
.footerWidget li, .footerWidget li a {
	color: #B5B5B5;
	transition: .3s;
	font-size: 12px;
	font-family: 'Lato';
	text-transform: uppercase;
}
.footerWidget li a:hover{
	color: #E9353C;
}
.footerWidget li a :hover{
	color: #E9353C;
}
.footerWidget.reachUs:nth-child(2) {
	margin-right: 10px;
}
.copyRight {
	border-top: 1px solid #B5B5B5;
}
.copyRight p {
	text-align: center;
	color: #B5B5B5;
	font-size: 12px;
	padding: 25px 0;
}
.footerWidget.reachUs li i {
	position: absolute;
	left: 0;
	font-size: 16px;
	color: #B5B5B5 !important;
}
.footerWidget.reachUs a img,img.locations {
    width: 18px;
    position: absolute;
    left: 0;
}
img.locations{
	width: 16px;
}
.social_links .flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.footerWidget .social_links li a {
	font-size: 22px;
	margin-right: 20px;
}
.footerWidget.reachUs li:first-child {
	max-width: 210px;
}
.footerWidget.reachUs li:first-child:hover {
    color: #e9353c;
}
@media screen and (max-width: 1200px){
	.footer-logo {
		margin-right: 10px;
	}
}
@media screen and (max-width: 990px){
	.footer-logo {
		width: 60px;
	  }
}
@media screen and (max-width: 767px){
	.flex_space_between {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
