/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */


/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width:1199px) {


    /* Header */
    ul.navbar-nav > li > a,
    .dropdown-menu li a {
        font-size: 12px;
    }

    /* Projects */
    .project-item-title {
        font-size: 18px;
    }

    /* Clients */
    .clients-logo {
        margin-bottom: 20px;
    }

    /* Action box */
    .action-box-text {
        font-size: 13px;
    }

    /* Footer */
    .footer-social ul li {
        margin: 0 0 0 3px;
    }

    .footer-menu {
        float: none;
    }

    #back-to-top.affix {
        bottom: 35px;
    }

    #back-to-top {
        left: 15px;
    }

    .mega-menu-content {
        max-width: 940px;
    }

    .hot-post-bottom .post-title.title-medium {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }

    .featured-slider.twoNewsBox-style .item {
        padding-bottom: 60.95%;
    }

    .video-tab .post-overaly-style .post-thumb,
    .video-tab .post-overaly-style .post-thumb img {
        height: 100%;
    }

        .video-tab .post-overaly-style .post-thumb img {
            max-width: none;
            width: auto;
        }

    .video-tab .post-overaly-style .post-thumb {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
    }

    .dropdown-submenu > a:after {
        content: "\f104";
    }
}

/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
    .post-top1 .top-row {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .post-top1 .content-col {
        flex: 1 1 100%;
        order: 2;
    }

    .post-top1 .image-col {
        flex: 1 1 100%;
        order: 1;
        padding: 0 10px;
    }
    /* top info */
    ul.top-info li {
        padding-left: 12px;
    }

    /* Header */
    .navbar-fixed {
        position: relative;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .logo {
        padding: 13px 0;
    }

        .logo img {
            height: 40px;
        }

    /* Navigation breakpoint */
    .site-nav-inner {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
        z-index: 1;
    }

    .navbar-collapse {
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
            overflow: hidden !important;
        }

    ul.navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        ul.navbar-nav > li {
            float: none;
            display: block;
        }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }


    /* Navigation */
    .navbar-collapse {
        background: none;
        width: 100%;
        padding-left: 0;
    }

    ul.navbar-nav > li:hover > a:after,
    ul.navbar-nav > li.active > a:after {
        content: '';
    }

    ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu > li {
        padding-right: 0;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 10px 0;
        }

    ul.navbar-nav > li,
    .nav-style-boxed ul.navbar-nav > li {
        display: block;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }

    .nav-search {
        top: 16px;
        left: 25px;
    }

    .dark-bg .nav-search {
        top: 13px;
    }

    .search-block {
        top: 56px;
    }

        .search-block .search-close {
            top: -47px;
            left: 0;
        }

    .dark-bg .search-block {
        top: 52px;
    }

        .dark-bg .search-block .search-close {
            top: -45px;
        }

    ul.navbar-nav > li.nav-search,
    ul.navbar-nav > li.header-get-a-quote {
        display: none;
    }

    ul.navbar-nav {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

        ul.navbar-nav li {
            float: none;
        }

            ul.navbar-nav li a {
                line-height: normal !important;
                color: #333;
                border-top: 1px solid #f1f1f1 !important;
                border-bottom: 0;
                padding: 10px 0;
                display: block;
                min-width: 350px;
            }

    .dark-bg ul.navbar-nav li a {
        border-color: #555 !important;
        color: #fff;
    }

    ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }

        ul.navbar-nav .dropdown-menu li a {
            padding-right: 20px !important;
        }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 0;
        position: relative;
    }

        ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
            padding-right: 50px;
        }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-right: 35px !important;
    }

    ul.navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        background: none;
    }

    ul.navbar-nav li a i,
    .dropdown-submenu > a:after {
        background: #f5f5f5;
        float: left;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -2px;
        text-align: center;
    }

    .dark-bg ul.navbar-nav li a i,
    .dark-bg .dropdown-submenu > a:after {
        background: #555 !important;
        color: #f5f5f5;
    }

    .dropdown-submenu > a:after {
        margin-left: 0;
    }

    ul.navbar-nav li.dropdown.mega-dropdown i {
        display: none;
    }


    /* Featured area */
    .featured-post-area .pad-r {
        padding-left: 15px;
    }

    .featured-post-area .pad-l {
        padding-right: 15px;
    }

    /* Sidebar */
    .sidebar-right {
        margin-top: 50px;
    }

        .sidebar-right .widget {
            margin-right: 0;
        }

    .block.color-aqua,
    .block.color-violet {
        margin-top: 40px;
    }



    /* Footer */
    .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }

        .footer-widget.widget-categories ul {
            padding-left: 0;
        }

    .footer-info-content {
        padding: 50px 100px 0;
    }

    #back-to-top.affix {
        bottom: 78px;
    }


    .video-tab .pad-r-0 {
        padding-left: 15px;
    }

    .video-tab .pad-l-0 {
        padding-right: 15px;
    }

    .video-tab .post-overaly-style {
        height: auto;
    }

    .hot-post-top {
        margin-top: 4px;
    }

    .hot-post-bottom {
        padding-bottom: 60%;
    }

        .hot-post-bottom .post-title.title-medium {
            font-size: 18px;
            line-height: 32px;
            max-height: 64px;
        }

        .hot-post-bottom .post-thumb {
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .hot-post-bottom .post-thumb img {
                position: relative;
            }

    .fourNewsboxTop {
        margin-top: 4px;
    }

    .fourNewsbox,
    .fourNewsboxTop {
        padding-bottom: 60%;
    }

        .fourNewsbox .post-thumb,
        .fourNewsboxTop .post-thumb {
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .fourNewsbox .post-thumb img,
            .fourNewsboxTop .post-thumb img {
                position: relative;
            }

    .featured-post-area .twoNewsBox {
        padding-bottom: 50%;
    }

        .featured-post-area .twoNewsBox .post-thumb {
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .featured-post-area .twoNewsBox .post-thumb img {
                position: relative;
            }

        .featured-post-area .twoNewsBox.first {
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .main-nav.dark-bg > .container > .row {
        padding: 0 10px;
    }

    .main-nav.dark-bg ul.navbar-nav > li.active,
    .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }

    .main-nav.dark-bg ul.navbar-nav li.active > a,
    .main-nav.dark-bg ul.navbar-nav li:hover > a {
        color: #ec0000;
    }

    .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }

        .header.header-menu .container {
            position: relative;
        }

        .header.header-menu .logo {
            text-align: center;
        }

        .header.header-menu .navbar-collapse {
            width: auto;
            min-width: 100%;
            margin-right: -15px;
            margin-left: -15px;
        }

    .search-area {
        position: absolute;
        left: 0;
        top: 50px;
    }

        .search-area .nav-search {
            left: 25px;
            top: 27px;
        }

        .search-area .search-block .search-close {
            top: -47px;
        }

        .search-area .search-block {
            left: 15px;
            top: 67px;
        }
}

/* Small Devices Potrait */

@media (max-width: 479px) {
    .single-post video {
        max-width: 360px;
    }

    .video-tab .post-title {
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
    }

    .video-tab .post-overaly-style .post-content {
        padding: 15px 20px;
    }

    .video-icon {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@media (max-width: 768px) {
    .pic-ads-mobile {
        display: block;
        width: 100%;
    }
    .pic-ads-desktop {display:none;}
    .post-block-style.post-float .post-thumb img {
        width: 100%;
        height: auto;
        max-width: 100% !important;
        max-height: none !important;
    }

    .post-top1 .top-row {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .post-top1 .content-col {
        flex: 1 1 100%;
        order: 2;
    }

    .post-top1 .image-col {
        flex: 1 1 100%;
        order: 1;
        padding: 0 10px;
    }

    .page-pitch-product .row.mgtb-20 {
        margin: 0;
    }

    .page-pitch-product h4 {
        color: var(--black-color);
        margin-top: 0;
    }

    .noavari-row {
        position: relative;
        top: 0;
    }

    .body-inner {
        position: relative;
        overflow: hidden;
        margin-top: 70px;
    }

    .event-box {
        display: none;
    }

    .gallery-item-4 .post-thumb, .gallery-item-9 .post-thumb {
        height: auto;
    }

    .idea-content {
        flex: 1;
        background-color: #f9f9f9;
        padding: 20px;
        z-index: 2;
        text-align: justify;
        height: 260px;
        overflow: hidden;
    }

    .idea-image-container img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        position: absolute;
        left: 10px;
        z-index: 2;
    }

    .idea-box .border-right {
        left: 5px;
        top: 5px;
        background-color: var(--main-color);
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        bottom: 10px;
        z-index: -1;
    }

    .smartgames-slide .owl-nav {
        margin: 0;
        display: flex;
        flex-direction: unset;
        align-items: center;
        position: absolute;
        bottom: 0px;
        left: 25px;
        transform: translateY(-50%);
        top: unset;
        right: unset;
    }

    .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-info {
        color: var(--white-color);
        text-align: right;
        margin-right: 5px;
        position: relative;
        top: 6px;
    }

    .famous-text-content {
        flex: 1;
        margin-top: 0;
    }

    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -455px;
        bottom: 5px;
    }

    .icon-decorations .gray {
        width: 120px !important;
        height: 120px;
        border-radius: 100px;
        position: relative;
        top: -345px;
        z-index: 3;
        left: 10px;
        animation: spin-circle 8s linear infinite;
    }

    .iranotech-tops {
        height: 100%;
        margin-top: 35px;
    }

    .iranotech-thumb-item h5 {
        color: var(--black-color);
        margin: 0 !important;
        font-size: 14px;
        text-align: justify;
    }

    .iranotech-thumb-item span {
        color: var(--main-color);
        font-size: 14px;
        display: none;
    }

    .iranotech-thumb-item {
        padding: 5px 10px;
        margin: 2px;
        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;
    }

    .interactionform .form-control {
        position: relative;
        top: 0;
        transform: none;
    }

    .interactionform .btn-primary {
        position: absolute;
        top: 3px;
        transform: none;
        left: 0;
        bottom: 3px;
        right: 20px;
    }

    .page-header-box .row {
        display: flex;
        flex-direction: column;
    }

        .page-header-box .row .page-header-box-title {
            order: 1;
            flex: 0px;
        }

        .page-header-box .row .page-header-box-line {
            order: 2;
        }

        .page-header-box .row .page-header-box-btn {
            order: 1;
            flex: 20px;
        }

    .category-showcase-v2 .page-header-box .row .page-header-box-title {
        order: 1;
        flex: 20px;
    }

    .tab-links a {
        flex: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .pishran-item {
        display: block;
    }

    .pishran-section .text-area {
        min-width: 100%;
        color: #333;
    }

    .post-best-card {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
        border: 1px solid #eee;
        border-radius: 12px;
        position: relative;
        direction: rtl;
        background: #fff;
        transition: background 0.3s;
        min-height: 100px;
        cursor: pointer;
    }

    .post-best-text-content .desc {
        flex: 1 1 65%;
        word-wrap: break-word;
        white-space: normal;
        line-height: 1.6;
        max-height: 100px;
        text-align: justify;
    }

    .trending-bar-bg.pd-40 {
        padding: 0;
    }

    .pitchcast-slide .pitchcast-slide-item {
        border-radius: 12px;
        padding: 20px;
        display: block;
        flex-direction: row;
    }

    .episodeList {
        margin-top: 20px;
    }

    .pitchcast-player-box {
        display: block;
        align-items: center;
        flex: 1;
        background: var(--main-color);
        padding: 20px;
        border-radius: 12px;
        margin-top: 20px;
    }

    .famous-section {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin: auto;
    }

    .famous-image-box {
        position: relative;
        background: #FFF;
        border-radius: 0 0 0 40px;
        padding: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        overflow: hidden;
    }

    .trending-bar-bg-game {
        background-image: linear-gradient(90deg, var(--main-color) 100%, #FFFFFF00 0%);
    }

        .trending-bar-bg-game .inner-volunteer .volunteer-img-slider img {
            width: 100%;
            float: none;
            margin-right: 0;
            border-radius: 5px;
            display: none;
        }

            .trending-bar-bg-game .inner-volunteer .volunteer-img-slider img:first-child {
                width: 100%;
                float: none;
                margin-right: 0;
                border-radius: 5px;
                display: block;
            }

        .trending-bar-bg-game .inner-volunteer .volunteer-left {
            width: 90%;
            margin: 0 auto;
        }

        .trending-bar-bg-game .inner-volunteer .volunteer-img-slider {
            position: relative;
            left: 0;
            margin: 0 25px 10px 25px;
            right: 0;
        }

    .main-nav {
        background: #f0ece7;
        position: relative;
        bottom: 65px;
    }

    .event-card {
        flex-direction: column;
        align-items: stretch;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .event-date {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        text-align: right;
    }

        .event-date ..event-month {
            text-align: left;
        }

    .event-actions {
        justify-content: flex-start;
    }

    .header {
        background: #f0ece7;
        display: inherit;
        justify-content: center;
        position: relative;
        padding: 0;
        height: 78px;
    }

    .footer {
        height: 150px;
        background-size: contain;
    }

    .header .header-wrapper {
        width: 30%;
        height: 77px;
        border-top-right-radius: 60px;
    }

    .trending-bar .post-content, .trending-light .post-content {
        padding: 10px;
    }

    .header .slogun {
        display: none;
    }

    .header .header-right {
        display: none;
    }

    .boxed-layout .body-inner {
        margin: 0 auto;
    }

    /* Top bar */
    .ts-date {
        padding: 0;
        border-left: 0;
        display: block;
    }

    .top-nav {
        display: block;
        margin: 10px 0;
    }

    .top-bar {
        text-align: center;
    }

    .top-social {
        float: none;
        text-align: center;
        display: inline-block;
    }

    /* Header */
    .navbar-fixed {
        position: relative;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .logo {
        padding: 13px 0 25px;
        text-align: right;
        z-index: 5;
        position: relative;
    }

        .logo img {
            height: 40px;
        }


    /* Navigation */
    .site-nav-inner {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
        z-index: 10;
    }

    .navbar-collapse,
    .site-nav-inner {
        background: none;
        width: 100%;
        padding-left: 0;
    }

        .navbar-collapse.collapse {
            overflow: hidden !important;
        }

    ul.navbar-nav > li:hover > a:after,
    ul.navbar-nav > li.active > a:after {
        content: '';
    }

    ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 0;
    }

    ul.navbar-nav > li {
        display: block;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }

    ul.navbar-nav > li.nav-search,
    ul.navbar-nav > li.header-get-a-quote {
        display: none;
    }

    ul.navbar-nav {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        ul.navbar-nav > li {
            float: none;
            width: 100%;
            display: inline-block;
        }

        ul.navbar-nav li a {
            line-height: normal !important;
            color: #333;
            border-top: 1px solid #f1f1f1 !important;
            border-bottom: 0;
            padding: 10px 0;
            display: block;
        }

    .dark-bg ul.navbar-nav li a {
        border-color: #555 !important;
    }

    ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }

        ul.navbar-nav .dropdown-menu li a {
            padding-right: 20px !important;
        }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        right: 0;
        position: relative;
    }

        ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }

    ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-right: 20px;
    }

    ul.navbar-nav li.dropdown.mega-dropdown i {
        display: none;
    }

    ul.navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        background: none;
    }

    ul.navbar-nav li a i,
    .dropdown-submenu > a:after {
        background: transparent;
        color: #333;
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -2px;
        text-align: center;
    }

    .dark-bg ul.navbar-nav li a i,
    .dark-bg .dropdown-submenu > a:after {
        background: #555 !important;
        color: #f5f5f5;
    }

    .dropdown-submenu > a:after {
        margin-left: 0;
    }


    /* Dart bg */
    .main-nav.dark-bg {
        margin-bottom: 20px;
    }

        .main-nav.dark-bg > .container > .row {
            padding: 0 10px;
        }

        .main-nav.dark-bg ul.navbar-nav > li.active,
        .main-nav.dark-bg ul.navbar-nav > li:hover {
            background: none;
        }

        .main-nav.dark-bg ul.navbar-nav li a {
            color: #fff;
        }

        .main-nav.dark-bg ul.navbar-nav li.active > a,
        .main-nav.dark-bg ul.navbar-nav li:hover > a {
            color: #ec0000;
        }

    /* Search */
    .nav-search {
        top: 16px;
        left: 25px;
    }

    .dark-bg .nav-search {
        top: 13px;
    }

    .search-block {
        width: 220px;
        top: 56px;
    }

        .search-block .search-close {
            top: -47px;
            left: 0;
        }

    .dark-bg .search-block {
        top: 52px;
    }

        .dark-bg .search-block .search-close {
            top: -45px;
        }

    .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }

        .header.header-menu .container {
            position: relative;
        }

        .header.header-menu .navbar-collapse {
            width: auto;
            min-width: 100%;
            margin-right: -15px;
            margin-left: -15px;
        }

    .search-area {
        position: absolute;
        left: 0;
        top: 50px;
    }

        .search-area .nav-search {
            left: 25px;
            top: 27px;
        }

        .search-area .search-block .search-close {
            top: -47px;
        }

        .search-area .search-block {
            left: 15px;
            top: 67px;
        }


    /* Featured area */
    .featured-post-area .pad-r,
    .pad-r-small {
        padding-left: 15px;
    }

    .featured-post-area .pad-l,
    .pad-l-small {
        padding-right: 15px;
        margin-top: 4px;
    }

    .hot-post-top {
        margin-bottom: 5px;
    }

    .post-title {
        font-size: 18px;
        line-height: 30px;
    }



    /* Block */
    .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }

    /* Sidebar */
    .sidebar-right {
        margin-top: 50px;
    }

        .sidebar-right .widget {
            margin-right: 0;
        }

    .block.color-aqua,
    .block.color-violet {
        margin-top: 40px;
    }

    .social-icon li a i {
        margin-bottom: 10px;
    }

    .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
    }

    .post-block-style.post-float-half .post-thumb {
        margin-left: 0;
        margin-bottom: 20px;
    }



    /* Footer */
    .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }

        .footer-widget.widget-categories ul {
            padding-left: 0;
        }

    .newsletter-form input {
        width: 90%;
    }

    .footer-info-content {
        padding: 50px 20px 0;
    }

    .footer-social li a i {
        margin-bottom: 10px;
    }

    #back-to-top.affix {
        bottom: 78px;
    }

    /* Copyright */
    .copyright-info {
        text-align: center;
    }

    .footer-menu {
        float: none;
        text-align: center;
    }

    #back-to-top.affix {
        bottom: 0;
        left: 20px;
    }

    /* Block title */
    .block-title {
        font-size: 12px;
    }

        .block-title > span {
            padding: 0 10px;
        }

    .featured-tab .nav-tabs > li > a {
        font-size: 12px;
    }

    /* Category style */
    .category-style2 .post-thumb {
        margin-bottom: 20px;
    }


    .video-tab .pad-r-0 {
        padding-left: 15px;
    }

    .video-tab .pad-l-0 {
        padding-right: 15px;
    }

    .video-tab .post-overaly-style {
        height: auto;
    }

    .video-tab .post-title {
        font-size: 20px;
        line-height: 32px;
        max-height: 64px;
    }

    .video-tab .post-overaly-style .post-content {
        padding: 25px;
    }

    .pagination {
        padding-right: 0;
    }

    .paging .page-numbers {
        display: none;
    }

    .error-page .error-code h2 {
        font-size: 150px;
        line-height: 150px;
    }

    .featured-slider .featured-post .post-content {
        padding: 20px;
    }

    .featured-post .post-title.title-extra-large {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
        max-height: 84px;
    }

    .hot-post-top .post-title.title-large {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
        max-height: 56px;
    }

    .hot-post-bottom {
        padding-bottom: 50%;
    }

        .hot-post-bottom .post-thumb {
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .hot-post-bottom .post-thumb img {
                position: relative;
            }

    .fourNewsbox,
    .fourNewsboxTop {
        padding-bottom: 50%;
    }

        .fourNewsbox .post-thumb,
        .fourNewsboxTop .post-thumb {
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .fourNewsbox .post-thumb img,
            .fourNewsboxTop .post-thumb img {
                position: relative;
            }

    .featured-post-area .twoNewsBox {
        padding-bottom: 50%;
    }

        .featured-post-area .twoNewsBox .post-thumb {
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .featured-post-area .twoNewsBox .post-thumb img {
                position: relative;
            }

    .single-post .post-title {
        font-size: 22px;
        line-height: 40px;
        padding: 15px 0 8px 0;
    }

    .post-float-half .post-content {
        clear: both;
    }

    .comments-reply {
        margin-right: 10px;
        padding-right: 10px;
    }

    .col-sm-4.pad-r,
    .col-sm-4.pad-0,
    .col-sm-4.pad-l {
        padding-left: 15px;
        padding-right: 15px;
        margin: 4px 0;
    }

    .pishran-team-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pishran-image-area,
    .pishran-section .text-area {
        width: 100%;
    }

        .pishran-image-area .pishran-img-1,
        .pishran-image-area .pishran-img-2,
        .pishran-image-area .pishran-img-3,
        .pishran-section .circle,
        .pishran-section .triangle {
            position: static;
            display: none;
            margin: 0.5rem;
        }

    .pishran-image-area {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1rem;
        min-width: 100% !important;
        width: 100% !important;
    }

        .pishran-image-area .pishran-img-3 {
            width: 100% !important;
            z-index: 4;
        }

        .pishran-image-area .pishran-img-1 {
            display: none !important;
        }

        .pishran-image-area .pishran-img-2 {
            display: none !important;
        }

    .pitchshow-slide-content .pitchshow-read-more {
        color: #707070;
        text-decoration: none;
        position: absolute;
        bottom: 20px;
    }

    .pitchshow-slide-content h3 {
        margin: 0 0 10px;
        color: var(--black-color);
        text-align: right;
        font-size: 18px;
        height: 100px;
    }

    .pitchshow-slide.owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        top: 25%;
        width: 100%;
    }

    .smarttool-section {
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        margin: auto;
    }

    .pishran-section .text-area ul {
        text-align: right;
        padding-right: 1rem;
    }

    .pitchshow-slide-content p {
        display: none;
    }

    .pitchshow-thumb-slider {
        display: none !important;
    }

    .pitchshow-slide-content {
        position: relative;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 5px 0;
        width: 100%;
        height: auto;
        max-height: 180px;
    }

    .episodeList .episode-item {
        background: #404042;
        color: #FFF;
        padding: 5px 15px;
        border-radius: 8px;
        margin: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: 0.3s;
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

        .episodeList .episode-item span {
            max-width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            text-align: right;
        }

        .episodeList .episode-item i {
            position: absolute;
            left: 10px;
            font-size: 32px;
            line-height: 32px;
            bottom: 10px;
        }

    .hoosh .caption-ai h3 {
        height: 100%;
    }

    .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: relative;
        margin: 0 auto;
        bottom: 0;
        right: 0;
        height: 100%;
        border-bottom: 4px solid var(--main-color);
        left: 0;
    }

    .image-container-ai {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .news-box {
        margin-bottom: 22px;
        overflow: hidden;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

        .news-box .news-content {
            flex: 1;
            direction: rtl;
            text-align: right;
            padding: 10px;
            order: 2;
        }

    .hoosh .news-box a {
        order: 1;
    }

    .news-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .news-content p {
        font-size: 14px;
        color: #2e2d2d;
        margin: 0 10px;
        text-align: justify;
        height: 100%;
        line-height: 25px;
    }

    .post-best-text-content {
        display: flex;
        flex-direction: row;
        flex: 1;
        flex-wrap: wrap;
        align-items: center;
        height: 216px;
        overflow: hidden;
    }

    .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: 35px;
        position: relative;
        top: 0;
        left: 0;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .category-showcase-v2 {
        margin-top: 0;
    }

    .event-info .event-title {
        font-size: 18px;
        margin: 0;
        height: 90px;
        overflow: hidden;
    }

    .post-block-style.post-float .post-thumb {
        z-index: 1;
        margin-left: 10px;
        margin-right: 10px;
    }

        .post-block-style.post-float .post-thumb img {
            width: 100%;
            height: auto;
            max-width: 100% !important;
            max-height: none !important;
        }

    .category-showcase-v2 .post-top1 .post-content ul {
        position: relative;
        bottom: 10px;
        margin: 0;
        border-top: 1px solid #888;
        padding: 10px 5px;
        width: 100%;
    }

    .page-header-box .row .page-header-box-title {
        order: 1;
        flex: 20px;
    }

    .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-title {
        text-align: right;
        margin-right: 5px;
        margin-top: 0;
    }

    .noavari-row .post-block-style {
        margin-top: 10px;
    }

    .lastpost-widget {
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media (max-width:1200px) {
    .lastpost-widget {
        display: none;
    }

    .social-widget {
        display: none;
    }
}

@media (min-width: 1100px) {
    .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-title {
        text-align: right;
        margin-right: 5px;
        margin-top: 0;
    }

    .container {
        width: 1000px;
    }

    .header .header-wrapper {
        width: 100%;
        max-width: 400px;
        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;
        z-index: 0;
    }
}

@media (min-width: 1200px) {



    .container {
        width: 1100px;
    }

    .header .header-wrapper {
        width: 100%;
        max-width: 300px;
        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;
        z-index: 0;
    }


    .navbar-collapse {
        padding-left: 0;
        position: relative;
        z-index: 2;
    }

    .nav-style-boxed .navbar-collapse {
        padding-right: 15px;
    }

    .video-tab .post-overaly-style .post-thumb,
    .video-tab .post-overaly-style .post-thumb img {
        height: 100%;
    }

        .video-tab .post-overaly-style .post-thumb img {
            max-width: none;
            width: auto;
        }

    .video-tab .post-overaly-style .post-thumb {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
    }

    .dropdown-submenu > a:after {
        content: "\f104";
    }
}

@media (min-width: 1300px) {
    .smartgames-slide .owl-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 64.5%;
        transform: translateY(-50%);
    }

    .lastpost-widget {
        position: fixed;
        top: 180px;
        width: 140px;
        z-index: 90;
        left: -1%;
        padding: 2px 18px;
        background: #FFF;
        border-radius: 5px;
        display: block;
    }

    .trending-bar-bg-game .inner-volunteer .volunteer-left {
        width: 78%;
    }

        .trending-bar-bg-game .inner-volunteer .volunteer-left .volunteer-title {
            text-align: right;
            margin-right: 5px;
            margin-top: 45px;
        }

    .footer-shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 38%;
        height: auto;
        z-index: 1;
        opacity: 0.1;
    }

    .footer-shape-2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 38%;
        height: auto;
        z-index: 1;
        opacity: 0.1;
        transform: rotate(180deg);
    }

    .container {
        width: 1200px;
    }

    .header .header-wrapper {
        width: 100%;
        max-width: 250px;
        height: 93px;
        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;
        z-index: 0;
    }
}

@media (min-width: 1400px) {
    .smartgames-slide .owl-nav {
        top: 50%;
        right: 64.5%;
    }

    .lastpost-widget {
        position: fixed;
        top: 180px;
        width: 140px;
        z-index: 90;
        left: -0.8%;
        padding: 2px 18px;
        background: transparent;
        border-radius: 5px;
        display: block;
    }
}

@media (min-width: 1600px) {
    .smartgames-slide .owl-nav {
        top: 50%;
        right: 64.5%;
    }

    .lastpost-widget {
        position: fixed;
        top: 180px;
        width: 140px;
        z-index: 90;
        left: 3%;
        padding: 2px 18px;
        background: transparent;
        border-radius: 5px;
        display: block;
    }

    .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-info a {
        background: #FFF;
        border-radius: 5px;
        color: #222;
        padding: 10px 20px;
        position: absolute;
        bottom: -50px;
        right: 0;
    }

    .trending-bar-bg-game .inner-volunteer .volunteer-left {
        width: 50%;
    }

    .footer-shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 29%;
        height: auto;
        z-index: 1;
        opacity: 0.2;
    }

    .footer-shape-2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 29%;
        height: auto;
        z-index: 1;
        opacity: 0.2;
        transform: rotate(180deg);
    }

    .header .header-wrapper {
        width: 100%;
        max-width: 530px;
        height: 93px;
        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;
        z-index: 0;
    }
}

@media (min-width: 1700px) {
    .smartgames-slide .owl-nav {
        top: 50%;
        right: 65%;
    }

    .lastpost-widget {
        left: 4%;
    }
}

@media (min-width: 1800px) {
    .smartgames-slide .owl-nav {
        top: 50%;
        right: 65%;
    }

    .lastpost-widget {
        left: 5%;
    }

    .social-widget {
        right: 5%;
    }
}

@media (min-width: 1900px) {
    .smartgames-slide .owl-nav {
        top: 50%;
        right: 65%;
    }

    .lastpost-widget {
        left: 5%;
    }

    .social-widget {
        right: 6%;
    }
}

@media (min-width: 2000px) {
    .lastpost-widget {
        left: 6%;
    }

    .social-widget {
        right: 6%;
    }

    .header .header-wrapper {
        width: 100%;
        max-width: 850px;
        height: 93px;
        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;
        z-index: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1390px) {
    .news-box {
        display: flex;
        background: white;
        margin-bottom: 10px;
        overflow: hidden;
        align-items: center;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 460px) {
    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -82px;
        bottom: 5px;
    }

    .icon-decorations .gray {
        width: 120px !important;
        height: 120px;
        border-radius: 100px;
        position: relative;
        top: -115px;
        z-index: 3;
        left: 10px;
        animation: spin-circle 8s linear infinite;
    }
}

@media (max-width: 440px) {
    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -95px;
        bottom: 5px;
    }

    .icon-decorations .gray {
        width: 120px !important;
        height: 120px;
        border-radius: 100px;
        position: relative;
        top: -115px;
        z-index: 3;
        left: 10px;
        animation: spin-circle 8s linear infinite;
    }
}

@media (max-width: 420px) {
    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -80px;
        bottom: 5px;
    }

    .icon-decorations .gray {
        width: 120px !important;
        height: 120px;
        border-radius: 100px;
        position: relative;
        top: -115px;
        z-index: 3;
        left: 10px;
        animation: spin-circle 8s linear infinite;
    }
}

@media (max-width: 400px) {
    .icon-decorations .gray {
        width: 100px !important;
        height: 100px;
        border-radius: 100px;
        position: relative;
        top: -100px;
        z-index: 3;
        left: 10px;
        animation: spin-circle 8s linear infinite;
    }

    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -85px;
        bottom: 16px;
    }
}

@media (max-width: 380px) {

    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -60px;
        bottom: 16px;
    }
}

@media (max-width: 360px) {

    .icon-decorations .orange {
        background-color: var(--main-color);
        width: 100px;
        height: 100px;
        position: relative;
        right: -50px;
        bottom: 16px;
    }
}
