@media (min-width: 992px) {
    .container { max-width: 1000px; }
}
@media (min-width: 1200px) {
    .container { max-width: 1280px; }
}
@media (min-width: 1400px) {
    .container { max-width: 1380px; }
}
@media (min-width: 1600px) {
    .container { max-width: 1480px; }
}

.font-11{ font-size: 11px !important; }
.font-12{ font-size: 12px !important; }
.font-13{ font-size: 13px !important; }
.font-14{ font-size: 14px !important; }
.font-15{ font-size: 15px !important; }
.font-16{ font-size: 16px !important; }
.font-17{ font-size: 17px !important; }
.font-18{ font-size: 18px !important; }
.font-19{ font-size: 19px !important; }
.font-20{ font-size: 20px !important; }
.font-21{ font-size: 21px !important; }
.font-22{ font-size: 22px !important; }
.font-23{ font-size: 23px !important; }
.font-24{ font-size: 24px !important; }
.font-25{ font-size: 25px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-3 { margin-top: 3px !important; }
.mt-4 { margin-top: 4px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-1 { margin-bottom: 1px !important; }
.mb-2 { margin-bottom: 2px !important; }
.mb-3 { margin-bottom: 3px !important; }
.mb-4 { margin-bottom: 4px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1px !important; }
.pt-2 { padding-top: 2px !important; }
.pt-3 { padding-top: 3px !important; }
.pt-4 { padding-top: 4px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pb-1 { padding-bottom: 1px !important; }
.pb-2 { padding-bottom: 2px !important; }
.pb-3 { padding-bottom: 3px !important; }
.pb-4 { padding-bottom: 4px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
/* healines css */
.news-ticker{
    background:lightslategrey;
    height:50px;
    overflow:hidden;
    line-height:50px;
}
.news-ticker-marquee{
    white-space:nowrap;
}
.news-ticker-item{
    display:inline-block;
    padding:0 25px;
}
.news-ticker-item:nth-child(even){
    background: slategrey;
}
.news-ticker-item a{
    color:#fff;
    text-decoration:none;
    font-size:17px;
}
/* healines css end */
.navbar-toggler {
    width: 45px !important;
}
@media (min-width: 992px) {
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: grey;
    text-decoration: none;
    transition: 0.3s;
}
.mobile-header-info .social-icons a{
    font-size:15px;
    width: 30px;
}
.mobile-header-info .header-date{
    font-size:12px;
    white-space: nowrap;
}
.text-theme { color: #ff0303 !important; }
.text-bold { font-weight: bold !important; }
.border-left { border-left: 1px solid lightgray !important; }
.border-right { border-right: 1px solid lightgray !important; }
.border-top { border-top: 1px solid lightgray !important; }
.border-bottom { border-bottom: 1px solid lightgray !important; }


/* Mobile */
@media (max-width: 575.98px) { }
/* Small tablets */
@media (min-width: 576px) and (max-width: 767.98px) { }
/* Tablets */
@media (min-width: 768px) and (max-width: 991.98px) { }
/* Laptop */
@media (min-width: 992px) and (max-width: 1199.98px) { }
/* Desktop */
@media (min-width: 1200px) { }

/* pagination custom design css */
/* ========================================== NEWS PAGINATION ========================================== */
.news-pagination {
    width: 100%;
    margin: 30px 0;
}
.news-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}
.news-pagination .page-item {
    margin: 0 2px;
    flex: 0 0 auto;
}
.news-pagination .page-link {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.news-pagination .page-item.active .page-link {
    background: #333;
    border-color: #333;
    color: #fff;
}
.news-pagination .page-item:not(.disabled):not(.active) .page-link:hover {
    background: #f5f5f5;
    border-color: #ccc;
}
.news-pagination .page-item.disabled .page-link {
    background: #f8f8f8;
    color: #aaa;
}
.news-pagination .page-item:first-child .page-link, .news-pagination .page-item:last-child .page-link {
    min-width: 90px;
    padding: 0 15px;
}
.mobile-text {
    display: none;
}
/* ========================================== MOBILE ========================================== */
@media (max-width: 575px) {
    .news-pagination {
        width: 100%;
        margin: 20px 0;
        padding: 0 10px;
    }
    .news-pagination .pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .news-pagination .page-item {
        margin: 2px;
        flex: 0 0 auto;
    }
    .news-pagination .page-link {
        min-width: 34px;
        width: 34px;
        height: 36px;
        padding: 0 5px;
        font-size: 13px;
    }
    .news-pagination .page-item:first-child .page-link, .news-pagination .page-item:last-child .page-link {
        min-width: 75px;
        width: 75px;
        padding: 0 8px;
        font-size: 12px;
    }
    .desktop-text {
        display: inline;
    }
    .mobile-text {
        display: none;
    }
}
/* pagination custom design css end */
