﻿@import url("farsi-fonts-styles/primary-pinar.css?ver=1.8");
@import url("farsi-fonts-styles/secondary-pinar.css?ver=1.8");


:root {
    --scrollbar-color: #182d57;
    --main-color: #EF3724;
    --body-color-dark: rgb(60, 60, 60);
    --white-color: #FFF;
    --black-light-color: #000;
    --black-light-color: #182d57;
}

.vc_video-bg-container.video-bg:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

.vc_video-bg-container.video-bg .thw-title-shortcode {
    position: relative;
    z-index: 2;
}
.event-box {
    display: block;
}
/* Typography
================================================== */

.ltr_text {
    display: inline-block;
    direction: ltr;
}

.primary-font {
    font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

.top-space {
    margin-top: 50px;
}

body {
    background: var(--white-color);
    color: var(--black-light-color)  ;
    font-family: 'primary-font', 'segoe ui', tahoma;
    direction: rtl;
}

body,
p {
    line-height: 28px;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-light-color);
    font-weight: 700;
    line-height: 1.7;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-left: 15px;
}

a:hover {
    color: var(--main-color);
}
/* Global styles
================================================== */

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

.body-inner {
    position: relative;
    overflow: hidden;
    margin-top: 137px;
}


a:link,
a:visited {
    text-decoration: none;
}

a {
    color: var(--main-color);
}


    a:hover {
        text-decoration: none;
        color: var(--black-light-color);
    }

    a.read-more {
        color: var(--main-color);
        font-weight: 700;
    }

        a.read-more:hover {
            color: #222;
        }

section,
.section-padding {
    padding: 50px 0;
    position: relative;
}

.no-padding {
    padding: 0;
}

.p-top-0 {
    padding-top: 0;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.m-top-0 {
    margin-top: 0 !important;
}

.m-bottom-0 {
    margin-bottom: 0;
}

.media > .pull-left {
    margin-left: 20px;
}

img.banner {
    display: inline-block;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-50 {
    clear: both;
    height: 50px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.mbt-10 {
    margin: 10px 0;
}

.mbt-20 {
    margin: 20px 0;
}

.mbt-30 {
    margin: 30px 0;
}

.mbt-40 {
    margin: 50px 0;
}

.mbt-50 {
    margin: 50px 0;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-80 {
    margin-bottom: -80px;
}

.mrt-0 {
    margin-top: 0 !important;
}

.pab {
    padding-bottom: 0;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-left: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-right: 20px;
    margin-bottom: 20px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-padding {
    padding: 60px;
}

.solid-bg {
    background: #f9f9f9;
}

.solid-row {
    background: #f0f0f0;
}


/* Dropcap */

.dropcap {
    font-size: 44px;
    line-height: 50px;
    display: inline-block;
    float: right;
    margin: 0 0 0 12px;
    position: relative;
}

/* Video responsive */

.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Input form */
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--white-color);
    padding: 5px 135px 5px 0;
    height: 50px;
    background: none;
    color: var(--black-light-color);
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: var(--white-color);
    border-radius: 4px;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid var(--main-color);
    }

.post-comment-form {
    margin-bottom: 20px;
}

    .post-comment-form .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #EEE;
        padding: 5px 5px 5px 0;
        height: 50px;
        background: none;
        color: var(--black-light-color);
        font-size: 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background: var(--white-color);
        border-radius: 4px;
    }

        .post-comment-form .form-control:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 1px solid var(--main-color);
        }



textarea.form-control {
    min-height: 90px;
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px;
}

hr {
    background-color: var(--main-color);
    border: 0;
    height: 2px;
    margin: 40px 0;
}

blockquote {
    position: relative;
    background: #f7f7f7;
    padding: 45px 50px 30px;
    border: 0;
    margin: 50px 0 40px;
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
}


    blockquote:before {
        position: absolute;
        content: '\f10e';
        font-family: FontAwesome;
        font-size: 24px;
        padding: 8px 15px;
        top: -30px;
        right: 50%;
        margin-right: -44px;
        color: var(--white-color);
        background: var(--main-color);
    }

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

blockquote.pull-left {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

/* Button */

.btn-primary,
.btn-dark {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 11px 25px;
    font-weight: 700;
    color: var(--white-color);
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.btn-white.btn-primary {
    background: var(--white-color);
    color: var(--main-color);
}

.btn-primary {
    background: var(--main-color);
}

.btn-dark {
    background: #242427;
}


    .btn-primary:hover,
    .btn-dark:hover,
    .btn-white.btn-primary:hover {
        background: #272d33;
        color: var(--white-color);
    }

.general-btn {
    clear: both;
    margin-top: 50px;
}

.post-comment-form .btn-primary {
    border-radius: 5px;
}
/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-round li {
        line-height: 28px;
    }

        .list-round li:before {
            font-family: FontAwesome;
            content: "\f137";
            margin-left: 10px;
            color: var(--main-color);
            font-size: 12px;
            top: 1.5px;
            position: relative;
        }

.list-arrow {
    padding: 0;
}

ul.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f104";
    margin-left: 10px;
    color: var(--main-color);
    font-size: 16px;
    top: 2px;
    position: relative;
}


ul.list-check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-left: 10px;
    color: var(--main-color);
    font-size: 14px;
}


/* Bootstrap */

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
    border: 0;
    background: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}

.pattern-bg {
    background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Common styles
================================================== */

/*-- Block padding --*/

.pad-0 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pad-r {
    padding-left: 2px;
}

.pad-l {
    padding-right: 2px;
}

.pad-r-small {
    padding-left: 2px;
}

.pad-l-small {
    padding-right: 2px;
}

.pad-l-0 {
    padding-right: 0;
}

.pad-r-0 {
    padding-left: 0;
}

/*-- Block title --*/

.block-title {
    font-size: 15px;
    line-height: 40px;
    margin: 0 0 5px 0;
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

    .block-title > span {
        height: 30px;
        line-height: 30px;
        padding: 0 2px;
        position: relative;
        display: inline-block;
        color: var(--black-light-color);
    }

    .block-title > i {
        color: var(--black-light-color);
    }

.side-inside .block-title {
    font-size: 15px;
    line-height: 40px;
    margin: 0 0 5px 0;
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

.sidebar-right .block-title > span {
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    position: relative;
    display: inline-block;
    color: var(--black-light-color);
    margin-right: 10px;
}

.international-section .sidebar-right .block-title > span {
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    position: relative;
    display: inline-block;
    color: var(--main-color) !important;
    margin-right: 10px;
}
/*-- Post title --*/
.post-title {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

    .post-title a {
        color: var(--black-light-color);
    }

        .post-title a:hover {
            color: var(--main-color);
        }

.international-section .post-title a {
    color: var(--main-color);
}

.international-section li {
    margin-bottom: 10px !important;
}

.international-section .post-content p {
    height: 110px;
}

.international-section li .post-content p {
    height: auto;
}

.post-title.title-extra-large {
    font-size: 26px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 10px;
    max-height: 126px;
    text-align: justify;
}

.post-title.title-large {
    font-size: 20px;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 5px;
    max-height: 102px;
    text-align: justify;
}

.post-title.title-medium {
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0;
    max-height: 50px;
    text-align: justify;
    height: 50px;
    overflow: hidden;
}

.noavari-row {
    position: relative;
    top: 75px;
}

    .noavari-row .post-title.title-medium {
        font-size: 16px;
        line-height: 30px;
        max-height: 55px;
        text-align: justify;
        height: 55px;
        overflow: hidden;
        text-align: center;
        margin: 25px 0;
    }

.fanavari .post-title.title-medium {
    font-size: 16px;
    text-align: center;
    height: auto;
    margin: 30px 0;
}

.fanavari .post-block-style .post-content p {
    font-size: 13px;
    max-height: 99px;
    overflow: hidden;
    text-align: justify;
    height: 99px;
}

.post-title.title-small {
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
    max-height: 48px;
    text-align: justify;
}

.category-showcase-v2 .post-title.title-small {
    line-height: 30px;
}

.post-top1 h4.post-title.title-small {
    font-size: 16px;
    font-weight: 500;
}

.post-top1 h3.post-title.title-small {
    font-size: 18px;
    max-height: max-content !important;
}

.category-showcase h4.post-title {
    font-size: 13px;
    font-weight: 400;
}

.category-showcase h3.post-title {
    font-size: 15px;
}

.trending-slide2 .post-title.title-small {
    font-size: 13px;
    line-height: 15px;
    margin-top: 39px;
    margin-bottom: 0px;
    max-height: 48px;
    text-align: justify;
}

.famous-slide .post-title.title-small {
    font-size: 13px;
    line-height: 15px;
    margin-top: 39px;
    margin-bottom: 0px;
    max-height: 48px;
    text-align: justify;
}

.post-content p {
    color: #333;
}
/*-- Post meta --*/
a.post-cat {
    position: relative;
    font-size: 13px;
    padding: 0 5px;
    font-weight: 600;
    color: #666;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.post-cat a {
    color: var(--white-color);
}

.post-meta .post-author a {
    color: var(--black-light-color);
    font-weight: 700;
}

.post-meta span {
    font-size: 12px;
    color: #333;
    border-left: 1px solid #dedede;
    line-height: 30px;
    display: inline-block;
}

    .post-meta span.post-date {
        border-left: 0;
        float: left;
        margin-right: 5px;
    }

.post-meta i {
    border-left: 0;
    float: left;
    color: #333;
    line-height: 30px;
}

.chosen-box span.post-date {
    border-left: 0;
    float: none;
    margin-right: 5px;
}

.chosen-box .post-meta i {
    border-left: 0;
    float: none;
    margin-right: 5px;
}

span.post-comment {
    border-left: 0;
    line-height: 24px;
    margin-left: 0;
    padding-left: 0;
}

    span.post-comment span {
        border-left: 0;
        line-height: 100%;
    }

.post-meta span i {
    margin-left: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style {
    position: relative;
    overflow: hidden;
}

    .post-overaly-style:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        right: 0;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, right bottom, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    }

    .post-overaly-style .post-content {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 25px;
    }

    .post-overaly-style .post-title a {
        color: var(--white-color);
    }

    .post-overaly-style h3.post-title a {
        color: var(--white-color);
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

    .post-overaly-style .post-date {
        color: var(--white-color);
    }

    .post-overaly-style .post-time {
        color: var(--white-color);
        margin-left: 5px;
    }

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

    .post-thumb img {
        display: block;
        width: 100%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border-radius: 0px 10px 10px 10px;
    }

.featured-post-area .post-thumb img {
    border-radius: 5px;
}

.noavari-row .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 0px 20px 5px 5px;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    border-radius: 0px 20px 20px 20px;
}

.post-block-style.post-float:hover .post-thumb img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 0px 20px 20px 20px;
}

.thumb-float-style .post-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
    bottom: 0;
    top: auto;
}

.post-overaly-style.contentTop:before {
    top: 0;
    right: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    border-radius: 5px;
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
    padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
    margin-bottom: 30px;
}

    .post-overaly-style.text-center:last-child {
        margin-bottom: 0;
    }

    .post-overaly-style.text-center .post-thumb img {
        min-height: 260px;
    }

    .post-overaly-style.text-center .post-meta span {
        padding: 0;
        margin: 0;
    }

    .post-overaly-style.text-center:before {
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, right bottom, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    }

/*-- Post Block style --*/

.post-block-style {
    position: relative;
}

.latest-news-slideauto .post-block-style {
    background: #e5e9ed;
    height: 390px;
}

.post-block-style .post-content {
    padding: 5px 10px;
    margin: 0 20px;
    position: relative;
    bottom: 30px;
    background: var(--white-color);
    border-radius: 5px;
    border: 1px solid #DDD;
    border-left: 3px solid var(--main-color);
    height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.gallery-box .post-block-style .post-content {
    padding: 5px 10px;
    background: var(--white-color);
    border-radius: 0 0 5px 5px;
    border: 1px solid #DDD;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    margin: 0;
    position: relative;
    bottom: 0;
}

.gallery-box .post-title.title-medium {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
    height: 50px;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.gallery-box .gallery-item-2 .post-thumb, .gallery-box .gallery-item-3 .post-thumb {
    max-height: 200px;
}

.category-showcase .gallery-box .gallery-item-2 .post-thumb, .category-showcase .gallery-box .gallery-item-3 .post-thumb, .category-showcase .gallery-box .gallery-item-7 .post-thumb, .category-showcase .gallery-box .gallery-item-8 .post-thumb {
    max-height: 212px;
}

.gallery-box .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 10px 10px 0px 0px;
}

.gallery-item-0 .post-thumb, .gallery-item-1 .post-thumb, .gallery-item-5 .post-thumb, .gallery-item-6 .post-thumb {
    max-height: 210px;
}


.knowledge-row .post-block-style .post-content {
    padding: 5px 15px;
    margin: 0 15px;
    position: relative;
    bottom: 30px;
    border-radius: 5px;
    border: 1px solid #DDD;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
    box-shadow: 0px 2px 1px 0px #7e7e7e36;
}

.noavari-row .post-content {
    padding: 5px 10px;
    margin: 0;
    position: relative;
    background: var(--white-color);
    border-radius: 0 0 5px 5px;
    border: 1px solid #DDD;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
    top: -4px;
}

.top-best .post-block-style .post-content {
    padding: 5px 10px;
    margin: 0 40px;
    position: relative;
    bottom: 30px;
    background: var(--white-color);
    border-radius: 5px;
    box-shadow: 0px 2px 1px 0px var(--main-color)36;
    border-left: 0;
    height: 160px;
    max-height: 160px;
    overflow: hidden;
}

.latest-news-slide2 .post-content {
    padding: 0;
}

.post-block-style .post-title a:hover {
    color: var(--main-color);
}

.featured-post .post-date, .featured-post .post-title a:hover {
    color: var(--main-color);
}

.title-amoozesh > h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.post-block-style .post-content p {
    font-size: 13px;
    max-height: 110px;
    overflow: hidden;
    text-align: justify;
    height: 110px;
}

.top-best .post-block-style .post-content p {
    font-size: 13px;
    max-height: 50px;
    overflow: hidden;
    text-align: justify;
    height: 50px;
}

.noavari .post-block-style .post-content p {
    font-size: 13px;
    max-height: 85px;
    overflow: hidden;
    text-align: justify;
}

.post-block-style .post-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.post-block-style .post-content .post-meta {
    margin: 5px 0;
}


/*-- Review box --*/

.review-box {
    background: var(--black-light-color);
    color: var(--white-color);
    position: absolute;
    top: 0;
    padding: 2px 7px;
    font-weight: 700;
}

/*-- Post list --*/

.list-post-block {
    margin-top: 0px;
}

.list-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-post-block .list-post > li {
    margin-bottom: 30px;
    max-height: 75px;
}

    .list-post-block .list-post > li:last-child {
        margin-bottom: 0;
    }

.third-sec .list-post-block .list-post > li {
    margin-bottom: 8px;
    max-height: 83px;
}

.sidebar-gray .list-post > li {
    margin-bottom: 0px;
    max-height: 75px;
}

.sidebar-gray .widget h3 {
    font-size: 20px;
}

.sidebar-gray .post-block-style .post-content {
    padding: 0px 10px;
}

.post-block-style.post-float .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

    .post-block-style.post-float .post-thumb img {
        max-width: 100px;
        min-height: 75px;
    }

.post-block-style.post-float .post-title {
    margin-top: -10px;
}

    .post-block-style.post-float .post-title i {
        top: 1px;
        position: relative;
        font-size: 9px;
        color: var(--black-light-color);
        margin-left: 5px;
    }

.post-block-style.post-float .post-content {
    z-index: 0;
}

.post-block-style.post-float .post-cat {
    font-size: 8px;
    right: 0;
    top: 0;
}


/*-- Review post list --*/

.review-stars {
    text-align: right;
}

    .review-stars i {
        color: #f3b60a;
    }

    .review-stars .fa-star-half-o {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
    background: var(--black-light-color);
}

.color-default .post-cat:before {
    border-top: 8px solid var(--black-light-color);
}

/*-- Color Red --*/

.color-red .block-title {
    border: none;
    margin: 0;
}

    .color-red .block-title > span,
    .color-red a.post-cat {
        color: var(--black-light-color);
    }

.color-red .post-cat:before {
    border-top: 8px solid var(--main-color);
}

.color-red .block-title > span:after {
    border-color: var(--main-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .owl-carousel.owl-theme .owl-nav > div:hover {
    background: var(--main-color);
}

/*-- Color Blue --*/

.color-blue .block-title {
    border-bottom: 2px solid #1e88e5;
}

    .color-blue .block-title > span,
    .color-blue a.post-cat {
        background: #1e88e5;
    }

.color-blue .post-cat:before {
    border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs > li.active > a {
    color: #1e88e5;
}

    .color-blue.featured-tab .nav-tabs > li.active > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
    }

.color-blue .block-title > span:after {
    border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-dark-blue .block-title {
    border-bottom: 2px solid #4258fe;
}

    .color-dark-blue .block-title > span,
    .color-dark-blue a.post-cat {
        background: #4258fe;
    }

.color-dark-blue .post-cat:before {
    border-top: 8px solid #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs > li.active > a {
    color: #4258fe;
}

    .color-dark-blue.featured-tab .nav-tabs > li.active > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
    }

.color-dark-blue .block-title > span:after {
    border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/*-- Color Orange --*/

.color-orange .block-title {
}

    .color-orange .block-title > span,
    .color-orange a.post-cat {
    }

.color-orange .post-cat:before {
    border-top: 8px solid #ff7a09;
}

.color-orange.featured-tab .nav-tabs > li.active > a {
    color: #ff7a09;
}

    .color-orange.featured-tab .nav-tabs > li.active > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
    }
/*-- Color Aqua --*/

.color-aqua .block-title {
    border-bottom: 2px solid #00bdb3;
}

    .color-aqua .block-title > span,
    .color-aqua a.post-cat {
        background: #00bdb3;
    }

.color-aqua .post-cat:before {
    border-top: 8px solid #00bdb3;
}

.color-aqua.featured-tab .nav-tabs > li.active > a {
    color: #00bdb3;
}

    .color-aqua.featured-tab .nav-tabs > li.active > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
    }

.color-aqua .block-title > span:after {
    border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Violet --*/

.color-violet .block-title {
    border-bottom: 2px solid #9401d3;
}

    .color-violet .block-title > span,
    .color-violet a.post-cat {
        background: #9401d3;
    }

.color-violet .post-cat:before {
    border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs > li.active > a {
    color: #9401d3;
}

    .color-violet.featured-tab .nav-tabs > li.active > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
    }

.color-violet .block-title > span:after {
    border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/* Trending Bar
================================================== */

.trending-bar {
    background: #f0ece7;
    color: var(--black-light-color);
    padding: 10px 0;
}

.trending-title {
    background: var(--main-color);
    color: var(--white-color);
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 100%;
    float: right;
    margin: 1.5px 0 0 20px;
}

.trending-bar .post-content,
.trending-light .post-content {
    padding: 75px 0px 25px 0;
}

.trending-slide2 .post-content {
    padding: 20px;
}

.trending-slide2 .item {
    min-height: 230px;
    position: relative;
}

    .trending-slide2 .item .row div {
        min-height: 210px;
    }

    .trending-slide2 .item audio {
        position: absolute;
        bottom: 37px;
        width: 90%;
    }

    .trending-slide2 .item img {
        border-radius: 15px;
    }

.trending-slide2 .post-content p {
    color: var(--black-light-color);
}

.trending-slide2 .post-content strong {
    color: var(--main-color);
}

.trending-slide2 .post-meta {
}

    .trending-slide2 .post-meta .post-date {
        float: none;
    }

    .trending-slide2 .post-meta i {
        float: none;
    }

.top-best .post-meta {
    margin: 0;
}

    .top-best .post-meta .post-date {
        float: none;
    }

    .top-best .post-meta i {
        float: none;
    }

.top-best .post-title {
    margin: 0;
}

.trending-bar-bg {
    background-size: cover;
    background-color: var(--black-light-color);
}

.trending-bar-bg-2 {
    background-image: url(/Theme/Pitchino/assets/images/shape-bg-fam.png);
    background-size: cover;
    padding: 0;
}

.trending-bar-bg-noavari {
    background-image: url(/Theme/Pitchino/assets/images/shape-back-black2.webp);
    background-size: cover;
    padding: 0;
    background-color: #252527;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

    .owl-carousel.owl-theme.trending-slide .owl-nav > div {
        background: var(--white-color);
        border: 0;
        color: var(--black-light-color);
        line-height: 45px;
        border: 1px solid var(--black-light-color);
        border: 1px solid #dedede;
        width: 40px;
        height: 40px;
    }

        .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
            background: var(--white-color);
            border: 0;
            color: var(--main-color);
        }


.trending-slide .post-title a {
    color: var(--black-light-color);
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 5px;
}

.trending-slide h4.post-title a {
    color: var(--black-light-color);
    font-size: 13px;
    border-bottom: none;
    line-height: 25px;
    padding-bottom: 0;
    color: var(--main-color);
    margin-bottom: 0;
}

.trending-slide .post-content p {
    color: var(--black-light-color);
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    text-align: justify;
}

.trending-slide .post-title.title-small {
    margin: 0;
    font-size: 13px;
    color: var(--black-light-color);
    margin-bottom: 0px;
    max-height: 80px;
}

/* Trending light */

.trending-light {
    color: var(--black-light-color);
    margin: 30px 0;
}

    .trending-light .trending-slide .post-title {
        font-weight: 600;
        margin-top: 3px;
        font-size: 15px;
    }

        .trending-light .trending-slide .post-title a {
            color: var(--black-light-color);
        }

    .trending-light .trending-title {
        padding: 8px 10px 7px;
    }

    .trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
        background: #333;
        color: var(--white-color);
    }


/* Top Bar
================================================== */

.top-bar {
    padding: 8px 0;
    color: var(--white-color);
    font-size: 13px;
    position: fixed;
    background: #182d57;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

    .top-bar .curve {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: var(--main-color);
        border-top-left-radius: 45px;
    }

/* Date */

.ts-date {
    display: inline-block;
    border-left: 1px solid #acacac;
    padding-left: 10px;
    line-height: 12px;
}


    .ts-date i {
        margin-left: 5px;
    }

.ts-change-theme {
    display: inline-block;
    line-height: 12px;
}

    .ts-change-theme i {
        margin-right: 5px;
    }

/* Top nav */

.top-nav {
    display: inline-block;
}

    .top-nav li {
        display: inline-block;
        line-height: 12px;
        padding-right: 12px;
    }

        .top-nav li a {
            background: none;
            color: var(--white-color);
            padding: 0;
            line-height: 100%;
        }

            .top-nav li a:hover {
                color: var(--main-color);
            }


/* Top social */

.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-social li {
    display: inline-block;
    padding: 0;
}

    .top-social li a {
        color: var(--white-color);
        margin-left: 15px;
        font-size: 14px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }

        .top-social li a:hover {
            color: var(--main-color);
        }

/* Top bar border */

.top-bar-border {
    padding: 8px 20px 8px;
    border-bottom: 1px solid #ddd;
}

    .top-bar-border ul.top-info {
        color: #7c7c7c;
        font-weight: 400;
    }

    .top-bar-border .top-social li a {
        color: #7c7c7c;
    }

    .top-bar-border ul.top-info li i {
        color: var(--main-color);
    }


/* Header Default
================================================== */

.header {
    background: var(--white-color);
    justify-content: center;
    padding: 20px 0;
    position: fixed;
    top: 44px;
    z-index: 9;
    left: 0;
    right: 0;
}

    .header .header-wrapper {
        width: 100%;
        max-width: 600px;
        height: 100px;
        background-color: #f36f61;
        border-top-right-radius: 100px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        top: 0;
    }

    .header .slogun span {
        font-size: 20px;
        line-height: 75px;
    }

.main-nav {
    background: var(--white-color);
}

.navbar-fixed {
    background: var(--white-color);
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
    padding: 0;
}

.ad-banner {
    padding: 5px 0;
}

.header-right {
    float: left;
}

/* Logo center */

.header.text-center {
    padding: 10px 0;
}


/*-- Search start --*/

ul.top-info-box > li.nav-search {
    cursor: pointer;
    padding-right: 30px;
    margin-right: 30px;
}

    ul.top-info-box > li.nav-search:before {
        position: absolute;
        content: '';
        background: #ddd;
        right: 0;
        width: 1px;
        height: 40px;
        top: 50%;
        margin-top: -10px;
    }

    ul.top-info-box > li.nav-search i {
        font-size: 20px;
        top: 10px;
        position: relative;
        cursor: pointer;
        color: #999;
    }

/* Main navigation */

.site-nav-inner {
    position: relative;
}

.main-nav > .container > .row {
    margin-right: 0;
    margin-left: 0;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-toggle {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 5px;
    background: #ec6d3e;
}

    .navbar-toggle .icon-bar {
        background: var(--white-color);
        width: 20px;
    }

    .navbar-toggle .i-bar {
        background: var(--white-color);
    }

.navbar-collapse {
    padding-right: 0;
    border-top: 0;
    z-index: 1000 !important;
}

ul.navbar-nav {
    float: right;
    display: inline-block;
}

    ul.navbar-nav > li {
        float: none;
        display: inline-block;
    }

    ul.navbar-nav > li {
        padding: 0;
        position: relative;
    }

        ul.navbar-nav > li > a {
            display: inline-block;
            padding: 0 5px;
            line-height: 50px;
            font-size: 14px;
            font-weight: 700;
            color: var(--black-light-color);
            margin: 0;
            position: relative;
            -webkit-transition: 350ms;
            -moz-transition: 350ms;
            -o-transition: 350ms;
            transition: 350ms;
        }

        ul.navbar-nav > li:hover > a:before,
        ul.navbar-nav > li.active > a:before {
            border-color: var(--main-color);
            opacity: 1;
            -webkit-transform: scale(1) translateZ(0);
            -moz-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
        }

        ul.navbar-nav > li > a:before {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            opacity: 0;
            border-bottom: 3px solid;
            -webkit-transform: scale(0) translateZ(0);
            -moz-transform: scale(0) translateZ(0);
            transform: scale(0) translateZ(0);
            -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
            -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
            -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
            -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
            transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
            -o-transition: opacity 0.55s ease, -o-transform 0.45s ease;
            -moz-transition: transform 0.45s ease, opacity 0.55s ease, -moz-transform 0.45s ease;
            transition: transform 0.45s ease, opacity 0.55s ease;
            transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease, -moz-transform 0.45s ease, -o-transform 0.45s ease;
        }


        ul.navbar-nav > li > a:hover,
        ul.navbar-nav > li > a:focus {
            background: none;
        }

        ul.navbar-nav > li > a i {
            font-weight: 700;
            vertical-align: middle;
            margin-left: 3px;
            font-size: 18px;
            color: var(--main-color);
        }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
    border: 0;
}


/* Dropdown */

ul.navbar-nav > li.mega-dropdown {
    position: static;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -2px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "\f107";
        font-family: FontAwesome;
        float: left;
        margin-top: 4px;
        margin-left: -5px;
        display: none;
    }

    .dropdown-submenu > a.opened:after {
        content: "\f106";
        display: none;
    }

    .dropdown-submenu:hover > a:after {
        border-right-color: var(--white-color);
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            right: -100%;
            margin-right: 10px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;
        }


.dropdown-menu {
    text-align: right;
    background: var(--white-color);
    z-index: 100;
    min-width: 230px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border: 0;
    padding: 5px 15px;
}

.navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}

    .navbar-nav > li > .dropdown-menu.mega-menu-content {
        border-top: 0;
    }

.dropdown-menu-large {
    min-width: 400px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dropdown-menu-large > li > ul > li > a {
            padding-right: 0;
        }

        .dropdown-menu-large > li > ul > li.active > a {
            color: var(--main-color);
        }

.navbar-nav > li > .dropdown-menu > a {
    background: none;
}

.dropdown-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 12px 10px 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}

.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: var(--main-color);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: none;
    color: var(--main-color);
}

@media (min-width: 992px) {
    ul.nav li.dropdown:hover .dropdown-menu {
        display: block;
    }

    ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 100%;
        top: 0;
        display: none;
    }

    ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.mega-menu-content {
    width: 100%;
    max-width: 1140px;
    right: 15px;
    padding: 0;
}

.mega-menu-content-inner {
    padding: 20px;
}

.mega-menu-content .video-icon {
    border: 0;
    margin-top: -40px;
}

/*-- Dark bg style --*/

.main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-right: 0;
    margin-left: 0;
}

.main-nav.dark-bg ul.navbar-nav > li > a {
    color: var(--white-color);
}

    .main-nav.dark-bg ul.navbar-nav > li > a:before {
        border: 0;
    }

.main-nav.dark-bg ul.navbar-nav > li.active,
.main-nav.dark-bg ul.navbar-nav > li:hover {
    background: var(--main-color);
}

.main-nav.dark-bg .nav-search i {
    color: var(--white-color);
}

/*-- Nav Search start --*/

.main-nav > .container,
.search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-left: 0;
}

.nav-search {
    float: left;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 30px;
}

.dark-bg .nav-search {
    top: 12px;
}

.search-block {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    left: 15px;
    top: 54px;
    width: 300px;
    z-index: 100;
    margin-top: 0;
}

.dark-bg .search-block {
    top: 50px;
}

.search-block .form-control {
    background-color: #f7f7f7;
    border: none;
    color: var(--black-light-color);
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
    color: #525252;
    position: absolute;
    top: -45.5px;
    left: 5px;
    font-size: 32px;
    cursor: pointer;
    background: var(--white-color);
    padding: 5px;
}

.dark-bg .search-block .search-close {
    background: #272727;
    color: var(--white-color);
    top: -44px;
}

.search-area .nav-search {
    top: 23px;
    left: 15px;
}

.search-area .search-block .search-close {
    top: -55px;
}

.search-area .search-block {
    left: 0;
    top: 71px;
}

/*-- Menu tab --*/

.menu-tab .nav.nav-tabs {
    background: #f6f6f6;
    border-left: 1px solid #dedede;
    padding: 25px 20px 20px;
    padding-left: 0;
    min-height: 250px;
}

    .menu-tab .nav.nav-tabs > li > a {
        border: 1px solid transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-weight: 600;
        padding: 10px 15px;
    }

    .menu-tab .nav.nav-tabs > li.active > a {
        background: var(--white-color);
        margin-left: -1px;
        border: 1px solid #dedede;
        border-left: 0;
        color: var(--main-color);
        cursor: pointer;
    }

.menu-tab .tab-content > .tab-pane {
    padding: 25px 10px 15px 10px;
    min-height: 250px;
}

    .menu-tab .tab-content > .tab-pane .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

/* Header with Menu
================================================== */

.header.header-menu {
    padding: 0;
}

    .header.header-menu .logo {
        padding: 12px 0;
    }

    .header.header-menu > .container > .row {
        border-bottom: 1px solid #dedede;
        margin-right: 0;
        margin-left: 0;
    }

    .header.header-menu ul.navbar-nav > li > a {
        line-height: 70px;
    }

    .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .site-nav-inner {
        position: static;
    }


    .header.header-menu .mega-menu-content {
        min-width: 1145px;
        right: -43%;
    }

    .header.header-menu .navbar-toggle {
        margin-right: -15px;
    }

/* Featured Post area 
================================================== */
.featured-slider .post-content h3 {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 0;
}

    .featured-slider .post-content h3:hover a {
        color: var(--white-color);
    }

.featured-post-area {
    margin-bottom: 20px;
}

    .featured-post-area .post-content i {
        margin-left: 3px;
    }

    .featured-post-area .post-content .post-number {
        position: absolute;
        top: 52px;
        background: #AAA;
        padding: 3px 13px;
        height: auto;
        left: -2px;
        margin-left: 0;
    }

    .featured-post-area .title-extra-small {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

        .featured-post-area .title-extra-small a {
            color: var(--main-color);
        }

    .featured-post-area .title-small a {
        color: var(--main-color);
        font-size: 13px;
    }

    .featured-post-area .post-overaly-style h3.post-title a {
        color: var(--white-color);
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

        .featured-post-area .post-overaly-style h3.post-title a:hover {
            color: var(--main-color);
        }

    .featured-post-area .post-title.title-medium {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0;
        max-height: 50px;
        text-align: justify;
        overflow: hidden;
    }
/*-- Owl slide common --*/
.owl-carousel.page-slider .owl-nav {
    margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: -82px;
    left: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav i {
    font-size: 21px;
}

.owl-carousel.owl-theme .owl-nav > div {
    margin: 0 3px;
    background: none;
    border: 1px solid #dedede;
    color: #999;
    width: 30px;
    height: 30px;
    line-height: 19px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    vertical-align: middle;
}

    .owl-carousel.owl-theme .owl-nav > div:hover {
        background: #272d33;
        border: 1px solid transparent;
    }

.featured-slider-timeline.owl-carousel.owl-theme .owl-nav {
    position: relative;
}

    .featured-slider-timeline.owl-carousel.owl-theme .owl-nav .owl-prev {
        margin: 0 3px;
        background: var(--white-color);
        border: 1px solid #dedede;
        color: var(--black-light-color);
        width: 40px;
        height: 40px;
        line-height: 19px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
        vertical-align: middle;
        position: absolute;
        right: 50px;
        bottom: 250px;
    }

    .featured-slider-timeline.owl-carousel.owl-theme .owl-nav .owl-next {
        margin: 0 3px;
        border: 1px solid #dedede;
        color: var(--black-light-color);
        width: 40px;
        height: 40px;
        line-height: 19px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
        vertical-align: middle;
        position: absolute;
        left: 50px;
        bottom: 250px;
        background: var(--white-color);
    }

    .featured-slider-timeline.owl-carousel.owl-theme .owl-nav > div i {
        font-size: 28px;
        line-height: 36px;
    }

.featured-slider-timeline h4.post-title {
    margin: 0;
    font-size: 13px;
    height: 25px;
    font-weight: 500;
}

    .featured-slider-timeline h4.post-title a {
        color: var(--main-color);
    }

.featured-slider-timeline .post-content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
}

    .featured-slider-timeline .post-content h3 a {
    }

.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: 0;
    margin: 0 !important;
    right: 0;
}

.suggestion-slider.owl-theme .owl-dots {
    left: 0;
    right: auto;
    top: -27px;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    margin: 5px 4px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-color);
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: -82px;
    left: 0;
}

/* Featured slider */

.featured-slider .item {
    padding-bottom: 70%;
    position: relative;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .featured-slider .item:before {
        border-radius: 5px;
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        right: 0;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, right top, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    }

    .featured-slider .item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
    }

.post-content {
    padding: 30px;
    z-index: 1;
    position: relative;
}

.featured-post-down .post-content {
    padding: 5px;
    z-index: 1;
    position: relative;
    text-align: center;
    max-height: 80px;
    height: 80px;
}

.suggestion-post .post-content {
    padding: 5px;
    z-index: 1;
    position: relative;
}

    .suggestion-post .post-content h4 {
        font-size: 13px;
    }

.featured-slider.owl-theme .owl-nav > div {
    background: rgba(0, 0, 0, 0.65);
    border: 0;
    position: absolute;
    top: 50%;
    width: 34px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 24px;
    text-align: center;
    opacity: 0;
    margin: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.featured-slider.owl-theme:hover .owl-nav > div {
    opacity: 1;
}

.featured-slider.owl-theme .owl-nav > .owl-prev {
    right: 0;
}

.featured-slider.owl-theme .owl-nav > .owl-next {
    left: 0;
}

.featured-slider.owl-theme .owl-nav > div:hover {
    background: var(--main-color);
    color: var(--white-color);
    border: 0;
}

.featured-post {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .featured-post .post-date,
    .featured-post .post-title a {
        color: var(--white-color);
        line-height: 35px;
    }

    .featured-post .post-time {
        color: var(--white-color);
        margin-left: 5px;
    }

    .featured-post .post-title a i {
        margin-left: 5px;
    }

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
    position: absolute;
    bottom: 0;
    top: auto;
}

.featured-slider.content-bottom .item:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, right bottom, right bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}


/* Trending post hot */

.hot-post-top {
    padding-bottom: 60%;
    margin-bottom: 4px;
}

    .hot-post-top .post-thumb,
    .hot-post-top img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.hot-post-bottom {
    padding-bottom: 77%;
}

    .hot-post-top .post-content,
    .hot-post-bottom .post-content {
        padding: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .hot-post-top .post-thumb,
    .hot-post-top img,
    .hot-post-bottom .post-thumb,
    .hot-post-bottom img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


/*-- 4 News Box --*/

.featured-slider.fourNewsbox-style .item {
    padding-bottom: 61.8%;
}

.fourNewsbox,
.fourNewsboxTop {
    padding-bottom: 61.7%;
}

    .fourNewsbox .post-content,
    .fourNewsboxTop .post-content {
        padding: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .fourNewsbox .post-thumb,
    .fourNewsbox img,
    .fourNewsboxTop .post-thumb,
    .fourNewsboxTop img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.fourNewsboxTop {
    margin-bottom: 4px;
}

/* Post overaly text center on Featured area */

.featured-slider.twoNewsBox-style .item {
    padding-bottom: 61.15%;
}

.featured-post-area .twoNewsBox {
    padding-bottom: 62%;
}

    .featured-post-area .twoNewsBox .post-content {
        padding: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .featured-post-area .twoNewsBox .post-thumb,
    .featured-post-area .twoNewsBox img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .featured-post-area .twoNewsBox.first {
        margin-bottom: 4px;
    }


/* Block
================================================== */

.block {
    position: relative;
}


/* Sidebar
================================================== */

.sidebar .widget.m-bottom-0 {
    margin-bottom: 0;
}

/*-- Social Icon --*/

.social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .social-icon li {
        display: inline-block;
        margin: 4px 0 4px 1px;
    }



        .social-icon li a i {
            background: var(--main-color);
            color: var(--white-color);
            font-size: 18px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            -webkit-transition: 350ms;
            -o-transition: 350ms;
            -moz-transition: 350ms;
            transition: 350ms;
            border-radius: 5px;
            padding: 0 4px 0 0;
        }

            .social-icon li a i.fa-rss {
                background: #FA9B39;
            }

            .social-icon li a i:hover {
                background: var(--black-light-color);
            }

.meta-info .post-ctg-title {
    color: #888;
}

    .meta-info .post-ctg-title i {
        font-size: 8px;
    }
/* Social icon box style */
.social-icon-box > li {
    width: 100%;
    background: var(--black-light-color);
    padding: 12px;
    color: var(--white-color);
    margin-bottom: 10px;
}

    .social-icon-box > li > a {
        color: var(--white-color);
    }

        .social-icon-box > li > a i {
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            float: right;
            margin-left: 20px;
            background: rgba(0, 0, 0, 0.2);
        }

.social-icon-box .ts-social-title {
    font-size: 14px;
    margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
    display: block;
    font-size: 13px;
}

.social-icon-box > li.rss {
    background: #FA9B39;
}

.social-icon-box > li.facebook {
    background: #3B5998;
}

.social-icon-box > li.twitter {
    background: #00aced;
}

.social-icon-box > li.gplus {
    background: #c53942;
}



/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab {
    position: relative;
}

    .featured-tab .nav-tabs {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .featured-tab .nav-tabs > li > a {
            color: #999999;
            text-shadow: none;
            font-weight: 700;
            font-size: 12px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin: 0 1px 0;
            padding: 0 15px 0 0;
            border: 0 !important;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .featured-tab .tab-content {
        border-top: 0;
        padding: 0;
        overflow: hidden;
    }

    .featured-tab .nav-tabs > li.active > a {
        color: var(--black-light-color);
        position: relative;
        background: none;
    }

        .featured-tab .nav-tabs > li.active > a:after {
            position: absolute;
            content: " ";
            width: auto;
            height: auto;
            bottom: -14px;
            margin-right: 0;
            right: 50%;
            border-width: 7px;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--black-light-color) rgba(0, 0, 0, 0);
        }


    .featured-tab .list-post-block {
        margin-top: 0;
    }


/* Ad Content area
================================================== */

.ad-content-area img {
    display: inline-block;
}


/* Video Block
================================================== */

.video-block {
    background: var(--black-light-color);
    color: var(--white-color);
}

.video-tab-title {
    color: var(--white-color);
    font-size: 18px;
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
    margin: 0 15px 30px 0;
}

.video-tab .post-overaly-style {
    height: 607px;
    border-radius: 20px;
}

    .video-tab .post-overaly-style .post-content {
        padding: 35px;
        text-align: center;
    }

.video-tab .post-title {
    font-size: 20px;
    line-height: 38px;
    font-weight: normal;
    max-height: 114px;
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.video-tab .post-content h3 {
    padding: 0;
    margin: 0;
}

.video-tab .nav-tabs > li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: -1px;
    min-height: 149px;
}

    .video-tab .nav-tabs > li > a {
        background: none;
        border: 0;
        padding: 0;
    }

        .video-tab .nav-tabs > li > a .post-thumb img {
            border-radius: 10px;
        }

        .video-tab .nav-tabs > li > a .post-thumb {
            margin-left: 20px;
            position: relative;
            overflow: hidden;
            border: none;
        }

            .video-tab .nav-tabs > li > a .post-thumb i {
                position: absolute;
                bottom: 40%;
                right: 40%;
                color: var(--white-color);
            }

        .video-tab .nav-tabs > li > a h3 {
            color: var(--black-light-color);
            font-weight: normal;
            line-height: 28px;
            font-size: 13px;
            margin: 0;
            max-height: 84px;
            overflow: hidden;
        }

.video-icon {
    text-align: center;
    color: var(--white-color);
    display: block;
    top: 50%;
    margin-top: -50px;
    font-size: 32px;
    z-index: 1;
    position: absolute;
    right: 50%;
    margin-right: -40px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .video-icon i {
        margin-left: 5px;
        top: 2.5px;
        position: relative;
    }

/* More news
================================================== */

.post-block-style.post-float-half .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 16px;
    margin-top: 19px;
}

    .post-block-style.post-float-half .post-thumb img {
        max-width: 300px;
        min-height: 200px;
    }

.pitch-product .post-block-style.post-float-half .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 16px;
    margin-top: 19px;
}

    .pitch-product .post-block-style.post-float-half .post-thumb img {
        max-width: auto;
        min-height: auto;
    }

.top-best .post-thumb img {
    max-width: 100% !important;
    min-height: 100% !important;
}
/* Footer
================================================== */
.footer {
    position: relative;
    background-color: #182d57; /* مشکی */
    color: white;
    text-align: center;
    overflow: hidden;
}

.footer-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 29%;
    height: auto;
    z-index: 1;
    opacity: 0.1;
}

.footer-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 29%;
    height: auto;
    z-index: 1;
    opacity: 0.1;
    transform: rotate(180deg);
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
    position: relative;
    border-bottom: 1px solid var(--white-color);
    color: var(--white-color);
    padding-bottom: 10px;
}

.footer .widget-social-footer {
    margin-top: 105px;
    text-align: center;
}

    .footer .widget-social-footer h3 {
        font-size: 16px;
        font-weight: 700;
        font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
        position: relative;
        border-bottom: 1px solid var(--white-color);
        color: var(--white-color);
        padding-bottom: 10px;
    }

    .footer .widget-social-footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

        .footer .widget-social-footer ul li {
            width: 40px;
            flex: 1;
        }

            .footer .widget-social-footer ul li a {
            }

                .footer .widget-social-footer ul li a i {
                    color: var(--main-color);
                    font-size: 2.4rem;
                }

.copyright-info {
}

    .copyright-info a {
        cursor: pointer;
        color: var(--main-color);
        position: relative;
        z-index: 10;
    }

        .copyright-info a:hover {
            cursor: pointer;
            color: var(--white-color);
        }

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer ul li {
        margin-bottom: 8px;
    }

        .footer ul li a {
            color: var(--white-color);
            font-size: 14px;
        }

/* Trending */

.footer .post-title.title-small {
    font-weight: normal;
}

.footer-widget .post-block-style.post-float .post-thumb img {
    max-width: 95px;
    min-height: 75px;
}

.footer-widget .post-meta span.post-date {
    color: #676767;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
    padding-left: 30px;
}

    .footer-widget.widget-categories ul li .catCounter {
        float: left;
    }


/* Twitter Widget */

.twitter-widget ul li {
    position: relative;
    padding-right: 35px;
}

    .twitter-widget ul li:after {
        content: "\f099";
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'FontAwesome';
        color: #a3a3a3;
        font-size: 16px;
    }

    .twitter-widget ul li .tweet-text {
        font-size: 13px;
        line-height: 1.85;
    }

        .twitter-widget ul li .tweet-text span {
            display: block;
            color: #676767;
            font-size: 12px;
        }

        .twitter-widget ul li .tweet-text a {
            color: var(--main-color);
            font-size: 12px;
        }


/*-- Gallery widget --*/

.gallery-widget {
    font-size: 0;
    line-height: 0;
    margin: 0 0 -10px -10px;
}

    .gallery-widget a {
        overflow: hidden;
        margin: 0 0 10px 10px;
        display: inline-block;
    }

        .gallery-widget a img {
            max-width: 80px;
            min-height: 65px;
        }


/*-- Footer Info --*/

.footer-info-content {
    border-top: 1px solid #606060;
    margin-top: 50px;
    padding: 50px 250px 0;
}

    .footer-info-content p {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .footer-info-content i {
        vertical-align: middle;
    }

.footer-logo img {
    display: inline-block;
}

.footer-info-phone,
.footer-info-email {
    display: inline-block;
    margin: 0 5px;
}

/* Footer social */

.footer .footer-social {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

    .footer .footer-social li {
        margin: 0;
    }

.footer-social li a {
    display: inline-block;
    margin: 0 3px;
}

    .footer-social li a i {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: var(--white-color);
        background: #282828;
        text-align: center;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }

        .footer-social li a i:hover {
            background: var(--main-color);
        }


/*-- Copyright --*/

.copyright {
    color: var(--white-color);
    padding: 15px 0;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

    .copyright .container {
        padding: 10px 0;
        color: var(--white-color);
        border-top: 2px solid #EEE;
    }

.footer-menu {
    float: left;
}

    .footer-menu ul li {
        display: inline-block;
        line-height: 12px;
        padding-right: 12px;
    }

    .footer-menu ul.nav li a {
        background: none;
        color: var(--white-color);
        padding: 0;
    }

.footer .about-company {
}

.footer-logo {
    text-align: right;
    margin-bottom: 10px;
}

.footer .about-company p {
    text-align: justify;
    color: var(--white-color);
    line-height: 30px;
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

    #back-to-top.affix {
        bottom: 58px;
    }

    #back-to-top .btn.btn-primary {
        width: 60px;
        height: 60px;
        line-height: 30px;
        background: var(--main-color);
        font-weight: 700;
        font-size: 16px;
        padding: 0;
        outline: none;
    }

        #back-to-top .btn.btn-primary i {
            font-size: 22px;
            position: relative;
            top: 3px;
        }

        #back-to-top .btn.btn-primary:hover {
            color: var(--white-color);
            background: var(--main-color);
        }


/* Sub Pages 
================================================== */

/*-- Page title --*/

.breadcrumb {
    color: #777;
    margin: 30px 0 -10px 0;
    padding: 0;
    background: none;
}

    .breadcrumb > li + li:before {
        content: "\f104";
        font-family: FontAwesome;
        padding: 0 8px;
        color: #777;
        vertical-align: middle;
    }


/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p {
    font-size: 14px;
}

.category-listing .post-block-style .post-content .post-meta {
    margin: 11px 0 9px 0;
}

.subCategory > li {
    display: inline-block;
    margin-bottom: 30px;
}

    .subCategory > li > a {
        border: 1px solid #dedede;
        padding: 2px 6px;
        margin-left: 6px;
        color: #515151;
        font-size: 11px;
        font-weight: normal;
    }

        .subCategory > li > a:hover {
            background: var(--main-color);
            color: var(--white-color);
            border: 1px solid transparent;
        }

/* Post grid */

.post-grid {
    margin-bottom: 30px;
    min-height: 455px;
}

/* Post list */

.post-list {
    margin-bottom: 40px;
}


/* Top large post */

.top-larget-post {
    margin-bottom: 30px;
}

    .top-larget-post .post-title.title-large {
        margin-top: 20px;
        font-size: 24px;
        line-height: 40px;
        max-height: 120px;
    }

/*-- Category style2 --*/

.category-style2 .post-title {
    margin-top: 0;
}

/* Pagination */

.paging {
    position: relative;
    margin-top: 20px;
}

.pagination {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

    .pagination li a,
    .pagination li span {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        margin-right: 8px;
        color: #7c7c7c;
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 34px;
        text-align: center;
    }

        .pagination li a i,
        .pagination li span i {
            vertical-align: middle;
        }

        .pagination li a.dots,
        .pagination li span.dots {
            border-color: transparent;
        }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-right: 0;
    }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > li > a:hover,
    .pagination > li > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus,
    .pagination > li > span:hover,
    .pagination > li > span:focus {
        color: var(--white-color);
        background: var(--main-color);
        border: 1px solid transparent;
    }

    .pagination > li > a.dots:hover,
    .pagination > li > span.dots:hover {
        color: #7c7c7c;
        background: transparent;
    }

.paging .page-numbers {
    border: 0;
    color: #7c7c7c;
    position: absolute;
    left: 0;
    top: 1px;
    padding-left: 0;
    padding-right: 0;
}

    .paging .page-numbers:hover {
        background: none;
        color: #7c7c7c;
    }



/* News Single
================================================== */

.single-post .post-title {
    font-size: 25px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}

.single-post video {
    max-width: 720px;
    width: 640px;
    margin: 0 12%;
    text-align: center;
    border-radius: 2rem;
}

.single-post.pitch-product h1.post-title {
    font-size: 25px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.single-post.pitch-product h3.post-title {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.single-post.pitch-product .post-meta a {
    border: 1px solid var(--black-light-color);
    border-radius: 5px;
    padding: 5px 20px;
    color: var(--black-light-color);
    font-weight: 400;
    font-size: 14px;
}

.single-post p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}

.single-post .entry-content {
    text-align: justify;
}

.post-content-area {
    margin: 20px 0;
}

.post-featured-image,
.post-media.post-video,
.post-media.post-audio {
    margin-bottom: 30px;
}

    .post-featured-image img {
        width: auto;
        margin: 0 auto;
        border-radius: 2rem;
    }

.single-post .post-media.post-featured-image img {
    width: auto;
    margin: 0 auto;
    border-radius: 2rem;
}
.entry-content img {
    width: auto;
    margin: 0 auto;
    border-radius: 2rem;
}
.entry-content video {
    max-width: 720px;
    width: 640px;
    margin: 0 12%;
    text-align: center;
    border-radius: 2rem;
}
.entry-content h3 {
    margin: 0;
    padding: 20px;
    font-size: 22px;
    line-height: 38px;
}

.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

    .entry-content img.pull-left {
        margin-left: 20px;
        margin-bottom: 20px;
    }


/* Post tags */

.tags-area {
    margin: 20px 0;
}

.post-tags > span {
    background: var(--black-light-color);
    color: var(--white-color);
    font-size: 12px;
    padding: 3px 6px;
    margin-left: 5px;
}

.post-tags a {
    border: 1px solid #dedede;
    display: inline;
    list-style: none;
    padding: 2px 6px;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
    color: var(--black-light-color);
}

    .post-tags a:hover {
        background: var(--black-light-color);
        color: var(--white-color);
        border: 1px solid transparent;
    }

/* Post social */

.share-items {
    border: 1px solid #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    padding: 10px 20px;
    width: 100%;
    margin: 25px 0;
    display: inline-block;
}

.post-social-icons > li {
    display: inline-block;
    padding: 5px 12px;
    color: var(--white-color);
    background: var(--black-light-color);
    font-size: 12px;
    margin: 6px 0 6px 8px;
}

.post-social-icons a {
    color: var(--white-color);
    text-align: center;
}

    .post-social-icons a i {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        margin-left: 5px;
        padding-left: 8px;
        font-size: 14px;
        line-height: 12px;
    }

.post-social-icons > li.facebook {
    background: #3B5998;
}

.post-social-icons > li.twitter {
    background: #00aced;
}

.post-social-icons > li.gplus {
    background: #c53942;
}

.post-social-icons > li.pinterest {
    background: #ce222b;
}

/* Post navigation */

.post-navigation {
    display: inline-block;
    margin: 0 0 40px;
}

    .post-navigation span:hover,
    .post-navigation h3:hover {
        color: #EC0001;
    }

    .post-navigation .post-previous,
    .post-navigation .post-next {
        padding: 0 40px;
        width: 50%;
        border-right: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }


    .post-navigation i {
        margin: 0 5px;
        vertical-align: middle;
    }

    .post-navigation span {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 10px;
    }


    .post-navigation .post-previous {
        text-align: right;
        float: right;
        border-right: 0 none;
        border-left: 0 none;
        padding: 0 0 0 40px;
    }

    .post-navigation .post-next {
        text-align: left;
        float: right;
        border-left: 0 none;
        padding: 0 40px 0 0;
    }

    .post-navigation h3 {
        font-size: 16px;
        margin: 8px 0 0;
    }

/* Author box */

.author-box {
    border: 1px solid #dadada;
    padding: 20px 20px 15px;
    margin: 0 0 40px;
}

.author-img img {
    margin-left: 30px;
    width: 100px;
    height: 100px;
    overflow-x: hidden;
    margin-bottom: 30px;
}

.author-url a {
    color: var(--black-light-color);
    font-size: 13px;
}

.author-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.authors-social a {
    color: #999;
    margin-right: 10px;
}

.authors-social i {
    vertical-align: middle;
}

.author-counter span {
    background: var(--black-light-color);
    color: var(--white-color);
    font-size: 12px;
    padding: 2px 8px;
}

/* Comments area */

.comments-area {
    margin: 40px 0;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    color: #303030;
    font-weight: 400;
}

    .comments-list .comment-reply:hover {
        color: var(--main-color);
    }

.comments-counter {
    font-size: 18px;
}

    .comments-counter a {
        color: #323232;
    }

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

    .comments-list .comment {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

        .comments-list .comment.last {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .comments-list img.comment-avatar {
        width: 84px;
        height: 84px;
        margin-left: 30px;
    }

    .comments-list .comment-body {
        margin-right: 110px;
    }

    .comments-list .comment-author {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
        font-size: 16px;
        color: #303030;
    }

    .comments-list .comment-date {
        color: #959595;
        margin-bottom: 5px;
        font-size: 12px;
    }

.comments-reply {
    list-style: none;
    margin: 0 70px 0 0;
}

.comments-form {
    margin-bottom: 0;
}

    .comments-form .title-normal {
        margin-bottom: 20px;
        font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
    }

    .comments-form .comments-btn {
        margin-top: 20px;
        font-size: 12px;
    }

/* Sidebar
================================================== */

/* Widget common */

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar-left .widget {
    margin-left: 20px;
}

.sidebar-right .widget {
}

.sidebar-gray {
    background: #e5e9ed;
    padding: 5px 5px;
    overflow-y: scroll;
    height: 390px;
}

    .sidebar-gray .block-title a {
        line-height: 30px;
        float: left;
        padding: 0px 5px;
        background: var(--main-color);
        color: var(--white-color);
        width: 75px;
        text-align: center;
    }

.international-section .sidebar-gray {
    background: #e5e9ed;
    padding: 5px 5px;
    overflow-y: scroll;
    height: 360px;
}
/* Sidebar nav */
.sidebar ul.nav-tabs {
    border: 0;
}


    .sidebar ul.nav-tabs li a {
        color: #303030;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 15px 0;
        padding-right: 0;
        font-weight: 400;
        border-bottom: 1px solid #ddd;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }

    .sidebar ul.nav-tabs li.active a,
    .sidebar ul.nav-tabs li:hover a {
        color: var(--main-color);
    }

    .sidebar ul.nav-tabs li {
        color: #303030;
        line-height: normal;
    }

        .sidebar ul.nav-tabs li:last-child a {
            border-bottom: 0;
        }


/* Newsletter */

.ts-newsletter {
    background-color: #f1f1f1;
    background-image: url(../images/newsletter-icon.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 30px;
}

    .ts-newsletter .form-control {
        background: var(--white-color);
    }

.newsletter-form button {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}


/* Widget tags */

.widget-tags ul > li {
    float: right;
    margin: 3px;
    width: auto;
    background: #EEE;
    font-size: 12px; 
    overflow-x: hidden;
    border: 1px solid #dadada;
    padding: 0 3px;
    text-align: center;
    cursor: pointer;
}



.sidebar .widget-tags ul > li a {
    color: #303030;
    display: contents;
    font-size: 11px;
    padding: 3px 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    overflow-x: hidden;
}

    .sidebar .widget-tags ul > li a:hover {
        color: var(--white-color);
    }

.widget-tags ul > li:hover {
    background: var(--black-light-color);
    color: var(--white-color);
}

    .widget-tags ul > li:hover a {
        color: var(--white-color);
    }
/*-- Review post --*/

.post-block-style.post-float.review-post-block {
    max-width: 140px;
    min-height: 105px;
}

    .post-block-style.post-float.review-post-block .post-thumb img {
        max-width: 140px;
        min-height: 105px;
    }

/*-- No sidebar --*/

.block-wrapper.no-sidebar,
.block-wrapper.no-sidebar > .container {
    max-width: 850px;
    margin: 0 auto;
}

.block-wrapper.solid-bg {
    background: #f7f7f7;
    background: rgba(247, 247, 247, 1);
}

.solid-bg .pad-r {
    padding-left: 4px;
}

.solid-bg .pad-l {
    padding-right: 4px;
}

/* Contact Us
================================================== */

.contact-info-box {
    margin-top: 20px;
}

.contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700;
}

.contact-info-box-content p {
    margin-bottom: 0;
}

label {
    font-weight: 400;
}

/* Error page
================================================== */

.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

/* Boxed Layout
================================================== */

.boxed-layout {
    background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .boxed-layout .body-inner {
        background: var(--white-color);
        max-width: 1240px;
        margin: 40px auto;
        overflow-x: hidden;
        -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
        box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
    }

.page-header-box {
}

    .page-header-box hr {
        margin: 15px 0;
    }

    .page-header-box a {
        color: var(--black-light-color);
        font-weight: 500;
        font-size: 15px;
    }

        .page-header-box a:hover {
            color: var(--main-color);
        }

.page-header-box-title span {
    font-weight: 600;
    font-size: 16px;
}

.page-pitch-product {
}

    .page-pitch-product h4 {
        color: var(--black-light-color);
    }

        .page-pitch-product h4 strong {
            color: var(--main-color);
        }

    .page-pitch-product a {
        border: 1px solid var(--main-color);
        border-radius: 5px;
        padding: 5px 20px;
        color: var(--white-color);
        background-color: var(--main-color);
        line-height: 10;
        position: relative;
        top: 25px;
        left: 0;
        font-weight: 600;
    }

    .page-pitch-product p {
        text-align: justify;
        font-size: 16px;
    }

.pd-40 {
    padding: 40px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pd-10 {
    padding: 10px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pd-20 {
    padding: 20px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.mg-20 {
    margin: 20px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-80 {
    margin-bottom: 80px;
}

.mgb-100 {
    margin-bottom: 100px;
}

.mgtb-20 {
    margin: 20px 0;
}
.mgtb-40 {
    margin: 40px 0;
}
.mg-0 {
    margin: 0 !important;
}

.noavari .post-block-style {
    background: #e5e9ed;
}

.noavari .post-title a {
    color: var(--black-light-color);
}

.noavari .post-block-style.post-float .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 7px
}

    .noavari .post-block-style.post-float .post-thumb img {
        max-width: 130px;
        min-height: 111px;
    }

.noavari .list-post-block .list-post > li {
    margin-bottom: 15px;
    max-height: 115px;
    overflow: hidden;
}

    .noavari .list-post-block .list-post > li h3 {
        margin-top: 0;
        max-height: 25px;
        overflow: hidden;
    }

    .noavari .list-post-block .list-post > li p {
        max-height: 35px;
        overflow: hidden;
    }

.noavari .list-post-block {
    margin-top: 0px;
}

.fanavari .post-block-style {
}

.fanavari .post-title a {
    color: var(--black-light-color);
}

.fanavari .post-block-style.post-float .post-thumb {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 7px
}

    .fanavari .post-block-style.post-float .post-thumb img {
        max-width: 130px;
        min-height: 111px;
    }

.fanavari .list-post-block .list-post > li {
    margin-bottom: 15px;
    max-height: 115px;
    overflow: hidden;
}

.fanavari .list-post-block {
    margin-top: 0px;
}

.international-section {
    background: var(--black-light-color);
    margin: 0;
}

    .international-section .sidebar-gray {
        background: none;
        padding: 5px 5px;
    }

        .international-section .sidebar-gray .widget h3 {
            font-size: 13px;
            color: var(--main-color);
            border: none;
            margin: 0;
        }

    .international-section .post-block-style.post-float .post-title i {
        color: var(--main-color);
    }

    .international-section .post-block-style.post-float h2 a {
        color: var(--main-color);
    }

    .international-section .sidebar-gray .post-block-style.post-float .post-title a {
        color: var(--white-color);
    }

    .international-section .post-block-style.post-float .post-thumb img {
        max-width: 130px;
        min-height: 110px;
    }

    .international-section .post-block-style .post-content p {
        color: var(--white-color);
    }

    .international-section .first-block .post-content p {
        color: var(--black-light-color);
        font-size: 13px;
        max-height: 80px;
        overflow: hidden;
        text-align: justify;
        height: 80px;
    }

    .international-section .post-title.title-medium {
        font-size: 15px;
        line-height: 26px;
        margin-top: 7px;
        margin-bottom: 0px;
        max-height: 50px;
        text-align: justify;
        height: 50px;
        overflow: hidden;
    }

    .international-section .first-block {
        background: #e5e9ed;
    }

.title-amoozesh span {
    color: var(--main-color);
}

.elmodanesh .post-title.title-medium {
    font-size: 16px;
}

.elmodanesh .post-block-style .post-content p {
    font-size: 13px;
    max-height: 80px;
    overflow: hidden;
    text-align: justify;
    height: 80px;
}

.elmodanesh .title-amoozesh .post-title {
    font-size: 11px;
}

.elmodanesh .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: 0;
    margin: 0 !important;
    right: 0;
}

.featured-slider-timeline .rutitr {
    color: var(--main-color);
    text-align: justify;
}

.post-content-timeline {
    background: #e5e9ed;
    padding: 20px;
    height: 305px;
    overflow: hidden;
    text-align: justify;
}

.video-box {
}

    .video-box .nav-tabs {
        border: none;
    }

    .video-box h3 {
        font-size: 13px;
        color: var(--black-light-color);
        margin: 7px 0;
        text-align: center;
    }

        .video-box h3 a {
            font-size: 13px;
            color: var(--black-light-color);
        }

        .video-box h3:hover a {
            color: var(--main-color);
        }

    .video-box .video-icon {
        text-align: center;
        color: var(--white-color);
        display: block;
        top: 50%;
        margin-top: -30px;
        font-size: 32px;
        z-index: 1;
        position: absolute;
        right: 50%;
        margin-right: -40px;
        width: 80px;
        height: 80px;
        line-height: 65px;
        display: inline-block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .video-box .post-thumb {
        max-width: 100%;
        position: relative;
        overflow: hidden;
        border-bottom: none;
        border-radius: 20px;
    }

    .video-box .post-overaly-style h3.post-title a {
        color: #efce45;
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

.text-justify {
    text-align: justify;
}

.other-section {
}

    .other-section .widget-header {
        height: 50px;
        border-bottom: 3px solid var(--black-light-color);
        margin-bottom: 10px;
    }

        .other-section .widget-header strong {
        }

        .other-section .widget-header a {
            float: left;
            padding: 5px 10px;
            background: var(--main-color);
            color: var(--white-color);
            width: 75px;
            text-align: center;
        }

    .other-section .post-thumb {
        border: none;
    }

    .other-section .third-sec .post-thumb {
        float: right;
        position: relative;
        z-index: 1;
        margin-left: 20px;
        border: none;
    }

        .other-section .third-sec .post-thumb img {
            max-width: 80px;
            height: auto;
        }

    .other-section .third-sec .post-thumb {
        float: right;
        position: relative;
        z-index: 1;
        margin-left: 20px;
        border: none;
    }

    .other-section .first-sec ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

    .other-section .first-sec li {
        list-style: none;
        background: var(--white-color);
        line-height: 32px;
        padding: 0 5px 0 5px;
        border-right: 2px solid var(--black-light-color);
        margin-bottom: 3px;
    }

        .other-section .first-sec li a {
            color: var(--black-light-color);
        }

        .other-section .first-sec li:hover a {
            color: var(--main-color);
        }

        .other-section .first-sec li:nth-child(2n+1) {
            background: #e5e9ed;
        }

            .other-section .first-sec li:nth-child(2n+1) a {
                color: var(--black-light-color);
            }

        .other-section .first-sec li:nth-child(2n) {
            background: var(--black-light-color);
            opacity: 0.8;
        }

            .other-section .first-sec li:nth-child(2n) a {
                color: var(--white-color);
            }

.trending-bar-bg-3 {
    background: var(--main-color);
    margin-bottom: 40px;
}

    .trending-bar-bg-3 a {
        color: var(--white-color);
    }

    .trending-bar-bg-3 p {
        color: var(--white-color);
    }

    .trending-bar-bg-3 strong {
        color: var(--black-light-color);
    }

    .trending-bar-bg-3 .post-content {
        padding: 25px 75px 25px 75px;
    }

.report-section {
    position: relative;
    top: 100px;
}

    .report-section .report {
        background: var(--black-light-color);
        line-height: 50px;
        margin: 0 5px;
    }

.trending-bar-bg-4 .post-content {
    padding: 0;
}

    .trending-bar-bg-4 .post-content p {
        font-size: 15px;
    }

    .trending-bar-bg-4 .post-content img {
        float: right;
        margin-left: 20px;
    }

    .trending-bar-bg-4 .post-content strong {
        color: var(--black-light-color);
    }

.sidebar-right .list-post h3 {
    font-weight: 400;
}

.second-sec .post-title {
    font-size: 14px;
}

.like-post {
}

    .like-post a {
        color: var(--white-color);
        background: var(--main-color);
        padding: 3px 5px;
        width: 100%;
        display: inline-block;
    }

    .like-post i {
        color: var(--white-color);
    }

.suggestion-slider {
}

    .suggestion-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
        margin: 0 3px;
        background: var(--white-color);
        border: 1px solid #dedede;
        color: var(--black-light-color);
        width: 40px;
        height: 40px;
        line-height: 19px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
        vertical-align: middle;
        position: absolute;
        right: 50px;
        bottom: 250px;
    }

    .suggestion-slider.owl-carousel.owl-theme .owl-nav .owl-next {
        margin: 0 3px;
        border: 1px solid #dedede;
        color: var(--black-light-color);
        width: 40px;
        height: 40px;
        line-height: 19px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
        vertical-align: middle;
        position: absolute;
        left: 50px;
        bottom: 250px;
        background: var(--white-color);
    }

.famous-slide .post-content {
    padding: 20px;
}

.famous-slide .item {
    min-height: 230px;
    position: relative;
}

    .famous-slide .item .row div {
        min-height: 210px;
        max-height: 480px;
        overflow: hidden;
    }

    .famous-slide .item audio {
        position: absolute;
        bottom: 37px;
        width: 90%;
    }

    .famous-slide .item img {
        border-radius: 15px;
        height: 468px;
    }

.famous-slide .post-content p {
    color: var(--black-light-color);
}

.famous-slide .post-content strong {
    color: var(--main-color);
}

.famous-slide .post-meta {
}

    .famous-slide .post-meta .post-date {
        float: none;
    }

    .famous-slide .post-meta i {
        float: none;
    }

.lastnews-side {
    background: var(--white-color);
    padding: 5px 5px;
    overflow-y: auto;
    height: auto;
}

    .lastnews-side .block-title {
        font-size: 15px;
        line-height: 100%;
        margin: 0 0 5px 0;
        font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
    }

.single-post .Summary {
    background: #EEE;
    padding: 5px 10px;
    margin: 0 0 20px 0;
}

    .single-post .Summary p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 0;
    }

.post-top1 {
}

    .post-top1 .top-row {
        display: flex;
        align-items: stretch;
    }

    .post-top1 .content-col {
        background: #ececec;
        border-radius: 0px 10px 10px 0px;
    }

    .post-top1 .post-content {
        padding: 5px;
        z-index: 1;
        position: relative;
    }

    .post-top1 .Summary {
        background: transparent;
        padding: 5px 10px;
        margin: 0;
        text-align: justify;
        max-height: 200px;
        height: 200px !important;
        font-size: 14px;
    }

.Page.navigation {
    text-align: center;
    width: 100%;
    float: right;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #e4e0e0;
    border-color: #ddd;
}

.post-interaction-form {
    padding: 50px 0 30px 0;
}

    .post-interaction-form .container {
        background: transparent;
    }

    .post-interaction-form .top-interaction {
        position: relative;
        height: 100px;
        display: none;
    }

        .post-interaction-form .top-interaction img {
            position: absolute;
            left: 0;
            top: 0;
        }

        .post-interaction-form .top-interaction strong {
            color: var(--main-color);
        }

        .post-interaction-form .top-interaction p {
            line-height: 40px;
        }

    .post-interaction-form .bottom-interaction .btn-primary {
        background: var(--main-color);
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 125px;
        line-height: 18px;
    }

.footer-main .container {
    border-top: 2px solid var(--white-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-interaction-form p {
    color: var(--white-color);
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.post-interaction-form .form-group {
    position: relative;
    margin: 0;
}

.post-interaction-form .image-show i {
    float: right;
    margin-left: 10px;
    font-size: 40px;
    color: var(--main-color);
}

.slide-down-row {
    border: 1px solid #AAA;
}

    .slide-down-row .item {
        padding: 10px 0;
    }

.featured-post-down {
    border-left: 2px solid #AAA;
}

    .featured-post-down .post-number {
        color: var(--main-color);
        font-weight: bolder;
    }

    .featured-post-down .post-title {
        font-size: 14px;
        margin: 15px 0 0 0;
        overflow: hidden;
    }

.pad-l4 {
    padding-right: 4px;
}

.ai-row .image-container-ai .main-image {
    width: 100%;
    display: block;
    border-radius: 4px 40px 6px 6px;
}

.image-container-ai {
    position: relative;
    width: 100%;
}

    .image-container-ai .main-image {
        width: 100%;
        display: block;
        border-radius: 0 10px 10px 10px;
    }

    .image-container-ai .caption-ai {
        background-color: white;
        color: black;
        border-radius: 5px;
        padding: 10px 20px 20px 20px;
        width: 90%;
        font-weight: bold;
        font-size: 18px;
        direction: rtl;
        position: absolute;
        margin: 0 auto;
        bottom: -85px;
        right: 0;
        height: 130px;
        border-bottom: 4px solid var(--main-color);
        left: 0;
    }

        .image-container-ai .caption-ai h5 {
            font-size: 16px;
            font-weight: 400;
            color: var(--main-color);
        }

        .image-container-ai .caption-ai h3 {
            margin: 0;
            font-size: 18px;
        }

            .image-container-ai .caption-ai h3 a {
                color: var(--black-light-color);
            }

                .image-container-ai .caption-ai h3 a:hover {
                    color: var(--main-color);
                }

.news-box {
    display: flex;
    margin-bottom: 22px;
    overflow: hidden;
    align-items: center;
}

.news-image {
    width: 210px;
    height: auto;
    object-fit: cover;
    border-radius: 2px 20px 3px 3px;
}

.news-content {
    flex: 1;
    direction: rtl;
    text-align: right;
    padding: 0 0 0 5px;
}

    .news-content h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
        max-height: 60px;
        overflow: hidden;
    }

    .news-content p {
        font-size: 14px;
        color: #2e2d2d;
        margin: 0 10px;
        text-align: justify;
        height: 60px;
        line-height: 25px;
    }

.page-header-box.pitchproduct {
    margin-top: 20px;
}

.post-best-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.post-best-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 12px;
    position: relative;
    direction: rtl;
    transition: background 0.3s;
    min-height: 100px;
    cursor: pointer;
}

    .post-best-card:hover {
        background-color: var(--main-color);
        color: white;
    }

.post-best-text-content {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

    .post-best-text-content .title {
        flex: 1 1 30%;
        word-wrap: break-word;
        white-space: normal;
        line-height: 1.6;
        margin-right: 25px;
        font-weight: 700;
        font-size: 16px;
    }

    .post-best-text-content .desc {
        flex: 1 1 65%;
        word-wrap: break-word;
        white-space: normal;
        line-height: 1.6;
        max-height: 77px;
        text-align: justify;
        font-size: 15px;
        margin-right: 15px;
    }

.post-best-card:hover .desc {
    color: var(--white-color); /* وقتی هاور میشه متن سفید بشه */
}

.post-best-card .icon {
    font-size: 16px;
    margin-right: 20px;
    margin-top: 6px;
    background-color: white;
    color: #ff4c00;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #ff4c00;
}

.post-best-card:hover .icon {
    background: var(--white-color);
    transform: rotate(-45deg);
    color: #ff5722;
}

.post-best-card .hover-img {
    position: absolute;
    right: -106px;
    top: -12px;
    transform: translateY(-50%) rotate(56deg);
    width: 200px;
    height: 130px;
    object-fit: contain;
    display: none;
    pointer-events: none; /* تصویر روی کلیک تأثیر نذاره */
    transition: top 0.05s linear, left 0.05s linear, transform 0.1s ease;
}

.post-best-card:hover .hover-img {
    display: block;
}

.pishran-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    direction: rtl;
    padding: 2rem;
    flex-wrap: wrap;
    overflow: hidden;
    text-align: justify;
}

.pishran-header {
    border-bottom: 2px solid #CCC;
}

    .pishran-header h3 {
        padding: 0;
        margin: 0;
        color: var(--main-color);
        font-size: 18px;
    }

    .pishran-header .first-p {
        font-size: 18px;
        text-align: justify;
    }

    .pishran-header .second-p {
        font-size: 17px;
        font-weight: 600;
        text-align: justify;
    }

.pishran-item {
    display: flex;
}

.pishran-image-area {
    position: relative;
    width: 50%;
    min-width: 640px;
}

    .pishran-image-area .pishran-img {
        position: absolute;
        border-radius: 12px;
    }

    .pishran-image-area .pishran-img-1 {
        top: 0;
        left: 0;
        width: 300px !important;
        z-index: 2;
    }

    .pishran-image-area .pishran-img-2 {
        top: 450px;
        left: 315px;
        width: 300px !important;
        z-index: 5;
    }

    .pishran-image-area .pishran-img-3 {
        top: 150px;
        left: 40px;
        width: 510px !important;
        z-index: 4;
    }

    .pishran-image-area .bg-shape {
        position: absolute;
        z-index: 1;
    }

    .pishran-image-area .circle {
        width: 100px;
        height: 100px;
        background-color: var(--white-color);
        border: 20px solid #b174ff;
        border-radius: 50%;
        top: 50px;
        right: 140px;
    }

    .pishran-image-area .triangle {
        width: 100px;
        height: 100px;
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-bottom: 80px solid #fa5c1c;
        bottom: 100px;
        left: 30px;
        transform: rotate(15deg);
    }

.pishran-section .text-area-content {
    max-height: 505px;
    overflow: hidden;
    height: 505px;
}

.pishran-section .text-area {
    width: 45%;
    min-width: 300px;
    color: #333;
    margin-top: 70px;
}

    .pishran-section .text-area h3 {
        color: var(--black-light-color);
        font-size: 18px;
        margin: 0;
    }

    .pishran-section .text-area h4 {
        color: var(--main-color);
        margin-top: 1rem;
        font-size: 16px;
        margin: 0;
    }

        .pishran-section .text-area h4.highlight {
            color: #ff4c00;
            margin-top: 1rem;
        }

    .pishran-section .text-area ul {
        list-style: none;
        padding: 0;
        margin-top: 1rem;
    }

    .pishran-section .text-area li {
        margin: 0.5rem 0;
    }

.pishran-section .btn {
    margin-top: 1rem;
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    float: left;
    line-height: 20px;
    width: 100px;
    font-size: 13px;
    font-weight: 600;
}

.famous-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    margin: auto;
}

.famous-text-content {
    flex: 1;
    margin-top: 50px;
}

    .famous-text-content h2 {
        color: var(--black-light-color);
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .famous-text-content h2 span {
            color: var(--main-color);
        }

    .famous-text-content h4 {
        color: var(--main-color);
        margin-top: 0;
    }

    .famous-text-content p {
        color: #333;
        line-height: 1.9;
        font-size: 16px;
    }

    .famous-text-content .btn {
        background: var(--main-color);
        color: white;
        padding: 5px 20px;
        border-radius: 8px;
        display: inline-block;
        margin-top: 20px;
        border: none;
        cursor: pointer;
        float: left;
        width: 100px;
        font-weight: 600;
    }

.famous-image-box {
    flex: 1;
    position: relative;
    border-radius: 0 0 0 40px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    overflow: hidden;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .famous-image-box:hover::before, .famous-image-box:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .famous-image-box::before {
        content: '';
        position: absolute;
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        border-radius: 80px 0 0;
        opacity: 0;
    }

    .famous-image-box::after {
        content: '';
        position: absolute;
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        border-radius: 80px 0 0;
        opacity: 0;
    }

    .famous-image-box img {
        border-radius: 100px 0px 0px 0px;
        height: 100%;
        z-index: 2;
        position: relative;
    }

.famous-slide.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    right: 0;
}

.icon-decorations {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .icon-decorations span {
        display: inline-block;
        width: 20px;
        height: 5px;
        border-radius: 2px;
    }

    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -360px;
        bottom: 5px;
    }

    .icon-decorations .gray {
        width: 120px !important;
        height: 120px;
        border-radius: 100px;
        position: relative;
        top: -365px;
        z-index: 3;
        left: 10px;
        animation: spin-circle 8s linear infinite;
    }

.famous-text-body {
    overflow: hidden;
    text-align: justify;
    height: 255px;
    padding: 10px 0;
}

.famous-text-content h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.famous-text-content h4 {
    color: var(--main-color);
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.investment-news-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 10px;
}

    .investment-news-card img {
        height: auto;
        object-fit: cover;
        max-height: 280px;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        border-radius: 5px;
    }

    .investment-news-card .investment-title {
        margin: 15px 10px 5px;
    }

        .investment-news-card .investment-title h3 {
            font-weight: bold;
            font-size: 16px;
            color: var(--black-light-color);
            height: 60px;
            margin: 0;
            overflow: hidden;
            text-align: right;
        }

    .investment-news-card .investment-subtitle {
        font-size: 14px;
        color: #333;
        margin: 0 15px 15px;
        line-height: 1.8;
        text-align: justify;
        height: 95px;
        font-weight: 400;
        overflow: hidden;
    }

    .investment-news-card .investment-more-button {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--main-color);
        color: var(--white-color);
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        width: 90%;
        margin: 30px auto 0;
    }

        .investment-news-card .investment-more-button a {
            width: 100%;
            display: inline-block;
            line-height: 40px;
            margin: 0;
            padding: 0;
            color: var(--white-color);
        }

            .investment-news-card .investment-more-button a .more-title {
                float: left;
                margin-left: 20px;
            }

            .investment-news-card .investment-more-button a .more-icon {
                float: right;
                padding: 21px 0;
                text-align: center;
                background-color: #333;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: -5px;
                width: 110px;
                height: 40px;
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
                clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
                font-size: 20px;
                direction: rtl;
            }

        .investment-news-card .investment-more-button .more-icon i {
            float: right;
            color: var(--white-color);
        }

.trending-bar-bg-game {
    background-image: linear-gradient(90deg, #EF3724 50%, #FFF 0%);
}

    .trending-bar-bg-game .inner-volunteer {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

        .trending-bar-bg-game .inner-volunteer .align-items-center {
        }

        .trending-bar-bg-game .inner-volunteer .volunteer-left {
            width: 70%;
        }

            .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-title {
                text-align: right;
                margin-right: 5px;
                margin-top: 50px;
            }

                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-title h5 {
                    color: var(--white-color);
                    font-size: 13px;
                    margin: 0;
                    padding: 0;
                }

                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-title h3 {
                    color: var(--white-color);
                    font-size: 18px;
                    margin: 0;
                    text-align: justify;
                    height: 94px;
                    overflow: hidden;
                }

            .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info {
                color: var(--white-color);
                text-align: right;
                margin-right: 5px;
                position: relative;
                top: 50px;
            }

                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info h3,
                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info h4,
                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info h5,
                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info h6 {
                    color: var(--white-color);
                }

                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info .summary {
                    height: 130px;
                    font-size: 16px;
                    font-weight: 300;
                    text-align: justify;
                    overflow: hidden;
                }

                .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info a {
                    background: var(--white-color);
                    border-radius: 5px;
                    color: #222;
                    padding: 10px 20px;
                    position: absolute;
                    bottom: 0px;
                    right: 0;
                }

        .trending-bar-bg-game .inner-volunteer .volunteer-img-slider {
            position: relative;
            right: -5px;
        }

            .trending-bar-bg-game .inner-volunteer .volunteer-img-slider img {
                width: 32%;
                float: left;
                margin-right: 1%;
                border-radius: 5px;
            }

.smart-tools-box {
    background: var(--main-color);
}

.smarttool-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: auto;
}

.smarttool-text-content {
    flex: 1;
}

    .smarttool-text-content h3 {
        color: var(--white-color);
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .smarttool-text-content h3 span {
            color: var(--main-color);
        }

    .smarttool-text-content h4 {
        color: var(--main-color);
        margin-top: 0;
    }

    .smarttool-text-content p {
        color: #333;
        line-height: 1.9;
        font-size: 16px;
    }

    .smarttool-text-content .btn {
        background: var(--white-color);
        color: var(--black-light-color);
        padding: 10px 20px;
        border-radius: 5px;
        display: inline-block;
        margin-top: 20px;
        border: none;
        cursor: pointer;
        float: left;
        width: 100px;
    }

.smarttool-image-box {
    flex: 1;
    position: relative;
    background-color: transparent;
    border-radius: 0 0 0 40px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .smarttool-image-box img {
        height: auto;
        z-index: 2;
        position: relative;
    }

.smarttool-text-body {
    overflow: hidden;
    text-align: justify;
    max-height: 500px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 300;
}

.smart-tools-box .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    margin: 0 !important;
    right: 0;
}

.smart-tools-box .owl-theme.owl-carousel .owl-dots .owl-dot span {
    background: var(--white-color);
}

.smart-tools-box .owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--black-light-color);
}


.idea-box .idea-card {
    display: flex;
    direction: rtl;
}

.idea-image-container {
    position: relative;
    min-width: 100px;
}

    .idea-image-container img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        position: absolute;
        left: 50px;
        z-index: 2;
    }

.idea-box .border-right {
    left: 45px;
    top: 5px;
    background-color: var(--main-color);
    background-color: var(--main-color);
    width: 100px;
    height: 100px;
    position: relative;
    bottom: 10px;
    z-index: -1;
}

.idea-content {
    flex: 1;
    background-color: #f9f9f9;
    padding: 20px 20px 20px 60px;
    z-index: 2;
    text-align: justify;
    height: 260px;
    overflow: hidden;
}

.idea-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

    .idea-title a {
        color: var(--black-light-color);
    }

        .idea-title a:hover {
            color: var(--main-color);
        }

.idea-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.idea-box .idea-name {
    color: var(--main-color);
    font-weight: bold;
    margin-right: 10px;
    min-width: 70px;
    overflow: hidden;
    height: 30px;
    max-width: 150px;
}

.idea-box .underline {
    flex: 0.2;
    height: 2px;
    background-color: var(--main-color);
}

.idea-description {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.gallery-item-2, .gallery-item-3, .gallery-item-7, .gallery-item-8 {
    margin: 0 0 3px 0;
}

.gallery-image-container img {
    width: 100%;
}

.gallery-image-container:hover img {
    transform: scale(1.15);
    transition: all .3s ease-out;
}


.pitchshow-main-slider .pitchshow-slide-item {
    position: relative;
}

.pitchshow-main-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.pitchshow-slide-content {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px 25px;
    width: 100%;
    height: 225px;
}

    .pitchshow-slide-content h3 {
        margin: 0 0 10px;
        color: var(--black-light-color);
        text-align: right;
        font-size: 18px;
    }

    .pitchshow-slide-content .highlight {
        color: var(--main-color);
        font-weight: bold;
    }

    .pitchshow-slide-content p {
        font-size: 16px;
        color: #333;
        max-width: 50%;
        padding: 0;
        margin: 0;
        max-height: 115px;
        overflow: hidden;
        text-align: justify;
    }

    .pitchshow-slide-content .pitchshow-read-more {
        color: #707070;
        text-decoration: none;
        position: absolute;
        bottom: 30px;
    }

        .pitchshow-slide-content .pitchshow-read-more i {
            transform: rotate(180deg);
            font-size: 26px;
            color: var(--main-color);
            right: 5px;
            top: 7px;
            position: relative;
        }

.pitchshow-thumb-slider {
    margin-top: 20px;
}

    .pitchshow-thumb-slider .pitchshow-thumb-item {
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        .pitchshow-thumb-slider .pitchshow-thumb-item img {
            width: 100%;
            border: 2px solid #ddd;
            border-radius: 5px;
            max-height: 120px;
            height: 120px;
        }

.pitchshow-slide-item img {
    display: block;
    width: 100%;
    max-height: 610px;
}

.pitchshow-slide.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.pitchshow-slide.owl-carousel.owl-theme .owl-nav > div {
    margin: 0 3px;
    background: none;
    border: none;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 19px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    vertical-align: middle;
}

.pitchshow-slide.owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 0;
}

.pitchshow-slide.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: 0;
}

.pitchshow-thumb-slider .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30%;
    width: 100%;
}

.pitchshow-thumb-slider.owl-carousel .owl-nav > div {
    margin: 0 3px;
    background: var(--main-color);
    border: none;
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 20px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    vertical-align: middle;
}

.pitchshow-thumb-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 20px;
}

.pitchshow-thumb-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 20px;
}


.pitchcast-slide .pitchcast-slide-item {
    border-radius: 12px;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.pitchcast-description {
    margin-bottom: 20px;
    flex: 1;
    text-align: right;
    color: var(--white-color) !important;
}

.category-showcase-v2 .pitchcast-description {
    flex: 0 0 390px;
}

.pitchcast-description h3 {
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
}

    .pitchcast-description h3 i {
        color: #ff3c1d;
        font-size: 40px;
    }

.pitchcast-description p {
    color: var(--white-color);
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}

.pitch-lead {
    color: var(--white-color);
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    margin-right: 20px;
}

.episodeList {
    margin: 0;
    flex: 0 0 440px;
    height: 275px;
    overflow-y: scroll;
}

.category-showcase-v2 .episodeList {
    margin: 0;
    flex: 0 0 415px;
    height: 260px;
    overflow: hidden;
    padding: 0;
}

.episodeList .episode-item {
    background: #404042;
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: 8px;
    margin: 0 0 5px 0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    width: 400px;
    position: relative;
}

    .episodeList .episode-item span {
        max-width: 350px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: right;
    }

    .episodeList .episode-item i {
        position: absolute;
        left: -10px;
        font-size: 35px;
        line-height: 40px;
    }

.category-showcase-v2 .episodeList {
    position: relative;
}

    .category-showcase-v2 .episodeList .episode-item i {
        display: none;
    }

.episodeList .episode-item.active {
    background: #fdb1aa;
    color: var(--white-color);
}

.category-showcase-v2 .episodeList .episode-item.active {
    background: var(--main-color);
    color: var(--white-color);
    width: 100%;
    margin: 0;
}

.category-showcase-v2 #pitchcast-slide audio {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pitchcast-player-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 285px;
    background: var(--main-color);
    padding: 20px;
    border-radius: 12px;
}

.category-showcase-v2 .pitchcast-player-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 380px;
    background: var(--main-color);
    padding: 20px;
    border-radius: 12px;
}

.pitchcast-player-box img {
    width: 250px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.pitchcast-player-box audio {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}

.event-future-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.event-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    direction: rtl;
    max-width: 800px;
    margin: 5px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    flex-wrap: wrap;
}

.event-date {
    background-color: var(--main-color);
    color: white;
    padding: 15px;
    text-align: center;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
}

    .event-date .day {
        font-size: 24px;
        font-weight: bold;
    }

    .event-date .month {
        font-size: 14px;
        line-height: 1.4;
    }

.event-info {
    padding: 15px;
    flex: 1;
    min-width: 0;
}

    .event-info .event-title {
        font-size: 18px;
        margin: 0;
        height: 70px;
    }

    .event-info .event-description {
        font-size: 16px;
        margin: 0 0 8px;
        color: #333;
        font-weight: 300;
        text-align: justify;
        height: 110px;
        overflow: hidden;
    }

    .event-info .event-location {
        font-size: 13px;
        color: #666;
        margin-bottom: 10px;
    }

.event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.event-card .btn-primary {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    width: 100px;
    text-align: center;
}

.event-card .btn-outline {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

#frmSearch {
    background: var(--main-color);
    width: 200px;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    margin-top: 5px;
    float: left;
}

.src-input {
    background: var(--main-color);
    border: 0px !IMPORTANT;
    color: var(--white-color);
    outline: none;
    padding-left: 20px;
    margin: 0;
    width: 201px;
    border: 1px solid #ddd;
    font-size: 16px;
    height: 36px;
    border-radius: 5px;
    padding-right: 10px;
}

    .src-input::placeholder {
        color: white;
        margin-right: 5px;
    }

.search-icon {
    vertical-align: middle;
    position: absolute;
    top: 8px;
    background-color: transparent;
    font-size: 20px;
    color: var(--white-color);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    right: unset;
    left: 3px;
    border: 0px;
}

    .search-icon i {
        position: relative;
        bottom: 3px;
    }

.widget-categories {
    margin-top: 85px;
}

.post-featured-image-idea {
}

    .post-featured-image-idea img {
        float: left;
        width: 150px;
        position: relative;
        bottom: 50px;
        left: -5px;
        box-shadow: 5px 5px 5px var(--main-color);
    }

#cboxContent {
    margin-top: 40px;
    background: var(--black-light-color);
}

#cboxTitle {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: var(--white-color);
    top: auto;
    background: var(--black-light-color)00077;
    padding: 5px 5px;
    font-size: 13px;
    word-wrap: break-word; /* برای شکستن کلمات طولانی */
    overflow-wrap: break-word;
    white-space: normal; /* اجازه‌ی رفتن به خط بعدی را بده */
}

#cboxCurrent {
    position: absolute;
    top: auto;
    left: 10px !important;
    color: var(--white-color);
    right: auto;
    bottom: 15px;
}

#cboxLoadedContent {
    border: 5px solid var(--black-light-color);
    background: var(--black-light-color);
}

.hoosh .news-content a {
    color: var(--black-light-color);
}

    .hoosh .news-content a:hover {
        color: var(--main-color);
    }

.ai-inner .news-content a {
    color: var(--black-light-color);
}

.category-showcase-v2 {
}

    .category-showcase-v2 li {
        list-style: none;
        margin-bottom: 20px;
    }

    .category-showcase-v2 .post-thumb {
    }

    .category-showcase-v2 li .post-thumb img {
        max-width: 210px !important;
        min-height: 105px !important;
        border-radius: 5px;
    }

    .category-showcase-v2 .post-content {
        position: relative;
        bottom: 0 !important;
        border: 0 !important;
        height: 100%;
    }

    .category-showcase-v2 .post-top1 .post-content ul {
        position: absolute;
        bottom: 10px;
        margin: 0;
        border-top: 1px solid #888;
        padding: 10px 5px;
        width: 100%;
    }

    .category-showcase-v2 .post-content ul li {
        margin-bottom: 0;
        font-size: 13px;
        list-style: disc;
        color: var(--main-color);
    }

        .category-showcase-v2 .post-content ul li a {
            color: #888;
        }

    .category-showcase-v2 .post-content p {
        height: 80px;
        overflow: hidden;
        margin: 0;
    }

    .category-showcase-v2 .post-content .post-meta {
        width: 100%;
        text-align: right;
        display: inline-block;
        margin: 0;
    }

        .category-showcase-v2 .post-content .post-meta i {
            float: right;
        }

        .category-showcase-v2 .post-content .post-meta .post-date {
            float: right;
        }

.post-top1 .post-content .post-meta {
    display: none;
}

.post-top1 .post-thumb img {
    border-radius: 10px 0px 0px 10px;
}

.noavari-inner .noavari-row {
}

.noavari-inner .post-content {
    border: 1px solid #EEE !important;
}

.category-showcase-v2 .it-inner .post-content {
    padding: 5px 10px !important;
    margin: 0 20px;
    position: relative;
    bottom: 30px !important;
    background: var(--white-color);
    border-radius: 5px;
    border: 1px solid #DDD !important;
    border-left: 3px solid var(--main-color) !important;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.knowledge-inner .post-title.title-medium {
    font-size: 16px;
}

.pitchshow-film img {
}

.pitchshow-film i {
    position: absolute;
    top: 45%;
    right: 45%;
    font-size: 28px;
    transform: rotate(180deg);
}

.pitchshow-film .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 5px;
}

.video-box .pitchshow-film .post-thumb {
    border-radius: 5px;
}

.video-box .pitchshow-film .post-content h3 {
    text-align: center !important;
}

.contact-us-banner {
    background-color: var(--main-color);
    text-align: center;
    background-image: url(/Theme/Pitchino/assets/images/banner-ads/texture-contact.png);
    background-size: cover;
    text-align: center;
    border-radius: 0 5px;
    margin-bottom: 10px;
}

    .contact-us-banner:before {
    }

    .contact-us-banner h5 {
        font-size: 20px;
        margin: 26px 0;
        color: var(--white-color);
    }

    .contact-us-banner a {
        color: var(--white-color);
        font-size: 20px;
        margin-left: 5px;
    }

    .contact-us-banner .contact-form {
        height: 100px;
        line-height: 100px;
        direction: ltr;
    }

        .contact-us-banner .contact-form .icon-box-icon {
            display: inline-block;
            margin-right: 0;
            border: 2px dashed var(--white-color)fff;
            border-radius: 50%;
            padding: 8px;
            height: 89px;
            width: 89px;
        }

            .contact-us-banner .contact-form .icon-box-icon .icon {
                height: 70px;
                width: 70px;
                line-height: 70px;
                background: var(--white-color);
                border-radius: 100%;
                text-align: center;
            }

                .contact-us-banner .contact-form .icon-box-icon .icon i {
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    height: 76px;
                    width: 76px;
                    transition: 1s;
                    color: #FF3C00;
                    display: inline-block;
                    font-size: 27px;
                    position: relative;
                    top: 5px;
                    left: 0px;
                    animation: 2.5s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
                }

.it-row .post-thumb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .it-row .post-thumb:hover::before, .it-row .post-thumb:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .it-row .post-thumb::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    .it-row .post-thumb::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }

.image-container-ai {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .image-container-ai:hover::before, .image-container-ai:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .image-container-ai::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        border-radius: 0 50px 0 0;
        opacity: 0;
    }

    .image-container-ai::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        border-radius: 0 50px 0 0;
        opacity: 0;
    }

.noavari-row .post-thumb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .noavari-row .post-thumb:hover::before, .noavari-row .post-thumb:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .noavari-row .post-thumb::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    .noavari-row .post-thumb::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }

.investment-news-card {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .investment-news-card:hover::before, .investment-news-card:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .investment-news-card::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 245px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    .investment-news-card::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 245px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }



.knowledge-row .post-thumb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .knowledge-row .post-thumb:hover::before, .knowledge-row .post-thumb:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .knowledge-row .post-thumb::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    .knowledge-row .post-thumb::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }

.post-top1 .post-thumb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .post-top1 .post-thumb:hover::before, .post-top1 .post-thumb:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .post-top1 .post-thumb::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    .post-top1 .post-thumb::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }

li .post-block-style.post-float .post-thumb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    li .post-block-style.post-float .post-thumb:hover::before, li .post-block-style.post-float .post-thumb:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    li .post-block-style.post-float .post-thumb::before {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    li .post-block-style.post-float .post-thumb::after {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }

.podcast-top2 {
    position: relative;
    bottom: 15px;
}

    .podcast-top2 .pod-box {
        background: #DDD;
        padding: 10px;
        border-radius: 10px;
        border-bottom: 3px solid var(--main-color);
        text-align: center;
    }

    .podcast-top2 .col-md-4:nth-of-type(2) .pod-box {
        background-color: transparent;
        position: relative;
        bottom: 26px;
        border-bottom: none;
    }

    .podcast-top2 .pod-box h3 {
        font-size: 16px;
        text-align: center;
        margin: 40px 0;
    }

    .podcast-top2 .pod-box audio {
        width: 100%;
    }

.pod-item .post-thumb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

    .pod-item .post-thumb:hover::before, .pod-item .post-thumb:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .pod-item .post-thumb::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 1200ms;
        z-index: 3;
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        opacity: 0;
    }

    .pod-item .post-thumb::after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 20px;
        transition: all 2800ms;
        z-index: 2;
        border-right: 1px solid var(--white-color);
        border-left: 1px solid var(--white-color);
        opacity: 0;
    }

.pod-item .post-content {
    text-align: center;
}

    .pod-item .post-content h3 {
        text-align: center;
    }

.gallery-box .post-thumb a {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

.gallery-box .post-thumb:hover a::before, .gallery-box .post-thumb:hover a::after {
    opacity: 1;
    transform: scale(1);
}

.gallery-box .post-thumb a::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 20px;
    transition: all 1200ms;
    z-index: 3;
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    opacity: 0;
}

.gallery-box .post-thumb a::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 20px;
    transition: all 2800ms;
    z-index: 2;
    border-right: 1px solid var(--white-color);
    border-left: 1px solid var(--white-color);
    opacity: 0;
}


.hoosh .news-box a {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

.hoosh .news-box:hover a::before, .hoosh .news-box:hover a::after {
    opacity: 1;
    transform: scale(1);
}

.hoosh .news-box a::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 370px !important;
    bottom: 20px;
    left: 10px;
    margin: 20px;
    transition: all 1200ms;
    z-index: 3;
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    opacity: 0;
}

.hoosh .news-box a::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 370px !important;
    bottom: 20px;
    left: 10px;
    margin: 20px;
    transition: all 2800ms;
    z-index: 2;
    border-right: 1px solid var(--white-color);
    border-left: 1px solid var(--white-color);
    opacity: 0;
}

.lastpost-widget {
    position: fixed;
    top: 180px;
    width: 140px;
    z-index: 90;
    left: 1%;
    padding: 2px 18px;
    background: var(--white-color);
    border-radius: 5px;
}

    .lastpost-widget .lastpost-widget-header {
    }

        .lastpost-widget .lastpost-widget-header img {
            position: absolute;
            right: 0px;
            top: 30px;
        }

        .lastpost-widget .lastpost-widget-header h4 {
            font-size: 13px;
            width: 90px;
            text-align: center;
            margin: 0 auto;
        }

    .lastpost-widget .lastpost-widget-body {
    }

        .lastpost-widget .lastpost-widget-body a {
        }

            .lastpost-widget .lastpost-widget-body a img {
                width: 100%;
                padding: 0;
                border: 1px solid #EEE;
                border-radius: 5px;
                opacity: 0.9;
                margin: 1px;
            }

                .lastpost-widget .lastpost-widget-body a img:hover {
                    transform: scale(1.2);
                    transition: 1s;
                    position: relative;
                    z-index: 1000;
                    opacity: 1;
                }

.social-widget {
    position: fixed;
    top: 250px;
    width: 50px;
    z-index: 90;
    right: 2%;
    padding: 2px 10px;
    border-radius: 5px;
}

    .social-widget .social-widget-body {
        text-align: center;
        border: 1px solid var(--black-light-color);
        border-radius: 5px;
        background: var(--white-color);
    }

        .social-widget .social-widget-body a {
        }

            .social-widget .social-widget-body a:first-child {
                display: inline-block;
                transform: rotate(-90deg);
                transform-origin: top center;
                height: 25px;
                position: relative;
                left: 12px;
                width: 76px;
                bottom: 10px;
                background: var(--black-light-color);
                color: var(--white-color);
                border-radius: 5px;
                font-size: 12px;
            }

            .social-widget .social-widget-body a i {
                color: var(--black-light-color);
                position: relative;
                right: 2px;
            }

            .social-widget .social-widget-body a:hover i {
                color: var(--main-color);
            }

.smartgames-slide .owl-nav {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 64.5%;
    transform: translateY(-50%);
}

.smartgames-slide .owl-prev,
.smartgames-slide .owl-next {
    background: #000000AA !important;
    padding: 10px 15px !important;
    margin: 2px 0 !important;
    cursor: pointer !important;
    border-radius: 3px !important;
}

    .smartgames-slide .owl-prev:hover,
    .smartgames-slide .owl-next:hover {
        background: #999;
    }

    .smartgames-slide .owl-prev i,
    .smartgames-slide .owl-next i {
        position: relative;
        bottom: 4px;
        left: 2px;
        color: var(--white-color) !important;
    }

.interactionform {
    background-color: var(--main-color);
    text-align: center;
    background-image: url(/Theme/Pitchino/assets/images/banner-ads/texture-contact.png);
    background-size: cover;
    text-align: center;
    margin-top: 30px;
    padding: 20px 0;
}

    .interactionform .rightside p {
        text-align: justify;
        color: var(--white-color);
    }

    .interactionform .rightside h5 {
        color: var(--white-color);
        text-align: right;
        font-size: 18px;
    }

    .interactionform .form-control {
        position: absolute;
        top: 100%;
        transform: translateY(75%);
    }

    .interactionform .btn-primary {
        background: var(--main-color);
        position: absolute;
        bottom: -83px;
        right: 20px;
        width: 125px;
        line-height: 18px;
    }

.gallery-item-4 .post-thumb, .gallery-item-9 .post-thumb {
    height: 493px;
}

.category-showcase .gallery-item-4 .post-thumb, .category-showcase .gallery-item-9 .post-thumb {
    height: 517px;
}

.ts-change-theme {
    cursor: pointer;
}

.mouse-circle {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(256, 256, 256);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}

.mouse-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 101;
    display: none;
    background: #FFF;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

    .row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.sidebar-right {
    height: 100%;
    border-right: 1px solid #d2d0d0;
    padding: 0 10px;
}

.sidebar .meta-box {
    border-bottom: 1px solid #d2d0d0;
}

.about-us {
    padding: 0;
}

    .about-us .post-thumb img {
        border-radius: 0;
    }

    .about-us .post-content {
        padding: 10px 10px 0 10px;
        text-align: center;
        background: var(--white-color);
    }

        .about-us .post-content h3 {
            color: var(--black-light-color);
            text-align: center;
            margin: 20px 0 0 0;
        }

    .about-us .post-about-item {
        border: 1px solid #DDD;
    }

    .about-us .owl-nav {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        transform: translateY(-50%);
    }

    .about-us .owl-nav {
        top: 227px;
        right: -32px;
        margin-top: 0 !important;
    }

    .about-us .owl-carousel.owl-theme .owl-nav > div {
        width: 30px;
        height: 228px;
        position: relative;
    }

    .about-us .owl-prev {
        background: var(--main-color) !important;
    }

        .about-us .owl-prev i {
            position: absolute;
            top: 50%;
            color: #FFF;
            left: 35%;
        }

    .about-us .owl-next {
        background: #252628 !important;
    }

        .about-us .owl-next i {
            position: absolute;
            top: 50%;
            color: #FFF;
            left: 35%;
        }

    .about-us p {
        color: var(--white-color);
        line-height: 30px;
        margin-top: 20%;
    }

    .about-us .social-icon {
        float: left;
    }

        .about-us .social-icon i {
            color: var(--black-light-color);
            background: var(--white-color);
        }

.our-mission {
    padding: 20px 0;
}

    .our-mission .row.display-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .our-mission .row.display-flex > [class*="col-"] {
            display: flex;
            flex-direction: column;
        }


    .our-mission .post-card {
    }

    .our-mission .row span {
        font-weight: 700;
        font-size: 18px;
    }
    /* خط قرمز نیمه‌ای از بالا سمت چپ */
    .our-mission .post-card .post-card-inner:before {
        content: "";
        position: absolute;
        top: 25px; /* متناسب با ارتفاع آیکون */
        left: 40px; /* دقیقاً سمت راست آیکون */
        width: calc(100% - 40px); /* تا قبل لبه راست کارت 20px فاصله */
        height: 2px;
        background: #EF3724;
        z-index: 1;
    }
    /* خط قرمز نیمه‌ای از بالا سمت چپ */
    .our-mission .post-card .post-card-inner:after {
        content: "";
        position: absolute;
        top: 25px; /* متناسب با ارتفاع آیکون */
        left: 0px; /* دقیقاً سمت راست آیکون */
        border-right: 2px solid #EF3724;
        border-left: 2px solid #EF3724;
        width: 100%;
        height: 100%;
        height: 50%; /* نصف ارتفاع والد */
        z-index: 1;
    }

    .our-mission .post-card .post-card-inner {
        position: relative;
        border-radius: 6px;
        padding: 40px 30px;
        background: #fdfdfd;
        overflow: visible;
    }

        .our-mission .post-card .post-card-inner .post-card-content {
            border-radius: 5px 5px 50px 5px;
            min-height: 280px;
            padding: 0 10px;
            margin-top: 20px;
            background: #EAEAEA;
            box-shadow: 5px 5px 5px #DDD;
        }
    /* آیکون گرد قرمز با عدد وسط */
    .our-mission .post-card .icon-circle {
        position: absolute;
        top: 0px;
        left: -6px;
        width: 55px;
        height: 55px;
        background: #FFF;
        border-radius: 50%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        z-index: 2;
        border: 4px solid var(--main-color);
    }

        .our-mission .post-card .icon-circle span {
            color: #FFF;
            width: 40px;
            height: 40px;
            background: var(--main-color);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
        }

    /* عنوان رنگی (درون کارت) */
    .our-mission .post-card .post-card-inner h4 {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        background: var(--main-color);
        color: var(--white-color);
        text-align: center;
        padding: 5px;
        border-radius: 15px;
        margin-top: 40px;
    }

    /* توضیحات رنگی */
    .our-mission .post-card .post-card-inner p {
        font-size: 14px;
        color: var(--black-light-color);
        margin-top: 10px;
        text-align: justify;
    }

.resalat-ma {
    padding: 40px 0;
}

    .resalat-ma .col1 {
        padding: 40px;
        padding-top: 150px;
        padding-bottom: 0;
    }

        .resalat-ma .col1 span {
            font-weight: 700;
            font-size: 18px;
        }

        .resalat-ma .col1 p {
        }

    .resalat-ma .col2 {
    }

        .resalat-ma .col2 img {
        }

.cheshmandaz-ma {
    padding: 0;
}

    .cheshmandaz-ma .col1 {
        padding: 40px;
        padding-top: 150px;
        padding-bottom: 0;
    }

        .cheshmandaz-ma .col1 span {
            font-weight: 700;
            font-size: 18px;
        }

        .cheshmandaz-ma .col1 p {
        }

    .cheshmandaz-ma .col2 {
    }

        .cheshmandaz-ma .col2 img {
        }

.shoar {
    background: var(--main-color);
    padding: 20px;
    text-align: center;
    height: 165px;
    margin-top: 130px;
}

    .shoar .col1 {
        margin-top: 45px;
        position: relative;
        z-index: 9;
    }

        .shoar .col1 h4 {
            color: var(--white-color);
            font-size: 34px;
        }

    .shoar .col2 {
        position: relative;
    }

        .shoar .col2 img {
            position: absolute;
            top: -125px;
            z-index: 2;
            right: 45.5%;
            width: 9%;
        }

        .shoar .col2::before {
            content: '';
            width: 270px;
            height: 270px;
            position: absolute;
            background: var(--main-color);
            top: -145px;
            right: 39%;
            z-index: 1;
            border-radius: 50%;
        }

.our-team span {
    font-weight: 700;
    font-size: 18px;
}

.our-team .gallery-box .post-block-style .post-content {
    position: absolute;
    width: 100%;
    background: #00000099;
    height: 60px;
    border: 0;
}

.our-team .gallery-box .post-title.title-medium {
    color: var(--white-color);
}

.our-team .gallery-item-0 .post-thumb, .our-team .gallery-item-1 .post-thumb, .our-team .gallery-item-5 .post-thumb, .our-team .gallery-item-6 .post-thumb {
    max-height: 250px;
}

.our-team .gallery-box .post-title.title-medium {
    font-size: 14px;
    line-height: 50px;
    margin: 0;
    height: auto;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.our-team .gallery-box .post-thumb:hover a::before, .our-team .gallery-box .post-thumb:hover a::after {
    opacity: 0;
}

.our-team .gallery-box .gallery-item-2 .post-thumb, .our-team .gallery-box .gallery-item-3 .post-thumb {
    max-height: max-content;
}

.our-team .gallery-box .gallery-item-2.full-height .post-thumb img {
    height: 500px;
}

.our-service-bg {
    background: var(--black-light-color);
    height: 310px;
}

.tabs {
    position: relative;
    bottom: 100px;
}

.tab-links {
    display: flex;
    flex-wrap: wrap;
}

    .tab-links a {
        flex: 1 1 auto;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        color: var(--white-color);
        margin: 0 20px;
        transition: background 0.3s, color 0.3s;
        background: var(--main-color);
        line-height: 100px;
        border-radius: 5px;
    }

        .tab-links a:last-child {
            border-right: none;
        }

        .tab-links a.active {
            background: #fff;
            color: var(--black-light-color);
            font-weight: bold;
            box-shadow: 2px 5px 2px #eee;
        }

.tab-content {
    display: none;
    padding: 30px 35px 0px 20px;
    background: var(--white-color);
}

    .tab-content.active {
        display: block;
    }

    .tab-content img {
        width: 100%;
    }

    .tab-content .col1 p {
        margin-top: 50px;
    }

    .tab-content .col1 strong {
        top: 20px;
        position: relative;
    }

.why-us {
    position: relative;
    bottom: 75px;
}

.why-us-card {
    margin-bottom: 40px;
}

    .why-us-card .why-us-card-inner {
        border-radius: 15px;
        max-width: 300px;
        margin: 0 auto;
    }

        .why-us-card .why-us-card-inner .why-us-header {
            background: var(--main-color);
            position: relative;
            border-radius: 20px 20px 0 0;
        }

            .why-us-card .why-us-card-inner .why-us-header h4 {
                line-height: 95px;
                text-align: center;
                color: var(--white-color);
                margin: 0;
            }

            .why-us-card .why-us-card-inner .why-us-header .why-us-circle {
                background: var(--main-color);
                width: 90px;
                height: 90px;
                position: absolute;
                border-radius: 50%;
                border: 8px solid #EEEEEEEE;
                bottom: 45px;
                right: -45px;
            }

                .why-us-card .why-us-card-inner .why-us-header .why-us-circle img {
                    position: absolute;
                    right: 18px;
                    top: 15px;
                }

    .why-us-card .why-us-body {
        min-height: 170px; 
        padding: 20px;
        text-align: justify;
        border-radius: 0 0 20px 20px;
        border-top: 0;
        background: #EAEAEA;
        box-shadow: 5px 5px 5px #DDD;
    }

        .why-us-card .why-us-body p {
        }

.why-us-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    animation: 2.5s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
 
.iranotech-slide-item {
    position: relative;
}

    .iranotech-slide-item img {
        border-radius: 2px 20px 3px 3px;
    }

    .iranotech-slide-item::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 175px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), /* تیره و مشکی در پایین */ rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0) /* شفاف در بالا */ );
        pointer-events: none;
    }

    .iranotech-slide-item .iranotech-slide-content {
        position: absolute;
        bottom: 85px;
        right: 15px;
    }

        .iranotech-slide-item .iranotech-slide-content a {
            color: var(--white-color);
        }

            .iranotech-slide-item .iranotech-slide-content a:hover {
                color: var(--main-color);
            }

        .iranotech-slide-item .iranotech-slide-content h3 {
            font-size: 22px;
            color: var(--white-color);
            margin-top: 0px;
        }

        .iranotech-slide-item .iranotech-slide-content span {
            color: var(--white-color);
        }

        .iranotech-slide-item .iranotech-slide-content h3:hover {
            font-size: 22px;
            color: var(--white-color);
        }

.iranotech-thumb-slider {
    margin: 0 auto;
    bottom: -35px;
    position: absolute !important;
    right: 0;
    left: 0;
}

.iranotech-thumb-item {
    padding: 5px 10px;
    margin: 0 10px;
    background: var(--white-color);
    border-radius: 5px;
    border: 1px solid #DDD;
    border-left: 3px solid var(--main-color);
    height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.trending-bar-bg-iranotech .subslide {
    background: var(--main-color);
    padding: 5px;
    height: 70px;
}

    .trending-bar-bg-iranotech .subslide h4 {
        color: var(--white-color);
    }

.iranotech-slide-item .subslide .date {
    background: var(--black-light-color);
    position: absolute;
    left: 0;
    padding: 21px 75px;
    top: 0;
}

    .iranotech-slide-item .subslide .date span {
        color: var(--white-color);
    }

.iranotech-thumb-item span {
    color: var(--main-color);
    font-size: 14px;
}

.iranotech-thumb-item h5 {
    color: var(--black-light-color);
    margin: 0 !important;
    font-size: 16px;
}

.iranotech-slide .owl-nav {
    position: absolute;
    left: 0;
    bottom: 95px;
}

    .iranotech-slide .owl-nav > div {
        border: 0 !important;
        color: var(--white-color) !important;
        font-size: 22px !important;
    }

.iranotech-head {
    background: var(--main-color);
    text-align: center;
    padding: 10px 5px;
}

    .iranotech-head h3 {
        margin: 0;
        font-size: 16px;
        color: var(--white-color);
    }

.iranotech-tops {
    height: 100%;
}



    .iranotech-tops .post-block-style {
        margin-bottom: 18px;
    }

        .iranotech-tops .post-block-style .post-thumb {
        }

            .iranotech-tops .post-block-style .post-thumb::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 90px;
                background: linear-gradient(to top, rgba(0, 0, 0, 0.9), /* تیره و مشکی در پایین */ rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0) /* شفاف در بالا */ );
                pointer-events: none;
            }




            .iranotech-tops .post-block-style .post-thumb img {
                object-fit: cover;
                border-radius: 2px 20px 3px 3px;
            }

        .iranotech-tops .post-block-style .post-content {
            margin: 0;
            border-radius: 0;
            border-left: 0;
            border: 0;
            bottom: 0;
            height: 60px;
            position: absolute;
            left: 0;
            right: 0;
            background: none;
            padding: 0px 5px;
            border: 0 !important;
        }

            /*    .iranotech-tops .post-block-style .post-content::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 75px;
                background: #00000019;
                pointer-events: none;
            }*/

            .iranotech-tops .post-block-style .post-content h3 {
                margin: 5px 0;
                font-size: 15px;
                line-height: 25px;
                max-height: 85px;
                text-align: justify;
                height: 85px;
                overflow: hidden;
                color: var(--white-color);
            }

                .iranotech-tops .post-block-style .post-content h3 a {
                    color: var(--white-color);
                }


        .iranotech-tops .post-block-style .post-thumb a {
            transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
        }

        .iranotech-tops .post-block-style .post-thumb:hover a::before, .iranotech-tops .post-block-style .post-thumb:hover a::after {
            opacity: 1;
            transform: scale(1);
        }

        .iranotech-tops .post-block-style .post-thumb a::before {
            content: '';
            position: absolute;
            top: 10px;
            right: 10px !important;
            bottom: 10px;
            left: 10px;
            margin: 0px;
            transition: all 1200ms;
            z-index: 3;
            border-top: 1px solid var(--white-color);
            border-bottom: 1px solid var(--white-color);
            opacity: 0;
        }

        .iranotech-tops .post-block-style .post-thumb a::after {
            content: '';
            position: absolute;
            top: 10px;
            right: 10px !important;
            bottom: 10px;
            left: 10px;
            margin: 0px;
            transition: all 2800ms;
            z-index: 2;
            border-right: 1px solid var(--white-color);
            border-left: 1px solid var(--white-color);
            opacity: 0;
        }

        .iranotech-tops .post-block-style:hover .post-thumb img, .post-overaly-style:hover .post-thumb img {
            transform: none !important;
        }

.iranotech-slide-item > a:first-of-type {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform 0.4s;
}

.iranotech-slide-item:hover > a:first-of-type::before, .iranotech-slide-item:hover > a:first-of-type::after {
    opacity: 1;
    transform: scale(1);
}

.iranotech-slide-item > a:first-of-type::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px !important;
    bottom: 10px;
    left: 10px;
    margin: 0px;
    transition: all 1200ms;
    z-index: 3;
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    opacity: 0;
}

.iranotech-slide-item > a:first-of-type::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px !important;
    bottom: 10px;
    left: 10px;
    margin: 0px;
    transition: all 2800ms;
    z-index: 2;
    border-right: 1px solid var(--white-color);
    border-left: 1px solid var(--white-color);
    opacity: 0;
}

.famous-text-content ul {
    list-style: none;
    padding-left: 0;
}

    .famous-text-content ul li {
        position: relative;
        padding-right: 1.2em; /* فاصله برای جای آیکون */
    }

        .famous-text-content ul li::before {
            content: "\f14a"; /* کد یونی‌کد برای fa-check */
            font-family: "Font Awesome 5 Pro";
            font-weight: 900; /* حالت solid */
            position: absolute;
            right: 0;
            top: 0.1em;
            color: var(--main-color); /* رنگ تیک */
        }

.single-post li {
    margin-right: 20px;
}

.ai-inner .news-content a:hover {
    color: var(--main-color);
}
.pic-ads-mobile {
    display: none;
}

.pic-ads-desktop {
    display: block;
    width: 100%;
}
@keyframes kmacb-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes spin-circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
