/* footer style */
#footer{
    background:#EDEDED;
    padding:95px 0;
}
#footer .footer-wrap{
    width:95%;
    max-width:1280px;
    margin:auto;
    display:flex;
    justify-content: space-between;
}
#footer .footer-wrap h6{
    font-size:15px;
    font-weight:600;
    margin-bottom:10px;
}
#footer .footer-wrap .address{
    font-size:12px;
    margin-bottom:10px;
}
#footer .footer-wrap .copyright{
    color:#848484;
    font-size:12px;
    letter-spacing: -0.02px;
}
#footer .footer-wrap .ft-right{
    width:297px;
}
#footer .footer-wrap input{
    width:100%;
    height:29px;
    background:#fff;
    border:none;
    padding:0 8px;
    font-size:12px;
    margin-bottom:10px;
}
#footer .footer-wrap input::placeholder{
    color:#a3a3a3;
}
#footer .footer-wrap .join-form-btn{
    width:100%;
    height:29px;
    color:#fff;
    background:#BA0000;
    font-size:12px;
    font-weight:600;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}