.header-logo-image{
	width: 50px !important;
}

.header-brand{
	display: flex !important;
	justify-content: space-between !important;
	width: 100% !important;
}

.social a{
	padding: 10px;
	position: relative;
	z-index: 9999999999999 !important;
}

.social a:hover{
	color: #097dea;
}

.client-gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 20px;
  background-color: transparent;
  overflow-x: none;
}

.client-logo {
  width: 100px;
  height: 80px;
  
  margin-right: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #888888;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
}

.client-gallery::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.client-gallery::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
