﻿:root {
    --primary: #306ed1;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/IRANSansX-Thin.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansX-UltraLight.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansX-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansX-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansXd;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANSansX-Demibold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/IRANSansX-Black.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
    font-display: swap;
}


.n-text-primary {
    color: var(--primary) !important;
}

.n-bg-primary {
    background-color: var(--primary) !important;
}

body {
    direction: rtl;
    font-family: "IRANSansX";
    position: relative;
    background-color: #ececec;
}

header {
    /* overflow: hidden; */
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.truncat2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top-menu li {
    position: relative;
}

.top-menu {
    margin-bottom: 0;
}

    .top-menu > li > a {
        text-decoration: none;
        color: #fff !important;
        font-size: 15px;
    }


    .top-menu > li {
        display: inline-block;
        margin-left: 25px;
        position: relative;
    }




        .top-menu > li ul li a {
            color: #000 !important;
            text-decoration: none;
            font-size: 14px;
        }

    .top-menu ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50px;
        background-color: #fff;
        transition: all .3s ease;
        transform: translateY(0);
        min-width: 180px;
        padding: 10px;
        z-index: 2;
        list-style-type: none;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        .top-menu ul li {
            margin-bottom: 8px;
        }

    .top-menu li ul li ul {
        right: 100%;
        top: 10px;
    }

    .top-menu ul li:last-child {
        margin-bottom: 0;
    }

    .top-menu ul li a {
        display: block;
        padding: 5px;
        position: relative;
        transition: all .3s;
    }


        .top-menu ul li a:hover {
            margin-right: 8px;
            color: var(--primary) !important;
        }

    .top-menu li:hover > ul {
        transform: translateY(-10px);
        opacity: 1;
        visibility: visible;
    }



    .top-menu li ul li:hover ul {
        transform: translateY(-10px);
        opacity: 1;
        visibility: visible;
    }

    .top-menu > li > a:before {
        content: '';
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAARUlEQVR4nGNgGAWjYBTQH/z//7/8P/mgnpaW1NPSJ/W0DK56sgwn0pJ6igwnYAl1DMdhCXUNh4H///83gDBcYBSMguEBAJbsFrp96dxlAAAAAElFTkSuQmCC");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 3px;
        position: absolute;
        left: -20px;
        font-size: 7px;
        top: 6px;
    }


    .top-menu > li > ul > li a:before {
        content: '';
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAQUlEQVR4nO3UMREAIADDwLhmxXmQwEIGDiogvxX+/jabxHHruHXcOm4dt45bxz0BjBrYIdQINUKNUCPUyL13/cgWjZU/imyVxJgAAAAASUVORK5CYII=");
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 3px;
        position: absolute;
        font-size: 7px;
        left: 0;
        top: 20px;
        transition: all .3s;
    }



    .top-menu > li > ul > li a:before {
        content: '';
        font-size: 10px;
        color: #fff;
        padding-left: 3px;
        position: absolute;
        left: 10px;
        top: 8px
    }

    .top-menu > li > a:only-child:after,
    .top-menu > li > ul > li a:only-child:after {
        content: '' !important;
        background-image: none !important;
    }

    .top-menu > li > a:only-child:before,
    .top-menu > li > ul > li a:only-child:before {
        content: '' !important;
        background-image: none !important;
    }

.sidebar-menu {
    position: fixed;
    z-index: 999999999;
    background: #fff;
    width: 315px;
    height: 100%;
    top: 0;
    right: -400px;
    transition: all 0.2s;
    overflow-y: scroll;
}


.sidebar-logo {
    border-left: none !important;
}

.show-menu {
    right: 0 !important;
}

.sidebar-logo a img {
    height: 75px;
    margin: 10px;
}

.btn-close-offcanvas {
    left: 5px;
    top: 5px;
}


.sidebar-overlay {
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
}



.mobile-menu {
    margin-top: 30px;
    margin-right: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .mobile-menu ul {
        display: none;
        margin-right: 10px;
        list-style-type: none;
        padding: 0;
    }

.sidebar-logo img {
    height: 50px;
}

.sidebar-header {
    padding: 20px;
    margin-bottom: 10px;
}

.mobile-menu li {
    padding: 5px;
    border-radius: 5px;
    border-bottom: 1px dashed #c3c0c0;
}

    .mobile-menu li:last-child {
        border-bottom: none;
    }

    .mobile-menu li a.active {
        background-color: var(--primary);
        color: #fff;
    }


    .mobile-menu li a {
        padding: 5px;
        display: block;
        border-radius: 5px;
        position: relative;
        padding: 10px 5px;
        text-decoration: none;
        color: #000;
    }

.mobile-menu > li > a:before {
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABLklEQVR4nO3XQUoEMRBA0b8VTzPrHkF33kB3XsRbeAS9hW5yDb2FoytHIgMRGsyMSbqqkob6kGVX9aPJosHzPM/zvOKugQdgg12btPOwW6Rb4AuIwCdwhX4T8J52fgN3kohohJlmiCiBySG0MVMGsQhzCqGFOYVowpQgpDEliFiDqUFIYWoQsQRzA+wrB/6eHXDRgNimZ1t27tM7/+mtceAcszVCxHRec4OfFg6twUggIvCYG34GPAsM/wAuhe9EzJwAnB9boo0xQWhjTBFamC4IacxO6GK/pHdqSgrT5UuMhgkSiN6YIInohQkaCGtM0ERYYYIFQhsTLBFamC4IaUxXhBRmCMRSzFCIVsyQiFrM0IhSzCoQ/2FWhTiGWSVijrlPp/mnyPM8z/M8yvoBWfWoTWCgpncAAAAASUVORK5CYII=");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    font-size: 7px;
    transition: all 0.3s;
    top: 22px;
}




.mobile-menu > li > a.active:before {
    transform: rotate(90deg);
}


.mobile-menu > li > ul > li a.active:before {
    transform: rotate(90deg);
}

.mobile-menu > li > ul > li a:before {
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABLklEQVR4nO3XQUoEMRBA0b8VTzPrHkF33kB3XsRbeAS9hW5yDb2FoytHIgMRGsyMSbqqkob6kGVX9aPJosHzPM/zvOKugQdgg12btPOwW6Rb4AuIwCdwhX4T8J52fgN3kohohJlmiCiBySG0MVMGsQhzCqGFOYVowpQgpDEliFiDqUFIYWoQsQRzA+wrB/6eHXDRgNimZ1t27tM7/+mtceAcszVCxHRec4OfFg6twUggIvCYG34GPAsM/wAuhe9EzJwAnB9boo0xQWhjTBFamC4IacxO6GK/pHdqSgrT5UuMhgkSiN6YIInohQkaCGtM0ERYYYIFQhsTLBFamC4IaUxXhBRmCMRSzFCIVsyQiFrM0IhSzCoQ/2FWhTiGWSVijrlPp/mnyPM8z/M8yvoBWfWoTWCgpncAAAAASUVORK5CYII=");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    font-size: 7px;
    left: 10px;
    top: 16px;
    transition: all 0.3s;
}

.mobile-menu > li > a:only-child:after,
.mobile-menu > li > ul > li a:only-child:after {
    content: '' !important;
    background-image: none !important;
}

.mobile-menu > li > a:only-child:before,
.mobile-menu > li > ul > li a:only-child:before {
    content: '' !important;
    background-image: none !important;
}



.section {
    padding: 30px 0;
}



.news-card-1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.news-card-1-img img {
    border-radius: 0 10px 10px 0;
}



/* 
main {
    margin-top: 80px;
} */


.header-logo img {
    height: 50px;
}


.header-top-info-title {
    font-size: 15px;
    color: var(--primary);
}


.news-card-1-title {
    font-size: 14px;
    color: #666565;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px;
}

    .news-card-1-title a {
        font-size: 13px;
        color: #4a4a4a;
        font-weight: bold;
        line-height: 26px;
        transition: all .3s;
        display: block;
        text-decoration: none;
    }


        .news-card-1-title a:hover {
            color: var(--primary);
        }

.news-card-1-content {
    padding: 10px 0;
}

.news-card-1-short-dsc {
    font-size: 12px;
    color: #666565;
    margin-bottom: 0;
}

.news-card-1-options {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

    .news-card-1-options li {
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
    }

.news-card-1-options-category .category-tag {
    color: #fff;
    background-color: var(--primary);
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 3px;
}

.news-card-1-wrapper-title {
    position: relative;
    display: block;
}

    .news-card-1-wrapper-title span {
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: bold;
        position: relative;
        color: #fff;
        background-color: var(--primary);
        padding: 7px;
    }

        .news-card-1-wrapper-title span::before {
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 21.5px 23px 21.5px 0;
            border-color: transparent #5a31c3 transparent transparent;
            transform: rotate(0deg);
            display: inline-block;
            position: absolute;
            left: -22px;
            top: 0px;
        }

.news-card-1-wrapper {
    position: relative;
}

.news-card-1-top-wrapper .breadcrumb a {
    text-decoration: none;
}

.news-card-1-top-wrapper {
    position: relative;
}

    .news-card-1-top-wrapper::after {
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        background-color: var(--primary);
        right: 0;
        bottom: 0px;
    }

.news-card-1-options-date {
    position: relative;
    padding-right: 20px;
}

    .news-card-1-options-date::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBhdGggZD0iTTEyIDdWMTJMMTAuNSAxNC41TTIxIDEyQzIxIDE2Ljk3MDYgMTYuOTcwNiAyMSAxMiAyMUM3LjAyOTQ0IDIxIDMgMTYuOTcwNiAzIDEyQzMgNy4wMjk0NCA3LjAyOTQ0IDMgMTIgM0MxNi45NzA2IDMgMjEgNy4wMjk0NCAyMSAxMloiIHN0cm9rZT0iIzY2NjU2NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gPC9nPgoNPC9zdmc+");
    }


.news-card-1-img img {
    width: 147px;
    height: 110px;
    object-fit: cover;
}



.news-detail-main-img {
    width: 750px;
    height: 400px;
    object-fit: cover;
}



.text-editor * {
    text-align: justify;
}

    .text-editor *:not(h1, h2, h3, h4, h5, h6, strong) {
        line-height: 33px;
        font-size: 16px !important;
    }

.text-editor p {
    color: #091c46;
}


.text-editor span {
    font-family: 'IRANSansX' !important;
}

.text-editor img {
    max-width: 100% !important;
    height: auto !important;
    width: unset !important;
    border-radius: 15px;
    display: block;
    margin: auto;
    border: 4px solid #fff;
    box-shadow: var(--bs-box-shadow) !important;
}


.text-editor h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px auto;
    padding: 0;
}

.text-editor a {
    color: #4444dc;
    text-decoration: none;
}


.text-editor ul li::marker {
    color: #4444dc;
}

.text-editor figure {
    width: unset !important;
    height: unset !important;
}



.text-editor table {
    --bs-table-color: #212529;
    --bs-table-bg: transparent;
    --bs-table-border-color: #dee2e6;
    --bs-table-striped-bg: rgba(0, 0, 0, .05); /* zebra */
    --bs-table-striped-color: var(--bs-table-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-active-color: var(--bs-table-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    --bs-table-hover-color: var(--bs-table-color);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    border-collapse: collapse;
    /* allow overriding border-collapse if you need spacing/padding inside table cells */
}

    /* Cells */
    .text-editor table th,
    .text-editor table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid var(--bs-table-border-color);
    }

    /* Head row */
.text-editor table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--bs-table-border-color);
    /* optional: slightly bolder header text */
    font-weight: 500;
}

    /* Small tables */
    .text-editor table.table-sm th,
    .text-editor table.table-sm td {
        padding: .3rem;
    }

/* Bordered table */
.text-editor table-bordered {
    border: 1px solid var(--bs-table-border-color);
}

    .text-editor table-bordered th,
    .text-editor table-bordered td {
        border: 1px solid var(--bs-table-border-color);
    }

/* Striped rows */
.text-editor table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

/* Hover rows */
.text-editor table-hover tbody tr:hover {
    background-color: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

/* Active row/cell */
.text-editor table-active,
.text-editor table-active > th,
.text-editor table-active > td {
    background-color: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

/* Responsive wrapper (horizontal scroll) */
.text-editor table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Optional utility: make header sticky (if you want) */
/* .table thead th { position: sticky; top: 0; background: var(--bs-table-bg); z-index: 1; } */

/* Small accessibility niceties */
.text-editor table caption {
    padding: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

.news-detail-proprty {
    margin: 0;
    padding: 0;
}

    .news-detail-proprty li {
        font-size: 14px;
        margin-bottom: 10px;
    }


        .news-detail-proprty li .key {
            font-weight: bold;
        }


        .news-detail-proprty li .value {
            color: #505050;
            word-break: break-word;
            overflow-wrap: break-word;
            word-wrap: break-word;
            max-width: 100%;
        }

.related-news-box ul {
    margin-bottom: 0;
}


    .related-news-box ul li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        transition: all .3s;
    }


        .related-news-box ul li a:hover {
            color: var(--primary);
        }


    .related-news-box ul li {
        border-bottom: 1px dashed #dddddd;
        padding: 10px;
    }


        .related-news-box ul li:last-child {
            border-bottom: none;
        }

.news-by-category-box {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.news-by-category-box-title {
    background-color: var(--primary);
    ;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
}

.news-by-category-box-content-title {
    margin-bottom: 0;
}

    .news-by-category-box-content-title a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        line-height: 24px;
        display: block;
        transition: all .3s;
    }

        .news-by-category-box-content-title a:hover {
            color: var(--primary);
        }

.news-by-category-box-item {
    margin-bottom: 10px;
    padding: 0 15px;
}

.news-by-category-box-item-wrapper {
    max-height: 300px;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


    .news-by-category-box-item-wrapper::-webkit-scrollbar {
        width: 5px;
    }


    .news-by-category-box-item-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .news-by-category-box-item-wrapper::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .news-by-category-box-item-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.news-by-category-box-img img {
    width: 83px;
    height: 65px;
    object-fit: contain;
}


.bottom-header .marquee {
    overflow: hidden;
    background-color: #fff;
    z-index: 0;
}



    .bottom-header .marquee a {
        padding: 0px 10px;
        position: relative;
        margin-left: 30px;
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }

        .bottom-header .marquee a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

    .bottom-header .marquee::before {
        content: "";
        position: absolute;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0) 100%);
        width: 100px;
        height: 40px;
        top: 0;
        left: 0;
        z-index: 1;
    }



.bottom-header .title .flash-icon {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #c80000;
    top: 30%;
    z-index: 2;
}

.bottom-header .label-stories {
    font-size: 18px;
    margin-right: 10px;
    padding: 0px 10px;
    font-weight: bold;
    z-index: 2;
    position: relative !important;
}

.bottom-header .title::after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -9px;
    left: -65%;
    width: 63%;
    height: 41px;
    background-color: #d3d3d3;
    transform: skew(20deg);
    -webkit-transform: skew(145deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    z-index: 1;
}

.bottom-header .marquee a:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjExNyAxMmw3LjUyNyA2LjIzNS0uNjQ0Ljc2NS05LTcuNTIxIDktNy40NzkuNjQ1Ljc2NC03LjUyOSA2LjIzNmgyMS44ODR2MWgtMjEuODgzeiIvPjwvc3ZnPg==");
    width: 19px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 3px;
    background-size: 14px;
    background-repeat: no-repeat;
}


.bottom-header .title .flash-icon::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #c80000;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
    animation-name: blink-a;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.bottom-header .title .flash-icon::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #c80000;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
    animation-name: blink-b;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}



.bottom-header .bg-gray-test {
    background: #d3d3d3;
    padding: 7px 25px;
}

@keyframes blink-a {
    100% {
        transform: scale(3, 3);
        opacity: 0;
    }
}

@keyframes blink-b {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3, 3);
        opacity: 0;
    }
}

@media (max-width:768px) {
    .marquee::before {
        display: none;
    }

    .title::after {
        display: none;
    }
}

.home-page-slider-item {
    direction: rtl;
    text-align: right;
    background-color: #fff;
    position: relative;
    border: 1px solid #dddddd;
}


.home-page-slider-item-img {
    width: 200px;
    height: 166px;
    object-fit: cover;
}


.home-page-slider-item-title a {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
}


    .home-page-slider-item-title a:hover {
        color: var(--primary);
    }

.home-page-slider-item-text {
    color: #696868;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 27px;
}

.home-page-slider-item-content {
    padding: 15px;
}

.home-page-silder-wrapper .owl-nav button {
    top: 40% !important;
    width: 15px !important;
    height: 30px !important;
    position: absolute !important;
}


.home-page-silder-wrapper .owl-nav .owl-prev {
    left: 0 !important;
}



.home-page-silder-wrapper .owl-nav .owl-next {
    top: 40% !important;
    right: 0 !important;
}


@media (max-width:992px) {
    .news-card-1-img img {
        width: 120px;
    }

    .news-card-1-title a {
        font-size: 12px;
    }

    .news-card-1-content {
        padding-bottom: 0;
    }
}


.news-card-1-img {
    height: 110px;
}


.news-tags {
    padding: 15px;
    border: 2px dashed #dddddd;
    border-radius: 7px;
    list-style-type: none;
    margin: 0;
}


    .news-tags li {
        display: inline-block;
        margin-left: 10px;
    }


        .news-tags li a {
            color: #fff;
            background-color: var(--primary);
            padding: 5px 15px;
            text-align: center;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }

.breadcrumb li a {
    text-decoration: none;
}


.tt-input {
    direction: rtl;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 7px 15px;
    width: 100%;
}

.tt-menu {
    direction: rtl;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tt-suggestion {
    padding: 10px 15px;
    cursor: pointer;
}

    .tt-suggestion:hover {
        background-color: #f8f9fa;
    }

.tt-highlight {
    font-weight: bold;
    color: #0d6efd;
}


.twitter-typeahead {
    display: block !important;
}


/*
#news-input.loading {
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px 20px;
    padding-left: 40px;
}
*/


.search-wrapper {
    position: relative;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik0xMiAyMUMxMC41MzE2IDIwLjk5ODcgOS4wODU3NCAyMC42MzgyIDcuNzg4NjUgMTkuOTQ5OEM2LjQ5MTU2IDE5LjI2MTQgNS4zODI2MSAxOC4yNjYxIDQuNTU4NTMgMTcuMDUwN0MzLjczNDQ2IDE1LjgzNTMgMy4yMjAyOSAxNC40MzY4IDMuMDYwODggMTIuOTc3QzIuOTAxNDcgMTEuNTE3MiAzLjEwMTY3IDEwLjA0MDcgMy42NDQgOC42NzYwNEM0LjE4NjM0IDcuMzExNDIgNS4wNTQzNCA2LjEwMDI0IDYuMTcyMjkgNS4xNDgxM0M3LjI5MDI0IDQuMTk2MDMgOC42MjQxNyAzLjUzMTk0IDEwLjA1NzcgMy4yMTM3OEMxMS40OTEzIDIuODk1NjMgMTIuOTgwOSAyLjkzMzA3IDE0LjM5NjcgMy4zMjI4NkMxNS44MTI0IDMuNzEyNjQgMTcuMTExMyA0LjQ0MjkyIDE4LjE4IDUuNDVDMTguMzIwNSA1LjU5MDYyIDE4LjM5OTMgNS43ODEyNSAxOC4zOTkzIDUuOThDMTguMzk5MyA2LjE3ODc1IDE4LjMyMDUgNi4zNjkzNyAxOC4xOCA2LjUxQzE4LjExMTEgNi41ODA3NSAxOC4wMjg2IDYuNjM2OTkgMTcuOTM3NiA2LjY3NTM5QzE3Ljg0NjYgNi43MTM3OCAxNy43NDg4IDYuNzMzNTcgMTcuNjUgNi43MzM1N0MxNy41NTEyIDYuNzMzNTcgMTcuNDUzNCA2LjcxMzc4IDE3LjM2MjQgNi42NzUzOUMxNy4yNzE0IDYuNjM2OTkgMTcuMTg5IDYuNTgwNzUgMTcuMTIgNi41MUMxNS44NTkxIDUuMzMwNjUgMTQuMjMwMyA0LjYyMTc3IDEyLjUwOCA0LjUwMjdDMTAuNzg1NiA0LjM4MzYyIDkuMDc0NzggNC44NjE2MyA3LjY2MzU3IDUuODU2MjRDNi4yNTIzNyA2Ljg1MDg1IDUuMjI2OTUgOC4zMDEzMiA0Ljc1OTk1IDkuOTYzNDVDNC4yOTI5NiAxMS42MjU2IDQuNDEyOTIgMTMuMzk3OSA1LjA5OTYyIDE0Ljk4MTlDNS43ODYzMyAxNi41NjU5IDYuOTk3ODUgMTcuODY1IDguNTMwMjEgMTguNjYwNEMxMC4wNjI2IDE5LjQ1NTggMTEuODIyMiAxOS42OTg5IDEzLjUxMjggMTkuMzQ4OEMxNS4yMDM0IDE4Ljk5ODcgMTYuNzIxOCAxOC4wNzY4IDE3LjgxMjMgMTYuNzM4M0MxOC45MDI4IDE1LjM5OTggMTkuNDk4OCAxMy43MjY1IDE5LjUgMTJDMTkuNSAxMS44MDExIDE5LjU3OSAxMS42MTAzIDE5LjcxOTcgMTEuNDY5N0MxOS44NjAzIDExLjMyOSAyMC4wNTExIDExLjI1IDIwLjI1IDExLjI1QzIwLjQ0ODkgMTEuMjUgMjAuNjM5NyAxMS4zMjkgMjAuNzgwMyAxMS40Njk3QzIwLjkyMSAxMS42MTAzIDIxIDExLjgwMTEgMjEgMTJDMjEgMTQuMzg2OSAyMC4wNTE4IDE2LjY3NjEgMTguMzY0IDE4LjM2NEMxNi42NzYxIDIwLjA1MTggMTQuMzg3IDIxIDEyIDIxWiIgZmlsbD0iIzc1NzU3NSIvPiA8L2c+Cg08L3N2Zz4=');
    background-size: contain;
    background-repeat: no-repeat;
    animation: spin 1s linear infinite;
    z-index: 10;
}

.hidden {
    display: none;
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}


#commentForm input,
#commentForm textarea {
    display: block;
    margin-bottom: 10px;
    width: 50%;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 7px;
    transition: all .3s;
    outline: none;
}

    #commentForm input:focus {
        border-color: var(--primary);
    }

    #commentForm textarea:focus {
        border-color: var(--primary);
    }


#commentForm button {
    background-color: var(--primary);
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    border: none;
    font-size: 15px;
}


.comment-box {
    padding: 15px;
    position: relative;
}

.comment-box-title {
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

.comment-box-body {
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    color: #4f4f4f;
    margin-bottom: 0;
}

.comment-publishDate {
    font-size: 14px;
}

.comment-publishDateBox {
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 70px;
    color: #514f4f;
}


.comments ul {
    list-style-type: none;
}


    .comments ul li {
        border-right: 1px dotted #c5c5c5;
    }


.comment-box .reply-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ffa500;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 14px;
}
