footer#footer{
    position: relative;
    background: #F8F8F8;
}
footer#footer a{
    color: inherit;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer#footer a:hover{
    color: var(--primary);
    font-weight: 600;
}
footer#footer li a:hover:before{
    content: "";
    width: 4px;
    height: 4px;
    background: var(--primary);
    position: relative;
    display: inline-block;
    margin: 6px;
    top: 3px;
}
.back-to-top{
    width: 48px;
    height: 48px;
    text-align: center;
    padding-top: 10px;
    position: fixed;
    right: 55px;
    bottom: 65px;
    z-index: 99;
    display: none;
}
.back-to-top i.icon{
    font-size: 26px;
    background-color: #fff;
}
.main-footer{
    padding: 0 0 50px;
}
.form-subscriber input.form-control:focus{
    z-index: 1;
}
.form-subscriber .form-submit {
    border: 0px;
    padding: 0 14px;
    line-height: 20px;
    white-space: nowrap;
}