
html{
  scroll-behavior: smooth;
}
body{
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
/*  background-color: #141F23;*/
background-color: #000000;
  color: #FFF;
}
html,
body {

}
body {
/*  overflow-x: scroll; */
  overflow-x: hidden;
}
.mobile_visible{ 
  visibility:visible;
}
.mobile_only{ 
  display:block;
}
.desktop_only, .desktop-only{
  display: none;
}

.client-title-box{
  margin-top: 5vh !important;
}
.client-img-box{
 text-align: center;
 margin-bottom: 5vh !important;
 overflow: auto;
}
.client-img-box span{
  display: inline-block;
  margin: 5px;
  overflow: auto;
}
.client-img{
  display: inline-block;
}

.about-us-img{
  display: inline-block;
}

.background-purple {
  background-color: purple !important;
}
.background-wine {
  background-color: darkred !important; 
}
.background-forestgreen {
  background-color: forestgreen !important; 
}

