

.cl-blue{
    color: #F18E08;
}
 .overlay {
    position: absolute;
     width: 100%;
     height: 100vh;
     z-index: 0;
    background:#fff;
    background: linear-gradient(to bottom, rgba(244, 127, 30, 0.70), rgba(2, 104, 3, 0.55));

 }

.hero-area {

 
background-image: url("../brocoli_f2.jpg"); 
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
 .hero-area {
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .contact-h-cont {
    width: 500px;
    margin:0 auto;
    padding:30px;
    background: #fff;
    border-bottom: 4px solid #F18E08;
 }
 