body,html{
    background-color: #d7e4f1;font-family: "Poppins", sans-serif;
}
.bg-primary{
    background: #1b4fba;
    background: linear-gradient(45deg, #012b3c 0%, #1b4fba 100%);
}
.br5{
    border-radius:5px!important;overflow: hidden;
}

.hero-header{
    background: #1b4fba;
    background: linear-gradient(45deg, #012b3c 0%, #1b4fba 100%);
    background-image: url('img/hero-img.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
     background-size: cover; 
    background-attachment: fixed;
}
  
.bg1{ 
    /*background-image: url('img/aboutus.jpg');*/
    /*background-position: top; */
    /*background-repeat: no-repeat; */
    /*background-size: cover; */
    /*background-attachment: fixed;*/
}
  
.logo_brands{
  overflow: hidden;
  width: fit-content;
  background-color: white;
  max-height:200px;
  border-radius: 10px;
  margin: 0 5px;
}
.logo_brands img{
    max-height:200px;
  }
 