﻿@-ms-viewport {
    width: device-width
}

body {
    font-family: iransans !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #fff200 !important;
    }

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.text-right {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.initial {
    display: initial;
}

.contents {
    display: contents;
}

.grid {
    display: grid;
}

.flow-root {
    display: flow-root;
}

.text-fff {
    color: #fff;
}

.p-0 {
    padding: 0;
}

.p-r-p5 {
    padding-right: .5rem;
}

.pr-0 {
    padding-right: 0 !important
}

.pr-3 {
    padding-right: 3rem;
}

.pt-0 {
    padding-top: 0;
}

.row-top {
    --bs-gutter-x: .8rem !important;
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: wrap;
    }
}
/*===============main===============*/
.ads-container {
    margin: 0 auto;
}

.ad-widget-container-i {
    clear: both;
    margin: 0 0 5px 0;
    position: relative;
    border: 1px solid #eee;
    /*background-color:#fff*/
}

    .ad-widget-container-i:hover:before {
        content: "ad";
        background: #999;
        position: absolute;
        right: 0;
        color: #fff;
        padding: 4px;
        opacity: .4;
        font-family: sans-serif;
        font-size: 10px
    }

    .ad-widget-container-i img {
        max-width: 100%;
        height: auto
    }
/*===============header===============*/
.bg-header {
    background-color: #b2d9d8;
    background-image: url(/images/radial-lines.png), url(/images/world-map.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 55% 90%, 50% 20%;
}

    .bg-header .input-group-text {
        background-color: #00accd;
    }

.category-bg {
    background-color: #00accd;
}

img.logo {
    max-width: 100%;
    max-height: 85px;
}

ul.navbar-nav .nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    ul.navbar-nav .nav-item:last-child a.nav-link {
        border-left: 0;
    }

a.nav-link {
    color: #ffffff;
    text-decoration: none;
    border-left: 1px solid #dee2e6;
    padding: 0;
    margin-left: 0.5rem !important;
}

    a.nav-link:first-child {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    a.nav-link:last-child {
        margin-left: 0;
    }

    a.nav-link.active {
        color: #fff200;
        font-weight: bold
    }

#scrollContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

    #scrollContent > div {
        display: flex;
        animation: textScrollEffect 12s infinite linear;
    }

@keyframes textScrollEffect {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.header-search {
    margin-bottom: 1rem;
}

.navbar-toggler {
    font-size: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .navbar-toggler i.bi-list:before {
        font-weight: 600 !important;
        float: right;
    }

.sub-category {
    border-top: 2px solid #fff200;
    display: table !important;
    line-height: 38px;
    padding-right: 0;
}

.navbar .service-title {
    display: table;
    float: right;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    /*background-color: #e5e5e5;*/
}

    .navbar .service-title h1 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 36px;
    }

.service-title h1 a,
.service-title h1 a:hover {
    color: #000!important;
}

.navbar .service-menu {
    min-height: 34px;
    float: right;
    display: contents;
}

    .navbar .service-menu ul {
        padding: 6px 10px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .navbar .service-menu ul li {
            float: right;
        }

            .navbar .service-menu ul li a {
                color: #ffffff;
                font-size: 14px;
                padding: 0 7px !important;
            }

            .navbar .service-menu ul li:after {
                content: "/";
                display: inline-block;
                font-size: 14px;
                margin: 0 0;
                color: #fff;
            }

            .navbar .service-menu ul li.active a {
                font-weight: 600;
                color: #fff200;
            }

            .navbar .service-menu ul li:last-child:after {
                content: "";
            }

@media(max-width: 767px) {
    .navbar .service-menu ul {
        overflow-x: auto;
        height: 40px;
        display: flex;
    }

        .navbar .service-menu ul li {
            flex: 0 0 auto;
        }
}
/*===============box header===============*/
.box-header {
    position: relative;
    height: 36px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: right;
}

    .box-header::after {
        content: "";
        display: inline-block;
        height: 5px;
        background-color: #00accd;
        position: absolute;
        left: 0;
        right: 0;
        top: 16px;
        z-index: 10;
    }

    .box-header h2, .box-header span {
        font-weight: 700;
        font-size: 1.5rem;
        display: inline;
        position: relative;
        z-index: 20;
    }

    .box-header span {
        background-color: #fff;
        padding-left: 10px;
        border-right: 4px solid;
        border-right-color: #00accd;
        padding-right: 10px;
    }
/*===============top news===============*/
.top-news {
    border: 0;
    border-radius: 0;
}

    .top-news .card-img-top {
        border-radius: 0;
    }

    .top-news .card-body {
        padding: .5rem 0 0 0;
    }

    .top-news h5.card-title {
        font-weight: 700;
        font-size: 16px;
    }

        .top-news h5.card-title a:hover {
            color: #00accd !important;
        }

    .top-news p.card-text {
        font-size: 14px;
        max-height: 42px;
        overflow: hidden;
    }

/*.top-left .mb-4:nth-child(3),
.top-left .mb-4:nth-child(4) {
    margin-bottom: 0 !important;
}*/
/*===============last news===============*/
.list-group-item {
    padding: .5rem 0;
}

.list-group li.list-group-item:before {
    font-family: bootstrap-icons !important;
    content: "\F51C";
    float: right;
    padding-left: 0.5rem;
}

.list-group-item a:hover {
    color: #00accd !important;
}
/*===============featured news===============*/
.featured-news {
    margin-bottom: 1.5rem;
}

/*.featured-news:last-child {
    margin-bottom: 0;
}*/

    .featured-news .card-body {
        padding: .8rem .8rem;
    }

        .featured-news .card-body h5.card-title {
            line-height: 1.5rem;
        }

            .featured-news .card-body h5.card-title a:hover {
                color: #00accd !important;
            }

        .featured-news .card-body p.pub-date {
            direction: ltr;
            text-align: left;
            font-size: .8rem;
            margin-bottom: 0;
            bottom: .5rem;
            position: absolute;
            left: .8rem;
        }

    .featured-news p.card-text {
        font-size: .85rem;
    }

.featured-news .card-text.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
}
/*===============most viewest news===============*/
.most-news {
    max-width: 100%;
    border: 0 none;
}

    .most-news .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }

        .most-news .card-body h5.card-title {
            line-height: 1.5rem;
            margin-bottom: 0;
            font-size: .85rem;
        }

            .most-news .card-body h5.card-title.truncate {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                line-height: 1.5;
                max-height: calc(1.5em * 3);
            }

        .most-news .card-body h5.card-title a:hover {
            color: #00accd !important;
        }
/*===============content detail===============*/
.entry-title {
}

.display-2-lg {
}

.display-4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .display-2-lg {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
    }
}

.post {
    padding: 1rem;
    background-color: #fff;
}

time.entry-date span {
    display: inline-block;
    direction: ltr;
}

.print-ver {
    float: left;
    font-weight: 600;
}

.image-single-wrapper {
    max-width: 100%;
    /*max-height: 530px;*/
}

    .image-single-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lead {
    background-color: #eee;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-align: justify;
}

.main-text {
    -webkit-font-smoothing: antialiased;
    text-transform: inherit !important;
}

    .main-text iframe {
        text-transform: inherit;
        width: 100%;
        height: 388px;
    }

    .main-text span {
        font-family: unset !important;
        font-size: unset !important;
        background-color: unset !important;
    }

    .main-text p {
        text-align: justify !important;
    }

    .main-text img {
        max-width: 100%;
        height: 100% !important;
    }

.bg-facebook, .btn-facebook {
    background-color: #3b5898 !important;
    color: var(--bs-white);
}

.bg-twitter, .btn-twitter {
    background-color: #3992d6 !important;
    color: var(--bs-white);
}

.bg-linkedin, .btn-linkedin {
    background-color: #3371b7 !important;
    color: var(--bs-white);
}

.bg-pinterest, .btn-pinterest {
    background-color: #c9261a !important;
    color: var(--bs-white);
}

.bg-envelope, .btn-envelope {
    background-color: #f2610b !important;
    color: var(--bs-white);
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    margin-bottom: .5rem;
}

.news-photos {
    margin-bottom: 1.5rem;
}

    .news-photos img {
        width: 100%;
    }

.tags-links {
    display: flow-root;
}

    .tags-links a {
        padding: 0rem 0.5rem;
        display: inline-block;
        border: 1px solid #d5d5d5;
        margin-right: 0.25rem;
        margin-bottom: 0.8rem;
        margin-left: inherit;
        line-height: inherit;
        color: #282828;
        background-color: #d5d5d5;
        border-radius: 2rem;
    }

        .tags-links a:hover {
            color: #fff;
        }

.video-js-responsive-container.vjs-hd {
    /*padding-top: 56.25%;*/
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

    .video-js-responsive-container .video-js {
        max-height: 100% !important;
        width: 100% !important;
        /*position: relative;*/
        top: 0;
        left: 0;
    }
/*===============comment===============*/
.content-item {
    padding: 1rem;
    margin-top: 1rem;
}

#comments {
    box-shadow: 0 -1px 6px 1px rgba(0,0,0,0.1);
    background-color: #fff;
}

    #comments .comment-form {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #comments .btn {
        margin-top: 7px;
    }

    #comments .comment-form fieldset {
        clear: both;
    }

    #comments .comment-form textarea {
        height: 200px;
    }

    #comments .media {
        border-bottom: 1px dashed #ddd;
        padding: 10px 0;
        margin: 0;
        display: block;
    }

        #comments .media:last-child {
            border-bottom: none;
        }

        #comments .media > .pull-left {
            float: right;
            /*margin-right: 20px;*/
            margin-left: 20px;
        }

        #comments .media img {
            max-width: 60px;
            border-radius: 50%;
        }

        #comments .media .media-body {
            display: table-cell;
            vertical-align: top;
        }

        #comments .media h4 {
            margin: 0 0 10px;
            font-weight: 600;
        }

            #comments .media h4 span {
                font-size: 14px;
                float: right;
                color: #999999;
            }

        #comments .media p {
            margin-bottom: 15px;
            text-align: justify;
        }

    #comments .media-detail {
        margin: 0;
    }

        #comments .media-detail li {
            color: #AAAAAA;
            font-size: 12px;
            padding-left: 10px;
            font-weight: 600;
        }

        #comments .media-detail a:hover {
            text-decoration: underline;
        }

        #comments .media-detail li:last-child {
            padding-left: 0;
        }

        #comments .media-detail li i {
            color: #666666;
            font-size: 15px;
            margin-left: 10px;
        }

.list-inline > li {
    display: inline-block;
    /*padding-right: 5px;*/
    padding-left: 5px;
}
/*===============more button===============*/
.mmt-comments-pagination {
    text-align: right;
    display: flex;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

    .mmt-comments-pagination .loader {
        display: none;
        text-align: center;
        padding: 20px 0 !important;
        color: #004c4a;
        float: right;
        line-height: 3.2rem;
        padding-right: 0.5rem;
        margin: 0 auto;
        max-width: 180px;
    }

        .mmt-comments-pagination .loader span {
            padding-right: 0.5rem;
            font-weight: 600;
        }

body .mmt-comments-pagination button.btn {
    display: block;
    line-height: 28px;
    height: 30px;
    border: 1px solid #004a8f;
    color: #004a8f;
    -webkit-border-radius: 50rem !important;
    -moz-border-radius: 50rem !important;
    border-radius: 50rem !important;
    padding: 0;
    transition: all .4s;
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.mmt-comments-pagination a.btn:hover {
    background: #013b71;
    color: #fff;
}

.mmt-comments-pagination a.btn i {
    font-size: 1em;
    line-height: 0;
    vertical-align: middle;
}

.mmt-comments-pagination span.current {
    opacity: .5;
    background: #004a8f;
    color: #fff
}

.mmt-comments-pagination a:hover {
    background: #004a8f;
    color: #fff;
    border-color: #004a8f
}

.comments-load-more-btn .arrows {
    width: 10px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

    .comments-load-more-btn .arrows path {
        stroke: #004a8f;
        fill: transparent;
        stroke-width: 1px;
        animation: arrow 2s infinite;
        -webkit-animation: arrow 2s infinite;
    }

        .comments-load-more-btn .arrows path.a1 {
            animation-delay: -1s;
            -webkit-animation-delay: -1s;
            /* Safari å’Œ Chrome */
        }

        .comments-load-more-btn .arrows path.a2 {
            animation-delay: -0.5s;
            -webkit-animation-delay: -0.5s;
            /* Safari å’Œ Chrome */
        }

        .comments-load-more-btn .arrows path.a3 {
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            /* Safari å’Œ Chrome */
        }

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
/*===============Search===============*/
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    font-weight: 600;
    font-size: 1.25rem;
}

.round-ribbon {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 20px
}

    .round-ribbon.round-ribbon--light {
        background-color: #fff
    }

.search-word {
    height: 40px
}

.searched-word {
    float: right;
    font-size: 1.45em;
    line-height: 1.6em
}

.searched-word-prefix {
    float: right;
    font-size: 1.2em;
    color: #868686;
    line-height: 2em
}

.searched-word {
    color: #545454;
    margin-right: 15px;
    font-weight: normal
}

ul.archive-select-date {
    list-style: none;
    padding-right: 0;
}

.all-news h5.card-title a:hover {
    color: #00accd !important;
}


.tiny-url {
    background-color: #e7e7e7;
    height: 35px;
    line-height: 38px;
    padding: 0 10px;
    margin-top: 10px;
}

div#div_eRasanehTrustseal_20242 img {
    width: 80px;
}