







html {
  scroll-behavior: smooth;
}







body {
    background-color:#f3f3f1 !important;
    /* background-color:#ffffff !important; */
    /* font-family: Helvetica, Arial, sans-serif !important; */
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: Helvetica, Arial, sans-serif; */
    /* font-family: 'Mitr', sans-serif !important; */
    font-family: 'Prompt', sans-serif !important;
    /* font-family: Arial, Arial, serif; */
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* padding-bottom:300px;  */
    /* min-height:1500px; */
    padding-bottom:80px !important;
    min-height: auto !important;
    height: auto!important;
}




.hero-image {
  background-image: url('../img/site/homepage.png');

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}






.customer-image {
  background-image: url('../img/site/784.jpg');
  height:300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



/* .hero-image {
  background-image: url('../img/site/homepage.png');
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */








.logo_show
{
    display:block;
    position:relative;
/*     border-radius:5px;
    width:150px;
    height:150px; */
    margin: 0px 10px -100px 5px;
    z-index:999;
/*     border:1px solid #dee2e6 !important;
    border-radius:15px; */
}







.btn_float_one
{

position: absolute;
width:40px; height:40px;
margin-top:70px;
margin-left:90px;
cursor: pointer;

}

.btn_float_two
{

position: absolute;
width:40px; height:40px;
margin-top:115px;
margin-left:65px;
cursor: pointer;

}

.btn_float_three
{

position: absolute;
width:40px; height:40px;
margin-top:115px;
margin-left:125px;
cursor: pointer;

}


.rounded-2 {
  border-radius: 10px !important;

}

.rounded-3 {
  border-radius: 15px !important;

}


.rounded-4 {
  border-radius: 20px !important;

}

.rounded-5 {
  border-radius: 30px !important;

}