/* ================ FOOTER SECTION ================== */
footer {
  background-color: #211e3b;
  background-image: url(/wp-content/uploads/2019/12/bg-footer1.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 0 10px;	
}

footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  	gap: 30px;
	margin-bottom: 40px;
}
footer .contact-item {
  display: flex;
  gap: 15px;		
}

footer .contact-item:not(:last-child) {
  margin-bottom: 4px;
}

footer .contact-icon {
  font-size: 20px;
  line-height: 1;
  color: #43baff;
/*   margin-bottom: 7px; */
  display: block;
  margin-top: 5px;	
}

footer .contact-mail {
  display: inline-block;	
  color: #ffffff;
/*   margin-bottom: 7px; */
/*   text-align: center; */
  font-size: 16px;
}

footer address.contact-mail {
	line-height: 1.5;
	font-style: normal;
}

footer .contact-header {
  color: #aeaacb;
  font-weight: 400;
}

footer .footer-nav {
  display: flex;
  flex-direction: column;	
/*   text-align: center;	 */
  margin-top: 26px;	
  padding-left: 100px;	
}

footer .footer-nav h3 {
	color: #fff;
}

footer .footer-nav .nav-link {
/*   font-family: "Montserrat", sans-serif; */
  font-size: 16px;
  font-weight: 500;
  color: #aeaacb;
  transition: .3s linear;	
}

footer .footer-nav .nav-link:hover {
	color: #fff;
}
/* 
footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 0 5%;
	margin-top: 50px;
} */

footer .footer-logo img {
  max-width: 280px;		
}

footer .copyright-text {
  text-align: center;		
  color: #aeaacb;
}

footer .social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 0 10%;
}

footer .social-icons .icon {
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

footer .social-icons svg {
  height: 50px;
  width: 50px;
}

footer .e-fab-twitter {
  fill: #4ccef9;
}

footer .e-fab-facebook-f {
  fill: #2255ee;
}

footer .e-fab-linkedin-in {
  fill: #3292ff;
}

footer .e-fab-instagram {
  fill: #ff9000;
}

@media only screen and (max-width: 767px) {
  footer {
  	padding: 60px 0 10px;	
  }	
  footer .social-icons svg {
    height: 35px;
    width: 35px;
  }
  footer .footer-nav {
	margin-top: 10px;
	padding-left: 0;  
  }	
}
