.contact {
    padding: 4%;
    height: 400px;
}

.nav-item {
    color: grey;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
}

.col-md-3 {
    background: #fd7e14;
    padding: 2%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.contact-info {
    margin-top: 10%;
}

.contact-info img {
    margin-bottom: 15%;
}

.contact-info h2 {
    margin-bottom: 10%;
}

.col-md-9 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form button {
    background: #fd7e14;
    color: #fff;
    font-weight: 600;
    width: 25%;
    border-radius: 10px;
}

.contact-form button:focus {
    box-shadow: none;
}

label {
    color: #808185;
}

.cinput {
    border: 1px solid #fd7e14;
    outline-color: #fd7e14;
}

.dowload {
    width: 70%;
    height: 30px;
}