.rowcontact{
    justify-content: center;
    align-items: center;
    background-image: url(../img/background/pexels-fauxels-3184418.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    height: 55vh;
    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;

}
.spanc{
    font-size: 55px;
    color: red;
    text-shadow: 4px -2px 30px rgba(231,32,32,0.65);
    font-weight: 700;
}
.headingsmall{
    color: #de703c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
 
    
}
.headingh{
    font-size: 30px;
   font-weight: 300;
    color: #085f63;
    text-transform: capitalize;

}
.normalp{
    text-align: justify;
    font-size: 17px;
    color: rgb(39, 37, 37);
   
}
.bgcontainer{
    background-color: #f1f1f1;
    padding: 50px ;
}
.imgcss{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: cover;
}