@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/hind_d300.woff2) format('woff2');
}

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/hind_d400.woff2) format('woff2');
}

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/hind_d600.woff2) format('woff2');
}

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/hind_d700.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/noto_d400.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/noto_d700.woff2) format('woff2');
}

* {
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Hind', sans-serif;
    overflow-x: hidden;
}

a {
    color: #010101;
    text-decoration: none;
    transition: all .7s ease;
    cursor: pointer;
}

    a.text-orange {
        color: #fc4a00;
    }

        a.text-orange:hover {
            color: #e64602;
        }


img, .img-fluid {
    image-rendering: -webkit-optimize-contrast;
}

ol, ul {
    padding: 0;
    margin: 0
}

section {
    margin-bottom: 0px;
    margin-top: 0px
}

.container-full {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.list-home-social {
    margin: 0;
    padding: 0;
}

#fixed-social .list-home-social li {
    margin-bottom: 7px;
}

    #fixed-social .list-home-social li:last-child {
        margin-bottom: 0
    }

#fixed-social {
    position: fixed;
    z-index: 99999;
    top: 265px;
    right: 0;
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    box-shadow: #0000002e 0 2px 4px
}

    #fixed-social .list-home-social li a {
        font-size: 20px;
        padding: 2px;
        height: 30px;
        width: 30px;
        line-height: 24px;
        display: block;
        text-align: center;
        border-radius: 8px
    }

        #fixed-social .list-home-social li a:hover {
            color: #df0610;
            background-color: #fff
        }

.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px
}

    .icon-bar a:hover {
        background-color: #000
    }

.facebook {
    background: #3B5998;
    color: #fff
}

.twitter {
    background: #55ACEE;
    color: #fff
}

.google {
    background: #dd4b39;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

.instagram {
    background: #000;
    color: #fff
}

/* ======================== Navigation Edition ================================= */

nav .fa-home {
    font-size: 1.25rem;
}

.navbar.navbar-light {
    font-weight: 400;
    font-size: 14px;
}

.navbar.navbar-dark a {
    font-weight: 600;
    font-size: 15px;
}

    .navbar.navbar-dark a.logo {
        padding: 10px 0
    }

.navbar.navbar-dark .dropdown-item {
    font-size: 14px;
    padding: 0.50rem 1.5rem;
}

.navbar.navbar-dark {
    font-weight: 600;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
/* .btco-hover-menu a ,  .navbar > li > a {
  text-transform: capitalize;
    padding: 10px 15px; 
}*/
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a, .navbar > .show > a:focus, .navbar > .show > a:hover {
    color: #000;
    background: transparent;
    outline: 0;
}
/*submenu style start from here*/
.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
    background: #fff;
    color: #ffffff !important;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
    background: #fff;
}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
    background: #fff;
}
/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #f5f5f5;
}

    .btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
        background: #f5f5f5;
    }

        .btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
            background: #f5f5f5
        }
/*Drop-down menu work on hover*/
.btco-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px
}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {
    .btco-hover-menu .collapse ul li {
        position: relative;
    }

        .btco-hover-menu .collapse ul li:hover > ul {
            display: block;
        }

    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        display: none
    }
        /*******/
        .btco-hover-menu .collapse ul ul li {
            position: relative
        }

            .btco-hover-menu .collapse ul ul li:hover > ul {
                display: block;
            }

        .btco-hover-menu .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 150px;
            display: none
        }
            /*******/
            .btco-hover-menu .collapse ul ul ul li {
                position: relative
            }

                .btco-hover-menu .collapse ul ul ul li:hover ul {
                    display: block
                }

            .btco-hover-menu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                left: -100%;
                min-width: 150px;
                display: none;
                z-index: 1
            }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
}

.nav-toplinks .dropdown-menu {
    right: 0;
    left: revert !important;
    padding: 5px 10px;
}

.cmo-social {
    font-size: 14px
}

    .cmo-social .fa-facebook-square {
        color: #1a73d0;
        font-size: 18px
    }

    .cmo-social .fa-twitter-square {
        color: #00c1ec;
        font-size: 18px
    }

.last-nav-link-bar::after {
    border: none
}

a.urdu {
    direction: rtl
}

.btn-orange {
    color: #ffffff !important;
    background-color: #ff8434;
    border-color: #ff751b
}

section#brk-news {
    margin-bottom: 0;
    margin-top: 20px
}

.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 34px;
    margin-top: 45px
}

@media (min-width:768px) {
    .acme-news-ticker {
        margin-top: 0
    }
}

.acme-news-ticker-label {
    background: #fff;
    padding: 7px 16px 8px 16px;
    width: auto;
    float: left;
    line-height: 12px;
    height: 100%;
    color: #fff;
    border: 1px solid #f11e27;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: -2px 1px 4px 0 #00000047
}

    .acme-news-ticker-label a {
        color: #df0610 !important
    }

@media (max-width:575px) {
    .acme-news-ticker-label {
        position: absolute;
        top: -45px
    }
}

.acme-news-ticker-box {
    padding-left: 15px;
    background-color: #df0610;
    border: 1px solid #ff464e;
    height: 100%;
    padding-top: 5px;
    overflow: hidden;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

@media (max-width:575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px
    }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0
}

    .acme-news-ticker-box ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s
    }

        .acme-news-ticker-box ul li a:hover {
            text-decoration: none;
            color: #fcffbc
        }

.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
}

    .acme-news-ticker-controls button {
        height: 100%;
        background: #df0610;
        padding: 0;
        width: 40px;
        border-style: solid;
        border-width: 0 0 0 1px;
        cursor: pointer;
        display: inline-block
    }

        .acme-news-ticker-controls button:hover {
            background: #eee
        }

        .acme-news-ticker-controls button.acme-news-ticker-arrow {
            margin: 0;
            display: inline-block;
            position: relative
        }

            .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
                border-color: #fff;
                border-bottom-style: solid;
                border-bottom-width: 2px;
                border-right-style: solid;
                border-right-width: 2px;
                content: '';
                display: inline-block;
                height: 8px;
                left: 50%;
                position: absolute;
                top: 50%;
                width: 8px
            }

            .acme-news-ticker-controls button.acme-news-ticker-arrow:hover:after {
                border-color: #df0610
            }

        .acme-news-ticker-controls button.acme-news-ticker-pause {
            position: relative;
            display: inline-block
        }

            .acme-news-ticker-controls button.acme-news-ticker-pause:before {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                border-color: #999;
                border-style: solid;
                border-width: 0 2px 0;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%
            }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg)
    }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        -ms-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg)
    }

    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
        -ms-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg)
    }

    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
        -ms-transform: translate(-50%, -50%) rotate(405deg);
        transform: translate(-50%, -50%) rotate(405deg)
    }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem
    }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem
    }

.cm-carousel .item .item-desc {
    width: 100%;
    padding: 8px;
    left: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    position: absolute;
    /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)*/
}

.cm-carousel.owl-carousel .owl-nav button.owl-prev, .cm-carousel.owl-carousel .owl-nav button.owl-next, .cm-carousel.owl-carousel button.owl-dot {
    background: #fc4a00;
    color: #fff;
}

    .cm-carousel.owl-carousel .owl-nav button.owl-prev:hover, .cm-carousel.owl-carousel .owl-nav button.owl-next:hover, .cm-carousel.owl-carousel button.owl-dot:hover {
        background: #fc4a00;
        color: #fff;
    }

.cm-carousel .item .item-desc p {
    margin-bottom: 5px
}

.cm-carousel .item .item-desc .item-caption {
    font-size: 16px;
    font-weight: 700;
    background-color: #00000059;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cm-carousel.owl-carousel.owl-theme .owl-nav {
    font-size: 20px;
}

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 40px;
        top: 45%;
        top: 50%;
        width: 32px;
        height: 30px;
    }

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 40px;
        top: 45%;
        top: 50%;
        width: 32px;
        height: 30px;
    }

        .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next span {
            padding-top: 5px;
        }

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev span {
        padding-top: 5px;
    }

.item-caption a {
    color: #fff
}

    .item-caption a:hover {
        color: #fff16e
    }

.cm-carousel .item .item-desc .item-date {
    font-size: 14px;
    color: #d4d4d4
}

.item-desc-cm {
    margin-top: 20px;
    left: 0;
    z-index: 999;
    position: absolute;
    background-color: #df0610;
    min-width: 20%;
    padding: 5px 10px 1px 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.thumb-cm-news .post_thumb {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.post_thumb {
    position: relative
}

.cm-highlight {
    position: relative;
    width: 100%;
    max-width: 400px
}

    .cm-highlight:hover .overlay {
        opacity: 1
    }

.imghover {
    position: relative;
    overflow: hidden
}

#cm-news .post-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0
}

.imghover img {
    transition: all 0.7s ease
}

.imghover:hover img {
    transform: scale(1.05)
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000000b5
}

.cm-highlight .icon {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.cm-highlight a:hover {
    color: #df0610
}

.cmh-title {
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem .5rem .5rem;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

#imp-news ul {
    padding: 0;
    margin: 0
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden
}

    .section-title h2 {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        width: 100%;
        margin: 0
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 100%;
            top: 50%;
            margin-left: 15px;
            background-color: #df0610
        }

.post_thumb figure {
    margin: 0
}

#imp-news .post_thumb figure {
    padding-bottom: 75%
}

.image-holder {
    display: block;
    position: relative;
    height: 0;
    -webkit-animation-name: background-loading;
    animation-name: background-loading;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0)), linear-gradient(#e5e5e5 100%, transparent 0);
    background-size: 99% 100%, cover
}

    .image-holder img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

#imp-news .card .post-holder {
    padding: 20px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}

#imp-news .card .post-holder {
    padding: 12px 0 5px 10px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03);
}

#imp-news .entry_cats {
    margin-bottom: 10px
}

.entry_cats ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0
}

    .entry_cats ul.post-categories li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0
    }

        .entry_cats ul.post-categories li a {
            display: inline-block;
            color: #fff;
            font-size: 12px;
            background-color: #fc4a00;
            padding: 6px 10px 3px 10px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            line-height: 1;
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px
        }

#imp-news .card {
    margin-bottom: 30px;
    border: none
}

    #imp-news .card .post_title h2 {
        font-size: 16px
    }

.post_title h2,
.post_title h3,
.post_title h4,
.post_title h5 {
    margin-bottom: 0
}

#imp-news .imp-post-meta {
    margin-top: 0
}

ul.post_meta li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 0
}

    ul.post_meta li time {
        display: inline-block
    }

    ul.post_meta li time {
        color: #666;
        font-size: 12px;
        transition: all .7s ease
    }

    ul.post_meta li.posted_date time::before {
        content: "\f017";
    }

.w::before {
    content: '\f017' !important
}

ul.post_meta li time::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 5px
}

.box {
    position: relative;
    margin-bottom: 30px
}

#imp-news h2 a {
    font-weight: 600
}

#imp-news .post_title h2 a {
    font-size: 15px;
    line-height: 20px
}

.card_layout_one {
    border: none;
    margin-bottom: 15px !important
}

.widget-box {
    overflow: hidden;
    background-color: rgb(243 243 243);
    padding: 30px 20px;
    /* border: 4px solid #ff8434; */
    /* box-shadow: 0px 0px 20px 0px #ffd400a8; */
    border-radius: 4px;
}

.today-nav .nav-item {
    background-color: #fff;
    width: 33.333%;
    border-left: 1px solid #f1f1f1;
}

.today-nav .nav-link {
    font-weight: 600;
    font-size: 16px
}

    .today-nav .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #df0610;
        border-color: #dee2e6 #dee2e6 #fff
    }

.today-news-list .today-nav .nav-tabs .nav-item {
    margin-bottom: 0;
    background-color: #fff;
    border-right: 1px solid #f7f7f7
}

.today-news-list .tab-pane {
    padding: 15px 0 15px 0
}

    .today-news-list .tab-pane ul .news-media-list-item {
        border-bottom: 1px solid #e8e8e8;
        padding: 5px;
        margin: 2px auto
    }

        .today-news-list .tab-pane ul .news-media-list-item a {
            font-size: 13px;
            font-weight: 700
        }

        .today-news-list .tab-pane ul .news-media-list-item .news-media-date {
            background-color: #e8e8e8;
            line-height: 1;
            padding: 4px 5px 3px 5px;
            font-size: 12px;
            color: #666
        }

.today-news-list .news-media-date::before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 5px
}

#depart-news {
    background-color: #f7f7f7;
}

.tie-alignright {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%
}

.section-options {
    font-size: 12px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-top: -20px;
}

.section-options-links {
    overflow: hidden;
    height: 22px;
    padding-left: 15px
}

    .section-options-links a.current {
        color: #ffffff;
        background-color: #fc4a00;
    }

    .section-options-links a {
        padding: 0 6px;
        margin: 0 2px;
        line-height: 22px;
        border-radius: 2px;
        color: #2c2f34;
        display: inline-block;
        transition: 0.2s;
        white-space: nowrap;
        word-wrap: normal
    }

    .section-options-links .slider-arrow-nav {
        -webkit-flex: 0 0 55px;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px
    }

.slider-arrow-nav {
    float: right;
    margin-left: 5px
}

    .slider-arrow-nav li {
        float: left;
        clear: none
    }

    .slider-arrow-nav a {
        border: 1px solid rgba(0, 0, 0, .1);
        margin-left: 5px;
        font-size: 12px;
        line-height: 20px;
        width: 22px;
        height: 22px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        border-radius: 2px
    }

        .slider-arrow-nav a:hover,
        .slider-arrow-nav a.active {
            background-color: #fc4a00;
            color: #FFF
        }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.section-options-links li a:hover {
    background-color: #fc4a00;
    color: #FFF;
    border-radius: 2px;
    text-decoration: none
}

.dept_cats {
    margin-top: -45px;
    z-index: 1;
    position: absolute;
    background-color: #fc4a00;
    min-width: 40%;
    padding: 5px 10px 1px 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

    .dept_cats a {
        color: #fff;
        font-size: 12px
    }

#depart-news .card {
    margin-bottom: 30px;
    border: none
}

#depart-news .card_layout_one {
    margin-bottom: 15px !important
}



#depart-news .post_title h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

#depart-news .post_meta {
    padding: 0;
    margin: 0
}

#depart-news .entry_cats ul.post-categories {
    margin-bottom: 5px
}

#imp-news .section-options-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal
}

#imp-news .slider-arrow-nav a {
    border: 1px solid rgb(0 0 0 / 23%);
    background-color: #00000069;
    color: #fff
}

    #imp-news .slider-arrow-nav a.active {
        border: 1px solid rgb(0 0 0 / 23%);
        background-color: #df0610;
        color: #fff
    }

#imp-news .entry_cats {
    margin-bottom: 5px;
    margin-top: 5px
}

#imp-news_right h2 a {
    font-weight: 600
}

#imp-news_right .post_title h2 a {
    font-size: 14px;
    line-height: 20px
}

#imp-news_right .card .post_title h2 {
    font-size: 14px
}

#imp-news_right .post_thumb figure {
    padding-bottom: 75%
}

.post_thumb figure {
    margin: 0
}

#imp-news_right ul {
    padding: 0;
    margin: 0
}

#imp-news_right .card .post-holder {
    padding: 20px;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}

#imp-news_right .card .post-holder {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .03)
}

#imp-news_right .post_title.big_title h2 a {
    font-size: 16px;
    line-height: 1.3;
}

#imp-news_right .entry_cats {
    margin-bottom: 10px
}

.post-holder-dark {
    background-color: #000 !important;
    color: #ffffff !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

    .post-holder-dark h2,
    .post-holder-dark h2 a {
        background-color: #000 !important;
        color: #ffffff !important
    }

.box-holder-dark {
    background-color: #000 !important;
    color: #ffffff !important
}

    .box-holder-dark h2,
    .box-holder-dark h2 a {
        background-color: #000 !important;
        color: #ffffff !important
    }

.post-holder-dark time {
    color: #a0a0a0 !important
}

.box-holder-dark time {
    color: #a0a0a0 !important
}

#imp-news_right .card {
    margin-bottom: 30px;
    border: none;
    background: transparent;
}

    #imp-news_right .card .post_title h2 {
        font-size: 14px
    }

#imp-news_right .imp-post-meta {
    margin-top: 10px
}

#imp-news_right h2 a {
    font-weight: 600
}

#imp-news_right .post_title h2 a {
    font-size: 15px;
    line-height: 20px;
    color: #fff
}

#imp-news_right .section-options-links a {
    color: #fff
}

    #imp-news_right .section-options-links a.current {
        color: #fff;
        background-color: #3e3e3e
    }

#imp-news_right .slider-arrow-nav a {
    border: 1px solid rgb(0 0 0 / 23%);
    background-color: #ffffff69;
    color: #fff
}

    #imp-news_right .slider-arrow-nav a.active {
        border: 1px solid rgb(0 0 0 / 23%);
        background-color: #df0610;
        color: #fff
    }

.demo-gallery > ul {
    margin-bottom: 0
}

    .demo-gallery > ul > li {
        float: left;
        margin-bottom: 15px;
        list-style: none
    }

        .demo-gallery > ul > li a {
            border: 3px solid #FFF;
            border-radius: 3px;
            display: block;
            overflow: hidden;
            position: relative;
            float: left
        }

            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%
            }

            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
                transition: all .7s ease
            }

            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, .1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, .5)
            }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a
}

.home .demo-gallery {
    padding-bottom: 80px
}

.playpause {
    background-image: url(../images/video-play.png);
    background-repeat: no-repeat;
    width: 24%;
    height: 14%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: -21%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center
}

.box-shdw a {
    box-shadow: 0 0 3px #3c3c3c40
}

    .box-shdw a p {
        padding: 11px 0 3px 15px
    }

.cus_foot h3 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    margin-left: -73px
}

    .cus_foot h3:before {
        content: '';
        border-top: 2px solid #1d1d1d
    }

    .cus_foot h3:after {
        content: '';
        border-top: 2px solid #fff
    }

.cus_foot_link h3 {
    font-weight: 700;
    color: #fff;
    padding: 15px;
    font-size: 24px;
}

section#footer {
    background-color: #1d1d1d;
    padding: 15px 0;
}

.cus_foot_link ul li a {
    color: #fff;
    font-size: 14px
}

.cus_foot_link ul li {
    padding-bottom: 10px
}

    .cus_foot_link ul li a {
        color: #fff;
        font-size: 14px
    }

.cus_foot_most h3 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    margin-left: -79px
}

    .cus_foot_most h3:before {
        content: '';
        border-top: 2px solid #1d1d1d
    }

    .cus_foot_most h3:after {
        content: '';
        border-top: 2px solid #fff
    }

.cus_foot_link ul {
    padding-left: 15px
}

.cus_foot_most ul li {
    padding-bottom: 10px
}

    .cus_foot_most ul li a {
        color: #fff;
        font-size: 14px
    }

.col-md-4.cus_foot_most ul li img {
    width: 100%;
    height: 76px
}

.cus_foot_most ul li i {
    color: #fff;
    font-size: 14px;
    padding-right: 7px
}

.col-md-4.cus_foot_most ul li p {
    color: #fff;
    font-size: 14px;
    margin-top: 9px
}

.cus_foot_most_new h3 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    margin-left: -91px
}

    .cus_foot_most_new h3:before {
        content: '';
        border-top: 2px solid #1d1d1d
    }

    .cus_foot_most_new h3:after {
        content: '';
        border-top: 2px solid #fff
    }

.cus_foot_most_new ul li {
    padding-bottom: 5px
}

    .cus_foot_most_new ul li a {
        color: #fff;
        font-size: 14px
    }

.col-md-4.cus_foot_most_new ul li img {
    width: 100%;
    height: 76px
}

.cus_foot_most_new ul li i {
    color: #fff;
    font-size: 14px;
    padding-right: 7px
}

.col-md-4.cus_foot_most_new ul li p {
    color: #fff;
    font-size: 14px;
    margin-top: 9px
}

footer.bg-light.border-top.pb-2.pt-4.text-muted {
    margin-top: -30px
}

.playpause {
    cursor: pointer
}

.section-title.col-md-12 h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 93.5%
}

.section-title.col-md-12.videdo h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 92.5%
}

div#tw-post {
    height: 437px !important;
    overflow-y: scroll !important;
}

a#jfontsize-m:hover {
    background-color: #000 !important;
    color: #fff !important
}

a#jfontsize-d:hover {
    background-color: #000 !important;
    color: #fff !important
}

a#jfontsize-p:hover {
    background-color: #000 !important;
    color: #fff !important
}

.jfontsize-button {
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 1;
    padding: 2px;
    text-align: center
}

.controls-top a {
    color: #fff;
    background-color: #df0610;
    padding: 5px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 1px;
    margin-bottom: 10px;
    font-size: 12px
}

div#u_0_0_Un ._2p3a {
    width: 389px !important
}

div#u_0_3_Lm {
    width: 387px !important
}

.widget-box.today-news-list.success-section .card {
    background-color: #f7f7f7 !important
}

.section-title.col-md-12.adds h2 {
    color: #fff;
    padding-left: 25px
}

footer {
    background-color: #000;
    color: #ccc;
    font-size: 12px
}

    footer a {
        color: #fff
    }

.foot-logo {
    background-color: #292929;
    padding: 15px;
    border: 1px solid #333
}

.contact-details-list {
    padding-left: 30px;
    padding-right: 15px;
    color: #fff;
    font-size: 14px
}

.cls-district-logo h1,
.cls-district-logo h2 {
    margin: 5px auto
}

.cls-district-logo h1 {
    color: #4a4a4a;
    font-size: 22px;
    margin-top: 10px
}

.cls-district-logo h2 {
    color: #4a4a4a;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Eczar'
}

.district-news-list .tab-pane {
    padding: 0 0 0 0px !important
}

    /*.district-news-list .tab-pane ul {
    height: 285px !important;
    margin-bottom: 0
}*/

    .district-news-list .tab-pane ul {
        margin-bottom: 0;
        padding: 0;
    }


#readers-choice-archive .card {
    margin-bottom: 30px;
    border: none
}

    #readers-choice-archive .card .post-holder {
        padding: 20px;
        background-color: rgba(0, 0, 0, .02);
        border: 1px solid rgba(0, 0, 0, .03)
    }

#readers-choice-archive .entry_cats {
    margin-bottom: 5px;
    margin-top: 5px
}

#readers-choice-archive ul {
    padding: 0;
    margin: 0
}

#readers-choice-archive .card .post_title h2 {
    font-size: 14px
}

#readers-choice-archive .post_title h2 a {
    font-size: 14px;
    line-height: 20px
}

#readers-choice-archive .imp-post-meta {
    margin-top: 10px
}

#readers-choice-archive .card .post_title h2 {
    font-size: 14px
}

#readers-choice-archive .post_title h2 a {
    font-size: 14px;
    line-height: 20px
}

#readers-choice-archive h2 a {
    font-weight: 600
}

ul.post_meta li span {
    color: #666;
    font-size: 12px;
    transition: all .7s ease
}

.smbhg_bg {
    background: url(../images/bhopalsmbhagimg.png);
    background-repeat: no-repeat;
    height: 102px;
    background-position: center;
    box-shadow: 3px 1px 5px #ccc
}

.cls-district-logo.pull-right.py-2 {
    box-shadow: -4px 4px 4px #ccc;
    padding: 8px
}

button#btn-close {
    position: absolute;
    background-color: #000;
    border: none !important;
    margin-left: -17px;
    margin-top: -9px;
    border-radius: 5px
}

    button#btn-close i {
        color: #fff
    }

.news_lft_box {
    padding: 33px 60px 0 60px;
    height: 450px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    background: linear-gradient(to top, white, #fffffff5)
}

.page-title h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase
}

.video_title h2 {
    margin-top: -8px;
    margin-bottom: -15px
}

    .video_title h2 a {
        color: #fff;
        font-size: 16px
    }

.breakiing-nav {
    margin-left: 450px
}

.logo-nav {
    width: 410px;
    top: -22px;
    position: absolute;
    border: 1px solid #e7eef5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    left: 15px;
    padding: 15px
}

.page-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

.first-brk-news {
    color: #000;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 600
}

.page-breaking-news ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .page-breaking-news ul li {
        width: 100%;
        float: left;
        border-top: 1px solid #e0e0e0;
        margin: 0 0 0;
        padding: 20px 0 10px 0;
        color: #000;
        font-size: 17px;
        line-height: 26px;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap
    }

        .page-breaking-news ul li .leftpart {
            float: left;
            width: calc(100% - 150px)
        }

        .page-breaking-news ul li .leftpart-inner {
            display: flex;
            flex-wrap: wrap;
            width: 100%
        }

        .page-breaking-news ul li .leftpart span {
            margin-right: 12px;
            display: inline-block;
            vertical-align: top
        }

        .page-breaking-news ul li .brk-news-content {
            display: inline-block
        }

            .page-breaking-news ul li .brk-news-content p {
                margin-bottom: 15px;
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 0
            }

.rightpart a {
    margin-left: 10px
}

    .rightpart a i {
        color: #ccc
    }

        .rightpart a i.fa-facebook:hover {
            color: #3b5998
        }

        .rightpart a i.fa-twitter:hover {
            color: #00acee
        }

        .rightpart a i.fa-whatsapp:hover {
            color: #2fbd00
        }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999999
}

.section-titler h2 {
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.cus_top {
    margin-top: -30px
}

.box-shdw img {
    height: 200px !important
}

#page-login-inner {
    background: linear-gradient(90deg, rgba(233, 4, 5, 1) 26%, rgba(228, 228, 228, 1) 26%);
    padding-top: 25px;
    padding-bottom: 25px
}

.login_box {
    background-color: #fff;
    padding: 15px
}

.login h2 {
    color: #ff6400;
    border-bottom: 1px solid #ccc;
    font-size: 17px
}

.bg-section {
    background: url(../../images/login-bg.jpg) center / 100% 100%;
    height: 430px
}

.login h2 i {
    padding-right: 5px;
    color: #df0610
}

input#imgLogin {
    padding: 0 10px 0 10px
}

input#imgLogin {
    padding: 0 10px 0 10px;
    background-color: #0f9231
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 70%;
    padding: 4px 4px 4px 8px;
    color: #000;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666;
    background-color: #fff;
    opacity: 0;
    z-index: 99999;
    visibility: hidden
}

[data-title] {
    position: relative
}

input#btnReset {
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
    background-color: #52677c;
    color: #fff
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: none !important
}

.btn-default:focus,
.btn-default.focus {
    box-shadow: none !important
}

.cptcha.col-md-3 {
    background-color: #fff;
    margin-left: -112px;
    padding-left: 34px;
    padding-top: 12px
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.border-rdius {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius1 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius3 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

article.card.box-shadoww {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

figure.imghover.image-holder {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.box-crd-shdw {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

.box-shdw a {
    box-shadow: 0 5px 2px 1px #d0d0d0
}

.tanlee {
    background-color: #3a70b3;
    color: #fff
}

.section-title.col-md-12.videdo.mt-4 h3 {
    margin-top: 12px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 8px
}

div#headingOne {
    padding: 0px !important;
    background-color: #bf1919;
    color: #fff
}

.headingTwo {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingThree {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFour {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFive {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSix {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSeven {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingEight {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingNine {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingTen {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingEleven {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingTweleve {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingThirtin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFourtin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingFivetin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSixtin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingSeventin {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingEighteen {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

.headingNineteen {
    padding: 0px !important;
    background-color: #f8f9fa;
    color: #292827
}

table.table.table-sm.table-striped.cus_tbl tr td p {
    margin-bottom: 0
}

table.table.table-sm.table-striped.cus_tbl tr td {
    padding: 9px
}

table.table-responsive.tanlee tr th {
    padding: 4px 0 5px 10px
}

table.table.table-sm.table-striped.cus_tbl tr th {
    background-color: #3a70b3;
    color: #fff
}

.bg_iframe iframe {
    background: url(../images/comming-soon.png) no-repeat center / 100% 100%
}

.card-body.row p {
    font-size: 14px;
    text-align: justify
}

.img_custm img {
    margin: 0 0 2px 14px
}

.card-header {
    padding: 0px !important
}

.customheight img {
    height: 200px !important
}

div#headingOne {
    background-color: #df0610;
    color: #fff
}

.box_speach {
    background-color: #fff;
    box-shadow: 0 0 3px 2px #636363;
    padding: 10px 0 10px 16px
}

    .box_speach p {
        float: right;
        padding-right: 15px
    }

    .box_speach a {
        color: blue
    }

    .box_speach p i {
        color: red
    }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.border-rdius {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius1 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius3 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

.border-rdius4 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px 0 #929292cc
}

article.card.box-shadoww {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

figure.imghover.image-holder {
    border-radius: 6px;
}

.box-crd-shdw {
    box-shadow: 1px 5px 1px 0 #d0d0d0
}

.box-shdw a {
    box-shadow: 0 5px 2px 1px #d0d0d0
}

.table_sachiv tr th {
    font-size: 14px;
    font-weight: 600;
    vertical-align: inherit;
    text-align: center;
    padding: 3px 0 3px 0px !important;
    background-color: #df0610;
    color: #fff
}

.cus_tttl {
    margin-bottom: 0px !important;
    padding: 8px 0 3px 22px
}

.card {
    margin-bottom: 15px
}

#advslider .carousel-control-prev,
#advslider .carousel-control-next {
    top: inherit;
    bottom: 10px
}

#advslider a.carousel-control-next.text-dark,
#advslider a.carousel-control-prev.text-dark {
    opacity: .8;
    width: 14px
}

#advslider span.fa.fa-angle-right,
#advslider span.fa.fa-angle-left {
    padding: 2px 5px;
    background-color: #fff;
    opacity: .8
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1.5, 1.5)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }

    to {
        transform: scale(1.5, 1.5)
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s
}

@media (min-width:768px) and (max-width:1024px) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }

    #nav_custm ul li {
        display: inline-block
    }

        #nav_custm ul li a {
            display: block;
            padding: .1rem 0.2rem !important
        }

    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }

    .acme-news-ticker-box {
        height: 56px !important
    }

    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }

    ul.navbar-nav.nav-toplinks {
        display: block !important
    }

    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }

        div#navbarNavDropdown ul li.show a {
            padding: 0rem 0rem !important
        }

    .acme-news-ticker-label {
        background: #fff;
        padding: 18px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important;
        height: 56px
    }

    section#cm-news {
        margin-top: 40px
    }

    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }

    .breakiing-nav {
        margin-left: 0px !important
    }

    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }

    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }

    .cls-district-logo.pull-right.py-2 {
        float: left
    }

    .smbhg_bg {
        float: right;
        width: 100% !important;
        margin-top: 0px !important
    }

    .d-none {
        display: block !important;
    }

    .section-options-links {
        overflow: hidden;
        height: auto !important;
        padding-left: 15px;
    }

    .cptcha.col-md-3 {
        background-color: #fff;
        margin-left: 195px;
        padding-left: 34px;
        padding-top: 12px;
        margin-top: -50px;
    }

    .logo-nav.cus_mbl_lgo {
        margin-left: -82px;
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }

    .acme-news-ticker-label {
        background: #fff;
        padding: 18px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important;
        height: 56px !important
    }

    #nav_custm ul li {
        display: inline-block
    }

        #nav_custm ul li a {
            display: block;
            padding: .1rem 0.2rem !important
        }

    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }

    .acme-news-ticker-box {
        height: 56px !important
    }

    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }

    ul.navbar-nav.nav-toplinks {
        display: block !important
    }

    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }

        div#navbarNavDropdown ul li.show a {
            padding: 0rem 0rem !important
        }

    .acme-news-ticker-label {
        background: #fff;
        padding: 7px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important
    }

    section#cm-news {
        margin-top: 40px
    }

    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }

    .breakiing-nav {
        margin-left: 0px !important
    }

    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }

    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }

    .cls-district-logo.pull-right.py-2 {
        float: left
    }

    .smbhg_bg {
        float: right;
        width: 28%;
        margin-top: -102px
    }
    /*.d-none{display:block !important;} */
    .section-options-links {
        overflow: hidden;
        height: auto !important;
        padding-left: 15px;
    }

    .cptcha.col-md-3 {
        background-color: #fff;
        margin-left: 195px;
        padding-left: 34px;
        padding-top: 12px;
        margin-top: -50px;
    }

    .logo-nav.cus_mbl_lgo {
        margin-left: -82px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }

    #nav_custm ul li {
        display: inline-block
    }

        #nav_custm ul li a {
            display: block;
            padding: .1rem 0.2rem !important
        }

    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }

    .acme-news-ticker-box {
        height: 56px !important
    }

    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }

    ul.navbar-nav.nav-toplinks {
        display: block !important
    }

    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }

        div#navbarNavDropdown ul li.show a {
            padding: 0rem 0rem !important
        }

    .acme-news-ticker-label {
        background: #fff;
        padding: 18px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #fff;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important;
        height: 56px
    }

    section#cm-news {
        margin-top: 40px
    }

    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }

    .breakiing-nav {
        margin-left: 0px !important
    }

    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }

    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }

    .cls-district-logo.pull-right.py-2 {
        float: right;
        margin-right: 140px
    }

    .smbhg_bg {
        float: right;
        width: 13%;
        margin-top: -102px
    }

    .d-none {
        display: block !important;
    }

    .section-options-links {
        overflow: hidden;
        height: auto !important;
        padding-left: 15px;
    }

    .cptcha.col-md-3 {
        background-color: #fff;
        margin-left: 195px;
        padding-left: 34px;
        padding-top: 12px;
        margin-top: -50px;
    }

    .logo-nav.cus_mbl_lgo {
        margin-left: -82px;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .thumb-cm-news .post_thumb {
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px !important
    }

    ul.section-options-links.pull-right.nav {
        margin-top: 27px !important;
        margin-bottom: 14px !important
    }

    .logo-nav {
        width: 303px !important;
        top: -22px;
        position: absolute;
        border: 1px solid #e7eef5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #fff;
        left: 81px !important;
        padding: 15px
    }

    .breakiing-nav {
        margin-left: 0px !important
    }

    #nav_custm ul li {
        display: inline-block;
        vertical-align: middle;
    }

        #nav_custm ul li a {
            display: block;
            padding: .1rem 0.2rem !important
        }

    div#navbarNavDropdown1 ul li a {
        padding-left: 12px
    }

    .acme-news-ticker-box {
        height: 56px !important
    }

    div#lbtnRelNews {
        margin-top: 46px;
        margin-bottom: 30px
    }

    ul.navbar-nav.nav-toplinks {
        display: block !important
    }

    div#navbarNavDropdown ul li.show {
        display: inline-grid
    }
    /*div#navbarNavDropdown ul li.show a {
        padding: 0rem 0rem !important
    } */
    .acme-news-ticker-label {
        background: #fff;
        padding: 7px 16px 8px 16px;
        width: auto;
        float: left;
        line-height: 12px;
        height: 100%;
        color: #df0610 !important;
        border: 1px solid #f11e27;
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
        box-shadow: -2px 1px 4px 0 #00000047;
        margin-bottom: -14px !important;
        top: -33px !important
    }

    section#cm-news {
        margin-top: 40px
    }

    footer.border-top.pb-2.pt-4 p {
        text-align: center;
        padding-right: 72px;
        padding-left: 37px
    }

    .cm-highlight .icon {
        color: #fff;
        font-size: 50px;
        position: absolute;
        top: -286%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center
    }

    #imp-news .card .post-holder {
        padding: 12px 0 5px 10px;
        background-color: rgba(0, 0, 0, .02);
        border: 1px solid rgba(0, 0, 0, .03);
        height: auto !important
    }

    .cls-district-logo.pull-right.py-2 {
        float: left
    }

    .smbhg_bg {
        float: right;
        width: 28%;
        margin-top: -102px
    }

    .d-none {
        display: block !important;
    }

    .section-options-links {
        overflow: hidden;
        height: auto !important;
        padding-left: 15px;
    }

    .cptcha.col-md-3 {
        background-color: #fff;
        margin-left: 195px;
        padding-left: 34px;
        padding-top: 12px;
        margin-top: -50px;
    }

    .logo-nav.cus_mbl_lgo {
        margin-left: -82px;
    }
}

div#navbarNavDropdown a.btn-orange:hover {
    background-color: #fff;
    background-color: #656565
}

div#navbarNavDropdown a.btn-orange:focus {
    background-color: #fff;
    background-color: #656565
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.mb-4 {
    padding: 0rem 0rem !important
}

    nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.mb-4 li {
        padding: 0px !important;
        list-style-type: none
    }

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    /*
      Define here the CSS styles applied only to the Safari 6 and 7 versions when
      running them in any device (computers, iPhone, iPad, ...)
     */

}

button#btn-speclose {
    position: absolute;
    right: 0px;
}

.floating-menu {
    position: absolute !important;
    right: 10px;
}

.btn-sq {
    display: initial !important;
    border: 1px solid #ccc;
    height: 40px;
    width: 52px;
    font-size: 10px;
    background-color: #fafafa;
    text-align: center;
    padding: 9px 13px 9px 13px !important;
    color: #337ab7;
}

table#ContentPlaceHolder1_gvOffice {
    display: inline-table !important;
}
/***  New Theme Changes 31-07-2021   ***/
#top-header {
    margin: 0px;
}

    #top-header .nav-link {
        display: block;
        padding: 0.25rem 0.5rem;
        margin-top: 0.25rem;
        color: #fff;
    }

.header-gradient {
    background-image: -webkit-linear-gradient( 70deg,#8d0303 0%,#fe803b 100%);
    background-image: -o-linear-gradient(70deg,#8d0303 0%,#fe803b 100%);
    background-image: linear-gradient( 20deg,#8d0303 0%,#fe803b 100%);
    position: relative;
}

    .header-gradient .navbar.navbar-dark a.nav-link {
        font-size: 14px;
        color: #fff;
        padding: 25px 4px;
        font-weight: 600;
    }

    .header-gradient .nav-item.active a {
        color: #fff !important;
        background-color: #ffffff29 !important;
        border-color: #f67737 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 0;
    }

.head-brk-news {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 30px;
    border: 2px solid;
    display: inline-block;
    padding: 10px 20px 7px;
    background: #fc4a00;
    overflow: hidden;
    position: relative;
}

.bg_black {
    background: #000
}

.brk-news-carousel {
    padding: 0 15px;
}

    .brk-news-carousel .owl-stage-outer {
        box-shadow: none;
    }

    .brk-news-carousel .item .post-title {
        font-size: 13px;
        font-weight: 600;
        color: #222;
        line-height: 24px;
        transition: all ease 600ms;
    }

        .brk-news-carousel .item .post-title:hover a {
            color: #fc4a00;
            text-decoration: none;
        }

    .brk-news-carousel .item .post-meta span {
        margin-right: 10px;
        font-size: 13px;
        color: #999;
    }

    .brk-news-carousel .owl-nav {
        width: 100%;
        top: 0px;
    }

    .brk-news-carousel .owl-next {
        position: absolute;
        right: -30px;
    }

    .brk-news-carousel .owl-prev {
        position: absolute;
        left: -30px;
    }

    .brk-news-carousel.owl-carousel .owl-nav button.owl-prev span, .brk-news-carousel.owl-carousel .owl-nav button.owl-next span {
        font-size: 30px;
        height: 30px;
        width: 30px;
        display: block;
        line-height: 28px;
        color: #007bff;
    }

    .brk-news-carousel.owl-carousel .owl-nav button.owl-prev, .brk-news-carousel.owl-carousel .owl-nav button.owl-next, .brk-news-carousel.owl-carousel button.owl-dot {
        background: #ffffff00;
        top: 15%;
    }

.media.border-right {
    padding-right: 10px;
}

.counter {
    background-color: #ffffff;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
}

p.counter-count:after {
    content: '+';
}

.employees, .customer, .design, .order {
    margin-top: 15px;
    margin-bottom: 15px;
}

.counter-count {
    font-size: 20px;
    font-weight: 600;
    /* background-color: #00b3e7; */
    border-radius: 50%;
    position: relative;
    color: #2c498d;
    text-align: center;
    line-height: 60px;
    width: 92px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p, .customer-p, .order-p, .design-p {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
}

#cm-top-news .post_title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#cm-top-news .card {
    border: none;
    margin-bottom: 25px;
}

#cm-top-news .post_meta {
    padding: 0px;
}

#cm-top-news .post_thumb {
    margin-bottom: 10px;
}

#cm-top-news .cm-center {
    z-index: 1;
    background-color: #ffffffe8;
    width: 70% !important;
    margin: 0 auto;
    margin-top: -80px;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}

    #cm-top-news .cm-center .post-desc {
        font-size: 14px;
    }

    #cm-top-news .cm-center .post-categories {
        margin-top: -40px;
        margin-bottom: 20px;
    }

    #cm-top-news .cm-center .entry_cats ul.post-categories li a {
        font-weight: bold;
        padding: 8px 10px 6px 10px;
        border-radius: 5px !important;
    }

#imp-news_right .bg-dark {
    border-radius: 5px;
}

#news-letter .inp-news {
    height: 50px;
    background-color: #ffffff63;
    border: none;
    font-size: 12px;
    color: #fff;
}

    #news-letter .inp-news::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: ffffff;
    }

.list-home-social li a {
    color: white;
    font-size: 24px;
}

.list-home-social li {
    margin-right: 10px;
    display: inline-block;
}

#video-gallery .post_title h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

#video-gallery .vbdr {
    border: 1px solid #00000000;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
    background: #ffffff;
    color: #ff4b1f !important
}

.btco-hover-menu .collapse ul > li:hover > a {
    background: #ffffff2b !important;
    color: #ffffff !important;
}

.play-btn {
    position: absolute;
    z-index: 10;
    top: 28%;
    left: 82%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 21px;
    height: 17px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .play-btn:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .play-btn span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 17px solid #013A6C;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .play-btn:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        transition: all 200ms;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.block-title.title-border {
    margin-left: 10px;
    border-bottom: 2px solid #fc4a00;
    font-size: 15px;
}

.block-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
}

    .block-title.title-border .title-bg {
        padding: 0 27px;
        position: relative;
        background: #fc4a00;
        display: inline-block;
        top: 2px;
    }

        .block-title.title-border .title-bg:before {
            position: absolute;
            content: "";
            left: -9px;
            top: 0;
            width: 2px;
            height: 100%;
            background: #fc4a00;
            bottom: 0;
            margin: auto;
        }

        .block-title.title-border .title-bg:after {
            position: absolute;
            content: "";
            right: -15px;
            top: 0;
            width: 0;
            height: 0;
            border-top: 34px solid transparent;
            border-left: 15px solid #fc4a00;
            border-bottom: 0 solid transparent;
            height: 100%;
        }

.section-heading .block-title {
    text-align: left;
    color: #007bff;
}

.block-title {
    Margin: 0 0 25px 0;
}

.post_title a:hover {
    color: #fc4a00;
    text-decoration: none;
}

.title-angle-shap {
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}

.block-title .title-angle-shap:before {
    background: #007bff;
}

.block-title .title-angle-shap:after {
    background: #007bff;
}

.block-title .title-angle-shap:before, .block-title .title-angle-shap:after, .title-angle-shap:before, .title-angle-shap:after, .block-title .title-angle-shap:before, .block-title .title-angle-shap:after, .title-angle-shap:before, .title-angle-shap:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}

.title-angle-shap:before {
    width: 3px;
    height: 12px;
}

.title-angle-shap:after {
    width: 12px;
    height: 3px;
}

#photo-gallery {
    background-color: #f7f7f7;
}

#sync1 .owl-prev {
    background: #fc4a00;
    left: 0;
    right: auto;
}

#sync1 .owl-prev, #sync1 .owl-next {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    background: #fc4a00;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fff;
}

    #sync1 .owl-prev, #sync1 .owl-next span {
        padding-top: 5px
    }

        #sync1 .owl-prev, #sync1 .owl-prev span {
            padding-top: 5px
        }

#sync1 .owl-nav i {
    font-size: 20px;
    color: #fff;
}

#sync1 .abs {
    position: absolute;
    bottom: -13px;
    margin: 20px 0;
    background: #0000008f;
    padding: 13px;
    /* opacity: 0.5; */
    color: white;
    width: 100%;
}

#sync1 a.post-cat {
    position: relative;
    left: 0;
    top: 0;
    background: #fc4a00;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 7px;
    z-index: 1;
    margin-right: 5px;
    height: 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    letter-spacing: .44px;
}

#sync1 .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

    #sync1 .post-title a {
        color: #ffffff !important;
    }

#sync1 .post-meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sync1 .post-date {
    list-style: none;
}

#sync1.owl-carousel .owl-item img {
    max-height: 518px !important;
    object-fit: cover;
    object-position: left top;
}

#sync2 .item {
    padding: 10px 0px;
    margin-right: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
}

    #sync2 .item h1 {
        font-size: 18px;
    }

#sync2 .current .item {
    opacity: 1;
}

#sync2.owl-carousel .owl-item img {
    border-radius: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

    .owl-theme .owl-nav [class*=owl-].disabled:hover {
        background-color: #D6D6D6;
    }

#sync1 .owl-nav {
    position: absolute;
    top: 40%;
    width: 98%;
}

#video-gallery .item {
    position: relative;
}

#video-gallery .item-desc {
    padding: 10px;
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0000002e), to(rgba(0,0,0,.8)));
    background: -o-linear-gradient(top, #00000075 50%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, #00000075 50%, rgba(0,0,0,.8) 100%);
}

    #video-gallery .item-desc a {
        color: #ffffff;
        text-decoration: none;
        transition: all .7s ease;
    }

.ts-play-btn {
    position: absolute;
    top: 45%;
    left: 45%;
    right: auto;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 13px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 26px;
    background: #fc4a00;
    float: left;
    color: #fff;
    margin-right: 20px;
}

    .ts-play-btn i {
        padding-left: 5px;
    }

.input-bg-trans {
    background-color: #ffffff63;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

input.inp-news::placeholder {
    color: #fff;
    font-size: 12px;
    margin-left: -10px;
}

#imp-news-cm .title-angle-shap {
    color: #fc4a00;
}

#imp-news-cm .block-title .title-angle-shap:before {
    background: #fc4a00;
}

#imp-news-cm .block-title .title-angle-shap:after {
    background: #fc4a00;
}

#imp-news-cm .post_title-big h2 a, #depart-news .post_title-big h2 a, #imp-news_right .post_title-big h2 a {
    margin-top: 15px;
    font-size: 16px !important;
    line-height: 1.3 !important;
}

#imp-news-cm .post_title h2 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 14px;
}

#depart-news .title-angle-shap {
    color: #fc4a00;
}

#depart-news .block-title .title-angle-shap:before {
    background: #fc4a00;
}

#depart-news .block-title .title-angle-shap:after {
    background: #fc4a00;
}

#depart-news .card {
    background: none;
}


#imp-news_right .title-angle-shap {
    color: #fff;
}

#imp-news_right .block-title .title-angle-shap:before {
    background: #fff;
}

#imp-news_right .block-title .title-angle-shap:after {
    background: #fff;
}

.bg-trans {
    background: #ffffff00;
}
/*** New Theme Chamges ***/

/*** New Model Pop Up ***/

.modal-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.close-model {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 24px;
    text-decoration: none;
    width: 24px;
    position: absolute;
    z-index: 999999;
    right: 6px;
    color: #ffffff;
    top: 3px;
    border: 2px solid #000;
    border-radius: 99px;
    background-color: #000;
    padding: 5px;
}

    .close-model svg {
        width: 16px;
    }

.modal-wrapper {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

#modal {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
}

    #modal:target {
        opacity: 1;
        visibility: visible;
    }

        #modal:target .modal-body {
            opacity: 1;
            transform: translateY(1);
        }

    #modal .modal-body {
        max-width: 70%;
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.25s ease-in-out;
        width: 100%;
        z-index: 1;
        top: 16%;
        height: 510px;
    }

.outside-trigger {
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.button__link {
    text-decoration: none;
}

/*** End Model Pop Up ***/
/**** Second Modal ***/

#modal2 {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
}

    #modal2:target {
        opacity: 1;
        visibility: visible;
    }

        #modal2:target .modal-body {
            opacity: 1;
            transform: translateY(1);
        }

    #modal2 .modal-body {
        max-width: 70%;
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.25s ease-in-out;
        width: 100%;
        z-index: 1;
        top: 16%;
        height: 550px;
        background-color: #000;
    }
/**** *
/***** Search Model   *****/
#modal-search {
    background-color: #0000009c;
    z-index: 999999;
}

    #modal-search .modal-header {
        border-bottom: none;
    }
    /*  #modal-search .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: inherit;
  } */

    #modal-search .modal-backdrop {
        background-color: #fff;
        opacity: 1 !important;
        border: 10px solid rgba(136, 136, 136, .4);
    }

    #modal-search .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        background: none;
        box-shadow: none;
        border: 0;
    }

    #modal-search .modal-body {
        text-align: center;
    }

        #modal-search .modal-body form {
            margin: 0 auto;
            float: none;
            width: 800px;
        }

    #modal-search .modal-content .close {
        opacity: 1;
        font-size: 30px;
    }

    #modal-search .navbar-default .navbar-collapse,
    #modal-search .navbar-default .navbar-form {
        border: none;
    }

.btn-search {
    color: #ffffff !important;
    line-height: 35px;
}

.btn-close-icon {
    font-size: 24px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 99px;
    height: 40px;
    width: 40px;
    padding: 7px 5px 5px 5px;
    display: block;
}

    .btn-close-icon:hover {
        background-color: #fffffff2;
        color: #000;
    }

.input-serch-box {
    background-color: #0000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 99px !important;
    height: 70px;
    padding: 0 35px;
    font-family: open sans;
    font-size: 14px;
}

    .input-serch-box:focus {
        background-color: #0000 !important;
        color: #ffffff !important;
        border: 2px solid #fff !important;
    }

    .input-serch-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff;
        font-family: open sans;
        font-size: 14px;
    }

.search-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53%;
    width: 70px;
    border-radius: 0 50px 50px 0;
    z-index: 99999999;
}

    .search-button i {
        top: 14%;
        position: absolute;
        right: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

.mdgov_popSearches {
    text-align: left;
}

    .mdgov_popSearches > a {
        font-size: 16px !important;
        font-weight: normal !important;
    }

.post-author a {
    color: #a0a0a0 !important;
}
/***** End Search Model *****/

/**** Right Side Floating Buttons ****/
#mySidenav a {
    position: absolute;
    right: -137px;
    transition: 0.3s;
    padding: 10px;
    padding: 0 15px 0 0;
    width: 188px;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    color: white;
    border-radius: 2px 0px 0px 2px;
    margin-top: 16%;
    position: fixed;
    z-index: 100000;
}

#about {
    top: 20px;
    background-color: #ffc107;
}

#blog {
    top: 66px;
    background-color: #1d3a7c;
}

#projects {
    top: 113px;
    background-color: #fc4a00;
}

#mySidenav .fa-phone, #mySidenav .fa-eye, #mySidenav .fa-bell, #mySidenav .fa-user {
    margin-left: 19px;
    font-size: 15px;
}

.side {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
}

#mySidenav a:hover {
    right: 0;
}
/*** End Buttons  ***/

/* Deepak Editon */
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0
}

button:hover, button:focus, button:active {
    text-decoration: none;
    outline: 0
}
/* NavBar Modification  */
.navbar-toggler.x {
    border: none;
    z-index: 10;
}

    .navbar-toggler.x:focus {
        outline: none;
    }

    .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggler.x .icon-bar {
        width: 22px;
        display: block;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .navbar-toggler.x .icon-bar + .icon-bar {
            margin-top: 4px;
        }

        .navbar-toggler.x .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/* NavBar Modification  ======================== */

.h1_center {
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 1.1;
    padding: 10px 30px;
    z-index: 1;
    border: 1px solid #eee
}

.line_head {
    position: relative;
    margin: 10px 0;
}

    .line_head:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        z-index: 1;
        background: #eee;
    }

.h1_center small {
    font-size: 14px;
}

.cus_foot_link ul li:before {
    content: "\2022";
    color: #fc4a00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.cus_foot_link ul li a:hover {
    letter-spacing: 1px;
}

img {
    max-width: 100%
}

.footer_address {
    margin-bottom: 15px
}

    .footer_address h1 {
        color: #fff;
        font-size: 20px;
        line-height: 1.3
    }

    .footer_address p {
        color: #eee;
        margin-bottom: 5px;
    }

        .footer_address p a {
            color: #eee
        }

.search_bar_option {
    padding: 20px;
    background: #eee;
    position: relative;
    margin: 10px 0 0;
}

    .search_bar_option .btn-primary {
        color: #fff;
        background-color: #fc4a00;
        border-color: #fc4a00;
    }

.news_details_box {
    padding: 20px;
    border: 1px solid #eee;
}

    .news_details_box h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .news_details_box p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

.social_list {
    margin-bottom: 15px
}

    .social_list a .fa-whatsapp {
        color: #12af0a;
    }

    .social_list a .fa-facebook-square {
        color: #3b5998;
    }

    .social_list a .fa-twitter-square {
        color: #51cbff;
    }

    .social_list a .fa-linkedin {
        color: #007bb5;
    }

.news_details_page .social_list a {
    vertical-align: middle;
    font-size: 24px;
}
/*.news_details_page .social_list a .fa-whatsapp {
    color: #fff;
    background: #02bb18;
    font-size: 25px;
    padding: 1px 4px;
    border-radius: 3px;
    line-height: initial;
}*/


.related_news {
    position: relative;
    margin-bottom: 20px
}

.newslist_control .list-item {
    position: relative;
    padding: 0;
    list-style-type: none;
}

    .newslist_control .list-item i {
        float: left;
        padding: 0;
        margin-top: 2px;
        color: #111;
        font-size: 20px;
        text-align: left;
    }

    .newslist_control .list-item li {
        padding-left: 30px;
        padding-bottom: 10px;
        font-weight: 400;
        line-height: unset;
        letter-spacing: 1px;
        font-size: 14px;
        text-align: justify;
        border-bottom: 1px solid #eee;
        margin-bottom: 5px;
    }

        .newslist_control .list-item li a {
            color: #111;
            word-break: break-word;
        }

            .newslist_control .list-item li a:hover {
                color: #df0610
            }

        .newslist_control .list-item li:last-child {
            border-bottom: 0
        }

.news_img {
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #eee;
    background: #fffbfa;
    border-radius: 10px;
}

    .news_img img {
        width: 100%;
        max-height: 400px
    }

.related_news h3 {
    background: #f57637;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}

.newslist_control {
    padding: 20px;
    border: 1px solid #eee;
}

.h4_center {
    text-align: center;
    position: relative;
    margin: 10px auto;
    background: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 1.1;
    padding: 10px 30px;
    z-index: 1;
    border: 1px solid #eee;
}

.action_btn {
    margin-bottom: 5px;
}

    .action_btn a {
        font-size: 11px;
        border: 1px solid #fc4a00;
        padding: 3px 7px;
        margin-right: 3px;
        color: #fff;
        border-radius: 15px;
        background: #fc4a00;
        display: inline-block;
        margin-bottom: 5px;
    }

        .action_btn a label {
            margin-bottom: 0
        }

        .action_btn a:hover, .action_btn a:active, .action_btn a:focus {
            background: #1d3a7c;
            color: #fff;
            border-color: #1d3a7c;
        }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #fc4a00;
    border-color: #fc4a00;
}

.user_info {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    border: 1px solid #fc4a00;
    display: inline-block;
    padding: 5px 30px 0;
    background: #fc4a00;
    color: #fff;
    border-radius: 30px;
}

    .user_info i {
        color: #fff;
    }

#video-gallery {
    overflow: hidden
}

#top-header .nav-toplinks .dropdown-menu .nav-link {
    color: rgb(31, 29, 29);
}

.page_title_section {
    position: relative;
    overflow: hidden
}

.banner_shadow {
    position: relative;
    margin: 15px 0;
}

    .banner_shadow:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        z-index: -1;
        background: #ddd;
    }

.line_breadcum {
    background: #fff;
    z-index: 1;
    display: inline-block;
    padding: 5px 30px 5px 15px;
    border: 1px solid #ddd;
}

.banner_shadow h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.pagelinks {
    font-size: 12px;
}

    .pagelinks a {
        font-size: 12px;
    }

.bg_dark_org {
    background: #fc4a00
}

#top-header .nav-link.bg_dark_org:hover, #top-header .nav-link.bg_dark_org:focus {
    background: rgba(0,0,0,.5);
    color: #fff
}

.post_date {
    text-align: right
}

.news_title_sub {
    text-align: center
}

.post_date {
    text-align: right;
    position: relative;
}

    .post_date p {
        position: relative;
        background: #fff;
        z-index: 1;
    }

        .post_date p:before {
            position: absolute;
            content: "";
            top: 45%;
            left: 0;
            right: 0;
            height: 1px;
            z-index: -1;
            background: #eee;
        }

.tab_control .nav-tabs .nav-link {
    width: 50%;
    text-align: center;
    font-weight: 600;
}

    .tab_control .nav-tabs .nav-item.show .nav-link, .tab_control .nav-tabs .nav-link.active {
        background-color: #fff;
        color: #111;
        border-bottom: 2px solid #fc4a00;
    }

.search_bar_option .form-inline .btn.btn-primary {
    margin-left: 10px;
}

.action_btn a.language_btn {
    border: 1px solid #1d3a7c;
    background: #1d3a7c;
    color: #fff;
}

#news_slider.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

    #news_slider.owl-theme .owl-nav [class*=owl-] {
    }

#video-gallery .item-image img {
    object-fit: cover;
    object-position: left center;
}

#news-letter {
    padding: 20px 0
}

#preloader {
    background-image: -webkit-linear-gradient( 70deg,#8d0303 0%,#fe803b 100%);
    background-image: -o-linear-gradient(70deg,#8d0303 0%,#fe803b 100%);
    background-image: linear-gradient(20deg,#8d0303 0%,#fe803b 100%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

    #status img {
        background: #fff;
    }

.modal_control .modal_text h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}

.modal_control .modal-footer {
    padding: 0 .75rem;
}

.modal_control button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fc4a00;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.modal_control .modal-footer .btn-secondary {
    background-color: #fc4a00;
    border-color: #fc4a00;
}

.loading {
    width: 200px;
    height: 60px;
    position: relative;
}

    .loading p {
        top: 0;
        padding: 0;
        margin: 10px 0;
        color: #fff;
        animation: text 3.5s ease both infinite;
        font-size: 26px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 600;
    }

@keyframes text {
    0% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }

    40% {
        letter-spacing: 2px;
        transform: translateX(26px);
    }

    80% {
        letter-spacing: 1px;
        transform: translateX(32px);
    }

    90% {
        letter-spacing: 2px;
        transform: translateX(0px);
    }

    100% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
}

.loading span {
    background-color: #fff;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading 3.5s ease both infinite;
}

    .loading span:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #007bff;
        border-radius: inherit;
        animation: loading2 3.5s ease both infinite;
    }

@keyframes loading {
    0% {
        width: 16px;
        transform: translateX(0px);
    }

    40% {
        width: 100%;
        transform: translateX(0px);
    }

    80% {
        width: 16px;
        transform: translateX(64px);
    }

    90% {
        width: 100%;
        transform: translateX(0px);
    }

    100% {
        width: 16px;
        transform: translateX(0px);
    }
}

@keyframes loading2 {
    0% {
        transform: translateX(0px);
        width: 16px;
    }

    40% {
        transform: translateX(0%);
        width: 80%;
    }

    80% {
        width: 100%;
        transform: translateX(0px);
    }

    90% {
        width: 80%;
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
        width: 16px;
    }
}

.gallery_photo_box {
    position: relative;
}

.gallery_photo {
    position: relative;
    overflow: hidden;
}

    .gallery_photo .icon_list {
        background: linear-gradient( 20deg,rgb(252 74 0 / 87%) 0%,rgb(10 5 2 / 45%) 100%);
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        /*border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 2px; */
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff
    }

    .gallery_photo_box:hover .icon_list, .gallery_photo:hover .icon_list {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        bottom: 0;
    }

.gallery_photo_box:hover {
    box-shadow: 0 5px 20px #eee
}

#gallery_page .card-body h5 {
    font-size: 15px;
    line-height: 1.5
}

.gallery_photo .theme_button {
    background: #fff;
    color: #111;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    top: 50%;
}

.gallery_section {
    padding: 10px 0 50px;
    position: relative
}

.gallery_photo_text {
    position: relative;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
}

#gallery_page .gallery_photo_text h5 {
    font-size: 15px;
    line-height: 1.5
}

.profile_section {
    position: relative;
    padding: 25px 0 50px;
}

.profile_content_div h3 {
    margin-top: 10px;
    font-size: 24px;
}

.profile_content_div .small_head {
    background: #ff8434;
    color: #fff;
    padding: 5px 10px 0px 10px;
}

.profile_content_div hr {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
}

.profile_img {
    position: relative;
    text-align: center;
    background: #eee;
    margin-top: 30px;
}

    .profile_img:before {
        background: #ff8434;
        height: 400px;
        position: absolute;
        top: -50px;
        right: -50px;
        width: 100%;
        content: "";
        z-index: -1;
    }

.highlight_box {
    padding: 15px;
    background: #fff8f6;
    font-size: 18px;
    color: #111;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

    .highlight_box p {
        margin-bottom: 0
    }

.highlight_white_box {
    padding: 15px;
    background: #fff;
    font-size: 18px;
    color: #111;
    box-shadow: 0 0px 15px #eee;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}


.btn_theme {
    padding: 10px 30px;
    background: #1d3a7c;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
}

    .btn_theme i {
        margin-right: 5px;
    }

    .btn_theme:hover, .btn_theme:active, .btn_theme:focus {
        color: #fff;
        background: #ff8434;
        outline: none;
        box-shadow: none
    }

.pdflist_control .list-item {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

    .pdflist_control .list-item li {
        position: relative;
    }

        .pdflist_control .list-item li a {
            color: #111;
            border-bottom: 1px solid #dfdfdf;
        }

            .pdflist_control .list-item li a:hover {
                color: #ff8434
            }

.bhashan_section {
    position: relative;
    padding: 25px 0 50px;
}

    .bhashan_section h3 {
        font-size: 24px;
    }

.date_align {
    position: absolute;
    right: 5px;
    font-size: 13px;
    top: 40%;
    font-weight: 600;
}

.pdflist_control .list-item li a {
    position: relative;
    padding: 15px 100px 12px 35px;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    background: #fff8f6;
}

    .pdflist_control .list-item li a i {
        padding: 0;
        font-size: 16px;
        position: absolute;
        color: #fc4a00;
        left: 10px;
    }

.brk_page .pdflist_control .list-item li a {
    padding: 15px 140px 12px 35px;
}


.profile_section .list_control {
    margin-top: 15px;
}

    .profile_section .list_control .list-item {
        position: relative;
        padding: 0;
        list-style-type: none;
    }

        .profile_section .list_control .list-item i {
            float: left;
            padding: 0;
            margin-top: 5px;
            color: #fc4a00;
            font-size: 20px;
            text-align: left;
        }

        .profile_section .list_control .list-item li {
            padding: 5px 0 10px 30px;
            padding-bottom: 10px;
            font-weight: 400;
            line-height: unset;
            font-size: 15px;
            text-align: left;
            border-bottom: 1px solid #eee;
            margin-bottom: 5px;
        }

            .profile_section .list_control .list-item li:last-child {
                border: 0;
                padding-bottom: 0
            }

.pdflist_control .list-item li a:hover {
    background: #343a40;
    color: #fff
}

    .pdflist_control .list-item li a:hover i {
        color: #fff8f6
    }

.pdflist_control .list-item li:hover .date_align {
    color: #fff
}

.control_form_modal {
    display: block
}

.modal_control .modal-body {
    padding: 3px
}

.side_menu_list .list-item {
    position: relative;
    padding: 0;
    list-style-type: none;
}

    .side_menu_list .list-item i {
        padding: 0;
        margin-top: 2px;
        color: #ffffff;
        font-size: 20px;
        position: absolute;
        left: 0;
    }

    .side_menu_list .list-item li a {
        color: #fff;
        position: relative;
        padding: 10px 20px 5px 30px;
        margin-bottom: 5px;
        display: block;
    }

.side_menu {
    position: relative;
    width: auto;
    margin-left: 0;
    padding: 0;
}

.navbar.navbar-dark .side_menu a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 20px;
}

.side {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -350px;
    width: 350px;
    padding: 60px 30px;
    height: 100%;
    display: block;
    /* background-color: #962b28; */
    background: linear-gradient( 20deg,#cc3c00 0%,#6b250e 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
    /* width */
    .side::-webkit-scrollbar, .side::-webkit-scrollbar {
        width: 0;
        height: 10px;
        border-radius: 10px;
        transition: 0.5s ease;
        background: #ff8a8b;
    }
    /* Track */
    .side::-webkit-scrollbar-track, .side::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px grey;
        border-radius: 10px;
        border-radius: 0px;
        transition: 0.5s ease;
    }
    /* Handle */
    .side::-webkit-scrollbar-thumb, .side::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 0px;
        border-radius: 10px;
        transition: 0.5s ease;
    }
        /* Handle on hover */
        .side::-webkit-scrollbar-thumb:hover, .side::-webkit-scrollbar-thumb:hover {
            background: #ccc;
            border-radius: 10px;
        }

    .side.on {
        right: 0;
    }

    .side .close-side {
        border-radius: 50%;
        color: #fff;
        float: right;
        font-size: 30px;
        font-weight: 400;
        height: 40px;
        line-height: 38px;
        position: relative;
        text-align: center;
        top: -40px;
        width: 40px;
        z-index: 2;
        font
    }
/* width */
.newslist_control::-webkit-scrollbar, .newslist_control::-webkit-scrollbar {
    transition: 0.5s ease;
    background: #ccc;
    width: 2px;
    height: 10px;
    border-radius: 10px;
}
/* Track */
.newslist_control::-webkit-scrollbar-track, .newslist_control::-webkit-scrollbar-track {
    transition: 0.5s ease;
    box-shadow: inset 0 0 0px grey;
    border-radius: 10px;
    border-radius: 0px;
}
/* Handle */
.newslist_control::-webkit-scrollbar-thumb, .newslist_control::-webkit-scrollbar-thumb {
    background: #fc4a00;
    transition: 0.5s ease;
    border-radius: 0px;
    border-radius: 10px;
}
    /* Handle on hover */
    .newslist_control::-webkit-scrollbar-thumb:hover, .newslist_control::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

.navbar.navbar-dark a.close-side {
    font-size: 30px;
}

.show_md {
    display: none;
}

.floating_media {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
}
    /* Style the icon bar links */
    .floating_media a {
        display: block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 15px;
        margin-bottom: 2px;
    }

.section {
    overflow: hidden;
    position: relative
}

.loadmore_btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .loadmore_btn a {
        text-align: center;
        position: relative;
        margin: 0 auto;
        background: #fc4a00;
        font-size: 15px;
        display: inline-block;
        line-height: 1.1;
        padding: 10px 30px;
        z-index: 1;
        border: 1px solid #eee;
        color: #fff;
        border-radius: 40px;
    }

    .loadmore_btn:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        z-index: 1;
        background: #eee;
    }

.scroll_news_box1 {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll_widget {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
    /* width */
    .scroll_news_box1::-webkit-scrollbar, .scroll_news_box1::-webkit-scrollbar, .scroll_widget::-webkit-scrollbar, .scroll_widget::-webkit-scrollbar, .tw-post::-webkit-scrollbar {
        width: 7px;
        height: 10px;
        border-radius: 10px;
        transition: 0.5s ease;
        background: #ccc;
    }
    /* Track */
    .scroll_news_box1::-webkit-scrollbar-track, .scroll_news_box1::-webkit-scrollbar-track, .scroll_widget::-webkit-scrollbar-track, .scroll_widget::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px grey;
        border-radius: 10px;
        border-radius: 0px;
        transition: 0.5s ease;
    }
    /* Handle */
    .scroll_news_box1::-webkit-scrollbar-thumb, .scroll_news_box1::-webkit-scrollbar-thumb, .scroll_widget::-webkit-scrollbar-thumb, .scroll_widget::-webkit-scrollbar-thumb {
        background: #fc4a00;
        border-radius: 0px;
        border-radius: 10px;
        transition: 0.5s ease;
    }
        /* Handle on hover */
        .scroll_news_box1::-webkit-scrollbar-thumb:hover, .scroll_news_box1::-webkit-scrollbar-thumb:hover, .scroll_widget::-webkit-scrollbar-thumb:hover, .scroll_widget::-webkit-scrollbar-thumb:hover {
            background: #fc4a00;
            border-radius: 10px;
        }
/* New Edition */
.side_menu_list {
    padding: 20px;
    border: 2px solid #eeeeee38;
    border-radius: 15px;
}

.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
}

.scroll_news_box1 .boxes_holder {
    padding-right: 25px;
    text-align: justify;
}

#gotop {
    z-index: 9
}

div#tw-post.height_match {
    height: 495px !important
}

.nav-toplinks .dropdown-menu {
    background: #eee;
}

#nav_custm .navbar-nav .dropdown-menu {
    position: absolute;
}

.top_header {
    position: relative;
    padding: 5px 0;
}

.left_top {
    position: relative
}

    .left_top a {
        font-size: 14px
    }

.right_top {
    position: relative;
    text-align: right;
}

.dropmenu_list .list-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .dropmenu_list .list-item li {
        display: inline-flex;
    }

.lang_btn {
    background: #ff8434;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
}

.reader_btn {
    background: #fc4a00;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
}

.lang_btn:hover {
    color: #fff;
}

.reader_btn:hover {
    color: #fff;
}

.right_top .dropdown-menu {
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 0;
    background: #eee;
    padding: 10px;
    min-width: 9rem;
}

    .right_top .dropdown-menu.show {
        display: block;
        -webkiit-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        box-shadow: 0 5px 50px 0 rgb(0, 0, 0, 0.15);
    }

    .right_top .dropdown-menu a {
        font-size: 14px;
        margin-right: 5px;
        padding: 5px;
        text-align: left;
        display: inline-block;
    }

        .right_top .dropdown-menu a:hover {
            background: #111;
            color: #fff
        }

.blink_light {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 4px 10px;
    background: #ffc100;
    color: #111;
    display: inline-table;
}

    .blink_light span:after {
        content: '';
        top: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: slide 3s infinite;
        background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)
    }

@keyframes slide {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.head-brk-news span:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 2s infinite;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)
}

@keyframes slide {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.floating_media .side_menu {
    display: none
}

    .floating_media .side_menu a {
        background: #fc4a00;
    }

.floating_media .side_menu_list .list-item li a {
    text-align: left;
}

.floating_media .side .close-side {
    top: -50px;
}

.three_tab .nav-tabs .nav-link {
    width: 33.33%;
    text-align: center;
}

    .three_tab .nav-tabs .nav-link.active {
        font-weight: 600;
        border-bottom: 2px solid #fc4a00;
    }

#Urdu_Lang .boxes_holder {
    text-align: right
}

#Eng_Lang .scroll_widget {
    min-height: 445px
}

#Hindi_Lang .scroll_widget {
    min-height: 445px
}

#Urdu_Lang .scroll_widget {
    min-height: 445px
}

.copyright_section {
    border-top: 1px solid #dee2e6;
    padding: 20px 0;
}

.centrdiv {
    text-align: center
}

.rightdiv {
    text-align: right
}

.leftdiv p {
    margin-bottom: 0
}

.rightdiv p {
    margin-bottom: 0
}

.row_mg0 {
    margin: 0
}

.number_box {
    font-size: 16px;
    color: #ffd245;
    border: 1px solid #dee2e647;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 40px;
}

.main_control {
    position: relative;
    overflow: hidden;
}

.cm-carousel.owl-carousel .owl-item img {
    border-radius: 0;
}

.blink_btn {
    background-color: #F44336;
    color: #FFFFFF;
    -webkit-animation: glowing 1200ms infinite;
    -moz-animation: glowing 1200ms infinite;
    -o-animation: glowing 1200ms infinite;
    animation: glowing 1200ms infinite;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #F44336;
    }

    50% {
        background-color: #1d3a7c;
    }

    100% {
        background-color: #F44336;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #F44336;
    }

    50% {
        background-color: #1d3a7c;
    }

    100% {
        background-color: #F44336;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #F44336;
    }

    50% {
        background-color: #1d3a7c;
    }

    100% {
        background-color: #F44336;
    }
}

@keyframes glowing {
    0% {
        background-color: #F44336;
    }

    50% {
        background-color: #1d3a7c;
    }

    100% {
        background-color: #F44336;
    }
}

.blink_btn:hover {
    background: linear-gradient(#F44336, #ff6e63);
    color: #fff
}
/*
@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.head-brk-news {position: relative; z-index: 0;overflow:hidden;padding: 15px 20px 10px; display: inline-block;  border-radius: 30px;}
.head-brk-news::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #fc4a00;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#fc4a00, #fc4a00), linear-gradient(#fc4a00, #fc4a00), linear-gradient(#1d3a7c, #1d3a7c), linear-gradient(#1d3a7c, #1d3a7c);
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}
.head-brk-news::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
}
*/


.grey_bg {
    background: #eee;
    padding: 40px 0;
    position: relative;
}

    .grey_bg .post-holder {
        padding: 15px;
    }

    .grey_bg .boxes_holder .post_title {
        padding-top: 10px;
        padding-right: 10px;
    }

.vaccination_icon {
    font-size: 15px;
    position: relative;
    display: inline-block;
    float: right;
    padding: 0 0 0 60px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    margin-top: -7px !important;
}

    .vaccination_icon img {
        position: absolute;
        left: 0;
        max-width: 55px
    }

    .vaccination_icon span {
        color: #000;
        padding: 0px 15px;
        font-size: 12px;
        font-weight: 600;
    }

.fullscreen_modal {
}

    .fullscreen_modal #mypopup_modal.modal {
        padding: 0 !important;
        background: #fff;
    }

    .fullscreen_modal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    .fullscreen_modal .modal-footer {
        text-align: center;
        display: block;
    }

        .fullscreen_modal .modal-footer .btn-secondary {
            background-color: #fc4a00;
            border-color: #fc4a00;
            cursor: pointer
        }

    .fullscreen_modal .modal-content {
        border: 0
    }

.vaccination_panel {
    padding: 30px 0;
    position: relative
}

.panel_head {
    text-align: right
}

    .panel_head h1 {
        font-weight: 600;
        color: #115182;
        font-size: 30px;
        padding-top: 15px;
    }

.exentry_color {
    background: linear-gradient(to right,#1f2f68, #115182, #477a4e, #929915);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0;
    font-weight: 700;
}

.vaccination_icon .small, .vaccination_icon small {
    font-size: 70%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.vaccination_icon span.flash_bt {
    background: #279100;
    font-size: 13px;
    border-radius: 15px;
    color: #fff;
    padding: 0px 20px;
    padding-top: 2px;
}

    .vaccination_icon span.flash_bt:after {
        content: '';
        top: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: slide 2s infinite;
        background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)
    }

@keyframes slide {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.news_details_page #news_slider {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.news_details_page .newslist_control {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

#lightgallery .card {
    display: inline-flex;
    width: 32%;
    margin: 5px;
}

#carousel_CM_Fade .post_thumb {
    overflow: hidden;
    border-radius: 6px
}

    #carousel_CM_Fade .post_thumb img {
        transition: all 0.7s ease
    }

    #carousel_CM_Fade .post_thumb:hover img {
        transform: scale(1.05)
    }

.table_page .table_sachiv tr th {
    padding: 10px 0 10px 0px !important;
    background-color: #e96931;
    font-size: 16px;
}

.table_page .table td {
    padding: 5px 10px;
    font-size: 15px;
}

.print_align {
    position: absolute;
    right: -5px;
    top: 22%;
}

    .print_align a {
        font-size: 14px;
        border: 2px solid #fc4a00;
        padding: 3px 20px 0;
        margin-right: 3px;
        border-radius: 30px;
        background: #fff;
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 500;
    }

        .print_align a:hover, .print_align a:active, .print_align a:focus {
            background: #1d3a7c;
            color: #fff;
            border-color: #1d3a7c;
        }

.with_position {
    position: absolute;
    right: 0;
}

.koo_handels {
    position: relative
}

    .koo_handels a {
        padding: 5px 15px;
        background: #1d1d1d;
        border-radius: 5px;
        display: inline-block;
        margin-right: 5px;
        font-weight: 600;
        color: #fff;
    }





/* ========================== District Page Css Edition =========================  */

.district_page #depart-news {
    background: #fff
}

.logo_inline {
    display: block;
    position: relative;
    background: #fff;
}

    .logo_inline img {
        max-width: 60px;
        vertical-align: top;
    }

    .logo_inline a h2 {
        font-size: 20px;
        color: #000;
        line-height: 1.3;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        top: 5px;
        left: 5px;
        font-family: 'Noto Sans';
        line-height: 1.1;
    }

.district_page .navbar.navbar-dark .logo_inline a.logo {
    display: block;
    height: 100%;
    padding: 5px 20px 5px 10px;
    background: #fff;
}

.red_span {
    color: #d6000a;
    font-size: 24px;
}

.district_page .header-gradient .navbar.navbar-dark a.nav-link {
    padding: 20px 7px;
    font-size: 14px;
}

.district_page #photo-gallery div#tw-post {
    height: 650px !important;
}

.district_page .tab_control .nav-tabs {
    margin-bottom: 20px;
}

.district_page .scroll_widget {
    max-height: 445px;
}

.district_page #cm-top-news .cm-center {
    padding: 30px 30px 0
}

.district_page #cm-top-news .card {
    margin-bottom: 15px;
}

/* width */
div#tw-post::-webkit-scrollbar, #news_slider::-webkit-scrollbar, .newslist_control::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    border-radius: 20px;
    transition: 0.5s ease;
    background: #ccc;
}
/* Track */
div#tw-post::-webkit-scrollbar-track, #news_slider::-webkit-scrollbar-track, .newslist_control::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 20px;
    border-radius: 0px;
    transition: 0.5s ease;
}
/* Handle */
div#tw-post::-webkit-scrollbar-thumb, #news_slider::-webkit-scrollbar-thumb, .newslist_control::-webkit-scrollbar-thumb {
    background: #fc4a00;
    border-radius: 0px;
    border-radius: 20px;
    transition: 0.5s ease;
}
    /* Handle on hover */
    div#tw-post::-webkit-scrollbar-thumb:hover, #news_slider::-webkit-scrollbar-thumb:hover, .newslist_control::-webkit-scrollbar-thumb:hover {
        background: #fc4a00;
        border-radius: 20px;
    }





@media (max-width:768px) {
    .district_page .sticky-header.sticky .navbar.navbar-dark a.logo {
        max-width: 300px;
    }

    .district_page .header-gradient .navbar.navbar-dark a.nav-link {
        padding: 8px 15px;
    }
}




/* ========================== District Page Css Edition End=========================  */

/* ================  SideBar Menu Edition  ====================== */

.menu-toggler {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    padding: 0 5px;
}

.nav-footer p {
    font-weight: 200;
    color: #eee;
    font-size: 13px;
    line-height: 24px;
}

.nav-footer {
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 5px;
    padding-top: 15px;
}

nav.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    nav.primary-menu ul ul {
        display: none;
    }

nav.primary-menu > ul > li > ul {
}

nav.primary-menu li.active > ul {
    display: block;
    padding-left: 15px;
}

nav.primary-menu li {
}

    nav.primary-menu li a {
        display: block;
        /* text-transform: uppercase;*/
        color: #fff !important;
        text-align: left;
        padding: 10px 5px;
        position: relative;
        border-left: 5px solid rgba(255,255,255,0);
    }

nav.primary-menu ul li.active > a,
nav.primary-menu ul li a:hover {
    background: rgba(255,255,255,.15);
}

nav.primary-menu a:not(:only-child):after {
    content: "\f0d7";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 7px;
}

nav.primary-menu .active > a:not(:only-child):after {
    content: "\f0d8";
}
/* Light Menu */
.navbar-light .menu-toggler,
.navbar-light .primary-menu li a {
    color: #fff;
}

.navbar-light nav.primary-menu > ul > li > ul {
    background-color: #ffffff;
}

.navbar-light .primary-menu ul li.active > a,
.navbar-light .primary-menu ul li a:hover {
    background: rgba(0,0,0,.10);
    border-color: rgba(0,0,0,.30);
}


/* ================  SideBar Menu Edition  ====================== */





/* ======================== Video Tab Edition  ============================ */


.video_nav_control {
    border: 1px solid #eee;
    box-shadow: 0 5px 15px #eee;
    position: relative;
    max-height: 465px;
    overflow-y: auto;
}

    .video_nav_control .nav-link {
        padding: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

.video_play_block {
    display: flex;
    padding: 10px;
}

.v_poster_img {
    max-width: 30%;
}

.v_title_caption {
    padding-left: 15px;
    padding-top: 5px;
}

    .v_title_caption h5 {
        font-size: 15px;
    }

.video_nav_control .nav-pills .nav-link.active {
    background-color: #c5411f;
}

.video_boxx {
    background: #c5411f;
}

.video_text h5 {
    margin: 0;
    color: #fff;
    padding: 15px;
}

/* width */
.video_nav_control::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    border-radius: 0;
    transition: 0.5s ease;
    background: #eee;
}
/* Track */
.video_nav_control::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 0;
    border-radius: 0px;
    transition: 0.5s ease;
}
/* Handle */
.video_nav_control::-webkit-scrollbar-thumb {
    background: #c5411f;
    border-radius: 0px;
    border-radius: 0;
    transition: 0.5s ease;
}


/* ======================== Video Tab Edition  ============================ */

.myblur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}


.mp_logo_linkes {
    position: relative;
    padding: 30px 0;
}

#photo-gallery div#tw-post.height_match {
    height: 646px !important;
}


.livestreming_section {
    padding-bottom: 50px
}

/* Pagination CSS*/

.pagi_number {
    border: 1px solid #1d3a7c;
    background: #fff;
    padding: 7px 15px;
    margin: 10px 5px;
    display: inline-block;
    cursor: pointer;
}

    .pagi_number.active {
        border: 1px solid #eee;
        background: #1d3a7c;
        padding: 7px 15px;
        margin: 10px 5px;
        display: inline-block;
        color: #fff;
        font-weight: 500;
    }

.social_sharing {
    text-align: center;
    padding: 5px 40px;
    max-width: fit-content;
    margin: 0 auto;
    background: #fff;
}

    .social_sharing a {
        width: 30px;
        height: 30px;
        display: inline-block;
        font-size: 20px;
        padding-top: 2px;
        color: #fff;
        border-radius: 5px;
    }

        .social_sharing a.bg_wtsp {
            background: #02bb18;
        }

        .social_sharing a.bg_fb {
            background: #3b5998;
        }

        .social_sharing a.bg_link {
            background: #1d3a7c;
        }

        .social_sharing a.bg_download {
            background: #0667df;
        }

.sharing_title {
    padding-right: 10px;
    font-size: 20px;
}

.calender_icon {
    position: relative
}

    .calender_icon .abs_icons {
        position: absolute;
        right: 10px;
        top: 10px
    }

.search_option label {
    margin-bottom: 0;
}

.search_option .btn_theme {
    margin-bottom: 0
}

.search_option {
    margin-bottom: 20px;
    box-shadow: 0 0px 5px #eee;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.pagination_box {
    overflow: auto;
    position: relative;
    display: flex;
}


.subscription_box {
    padding: 30px 0;
    position: relative;
    text-align: center
}

.icon_green i {
    color: #08b942;
    font-size: 100px;
    margin-bottom: 15px;
}

.subscription_box h2 {
    font-size: 28px;
    font-weight: 800;
}

.teligram {
    background: #2481cc;
    color: #fff;
}

    .teligram:hover {
        background: #2481cc;
        color: #fff;
    }





.mp_logo_box figure.imghover.image-holder {
    height: max-content;
}

.mp_logo_box .image-holder img {
    position: relative
}





.download_app_btn {
    background: #00597a;
    color: #fff;  padding: 4px 7px;
    font-size: 12px;

}
.download_app_btn:hover {color:#fff}
.media_coverage_btn img {width:100px}

#mySidenav {
    position: fixed;
    right: 0;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px;
    color: white;
    top: 35%;
    border-radius: 0 5px 5px 0;
    z-index: 99;
}

    #mySidenav a {
        position: absolute;
        background: #1778F2;
        color: #fff;
        right: -110px;
        padding: 0 5px 0 0;
        display: block;
        margin-bottom: 2px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        align-items: center;
        height: 40px;
        width: 140px;
    }

        #mySidenav a:hover {
            right: 0;
        }

         #mySidenav a#WhatsApp {
            background: #12af0a;
            top: 0;
        }
        #mySidenav a#Telegram {
            background: #2481cc;
            top: 40px;
        }

        #mySidenav a#Facebook {
            background: #1865c5;
            top: 80px;
        }
       
        #mySidenav a#Twitter {
            background: #03a9f4;
            top: 120px;
        }
/*
        #mySidenav a#Linkedin {
            background: #0078d4;
            top: 160px;
        } */

        #mySidenav a#Instagram {
            background: radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, transparent 65%), linear-gradient(145deg, #3051f1 10%, #E1306C 70%);
            top: 160px;
        }

        #mySidenav a#Youtube {
            background: #f92d09;
            top: 200px;
        }

        #mySidenav a#Subscribe {
            background: #f9a603;
            top: 240px;
        }

        #mySidenav a i {
            color: #fff;
            font-size: 20px;
            width: 30px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            vertical-align: sub;
        }

    #mySidenav .fa-regular.fa-bell {
        margin-left: 0;
        font-size: 20px;
    }





.show_menu_md {display:none}






/* Popup Subscribe */
.subscribe_img img {
    border-radius: 15px;
    border: 2px solid #da9a7f
}
.fw-semibold {font-weight:600}
.click_buttons {position:absolute;bottom:10%;right:20%;}
.click_buttons hr {margin:10px 0}
.app_download_btn {
    background: #b91a0b;
    color: #fff;
    padding: 5px 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
    border: 1px solid #e24233;font-size:14px;font-weight:600; 
}
    .app_download_btn img {
        width:28px
    }
    .app_download_btn:hover, .app_download_btn:focus {color:#fff}



    @media (max-width:480px) {
        .click_buttons .btn, .app_download_btn {
            font-size: 12px;
            padding: 3px 15px;
        }
        .app_download_btn img {
            width: 20px
        }
        .click_buttons hr {
            margin: 5px 0
        }
}
/* Popup Subscribe */






/* New Edition */


@media (min-width:1551px) {
    .cm-front-image .img-circle {
        height: 200px;
    }

    .cm_iframe {
        height: 300px;
    }
}


















@media (min-width:1300px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width:1300px) {
    .header-gradient .navbar.navbar-dark a.nav-link {
        font-size: 13px;
    }

    .header-gradient .navbar.navbar-dark a.nav-link {
        padding: 15px 4px;
    }

    .navbar.navbar-dark a.logo {
        max-width: 250px;
    }

    .logo_inline a h2 {
        font-size: 15px;
    }

    .red_span {
        font-size: 20px;
    }

    .district_page .navbar.navbar-dark a.logo {
        max-width: 300px;
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .search_bar_option .form-inline .form-control {
        width: 60%;
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    #top-header .container {
        max-width: 1150px;
    }

    .header-gradient .container {
        max-width: 1150px;
    }
}

@media (max-width:1120px) {
    .header-gradient .navbar.navbar-dark a.nav-link {
        font-size: 12px;
    }

    .top_header .row {
        margin: 0
    }

    .logo_inline img {
        max-width: 50px;
    }

    .logo_inline a h2 {
        font-size: 13px;
    }
}

@media (min-width:991px) and (max-width:1100px) {
    #top-header .container {
        max-width: 1050px;
    }

    .header-gradient .container {
        max-width: 1050px;
    }

    .navbar.navbar-dark a.logo {
        max-width: 220px;
    }

    .header-gradient .navbar.navbar-dark a.nav-link {
        padding: 15px 4px;
    }

    div#navbarNavDropdown1 ul li a {
        padding-left: 5px
    }
}

@media (max-width:990px) {
    .employee-p, .customer-p, .order-p, .design-p {
        font-size: 14px;
    }

    .btco-hover-menu .collapse ul ul.dropdown-menu li a.dropdown-item:hover ul {
        display: block;
        margin-left: 15px;
    }

    .hide_md {
        display: none
    }

    .show_md {
        display: flex;
        position: fixed;
        bottom: 15%;
        right: 18%;
        z-index: 9;
    }

    .navbar.navbar-dark .side_menu a {
        background: transparent;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 0;
        text-align: center;
        border-radius: 30px;
        color: #fff;
        box-shadow: none;
        font-size: 20px;
    }

    .side {
        right: -105%;
        width: 70%;
    }

    .header-gradient .navbar.navbar-dark a.nav-link {
        font-size: 20px;
        padding: 15px 4px 10px;
    }

    .navbar.navbar-dark .dropdown-item {
        font-size: 14px;
    }

    .header-gradient .nav-item.active a {
        margin-left: 0
    }

    .brk-news-carousel .item .post-title {
        text-align: left
    }

    .floating_media .side_menu {
        display: block
    }

    .logo_inline a h2 {
        font-size: 16px;
    }

    .form-group {
        margin-bottom: 10px
    }

    .search_bar_option .form-group {
        margin-bottom: 10px
    }

    .col-form-label {
        font-weight: 600;
    }

    .search_bar_option .form-inline #btnadvancesearch.btn.btn-primary {
        margin-left: 0px;
        margin-top: 10px
    }

    #lightgallery .card {
        display: inline-flex;
        width: 31%;
        margin: 5px;
    }

    .video_boxx {
        margin-bottom: 30px
    }

    .show_menu_md {
        display: flex;
        position: absolute;
        top: 25%;
        right: 10%;
    }

}

@media (max-width:768px) {
    .brk-news-carousel .owl-next {
        right: 0;
    }

    .brk-news-carousel .owl-prev {
        left: -15px;
    }

    #mySidenav a {
        margin-top: 50%;
    }

    .profile_img:before {
        top: 0;
        right: 0;
    }

    .btn_theme {
        display: block;
        padding: 7px 10px;
        margin-bottom: 10px;
    }

    #photo-gallery .menu.list-unstyled li {
        width: 49%;
        float: left;
        margin: 1px;
    }

    .fixed .navbar.navbar-dark a.logo {
        max-width: 200px;
    }
  .order_control {
      order: -1
  }
  .news_details_box .order_control {
      order: unset;
  }

    .sticky-header.sticky .navbar.navbar-dark a.logo {
        max-width: 150px;
    }

    .leftdiv {
        text-align: center
    }

    .rightdiv {
        text-align: center
    }

    .leftdiv p {
        margin-bottom: 10px;
    }

    .centrdiv {
        margin-bottom: 10px;
    }

    .blink_btn {
        padding: 2px 10px;
        font-size: 11px;
    }

    .blink_light {
        padding: 2px 5px;
        font-size: 11px;
        margin-top: 2px;
    }

    .brk-news-carousel .media.border-right {
        border: 0 !important
    }

    .brk-news-carousel .item .post-title {
        padding: 0 10px;
    }

    .lang_btn {
        font-size: 11px;
    }

    .reader_btn {
        font-size: 11px;
    }

    .cus_tweet {
        margin-top: 15px;
    }

    .section-heading .block-title {
        margin-top: 15px;
    }

    .widget-box {
        padding: 10px 0;
    }

    #nav-tabContent .boxes_holder {
        padding: 15px 5px;
    }

    .head-brk-news {
        font-size: 13px
    }

    .vaccination_icon {
        font-size: 13px;
        margin-top: 0px !important;
    }

        .vaccination_icon span {
            font-size: 11px;
            padding: 0px 10px;
        }

        .vaccination_icon img {
            left: 5px;
        }

    .sticky-header.sticky {
        overflow-y: scroll;
        max-height: 100%
    }

    .dropdown-menu > li > a:hover:after {
        transform: rotate(0deg);
    }

    .btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
        padding-left: 15px;
    }

    .search_bar_option .form-control {
        width: 80%;
    }

    .search_bar_option .form-inline .btn.btn-primary {
        position: absolute;
        top: 50%;
        right: 15px
    }

    .search_bar_option {
        padding: 10px 0 10px;
    }

        .search_bar_option .form-inline #btnadvancesearch.btn.btn-primary {
            position: relative;
            margin-top: 10px;
            right: 0;
        }

    .col-form-label {
        font-weight: 600
    }

    .search_bar_option .form-group {
        margin-bottom: 0
    }

    .search_bar_option .form-inline label {
        justify-content: left;
    }

    #lightgallery .card {
        width: 100%;
        margin: 0;
    }

    #gallery_page .card .card-body h5 {
        font-size: 13px;
    }

    .search_option {
        margin-bottom: 30px
    }

    .koo_handels {
        text-align: center
    }

        .koo_handels a {
            margin-bottom: 10px
        }

    .list-home-social {
        text-align: center;
    }
}

@media (max-width:600px) {
    .right_top {
        text-align: center;
    }

    .left_top {
        text-align: center;
    }

    .lang_btn {
        padding: 2px 5px;
        font-size: 11px;
    }

    .reader_btn {
        padding: 2px 5px;
        font-size: 11px;
    }
}

@media (max-width:480px) {

    .show_menu_md {
        top: 30%;
        right: 12%;
    }


    .navbar.navbar-dark a.logo {
        max-width: 220px
    }

    #sync1 .post-title {
        line-height: 1.1;
    }

        #sync1 .post-title a {
            color: #ffffff !important;
            font-size: 14px;
            line-height: 1.1;
        }

    section#brk-news {
        margin-top: 10px;
    }

    section#cm-news {
        margin-top: 0px;
    }

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 0;
        top: 40%;
        width: 25px;
        height: 25px;
        font-size: 14px;
        opacity: 0.3
    }

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 0;
        top: 40%;
        width: 25px;
        height: 25px;
        font-size: 14px;
        opacity: 0.3
    }

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
        opacity: 1
    }

    .cm-carousel.owl-carousel.owl-theme .owl-nav .owl-next:hover {
        opacity: 1
    }

    .media.border-right {
        border: 0;
        text-align: center;
    }

    .brk-news-carousel .item .post-title {
        font-size: 14px;
    }

    .header-gradient .navbar-nav {
        margin-top: 10px;
    }

    .header-gradient .navbar.navbar-dark a.nav-link {
        font-size: 14px;
        padding: 5px 5px;
    }

    #video-gallery .item-image img {
        max-height: 300px;
    }

    .side {
        right: -105%;
        width: 100%;
    }

    .fixed .navbar.navbar-dark a.logo {
        max-width: 150px;
    }

    #sync1.owl-carousel .owl-item img {
        max-height: 300px !important;
    }

    .owl-carousel .owl-item img {
        object-fit: cover;
        object-position: top left;
    }

    .scroll_news_box1 .boxes_holder {
        padding-right: 10px;
    }

    .ts-play-btn {
        top: 30%;
    }

    #sync1 .abs {
        padding: 5px 10px;
    }

    #sync1 .post-date {
        font-size: 12px;
    }

    #cm-top-news .cm-center {
        width: 90% !important;
        margin-top: -50px;
    }

    #cm-top-news .post-holder {
        margin-bottom: 10px;
    }

    #video-gallery .bg_black {
        margin: 5px 15px;
    }

    #video-gallery .item-desc {
        padding: 0px 10px;
    }

    #cm-top-news .card {
        margin-bottom: 10px
    }

    .blink_btn {
        padding: 2px 5px;
        font-size: 11px;
    }

    .blink_light {
        font-size: 11px;
        padding: 2px 5px;
    }

    .top_header .container {
        padding: 0;
    }

    .logo_inline a h2 {
        font-size: 15px;
    }

    .red_span {
        font-size: 18px;
    }

    .head-brk-news {
        font-size: 12px;
        padding: 10px 10px 7px;
    }

    .vaccination_icon {
        font-size: 12px;
    }

        .vaccination_icon img {
            left: 15px;
            max-width: 40px;
        }

        .vaccination_icon span {
            font-size: 10px;
        }

            .vaccination_icon span.flash_bt {
                font-size: 11px;
                padding: 0px 15px;
            }

        .download_app_btn {padding: 3px 5px; font-size: 10px;}
         .download_app_btn img { width: 16px;}
 .media_coverage_btn img {
    width: 80px;
}
    .lang_btn {
        padding: 3px 5px;
        font-size: 10px;
    }

    .reader_btn {
        padding: 3px 5px;
        font-size: 10px;
    }

    .table_page_control .banner_shadow:before {
        top: 25%;
    }

    .table_page_control .banner_shadow {
        margin: 15px 0 0;
    }

    .table_page .table_sachiv tr th {
        font-size: 14px;
    }

    .table_page .table td {
        font-size: 14px;
    }

    .print_align {
        position: relative;
        right: unset;
        top: unset;
        text-align: right;
        margin-top: 15px;
    }

#mySidenav a {height: 30px;line-height: 30px;}
#mySidenav a i {    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;    vertical-align: middle;
}
#mySidenav a#Telegram {top: 30px;}
#mySidenav a#Facebook {top: 60px;}
#mySidenav a#Twitter {top: 90px;}
#mySidenav a#Instagram {top: 120px;}
#mySidenav a#Youtube {top: 150px;}
#mySidenav a#Subscribe {top: 180px;}






}

@media (max-width:375px) {
    .logo_inline a h2 {
        font-size: 14px;
    }

    .head-brk-news {
        font-size: 12px
    }

    .vaccination_icon span {
        font-size: 10px;
        padding: 0px 10px;
    }

    .vaccination_icon img {
        left: 15px;
        max-width: 40px;
    }
}

@media (max-width:350px) {
    .vaccination_icon {
        font-size: 11px;
    }

        .vaccination_icon img {
            left: 5px;
        }

    .vaccination_icon {
        padding: 0 0 0 50px;
    }

    .head-brk-news {
        font-size: 11px;
    }
}


/**  Added By Hamid Khan 27 Jan 2024   ***/

.img-circle {
    border-radius: 99%;
    height: 160px;
}

.cm-front-name h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 24px;
    padding: 8px 5px 0px 2px;
    background-color: #fc4a00;
}

.cm-front-name h4 {
    font-size: 18px;
    font-weight: 600;
}

.list-group-cmfront li {
    padding: 0.35rem 1.25rem;
    background-color: #f9f9f9;
    text-align: center;
}
/** End CSS ***/


.breaking_listing {
    position: relative;
    padding: 15px 15px 3px;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    background: #f9f9f9;
}

    .breaking_listing a {
        padding-right: 15px;
        padding-left: 2px;
    }

    .breaking_listing span {
    }


.flexbreaking {
    display: flex;
    position: relative;
    background: #fc4a00;
    align-items: center;
    border-radius: 25px;
}

.breakhead {
    position: relative;
    width: 150px;
}

.breaking_listing {
    width: calc(100% - 150px);
    padding-left: 15px;
}

.breakhead h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width:590px) {
    .flexbreaking {
        display: block;
    }

    .breakhead h3 {
        padding: 10px;
    }

    .breakhead {
        width: 100%
    }

    .breaking_listing {
        width: 100%
    }

    .home-iframe {
        height: 600px;
        width: 100%;
    }

    @media (max-width:375px) {
        .home-iframe {
            height: 100%;
            width: 100%;
        }
    }
}




#YoutubeLive #video-list .video-item {
    display: flex;
    margin-bottom: 15px;
}

    #YoutubeLive #video-list .video-item img {
        width: 150px;
    }

    #YoutubeLive #video-list .video-item a {
        padding-left: 10px;
        font-size: 14px;
        width: calc(100% - 150px)
    }

.video-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.video-item {
    text-align: center;
}

    .video-item img {
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
    }

.video-title {
    font-weight: bold;
}


.video_frame {
    width: 100%;
    height: 400px;
}


@media (max-width:768px) {
    .video_frame {
        height: 350px;
    }
}

@media (max-width:500px) {
    .video_frame {
        height: 300px;
    }

    .modal_control .modal_text h3 {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .video_frame {
        height: 250px;
    }
}
