@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap'); 

body {
    background: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    color: #555;
}

a {
    color: #cf2323;
    text-decoration: underline;
}

a:hover {
    color: #212529;
}

a.btn {
    background: #cf2323;
    border: #cf2323;
}

a.btn:hover {
    background: #cf2323;
    opacity: .6;
}

ul strong, ol strong {
    color: #cf2323;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #cf2323;
}

h2 {
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #cf2323;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #343a40;
    -webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    padding-top: 25px;
}

header .navbar-brand img {
    width: 380px;
}

nav {
    background: none;
    box-shadow: none;
}

nav ul {
}

nav ul li {
}

nav ul li a {
}

nav ul li a:hover {
    color: #fff;
}

article {
    margin-top: 200px;
}

article section#abvpar {
}

article section#abvpar h2 {
    color: #fff;
}

article section#homeitm {
    background: #cf2323;
}

article section#homeitm h2 {
    color: #fff;
}

article section#blwpar {
    background: #fff;
}

article section#blwpar ul {
    list-style-type: disc;
    padding-left: 40px;
}

article section#blwpar ul li {
    list-style-type: disc;
}

#menuside {
}

body#sbheadpg #menuside h3 {
    margin-top: 50px;
}

#menuside h3 {
    padding-left: 15px;
    margin-bottom: 0;
}

#menuside ul {
    padding: 0 15px 0 !important;
    border-radius: 5px;
    margin: 0;
}

#menuside ul li {
    list-style-type: none !important;
    background: #ddd;
    margin-bottom: 5px;
    padding: 10px 20px;
}

#menuside ul li a {
    text-decoration: none;
    color: #212529;
}

#menuside ul li a:hover {
    color: #cf2323;
}

#sqrhome {
    margin-bottom: 25px;
    padding: 10px;
    display: block;
}

#sqrhome img {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
}

#sqrhome a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 700;
}

#sqrhome a:hover {
    color: #fff;
}

#sqrhome #strrtng {
    color: #fff;
}

#sqrhome span {
    color: #fff;
    font-size: 20px;
}

#sqrhome strong {
    color: #fff;
}

footer {
    background: #000;
}

footer ul {
    background: #cf2323;
    padding: 10px 0;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: #fff;
}

footer a {
    text-decoration: underline;
    color: #555;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

table {
    color: #fff;
}

#lastbox {
    border-radius: 15px;
    padding-bottom: 15px;
    padding-top: 30px;
}

#lastbox #itm_bons {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

#lastbox #itm_bons span {
    font-size: 30px;
    color: #44be4c;
}

#lastbox #therate {
    color: #44be4c;
    font-size: 30px;
    margin-bottom: 23px;
}

.tab_info {
    margin: 35px 0 40px;
    border: 1px solid #fff;
    width: 100%;
    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: 115px;
    }
}
