img.wp-smiley,img.emoji {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 1em!important;
    width: 1em!important;
    margin: 0 .07em!important;
    vertical-align: -.1em!important;
    background: none!important;
    padding: 0!important
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*,div) {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

.is-layout-grid>:is(*,div) {
    margin: 0
}

.has-black-color {
    color: var(--wp--preset--color--black)!important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray)!important
}

.has-white-color {
    color: var(--wp--preset--color--white)!important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink)!important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red)!important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange)!important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber)!important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan)!important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan)!important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue)!important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue)!important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple)!important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black)!important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray)!important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white)!important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink)!important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red)!important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange)!important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber)!important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan)!important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan)!important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue)!important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue)!important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple)!important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black)!important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray)!important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white)!important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink)!important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red)!important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange)!important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber)!important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan)!important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan)!important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue)!important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue)!important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple)!important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum)!important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple)!important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux)!important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk)!important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean)!important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass)!important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight)!important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small)!important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium)!important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large)!important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large)!important
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

.g {
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 1;
    zoom:1}

.g img {
    height: auto
}

.g-col {
    position: relative;
    float: left
}

.g-col:first-child {
    margin-left: 0
}

.g-col:last-child {
    margin-right: 0
}

@media only screen and (max-width: 480px) {
    .g-col,.g-dyn,.g-single {
        width:100%;
        margin-left: 0;
        margin-right: 0
    }
}

@font-face {
    font-family: mv faseyha;
    src: url(/build/assets/MV_Faseyha-803e060a.otf) format("opentype")
}

@font-face {
    font-family: aanmu;
    src: url(/build/assets/aammufkF-f6dfdc7d.ttf) format("opentype")
}

@font-face {
    font-family: mv waheed;
    src: url(/build/assets/MVWaheed-2034c1bf.otf) format("opentype")
}

.article .wp-caption img {
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 100%!important;
    height: auto!important
}

.wp-caption {
    width: 100%!important;
    background: #eee;
    border-radius: 5px
}

.wp-caption-text {
    font-size: 14px!important;
    padding: 2px 15px
}

.pagination {
    display: block!important
}

img {
    margin-bottom: 6px!important
}

.container {
    width: auto!important
}

.offcanvas {
    width: 100%!important
}

.offcanvas-body>div {
    padding: 10px;
    text-align: center;
    font-size: 26px!important
}

.offcanvas-body>div .menu-item {
    text-align: center;
    font-size: 26px!important
}

a {
    text-decoration: none!important
}

.wp-embedded-content {
    width: 100%!important
}

.wp-embed,.post-template-default {
    direction: rtl!important;
    text-align: right
}

.vlp-link-image img {
    height: auto!important;
    width: 100%!important
}

.vlp-link-container,.vlp-layout-test {
    direction: ltr;
    font-size: 12px;
    font-family: Work Sans,sans-serif
}

.header-inner {
    display: flex;
    align-content: center;
    align-items: center
}

.header-inner img {
    margin-bottom: 0!important;
    margin-left: 20px;
}

.bi-filter-left,.bi-search {
    font-size: 35px
}

header {
    box-shadow: 0 -1px 7px #00000026;
    padding: 20px 0;
    /* border-top:4px solid #da012d; */
}

.grey-area {
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
    overflow: hidden
}

.grey-area img {
    max-width: 100%;
    height: auto
}

.pic {
    width: 100%
}

.wadde {
    font-family: mv waheed
}

.aanmu,.article-title {
    font-family: aanmu
}

.faseyha {
    font-family: mv faseyha
}

.bodu-title {
    font-size: 34px;
    line-height: 2
}

.bodu-sum {
    font-size: 17px;
    line-height: 2.2;
    color: #717171
}

.bodu-details {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.small-meta {
    direction: ltr;
    text-align: right;
    font-size: 12px
}

.story-meta {
    direction: ltr;
    text-align: center;
    font-size: 12px;
    border-top: 1px dotted whitesmoke;
    padding-top: 10px;
    margin-top: 10px
}

.meta {
    color: #9e9e9e!important;
    margin-top: 10px
}

.grid-title {
    font-size: 18px;
    padding-top: 10px!important
}

.spacer {
    margin-top: 30px
}

.home-title {
    padding: 0 0 4px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #e6e6e69e;
    margin-bottom: 15px;
    position: relative
}

.home-title .tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    margin-bottom: 0;
    padding: 0
}

.home-title .tags li {
    list-style: none
}

.home-title .tags li a {
    margin-right: 10px;
    color: #212529;
    font-weight: 400
}

.home-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    margin-top: 4px;
    background-color: #da012d
}

.main-title {
    font-size: 20px
}

.column-pp {
    height: 120px;
    width: 120px;
    border-radius: 1000px;
    -o-object-fit: cover;
    object-fit: cover
}

.column-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    align-content: center
}

.colum-author {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #da012d
}

.column-title {
    font-size: 20px;
    margin-right: 15px
}

.story-title {
    font-size: 19px;
    text-align: center;
    margin-top: 5px
}

.vaahaka-img {
    border-radius: 6px
}

.report-block {
    height: 230px;
    text-align: center;
    color: #fff!important;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end
}

.report-title {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    text-align: center;
    line-height: 2
}

.title {
    color: #333;
    text-decoration: none;
    line-height: 1.9
}

a {
    text-decoration: none
}

::-moz-selection {
    background: #da012d;
    color: #fff
}

::selection {
    background: #da012d;
    color: #fff
}

.title:hover {
    color: #da012d
}

.title {
    transition: .6s
}

.kan {
    border-radius: 3px
}

.mathigandu {
    margin-top: 90px!important
}

#mobile_toggle {
    margin-right: 10px
}

@media only screen and (min-width: 768px) {
    .in-ad {
        width:100%!important
    }

    .bodu {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px;
        margin-top: 20px
    }

    .four-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 25px
    }

    .two-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px
    }

    .five-grid {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-gap: 25px
    }

    .three-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 25px
    }

    .container,.containeer {
        padding: 0!important;
        max-width: 1120px!important;
        margin: 0 auto!important
    }

    body {
        margin: 0!important;
        padding: 0!important
    }

    .bodu-img {
        height: 320px!important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .grid-img {
        height: 150px!important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .article-area {
        display: grid;
        grid-template-columns: repeat(13,minmax(0,1fr));
        grid-gap: 0px;
        gap: 20px
    }

    .article {
        grid-column: span 9/span 9
    }

    .sidebar {
        grid-column: span 4/span 4
    }

    .single-main {
        height: 480px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .share-icon {
        height: 30px;
        padding-right: 2px
    }

    .article-author-pic {
        height: 50px;
        width: 50px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 1000px;
        margin-left: 10px
    }

    .article-title {
        font-size: 40px;
        margin: 10px 0;
        line-height: 2
    }

    #mobile_toggle,#mobile {
        display: none
    }

    .report-block1 {
        height: 340px;
        text-align: center;
        color: #fff!important;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: flex-end
    }

    .logo {
        height: 50px
    }
}

@media only screen and (max-width: 768px) {
    .article-meta .small {
        font-size:13px
    }

    .article-top {
        flex-direction: column
    }

    .content_ad {
        float: none!important
    }

    .mobile_hide,.top_header .sicial_links span {
        display: none
    }

    .in-ad {
        width: 80%!important
    }

    #laptop {
        display: none!important
    }

    .bodu {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
        margin-top: 30px
    }

    .four-grid,.five-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px
    }

    .three-grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 25px
    }

    .two-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px
    }

    .container {
        padding: 0!important;
        max-width: 1120px!important;
        margin: 0 15px!important
    }

    body {
        margin: 0!important;
        padding: 0!important
    }

    .bodu-img {
        height: 240px!important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .baaru {
        display: none
    }

    .grid-img {
        height: 120px!important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .article-area {
        display: block;
        grid-template-columns: repeat(13,minmax(0,1fr));
        grid-gap: 0px;
        gap: 20px
    }

    .article {
        grid-column: span 9/span 9
    }

    .sidebar {
        grid-column: span 4/span 4
    }

    .single-main {
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .share-icon {
        height: 30px;
        padding-right: 1px
    }

    .article-author-pic {
        height: 35px;
        width: 35px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 1000px;
        margin-left: 10px
    }

    .article-title {
        font-size: 38px;
        margin: 10px 0;
        text-align: center;
        line-height: 1.8
    }

    #laptop {
        display: none
    }

    .sidebar {
        margin-top: 25px
    }

    .report-block1 {
        height: 250px;
        text-align: center;
        color: #fff!important;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
        justify-content: flex-end
    }

    .logo {
        height: 40px
    }
}

.article-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid whitesmoke;
    padding-top: 10px;
    margin-bottom: 10px
}

.article-meta {
    display: flex;
    align-items: center;
    font-size: 20px
}

.article-meta .small {
    display: flex;
    align-items: center
}

.article-cat {
    background: #d7d7d7;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    color: #000000;
    font-family: mv waheed;
    /* font-weight: 300; */
    font-size: 16px;
    border-radius: 0 0 10px 10px
}

.article-content {
    line-height: 2.35;
    font-size: 18px;
    padding: 27px 10px;
    color: #414141
}

.featured-caption {
    font-size: 15px;
    font-family: mv faseyha;
    border-bottom: 4px double #e4e4e4;
    padding: 6px 10px 8px;
    color: #717171
}

.author-name {
    font-size: .875em;
    color: #222
}

.meta1,.meta1 a {
    color: #9e9e9e!important;
    margin-top: 1px
}

blockquote {
    padding: 0 60px 0 0;
    border-left: 0px solid #eee;
    font-size: 1.3em;
    line-height: 2.2;
    font-family: mv waheed!important;
    display: block;
    position: relative;
    margin: 16px 0 0 30px;
    color: #cd001a
}

blockquote:before {
    content: "”";
    display: block;
    position: absolute;
    top: 0px;
    margin-bottom: 0;
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    float: right;
    background: #da012d;
    margin-top: 20px;
    border-radius: 29px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-left: 27px;
    right: -5px;
    padding-top: 15px
}

.article h3,.article h2 {
    color: #da012d;
    font-family: mv waheed;
    font-weight: 300
}

.article h5 {
    font-family: mv faseyha;
    font-weight: 300;
    color: gray
}

#respond {
    background-color: #f9f9f9;
    border: none!important;
    outline: none;
    border-radius: 10px!important;
    padding: 20px
}

.comment-input--field {
    width: 96%!important;
    border: 1px solid #f1f1f1!important;
    border-radius: 10px;
    font-family: Faseyha;
    text-align: right;
    direction: rtl;
    height: 100%;
    padding: 10px;
    font-family: mv faseyha;
    margin-bottom: 15px;
    font-size: 16px
}

#submit {
    font-size: 16px;
    padding: 12px 20px!important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 25px!important;
    background: transparent;
    -webkit-appearance: button;
    font-weight: 500
}

.comment {
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-author {
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px
}

.comment--header {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.children {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.comment--author {
    font-size: 18px;
    color: #da012d;
    text-decoration: none;
    font-style: normal!important
}

.comment--author a {
    font-size: 18px;
    font-family: mv waheed;
    color: #da012d;
    text-decoration: none;
    font-style: normal!important
}

.meta1 a {
    font-size: 10px
}

.meta1 span {
    direction: ltr!important
}

.comment-bakari {
    margin-right: 10px
}

.comment--text {
    color: #262626!important;
    font-size: 18px!important;
    font-family: mv Faseyha!important;
    line-height: 2.2;
    direction: rtl;
    padding: 5px 10px;
    -webkit-font-smoothing: antialiased;
    text-align: right
}

.reply {
    color: #bf1414;
    border: 1px solid #bf1414;
    border-radius: 10px;
    font-size: 14px;
    font-family: Work Sans,sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px
}

.reply a {
    color: #bf1414
}

.bi-reply-fill {
    font-size: 18px;
    margin-right: 5px
}

.main-comment {
    font-size: 19px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500
}

.breaking {
    background: #ba0204;
    margin-top: 105px;
    padding: 20px 20px 15px
}

.breaking-icon .fa {
    color: #ffca00!important;
    animation: blinker 2s linear infinite
}

.breaking-icon {
    display: inline;
    padding-top: 5px;
    padding-left: 10px
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.breaking a {
    color: #fff;
    font-family: aanmu;
    font-size: 19px;
    line-height: 1.8;
    transition: 1s
}

.breaking a:hover {
    color: #333;
    font-family: aanmu;
    font-size: 19px;
    line-height: 1.8
}

.breaking-title {
    display: inline;
    transition: 1s
}

.tag {
    direction: rtl;
    background: #ffeff1;
    color: #da012d;
    font-weight: 300;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 9999px;
    margin-bottom: 20px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline
}

.tags-area {
    border-top: 1px dotted #f4f4f4;
    padding: 40px 1px
}

.tag a {
    color: #da012d
}

.latest-block {
    font-size: 17px;
    border-bottom: 1px dotted #f4f4f4f4;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center
}

.latest-block a {
    margin-right: 15px;
    line-height: 2
}

.latest-img {
    width: 70px!important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 70px
}

.bi-hash {
    font-size: 25px;
    margin-left: 10px;
    color: #da012d;
    padding-top: 2px
}

.menu-item {
    color: #333;
    font-size: 22px;
    margin: 0 15px;
    transition: .4s
}

.menu-item:hover {
    color: #da012d
}

.menu {
    padding-top: 0px;
    display: flex;
    align-items: center;
}

.menu .has_sub_menu {
    position: relative
}

.menu .has_sub_menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 0
}

.menu .has_sub_menu:hover .submenu {
    display: block
}

.header-left {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-right: auto
}

#search_trigger {
    cursor: pointer
}

.search-area {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: .5s all ease-in-out;
    background: #ffffffee;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center
}

.search-area.open {
    opacity: 1;
    z-index: 999;
    transition: .5s all ease-in-out
}

.search-area_inner {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 50px;
    height: -moz-max-content;
    height: max-content;
    background-color: #000
}

.search-area_inner #close_btn {
    border: none;
    padding: 0 20px;
    border-radius: 5px 0 0 5px;
    height: 45px;
    background: transparent
}

.search-area_inner #close_btn i {
    color: #fff
}

#searchform {
    width: 100%;
    height: 45px;
    display: flex
}

.search-field {
    background: #fdfdfd;
    border: 0px;
    padding: 10px;
    margin-left: 10px;
    font-family: mv faseyha;
    width: 100%;
    border-radius: 0 5px 5px 0;
    outline: none
}

#searchform input {
    margin-left: 0;
    background: transparent;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.bi-filter-left {
    padding-top: 5px
}

.flex {
    direction: rtl;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd
}

.flex a {
    color: #9e9e9e!important
}

.pag-num {
    font-family: Work Sans,sans-serif!important;
    font-size: 16px
}

.pag-text {
    font-size: 17px
}

.active1 {
    text-decoration: underline!important;
    color: #000!important;
    font-weight: 700!important
}

.active1 a {
    font-weight: 700!important;
    color: #000!important
}

.footer-text {
    border-top: 1px solid #0a0a0a;
    padding-top: 25px;
    margin-top: 25px
}

.footer-img {
    height: 70px
}

footer {
    background: #000000;
    padding: 45px;
    color: #2e2e2e;
    font-family: 'mv faseyha';
    font-size: 16px;
    line-height: 1.8;
    text-align: center
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: #fff;
    border-radius: 10px
}

.topnav {
    overflow: hidden;
    position: relative;
    font-family: mv waheed;
    font-size: 20px;
    line-height: 2
}

.topnav a {
    text-decoration: none;
    color: #333;
    padding: 0 10px
}

#myfilters,.topnav #myLinks {
    display: none;
    margin: 12px 0 8px
}

.topnav a.icon1 {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.active {
    background-color: #ff0;
    color: #fff
}

#myLinks a {
    padding: 7px 0
}

#myLinks div {
    padding: 2px 15px
}

.bi-filter-left {
    color: #333
}

.vaahaka-main {
    height: 400px
}

.vaahaka-mathi {
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding-bottom: 20px
}

.size-full {
    height: auto;
    width: 100%
}

.top_header {
    background-color: #000;
    color: #fff;
    padding: 3px 0;
    font-size: 15px
}

.top_header .sicial_date {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_header .sicial_links {
    display: flex;
    align-items: center;
    color: #fff
}

.top_header .sicial_links span {
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.top_header .sicial_links ul.social {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    padding: 0
}

.top_header .sicial_links ul.social li {
    list-style: none
}

.top_header .sicial_links ul.social li i {
    color: #fff;
    font-size: 16px
}

.top_header .sicial_links ul.social li svg {
    fill: #fff
}

header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99
}

.baaru {
    height: 28px;
    margin-left: 10px;
    padding-top: 8px;
    display: none
}

.baaru1 {
    height: 28px;
    padding-top: 8px
}

.mobile .search-field {
    background: #fdfdfd;
    border: 3px solid #eee;
    padding: 10px;
    margin-left: 10px;
    font-family: mv faseyha;
    width: 94%;
    margin-bottom: 10px
}

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bottomad {
    margin: 15px 0;
    border-top: 1px solid whitesmoke;
    padding-top: 15px;
    overflow: hidden
}

.bottomad img {
    width: 100%;
    height: auto
}

p {
    margin-bottom: 2rem!important
}

#polls-3 {
    padding-top: 25px!important;
    width: 50%;
    border: 1px solid;
    border-radius: 6px
}

#polls-3 strong {
    font-family: mv waheed!important;
    font-size: 25px
}

.wp-polls ul,.wp-polls-ul,.wp-polls-ans ul {
    text-align: right;
    list-style: none;
    float: none;
    font-family: mv faseyha
}

.vote-top {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    align-items: stretch
}

.vote-line {
    background: #0065a9;
    height: 20px;
    border-radius: 1000px;
    margin-top: 10px
}

.inthi-line {
    background: #f8c301;
    height: 20px;
    border-radius: 0 10px 10px 0;
    margin-top: -20px;
    width: 34%
}

.lefted {
    text-align: left
}

.vote-mathi {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    align-items: stretch
}

.vote-percent {
    margin-top: 10px
}

.voter {
    font-family: Work Sans,sans-serif;
    border-radius: 10px;
    border: 1px solid whitesmoke;
    margin: 20px 0;
    padding: 15px
}

.vote-name {
    font-size: 17px;
    font-weight: 500
}

.vote-amount {
    font-size: 14px;
    color: #2125298f
}

.bi-caret-up-fill {
    color: #2125298f
}

.vote-pic {
    height: 90px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10000px;
    border: 3px solid whitesmoke
}

.vote-name {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center
}

.vote-title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 12px
}

.apm-choosing label.ays_label_poll {
    direction: rtl!important
}

.apm-answers .apm-choosing label.ays_label_poll {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0!important;
    justify-content: flex-start!important;
    border: 0px!important;
    margin: 0!important
}

.ays-poll-each-image-list,.ays-poll-each-image {
    height: 100px!important;
    width: 100px!important;
    border-radius: 1000px;
    margin: 0!important
}

.apm-choosing input[type=radio] {
    width: 25px!important;
    height: 25px!important;
    margin: 0!important
}

.ays-poll-answer-container-list {
    background: #fff;
    padding: 0 10px;
    border-radius: 15px;
    box-shadow: 0 -1px 7px #00000026
}

.ays-poll-each-answer-list {
    font-family: mv waheed!important;
    font-size: 22px
}

.ays-poll-answer-container-list {
    margin-bottom: 15px!important
}

#ays-poll-container-1 {
    width: 100%;
    max-width: 100%!important
}

div.ays-poll-main .choosing-poll {
    padding: 0 7px
}

#ays-poll-id-63b87bcbead86 .ays-poll-btn {
    font-size: 17px;
    line-height: 1;
    white-space: normal;
    word-break: break-word;
    font-family: mv waheed!important;
    background: #fccb35!important;
    border: 0px!important;
    color: #fff!important;
    width: 120px;
    border-radius: 15px
}

.ays_poll_passed_count,.sb_instagram_header {
    display: none
}

.ai-viewports {
    --ai: 1
}

.ai-viewport-3,.ai-viewport-2 {
    display: none!important
}

.ai-viewport-1 {
    display: inherit!important
}

.ai-viewport-0 {
    display: none!important
}

@media (min-width: 768px) and (max-width: 979px) {
    .ai-viewport-1 {
        display:none!important
    }

    .ai-viewport-2 {
        display: inherit!important
    }
}

@media (max-width: 767px) {
    .ai-viewport-1 {
        display:none!important
    }

    .ai-viewport-3 {
        display: inherit!important
    }
}

.breaking_news {
    background-color: #b70005;
}

.breaking_news ul {
    padding: 0
}

.breaking_news ul li {
    list-style: none;
    padding: 5px 0;
    display: flex;
    position: relative
}

.breaking_news ul li a {
    color: #ffffff;
    padding: 5px 35px 5px 5px;
    font-family: 'mv waheed';
    font-size: 18px;
}

.flashing {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    cursor: default;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.flashing:before {
    animation: flashing 1s 1s ease-out;
    border: 3px solid #ffffd0
}

.flashing:after {
    animation: flashing 1s .5s ease-in;
    border: 3px solid #ab0c00;
}

.flashing:before,.flashing:after {
    content: "";
    width: 70%;
    height: 70%;
    display: block;
    border-radius: 50%;
    background: #b10c00;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@keyframes flashing {
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0
    }
}
