footer{
    line-height: 1.5;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(78, 143, 181), rgb(12, 166, 204) 50%, rgb(54, 93, 137) 100%);
    padding: 60px 0 0px;
    position: relative;
    z-index: 10;
}


.footer-bottom{
    position: relative;
    z-index: 10;
    margin-top: 40px;
}

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: space-between;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ddd;
}

.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: 80%;
    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;

  }

  footer img{
    margin-bottom: 15px;
  }

  .footer-link p{
    margin-bottom: 7px;
  }

