.mobile-menu {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: 0.3s ease-in-out;
}

.mobile-menu.active {
  display: block;
}
.main-header {
  top:0px;
}
.custom-footer-bottom {
 
  padding: 15px 0;
  color: #fff;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-row .left {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

.footer-row .right {
  display: flex;
  gap: 16px;
}

.footer-link {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0 12px;
  border-left: 2px solid #fff;
}

.footer-link:first-child {
  border-left: none;
}
	
			.footer-action-link {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 500;
}

.footer-action-link:hover {
  text-decoration: underline;
}

.footer-widget h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-widget hr {
  border: 0;
  border-top: 2px solid #fff;
  width: 30px;
  margin: 0 0 10px;
}

.footer-widget .list-link li {
  margin-bottom: 5px;
}

.footer-widget .list-link a {
  color: #ccc;
  text-decoration: none;
}

.footer-widget .list-link a:hover {
  text-decoration: underline;
}
.footer-style-two .list-link li a{
	font-size: 12px;
}