footer {
    line-height: 1.5;
    font-size: 14px;
    background-color: #1b1c1e;
    padding: 60px 0 10px;
    margin-top: 60px;
}

.footer-bottom {
    background-color: #1b1c1e;
}

footer a {
    color: #fff;
    display: inline-block;
}

footer a:hover {
    color: #ff9333;
}

footer .h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

footer {
    color: #fff;
}

footer h4 {
    margin: 0;
    margin-bottom: 5px;
}

footer li {
    margin: 10px 0;
}

footer i {
    margin-right: 5px;
}

.footer-top {
    margin-bottom: 20px;
    text-align: right;
}

.footer-top img {
    width: 220px;
}

.footer-company {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
    padding: 2px 15px;
    margin-bottom: 15px;
    border-radius: 2px;
}

.inquiry-btn {
    margin: 0;
    margin-top: 10px;
    cursor: pointer;
    padding: 12px 21px 10px;
    color: #fff;
    background-color: #000;
    transition: all .3s;
    border-radius: 4px;
    border: 0;
}

.inquiry-btn:hover {
    background-color: #4472C4;
}

.footer-inquiry {
    padding-right: 30px;
}

.footer-inquiry label {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.newsletter input {
    padding: 10px 15px;
    display: block;
    width: 250px;
    border: 0;
}

.newsletter a {
    padding: 7px 15px;
    background-color: #4472C4;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 4px;
}

.newsletter a:hover {
    color: #fff;
    background-color: #ff9333;
}