.bg-hero-contact-us {
    width: 100%;
    background-image: url(../img/contactUS5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.container {
    width: 1200px;
    margin: auto;
}


.position-absolute {
    position: absolute;
}


.row {
    display: flex;
    justify-content: space-between;
}

.col-6 {
    width: 49%;
}

.border {
    border: 1px solid red;
}

.mt-5 {
    margin-top: 50px;
}

.title-contact-us {
    width: 500px;
    height: 50px;
    text-align: center;
    background: linear-gradient(54deg, rgba(0, 121, 152, 1) 36%, rgba(37, 0, 161, 1) 71%);
    margin: auto;
    margin-bottom: 90px;
    color: white;
    line-height: 50px;
    border-radius: 20px 0 20px 0;
}

.d-flex {
    display: flex;
}

.aling-item-center {
    align-items: center;
}

.gap-1 {
    gap: 15px;
}

.gap-2 {
    gap: 25px;
}

.my {
    margin: 50px auto;
}


.mt {
    margin-top: 40px;
}

.left>div>i {
    font-size: 26px;
    color: white;
    background: linear-gradient(54deg, rgba(0, 121, 152, 1) 36%, rgba(100, 0, 161, 1) 71%);
    padding: 10px;
    border-radius: 10px;
}

.left>div>div>h3 {
    color: rgb(8, 57, 255);
    font-size: 22px;
}

.left>div>div>p {
    color: #363636;
}

.right>h2 {
    text-align: center;
    color: #363636;
    padding-bottom: 25px;
}


.input-control {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: none;
    outline: none;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(8, 57, 255);
    ;
}

.input-control::placeholder {
    color: #363636;
}

.text-area-control {
    width: 100%;
    height: 90px;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 2px solid rgb(8, 57, 255);
    ;

}

.text-area-control::placeholder {
    color: #363636;
}

.btn-submit {
    width: 100px;
    height: 45px;
    margin: auto;
    margin-top: 40px;
}

.btn-submit button {
    width: 100%;
    height: 100%;
    background-color: darkblue;
    color: white;
    outline: none;
    border: none;
    border-radius: 20px;
    font-size: 20px;
}