.container-nav {
	background-color: white !important;
	border-bottom: 1px solid #f49726;
	max-width: 100% !important;
}

#template-bg-1 {
	/* display: flex; */
    flex-direction: column;
    align-items: center;
}


.footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.footer p {
    margin: 10px 0;
}

.footer i {
    color: red;
}

.footer a {
    color: #3c97bf;
    text-decoration: none;
}

.sidebar {
    z-index: 10000;
}