.header-thirteen .site-branding .site-title {
    color: #fff !important;
    font-size: 20px;
    text-transform: capitalize;
}
.site-header .site-branding .site-description {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #c5c5c5 !important;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio) {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.bottom-footer {
    color: #ffffff;
    display: none;
}
.footer-widget-wrap {
    padding-top: 80px;
    padding-bottom: 80px !important;
}
.site-header .site-branding > a {
    max-width: 55px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
header.site-header .site-branding a ~ .site-title {
    margin-top: 0px;
}

@media screen and (max-width: 991px) {
    .header-thirteen .site-branding {
        text-align: left;
        flex-direction: row;
        vertical-align: middle;
        width: 100%;
    }
    header.site-header .site-branding a ~ .site-title {
    margin-top: 0px;
    padding-top: 23px;
}
}

