/*@import url(../../../https@fonts.googleapis.com/css@family=Poppins_3A300,400,500,600,700_7CWork+Sans_3A300,400,500,600,700);*/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/2-IranYekan/iranyekanwebregular.eot");
    src: url("../fonts/2-IranYekan/iranyekanwebregular.eot@#iefix") format("embedded-opentype"), url("../fonts/2-IranYekan/iranyekanwebregular.woff") format("woff2"), url("../fonts/2-IranYekan/iranyekanwebregular.woff") format("woff"), url("../fonts/2-IranYekan/iranyekanwebregular.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan-l;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/2-IranYekan/iranyekanweblight.eot");
    src: url("../fonts/2-IranYekan/iranyekanweblight.eot@#iefix") format("embedded-opentype"), url("../fonts//2-IranYekan/iranyekanweblight.woff2") format("woff2"), url("../fonts//2-IranYekan/iranyekanweblight.woff") format("woff"), url("../fonts//2-IranYekan/iranyekanweblight.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan-b;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/2-IranYekan/iranyekanwebbold.eot");
    src: url("../fonts/2-IranYekan/iranyekanwebbold.eot@#iefix") format("embedded-opentype"), url("../fonts/2-IranYekan/iranyekanwebbold.woff2") format("woff2"), url("../fonts/2-IranYekan/iranyekanwebbold.woff") format("woff"), url("../fonts/2-IranYekan/iranyekanwebbold.ttf") format("truetype");
}

body {
    color: #191919;
    font-family: 'iranyekan','Work Sans',sans-serif;
    direction:rtl;
    text-align:right;
    overflow-x:hidden;
}

img {
    vertical-align: baseline
}

a {
    color: #4169e1
}

    a:visited {
        color: purple
    }

    a:hover, a:focus, a:active {
        color: #191970
    }

    a:focus {
        outline: thin dotted
    }

    a:hover, a:active {
        outline: 0;
        list-style: none
    }

.flex {
    display: flex
}

@media screen and (min-width:992px) {
    .outer-container {
        padding-right: 80px
    }
}

@media screen and (min-width:768px) {
    .no-padding {
        padding: 0
    }
}

.site-branding {
    transition: all .5s
}

.site-title {
    margin: 0;
    text-align: center
}

.site-navigation .site-title a {
    display: block
}

.hamburger-menu .menu-icon, .hamburger-menu .menu-close-icon {
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .5s
}

.hamburger-menu.close .menu-icon {
    visibility: hidden;
    opacity: 0
}

.menu-close-icon {
    visibility: hidden;
    opacity: 0
}

.hamburger-menu.close .menu-close-icon {
    visibility: visible;
    opacity: 1
}

.hamburger-menu img {
    display: block;
    margin: 0 auto
}

.site-navigation {
    transition: all .5s
}

.main-menu {
    padding: 15px 30px;
    margin: 0;
    overflow-y: scroll;
    scrollbar-color: #6b6a6d #b8b8b8;
    scrollbar-width: thin;
    display:block;
}

    .main-menu::-webkit-scrollbar {
        height: 12px;
        width: 12px;
        background: #000;
    }

    .main-menu::-webkit-scrollbar-thumb {
        background: #6b6a6d;
        -webkit-border-radius: 1ex;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    }

    .main-menu::-webkit-scrollbar-corner {
        background: #b8b8b8;
    }

    .main-menu li {
        display: block;
        padding: 12px 0;
        font-size: 30px;
        font-weight: 500;
        border-bottom: 1px solid #ebebeb
    }

        .main-menu li:nth-last-of-type(1) {
            border-bottom: 0
        }

        .main-menu li a {
            display: block;
            color: #a6a6a6;
            text-decoration: none;
            transition: all .35s;
            font-size:1rem;
        }

            .main-menu li a:hover, .main-menu li.current-menu-item a {
                color: #f0437e
            }

.social-profiles ul {
    padding: 10px 0 34px 0;
    margin: 0
}

    .social-profiles ul li {
        display: block;
        padding: 0 18px;
        font-size: 1.5rem
    }

        .social-profiles ul li a {
            color: #191919;
            transition: all .35s
        }

            .social-profiles ul li a:hover {
                color: #f0437e
            }

.nav-bar-sep {
    height: 78px
}

@media screen and (max-width:992px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        padding: 15px 30px;
        background: #fff;
        box-shadow: 0 12px 24px rgba(0,0,0,.09)
    }

    .site-header, .hamburger-menu {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .hamburger-menu {
        flex-flow: column
    }

        .hamburger-menu .menu-icon, .hamburger-menu .menu-close-icon {
            position: absolute;
            top: 26px;
            left: 24px
        }

    .main-menu li {
        position: relative
    }

        .main-menu li::after {
            content: '\f104';
            position: absolute;
            top: 0;
            left: 0;
            font-family: 'FontAwesome',serif
        }

        .main-menu li:hover::after, .main-menu li.current-menu-item::after {
            color: #f0437e
        }

    .site-navigation {
        position: absolute;
        top: 78px;
        right: 0;
        z-index: 99;
        width: 100%;
        /*height: 500px;*/
        background: #fff;
        box-shadow: 0 12px 24px rgba(0,0,0,.09);
        visibility: hidden;
        opacity: 0;
        transition: all .35s;
        /*min-height:100vh;*/
        position: fixed;
        height: calc(100vh - 80px);
        z-index:99999;
    }

        .site-navigation.show {
            visibility: visible;
            opacity: 1
        }

    .social-profiles ul {
        padding: 80px 15px 30px;
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .site-header, .site-navigation {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        width: 80px;
        height: 100vh;
        padding: 0 15px;
        box-shadow: 6px 0 12px rgba(0,0,0,.05)
    }

    .site-navigation {
        background: #f7f7f7
    }

        .site-navigation.show {
            right: 80px
        }

    .site-header {
        background: #fff
    }

        .site-header.no-shadow {
            box-shadow: none
        }

        .site-header .site-branding.hide {
            visibility: hidden;
            opacity: 0
        }

    .site-title {
        padding: 28px 0 10px 0
    }

    .hamburger-menu .menu-icon, .hamburger-menu .menu-close-icon {
        position: absolute;
        top: calc(50vh - 22px);
        left: 15px;
        width: calc(100% - 30px);
        padding: 10px 0
    }

    .site-navigation {
        right: -250px;
        z-index: 99;
        width: 250px;
        padding: 0;
        box-shadow: 16px 0 42px rgba(0,0,0,.09)
    }

    .main-menu {
        height: calc(100vh - 160px);
        padding: 0
    }

        .main-menu li {
            border-bottom: 0;
            text-align: center
        }

    .social-profiles ul li {
        font-size: 1.125rem
    }
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 99;
    width: 120px;
    height: 100px;
    margin-left: -20px;
    cursor: pointer
}

.arrow-down {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff
}

.scroll-text {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600
}

.portfolio-page .scroll-down {
    margin-left: -60px
}

.portfolio-content {
    position: relative;
    margin-bottom: 30px
}

.home-page {
    padding-top: 15px
}

    .home-page .portfolio-content {
        margin-bottom: 15px
    }

.portfolio-content figure {
    margin: 0
}

    .portfolio-content figure img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100%
    }

.portfolio-content .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    font-family: 'iranyekan','Poppins',sans-serif;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .35s
}

.portfolio-content:hover .entry-content {
    visibility: visible;
    opacity: 1
}

.portfolio-content h3 {
    margin-bottom: 0;
    font-family: 'iranyekan','Poppins',sans-serif;
    font-size: 1.5rem;
    font-weight: 500
}

.home-page .portfolio-content h3 {
    font-size: 2.25rem
}

.portfolio-content h3 a {
    color: #191919;
    text-decoration: none
}

.portfolio-content ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none
}

.portfolio-content li {
    margin: 0 3px
}

    .portfolio-content li a {
        font-size: .875rem;
        color: #a6a6a6
    }

@media screen and (min-width:768px) {
    .home-page {
        padding: 0
    }

        .home-page .portfolio-content {
            margin-bottom: 0
        }
}

.breadcrumbs {
    padding: 48px 0;
    margin: 0;
    color: #a6a6a6;
    list-style: none;
    font-family: 'iranyekan','Poppins',sans-serif
}

    .breadcrumbs li {
        position: relative;
        color: #a6a6a6;
        padding: 0 12px
    }

        .breadcrumbs li:nth-of-type(1) {
            padding-left: 0
        }

        .breadcrumbs li::after {
            content: '/';
            position: absolute;
            top: 0;
            right: -6px;
            width: 10px
        }

        .breadcrumbs li:nth-last-of-type(1)::after {
            display: none
        }

        .breadcrumbs li a {
            color: #191919;
            text-decoration: none
        }

.single-portfolio {
    padding-top: 15px;
    padding-bottom: 70px
}

    .single-portfolio figure img {
        max-width: 100%
    }

    .single-portfolio .content-area h1 {
        margin-top: 20px;
        font-size: 2.25rem;
        font-family: 'iranyekan','Poppins',sans-serif
    }

    .single-portfolio .content-area .entry-content {
        margin-top: 20px;
        font-family: 'iranyekan','Poppins',sans-serif;
        line-height: 1.6;
        color: #595959
    }

    .single-portfolio .post-share {
        margin-top: 32px
    }

        .single-portfolio .post-share label {
            margin-right: 32px;
            text-transform: capitalize;
            font-family: 'iranyekan','Poppins',sans-serif
        }

        .single-portfolio .post-share ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .single-portfolio .post-share ul li {
                width: 48px;
                height: 48px;
                margin-right: 10px;
                margin-bottom: 10px;
                border-radius: 50%;
                font-size: 18px;
                line-height: 1;
                color: #fff
            }

                .single-portfolio .post-share ul li a {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #fff;
                    text-decoration: none
                }

                .single-portfolio .post-share ul li.fb {
                    background: #4b6cd0
                }

                .single-portfolio .post-share ul li.gp {
                    background: #f03b3b
                }

                .single-portfolio .post-share ul li.in {
                    background: #bb8950
                }

                .single-portfolio .post-share ul li.tw {
                    background: #49a7f3
                }

    .single-portfolio .entry-meta {
        margin-top: 24px;
        font-family: 'iranyekan','Poppins',sans-serif
    }

        .single-portfolio .entry-meta label {
            display: block;
            line-height: 1.3;
            text-transform: uppercase
        }

    .single-portfolio .date-format, .single-portfolio .post-category, .single-portfolio .posted-tags {
        display: block;
        margin-bottom: 26px
    }

        .single-portfolio .posted-tags span, .single-portfolio .entry-meta a {
            color: #bfbfbf
        }

.post-nav {
    margin: 36px 0 0
}

    .post-nav ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

@media screen and (min-width:576px) {
    .single-portfolio {
        padding-top: 45px
    }
}

@media screen and (min-width:992px) {
    .single-portfolio {
        padding-top: 90px
    }
}

@media screen and (min-width:1200px) {
    .single-portfolio {
        padding-top: 115px
    }
}

.project-page {
    padding-top: 15px;
    font-family: 'iranyekan','Poppins',sans-serif;
    direction:ltr;
}

    .project-page .project-content figure, .project-page .project-content .entry-content {
        width: 50%
    }

    .project-page .project-content figure {
        margin: 0;
        overflow: hidden
    }

        .project-page .project-content figure img {
            display: block;
            height: auto;

            max-height: 200px;
            max-width: 100%;
            margin: 0 auto;
        }

    .project-page .project-content .entry-content {
        padding: 25px
    }

    .project-page .project-content {
        transition: all .35s
    }

        .project-page .project-content:hover {
            background: #f0437e
        }

        .project-page .project-content header {
            width: 100%
        }

        .project-page .project-content .entry-content h3 {
            position: relative
        }

            .project-page .project-content .entry-content h3::before {
                content: '';
                position: absolute;
                top: 7px;
                left: -35px;
                z-index: 99;
                width: 20px;
                height: 20px;
                transform: rotate(45deg);
                background: #fff
            }

            .project-page .project-content .entry-content h3 a {
                color: #191919;
                font-size: 1.125rem;
                font-weight: 500;
                display: block;
                direction: rtl;
                text-align: right;
            }

        .project-page .project-content .posted-by {
            margin-top: 10px;
            color: #595959;
            font-size: .875rem;
            direction:rtl;
            text-align:right;
        }

        .project-page .project-content .posted-on {
            position: relative;
            margin-right: 20px;
            color: #bfbfbf;
            font-size: .875rem
        }

            .project-page .project-content .posted-on::after {
                content: '/';
                position: absolute;
                top: 0;
                right: -14px
            }

        .project-page .project-content footer ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

        .project-page .project-content footer li {
            padding: 0 3px;
            font-size: .875rem
        }

            .project-page .project-content footer li a {
                color: #f0437e
            }

        .project-page .project-content:hover .entry-content h3 a, .project-page .project-content:hover .posted-by, .project-page .project-content:hover .posted-on, .project-page .project-content:hover footer li a {
            color: #fff
        }

@media screen and (max-width:1200px) {
    .project-page .col-12:nth-of-type(even) .project-content {
        flex-flow: row-reverse !important
    }

        .project-page .col-12:nth-of-type(even) .project-content .entry-content h3::before {
            right: -50px;
            left: auto
        }
}

@media screen and (max-width:768px) {
    .project-page .col-12:nth-of-type(even) .project-content .entry-content h3::before {
        right: -35px
    }

    .project-page .project-content .entry-content h3 {
        line-height: 1
    }
}

@media screen and (min-width:576px) {
    .project-page .project-content .entry-content h3 a {
        font-size: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .project-page {
        padding-top: 0
    }

        .project-page .project-content .entry-content {
            padding: 35px 40px
        }

            .project-page .project-content .entry-content h3::before {
                left: -50px
            }
}

@media screen and (min-width:1200px) {
    .project-page .project-content.flex-row-reverse .entry-content h3::before {
        right: -50px;
        left: auto
    }
}

.single-post, .single-page {
    padding-bottom: 70px;
    font-family: 'iranyekan','Poppins',sans-serif
}

    .single-post .featured-img figure, .single-page .featured-img figure {
        margin: 0
    }

        .single-post .featured-img figure img, .single-page .featured-img figure img {
            width: 100%
        }

    .single-post .content-area, .single-page .content-area {
        margin-top: 50px
    }

    .single-post .entry-header .post-meta, .single-page .entry-header .post-meta {
        text-transform: uppercase;
        font-size: .6875rem
    }

        .single-post .entry-header .post-meta a, .single-page .entry-header .post-meta a {
            display: inline-block;
            margin-right: 6px;
            color: #f0437e
        }

    .single-post .content-area h1, .single-page .content-area h1 {
        margin-top: 10px;
        font-size: 2.25rem;
        font-weight: 400
    }

    .single-post .entry-header .byline, .single-page .entry-header .byline {
        display: block;
        margin-top: 14px;
        margin-bottom: 24px;
        font-size: .875rem;
        color: #bfbfbf
    }

        .single-post .entry-header .byline .author a, .single-page .entry-header .byline .author a {
            color: #191919
        }

    .single-post .content-area .entry-content p, .single-page .content-area .entry-content p {
        margin-bottom: .75rem;
        color: #595959
    }

.post-comments {
    margin-top: 40px;
    padding-top: 52px;
    padding-bottom: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.comments-title, .comment-reply-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400
}

.post-comments .comment-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.post-comments .comment-author-avatar {
    float: left;
    width: 70px;
    height: 70px;
    margin-top: 48px;
    margin-right: 22px;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden
}

    .post-comments .comment-author-avatar img {
        width: 100%;
        height: auto
    }

.post-comments .comment-wrap {
    float: right;
    width: calc(100% - 92px);
    margin-top: 44px
}

.post-comments .comment-author .fn a {
    font-size: 1.125rem;
    color: #191919
}

.post-comments .comment-author .comment-meta a {
    font-size: .875rem;
    color: #b7b7b7
}

.post-comments p {
    margin-top: 5px;
    color: #595959
}

.post-comments .reply {
    margin-top: 24px
}

    .post-comments .reply a {
        display: inline-block;
        padding: 8px 15px;
        margin-right: 10px;
        border: 1px solid #d2d2d4;
        border-radius: 2px;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1;
        color: #404040;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all .35s
    }

        .post-comments .reply a:hover {
            border-color: transparent;
            color: #fff;
            background: #f0437e
        }

.comment-list ol.children {
    padding: 0;
    margin-left: 92px;
    list-style: none
}

.post-comments ol.children .comment-author-avatar {
    margin-top: 40px;
    margin-right: 22px
}

.post-comments ol.children .comment-wrap {
    margin-top: 36px;
    width: calc(100% - 92px)
}

.comments-form {
    margin-top: 52px
}

.comment-reply-title {
    margin-bottom: 16px
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 100%;
    padding: 12px 24px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    line-height: 1;
    color: #a6a6a6;
    outline: none
}

.comment-form textarea {
    line-height: 1.4
}

    .comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form textarea:focus {
        border-color: #232d37
    }

.comment-form input[type="submit"] {
    padding: 18px 30px;
    margin-top: 32px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 2px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .15rem;
    outline: none;
    cursor: pointer;
    background: #f0437e
}

.single-post .entry-meta {
    margin-top: 50px
}

    .single-post .entry-meta label {
        display: block;
        line-height: 1.3;
        text-transform: uppercase
    }

.single-post .date-format, .single-post .post-category, .single-post .posted-tags {
    display: block;
    margin-bottom: 26px
}

    .single-post .posted-tags span, .single-post .entry-meta a {
        color: #bfbfbf
    }

.single-post .post-share label {
    text-transform: capitalize
}

.single-post .post-share ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 18px 0 0;
    list-style: none
}

    .single-post .post-share ul li {
        width: 48px;
        height: 48px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 1;
        color: #fff
    }

        .single-post .post-share ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            color: #fff;
            text-decoration: none
        }

        .single-post .post-share ul li.fb {
            background: #4b6cd0
        }

        .single-post .post-share ul li.gp {
            background: #f03b3b
        }

        .single-post .post-share ul li.in {
            background: #bb8950
        }

        .single-post .post-share ul li.tw {
            background: #49a7f3
        }

@media screen and (min-width:768px) {
    .post-comments .comment-author-avatar {
        margin-right: 50px
    }

    .post-comments .comment-wrap {
        width: calc(100% - 120px)
    }

    .comment-list ol.children {
        margin-left: 120px
    }
}

.single-page .content-area .entry-content {
    border-bottom: 0;
    padding-bottom: 12px
}

.single-page .entry-header .byline .date-format a {
    color: #bfbfbf
}

.copyrigth {
    font-size: 0.7rem;
    text-align: justify;
    padding: 5px;
}

.dg.ac{
    display:none;
}

.no-auth .project {
    -webkit-filter: url("#filter");
    filter: url("#filter");
}

svg {
    width: 0;
    height: 0;
}

.over-windows {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: #0009;
    z-index: 99;
}

.auth {
    background-color: #fffe;
    border-radius: 12px;
    direction:rtl;
    text-align:right
}

.demo-modal{

}
    .demo-modal a,
    .demo-modal button {
        color:#222;
    }
    .demo-modal a:hover
    .demo-modal button:hover {
        color:#fff;
    }
    .demo-modal .close {
        position: absolute;
        top: 15px;
        left: 25px;
        z-index:99;
    }
    .demo-modal img {
        max-height: 85vh;
        margin: 0 auto;
        max-width: 100%;
        width: auto !important;
    }
    .demo-modal video {
        max-height: 85vh;
        width: 100%;
    }
    .demo-modal .fa-play-circle {
        position: absolute;
        z-index: 9999;
        left: 45%;
        top: 40%;
        pointer-events: none;
        color: rgb(223, 15, 80);
    }

.carousel-dark .carousel-caption {
    color: #fff !important;
    background: #000a;
    border-radius: 5px;
}

.carousel-dark .carousel-indicators [data-bs-target]{
    background-color:#fff !important;
}