
/* Start Form */
.contact-section {
    padding: 7rem 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #6a6a6a;
    font-size: 14px;
    display: block;
    unicode-bidi: isolate;
}
.contact-section .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff;
}
.contact-section input {
    padding: 12px;
}
.contact-section input:focus {
    outline: none !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.form-control{
    border-radius: 20px;
    font-family: "Inter", sans-serif;
}
/* End Form */
