body {
        font-family: "Jost", serif !important;
    }


::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #fb5b11;
}

#btn-back-to-top {
  position: fixed;
  background-color: #fb5b11;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  z-index: 999;
  border-color: #fb5b11;
}
 
  
  
  #aboutus {
    width: 100%;
    height: 50vh;
    background: linear-gradient(to right, #003D76, #ef3026);
  }
  @media (max-width:600px) {
    #aboutus {
      width: 100%;
      height: 30vh;
      background: linear-gradient(to right, #003D76, #ef3026);
    }
  }
  #aboutus h5{
    color: #fff;
  }
  #aboutus h1{
    color: #fff;
    margin-top: 10%;
  }
  #aboutus a{
    color: #ccc;
    text-decoration: none;
  }
 

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 150px;
  /* Adjust box width as needed */
  height: 100px;
  /* Adjust box height as needed */
  box-shadow: 0px 3px 7px 0px #00000024
}

@media (max-width:670px) {
  .logo-box {
      width: 100px;
  }
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

