body {
    background: #000000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;color:#fff;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;    color: #f05523;font-weight: 600;
}
 
.container {max-width: 710px;}
.bg-dark {
    background-color: #000 !important;
}
.sidebar_menu ul li {position: relative;margin-bottom: 15px;    list-style-type: none;}
.sidebar_menu ul li::marker {display: none;}
.sidebar_menu ul li::before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: ">";
    font-size: 10px;
    background: #ffe4e438;
    left: -27px !important;
    text-align: center;
       border: 1px solid #f9f9f921;
    top: 1px;
    color: #f9f9f921;
}
.color-red {color: #f05523;}
li.nav-item.active a {color: #f05523 !important;border-bottom: 1px solid #fe6500;}
li.nav-item a {padding: 0.5rem 1.2rem !important;position: relative;}


li.nav-item.active a:before {color: #fff;}

li.nav-item a:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: ">";
    font-size: 10px;
    left: 2px !important;
    text-align: center;
    top: 10px;
    color: #f9f9f94a;
}


nav.navbar {margin-bottom: 2rem;}
.sidebar_menu ul li a{color: #fff;}
.p_copyright {margin-bottom: 2rem;}
.copyright{margin-bottom: 1.5rem;}
li.active a {color: #f05523 !important;}
.navbar-nav {-ms-flex-direction: row;
    flex-direction: row;}
.collapse:not(.show) {
    display: inline-block !important;
}
button.navbar-toggler {
    display: none !important;
}
.container.header_banner img {
    width: 100%;
}

