footer{
    line-height: 1;
    font-size: 14px;
    background-color: #85d8e5;
    
}

footer a{
    color: #000;
    display: inline-block;
}

footer a:hover{
    color: #ff9333;
}

footer .h3{
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
}

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;
}

.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: #ff9333;
}

.footer-inquiry{
    padding-right: 30px;
}

.footer-inquiry label{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
footer .background-icon {
    background: url(../images/Youtube.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
}
footer .background-icon:hover {
    background: url(../images/Youtube-active.png) no-repeat;
    background-size: cover;
}