@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #D9D9D9;
    color: #000;
    text-align: center;
    max-width:1600px;
    margin: 0 auto;

}
.sec1{
    background: url('/img/bgs/contactUs\ 1.png');
    height: 80vh;
    background-position: center;
    background-size: cover;
    color: #fff;
    max-height: 1024px;
}
.sec1 p{
    width: 500px;
    margin: auto;
}
.sec3{
    background-color: #fff;
    width: 80%;
    margin: 40px auto;
    border-radius: 10px;

}
.main-title-justify{
    display: flex;
    align-items: center;
}
.tittle h1{
    font-size: 40px;
    font-weight: 800;
    margin: 0;
}
.cus
{
    padding-right: 30px;
}
.contactForm{
    color: #000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.contactForm h1{
    font-size: 44px;
}

.contactForm input,.contactForm textarea{
    background-color: #D9D9D9;
    padding: 10px;
    outline: none;
    border: none;
    margin: 10px;
    border-radius: 10px;

}
.contactForm button{
    width: fit-content;
    margin: auto;
}
.sec2{
    margin-top: 5%;
}
.row img{
    width: 10px;
}
#vl{
    margin-top: 50px;
    height: 400px;
}
#capt{
    background: url('/img/refresh.jpg') no-repeat scroll 190px 12px;
    background-size: 20px;
    cursor: default;
    border: .4px solid #d9d9d9;
}
#textinput{
    width: auto;
    margin: 10px auto;
}

.message .col-md textarea
{
    width: 85%;
}

.sec3 input
{
    width: 40%;
}