	body {
    font-family: Arial, helvetica, sans-serif;
    font-size: 15px;
    background: #F7F7F7;

}
img {
    max-width: 100%;
}
.header {
    position: fixed;
    z-index: 2;
    background: rgba(42, 112, 201, 0.71);
    width: 100%;
}
.header #navbarsMenu {
    justify-content: center;
}
.header .navbar-nav .nav-item:nth-child(1) {
    font-size: 0;
}
.header .navbar-nav .nav-item:nth-child(1) i {
    font-size: 15px;
}
.header .navbar-nav .nav-item a {
    color: #fff;
    text-transform: uppercase;
    padding: 15px !important;
}
.bp_news_info {
    display: none;
}
.footer {
    background: #2A2A2A;
    color: #FFFFFF;
}
.footer h2 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer h3 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer p {
    font-size: 13px;
    margin: 10px 0;
}
.footer-list ul {
    padding-left: 0;
}
.footer-list ul li {
    font-size: 13px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.36);
    padding: 5px 0;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social .social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
}
.footer-social .social-icon:nth-child(1) {
    background: #3b5a98;
}
.footer-social .social-icon:nth-child(2) {
    background: #45c6f6;
}
.footer-social .social-icon:nth-child(3) {
    background: #ff000a;
}
.footer-social .social-icon:nth-child(4) {
    background: #910006;
}
@media screen and (max-width: 768px) {
    .header  {
        padding: 10px 0;
    }
}