* {
    outline: none;
}

@font-face {
    font-family: marufbn;
    src: url(../webfonts/SolaimanLipi.ttf);
}

body {
    background: #f2f2f2;
    color: #444;
    font-family: marufbn, SolaimanLipi;
}

a {
    color: #dd3333;
    font-family: marufbn, SolaimanLipi;
}

a:hover {
    color: #a41a19;
    text-decoration: none;
}

.btn-mag {
    background-color: #088a2a;
    color: #fff;
}

.btn-mag:hover {
    background-color: #dd3333;
    color: #fff;
}

.btn-mag-t {
    background-color: #dd3333;
    color: #fff;
}

.btn-mag-t:hover {
    background-color: #088a2a;
    color: #fff;
}

.text-en {
    font-family: calibri;
}

.wrapper {
    width: 100%;
}

.main-header {
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px #444;
}

.top-bar {
    width: 100%;
    background: #000;
    color: #ccc;
    padding: 5px 0;
}

.top-bar a {
    color: #fff;
    font-family: calibri;
}

.top-bar a:hover {
    color: #dd3333;
}

.top-bar .right-content {
    text-align: right;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
    color: #fff;
    font-size: 22px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active,
.navbar-dark .navbar-nav .active>.nav-link {
    color: #f1f1f1;
    border-bottom: 1px solid #a41a19;
    margin-bottom: -2px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f1f1f1;
    border-bottom: 2px solid #a41a19;
    margin-bottom: -2px;
}

.container-fluid {
    width: 95%;
    max-width: 1300px;
}

#maruf_fb_frame {
    width: 100%;
}

.main-header .container-fluid,
.footer .container-fluid {
    max-width: 1270px;
}

.page-link {
    font-size: 26px;
}

.page-link i {
    font-size: 24px;
}

.bg-blue {
    background: #4167b2;
}

.spacebar2 {
    width: 100%;
    height: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 20px;
    padding: 15px 13px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    margin-bottom: -2px;
    border-bottom: 1px solid #a41a19;
    color: #222;
}

.navbar {
    padding: 0;
    background: #054c09;
}

.navbar-brand img,
.footer-logo img {
    max-width: 350px;
}

.navbar-brand {
    padding: 10px 0 0;
}

.mdrop-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
}

.mdrop-content a {
    float: none;
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 20px;
}

.mdrop-content a:hover,
.mdrop-content a.active {
    background-color: #ddd;
}

.mdrop:hover .mdrop-content {
    display: block;
}

.date-bar {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    color: #444;
}

.date-bar a {
    text-decoration: none;
}

.theme-site-intro {
    font-size: 18px;
}

#content {
    margin-top: 20px;
}

h3.post-title {
    font-weight: bold;
}

.post-title {
    /*margin: 10px 0;*/
    color: #444;
}

.post-title-white {
    /*margin: 10px 0;*/
    color: #f7f7f7;
}

.post-title-white:hover {
    /*margin: 10px 0;*/
    color: #ffbbbb;
}

.card,
.card-img {
    border-radius: 0;
}

.card-img-overlay .post-title {
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 0;
}

.card-img-overlay {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    padding: 1rem 1.25rem .5rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.card-body {
    padding: 5px 10px;
}

.card-text {
    font-size: 18px;
    margin-bottom: 5px;
}

.online-tag {
    color: #4167b2;
    font-size: 16px;
}

.online-tag i {
    font-size: 17px;
}

.add {
    /*margin: 15px 0;*/
    text-align: center;
}

.add img {
    width: auto;
}


.spacebar {
    width: 100%;
    height: 30px;
}

.cat-sec-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

.cat-sec-list:last-child {
    border-bottom: none;
}

.catgory-list {
    margin-bottom: 25px;
    padding: 0 0 10px 0;
}

.cat-nav-list {
    width: 100%;
}

.cat-nav-list .col-12 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cacaca;
}

.cat-nav-list .col-12 a {
    color: #555;
    text-decoration: none;
    font-size: 20px;
    margin-left: 10px;
    display: block;
}

.cat-lbl-red {
    border-bottom: 2px solid #dd3333;
    overflow: hidden;
    margin-bottom: 5px;
    background: transparent;
}

.cat-lbl-red a.cat-lbl-title {
    background: #dd3333;
}

.cat-lbl {
    overflow: hidden;
    margin-bottom: 0;
    background: #ebebeb;
}

a.cat-lbl-title {
    color: #fff;
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin: 0px 0 0 0 !important;
    background: #830000;
    padding: 5px 10px;
}

.cat-lbl a.cat-lbl-title::after {
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 41px solid #830000;
    border-right: 8px solid transparent;
}

.cat-lbl i {
    font-size: 16px;
}
.cat-section {
    border: 1px solid #ddd;
  }
.cat-lbl-more {
    float: right;
    padding: 5px 10px;
    font-size: 20px;
    color: #830000;
}

.cat-lbl a.cat-lbl-title:hover,
.cat-lbl-red a.cat-lbl-title:hover {
    color: #fff;
}

a.cat-lbl-more:hover {
    color: #000;
}

.cat-section a,
a .post-title,
.post-title a,
.post-title {
    text-decoration: none;
}

a .post-title,
.post-title a {
    color: #444;
}

.cat-section a .card-img-overlay .post-title {
    color: #fff;
    font-size: 25px;
}

.cat-section a .sm-img-overlay .post-title {
    font-size: 20px;
}

.cat-section a .card-img-overlay .post-title:hover {
    color: #f7f7f7;
}

.cat-section a:hover,
.news-sec a:hover,
a .post-title:hover,
.post-title a:hover {
    color: #a41a19;
    text-decoration: none;
}

.news-sec:hover .post-title {
    color: #a41a19;
    text-decoration: none;
}

.cat-section a:hover .card-img,
.cat-section a:hover .card-img-top,
.news-sec a:hover .card-img-top,
.site-image:hover {
    opacity: .9;
}

.img-btm {
    border-bottom: 2px solid #FF8C00;
}

.bg-light1 {
    background: #fff;
}

.bg-light2 {
    background: #f9f9f9;
}

.bg-light3 {
    background: #f2f2f2;
}

.bg-light4 {
    background: #ddd;
}

.bg-dark2 {
    background: #111;
}

.tabbed-cat-section .cat-lbl {
    margin-bottom: 0;
}

.tabbed-cat-section .nav-tabs .nav-link.active {
    background: #ddd;
    border-bottom: 1px solid #780077;
}

.tabbed-cat-section .nav-tabs {
    border-bottom: 1px solid #780077;
}

.tabbed-cat-section .nav-tabs .nav-link {
    font-size: 20px;
    color: #444
}

.rp-tabbed-widget {
    width: 100%;
}

.rp-tabbed-widget .img-bg {
    background: #ddd;
    text-align: center;
}

.rp-tabbed-widget .cat-sec-list a {
    display: block;
    color: #444;
    height: 100%;
}

.rp-tabbed-widget .cat-sec-list a:hover {
    color: #0056b3;
}

.rp-tabbed-widget .cat-sec-list {
    border: 1px solid #ddd;
    padding-bottom: 0;
    border-left: none;
    border-right: none;
    padding: 5px 0;
    line-height: 20px;
}

.rp-widget-title {
    border-bottom: 1px solid #780077;
}

.rp-tabbed-widget .nav-item {
    width: 50%;
    background: #dceaf7;
    text-align: center;
}

.rp-tabbed-widget .nav-item .active {
    color: #070606;
    background: #fff;
}

.rp-tabbed-widget .nav-link {
    color: #070606;
    border-radius: 0;
}

.rp-tabbed-widget .btn {
    background: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 0;
    box-shadow: 1px 1px 5px 2px #ddd;
    color: #444;
}

.btn-poll {
    background: #dd3333;
    border: 1px solid #dd3333;
    color: #fff;
}

.btn-poll:hover {
    background: #a41a19;
    border: 1px solid #a41a19;
    color: #f7f7f7 !important;
}

.gallery-section {
    width: 100%;
    background: #212121;
    color: #fff;
}

.gallery-section .cat-section {
    padding-top: 15px;
}

.gallery-section .bg-dark2 {
    padding: 15px;
}

.gallery-section .cat-sec-list {
    border-bottom: 3px ridge #424242;
}

.gallery-section .cat-sec-list:last-child {
    border-bottom: none;
}

.icon-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    color: #ccc;
}

.icon-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    background: rgba(0, 0, 0, .5);
    font-size: 18px;
    color: #ccc;
}

.icon-overlay-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 10px;
    background: rgba(0, 0, 0, .5);
    font-size: 25px;
    color: #fff;
}

.category-header {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid #dd3333;
}

.cat-header-menu {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.category-header .header-title {
    color: #000;
    font-size: 35px;
    line-height: 60px;
    margin: unset;
    padding-left: 5px;
}

.category-header .header-title i {
    color: #000;
    font-size: 25px;
}

.cat-nav {
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.cat-header-menu ul li {
    display: inline;
    border-right: 1px solid #a0a0a0;
    line-height: 60px;
}

.cat-header-menu ul li a {
    padding: 7px 15px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.cat-header-menu ul li a:hover,
.cat-header-menu ul li a.active {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #a0a0a0;
    color: #b30f0e;
}

.social-media {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-media li {
    display: inline-block;
    padding: 7px 0;
}

.social-media li a,
.social-media li button {
    color: #fff;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    margin-left: 5px;
}

.social-media li button i {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: .1s;
}

.social-menu {
    margin-bottom: 12px;
}

.social-menu li a {
    border: 1px solid #222;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 5px;
    color: #222;
}

.social-menu li a i {
    margin-right: 5px
}

.social-menu li a:hover {
    border: 1px solid #054c09;
    color: #054c09;
}

.social-media button .fa-facebook-f {
    background: #3b5998;
}

.social-media button .fa-twitter {
    background: #00aced;
}

.social-media button .fa-google-plus {
    background: #d34836;
}

.social-media button .fa-print {
    background: #969696;
}

.blog-text,
.blog-text div,
.blog-text span {
    text-align: justify;
    font-size: 22px !important;
}

.card-deck .card {
    max-width: 300px;
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 2px solid #dd3333;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #dd3333;
}

#scroll:hover {
    background-color: #f7f7f7;
    border: 2px solid #444;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#scroll:hover span {
    border-bottom-color: #444;
}


.ln_wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    border: 1px solid #830000;
    margin: auto;
}

.ln_left {
    width: 10%;
    float: left;
    background: #830000;
    text-align: center;
}

.ln_left h4 {
    margin: 0;
    padding: 7px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}

.ln_left_arrow {
    width: 0;
    height: 0;
    border-top: 41px solid #830000;
    border-right: 8px solid transparent;
    position: absolute;
    left: 10%;
    z-index: 1;
}

.ln_right {
    width: 90%;
    overflow: hidden;
    background: lightblue;
    position: absolute;
    right: 0;
}

.ln_right ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.ln_right ul li {
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
}

.ln_right ul li a,
.ln_right ul li span {
    color: #444;
    font-size: 18px;
}

.ln_right ul li a:hover {
    color: #0056b3;
}


/* CSS FOR RESPONSIVE */
@media screen and (max-width: 650px) {
    .ln_left_arrow {
        display: none;
    }

    .ln_right {
        z-index: -100;
    }
}

.footer-1 {
    padding: 15px 0px;
    background-color: #fff;
}

.footer-2 {
    padding-top: 10px;
    background-color: #111;
    color: #fff;
}

.line-white {
    clear: both;
    background-color: #949494;
    width: 100%;
    height: 1px;
}

.footer-menu-div {
    padding: 0
}

ul.footer-menu-list {
    list-style: none;
    padding-left: 0;
}

.footer-menu-list {
    width: 100%;
    overflow: hidden;
}

.footer-menu-list li {
    padding-top: 10px;
    display: inline;
}

.portal-info-div {
    padding: 10px 0px 10px 0px;
}

.portal-info-div p {
    font-size: 17px;
    margin-bottom: 5px;
    color: #222;
    width: 100%;
    padding: 0 15px;
}

.footer-menu-list li i {
    width: 20px;
    font-size: 16px;
}

.footer-menu-list li a {
    font-size: 18px;
    color: #fff;
}

.footer-menu-list li a:hover {
    color: #25bfe2;
}

.footer-1 .social-media {
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-border {
    border-right: 1px solid #949494;
    margin-top: 10px;
}

#maruf-search {
    padding: 5px 0px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

#maruf-search .input-group-append {
    font-size: 20px;
    cursor: pointer;
    padding-top: 5px;
}

#maruf-search .search-box {
    /*padding: 20px 0;*/
}

.header-menu-list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.header-menu-list li {
    padding-top: 10px;
}

.hr {
    width: 100%;
    clear: both;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin-top: 10px;
    margin-bottom: 10px;
}


.wide-full {
    width: 100% !important;
    padding: 25px 0;
}

.img-big {
    max-width: 100%;
    max-height: 298px;
}

.img-md {
    min-height: 150px;
    max-height: 160px;
}

.img-sm {
    height: 65px;
}

.img-md2 {
    height: 230px;
}

.img-xs {
    height: 56px;
}

.img-sm2 {
    height: 70px;
}

.img-sm3 {
    height: 105px;
}

.cat-more {
    width: 175px;
    text-align: center;
    margin-bottom: 20px;
}

.pagination {
    width: 200px;
    margin: auto;
}

.card-header {
    padding: .75rem 1.25rem 0 1.25rem;
    background-color: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .125);
}

.rel-card {
    max-width: 300px;
}

.content-align {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.align-bar-one {
    position: relative;
    float: left;
    padding: 10px;
}

.align-bar-two {
    float: right;
    margin-left: 66.66%;
    height: 100%;
    background: orange;
    position: absolute;
}

.mobile-search {
    display: none;
}

.article-meta,
.article-meta a {
    font-size: 16px;
}

.social-media .font-btn {
    font-size: 19px;
    background: #acc2ec;
    line-height: 34px;
    border-radius: 18px;
    width: 34px;
    color: #000;
}

.social-media .font-btn:hover,
.social-media button i:hover {
    box-shadow: 0 0 5px #444;
}

iframe {
    width: 100% !important;
}

.s_icon {
    font-size: 24px;
    background: transparent;
    margin-left: 4px;
}

.s_icon:hover {
    background: transparent;
    color: #222;
    transform: scale(1.1);
}

.author-logo {
    float: left;
    width: 54px;
    border-left: 5px solid #ddd;
    margin-right: 10px;
    padding-left: 2px;
}

.author-logo img {
    width: 48px;
    height: 46px;
}

.anchor_ad_wrapper {
    position: fixed;
    bottom: -92px;
    height: 72px;
    left: 0;
    right: 0;
    padding: 20px 0 0;
    z-index: 1099
}

#anchor_ad_close {
    width: 40px;
    height: 16px;
    border-radius: 28px 28px 0 0;
    background-color: #D8D8D8;
    margin: 0 auto;
    padding: 8px 10px
}

#anchor_ad_close div {
    background: grey;
    width: 100%;
    height: 2px;
    margin: 2px 0
}

.anchor_ad_close_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    height: 32px
}

.anchor_ad_top_border {
    background: #D8D8D8;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 12px;
    box-shadow: 0 0 8px #999
}

.anchor_ad_container {
    background-color: #f7f7f7;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.anchor_ad_container img {
    max-width: 360px;
    height: 60px;
}

.caption {
    font-size: 18px;
}

.article-add {
    text-align: center;
    padding: 10px 0 20px 0;
    background: #f7f7f7;
    font-size: 20px;
}

.article-add span {
    display: block;
    color: #999;
}

.top_news_two .col-6 {
    margin-bottom: 20px;
}

.sub_cat_sec .cat-section {
    margin-top: 1rem;
}

.sub_cat_sec .cat-section:first-child {
    margin-bottom: 1rem;
}

.xl-display {
    display: none;
}

.prayer_time {
    width: 280px;
    float: right;
}

.prayer_time .col-6 {
    background: #ddd;
    border: 2px solid #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

@media (max-width: 575.98px) {
    [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .w-xs-100 {
        width: 100%;
    }

    .ds-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container-fluid-xs {
        max-width: 1300px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .ds-col {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .p-sx-10 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-sx-11 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .p-xs-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .p-xs-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pt-xs-0 {
        padding-top: 0px !important;
    }

    .py-xs-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .pt-xs-10 {
        padding-top: 10px !important;
    }

    .p-xs-sp {
        padding-left: 5px !important;
        padding-right: 18px !important;
    }

    .pl-xs-0 {
        padding-left: 0px !important;
    }

    .pr-xs-0 {
        padding-right: 0px !important;
    }

    .pr-xs-5 {
        padding-right: 5px !important;
    }

    .m-xs-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0px !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .mt-xs-10 {
        margin-top: 10px !important;
    }

    .mt-xs-15 {
        margin-top: 15px !important;
    }

    .m-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .m-xs-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .xs-spacebar {
        width: 100%;
        height: 20px;
    }

    .bg-xs-light4 {
        background: #ddd;
    }

    .gallery-section .bg-dark2 {
        padding: 15px 3px;
    }

    .ln_left {
        width: 0%;
        overflow: hidden;
    }

    .ln_right {
        width: 100%;
    }

    .img-md {
        min-height: 170px;
        max-height: unset;
    }

    .img-md2 {
        height: unset;
    }

    .img-sm3,
    .img-sm2,
    .img-md2 {
        height: auto;
    }

    .card-deck .card {
        max-width: unset;
    }

    h1,
    h2 {
        font-size: 1.8rem;
    }

    #maruf-search {
        padding: 15px 0px;
    }

    .mobile-search {
        margin-right: 5px;
    }

    .cat-section a .card-img-overlay .post-title {
        color: #fff;
        font-size: 22px;
    }

    .cat-section a .sm-img-overlay .post-title {
        font-size: 18px;
    }

    .container-fluid {
        padding: 0;
        width: 100%;
        overflow: hidden;
    }

    .category-header .header-title {
        line-height: 50px;
        font-size: 32px;
    }

    .cat-nav {
        width: 1235px;
        line-height: 20px;
        padding: 5px 0;
    }

    .cat-header-menu ul li a {
        padding: 3px 12px;
    }

    .footer-logo {
        padding-bottom: 10px;
        text-align: center;
    }

    ul.footer-menu-list {
        padding-left: 20px;
    }

    .footer-menu-list li a {
        font-size: 18px;
    }

    ul.list-sp {
        padding-bottom: 0px;
    }

    .list-sp li a {
        font-size: 20px;
    }

    .footer-menu-list li i {
        width: auto;
        font-size: 16px;
    }

    .social-menu li a i {
        margin-right: 0;
    }

    .portal-info-div p {
        width: 100%;
        float: none;
        text-align: center !important;
    }

    #scroll {
        bottom: 75px;
        width: 40px;
        height: 40px;
    }

    .anchor_ad_wrapper {
        display: block;
    }

    .cat-nav-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .post_pagi {
        background: #dcdcdc;
        margin-top: 20px;
    }

    .post_pagi .post_headline {
        font-size: 20px;
        color: #000;
        padding: 0 10px;
    }

    .indicon i {
        color: #000;
        line-height: 30px;
        font-size: 13px;
    }

    .indicon {
        background: #b1b1b1;
        width: 100%;
        margin-top: -20px;
        color: #000;
        padding: 0 10px;
    }

    .date-bar {
        display: none;
    }

    .navbar {
        box-shadow: 0 1px 5px 0px #444;
    }

    .cat-section {
        padding-left: 5px;
    }

    .d-xs-none {
        display: none;
    }

    .top_news_two {
        padding: 0 5px;
    }

    .top_news_two .col-6 {
        padding: 0 5px;
    }

    .top_news_two .col-6 .img-md {
        min-height: unset;
        height: 95px;
    }

    .top_news_two .post-title {
        font-size: 19px;
    }

    .top_news_two .cat_title {
        font-size: 17px;
    }

    .gallery-section .cat-section {
        padding-right: 5px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .no-xs-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .no-xs-gutters>[class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

    .prayer_time {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

}

@media (max-width: 767.98px) {
    .navbar-brand {
        padding: 5px 0;
    }

    .navbar-brand img,
    .footer-logo img {
        width: 165px;
    }

    .mobile-nav {
        padding: 0 15px;
        background: #fff;
    }

    .mobile-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .mobile-menu-list li:hover,
    .mobile-menu-list li:focus {
        text-decoration: none;
        color: #fff;
        background-color: #b30f0e;
    }

    .mobile-menu-list li {
        width: 100%;
        padding: 5px 0 0 15px;
    }

    .mobile-menu-list li a {
        display: block;
        font-size: 18px;
        color: #444;
    }

    .navbar-expand-md>.container-fluid {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .sub-down {
        width: 45%;
        position: relative;
    }

    .mobile-search {
        display: inline;
        color: #444;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        color: #444 !important;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .rel-card {
        max-width: unset;
    }

    iframe {
        width: 100% !important;
    }

    .date-bar {
        top: 53px;
    }

    .portal-info-div {
        text-align: center;
    }

    .hover_bkgr_fricc>div {
        width: 85%;
    }

    .footer-border {
        border-bottom: 1px solid #949494;
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ln_left {
        width: 15%;
    }

    .ln_right {
        width: 85%;
    }

    .img-md {
        min-height: 170px;
        max-height: unset;
    }

    .img-sm3,
    .img-sm2,
    .img-md2 {
        height: auto;
    }

    .card-deck .card {
        min-width: 300px;
        margin-bottom: 10px;
    }

    .side-block {
        width: 50% !important;
        float: left;
        padding: 10px;
    }

    .anchor_ad_wrapper {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .img-md {
        min-height: 170px;
        max-height: unset;
    }

    .card-deck .card {
        min-width: 230px;
        margin-bottom: 10px;
    }

    .img-md3 {
        max-height: 118px;
    }

    .navbar-brand {
        padding-bottom: 2.5rem;
        margin-right: 4rem;
    }

    .anchor_ad_wrapper {
        display: none !important;
    }

    .news-meta {
        line-height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 17px 8px;
    }
}

@media (min-width: 992px) {
    .c-4-title-fixed {
        max-height: 50px;
        overflow: hidden;
    }

    .single_grid_height {
        max-height: 650px;
        overflow: hidden;
    }
    .double_grid_height {
        max-height: 385px;
        overflow: hidden;
    }
    .catgory-list{
        text-align: justify;
    }

    .row_grid_height {
        max-height: 93px;
        overflow: hidden;
    }

    .anchor_ad_wrapper {
        display: none !important;
    }

    .news-meta {
        line-height: 50px;
    }

    .top_news_two .col-md-4 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .row .col-md-6:first-child,
    .row .col-md-3:first-child,
    .row .col-md-4:first-child {
        padding-left: 0;
    }

    .row .col-md-6:last-child,
    .row .col-md-3:last-child,
    .row .col-md-4:last-child {
        padding-right: 0;
    }

    .scroll-div {
        max-height: 770px;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 1280px;
    }

    .xl-col-9 {
        max-width: 914px;
        flex: unset;
    }

    .xl-col-3 {
        max-width: 336px;
        flex: unset;
    }

    .xl-col-7 {
        max-width: 625px;
        flex: unset;
    }

    .xl-col-2 {
        max-width: 265px;
        flex: unset;
    }

    .xl-display {
        display: block;
    }

    .sidebar-inner {
        padding-left: 0;
        padding-right: 15px;
    }

    .img-big2 {
        height: 324px;
    }

    .img-md3 {
        max-height: 118px;
    }
}

.mobile-menu {
    max-height: 90vh;
    width: 100%;
    overflow: auto;
    background: #fff;
}

.mobile-header-toggler {
    border: none;
    background: none;
    font-size: 1.25rem;
    padding: 0;
}

.mobile-header-close {
    padding: 10px;
}

.mobile-header {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
}

.mobile-banner {
    background: #fff;
    line-height: 55px;
}

.mobile-banner i {
    font-size: 22px;
    color: #b30f0e;
}

.mobile-date-bar {
    background: #ccd6ea;
    padding-left: 15px;
    color: #444;
    width: 100%;
    line-height: 30px;
}

.mobile-banner .col-7 {
    text-align: center;
}

.mobile-banner img {
    width: 100px;
}

ul.mobile-menu-list {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.mobile-menu-list li ul {
    padding-left: 0px;
}

ul.mobile-menu-list li ul li {
    padding-left: 15px;
    width: 100%;
}

.mobile-menu-sub-list {
    position: fixed;
    left: 50%;
    top: 90px;
    background: #f1f1f1;
    width: 35%;
    max-height: 60vh;
    overflow-y: auto;
}

.mobile-menu-sub-list li {
    display: inline-block;
    color: #000;
    width: 100px;
}

.bottom-list li a {
    font-size: 18px;
    color: #444;
}

.youtube_box {
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}

.youtube_box img.y_logo {
    border: 1px solid #444;
    border-radius: 50%;
    background: #fff;
    width: 100px;
    padding: 10px;
}

.youtube_box h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    margin-top: 5px;
}

.youtube_box h3 {
    font-size: 22px;
    padding: 5px 0;
}

.youtube_box span {
    display: inline-block;
}

.youtube_box a {
    display: block;
    color: #000;
}

.breaking {
    width: 100%;
    height: 50px;
    line-height: 10px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 1px;
    font-size: 19px;
}

.breaking-span {
    width: 20%;
    padding: 10px 2px;
    float: left;
    min-width: 85px;
    font-weight: bold;
}

#breaking-title {
    width: 80%;
    float: right;
    line-height: 46px;
    overflow: hidden;
}

#breaking-title a {
    color: #b30f0e;
    font-weight: bold;
}

#breaking-title>.slide {
    position: absolute;
    top: 86px;
    left: 22%;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.slide_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 55px;
    color: #000;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #b30f0e;
    stroke-width: 560;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .slide_caption {
        font-size: 75px;
    }
}

.footer-link {
    width: 100%;
    padding-left: 13px;
}

.footer-link a {
    color: #fff;
    font-family: "calibri";
}

.footer-link a:hover {
    color: #dd3333;
}
.header-link a{
    color:#000;
}
.header-link a:hover{
    color:#222;
}