.bg-header-contact{
  background-image: url('/assets/banner/Company New 1500x 579.png');
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 40%;
}
.bg-gray{
  background-color: #CDCACAFF;
}
p.request-of-quotation{
  font-size: 1.5rem;
}

/*For and send button*/
.btn-send-quote {
  font-weight: bold;
  color: #fff;
  background-color: #083F88FF;
  border-color: #083F88FF;
}
.btn-send-quote:hover {
  color: #fff;
  background-color: #084391;
  border-color: #094faa;
}
.btn-send-quote:focus, .btn-send-quote.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 63, 136, 0.5);
}

.indent{
	text-indent: 50px;
}

.bg-maps{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}