.contact-banner{
    background: 
    radial-gradient(rgba(236, 0, 0, 0.192),rgba(0, 0, 255, 0.308)),
    url("https://media.istockphoto.com/id/1918649437/vector/contact-us-background.jpg?s=170667a&w=0&k=20&c=BizXON-IY2yx9Vbbo19oCl2y6S7PeF9w0OdqiKSoyFQ=")
    ;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-conten{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    color: white;
}

.banner-conten h1{
font-size: 4rem;
 text-align: center;
     transform: translate(-50%, -50%);

text-transform: uppercase;
}

.form-control {
    border: none !important;
    border-bottom: 2px solid #267712a1 !important;
    border-radius: 0 !important;
    background-color: transparent;
    padding: 10px 5px;
    transition: all 0.3s ease;
    box-shadow: none;
}

.form-control::placeholder {
    color: #999 !important;
    font-size: 14px;
}

.form-control:focus {
    border-bottom: 2px solid #267712 !important;
    box-shadow: 0 6px 12px rgba(38, 119, 18, 0.25) !important;
    transform: translateY(-1px);
}

.form-control:hover {
    border-bottom: 2px solid #1e5e0e;
}

.form-btn{
background-color: #267712a1;
width: 200px;
margin-top: 10px;
color: white;
padding: 10px;
border: none;
border-radius: 10px;
}

.contact-h5{
    line-height: 1.7;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    justify-content: flex-start;
    text-align: justify;
    text-justify: inter-word;
}
a{
    font-size:18px;
    letter-spacing: 1px;
        text-justify: inter-word;
}

.bi{
    font-size: 30px;
}