﻿@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan/Yekan.eot') format('eot'), url('fonts/BYekan/Yekan.woff') format('woff'), url('fonts/BYekan/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 1rem;
    background-color: #f4f9ff;
    background-size: cover;
    background-image: url('../Media/bg/Mandala-BG.png');
    background-repeat: no-repeat;
}

.TarnaLoading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

strong, b {
    font-weight: bold !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

.flag {
    text-decoration: none;
    color: inherit;
}

    .flag:hover {
        text-decoration: none;
        color: inherit;
    }

.bg-light {
    background: none !important;
}

.navbar {
    padding: .3rem 0rem;
    margin-bottom: 0;
}

.Nav_bg {
    /*background-image: -moz-linear-gradient( 0deg, rgb(0,96,100) 0%, rgb(0,56,58) 0%, rgb(0,113,123) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,96,100) 0%, rgb(0,56,58) 0%, rgb(0,113,123) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,96,100) 0%, rgb(0,56,58) 0%, rgb(0,113,123) 100%);*/
    background: #fff;
    box-shadow: -11px 9px 8px 0px rgba(11, 53, 53, 0.24);
    margin: 0;
}

.menu {
    position: absolute;
}

.navbar-light .navbar-nav .nav-link {
    color: #297a7d;
    font-size: 0.9rem;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #0b2e2f;
}

.navbar-light .navbar-text a {
    color: #297a7d;
    padding: 8px;
}

.Aparat img {
    margin: 7px 5px 2px 5px;
    padding: 0 6px;
}

.Aparat .img {
    position: absolute;
    top: 9px;
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: #297a7d;
    cursor: pointer;
}

.Aparat :hover {
    cursor: pointer;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0;
}

.SearchLocation {
    position: absolute;
    top: 5px;
}

.search_input {
    color: #333;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 38px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 200px;
    height: 30px;
    caret-color: #95bcbd;
    transition: width 0.4s linear;
    background: #fff;
    border: 1px solid #297a7d;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.searchbar:hover > .search_icon {
    background: #297a7d;
    color: #fff;
}

.search_icon {
    height: 30px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #297a7d !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
    cursor: pointer;
}

.Logo_Place {
    background-image: url(../Media/bg/Top-Panel-copy.png);
    height: 110px;
    background-size: contain;
    background-position: 173px 0;
}

    .Logo_Place img {
        margin: 10px 0;
        display: inline-block;
    }

    .Logo_Place h2 {
        display: inline-block;
        width: 182px;
        /*font-size: 22px;*/
        color: rgba(3, 86, 95, 0.9);
        line-height: 1.5;
        vertical-align: middle;
        padding-top: 18px;
        /*font-family: 'BYekan';*/
        text-align: center;
    }

.nav_tarna {
    min-height: 45px;
    top: 150px;
    width: 100%;
    z-index: 10000;
}

    .nav_tarna .nav_menu {
        background-image: -moz-linear-gradient( 0deg, rgb(0,143,158) 0%, rgb(0,96,100) 100%, rgb(0,96,100) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(0,143,158) 0%, rgb(0,96,100) 100%, rgb(0,96,100) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(0,143,158) 0%, rgb(0,96,100) 100%, rgb(0,96,100) 100%);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    }

/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}*/

.flex-container_nav {
    display: flex;
    flex-flow: row wrap;
    /*padding-top: 5px;*/
}

    .flex-container_nav > div > a, .flex-container_nav > nav > div > ul > li > a {
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-size: 14px;
        padding: 5px 8px 5px 8px;
        background-repeat: no-repeat;
    }

        .flex-container_nav > div > a:hover, .flex-container_nav > nav > div > ul > li > a:hover {
            color: rgb(255, 255, 255);
            cursor: pointer;
            text-decoration: none;
        }

    .flex-container_nav i {
        /*vertical-align: middle;*/
    }

.border_none {
    border: none !important;
}

.fime_tarna {
    background-image: url('../Media/bg/Final_1.gif');
    background-repeat: no-repeat;
    width: 128px;
    height: 32px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.16);
    padding: 0px 12px;
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    margin: 5px 0 5px 0;
    font-size: 16px;
}

.mainNews {
    background-image: url('../Media/bg/Polygan-Brushed.png');
    background-size: cover;
}

.menu_r {
    text-align: end;
}

.Polygan_Brushed {
    background-image: url('../Media/bg/Polygan-Brushed.png');
    opacity: 0.2;
    position: absolute;
    left: 0px;
    top: 231px;
    width: 1457px;
    height: 507px;
    z-index: 2237;
}

.paddingT55 {
    padding-top: 55px;
}

.paddingT25 {
    padding-top: 25px;
}

.maine_img {
    position: relative;
}

.Shadow {
    background-image: linear-gradient(0deg, rgba(0, 0, 5, 0.88) 0%, rgba(255, 255, 255, 0.12) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
}

.maine_title {
    position: absolute;
    bottom: 15px;
    color: #fff;
}

    .maine_title h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
    }

    .maine_title .detailnews {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.502);
    }

.btn_link {
    font-size: 12px;
    color: #fff !important;
    background-color: rgb(0, 151, 167);
    opacity: 0.8;
    border-radius: 20px;
    padding: 2px 10px 5px 10px;
}

.maine_img .img_total {
    width: 100%;
    object-fit: cover;
    /*background: black;*/
}

.height320 {
    height: 320px;
}

.height150 {
    height: 150px;
}

.height154 {
    height: 154px;
}

.btn_place {
    position: absolute;
    top: 10px;
}

.btn_report {
    position: absolute;
    bottom: 68px;
}

.Imgreport {
    background-image: url('images/layer-15.png');
    background-size: cover;
}

    .Imgreport .card > .card-body {
        padding: 1.25rem 1.25rem 0rem 1.25rem;
    }

.paddingImgreport {
    padding: 15px 25px 5px 25px;
}

.Imgreport a {
    text-decoration: none;
}

.Imgreport .card {
    background-color: transparent;
    border: none;
}

.Imgreport .Title {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.961);
    line-height: 1.5;
    padding: 10px 0;
}

.Imgreport .list-inline {
    margin: 8px 0;
}

.Imgreport .list-inline-item {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.502) !important;
}

.Imgreport .Text {
    font-size: 1rem;
    color: rgb(189, 189, 189);
    line-height: 2.2;
    text-align: justify;
}

.Imgreport .Continue {
    border-radius: 3px;
    background-color: rgba(132, 255, 255, 0.1);
    font-size: 1rem;
    color: rgb(24, 255, 255);
    margin-top: 15px;
    padding: 10px 15px;
}

.Imgreport h2 {
    color: rgba(24, 255, 255, 0.961);
    font-size: 1.4rem;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.Imgreport .ReportLine {
    width: 130px;
    height: 4px;
    top: 50px;
    position: absolute;
    border-radius: 20px;
}

.Imgreport .ViewsREport {
    font-size: 0.9rem;
    color: rgb(24, 255, 255);
    line-height: 1.2;
    padding: 8px 15px;
    font-size: 16px;
}

    .Imgreport .ViewsREport:hover {
        cursor: pointer;
    }

.Imgreport .owl-theme .owl-controls .owl-buttons div {
    background: rgb(238, 238, 238);
    opacity: 0.5;
}

.Imgreport .owl-theme .owl-controls .owl-page span {
    width: 25px;
    height: 3px;
    margin: 5px 2px;
}

.Imgreport .owl-theme .owl-controls .owl-page.active span {
    background-color: rgb(38, 198, 218);
}

.Imgreport .owl-pagination {
    text-align: right;
    margin-right: 100px;
    margin-bottom: 6px;
}

.Circle_L {
    border-radius: 50%;
    background-color: rgb(238, 238, 238);
    opacity: 0.161;
    position: absolute;
    left: 1146px;
    top: 1176px;
    width: 28px;
    height: 28px;
    z-index: 1473;
}


.Imgreport .owl-theme .owl-controls {
    margin-top: -20px;
}

.Imgreport .owl-controls .owl-buttons {
    margin-top: 0;
    margin-right: 54px;
}

.Imgreport .owl-controls .owl-prev {
    position: absolute;
    right: 0px;
    left: unset;
    bottom: 0;
}


.Imgreport .owl-controls .owl-next {
    position: absolute;
    right: -30px;
    bottom: 0;
}

.Shadow_reportSlider {
    height: 100%;
    position: absolute;
    width: 100%;
    background: #00000085;
    left: 0;
    top: 0;
}

.Panel {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    padding: 15px;
}

.paddingLR5 {
    padding-right: 5px;
    padding-left: 5px;
}

.padding0 {
    padding: 0 !important;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB50 {
    margin-bottom: 50px;
}

.postioan_right {
    position: absolute;
    right: -9px;
}

.postioan_left {
    position: absolute;
    left: -9px;
}

.Titles {
    width: fit-content;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
}

.Title_BG {
    background-color: rgb(0, 184, 212);
    padding: 5px 15px;
    border-radius: 3px;
}

.triangle-down_right {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(0, 153, 176);
    position: absolute;
    right: 0;
    top: 37px;
}


.triangle-down_left {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid rgb(0, 153, 176);
    position: absolute;
    left: 0;
    top: 37px;
}

.nav-pills .nav-link.active {
    color: rgba(0, 0, 0, 0.859);
    background-color: #007bff;
    border-radius: 3px;
    background-color: rgba(0, 210, 234, 0.1);
}

.nav-pills .nav-link {
    color: rgba(0, 0, 0, 0.859);
}

    .nav-pills .nav-link i {
        color: rgba(0, 0, 0, 0.5);
    }

.ViewAll {
    padding: 10px 4px 5px 10px;
    color: rgb(0, 184, 212);
    font-size: 14px;
    position: absolute;
}

.Deklame .owl-theme .owl-controls .owl-page {
    padding-top: 10px;
}

    .Deklame .owl-theme .owl-controls .owl-page span {
        width: 25px;
        height: 3px;
        margin: 5px 2px;
    }

    .Deklame .owl-theme .owl-controls .owl-page.active span {
        background-color: rgb(38, 198, 218);
    }

.Deklame .owl-theme .owl-controls .owl-buttons div {
    background: #eee;
    margin: 1px;
    padding: 5px 10px;
    font-size: 12px;
    opacity: 1;
    position: static;
}

    .Deklame .owl-theme .owl-controls .owl-buttons div:hover {
        background: #daffff;
    }
/******************  News Slider Demo-10 *******************/
.post-slide10 {
    padding-bottom: 10px;
    margin: 0;
    position: relative;
    margin-bottom: 0em;
    padding: 8px;
}

    .post-slide10:hover {
        background: aliceblue;
        background: aliceblue;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom: 2px solid rgb(0,143,158);
        cursor: pointer;
    }

    .post-slide10 img {
        width: 135px;
        height: 170px;
        display: block;
        margin: auto;
        border-radius: 5px;
    }

    .post-slide10 .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c;
    }

    .post-slide10 .month {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .post-slide10 .month:after {
            content: "";
            display: block;
            border: 1px solid #fff;
        }

    .post-slide10 .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .post-slide10 .post-title {
        margin: 25px 0 15px 0;
        color: rgb(0, 85, 89);
        margin: 10px 0 8px 0;
        text-align: center;
    }

    .post-slide10 p {
        text-align: center;
        font-size: 0.75rem;
        padding-bottom: 8px;
    }

    .post-slide10 .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: rgb(0, 85, 89);
        padding: 0px 15px;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        font-size: 14px;
    }

        .post-slide10 .post-title a:hover {
            text-decoration: none;
            color: #e74c3c;
        }

    .post-slide10 .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
        padding: 0px 15px;
    }

    .post-slide10 .read-more {
        color: rgba(0, 0, 0, 0.43);
        padding: 0px 15px;
        text-transform: capitalize;
        transition: color 0.20s linear;
        font-size: 12px;
        text-align: center;
        display: block;
        margin: auto;
    }

        .post-slide10 .read-more i {
            margin-left: 5px;
            color: #d9d7d7;
        }

        .post-slide10 .read-more:hover {
            text-decoration: none;
            color: #e74c3c;
        }

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
}

.owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background 0.50s ease;
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background 0.50s ease;
}

    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: rgb(0,96,100);
        font-size: 18px;
    }

    .owl-controls .owl-next:after {
        content: "\f105";
    }

    .owl-controls .owl-prev:hover,
    .owl-controls .owl-next:hover {
        background: #e74c3c;
    }

@media only screen and (max-width: 990px) {
    /*    .post-slide10 {
        margin: 0 20px;
    }*/

    .owl-controls .owl-buttons .owl-prev {
        left: unset;
        padding: 5px 14px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width: 767px) {



    .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        bottom: 260px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0px;
        bottom: 260px;
    }


    .Imgreport .owl-controls .owl-buttons .owl-prev {
        left: unset;
        bottom: 3px;
    }

    .Imgreport .owl-controls .owl-buttons .owl-next {
        right: -20px;
        bottom: 3px;
    }
}

/******************  News Slider Demo-11 *******************/
.post-slide11 {
    background: #fff;
    margin: 0;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom: 2em;
}

    .post-slide11 .post-img {
        position: relative;
    }

    .post-slide11 .over-layer {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        cursor: pointer;
        transition: all 0.30s ease 0s;
    }

    .post-slide11:hover .over-layer {
        opacity: 1;
    }

    .post-slide11 .over-layer:after {
        content: "+";
        font-size: 52px;
        color: #fff;
        position: absolute;
        top: 31%;
        left: 42%;
    }

    .post-slide11 .post-img img {
        width: 100%;
        height: auto;
    }

    .post-slide11 .post-title {
        margin: 25px 0 15px 0;
        padding: 0 15px;
    }

        .post-slide11 .post-title:before {
            content: "";
            border: 2px solid #e67e22;
            width: 18%;
            display: block;
            margin-bottom: 15px;
        }

        .post-slide11 .post-title a {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
        }

            .post-slide11 .post-title a:hover {
                text-decoration: none;
                color: #e67e22;
            }

    .post-slide11 .post-date {
        text-transform: capitalize;
        padding: 0 15px;
        color: #E67E22;
        font-size: 13px;
    }

        .post-slide11 .post-date:before {
            margin-right: 7px;
            color: #e67e22;
        }

.right_news {
    padding-bottom: 10px;
    padding-top: 10px;
}

.main_News {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0;
}

    .main_News .nav {
        background-color: #fafafa;
        background-image: url('../Media/bg/ul_bg.png');
    }

    .main_News .nav-pills .nav-link.active, .main_News .nav-pills .show > .nav-link {
        color: #232323;
        background-color: #f5f5f5;
        height: 42px;
        /*border: 1px solid #00b8d4;*/
        border-bottom: 2px solid #00b8d4;
        border-radius: 0;
        border-top: 0;
    }

.left_news {
    padding-bottom: 10px;
    padding-top: 10px;
}

#carouselExampleCaptionsR, #carouselExampleCaptionsR2, #carouselExampleCaptionsR3 {
    padding: 16px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.left_news .carousel-control-next, .left_news .carousel-control-prev,
.right_news .carousel-control-next, .right_news .carousel-control-prev {
    color: #333;
    opacity: 1;
    padding: 8px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    height: 36px;
    width: 36px;
    top: 34%;
}

    .left_news .carousel-control-next span, .left_news .carousel-control-prev span,
    .right_news .carousel-control-next span, .right_news .carousel-control-prev span {
        font-size: 20px;
    }

.left_news .carousel-inner, .right_news .carousel-inner {
    box-shadow: 0px 23px 13px -9px rgba(0, 0, 0, 0.28);
}

.left_news .carousel-indicators, .right_news .carousel-indicators {
    bottom: -35px;
}

    .left_news .carousel-indicators li, .right_news .carousel-indicators li {
        border-radius: 50%;
        height: 12px;
        width: 12px;
    }

.left_news .shadowSlider, .right_news .shadowSlider {
    background-image: linear-gradient(0deg, rgb(0, 0, 5) 0%, rgba(255, 255, 255, 0.12) 100%);
    height: 458px;
    position: absolute;
    width: 100%;
    top: 0;
}

.left_news .Deatilslider h5, .right_news .Deatilslider h5 {
    font-size: 18px;
}

.left_news .Deatilslider p, .right_news .Deatilslider p {
    font-size: 13px;
    color: rgb(132, 129, 129);
}

.left_news .Deatilslider p {
    text-align: right;
}

.right_news .Deatilslider p {
    text-align: left;
}

.left_news .carousel-caption, .right_news .carousel-caption {
    bottom: 0px;
    text-align: right;
    line-height: 25px;
    position: relative;
    color: #333;
    height: 150px;
    padding: 10px;
}

.left_news .carousel-caption {
    right: 10px;
}

.right_news .carousel-caption {
    left: 10px;
}

.left_news .carousel-indicators li, .right_news .carousel-indicators li {
    background-color: #cccccc;
}

.left_news .carousel-indicators .active, .right_news .carousel-indicators .active {
    background-color: #7f7f7f;
}

.main_News .card-body {
    padding: 1rem;
}

.main_News .allNews {
    position: absolute;
    left: 105px;
    z-index: 2;
    width: 162px;
}

    .main_News .allNews a {
        width: 100%;
    }

.main_News .card-body .card-body {
    padding: 0px;
}

.main_News .card-body .col-md-8 {
    padding-right: 0px;
}

.main_News .card-body img {
    width: 100%;
}

.main_News .card {
    border: none;
    border-radius: 0;
}

.main_News .card-body:hover {
    background-color: #f7f7f7;
}

.main_News .card-body .card-body:hover h3 {
    color: rgba(0, 105, 92, 0.941);
}

.main_News .card-body a {
    text-decoration: none;
}

.main_News .news-content h3 {
    font-size: 16px;
    color: #333;
    padding-bottom: 5px;
    font-weight: 600;
}

.main_News .text-secondary {
    color: #858585 !important;
    font-size: 12px;
}

.main_News .news-content p {
    text-align: justify;
    color: #333;
    line-height: 27px;
    font-size: 14px;
}

.main_News .news-content .p {
    text-align: justify;
    color: #333;
    line-height: 27px;
    font-size: 14px;
}

.main_News {
    color: rgb(0, 184, 212);
}

.moreNews {
    color: navy;
}

.main_News .news-content .TopTitle {
    font-size: 13px;
    color: #808080;
    padding-top: 0;
}

/*.main_News .news-content p:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 150px, white);
}*/

.main_News .news-content .DownTitle {
    font-size: 13px;
    padding-top: 0;
    color: #14a694
}

/*============== pagination v2 =============**/

.pagination-v2 {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}

    .pagination-v2 > li > a,
    .pagination-v2 > li > span {
        border: 1px solid #eee;
        border-radius: 2px;
        color: #333;
        float: left;
        font-size: 14px;
        line-height: 1.42857;
        margin-right: 5px;
        padding: 8px 12px;
        position: relative;
        text-decoration: none;
    }

        .pagination-v2 > li > a.active,
        .pagination-v2 > li > a:hover,
        .pagination-v2 > li > span:hover,
        .pagination-v2 > li > a:focus,
        .pagination-v2 > li > span:focus,
        .pagination-v2 > li.active > a {
            background-color: #e0f7fa !important;
            border-color: #e0f7fa;
        }

    .pagination-v2 > li > .skip,
    .pagination-v2 > li:first-child > a,
    .pagination-v2 > li:last-child > a {
        color: #197073;
        border: none;
        font-weight: 600;
    }

        .pagination-v2 > li > .skip i,
        .pagination-v2 > li:first-child > a,
        .pagination-v2 > li:last-child > a {
            font-weight: 600;
        }

.NoteWeek {
    direction: rtl;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 45px;
}

    .NoteWeek img {
        margin: auto;
        display: block;
        margin-bottom: 12px;
        width: 100%;
        height: auto;
    }

    .NoteWeek a {
        text-decoration: none;
        color: #333;
    }

.right_news .TopTitle, .left_news .TopTitle {
    font-size: 11px;
    color: #a09c9c;
}

.right_news h3, .left_news h3 {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 5px;
    color: rgb(0, 96, 100);
    word-wrap: break-word;
    /*max-width: 220px;*/
}

.right_news .DownTitle, .left_news .DownTitle {
    font-size: 12px;
    color: #14a694;
    padding: 4px 0;
}

.left_news .carousel-inner .carousel-item img, .right_news .carousel-inner .carousel-item img {
    height: auto;
}

.text-secondary {
    color: #aeb4b9 !important;
    font-size: 12px;
    margin-bottom: 3px;
}

.NoteWeek-content {
    padding: 0 15px;
    position: relative;
}

    .NoteWeek-content .MainText {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .NoteWeek-content .Offer {
        position: absolute;
        top: 82px;
        font-size: 0.75rem;
        color: rgb(0, 184, 212);
        border: 1px solid rgb(0, 184, 212);
        padding: 2px 5px;
        border-radius: 2px;
    }

.Morethan {
    border-radius: 3px;
    background-color: #ebffff;
    color: rgb(1, 169, 194) !important;
    padding: 6px 40px 10px 40px;
}

    .Morethan:hover {
        cursor: pointer;
        background-color: #e3fdfd;
    }


.views {
    margin-top: 60px;
}

    .views a, .ArtNews a {
        text-decoration: none;
    }

    .views .Views_content {
        display: inline-block;
        width: 70%;
    }

    .views .card_body {
        padding: 8px 0;
        border-bottom: 1px solid #f7f5f5;
        width: 100%;
    }

        .views .card_body:hover h3 {
            color: #333;
        }

    .views img {
        width: 80px;
        /*height: auto;*/
        height: 40px;
        object-fit: cover;
    }

.book {
    margin-top: 80px;
}

    .book a {
        text-decoration: none;
    }

    .book > .card_body {
        margin-bottom: 12px;
    }


.ArtNews {
    margin-top: 95px;
}

    .ArtNews .card_body {
        border-bottom: 1px solid #eee;
        padding: 10px;
    }

        .ArtNews .card_body:last-child, .views .card_body:last-child {
            border: none;
        }

        .ArtNews .card_body:hover, .views .card_body:hover, .book > .card_body:hover {
            background: #f3fcfd;
        }

.ReviewerImg {
    display: inline-block;
    border-radius: 40px;
    margin-top: 10px;
    width: 40px;
    height: 40px;
}

.Reviewer {
    display: inline-block
}

    .Reviewer .ReviewerTitle {
        color: rgba(0, 0, 0, 0.4);
    }

    .Reviewer .ReviewerName {
        color: rgba(0, 0, 0, 0.7);
    }

.poet {
    margin-top: 70px;
}

    .poet img {
        display: block;
        margin: auto;
        border-radius: 70px;
    }

    .poet h3 {
        text-align: center;
        margin: 10px 0 20px 0;
        color: #333;
        max-width: 100%;
    }

    .poet p {
        text-align: justify;
        color: rgb(0, 184, 212);
        line-height: 28px;
    }

    .poet a {
        text-decoration: none;
    }

.Advertising {
    margin-top: 40px;
}

    .Advertising img {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        width: 100%;
    }

/*-------------------------*/
.MainNews .col, .MainNews .col-1, .MainNews .col-10, .MainNews .col-11, .MainNews .col-12, .MainNews .col-2, .MainNews .col-3, .MainNews .col-4, .MainNews .col-5, .MainNews .col-6, .MainNews .col-7, .MainNews .col-8, .MainNews .col-9, .MainNews .col-auto, .MainNews .col-lg, .MainNews .col-lg-1, .MainNews .col-lg-10, .MainNews .col-lg-11, .MainNews .col-lg-12, .MainNews .col-lg-2, .MainNews .col-lg-3, .MainNews .col-lg-4, .MainNews .col-lg-5, .MainNews .col-lg-6, .MainNews .col-lg-7, .MainNews .col-lg-8, .MainNews .col-lg-9, .MainNews .col-lg-auto, .MainNews .col-md, .MainNews .col-md-1, .MainNews .col-md-10, .MainNews .col-md-11, .MainNews .col-md-12, .MainNews .col-md-2, .MainNews .col-md-3, .MainNews .col-md-4, .MainNews .col-md-5, .MainNews .col-md-6, .MainNews .col-md-7, .MainNews .col-md-8, .MainNews .col-md-9, .MainNews .col-md-auto, .MainNews .col-sm, .MainNews .col-sm-1, .MainNews .col-sm-10, .MainNews .col-sm-11, .MainNews .col-sm-12, .MainNews .col-sm-2, .MainNews .col-sm-3, .MainNews .col-sm-4, .MainNews .col-sm-5, .MainNews .col-sm-6, .MainNews .col-sm-7, .MainNews .col-sm-8, .MainNews .col-sm-9, .MainNews .col-sm-auto, .MainNews .col-xl, .MainNews .col-xl-1, .MainNews .col-xl-10, .MainNews .col-xl-11, .MainNews .col-xl-12, .MainNews .col-xl-2, .MainNews .col-xl-3, .MainNews .col-xl-4, .MainNews .col-xl-5, .MainNews .col-xl-6, .MainNews .col-xl-7, .MainNews .col-xl-8, .MainNews .col-xl-9, .MainNews .col-xl-auto {
    position: relative;
    /*width: auto;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*----------footer----------*/
.footer {
    background-image: url('../Media/bg/footer_bg.png');
    padding: 10px !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    margin-top: 100px;
    padding: 20px 20px 10px 20px;
    background-position: 95px 15px;
}

.NewsLetter {
    text-align: center;
    content: "";
    position: relative;
    width: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(200, 200, 200, 0.56);
}

    .NewsLetter p {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: -16px;
        background: #f4f9ff;
        padding: 8px 20px;
        border-radius: 57px;
    }

.copyright-section {
    text-align: center;
    color: #ffffffc7;
    font-size: 14px;
}

.Tarna {
    color: rgb(255, 144, 1);
    font-weight: 600;
}

.footer .social {
    color: #fff;
    padding: 10px 0;
    float: right;
}

    .footer .social a {
        padding: 5px 10px;
        font-size: 22px;
        color: #fff;
    }

.footer .Aparat img {
    float: right;
    margin: 20px 0 0 0px;
}

.footer .social a:hover {
    cursor: pointer;
    color: #fffc;
}


.footer .custom-file {
    position: absolute;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
    bottom: -69px;
    transform: translateX(50%);
    border-radius: 50px;
}

    .footer .custom-file input {
        width: 80%;
        height: 3rem;
        border-radius: 50px;
        border: none;
        padding: 10px 15px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
        outline: 0;
    }

    .footer .custom-file button {
        position: absolute;
        padding: 8px 15px;
        top: 4px;
        border-radius: 4rem;
        border: none;
        background-color: rgb(0, 188, 212);
        color: #fff;
        top: 0;
    }

.footer .custom-file-label {
    border-radius: 2rem;
    border: none;
}

.footer-a1 img {
    margin-bottom: -12px;
}

.footer-a1 p {
    display: inline-block;
    width: 155px;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7;
}

.margin0 {
    margin: 0;
}

.padding25 {
    padding: 25px;
}

.ListBox {
    background: #fff;
    padding: 15px;
}

._Row {
    margin-right: -25px;
    margin-left: -25px;
}

/*.MaineTitle {
    background-image: -moz-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
}*/

.MaineTitle {
    display: block;
    margin: auto;
    padding: 10px 21px;
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 1;
    border-radius: 2px;
    background-image: -moz-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
}

    .MaineTitle:after {
        content: "";
        background-image: url(../Media/bg/Slimi-Design-RW.png);
        position: absolute;
        width: 30px;
        height: 35px;
        left: 60%;
        transform: translateX(-56.5%);
    }

    .MaineTitle:before {
        content: "";
        background-image: url(../Media/bg/Slimi-Design-LW.png);
        position: absolute;
        width: 30px;
        height: 35px;
        left: 40%;
        transform: translateX(-43.3%);
    }

.BoxTitle .spanR {
    width: 35%;
    position: absolute;
    height: 1px;
    background: #f7f9fa36;
    top: 28px;
    z-index: 1;
    right: 4%;
}

.BoxTitle .spanL {
    width: 35%;
    position: absolute;
    height: 1px;
    background: #f7f9fa36;
    top: 28px;
    z-index: 1;
    left: 4%;
}

.triangle_R_MainT {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 11px solid transparent;
    border-top: 9px solid #0093a8;
    position: absolute;
    right: 0;
    top: 67px;
}

.triangle_L_MainT {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #0093a8;
    position: absolute;
    left: 0;
    top: 67px;
}



.MaineTitlelight {
    display: block;
    margin: auto;
    padding: 10px 21px;
    font-size: 24px;
    width: 100%;
    text-align: center;
    z-index: 1;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 10px;
}


    .MaineTitlelight:after {
        content: "";
        background-image: url(../Media/bg/TitleIcon_L.png);
        position: absolute;
        width: 30px;
        height: 35px;
        left: 60%;
        transform: translateX(-56.5%);
    }

    .MaineTitlelight:before {
        content: "";
        background-image: url(../Media/bg/TitleIcon_R.png);
        position: absolute;
        width: 30px;
        height: 35px;
        left: 40%;
        transform: translateX(-43.3%);
    }

.colerTelgram {
    color: #16aef6;
}

.colerInsa {
    color: #e93372;
}

.lightBoxTitle .slightR {
    width: 35%;
    position: absolute;
    height: 1px;
    background: #eee;
    top: 28px;
    z-index: 1;
    right: 4%;
}

.lightBoxTitle .slightL {
    width: 35%;
    position: absolute;
    height: 1px;
    background: #eee;
    top: 28px;
    z-index: 1;
    left: 4%;
}


.Listsli {
    color: #757a7d !important;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.Lists .items {
    text-align: right;
    margin: 25px 0;
}

    .Lists .items a {
        text-decoration: none;
    }

    .Lists .items .imgItems {
        width: 100%;
    }

    .Lists .items .TitleList {
        color: rgb(3, 123, 128);
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        text-align: center;
    }

.minH {
    min-height: 90px;
}

.pDeclame {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    color: #797878;
}

.Lists .items .Continue {
    float: left;
    color: rgb(0, 184, 212);
    font-size: 13px;
}

    .Lists .items .Continue:hover {
        cursor: pointer;
    }

.Lists .Teamitems .imgAbout {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.Teamitems {
    text-align: center;
    margin: 20px 0;
}

.TitleM {
    color: rgb(0, 96, 100);
}

.SlimiTitle .TitleM {
    display: block;
    margin: auto;
    padding: 10px 22px;
    font-size: 24px;
    z-index: 1;
    background-color: #fff;
}

.SlimiTitle span {
    width: 90%;
    position: absolute;
    height: 1px;
    background: #eee;
    top: 28px;
    z-index: 0;
    right: 5%;
}

.SlimiTitle .TitleM:after {
    content: "";
    background-image: url(../Media/bg/TitleIcon_L.png);
    position: absolute;
    width: 30px;
    height: 35px;
    left: 57%;
    transform: translateX(-56.5%);
}

.SlimiTitle .TitleM:before {
    content: "";
    background-image: url(../Media/bg/TitleIcon_R.png);
    position: absolute;
    width: 30px;
    height: 35px;
    left: 43%;
    transform: translateX(-43.3%);
}

.AboutDes {
    text-align: justify;
    line-height: 2.2;
    padding: 30px;
}

.Lists {
    padding: 40px;
}

.Teamitems .TitleList {
    padding-top: 8px;
    font-weight: 600;
}

.Teamitems .Positiom {
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 0;
}

.Teamitems .social {
    color: #666666;
}

    .Teamitems .social a {
        padding: 3px;
        margin: 0 3px;
    }



/*--contact us----*/
.ListBoxContact {
    background: #fff;
    padding: 15px;
}

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #ffffff;
        color: #4abdc7;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid rgb(255, 144, 1,0.5);
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid rgb(255, 144, 1,0.3);
                right: -39px;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #4abdc7;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #3477bb; /* Old browsers */
    background: -moz-linear-gradient(left, #3477bb 0%, #49b9c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3477bb 0%, #49b9c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3477bb 0%, #49b9c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3477bb', endColorstr='#49b9c6', GradientType=1); /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    transform: translate(-50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222222;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        margin: auto;
        /*line-height: 250px;*/
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 160px;
    position: absolute;
    top: 25px;
    /* margin-left: -90px; */
    color: #000000;
    opacity: 0.2;
}

.box {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 5px;
    margin-top: 15px;
}

.PayvandGram .borderR {
    border: 1px dashed rgba(245, 0, 87, 0.941);
}

.PayvandGram .borderB {
    border: 1px dashed rgba(0, 176, 255, 0.941);
}

.PayvandGram .imgPayvandGram {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    top: -12px;
    border: 4px solid #eee;
}

.PayvandGram .Des h3 {
    font-weight: 600;
}

.PayvandGram .Des span {
    font-size: 14px;
    color: #888;
}

.PayvandGram .Viewcanel {
    font-size: 12px;
    color: rgba(0, 176, 255, 0.941);
    text-align: left;
    font-weight: 600;
    text-decoration: none;
}

.PayvandGram .Viewinsta {
    font-size: 12px;
    color: rgba(245, 0, 87, 0.941);
    text-align: left;
    font-weight: 600;
    text-decoration: none;
}

.PayvandGram .Des {
    padding-right: 80px;
    min-height: 125px;
}

.peyvand-img {
    width: 85px !important;
    height: 85px !important;
    border-radius: 85px !important;
    position: absolute !important;
    top: -30px !important;
    border: solid 2px whitesmoke !important;
}

.divImgList {
    height: 180px;
    position: relative
}

    .divImgList .imgItems {
        position: absolute;
        bottom: 3px;
    }

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
    height: 110px;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: rgb(0,131,143);
    font-size: 20px;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}



.SendEmail {
    border-radius: 3px;
    background-color: rgb(0, 131, 143);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
}
/*--end contact us----*/


/*-Details-*/
.Details {
    background: #fff;
    padding: 0 15px;
}

    .Details h1 {
        padding: 12px 5px 10px 0;
        font-size: 20px;
        font-weight: 600;
    }

    .Details .Title_BG span {
        padding: 0 5px;
    }

.printd {
    color: #fff;
    text-decoration: none;
}

    .printd:hover {
        cursor: pointer;
        text-decoration: none;
        margin-right: 5px;
        color: #ffffffb0;
    }

.breadcrumb {
    background: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 5px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        padding-left: .5rem;
    }

.Details .code {
    padding: 20px;
    padding-top: 50px;
    text-align: justify;
}

.body_Des {
    border-left: 1px solid #ddd;
}

.newNews a {
    text-decoration: none;
}

.newNews {
    padding-top: 50px;
}

.Details .SummryNews {
    line-height: 2;
    font-style: italic;
    margin-bottom: 10px;
    color: #868383;
}

.Details .DesNews {
    text-align: justify;
    line-height: 2;
}

    .Details .DesNews p {
        font-family: BYekan !important;
        line-height: 34px !important;
    }


.Details .newNews .card_body {
    padding: 8px 0;
}

    .Details .newNews .card_body:hover {
        background-color: #f3fcfd
    }

.Details .newNews .news-content .TopTitle {
    font-size: 12px;
    color: #888;
}

.Details .newNews .news-content h3 {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.Details .newNews .news-content p {
    font-size: 14px;
    color: #333;
}

.Details .newNews .news-content .DownTitle {
    font-size: 12px;
    color: #14a694;
}

.Details .Tags {
    padding: 5px 10px;
    color: rgb(4, 138, 152);
    background-color: rgba(0, 151, 167, 0.06);
    border-radius: 30px;
    margin: 5px 1px;
    font-size: 14px;
}

.Tags img {
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: auto;
}

.shairing {
    margin-top: 25px;
}

    .shairing .socialSharing a {
        color: #006064;
        padding: 5px 10px;
        margin: 0 3px;
        border-radius: 30px;
        background-color: aliceblue;
    }

    .shairing .socialSharing .custom {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
    }

.relativeContent {
    font-weight: 600;
    margin-top: 20px;
    position: relative;
}

.line {
    width: 12px;
    height: 4px;
    background: #00acc1;
    position: absolute;
    top: 13px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.relativeContentUL {
    margin-top: 10px;
    font-weight: 600;
    list-style: none;
}

    .relativeContentUL li {
        color: rgb(0, 184, 212);
        line-height: 2.2;
        font-size: 15px;
        cursor: pointer;
    }

        .relativeContentUL li:hover {
            padding-right: 10px;
        }

.CommentDetail .form-group input, .CommentDetail textarea {
    background-color: #eee;
    border: #eee;
}

.noteinfo {
    color: rgb(255, 143, 0);
}

.commends {
    padding: 15px;
}

    .commends .UlCommends {
        list-style: none;
        padding: 5px;
    }

.UlCommends li {
    margin: 10px 0;
}

.UlCommends span {
    color: rgb(0, 96, 100);
    font-weight: 600
}

.UlCommends .reply {
    float: left;
    color: rgb(0, 151, 167);
    font-size: 14px;
}

.UlCommends ul {
    list-style: none;
    padding-right: 30px;
}

.UlCommends p {
    text-align: justify;
}

.UlCommends > li {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

    .UlCommends > li:last-child {
        border: none;
    }

.relative {
    position: relative;
}

.no_padding {
    padding: 0 !important;
}

.paddingT15 {
    padding-top: 15px;
}

.marginT15 {
    margin-top: 15px;
}

.marginT40 {
    margin-top: 40px;
}

.marginT10 {
    margin-top: 10px;
}

.marginT50 {
    margin-top: 50px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB20 {
    margin-bottom: 20px;
}

.padding10 {
    padding: 10px;
}

.margin15 {
    margin: 15px;
}

.center {
    display: block;
    margin: auto;
}


.Sound {
    margin-top: 40px;
    margin-bottom: 15px;
}

    .Sound img {
        display: block;
        margin: auto;
        width: 240px;
    }

    .Sound h2 {
        text-align: right;
        margin: 10px 0;
    }

        .Sound h2 span {
            font-weight: 600;
        }

.Downloads {
    border-radius: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(189,207,10) 0%, rgb(0,184,212) 0%, rgb(0,229,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(189,207,10) 0%, rgb(0,184,212) 0%, rgb(0,229,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(189,207,10) 0%, rgb(0,184,212) 0%, rgb(0,229,255) 100%);
    color: #fff !important;
    padding: 5px;
    margin: 0 20px 10px 0;
}

    .Downloads:hover {
        cursor: pointer;
    }

.TV #owl-demo .item img {
    display: block;
    width: 100%;
    height: 300px;
}

.TV .Text {
    position: absolute;
    top: 70px;
    text-align: right;
    color: #fff;
    right: 232px;
    line-height: 2.5;
    z-index: 2;
}

    .TV .Text h2 {
        font-size: 24px;
        font-weight: 600;
        z-index: 2;
    }

.TV .showdo {
    position: absolute;
    width: 100%;
    background: #00000060;
    left: 0;
    top: 0;
    height: 300px;
    z-index: 1;
}

.TV .owl-controls .owl-buttons {
    margin-top: 20px;
    position: absolute;
    left: 50%;
    bottom: -221px;
}

.TV .owl-theme .owl-controls .owl-buttons div {
    background: #fff;
    padding: 6px 13px;
}

.TV .owl-carousel .owl-pagination {
    position: absolute;
    bottom: 12px;
    left: 50px;
}

.TV .owl-theme .owl-controls .owl-page span {
    width: 25px;
    height: 4px;
    margin: 5px 2px;
}

.TV .Slider_link {
    font-size: 16px;
    color: rgb(24, 255, 255);
    text-decoration: none;
}

    .TV .Slider_link:hover {
        text-decoration: none;
        color: rgba(24, 255, 255, 0.65);
    }

.img_advertisment {
    display: inline-block;
    border-radius: 5px;
    float: right;
    margin: 10px;
    width: 140px;
}

.body_advertisment {
    display: inherit;
    text-align: right;
    padding: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        background-color: #f1f1f1;
        width: 560px;
        margin-bottom: 10px;
    }

.advertismentLink {
    text-decoration: none;
    color: rgb(0, 151, 167);
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    float: left;
    padding-left: 17px;
}

.NistanSubTitle {
    font-size: 18px !important;
    color: rgba(0, 184, 212, 0.859) !important;
    font-weight: 600;
}

.Nistanpoet .Poetimg {
    width: 100%;
    height: 270px;
}

.ViewsDeklame {
    color: rgba(0, 184, 212, 0.961);
    border-radius: 3px;
    background-color: #ebffff;
    /*padding: 6px 31px 10px 42px;*/
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    margin-bottom: 3px;
}

    .ViewsDeklame:hover {
        cursor: pointer;
        color: rgba(0, 184, 212, 0.961);
        text-decoration: none;
    }

.ViewsPadkast {
    color: rgba(0, 184, 212, 0.961);
    border-radius: 3px;
    background-color: #ebffff;
    /*padding: 6px 50px 10px 50px;*/
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    margin-bottom: 3px;
}

    .ViewsPadkast:hover {
        cursor: pointer;
        color: rgba(0, 184, 212, 0.961);
        text-decoration: none;
    }

.Padkastimg {
    width: 160px !important;
    height: 160px !important;
}

.counts {
    color: #888;
}

.DeklameList {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

    .DeklameList .items {
        text-align: center;
        margin: 10px 0px;
        width: 108px;
    }

        .DeklameList .items .imgItems {
            width: 100px;
            height: 100px;
            border-radius: 5px;
        }

@media (min-width: 768px) {
    .DeklameList .items {
        margin: 10px 7px;
    }

    .h-md-100 {
        height: 100% !important;
    }
}

.news-author .counts {
    font-size: 13px;
    padding-top: 0px;
    text-align: center;
}

.marginB0 {
    margin-bottom: 0;
}

.F_S_13 {
    font-size: 13px !important;
}

.NistanSearch {
    width: 50%;
    position: relative;
    margin: auto;
    margin-top: 15px;
}

    .NistanSearch input {
        width: 100%;
        height: 42px;
        border-radius: 22px;
        border: 1px solid #d6d6d6;
        padding: 5px 15px;
    }

    .NistanSearch .searchIcon {
        position: absolute;
        top: 10px;
        color: #297a7d;
    }

.DeklameDetail .code {
    padding-top: 30px;
}

.DeklameAudio {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 30px;
}

.Sharing input {
    border-radius: 20px;
    border: none;
    direction: ltr;
    padding: 2px 10px;
    margin-right: 7px;
    width: 40%;
}

.Search .Des {
    padding: 15px;
    overflow: auto;
}

.Search .imgPayvandGram {
    right: 0;
    top: 6px;
    position: relative;
    margin: auto;
    display: block;
}

.PayvandGram .borderB {
    border: 1px dashed rgba(0, 231, 255, 0.941);
}

.Search .borderB {
    border: 1px dashed rgba(0, 231, 255, 0.941);
}

.fancybox-overlay {
    z-index: 80100 !important;
}

.fancybox-opened .fancybox-title {
    text-align: center;
}

.TVProgram .post-slide10 p {
    color: #333;
    font-size: 14px;
}

.TVProgram .post-slide10 .post-title {
    font-weight: 600;
}


.post-slide10 a {
    text-decoration: none;
}

.TV .items {
    text-align: center;
    border-radius: 5px;
    width: 103px;
    padding: 5px;
}

    .TV .items:hover {
        background: aliceblue;
    }

    .TV .items .imgTV {
        width: 100%;
        border-radius: 5px
    }

    .TV .items .TitleList {
        color: rgb(0,96,100);
        font-weight: 600;
        text-align: center;
    }

    .TV .items p {
        color: #333;
        text-align: center;
    }

    .TV .items a {
        text-decoration: none;
    }

.item_advertismentR {
    background: #fff !important;
    margin-right: 10px;
}

.item_advertismentL {
    background: #fff !important;
    margin-left: 10px;
}

.socialTitle {
    background: #f4f9ff;
    padding: 5px 10px;
    border-radius: 64px;
    text-align: center;
    display: block;
    margin: auto;
}

.Nistanpoet.owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 3px;
    margin: 5px 2px;
}

.Nistanpoet .owl-controls .owl-next {
    right: -32px;
}

.Nistanpoet .owl-controls .owl-prev {
    left: -32px;
}

.ImageReport > a {
    position: relative;
}

.ImageReport .ImageTitle {
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #fff;
    background: #000000b5;
    padding: 5px 12px;
    border-radius: 5px;
}

    .ImageReport .ImageTitle span {
        font-size: 14px;
    }

.fancybox-title-outside-wrap {
    margin-top: 0px;
    background: #000000d9;
    padding: 5px;
}

.marginLR-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-18 {
    font-size: 18px;
}

.w-600 {
    font-weight: 600;
}

.mr_200 {
    margin-right: 20px;
}

.DirR {
    direction: rtl;
}

.paddingBT0 {
    padding-top: 0;
    padding-bottom: 0;
}

.marginTB20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.CirItem:hover {
    cursor: pointer;
}

.det_summ {
    color: #333;
    height: 55px;
    overflow: hidden;
}

.height_Hide {
    height: 160px;
    overflow: hidden;
}

.ps {
    padding-bottom: 5px;
}
/*---------radio-------------*/

.Radio .terme .RadioItem {
    height: 300px;
}

.Radio .owl-controls .owl-prev {
    position: relative;
    left: 0;
    bottom: 0;
    background: #fff !important;
    padding: 8px 15px !important;
    opacity: 1 !important;
    transition: background 0.50s ease;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

    .Radio .owl-controls .owl-prev:hover {
        opacity: 0.7 !important;
    }

.Radio .owl-controls .owl-next {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 8px 15px !important;
    background: #fff !important;
    opacity: 1 !important;
    transition: background 0.50s ease;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

    .Radio .owl-controls .owl-next:hover {
        opacity: 0.7 !important;
    }

.Radio .owl-theme .owl-controls {
    margin-top: 30px;
}

.Radio .owl-controls .owl-buttons {
    margin-top: -36px;
}

.Radio .terme .owl-pagination {
    direction: ltr;
    text-align: initial;
}

.Radio .more .owl-pagination {
    text-align: initial;
    padding-left: 30px;
}


.Radio .NistanSubTitle {
    color: rgb(0, 96, 100) !important;
    z-index: 1;
    background-color: transparent;
}

.Radio a:hover {
    text-decoration: none;
}

.RadioItem {
    margin: 5px;
    background: #fff;
    padding: 8px;
    text-align: right;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    height: 300px;
}

    .RadioItem:hover {
        cursor: pointer;
        background: #ff98002b;
    }

    .RadioItem .Radioimg {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .RadioItem .post-title h3 {
        color: #333;
        font-size: 16px;
        font-weight: 600;
    }

    .RadioItem .post-title .counts {
        color: #888;
        font-size: 12px;
    }

    .RadioItem .post-title {
        position: relative;
        color: #333;
    }

        .RadioItem .post-title .fa-play {
            padding: 10px 12px;
            background: #00b8d4;
            border-radius: 100%;
            color: #fff;
            border: 3px solid #eee;
            position: absolute;
            top: -26px;
        }

.Shadow_L {
    width: 221px;
    height: 276px;
    position: absolute;
    z-index: 5;
    background: linear-gradient(90deg, rgb(245, 245, 245) 25%, rgba(251, 251, 251, 0) 99%);
}

.Shadow_R {
    width: 221px;
    height: 276px;
    position: absolute;
    z-index: 5;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgb(255, 253, 253) 61%);
    right: -22px;
}

.Radio .lstCategory {
    list-style: none;
}

    .Radio .lstCategory .CategoryItem {
        width: fit-content;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        /* padding: 25px 25px; */
        background: #fff;
        border-radius: 50%;
        width: 106px;
        height: 106px;
        position: relative;
        box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
        margin: auto;
    }

.CategoryItem > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.lstCategory li {
    display: inline-block;
    margin: 10px;
    min-width: 122px;
}

    .lstCategory li:hover .CategoryItem {
        cursor: pointer;
        background: #ff98002b;
    }

.Radio .lstCategory .CategoryItem img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: contain;
}

.Radio .SlimiTitle .TitleM:after {
    left: 58%;
}

.Radio .SlimiTitle .TitleM:before {
    left: 41%;
}

.RadioTitle {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 1rem;
}

.imgRadio {
    display: block;
    margin: auto;
    width: 100%;
}

.bold {
    font-weight: 600;
}

.radioBox {
    background: #fff;
    padding: 15px;
    box-shadow: -6px 7px 20px 0 #e2dbdb;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mainPaly {
    text-align: right;
}

    .mainPaly p {
        line-height: 2rem;
    }

    .mainPaly .desr {
        text-align: justify;
    }

.radiovoice {
    position: absolute;
    top: 0;
    width: 50%;
}

.playlist {
    list-style: none;
    width: 100%;
}

.playlistBox {
    background: #fff;
    padding: 8px;
    box-shadow: -6px 7px 20px 0 #e2dbdb;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
}

.playlist .playItem {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    /* padding: 25px 25px; */
    background: #ff98002b;
    border-radius: 50%;
    width: 55px;
    height: 50px;
    position: absolute;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    display: inline-block;
}

    .playlist .playItem img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

.playlist .num {
    font-size: 26px;
    font-weight: 600;
    line-height: 50px;
    padding: 25px;
    text-shadow: 2px -1px 3px rgba(248, 94, 14, 0.29);
}

.playlist .textr {
    display: inline-block;
    bottom: 26px;
    position: absolute;
    margin-right: 20px;
}

marginLR-0 {
    margin-left: 0;
    margin-right: 0;
}

.itmmp {
    color: #888;
}
/*---------end radio-------------*/
@media only screen and (max-width:1199px) {
    .flex-container > div {
        width: 468px;
    }
}

@media only screen and (max-width:992px) {
    .views img {
        /*width: 58px;*/
        height: 100%;
        width: 100%;
    }

    .views .ReviewerImg {
        width: 180px !important;
        height: 180px !important;
        border-radius: 50%;
    }

    .views .news-content .TopTitle {
        font-size: 13px;
    }

    .news-content h3 {
        font-size: 15px;
    }

    .flex-container > div {
        width: 349px;
    }

    .triangleDown_D {
        top: 37px;
    }

    .Sound img {
        width: 120px;
    }

    .Details .code {
        padding-top: 60px;
    }

    .Imgreport .owl-controls .owl-prev {
        right: 10px;
    }

    .menu {
        direction: rtl;
        text-align: right;
        margin-right: 21px;
        position: relative;
    }

    .hidden_sm {
        display: none;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .sizeImg {
        width: 56px;
    }
}

@media only screen and (max-width:767px) {
    .flex-container > div {
        width: 100%;
    }

    .item_advertismentR {
        margin: 0px;
    }

    .item_advertismentL {
        margin-left: 0;
    }

    .footer .custom-file input {
        width: 100%;
    }

    .footer .custom-file {
        width: 126%;
    }
}

@media only screen and (max-width:600px) {
    .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    .SearchLocation {
        top: 3px;
    }
}

@media only screen and (max-width:517px) {
    .footer .custom-file input {
        width: 100%;
    }

    .footer .custom-file {
        width: 166%;
    }

    .menu_r {
        display: flex;
        flex-flow: row wrap;
    }

    /*.TVMenu {
        margin: auto;
        display: block;
    }*/

    .flex-container_nav {
        padding-bottom: 5px;
        justify-content: center;
    }
}

@media only screen and (max-width:575px) {
    .divImgList {
        height: auto;
        position: inherit;
    }

        .divImgList .imgItems {
            position: relative;
            bottom: 3px;
        }
}


@media only screen and (max-width:510px) {
    .rowphon {
        display: block;
    }
}

@media only screen and (max-width:485px) {
    .flex-container_nav > div > a, .flex-container_nav > nav > div > ul > li > a {
        padding: 5px;
        border: none !important;
    }

    .fime_tarna {
        height: 33px;
        display: block;
        margin: auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .flex-container_nav {
        margin: auto;
    }

    .res {
        display: block;
    }

    .searchbar:hover > .search_input {
        width: 220px;
    }
}

@media only screen and (max-width:450px) {
    .detImg {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:420px) {
    .Logo_Place h2 {
        width: 152px;
        margin-right: 15px;
        font-size: 14px;
    }

    .Logo_Place img {
        padding: 10px;
        width: 100px;
        margin: 0;
        margin-top: 10px;
    }

    .Logo_Place {
        height: 90px;
    }
}

@media only screen and (max-width:400px) {
    .main_News .nav {
        width: 340px;
    }

    .main_News .card-body img {
        width: 200px;
        margin: auto;
        display: block;
    }

    .main_News .card-body .card-body {
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .postioan_right {
        right: 0 !important;
    }

    .postioan_left {
        left: 0 !important;
    }
}

@media only screen and (max-width:360px) {

    .Logo_Place h2 {
        width: 134px;
        margin-right: 12px;
        font-size: 18px;
    }

    .Logo_Place img {
        width: 85px;
    }

    .Logo_Place {
        height: 76px;
    }

    .main_News .nav {
        width: 310px;
    }

    .postioan_right {
        /*position: relative;*/
        right: 0px;
    }

    .postioan_left {
        /*position: relative;*/
        left: 0px;
    }
}

@media only screen and (max-width:324px) {

    .Logo_Place h2 {
        width: 112px;
        margin-right: 12px;
        font-size: 15px;
    }

    .Logo_Place img {
        width: 120px;
    }

    .NewsLetter p {
        right: 0;
        transform: translateX(0);
        font-size: 0.8rem;
    }

    .main_News .nav {
        width: 270px;
    }
}

@media only screen and (max-width:282px) {

    .Logo_Place h2 {
        width: 103px;
        margin-right: 6px;
        font-size: 14px;
    }

    .Logo_Place img {
        width: 100px;
    }

    .Logo_Place {
        height: 73px;
    }

    .main_News .nav {
        width: 250px;
    }
}

.light-white {
    color: rgba(255, 255, 255, 0.8);
}

.rem-1 {
    font-size: 1.25rem;
}

.text-success {
    color: rgba(3, 86, 95, 0.9) !important;
}

i {
    color: inherit;
}

#kt_scrolltop {
    opacity: 1;
    background-color: rgb(0, 184, 212);
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.alert[data-notify] .close {
    top: 10px !important;
}

.filter {
    min-height: 50px;
    width: 100%;
    background-image: -webkit-linear-gradient( 0deg, rgb(248,94,14) 0%, rgb(0,131,143) 0%, rgb(0,172,193) 50%, rgb(0,131,143) 100%);
}

.filter-icon {
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #e6e6e6;
    border-radius: 8px;
    cursor: pointer;
}

.archive-filter {
    padding: 10px 0;
    font-size: 0.8rem;
    color: #fff;
}

    .archive-filter select {
        font-size: 0.7rem;
    }

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.dropdown-menu {
    left: 0;
    right: 0;
}

.dropdown-toggle::after {
    margin-right: 0.255em;
    margin-left: 0.255em;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

.col-news {
    height: 210px;
}

.col-news-a {
    /*height: 50%;*/
    height: 60%;
}

@media (max-width: 768px) {
    .col-news {
        height: 210px;
        width: 100% !important;
    }

    .col-news-a {
        height: 100%;
    }

    .Sharing input {
        width: 90%;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #297a7d;
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
}
