.title {
    font-weight: 600 !important;
    font-size: 42px !important;
    text-transform: capitalize;
}

.sub-title {
    border: unset;
    padding: unset;
    font-size: 16px;
}

.footer-style-three .footer-bottom {
    background-color: #000 !important;
}

.bg-dark ul.footer-social-regular li a {
    background: #d2973b;
}

.bg-dark ul.footer-social-regular li a:hover {
    background: #435b37;
}

.footer-style-three ul.contact-list-two li i:hover {
    background: #435b37;
}

.contact-form-style-one form input,
.contact-form-style-one form textarea,
.contact-form-style-one form select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none !important;
    min-height: 50px;
}