.site-header .site-branding {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio) {
    outline: none;
    border: 1px solid #ccc;
}
.elementor hr {
    background-color: transparent;
    margin: 20px 0;
}
.site-header .site-branding .site-title {
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    padding-left: 10px;
    color: #222;
}
@media screen and (max-width: 991px) {
.site-header .site-branding {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
}