*{
    padding: 0px;
    margin: 0px;
}
.bg-contact-image{
    background-image: url('../../images/projects/contact.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60vh;
    width: 100%;
} 

.contact h1{
    padding: 10px 0px;
    /* font-size: 50px; */
    color: #0f7792;
    font-weight: bold;
}
.contact h2{
    color:  #e46c25;
    font-weight: bold;

}
/* .message{
    background-color: aqua;

} */
.message h1{
    padding: 55px 0px;
    color: #0f7792;
    font-weight: bold;
}
.input-tag input{
    border: none; 
border-bottom: 2px solid #e46c25;
/* padding:5px 116px 5px 0px; */
}
.input-tag textarea{
    border: none;
    border-bottom: 2px solid #e46c25;  
}
.input-tag button{
    border: none;
    font-weight: bolder;
    padding: 10px;
    background-color: #e46c25 !important;
    color: white;
    float: right;
    background-color: transparent;
}
.input-tag button:hover{
    color: #0f7792;
    /* padding: 10px; */
    background-color: white !important;
    transition: 0.5s;
    border: 1px solid #e46c25;
}
.card-contact{
    border: 1px solid rgb(204, 204, 204) ;
    margin:65px 0px;
    box-shadow: 0px 0px 10px black;
}
.input-border,
.input-border:active,
.input-border:focus {
  outline: none;
}