@font-face {
    font-family:NASTALIGH;
    src: url('../fonts/nastaligh/IRANNASTALIQ_0.TTF');
    src: url('../fonts/nastaligh/IRANNASTALIQ_0.TTF') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans/iransans.ttf') format('truetype');
}
@font-face {
    font-family: 'iransans(fanum)';
    src: url('../fonts/iransans/farsi_numerals/iransans(fanum).ttf') format('truetype');
}
body {
    font-family: 'iransans','iransans(fanum)';
    overflow-x: hidden !important;
    background-color: #f7f7f7;
    background: url(../images/patern/52.jpg) repeat !important;
}

    body p, body p span,h1,h2,h3,h4,h5,h6 {
        font-family:'iransans(fanum)';
    }
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #eed91d;
}

::-webkit-scrollbar-track {
    background: #dadada;
}

*[class^="col-"] {
    float: right;
    direction: rtl;
}

a:focus, a:active, a:hover {
    outline: none !important;
    text-decoration: none !important;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(197, 197, 197, 0.5);
}

button:focus {
    outline: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(241, 234, 172) !important;
}

.style-btn .btn-light {
    font-size: 13px;
    padding: 10px 20px;
    color: #5d5d5d !important;
    background-color: #cccccc;
    border-color: #868686;
}

    .style-btn .btn-light:hover {
        background-color: #5d5d5d;
        border-color: #5d5d5d;
        color: #eed91d !important;
    }
/*********** widget title ***********/
.widget-title {
    margin: 20px 0;
}

    .widget-title nav {
        background: #5d5d5d;
        border-radius: 5px;
    }

    .widget-title .breadcrumb {
        background: transparent;
        margin: 0;
        line-height: 2em;
    }

        .widget-title .breadcrumb li a span {
            color: #dddddd;
            font-size: 12px;
            padding: 0;
            margin: 0;
        }

        .widget-title .breadcrumb li a:hover span {
            color: #ffe771;
        }

        .widget-title .breadcrumb > .active span {
            color: #ffffff;
            font-size: 12px;
            padding: 0;
            margin: 0;
        }

        .widget-title .breadcrumb > .active h1 {
            font-size: 12px;
            margin: 0;
            display: inline-block;
            color: #ffffff;
        }

        .widget-title .breadcrumb > li + li:before {
            color: #ffffff;
            padding-left: 0.5em;
        }
/************** HEADER ******************/

.dropdown:hover > .dropdown-menu {
    display: block;
}

.header-bottom .dropdown-item {
    white-space: normal;
    padding: 8px 5px;
    font-size: 11px;
    line-height: 1.7em;
    border-bottom: 1px dotted #e2d991;
}

    .header-bottom .dropdown-item:last-child {
        border-bottom: transparent;
    }

    .header-bottom .dropdown-item a {
        color: #555 !important;
    }

        .header-bottom .dropdown-item a:before {
            padding-left: 8px;
            font-family: FontAwesome;
            content: '\f100';
            transition: 0.7s;
            color: #5d5d5d;
        }

    .header-bottom .dropdown-item:hover {
        background-color: #eaeaea;
    }







.header-pattern {
    background: #2f2f2f;
    margin: 30px 0 40px;
}

.header-flex {
    display: flex;
    padding: 0;
    height: 90px;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-bottom .navbar {
    /*background: #2f2f2f;*/
    border-radius: 5px;
    padding: 0;
    max-height: 50px;
}

    .header-bottom .navbar .navbar-collapse {
        padding: 0;
    }

.header-bottom .navbar-nav {
    display: inline-block;
    float: none !important;
    padding-right: 0;
    /*max-height: 50px;*/
    /*width: 100%;*/
    margin: auto;
}

    .header-bottom .navbar-nav > li {
        text-align: right;
    }

        .header-bottom .navbar-nav > li > a {
            color: #eeeeee !important;
            padding: 0.9em 1.2em !important;
            font-size: 12px;
            /*line-height: 28px;*/
            border-left: 1px solid #444;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .header-bottom .navbar-nav > li:last-child > a {
            border-left: none;
        }

.header-bottom .dropdown-toggle::after {
    margin-right: 0.5em;
    vertical-align: 0.09em;
}

.header-bottom .navbar-nav .nav-link i {
    margin-left: 6px;
    font-size: 1.5em;
}

.header-bottom .navbar-nav .active > .nav-link {
    color: #edd720 !important;
}

.header-bottom .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background-color: #edd720;
    border-color: #edd720;
    color: #120e0d !important;
    border-radius: 5px;
}

.header-bottom ul.navbar-nav li > .dropdown-menu {
    background-color: #f7f7f7;
    border-top: 1px solid #edd720;
    margin-top: 0;
    min-width: 250px;
    width: max-content;
    left: auto;
}

    .header-bottom ul.navbar-nav li > .dropdown-menu .dropdown-menu {
        right: 100%;
    }

.header-bottom .dropdown-menu > li {
    text-align: right;
}

    .header-bottom .dropdown-menu > li > a {
        color: #ffffff;
        padding: 10px;
        font-size: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

.header-bottom .nav-item > li > a:hover,
.header-bottom .nav-item > li > a:focus {
    background-color: #ccc;
    color: #d32028;
}

.header-top {
    padding-left: 0;
    height: 55px;
    margin-bottom: 10px;
}

    .header-top .navbar-nav > li > a {
        color: #555;
        padding: 13px 10px;
        font-size: 12px;
    }

        .header-top .navbar-nav > li > a > i,
        .header-top .navbar-nav > li > form > button.exit i {
            margin-left: 5px;
        }

    .header-top .navbar-nav > li > form > button.exit {
        background-color: transparent;
        border: transparent;
        font-size: 12px;
        padding: 13px 10px;
        color: rgba(0, 0, 0, 0.5);
    }

        .header-top .navbar-nav > li > form > button.exit:hover {
            color: #d32127 !important;
        }

.navbar-nav > li {
    direction: rtl;
    text-align: right;
}

@media (min-width: 992px) {
    .navbar-nav > li {
        float: right;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    outline: none;
    background-color: #ccc;
    color: #d32127 !important;
}

.header-top .navbar-nav > li > a:hover, .header-top .navbar-nav > li > a:focus {
    color: #d32127 !important;
    background-color: transparent !important;
}

.cart .btn-default.dropdown-toggle:hover i {
    color: #ddd !important;
}

.header-top .navbar {
    border: 1px solid transparent;
    padding: 0;
    height: 55px;
    min-height: 35px;
    border-radius: 0;
}

    .header-top .navbar ul {
        padding-right: 0;
    }

.header-logo {
    position: relative;
    background-color: #5d5d5d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-top: -20px;
    border-radius: 10px 0 10px 10px;
}

    .header-logo img {
        height: 100px;
        padding: 5px;
    }

    .header-logo:before {
        content: "";
        display: block;
        position: absolute;
        right: -12px;
        top: 0px;
        border-right: 12px solid transparent;
        border-bottom: 20px solid #2f2f2f;
    }

.slider {
    margin-bottom: 30px;
}

    .slider .carousel-inner {
        border-radius: 5px;
    }
/************* product ***********/
.product-box .card {
    position: relative;
    /*width: 350px;*/
    margin-bottom: 30px;
    background-color: #dfdfdf;
}

    .product-box .card .card-body {
        border-top: 1px solid #dfdfdf;
        background-color: #efefef;
        border-radius: 0 0 5px 5px;
    }

    .product-box .card .card-img-top {
        border-radius: 5px 5px 0 0;
    }

    .product-box .card h3 {
        font-size: 14px;
        line-height: 2.2em;
        color: #666;
        text-align: center;
        margin-bottom: 0;
        /*height: 55px;*/
        /*overflow: hidden;*/
    }

    .product-box .card:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        transition: all .5s ease-in-out;
    }

    .product-box .card:hover:before,
    .product-box .card:focus:before,
    .product-box .card:active:before {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
        z-index: 10;
    }

.product-box .detailIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .product-box .detailIcon i {
        color: #ffe900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: 800;
        opacity: 0;
        transition: all .5s ease-in-out;
    }

.product-box .card:hover .detailIcon i {
    opacity: 1;
    z-index: 100;
}

.owl-carousel {
    direction: ltr;
}

    .owl-carousel .owl-item img {
        padding: 5px;
        border: 1px solid #a7a7a7;
        transition: all 0.3s;
    }

        .owl-carousel .owl-item img:hover {
            padding: 0;
            opacity: 0.7;
            border: 1px solid #777;
        }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        border: 1px solid #999999;
        color: #666666;
        width: 40px;
        height: 40px;
    }

    .owl-carousel .owl-nav button span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #999999;
}

.itsa-title {
    font-size: 18px;
    line-height: 2.2em;
}
/*********** articles **********/
.articles.product-box .card .card-body {
    height: 55px;
    padding: 0 10px;
    overflow: hidden;
}

.articles.product-box .card h3 {
    line-height: 4em;
}
/************** videos *************/
.video-aparat {
    position: relative;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*********** footer ***********/
footer {
    background-color: #2f2f2f;
}

    footer .aboutUs {
        height: 207px;
        overflow: hidden;
        margin: 15px 0;
    }

        footer .aboutUs p {
            line-height: 2.3em;
            font-size: 13px;
            color: #eeeeee !important;
        }

    footer .information ul {
        line-height: 2.5em !important;
        margin: 15px 0;
        color: #eeeeee;
    }

        footer .information ul li i {
            color: #eed91d !important;
        }

.footer-blog-text {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-direction: column;
}

.footer-icon {
    border-radius: 5px;
    padding: 5px;
    background-color: #5d5d5d;
    transition: all 0.4s ease-in-out;
}

    .footer-icon a {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row-reverse;
    }

        .footer-icon a img {
            width: 45px;
            padding: 3px;
        }

    .footer-icon span {
        color: #fff;
        font-size: 14px;
        direction: ltr;
        padding: 0 8px;
    }

    .footer-icon:hover {
        background-color: #1b1b1b;
    }

.itsa-footer {
    font-size: 12px;
    line-height: 2em;
    background-color: #eed91d;
}

    .itsa-footer ul {
        list-style: none;
        padding: 8px 0;
        margin-bottom: 0;
        color: #555;
    }

        .itsa-footer ul li {
            display: inline;
        }

            .itsa-footer ul li:last-child {
                border-right: solid 1px #888;
                margin-right: 1em;
                padding-right: 1em;
            }

            .itsa-footer ul li a {
                color: #000;
            }

                .itsa-footer ul li a:hover {
                    color: #ee7f00;
                }
/*********** about us *********/
.aboutUs p,
.detailText p {
    text-align: justify;
    direction: rtl;
    line-height: 3em;
    font-size: 14px;
    color: #444;
}

.detailText ul {
    font-size: 14px;
    line-height: 2em;
    color: #444;
}

.aboutUs h3 {
    font-size: 22px;
}
/*********** contact us *********/
.information {
    direction: rtl;
}

    .information ul {
        list-style: none;
        padding-right: 0;
        color: #444;
        font-size: 14px;
        line-height: 3em;
    }
        /* .information ul li .yekan{
    font-size: 18px;
} */
        .information ul li i {
            margin-left: 15px;
            font-size: 16px;
            color: #444;
        }

            .information ul li i.fa-mobile {
                font-size: 26px;
            }

.contact .form-group {
    margin-bottom: 15px;
    position: relative;
}

    .contact .form-group input, .contact .form-group select {
        height: 42px;
        padding-right: 40px;
        font-size: 12px;
        border-color: #b3b3b3;
        background: rgba(255, 255, 255, 0.6);
    }

.contact .form-control {
    padding-right: 40px;
    font-size: 12px;
    border-color: #b3b3b3;
    background: rgba(255, 255, 255, 0.6);
}

.contact .form-group span i {
    position: absolute;
    top: 12px;
    margin-right: 12px;
    font-size: 16px;
    color: #999;
}

.refresh img {
    position: absolute;
    left: 6px;
    top: 5px;
}

.form-group.refresh a span i:hover {
    color: #03b400;
}

.detailText h1 {
    font-size: 1.3rem;
}

.detailText h2 {
    color: #2f2f2f;
    font-size: 17px;
    line-height: 2.2em;
    /*padding: 0 0 10px 0;*/
    text-align: justify;
    margin:0px;
}

.detailText h3 {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 2.2em;
    /*padding: 0 0 10px 0;*/
    text-align: justify;
    margin: 0px;
}
.detailText h4 {
    color: #2f2f2f;
    font-size: 14px;
    line-height: 2.2em;
    /*padding: 0 0 10px 0;*/
    text-align: justify;
    margin: 0px;
}
.detailText img.img-left {
    float: left;
    margin: 0 20px 20px 0;
}

.detailText img.img-right {
    float: right;
    margin: 20px 0 0 20px;
}

.detailText img.img-center {
    display: flex;
    margin: 20px auto;
}
/********** slick **********/
.gallery-slick {
    width: 500px;
    float: left;
    margin: 0 25px 25px;
}

.slider-nav.slick-slider,
.slider-for.slick-slider {
    margin-bottom: 0;
}

.slider-for img {
    width: 500px;
}

.slider-nav img {
    width: 100%;
    padding: 0 4px;
}

/*********** page inner **********/
.page-inner main {
    min-height: 43vh;
}

.page-link {
    color: #888;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}

.page-link:hover {
    color: #444;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    box-shadow: 0 0 0 0.1rem rgba(196, 196, 196, 0.25);
}
/************** responsive ************/
@media (max-width: 1199px) {
    .header-bottom .navbar-nav > li > a {
        padding: 0.9em 1em !important;
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .header-flex {
        height: 70px;
    }

    .header-nav {
        position: absolute;
        height: 70px;
        display: block;
        z-index: 1000000000;
    }

    .header-logo {
        border-radius: 0 10px 10px 10px;
        margin-bottom: -21px;
        padding: 0;
        left: 30px;
        height: auto;
        position: absolute;
    }

        .header-logo img {
            background: transparent;
            height: 110px;
            padding: 20px;
        }

        .header-logo:before {
            right: auto;
            left: -12px;
            border-right: transparent;
            border-left: 12px solid transparent;
        }

    .header-bottom .navbar {
        background: transparent;
        max-height: 70px;
    }

    .navbar-light .navbar-toggler {
        border-color: #ffffff;
        background-color: #ffffff;
        margin-top: 15px;
    }

    .header-bottom .navbar .navbar-collapse {
        z-index: 1;
        background-color: rgba(47, 47, 47, 0.95);
    }

    .header-bottom .navbar-nav {
        width: 100%;
        margin: 15px auto;
    }

        .header-bottom .navbar-nav > li,
        .header-bottom .dropdown-menu > li {
            text-align: center;
        }

    .header-bottom ul.navbar-nav li > .dropdown-menu {
        width: 100%;
    }

    .header-bottom h1 {
        margin: 0;
    }

    .about-text {
        border-left: 4px solid #28376e;
        ;
    }

        .about-text .aboutUs {
            height: auto;
            overflow: auto;
        }

    .page-inner .header-logo img {
        margin-left: 0;
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .gallery-slick {
        width: 100%;
        float: none;
        margin: 0;
    }

    .slider-for img {
        width: 100%;
    }

    .slider-nav img {
        padding: 2px;
    }

    .slick-next {
        left: 0 !important;
    }

    .slick-prev {
        right: 0 !important;
    }
}

@media (max-width: 575px) {
    .footer-blog-text {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-icon {
        margin: 0 5px 20px;
    }

    .detail-product img {
        width: 100%;
        margin-bottom: 10px;
    }

    .itsa-title {
        font-size: 15px;
        margin: 0;
    }
}

.container #map iframe {
    border: 1px dotted #999999;
    width: 100%;
    height: 229px;
    padding: 5px;
}