.rowcontact{
    justify-content: center;
    align-items: center;
    background-image: url(../img/blog/austin-distel-rxpThOwuVgE-unsplash.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    height: 50vh;
    text-align: center;
    z-index: -2 !important;
    position: relative;
    
}
.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 5%, rgba(163,52,38,1) 52%, rgba(0,212,255,1) 100%);
    opacity: 0.6;
    z-index: -1 !important;
  }

  .contacth1{
    color:white;
    font-weight: 600;
    font-size: 55px;
    font-family: Arial, Helvetica, sans-serif;

}






/* CSS */
.button-50 {
  appearance: button;
  background-color: #012970;
  background-image: none;
  border: 1px solid #012970;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#012970 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

.lineheight{
    line-height: 12px;
}
.lineheight h3{
    font-size: 21px !important;
    margin-bottom: 5px;
}