.contact-left h2 {
    margin-top: 30px;
}

.footer-bottom a.urls-footer {
    color: #7D7D7D;
}

.footer-bottom a.urls-footer:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

#site-footer, #site-footer a, .footer-bottom {
    font-family: "Titillium Web", sans-serif;
}

#site-footer .footer-social a {
    font-family: "Raleway", sans-serif;
}

#site-footer .widget-footer a {
    text-decoration: underline;
}

input.has-error, textarea.has-error, select.has-error {
    border: 1px solid #f00;
}

.main-header-5 .octf-mainbar-row .menu-col {
    flex-grow: 0.8 !important;
}

.services-detail-content h2 {
    font-size: 34px;
}

.services-detail-content h3.title-part {
    font-size: 20px;
    margin-bottom: 0;
}

span.ci-error {
    color: #f00;
    font-size: 13px;
}

.text-underline {
    text-decoration: underline;
}

.widget .services-menu li.sub-item span {
    padding-left: 20px;
}

.widget-footer.contact-data a {
    text-decoration: none !important;
}

.widget-footer.contact-data a:hover {
    text-decoration: underline !important;
}

.wpcf7 .main-form select {
    color: #555555;
    border: none;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 8px;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    font-weight: 500;    
    width: 100%;
}

@media (max-width: 1024px) {

    .header_mobile .mlogo_wrapper {
        padding-left: 15px;
        padding-top: 15px;
    }

    .header_mobile .mlogo_wrapper img {
        max-height: 2rem;
    }
}