@charset "UTF-8";

body {
    direction: ltr;
    text-align: left;
}

.contact-form .form-group label {
    left: 10px;
    right: unset;
}
.contact-form {
    text-align: left;
}
.contact-form .form-group .form-select, .contact-form .form-group .form-control {
    text-align: left !important;
}
.default-btn span, .default-btn::before {
    right: unset;
    left: 0;
}
.default-btn {
    padding: 12px 35px 12px 62px;
}
.default-btn span::before {
    content: "\f125";
    font-family: Ionicons;
}
.static-area .single-static img {
    margin: 0 15px 0 15px;
}

.static-area .single-static .single-static-meta h4, .static-area .single-static .single-static-meta p {
    color: #313131 !important;
}


