
.footer-contact-section .inner-wrapper{
  display:flex;
  margin-bottom:20px;
}
.footer-contact-section .icon-section{
  margin-right:12px;
  color:#fff;
}
/* .footer-contact-section .location-info{
  margin-left:10px;
} */
.footer-contact-section .content a{
  color:#fff;
}
.footer-contact-section .content a:hover{
  color:#f67f00;
  transition: all 0.6s ease-out 0s;
}