/* ===== FOOTER ===== */
.custom-footer{background:#2d2d2d;color:#fff;font-family:'Poppins','Montserrat',sans-serif;padding:40px 20px}
.footer-top,.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #555;padding-bottom:20px;margin-bottom:20px}
.footer-left .rbq{font-size:14px;color:#ccc;margin-bottom:10px}
.footer-logo img{max-height:50px}
.footer-right .follow-us{font-weight:700;margin-bottom:10px;text-transform:uppercase}
.social-icons a{display:inline-block;margin:0 8px;font-size:22px;color:#ccc;text-decoration:none}
.social-icons a:hover{color:#fff}
.footer-contact,.footer-address{width:45%;font-size:14px}
.footer-contact a{color:#fff;text-decoration:none}
.footer-contact a:hover{text-decoration:underline}
@media (max-width:768px){
  .footer-top,.footer-bottom{flex-direction:column;text-align:center}
  .footer-contact,.footer-address{width:100%;margin-bottom:20px}
}
