/*-----------footer.css----------*/
#site-footer{background: #003375; padding: 2rem 0px; text-align: center;}
.footer-copyright{color:#fff; text-align:center;}
.to-the-top .fa{
	position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    outline: none;
    background: #bc5a37;
    padding: 0px;
    border-radius: 4px;
    transition: all 0.5s ease-out 0s;
	color:#fff;
} 
.to-the-top{display:none;}
.to-the-top.show{display:block;}
 