@font-face {
    font-family: 'SolaimanLipi';
    src: url('fonts/SolaimanLipi_04_07_05.ttf');
}

:root {
    --blue: #1e90ff;
    --navy-blue: #0268c8;
    --white: #ffffff;
    --black: #000;
    --headline: #323232;
    --subheadline: #818181;
    --time: #a7a7a7;
    --caption: #727272;
    --body: rgb(0, 0, 0);
    --headline_caption: rgb(255, 0, 0);
}


/* a{
    color: var(--black);
} */

a h2 {
    color: var(--headline);
}

a h2:hover {
    color: var(--navy-blue);
}

a p {
    color: var(--subheadline);
}

a p:hover {
    color: var(--subheadline);
}

.small, small {
    font-size: 75%;
    font-weight: 400;
}

.news-time p {
    color: var(--time);
    font-size: 16px;
}

.heading-title h2 a {
    color: var(--black);
}

body {
    font-family: SolaimanLipi;
    font-size: 1.2rem;
    background-color: var(--white);
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1340px;
    }
}

header {
    height: 150px;
}

.top-bar {
    width: 100%;
    height: 100px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #ddd;
}

.top-bar .logo-part {
    width: 100%;
    text-align: center;
}

.top-bar .logo-part img {
    max-height: 100px;
    width: 60%;
    margin-top: 5px;
}


/******* Start Navbar ******/

nav {
    /*position: fixed;*/
    top: 0;
    left: 0;
      width: 100%;
    background-color: #E95546;
    color: #fff;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.menu-sidebar-ul {
    padding: 0;
}

.menu-sidebar-ul .sub-menu {
    display: none;
}

.menu-sidebar-ul .sub-menu li {
    border-bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: unset;
}

.menu-sidebar-ul li {
    list-style: none;
    border-bottom: 0.5px solid #ddd;
}

.menu-sidebar-ul li .has-sub-menu {
    display: inline-block;
}

.menu-sidebar-ul li span.plus {
    float: right;
    padding: 8px 5px;
}

.navbar {
    padding: 0;
}

.navbar-new-top {
    background: #fff;
}

.navbar-new-top ul {
    margin-right: 9%;
}

.navbar-new-top ul li {
    margin-right: 0%;
    width: 120px;
}

.navbar-new-bottom {
    background-color: #ffffff;
    box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .15);
    /* border-top: 1px solid #e0e0e0; */
    height: 40px;
    background: #0253a7;
    /* background: #00ae61; */
}

.navbar-new-bottom ul li {
    margin: 0 1%;
}

.navbar-nav .nav-item a {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    padding-right: .2rem !important;
    padding-left: .2rem !important;
    padding-top: 0;
    padding-bottom: 0;
    /* transition: 1s ease; */
}

.navbar-nav .dropdown-menu a {
    color: rgb(48, 48, 48);
    font-size: 18px;
    font-weight: bold;
}

.navbar-nav .nav-item a:hover {
    opacity: 0.6;
}

.dropdown-menu.show {
    background: #f8f9fa;
    border-radius: 0;
}


/******** End Navbar *******/


/* top ad  */

.ads-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.top-ad {
    width: 100%;
    text-align: center;
    margin: 0;
}


/* top ad  */


/* Block top  */

.news-blog {
    background-color: transparent;
    width: 100%;
    margin: 10px 0;
}


/* Block top  */


/* news image  */

.news-image img {
    width: 100%;
}


/* news image  */


/* heading title  */

.heading-title {
    margin: 20px 0;
    width: 100%;
    float: left;
}

.heading-title h2 a span {
    float: left;
}

.heading-title i {
    font-size: 15px;
    color: #E95546;
    margin: 12px 0 4px 7px;
    float: left;
}


/* heading title  */


/* Top Section  */

.top-section .left-part {
    border-right: 1px solid #ddd;
}

.bd-r8 {
    border-right: 1px solid #ddd;
}


/* Top Section font  */

.top-section a h2.top {
    font-size: 1.7rem;
}

.top-section a h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.top-section a h2 span {
    color: rgb(202, 32, 32);
}


/* Top Section font  */

.top-section .top-news {
    border-right: 1px solid #ddd;
}

.top-section .top-news .news-post {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.news-post p {
    line-height: 1.27;
    font-size: 17px;
}

.top-section .top-news .news-image {
    width: 50%;
    float: right;
}


/* bottom  */

.top-section .news-post.bottom .news-image {
    width: 35%;
    float: left;
}

.top-section .news-post.bottom a h2 {
    font-size: 1.2rem;
}

.top-section .news-post.bottom h2 {
    width: 65%;
    float: left;
    padding-left: 10px;
}

.top-section .news-time.bottom {
    width: 65%;
    float: right;
    padding-left: 10px;
}

.top-section .news-time.bottom p {
    font-size: 0.85rem;
}


/* bottom  */


/* e-paper  */

.e-paper {
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #E95546;
}

.e-paper .e-caption {
    width: 60%;
    float: left;
}

.e-paper .e-image {
    width: 40%;
    float: left;
}

.e-paper .e-image img {
    width: 100%;
    height: 80px;
}


/* e-paper  */


/* Top Section  */


/* Section 2 */

.section-2 a h2 {
    font-size: 1.5rem;
    font-weight: bold;
    /* margin-top: 5px; */
}

.section-2 a p {
    font-size: 18px;
    line-height: 1.2;
}

.section-2 .news-time p {
    font-size: 16px;
}

.section-2 span.news-caption {
    color: rgb(48, 55, 160);
    font-size: 18px;
}


/* Section 2 */


/* Section 3 */

.section-3 .mbl-view {
    display: none;
}

.section-3 .bd-bt {
    float: left;
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
}

.section-3 .bd-r8-lft {
    border-right: 0.5px solid #ddd;
}

.section-3 .side-bar .news-image {
    width: 40%;
    float: left;
}

.section-3 .side-bar .custom-ca-nw .news-image {
    width: 100%;
    float: left;
}

.section-3 .side-bar .news-headline {
    width: 60%;
    float: left;
    padding-left: 10px;
}

.section-3 .side-bar .news-post {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.section-3 .side-bar .news-time {
    width: 60%;
    float: right;
    padding-left: 10px;
}


/* Living and Health  */

.multipart {
    background: #d7dee5;
    padding: 20px;
}

.section-2 .multi {
    flex: 1;
    padding: 0px 15px;
    background: #f5f5f5;
    margin: 0 5px;
}


/* Living and Health  */


/* font  */

.section-3 a h2 {
    font-size: 1.2rem;
    margin-top: 0;
    font-weight: bold;
}

.section-3 a h2.top {
    font-size: 1.6rem;
    /* margin-top: 5px; */
}

.section-3 a p {
    font-size: 18px;
    line-height: 1.2;
}

.section-3 .news-time p {
    font-size: 16px;
}

.section-3 span.news-caption {
    color: rgb(48, 55, 160);
    font-size: 18px;
}


/* font  */


/* Section 3 */


/* section 4 */

.section-4 .top .news-image {
    max-height: 275px;
    overflow: hidden;
    margin-bottom: 5px;
}

.section-4 .bd-bt {
    float: left;
    border-bottom: 0.5px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.section-4 .column-2 .news-image {
    width: 35%;
    float: left;
}

.section-4 .column-2 .news-content {
    width: 65%;
    float: left;
    padding-left: 10px;
}

.section-4 .column-2 .news-time {
    width: 65%;
    float: right;
    padding-left: 10px;
}


/* font  */

.section-4 a h2.top {
    font-size: 1.5rem;
    /* margin-top: 5px; */
    /* margin-top: 5px; */
}

.section-4 .top-img {
    margin-bottom: 5px;
}

.section-4 a h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
}

.section-4 a p {
    font-size: 18px;
    line-height: 1.2;
}

.section-4 .news-time p {
    font-size: 16px;
    margin-bottom: 0;
}

.section-4 span.news-caption {
    color: rgb(48, 55, 160);
    font-size: 18px;
}


/* font  */


/* section 4 */


/* DEMO GENERAL ============================== */

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    height: 380px;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}


/* DEMO 2 ============================== */

.hover-2 .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
}

.hover-2-title-cat {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    background: #e49b2e;
    color: white;
    width: 50%;
    margin: 0 25%;
}

.hover-2-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
    transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
    bottom: 0.5rem;
    opacity: 1;
}

.hover-2:hover .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/* carousal  */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    padding: 20px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
    background: #c3c3c380;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.MultiCarousel .rightLst {
    right: 0;
    background: #c3c3c380;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: none;
}


/* carousal  */


/* Section 6 */

.section-6 .part-1 .mark {
    width: 30%;
    background: #ec1b26c4;
    padding: 2px;
    margin: 5px 0;
}

.section-6 .part-2 .mark {
    width: 10%;
    background: #ec1b26c4;
    padding: 2px;
    margin: 5px 0;
}

.section-6 .dv-align {
    width: 90%;
    margin: 0 5%;
}

.section-6 .part-1 .title h1 {
    display: inline-block;
    min-height: 60px;
    max-width: 310px;
    background-color: #00ae61;
    color: white;
    padding: 5px 10px;
}

.section-6 .part-1 .main-content {
    /* border: 0.5px solid #ddd;
    width: 75%;
    margin: 0 10%; */
    border: 0.5px solid #ddd;
    width: 80%;
    margin: 0 0 0 10%;
    float: right;
    /* position: absolute; */
}

.section-6 .part-1 .main-content .title {
    margin-left: -12.5%;
    margin-top: 24px;
}

.section-6 .part-1 .main-content .content p {
    padding: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.section-6 .part-1 .main-content .writer-heading {
    /* position: absolute; */
    position: relative;
    bottom: 0;
    padding-left: 40px;
}

.section-6 .part-1 .main-content .writer-heading h4 {
    font-size: 1.3rem;
}

.section-6 .part-1 .main-content .writer-heading h4 span {
    font-size: 1.1rem;
    color: var(--caption);
}


/* part 2 */

.section-6 .part-2 .icon-view {
    width: 15%;
    float: left;
}

.section-6 .part-2 .icon-view img {
    width: 70%;
    float: left;
}

.section-6 .part-2 .content {
    width: 85%;
    float: left;
    padding-left: 10px;
}

.section-6 .part-2 .content h2 {
    font-size: 2.0rem;
}

.section-6 .part-2 .content .writer {
    font-size: 1.3rem;
}

.section-6 .part-2 .content .writer span {
    color: var(--caption);
    font-size: 1.1rem;
}

.section-6 .part-2 .content.bd-bt {
    border-bottom: 0.5px solid #ddd;
}

.section-6 .part-2 .writer-heading {
    bottom: 0;
}


/* part 2 */


/* Section 6 */


/* section 7 */


/* font  */

.section-7 a h2 {
    font-size: 1.5rem;
    font-weight: bold;
    /* margin-top: 5px; */
}

.section-7 a p {
    font-size: 18px;
    line-height: 1.2;
}

.section-7 .news-time p {
    font-size: 16px;
}

.section-7 span.news-caption {
    color: rgb(48, 55, 160);
    font-size: 18px;
}


/* font  */


/* section 7 */


/* section 8 */


/* font  */

.section-8 hr {
    float: left;
    width: 100%;
}

.section-8 a h2.top {
    font-size: 1.8rem;
    /* margin-top: 5px; */
    font-weight: bold;
}

.section-8 a h2 {
    font-size: 1.4rem;
    /* margin-top: 5px; */
}

.section-8 a h2 span.news-caption {
    color: rgb(194, 7, 7);
}


/* section 8 */


/* sports section  */

.sports-section {
    width: 100%;
    float: left;
    /* background: #1a1a1a;
    padding: 50px 0px; */
}

.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.posts__item {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    background-color: #fff;
    margin-bottom: 22px;
    position: relative;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%), 0 6px 6px rgb(0 0 0 / 0%);
}

.posts__item--main {
    flex-basis: 60%;
}

.posts__item.nd2 {
    flex-basis: 36%;
}

.posts__item--main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.posts__item--main .posts__image {
    display: flex;
    flex-grow: 1;
}

.posts__item--main .posts__information {
    position: absolute;
    bottom: 35px;
    left: 50px;
    padding: 0 25px 0 0;
    z-index: 1;
}

.posts__item--main .posts__title a {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.75px;
    color: #fff;
}

.posts__image.post_im_sm img {
    max-height: 200px;
    min-height: 200px;
}

.posts__image>img {
    display: block;
    width: 100%;
}

.posts__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 25px;
    flex-grow: 1;
}

.posts__date {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.325px;
    color: #818181;
    text-transform: uppercase;
    font-weight: 600;
    margin: 7px 0;
}

.posts__title {
    margin-top: 7px;
    margin-bottom: auto;
}

.posts__title a {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.posts__title a:hover {
    opacity: 0.8;
}


/* .posts__title a:hover {
    text-decoration: underline;
} */

.posts__author {
    margin-top: 55px;
}

.posts__author img {
    border-radius: 50px;
    width: 60px;
}

@media screen and (max-width: 992px) {
    .posts__information {
        padding: 10px 15px 15px 15px;
        line-height: 1.27;
    }
    .posts__date {
        font-size: 12px;
        text-align: left;
        width: 90%;
        line-height: 0;
    }
    .posts__title a {
        font-size: 21px;
        line-height: 0;
    }
    .posts__item--main .posts__information .post-title a {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .posts__item {
        flex-basis: 49%;
    }
    .posts__title a {
        font-size: 19px;
        line-height: 0;
    }
    .posts__item--main {
        flex-basis: 100%;
        justify-content: center;
    }
    .posts__item--main .posts__image {
        display: block;
    }
    .posts__image.post_im_sm img {
        max-height: 120px;
        min-height: 120px;
    }
    .posts__item--main .posts__information {
        width: 100%;
        bottom: auto;
        left: auto;
        align-items: center;
        text-align: center;
        padding: 0;
        bottom: 5px;
    }
}

.media-heading {
    font-size: 1.3rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    /* .posts__item {
        flex-basis: 100%;
    } */
    .posts__image.post_im_sm img {
        max-height: 100px;
        min-height: 100px;
    }
}


/* UnderLine  */

.link {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.underline {
    /* I don't know why this is needed, I just added it and it worked in IE Edge. If we remove this width, the gradient breaks in IE Edge */
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 2px), rgb(255, 255, 255) 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}

.link:hover .underline {
    background-size: 100% 100%;
}


/* Bd Section  */

.well {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.well.bd-bt {
    border-bottom: 0.2px solid rgb(216, 216, 216);
}

.well .media .pull-left {
    max-width: 120px;
}

.well .media .pull-left img {
    width: 100%;
}

.well .media .media-body {
    padding-left: 10px;
}


/* Bd Section  */


/* Footer  */

footer .mbl-row {
    display: none;
}

footer .part-1 ul {
    margin-top: 20px;
}

footer .part-1 li {
    list-style: none;
    margin-top: 10px;
}

footer .part-2 ul {
    margin-top: 20px;
    text-align: left;
    padding-left: 80px;
}

footer .part-2 li {
    list-style: none;
    margin-top: 10px;
}

footer .part-2 li a {
    transition: 0.5s ease-in-out;
}

footer .part-2 li a:hover {
    color: #fd6c6c;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
}

footer .icon-ft {
    color: #fd6c6c;
}

footer .part-3 ul {
    margin-top: 20px;
}

footer .part-3 li {
    list-style: none;
    margin-top: 10px;
}

footer .bd-r8 {
    border-right: 0.5px solid #ddd;
}


/* Footer  */


/* social Icon  */


/* footer social icons */

footer ul.social-network {
    list-style: none;
    display: inline-block;
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
}

footer ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

footer a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

footer .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    background: rgb(236, 236, 236);
    font-size: 20px;
    color: #222;
    transition: 0.5s ease-in;
}

footer .social-circle li a.icoFacebook:hover {
    background: #4267B2;
    color: #fff;
    transition: 0.2s ease-in;
}

footer .social-circle li a.icoTwitter:hover {
    background: #00acee;
    color: #fff;
    transition: 0.2s ease-in;
}

footer .social-circle li a.icoInsta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
    transition: 0.2s ease-in;
}

footer .social-circle li a.icoYoutube:hover {
    background: #FF0000;
    color: #fff;
    transition: 0.2s ease-in;
}

footer .social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

footer .social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

footer .social-circle i {
    /* color: rgb(0, 0, 0); */
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/* social Icon  */


/* Details Page  */

.news-details {
    padding-top: 20px;
    min-height: 2000px;
}

aside {
    position: sticky;
    top: 0px;
}

.news-details .head-part {
    width: 95%;
    margin: 0 2.5%;
    border-bottom: 1.5px solid #ddd;
    float: left;
}

.news-details .head-part p.category {
    display: inline-block;
    border-bottom: 2px solid var(--navy-blue);
}

.news-details .head-part p.news-caption {
    font-weight: bold;
    color: var(--caption);
    font-size: 1.4rem;
}

.news-details .head-part p.category a {
    font-size: 24px;
    font-weight: bold;
    /* text-decoration: underline; */
    color: var(--navy-blue);
    margin-bottom: 2px;
}

.news-details .head-part .news-title h1 {
    font-weight: bold;
}

.news-details .head-part .news-title .sub-title {
    color: #222;
    font-size: 1.6rem;
    line-height: 1.27;
    border-left: 2px solid #0253a7;
    font-weight: bold;
    padding-left: 10px;
    background: #f1f1f1;
    padding: 10px;
}

.news-details .head-part .news-reporter .mark {
    width: 5%;
    padding: 3px;
    background: #d4d4d4;
}

.news-details .news-dt-share {
    width: 100%;
    padding: 10px 0;
}

.news-details .news-dt-share .news-time {
    float: left;
    width: 50%;
}

.news-details .news-dt-share .news-share {
    float: right;
    width: 50%;
}

.news-details .news-dt-share .news-share ul.share-list {
    list-style: none;
    /* display: inline-block; */
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    float: right;
}

.news-details .news-dt-share .news-share ul.share-list li {
    display: inline-block;
    padding-left: 10px;
}

.news-details .news-dt-share .news-share ul.share-list li a {
    width: 30px;
    height: 30px;
    padding: 3px 5px;
    float: left;
    border-radius: 50%;
    background: #e4e4e4;
    font-size: initial;
}

.news-details .news-dt-share .news-share ul.share-list li a .fa {
    font-weight: normal;
    padding: 4px;
}


/* Body  */

.news-details .news-body {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.news-details .news-body .head-image img {
    max-height: 600px;
    width: 100%;
}

.news-details .news-body .image-caption {
    color: #7f8c8d;
    font-size: 24px;
}

.news-details .news-body .news-content {
    float: left;
    width: 95%;
    margin: 0 2.5%;
}

.news-details .news-body .news-content a {
    color: #023e7a;
    text-decoration: underline;
}

.news-details .news-body .news-content a:hover {
    color: #f00000;
}

.news-details .news-body .news-content img {
    width: 100%;
    margin-right: 10px;
}

.news-details .news-body .news-content p {
    font-size: 1.5rem;
    text-align: justify;
    color: #1f1f1f;
}

.news-details .news-body .news-content .line {
    height: 1px;
    background: #c7c7c7;
    width: 20%;
}

.news-details .news-body .news-content .more {
    padding: 10px 0;
}

.news-details .news-body .news-content .more p a {
    color: var(--navy-blue);
}

.news-details .news-body .news-content ul.news-tag {
    list-style: none;
    /* display: inline-block; */
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    float: left;
}

.news-details .news-body .news-content ul.news-tag form {
    display: inline-block;
    /* padding-right: 10px; */
}

.news-details .news-body .news-content ul.news-tag li {
    display: inline-block;
    padding-right: 10px;
}

.news-details .news-body .news-content ul.news-tag li button {
    padding: 5px 15px;
    background: #3180c3;
    border-radius: 5px;
    color: white;
    padding: 10px;
    border: 0;
}

.news-details .news-body .news-content ul.news-tag li button:hover {
    padding: 5px 15px;
    background: #0b4577;
    border-radius: 5px;
    color: white;
    padding: 10px;
}


/* Bottom Share  */

.news-details .news-body .news-content .news-share ul.share-list {
    list-style: none;
    /* display: inline-block; */
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    float: right;
}

.news-details .news-body .news-content .news-share ul.share-list li {
    display: inline-block;
    padding-left: 10px;
}

.news-details .news-body .news-content .news-share ul.share-list li a {
    width: 30px;
    height: 30px;
    padding: 5px 7px;
    float: left;
    border-radius: 50%;
    background: #e4e4e4;
}


/* Bottom Share  */


/* side bar  */

.details-sidebar {
    padding-top: 40px;
}

.details-sidebar {
    padding-top: 40px;
}

.details-sidebar .more-tag {
    text-decoration: underline;
}

.details-sidebar .sidebar-news {
    float: left;
    height: 100%;
    bottom: 0;
    /* position: absolute; */
    top: 40%;
}

.details-sidebar .news-section {
    float: left;
    width: 100%;
    border-bottom: 0.5px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.details-sidebar .news-section .news-heading {
    width: 100%;
}

.details-sidebar .news-section .news-details-section {
    width: 100%;
}

.details-sidebar .news-section .news-details-section .news-image img {
    max-height: 80px;
}

.details-sidebar .news-section a:hover {
    color: #000;
}

.details-sidebar .news-section .news-heading h3 {
    font-size: 24px;
}

.details-sidebar .news-section .news-details-section .news-details {
    width: 60%;
    float: left;
    padding-right: 5px;
    padding-top: 0;
    color: #292929;
    line-height: 1.25;
}

.details-sidebar .news-section .news-details-section .news-time p {
    font-size: 16px;
    color: #5d5d5d;
    cursor: text;
}

.details-sidebar .news-section .news-details-section .news-image {
    width: 40%;
    float: left;
}

.news-details .category-wise-news h2 {
    font-size: 22px;
    font-weight: bold;
}


/* side bar  */


/* Body  */


/* .news-details .news-dt-share .news-share ul.share-list li a{
	width: 30px;
    height: 30px;
  
    
} */


/* Details Page  */


/* sticky sidebar  */


/* sticky sidebar  */


/**********News Category*********/


/**********News Category*********/


/**********News Category*********/

.news-category {
    padding: 20px 0;
}

.news-category .category-title {
    display: -webkit-inline-box;
    width: 100%;
    background: #ededed;
    border-bottom: 3px solid #0253a7;
    padding: 0;
    margin-bottom: 15px;
}

.news-category .category-title h1 {
    color: #4c4c4c;
    margin-bottom: 0;
    font-weight: bold;
    padding: 5px 0 0 10px;
    font-size: 27px;
}

.news-category .sidebar {
    padding-top: 40px;
}

.news-category .sidebar .top-advertise {
    width: 100%;
}

.news-category .news-section .news-image {
    width: 100%;
    float: left;
}

.news-category .news-section .news-heading {
    width: 100%;
    float: left;
}

.news-category .news-section .news-heading h3 {
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: 600;
}

.news-category .news-cat-details p {
    width: 100%;
    float: left;
    line-height: 1.2;
    font-size: 16px;
}

#load_data_table h2 a {
    font-size: 1.6rem;
    font-weight: bold;
}

#load_data_table p {
    line-height: 1.27;
    color: #727272;
    font-size: 18px;
}

.news-category .news-section .news-heading h3 span {
    color: rgb(204, 9, 9);
}

.news-category .news-section .news-details {
    width: 100%;
    float: left;
}

.news-category .news-section .news-time {
    font-size: 16px;
    color: var(--time);
}

.news-category .news-section2 {
    width: 100%;
    float: left;
}

.news-category hr {
    width: 100%;
    float: left;
}

.news-category .news-section2 .news-image {
    width: 40%;
    float: left;
}

.news-category .news-section2 .news-content {
    width: 60%;
    float: left;
    padding-left: 10px;
}

.news-category .news-section2 .news-content h3 {
    font-size: 1.4rem;
    color: #343434;
    font-weight: 600;
}

.news-category .news-section2 .news-content p {
    margin-bottom: 0px;
    line-height: 1;
    color: var(--secondary);
}

.news-category .news-section2 .news-image {
    max-height: 120px;
}

.news-category .news-section2 .news-image img {
    max-height: 120px;
}

.news-category .news-section2 .news-time {
    font-size: 16px;
    color: var(--time);
}

.news-category .news-section2 .news-content h3 span {
    color: rgb(204, 9, 9);
}

.news-category .news-section2 .news-time {
    width: 60%;
    float: right;
    padding-left: 10px;
}

.news-category .news-more {
    width: 100%;
    float: left;
}

.news-category .news-more .news-content {
    width: 75%;
    float: left;
    padding-right: 5px;
}

.news-category .news-more .news-image {
    width: 25%;
    float: left;
}

.news-category .news-more .news-time {
    font-size: 16px;
    color: var(--time);
}

.news-category .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}


/* End News Category  */


/* News Filter  */

.news-filter {
    margin-top: 50px;
}

.news-filter .filter-heading h2 {
    display: inline;
    font-size: 30px;
    margin-bottom: 10px;
    float: left;
    color: var(--headline);
}

.news-filter .search-filter {
    width: 100%;
}

.news-filter .search-filter input {
    width: 95%;
    float: left;
    border: none;
    height: 50px;
    color: var(--navy-blue);
    font-size: 30px;
    transition: 0.5s ease-in;
    /* border-bottom: 1px solid #111186; */
}

.news-filter .search-filter input:focus-visible {
    outline: none;
    /* padding: 0 20px; */
    color: var(--caption);
    transition: 0.5s ease-out;
}

.news-filter .search-filter button {
    width: 95%;
    float: left;
    border: none;
    height: 50px;
    background: transparent;
    color: var(--blue);
    font-size: 20px;
    /* border-bottom: 1px solid #111186; */
}

.news-filter .search-filter button {
    width: 5%;
    float: right;
}

.news-filter hr {
    float: left;
    width: 100%;
}

.news-filter .news-more {
    width: 100%;
    float: left;
}

.news-filter .news-more .news-content {
    width: 70%;
    float: left;
    padding-right: 5px;
}

.news-filter .news-more .news-content h2 a span {
    color: red;
}

.news-filter .news-more .news-image {
    width: 30%;
    float: left;
}

.news-filter .news-more .news-image img {
    max-height: 120px;
}

.news-filter .news-more .news-time {
    font-size: 16px;
    color: var(--time);
}

.news-filter .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

@media(max-width: 768px) {
    .news-filter .news-more .news-content .news-brief-details {
        display: none;
    }
    .news-filter .news-more .news-content h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-filter .news-more .news-image img {
        max-height: 80px;
    }
}


/* widget  */

.shop-widget {
    margin: 30px 0;
}

.widget-title {
    margin: 20px 0 35px;
}

.widget-title h4 {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    color: #222222;
    letter-spacing: 1px;
}

.widget-content {
    width: 100%;
    float: left;
}

.widget-content ul#accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul#accordion li {
    display: block;
    margin: 0 0 25px;
}

.widget-content ul#accordion li span {
    position: absolute;
    right: 14px;
    /* font-size: 45px; */
}

.widget-content ul#accordion li h4 {
    font-size: 13px;
    font-family: Poppins;
    color: #222222;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    cursor: pointer;
}

.widget-content ul#accordion li ul {
    padding: 0;
    margin: 0;
    display: none;
}

.widget-content ul#accordion li ul li {
    padding: 0 0 5px;
    margin: 0;
}

.widget-content ul#accordion li ul li a {
    color: #888888;
    text-transform: none;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
    transition: 0.3s;
}

.widget-content ul#accordion li ul li a:hover {
    text-decoration: none;
    color: #000000;
}


/* widget  */


/* News Filter  */


/* News Authorwise  */

.news-authorwise .search-filter button {
    width: 5%;
    float: right;
}

.news-authorwise hr {
    float: left;
    width: 100%;
}

.news-authorwise .news-more {
    width: 100%;
    float: left;
}

.news-authorwise .news-more .news-content {
    width: 70%;
    float: left;
    padding-right: 5px;
}

.news-authorwise .news-more .news-content h2 a span {
    color: var(--headline_caption);
}

.news-authorwise .news-more .news-content .news-brief-details {
    color: var(--subheadline);
}

.news-authorwise .news-more .news-image {
    width: 30%;
    float: left;
}

.news-authorwise .news-more .news-time {
    font-size: 16px;
    color: var(--time);
}

.news-authorwise .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

.news-authorwise .author-details img {
    width: 50%;
    border-radius: 50%;
}

.news-authorwise .author-details .reporter-name {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-authorwise .author-details .reporter-designation {
    color: var(--caption);
}

@media(max-width: 768px) {
    .news-authorwise .author-details {
        border-bottom: 0.5px solid #ddd;
        padding: 15px;
        margin-bottom: 20px;
    }
    .news-authorwise .news-more .news-content .news-brief-details {
        display: none;
    }
    .news-authorwise .news-more .news-content h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-authorwise .news-more .news-image img {
        max-height: 80px;
    }
}


/* News Authorwise  */


/* News Tagwise  */

.news-tag .search-filter button {
    width: 5%;
    float: right;
}

.news-tag hr {
    float: left;
    width: 100%;
}

.news-tag .news-more {
    width: 100%;
    float: left;
}

.news-tag .news-more .news-content {
    width: 70%;
    float: left;
    padding-right: 5px;
}

.news-tag .news-more .news-content h2 a span {
    color: var(--headline_caption);
}

.news-tag .news-more .news-content .news-brief-details {
    color: var(--subheadline);
}

.news-tag .news-more .news-image {
    width: 30%;
    float: left;
}

.news-tag .news-more .news-time {
    font-size: 16px;
    color: var(--time);
}

.news-tag .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center;
}

.news-tag .author-details img {
    width: 50%;
    border-radius: 50%;
}

.news-tag .author-details .reporter-name {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-tag .author-details .reporter-designation {
    color: var(--caption);
}

@media(max-width: 768px) {
    .news-tag .author-details {
        border-bottom: 0.5px solid #ddd;
        padding: 15px;
        margin-bottom: 20px;
    }
    .news-tag .news-more .news-content .news-brief-details {
        display: none;
    }
    .news-tag .news-more .news-content h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .news-tag .news-more .news-image img {
        max-height: 80px;
    }
}


/* News Tagwise  */


/* Header Search  */


/* Header Search  */

.src__menu {
    padding: 0 10px;
}

.src__menu .show {
    border: navajowhite;
    background: #fff;
    font-size: 28px;
}

#menu_toggle-btn {
    width: 15%;
    float: left;
    margin-top: 5%;
    /* display: none; */
}

#imaginary_container {
    width: 85%;
    float: left;
    margin-top: 1%;
    /* Don't copy this */
}


/* .menu_toggle-btn {
    display: none !important;
} */


/*footer {*/


/*    background: #121212;*/


/*}*/

footer a,
footer p {
    color: #000;
}


/* #searchIDform {
    display: none;
} */

.pc-src input {
    border: 0;
    border-bottom: 0.5px solid #ddd;
    border-radius: 0;
}

.stylish-input-group .input-group-addon {
    background: #b8b8b8 !important;
    /* background: #ff424c !important; */
    padding: 3px 4px;
    color: #fff;
    border-radius: 50%;
}

.stylish-input-group .form-control {
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
    color: #fff;
}


/* Toggle side bar  */

.sidebar .sidebar-mbl-item {
    display: none;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    /* transition: 0.5s; */
    padding-top: 60px;
    overflow-y: scroll;
    z-index: 99;
}

.sidebar .news-menu {
    width: 100%;
    padding: 8px 32px;
}

.sidebar a {
    text-decoration: none;
    padding: 8px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    display: block;
    font-family: 'solaimanlipi';
    transition: 0.3s;
}

.sidebar a:hover {
    color: #2d2d2d;
    font-weight: bold;
}

@media(max-width: 768px) {
    .mySidenav_intro {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

.sidebar .closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 26px;
    border-radius: 50%;
    margin-left: 0;
    border: none;
    background: #777;
    color: white;
    padding: 0px 12px;
    margin-top: 20px;
    font-family: unset;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */


/* @media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
} */

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.sidebar .toggle-social-link ul.social-network {
    list-style: none;
    display: inline-block;
    margin-left: 0 !important;
    padding: 25px;
    line-height: 0;
}

.sidebar .toggle-social-link ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.sidebar .toggle-social-link .social-circle li a {
    display: inline-block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    background: rgb(236, 236, 236);
    font-size: 16px;
    line-height: 0;
    /* margin-bottom: -21px; */
}

.sidebar .toggle-social-link .social-circle li i {
    margin: 0;
    text-align: center;
}


/* Toggle side bar  */


/* Dropdown  */

.date {
    float: left;
    width: 100%;
}

.date p {
    /* color: var(--caption);
    margin: 0;
    float: left; */
    color: #444444;
    margin: 0;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
}

@media(max-width: 768px) {
    .date {
        display: none;
    }
}

.top-bar-3 .navbar {
    float: right;
}

.text-show {
    color: rgb(88, 88, 88);
}

.dropdown :hover {
    color: #000;
}

.dropdown li a:hover {
    color: #000;
    font-weight: bold;
}

.dropdown li a:hover .fa {
    color: #007bff;
}

.dropdown li a .fa {
    margin-right: 5px;
}

.drop-down ul li {
    padding: 5px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
    padding: 10px;
    padding-left: 10px !important;
    border: 0;
    box-shadow: 2px 2px 9px #5d5d5d;
    border-top: 5px solid #0253a7;
}

.drop-down {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 18px !important;
    /* font-weight: 700; */
    z-index: 1000;
    display: none;
    float: left;
    padding-left: 20px !important;
    min-width: 8rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 40px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}


/* Dropdown  */


/* Footer  */

.news-paper-mode a {
    color: rgb(34, 34, 34);
}

.news-paper-mode {
    padding: 0;
}

.news-paper-mode a:hover {
    color: rgb(34, 34, 34);
    font-weight: bold;
}

.news-paper-mode a i {
    color: rgb(34, 34, 34);
    font-size: 14px;
}

p.IT-section {
    font-size: 17px;
    text-align: center;
}

p.IT-section a {
    color: #2196f3;
}

p.IT-section a:hover {
    color: #ff9100;
}

.desk-row {
    text-align: center;
    justify-content: center;
    align-items: center;
    /* display: flex; */
}


/* Footer  */


/* Lazy Loader  */

img.lazy {
    /* display: block; */
    /* optional way, set loading as background */
    background-image: url('images/lazy.jpg');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
    aspect-ratio: 16/9;
}


/* Lazy Loader  */

.news-details .news-body .news-content .news-details-text p:first-child:first-letter {
    font-size: 150%;
    color: #0f0f0f;
    font-weight: bold;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
.share-newspaper {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 15px;
}

.share-newspaper img {
    width: 30px;
}

.share-newspaper p {
    color: #222;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

.share-newspaper .blink_me {
    animation: blinker 2s infinite;
}

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

#social {
    margin: 0px 10px;
    text-align: right;
    margin-right: 0;
}

.smGlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 0;
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 2.4em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}


/* facebook button class*/

.facebookBtn {
    background: #4060A5;
}

.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

.facebookBtn:hover {
    color: #4060A5;
    background: #fff;
    border-color: #4060A5;
    /* change the border color on mouse hover */
}


/* twitter button class*/

.twitterBtn {
    background: #00ABE3;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #00ABE3;
    background: #fff;
    border-color: #00ABE3;
}


/* linkedin button class*/

.linkedinBtn {
    background: #0094BC;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #0094BC;
    background: #fff;
    border-color: #0094BC;
}


/* Instagram button class*/

.instaBtn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.instaBtn:before {
    font-family: "FontAwesome";
    content: "\f16d";
    /* add linkedin icon */
}

.instaBtn:hover {
    color: #0094BC;
    background: #fff;
    border-color: #0094BC;
}


/* Pop Up ads  */

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
}

#subscribeModal .modal-content {
    width: 100%;
    background: transparent;
}


/* Top to Buttom  */

#button {
    display: inline-block;
    background-color: #0253a7;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* Top to Buttom  */


/* tooltip  */

.has-tooltip {
    position: relative;
    white-space: nowrap;
}

.custom-tooltip {
    background: #0589d6;
    position: absolute;
    top: calc(100% - 45px);
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 3px;
    display: table;
    padding: 5px 5px;
    line-height: 1;
    font-size: 13px;
    animation-name: tootlipanimation;
    animation-duration: 0.3s;
    color: #fff !important;
    width: 375px;
}

@keyframes tootlipanimation {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* tooltip  */

/* Top Advertise Section  */
.navigation-panel {
    transition: all .5s;
    width: 100%;
    z-index: 95;
}
.top-ad-section{
    width: 100%;
    height: 300px;
    background: #f7f7f7;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
@media(max-width: 768px){
    nav {
        position: fixed;
    }
    /*.top-ad-bar{*/
    /*    display: none;*/
    /*}*/
    .top-ad-bar iframe{
        width: 100% !important; 
    }
    .header-top-ad{
        margin-top: 85px;
    }
}
/* Top Advertise Section  */