header .head-flx .rgt-head .hd-rgt { display:flex; align-items:center; width:90.3%; }
header .head-flx .rgt-head .hd-rgt .menu-top-navigation-container,
header .head-flx .rgt-head #top-menu {
  width:100% !important; float:none !important; display:flex !important;
  justify-content:center; align-items:center; gap:30px; margin:0;
}
header .head-flx .rgt-head #top-menu > li { float:none !important; }

/* copyright bar */
.home-foot .ft_bottom,
footer .ft_bottom,
.ft_bottom {
  width: 100%;
  text-align: center;
  padding: 18px 20px;
  color: #fff;
}
.ft_bottom p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  white-space: normal;
}
.ft_bottom a {
  color: #ff4d7a !important;
  text-decoration: none;
}
.ft_bottom a:hover { color: #fff !important; }
