﻿
.rtlPage #rtlDiv {
    direction: rtl;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    direction: rtl;
}

.scrolled .fixed-top {
    background-color: #1fd6781c;
}

.scrolled .custom_menu-btn button span {
    background-color: #24d278;
}

.scrolled .header_section .user_option a {
    color: #060606;
}

.scrolled .nav_search-btn {
    color: #24d278;
}


.rtlPage .navbar-brand {
    margin-right: 4%;
    margin-left: auto;
}

    .rtlPage .navbar-brand img {
        /* width: 130px;*/
        width: 60px;
    }

.rtlPage .menu_btn-style button .s-2 {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.rtlPage .custom_menu-btn .s-2 {
    margin-right: auto;
    margin-left: 0;
}

.rtlPage .header_section .user_option a img {
    margin-left: 5px;
    margin-right: auto;
}

.rtlPage .slider_section .number_box {
    left: 25px;
    right: auto;
    display: none;
}

    .rtlPage .slider_section .number_box div {
        direction: ltr;
    }

.rtlPage .trending_section .tab_container .t-link-box hr {
    margin: 0 5px 0 35px;
}

.rtlPage .heading_container h2::before {
    left: -130px;
    right: auto;
}

.rtlPage .contact_section input {
    padding-right: 25px;
}

.rtlPage .client_section .client_box .client-id .name {
    margin-right: 15px;
    margin-left: 0;
}

.rtlPage .info_section .info_contact > div img {
    margin-left: 12px;
}

.scrolled .navbar-nav {
    background-color: #ffffffed;
    border-radius: 4px;
    padding-left: 35px;
}
/*.scrolled #header:hover {
    background-color: #24d27852;
}*/

.rtlPage .heading_container h2 {
    font-family: IRANSans_FaNum;
}

.brand_section {
    padding-top: 90px;
    padding-bottom: 70px;
}

.rtlPage .brand_section.customers {
    margin: 0px 0 0 0;
    padding-bottom: 60px;
}

.rtlPage .layout_padding-bottom {
    padding-top: 70px;
}

.owl-nav {
    width: 100%;
}

    .owl-nav button {
        position: absolute;
        font-size: 3rem !important;
        color: #24d27845 !important;
        top: 43%;
        outline: none;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        .owl-nav button:hover {
            color: #24d278 !important;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .owl-nav button.owl-prev {
            right: -7%;
        }

        .owl-nav button.owl-next {
            left: -7%;
        }

.header_section .user_option {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.scrolled .header_section .user_option {
    color: #060606;
}

.rtlPage .navbar-nav {
    margin-right: 20px;
    padding-right: 15px;
}

.rtlPage.scrolled .form-inline {
    /* background-color: #ffffffed;
    padding-right: 15px;
    font-size: 16px;*/
}



#txtSearch {
    height: calc(1.3em + 0.65rem + 2px);
    font-size: 14px;
    opacity: 0.7;
    transition: all .2s ease-in-out;
}

    #txtSearch:hover {
        opacity: 1;
        transition: all .2s ease-in-out;
    }

    #txtSearch:focus {
        border: 1px solid #ced4da;
        box-shadow: unset;
    }

.custom_nav-container .nav_search-btn {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

        .navmenu ul {
            margin: 0 30px 0 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navmenu li {
            position: relative;
        }

        .navmenu a,
        .navmenu a:focus {
            color: #424242;
            padding: 18px 15px;
            font-size: 15px;
            font-family: var(--nav-font);
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navmenu a i,
            .navmenu a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-right: 5px;
                transition: 0.3s;
            }

        .navmenu li:last-child a {
            padding-right: 0;
        }

        .navmenu li:hover > a,
        .navmenu .active,
        .navmenu .active:focus {
            color: #1bb766;
        }

        .navmenu .dropdown ul {
            margin: 0;
            padding: 10px 0;
            background: var(--nav-dropdown-background-color);
            display: block;
            position: absolute;
            visibility: hidden;
            /*left: 14px;*/
            right: 14px;
            top: 130%;
            opacity: 0;
            transition: 0.3s;
            border-radius: 4px;
            z-index: 99;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        }

            .navmenu .dropdown ul li {
                min-width: 200px;
            }

            .navmenu .dropdown ul a {
                padding: 8px 20px;
                font-size: 14px;
                text-transform: none;
                color: var(--nav-dropdown-color);
            }

            .navmenu .dropdown ul a {
                border-bottom: dashed 1px #24d2788f;
            }

        .navmenu li:last-child > a {
            border-bottom: none;
        }

        .navmenu .dropdown ul a i {
            font-size: 12px;
        }

        .navmenu .dropdown ul a:hover,
        .navmenu .dropdown ul .active:hover,
        .navmenu .dropdown ul li:hover > a {
            color: #fff;
            background-color: #34d280;
        }

        .navmenu .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navmenu .dropdown .dropdown ul {
            top: 0;
            right: 100%;
            left: auto;
            visibility: hidden;
        }

        .navmenu .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: -100%;
            visibility: visible;
        }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #444;
        font-size: 37px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

        .navmenu ul {
            display: none;
            list-style: none;
            position: absolute;
            inset: 60px 20px 20px 20px;
            padding: 10px 0;
            margin: 0;
            border-radius: 6px;
            background-color: var(--nav-mobile-background-color);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        }

        .navmenu a,
        .navmenu a:focus {
            color: var(--nav-dropdown-color);
            padding: 8px 10px;
            font-family: var(--nav-font);
            font-size: 15px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
            border-bottom: dashed 1px #a4dfc1;
        }

        .navmenu .dropdown-active .dropdown a, .navmenu .dropdown-active .dropdown a:focus {
            padding: 8px 4px;
            font-size: 14px;
        }

        .navmenu .dropdown-active li a {
            font-size: 14px;
        }

        .navmenu a i,
        .navmenu a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: 0.3s;
            background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
        }

            .navmenu a i:hover,
            .navmenu a:focus i:hover {
                background-color: var(--accent-color);
                color: var(--contrast-color);
            }

        .navmenu a:hover,
        .navmenu .active,
        .navmenu .active:focus {
            color: #24d278;
        }

            .navmenu .active i,
            .navmenu .active:focus i {
                background-color: var(--accent-color);
                color: var(--contrast-color);
                transform: rotate(180deg);
            }

        .navmenu .dropdown ul {
            position: static;
            display: none;
            z-index: 99;
            padding: 0;
            margin: 10px 7px;
            background-color: var(--nav-dropdown-background-color);
            border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
            box-shadow: none;
            transition: all 0.5s ease-in-out;
        }

            .navmenu .dropdown ul ul {
                background-color: rgba(33, 37, 41, 0.1);
            }

        .navmenu .dropdown > .dropdown-active {
            display: block;
            background-color: rgba(33, 37, 41, 0.03);
        }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .mobile-nav-toggle {
            color: #fff;
            position: absolute;
            font-size: 32px;
            top: 15px;
            right: 15px;
            margin-right: 0;
            z-index: 9999;
        }

        .mobile-nav-active .navmenu {
            position: fixed;
            overflow: hidden;
            inset: 0;
            background: rgba(33, 37, 41, 0.8);
            transition: 0.3s;
        }

            .mobile-nav-active .navmenu > ul {
                display: block;
                padding: 0 10px 20px 10px;
            }
}

.scrolled #navmenu ul.rootMenuUl {
    height: 40px;
    margin-right: 30px;
    background-color: #ffffffe3;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

    .scrolled #navmenu ul.rootMenuUl:hover {
        background-color: #fff;
        transition: all .2s ease-in-out;
    }


.about_section .detail-box p {
    line-height: 36px;
    font-size: 15px;
}

/*.trending_section .tab_container .t-link-box.hide_perfix_Numbers .number {
    display: none;
}
.trending_section .tab_container .t-link-box.hide_perfix_Numbers hr {
    display: none;
}
*/

.trending_section .tab_container .t-link-box .number {
    /*display: none;*/
}

.trending_section .tab_container .t-link-box hr {
    /* display: none;*/
}

.trending_section .tab_container .t-link-box {
    margin: 37px 0;
}

.trending_section.service_section .tab_container .t-link-box {
    margin: 60px 0;
}

    .trending_section.service_section .tab_container .t-link-box h5 {
        font-size: 24px;
    }

.trending_section.service_section .img_container .box .img-box img {
    max-height: 160px;
}

.trending_section .img_container .box .img-box img {
    /* max-width: 300px;*/
    max-width: 255px;
    max-height: 260px;
    width: unset;
    border-radius: 3px;
    min-height: 120px;
    min-width: 200px;
}

.trending_section .img_container .box .img-box {
    text-align: center;
    position: relative;
    text-align: center;
    background-color: #e4e5e9;
    padding: 7px;
    margin: 30px 10px 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.24670%;
    flex: 0 0 23.24670%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 3px;
    max-width: fit-content;
    /*min-width: 225px;*/
}

    .trending_section .img_container .box .img-box:hover {
        background-color: #24d278;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

/*   .trending_section .img_container .box .img-box:hover img {
        border: solid 2px #24d278;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
*/

.brand_section .brand_container .box {
    padding: 7px;
}

.info_section .info_insta .insta_container .insta-box i {
    border: solid 1px #c4fddf91;
    border-radius: 2px;
    font-size: 29px;
    padding: 13px 16px;
    margin-left: 7px;
    margin-bottom: 4px;
}

.footer ul li {
    line-height: 39px;
}

.rtlPage .brand_section.customers .box {
    padding: 7px;
}

.rtlPage .brand_section.customers .img-box {
    min-height: 130px;
}

.rtlPage .section_news .img-box img {
    border-radius: 50%;
    height: 130px;
    width: 130px !important;
    padding: 7px;
    background-color: #24d278;
}

.rtlPage .section_news .client_box .client-id .name h5 {
    font-size: 18px;
    display: none;
}

.rtlPage .section_news .client_box .client-id .name p {
    color: #24d278;
    margin: 0;
    margin-top: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-top: 14px;
}

.rtlPage .section_news .client_box .detail {
    margin-top: 13px;
    font-size: 15px;
    line-height: 32px;
}

.customers .owl-dots button {
    margin: 0 3px;
    outline: none !important;
}

    .customers .owl-dots button span {
        background-color: #fff;
        width: 15px;
        height: 15px;
        display: block;
        border-radius: 50%;
        transition: all .2s ease-in-out;
        border: solid 2px #24d278
    }

    .customers .owl-dots button:hover span {
        background-color: #24d278;
        transition: all .2s ease-in-out;
    }

.customers .owl-dots {
    position: relative;
    top: 20px;
}

.brand_section .brand-btn {
    background-color: #24d278;
}

.wrp_searchResults .search_ul li:hover a {
    color: #189d58;
}

.trending_section .tab_container .t-link-box h5 {
    font-size: 19px;
}

.section_news {
    text-align: justify;
}

.slider_section .img-container .img-box {
    width: 380px;
}

body.rtlPage .hero_area {
    /*background-image: url(../images/hero-bg-rtl.jpg);*/
    background-image: unset;
    /*background-position: center 70px;*/
    /* X=مرکز، Y=90px پایین‌تر از بالا */
}


.hero_overlay {
    position: absolute;
    /* top: 70px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(234, 234, 234, 0.84);
    border-bottom: solid 1px #f4f5f7;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.3)); */
}

.slider_section .detail-box h1 i {
    font-size: 1.2rem;
    font-style: normal;
    display: contents;
}

.about_section .img-box {
    text-align: center;
}

    .about_section .img-box img {
        width: 73%;
    }

.trending_section.service_section {
    background-color: #fff;
}

.brand_section {
    background-color: #f4f5f7;
}

    .brand_section.customers {
        background-color: #fff;
    }

.section_news {
    background-color: #f4f5f7;
}

.rtlPage .footer ul {
    direction: ltr;
    text-align: left;
}

.navmenu ul a span {
    cursor: default;
}


.slider_section .detail-box .btn-box {
    display: none;
}

.trending_section .tab_container .t-link-box h5 a {
    color: #252525;
}

.trending_section .tab_container .t-link-box:hover h5 a {
    color: #24d278;
}

.brand_section.customers .brand-btn {
    display: none;
}

.trending_section .tab_container .t-link-box h5 span {
    font-size: 12px;
    margin-right: 7px;
    color: #65bb8f;
    transition: all .2s ease-in-out;
}

    .trending_section .tab_container .t-link-box h5 span:hover {
        color: #9fdcbd;
        transition: all .2s ease-in-out;
    }


figure {
    display: grid;
}

    figure img, figure::after {
        grid-area: 1/1;
        border: solid 1em rgba(0, 0, 0, 0.001);
    }

    figure img {
        box-sizing: border-box;
        border-image: var(--url) 10%;
        padding: 1em;
        width: 100%;
        /*    aspect-ratio: 1;
    object-fit: cover;*/
    }

    figure::after {
        --full: conic-gradient(red 0 0);
        backdrop-filter: blur(99px);
        /* blur only border area */
        mask: var(--full) exclude, var(--full) padding-box;
        /* allow right click menu on img */
        pointer-events: none;
        content: "";
        width: 85%;
    }

.about_section .img-box figure img {
    width: 85%;
}

.trending_section .img_container .box {
    width: 100%;
    align-items: center;
}

.trending_section .img_container .box.b-1 {
    padding-top: 0;
}

.trending_section .img_container .box.b-2 {
    margin-top: -35px;
}

#pageContainer {
    -webkit-user-select: none; /* برای کروم و سافاری */
    -moz-user-select: none; /* برای فایرفاکس */
    -ms-user-select: none; /* برای اینترنت اکسپلورر */
    user-select: none; /* استاندارد */
}
.wrp_temp {
    display: none;
}
    .wrp_temp img {
        width: 50px;
        display: inline-block;
        border: solid 1px #333;
        /*display: none;*/
    }

    @media (max-width: 768px) {
        .rtlPage .navbar-nav {
        margin: 0;
        padding: 0;
    }

        .rtlPage .navbar-nav li {
            border-bottom: solid 1px #ddd;
            width: 80%;
            font-size: 15px;
        }


    .trending_section .tab_container .t-link-box {
        margin: 25px 0;
    }

    .layout_padding {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .rtlPage .brand_section {
        padding-top: 50px;
    }

    .rtlPage .layout_padding-bottom {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .trending_section .tab_container .t-link-box h5 {
        font-size: 14px;
    }

    .trending_section .tab_container .t-link-box hr {
        margin: 0 5px 0 22px;
        max-width: 30px;
    }

    .trending_section .tab_container .t-link-box {
        margin: 24px 0;
    }

    .rtlPage .heading_container h2 {
        font-size: 1.3rem;
    }

    .rtlPage .about_section .detail-box p {
        line-height: 34px;
        font-size: 14px;
    }

    .rtlPage .about_section .detail-box a {
        padding: 5px 25px;
        margin-top: 14px;
        font-size: 14px;
    }

    .rtlPage .brand_section .brand-btn {
        padding: 5px 25px;
        margin-top: 14px;
        font-size: 14px;
    }

    .rtlPage .client_section .client_box .client-id .img-box img {
        width: 100%;
        min-width: 90px;
    }

    .rtlPage .client_section .client_box {
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }

    .rtlPage .layout_padding2 {
        padding: 20px 0;
    }

    .rtlPage .info_insta .insta_container p {
        margin-bottom: 10px;
        display: inline-block;
        border: solid 1px #c1fddebd;
        padding: 3px 7px 0 7px;
        border-radius: 4px;
        font-size: 14px;
        margin-left: 4px;
    }

    .rtlPage .footer ul li {
        margin-bottom: 10px;
        display: inline-block;
        border: solid 1px #c1fddebd;
        padding: 3px 7px 0 7px;
        border-radius: 4px;
        font-size: 14px;
        margin-left: 4px;
    }

    .info_section .info_logo {
        margin: 0 auto 24px auto;
    }

    .rtlPage .footer {
        padding: 30px 0 25px 0;
    }

    .rtlPage .info_section .info_logo h2 {
        font-size: 24px;
    }

    .customers .owl-dots {
        display: none;
    }

    .rtlPage .brand_container .owl-nav button.owl-prev {
        right: 0;
    }

    .rtlPage .brand_section .brand_container .box {
        margin: 30px 27px 0 10px;
    }

    .trending_section .tab_container .t-link-box h5 {
        font-size: 14px;
    }

    .rtlPage .section_news .client_box .client-id .name h5 {
        font-size: 15px;
        text-align: justify;
        line-height: 28px;
    }

    .trending_section .img_container {
        display: inline-block;
    }
        .trending_section .img_container .box.b-1 {
            margin-bottom: 30px;
        }

        .trending_section .img_container .box .img-box {
            margin: 20px 10px 0 10px;
        }

    .trending_section.service_section .tab_container .t-link-box {
        margin: 20px 0;
    }
        .trending_section.service_section .tab_container .t-link-box h5 {
            font-size: 16px;
        }
    .rtlPage .trending_section .tab_container .t-link-box hr {
        margin: 0 5px 0 17px;
    }
}


@media (min-width: 1200px) {
    .rtlPage .navmenu .dropdown .dropdown:hover > ul {
        right: 100%;
        left: auto;
    }

    /*.rtlPage .navmenu .dropdown .dropdown:hover > ul {
        right: 100%;
        left: auto;
    }

    .rtlPage .navmenu a i, .navmenu a:focus i {
        margin-right: 5px;
        margin-left: 0;
    }

    .d-xl-none {
        display: none !important;
    }*/
}



@media (max-width: 992px) {
    .rtlPage .custom_nav-container .navbar-toggler {
        display: none;
    }
}

/*


.ih-item.square.effect3.colored .info {
    background: #19dd78;
}

.wrp_katalog .tab-navigation .tab-btn {
    border: solid 1px #19dd782e;
}

    .wrp_katalog .tab-navigation .tab-btn:hover {
        border-color: #e9ecef;
        color: #247b4f;
    }

    .wrp_katalog .tab-navigation .tab-btn.active {
        background: #19dd78;
        color: white;
        color: #fff !important;
    }

.tab-navigation {
    margin-bottom: 1.8rem;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 1.8rem;
}
.wrp_katalog {
    margin: 20px 0 40px 0;
}


.wrp_katalog .tab-content img {
    max-width: 300px;
}

.ih-item.square {
    width: 100%;
    height: unset;
}

    .ih-item.square.effect3 .info h3 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 3px 10px 0 4px;
        margin: 4px 0 0 0;
        line-height: 28px;
    }

    .ih-item.square.effect3 .info p
    {
        display:none;
    }


*/

