@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23050505' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%230a0a0a' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%230f0f0f' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23141414' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%23191919' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%231e1e1e' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23232323' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

a {
    color: rgb(0 200 69);
}

a:hover {
    color: #ffffff;
}

ul strong, ol strong {
    color: rgb(0 200 69);
}

h1, h2, h3, h4, h5, h6{
    color: rgb(0 200 69);
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
}

h2 {
    font-size: 26px;
}

h3, h4, h5, h6 {
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 45%);
}

header .navbar-brand img {
    width: 345px;
}

#mainmenu {
    border-radius: 5px;
    margin-top: 5px;
    background: rgb(0 200 69);
}

#mainmenu ul {
    margin-bottom: 10px !important;
    padding: 10px 0 0 15px;
}

#mainmenu ul li {
}

#mainmenu ul li a {
    color: #fff;
    text-decoration: none;
}

#mainmenu ul li a:hover {
    color: #ff4033;
}

article {
    margin-top: 207px;
}

footer {
    color: #fff;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}

footer a:hover {
    color: rgb(0 200 69);
    text-decoration: underline;
}

#mainsidemenu {
}

#mainsidemenu ul {padding-left: 0;}

#mainsidemenu ul li {list-style: none;background: rgb(0 200 69);margin-bottom: 1px;padding: 5px;}

#mainsidemenu ul li a {
    text-decoration: none;
    color: #fff;
}

#mainsidemenu ul li a:hover {
    color: rgb(0 0 0);
}

#listebox {
    margin-bottom: 25px;
    padding: 10px;
    display: block;
    -webkit-box-reflect: below -31px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

#listebox img {
    margin-bottom: 16px;
    height: 215px;
}

#listebox img:hover{
    opacity:.6;
}

#listebox a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(0 200 69);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#listebox a:hover {
    color:#fff;
}

#listebox a.btn{
    color:#fff;
}

#listebox a.btn:hover{
    opacity:.8;
}

#listebox span .fa{
    color: #ffffff;
}

#listebox strong{
    
color: rgb(0 200 69);
    
font-size: 20px;
}

#listebox span{
    
font-size: 12px;
    
font-weight: 700;
    
color: rgb(255 255 255);
}

.tab_info {
    margin: 35px 0 40px;
    border: 1px solid #fff;
    width: 100%;
    background: rgb(29 39 48);
    border-radius: 15px;
}

.tab_info td,.tab_info th {
    font-size: 14px;
    padding: 12px 20px
}

.tab_info td {
    color: #fff;
    border: 1px solid #fff
}

.tab_info td:first-child {
    font-weight: 500
}

.tab_info td,.tab_info th {
    border-bottom: 1px solid #fff;
    padding: 15px
}

.tab_info_p:not(:empty):not(:last-child):after {
    content: ", "
}

@media (min-width: 769px) {

    article {
    margin-top: 170px;
    }
}
