/*footer css start*/
.footer-pad {
    padding: 10px 0 10px 0px;
}

.own-footer {
    background: #a6433b;
    color: #fff;
}

.copy-right {
    text-align: center;
    margin: 0;
    font-size: 12px;
}

/*footer css end*/

/*scroll-top*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 102;
    background-color: #0f0a07;
    border-color: #0f0a07;
}

.back-to-top:hover {

    background-color: #0f0a07;
    border-color: #0f0a07;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top:active {

    background-color: #ffe399 !important;
    border-color: #ffe399 !important;
    box-shadow: none;
    outline: none;
}

/*scroll-top*/
