.topbar-wrap {
    background: #324064;
    padding: 10px 0;
}
div#navbarSupportedContent {
    background: #324064;
}
.about-wrap .title h1 {
    font-size: 32px;
}
.title h1 span {
    font-weight: bold;
    color: #289951 !important;
}
.footer-wrap {
    background: #324064;
    padding: 50px 0;
}
.footerInfo {
    font-size: 14px;
}
.mobile a {
    font-size: 14px;
}
.footerEmail a {
    font-size: 14px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.whatsapp-float:hover {
  background-color: #20b858;
}