@font-face {
    font-family: 'byekan';
    src: url('https://khorshidneshan.ir/CDN/Fonts/yekan.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/yekan.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'samim';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Samim.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/Samim.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/Samim.ttf') format('truetype');
}

* {
    font-family: byekan,samim, tahoma;
    direction: rtl;
}

body {
    margin: 0;
}

/*.........................................item Skin........................................................*/
/*------------------------list0-------------------------------------------------*/
.list0 {
    min-height: 15vw;
    text-align: center;
}

    .list0 .itemSkin1 {
        display: inline-block;
    }

/*--------------list7------------------------------------*/
.list7 {
    min-height: 300px;
    text-align: center;
}

    .list7 .itemSkin7 {
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        margin: 6px;
        box-shadow: 0px 0px 6px #cac8c8;
        border-radius: 1vw;
    }

        .list7 .itemSkin7 .image {
            width: 35%;
            display: inline-block;
        }

        .list7 .itemSkin7 .text {
            width: 60%;
            display: inline-block;
            vertical-align: top;
        }

        .list7 .itemSkin7 img {
            width: 100%;
            height: 20vh;
            -webkit-object-fit: cover;
            object-fit: cover;
            margin: .8vw .1vw;
            border-radius: 1vw;
            vertical-align: top;
        }

        .list7 .itemSkin7 .title {
            margin: 15px 0;
        }

            .list7 .itemSkin7 .title a, .list7 .itemSkin7 .abstract a {
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-decoration: none;
                color: black;
            }

            .list7 .itemSkin7 .title a {
                font-size: 16px;
                font-weight: bold;
                -webkit-line-clamp: 1;
            }

        .list7 .itemSkin7 .abstract {
            text-align: justify;
            margin: 10px 0;
        }

            .list7 .itemSkin7 .abstract a {
                font-size: 14px;
                -webkit-line-clamp: 3;
                height: 4.5em;
                word-spacing: -2px;
            }

    .list7 .more {
        position: absolute;
        left: 15px;
        bottom: 0;
        font-size: 13px !important;
        font-weight: bold !important;
        text-decoration: none;
        color: blue;
        font-size: 14px;
    }

/*--------------list8------------------------------------*/

.list8 {
    min-height: 300px;
    text-align: center;
}

    .list8 .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        margin: 2vw 0.3vw 2vw;
        box-shadow: 0px 0px 20px 0px rgba(14, 30, 112, 0.1);
        border-radius: 1vw;
        background-color: white;
    }


    .list8 img {
        width: 88%;
        -ms-border-radius: 1vw;
        border-radius: 1vw;
        -webkit-object-fit: cover;
        object-fit: cover;
        margin-top: -2vw;
    }

    .list8 .title {
        font-weight: bold;
        text-align: right;
        display: block;
        padding: 10px;
    }

        .list8 .title h2 {
            margin: 0;
        }

    .list8 .abstract {
        height: 10px;
    }

    .list8 .title a {
        font-size: 16px
    }

    .list8 a {
        text-decoration: none;
        color: black;
    }

    .list8 .itemSkin4 .abstract a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 25px;
        color: #2f2f2f;
    }

    .list8 .itemSkin4 .more {
        border: 2px solid #6969bd;
        border-radius: 10px;
        margin: 1vw;
        min-height: 12px;
    }

        .list8 .itemSkin4 .more a {
            font-size: 15px;
            font-weight: bold;
        }

/*------------list9-----------------------------------*/
.list9 {
    min-height: 300px;
    text-align: center;
}

    .list9 .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        margin: 0vw .3vw 2vw;
        box-shadow: 0px 10px 20px 0px rgba(14, 30, 112, 0.1);
        border-radius: 1vw;
        background-color: white;
        position: relative;
    }

    .list9 img {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -webkit-object-fit: contain;
        object-fit: contain;
    }

    .list9 .title {
        font-weight: bold;
        text-align: center;
        display: block;
    }

    .list9 a {
        text-decoration: none;
        color: black;
    }



    .list9 .abstract a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 0 2vw;
        color: #808080;
        text-align: justify;
        font-size: 14px;
    }

    .list9 .more {
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .list9 .more a {
            display: block;
            text-align: left;
            color: blue;
            padding: 15px;
        }

/*--------------col1------------------------------------*/
@media only screen and (max-width: 1024px) {
    .slider .col1 {
        width: 97%;
    }
}

/*--------------col3------------------------------------*/
.col3 .itemSkin2, .col3 .itemSkin4 {
    width: 30%;
}

/*--------------col4------------------------------------*/
.col4 .itemSkin2,
.col4 .itemSkin3,
.col4 .itemSkin1,
.col4 .itemSkin7,
.col4 .itemSkin4 {
    width: 24%;
}

/*----------------------------------------------  public  -------------------------------------------------*/
.header {
    background-color: #190e05cc;
    padding: 0 0 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
}

    .header .mLogo {
        display: none;
    }

.mMenu {
    display: none;
}

.menu a .img {
    display: none;
}

.menu {
    margin-right: 3vw;
}

.header .siteName {
    color: white;
    font-size: 28px;
    padding: 0.35vw 5vw;
    font-weight: bold;
}

    .header .siteName a {
        color: white;
        text-decoration: none;
        font-size: 19px;
    }

.menu a {
    text-decoration: none;
    color: white;
    padding: 1vw 2vw;
    font-size: 13px;
    transition: .5s;
}

    .menu a:hover {
        color: #e69917;
        transition: .5s;
    }

.header .logo {
    position: absolute;
    top: -1vw;
    left: 1.5vw;
}

    .header .logo a {
        text-decoration: none;
    }

.header .image {
    width: 80px;
    margin-top: 2vw;
}

.header .year {
    display: block;
    text-align: center;
    color: white;
    font-size: 13px;
}

.shop {
    min-height: 30vw;
}

    .customers .title2,
    .articles .title2,
    .about .title2, .projects .title2, .shop .title2 {
        text-align: center;
        padding: 3vw;
    }

        .articles .title2 h2 span,
        .customers .title2 h2 span,
        .about .title2 h2 span,
        .projects .title2 h2 span,
        .shop .title2 h2 span {
            font-size: 16px;
        }

        .customers .title2 h4,
        .projects .title2 h4,
        .shop .title2 h4 {
            color: #504f4f;
            font-size: 14px;
        }

.projects {
    min-height: 30vw;
    background-color: #e8e8e8;
}

.footer {
    background-image: url(File.aspx?t=image&s=back3.jpg);
    min-height: 30vw;
    background-size: cover;
    position: relative;
}

    .footer #myBtn {
        top: -2vw;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: #3d3746;
        position: absolute;
        left: 46vw;
        z-index: 0;
    }

        .footer #myBtn img {
            width: 100%;
        }

    .footer .back {
        background-color: #251e2dd9;
        min-height: 25vw;
        background-size: cover;
    }

    .footer .col1 {
        display: inline-block;
        color: white;
        vertical-align: top;
        padding: 4vw 23vw;
    }

        .footer .col1 h3 {
            font-size: 15px;
        }

            .footer .col1 h3 img {
                width: 30px;
                vertical-align: middle;
                margin-right: -2vw;
            }

        .footer .col1 a {
            color: white;
            text-decoration: none;
            display: block;
            font-size: 13px;
            line-height: 39px;
        }

    .footer .col2 {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding-top: 5vw;
        color: white;
    }

        .footer .col2 a {
            text-decoration: none;
            color: white;
        }

        .footer .col2 div {
            font-size: 13px;
            line-height: 67px;
        }

        .footer .col2 img {
            width: 27px;
            vertical-align: middle;
            padding: 1.4vw;
        }

    .footer .bottomIcon {
        text-align: center;
    }

        .footer .bottomIcon img {
            padding: .8vw;
            width: 35px;
        }

    .footer .sign {
        background-color: #3d3746;
        color: white;
        text-align: center;
        padding: 5px 0;
    }

        .footer .sign .knk img {
            width: 35px;
            margin: 4px;
        }

        .footer .sign a {
            color: white;
            text-decoration: none;
        }

    .footer .knk2 {
        font-size: 13px;
    }
/*----------------------------------------------  default  -------------------------------------------------*/
.fPhone {
    position: fixed;
    bottom: 0;
    z-index: 2;
}

    .fPhone a {
        text-decoration: none;
        color: black;
        z-index: 2;
    }

    .fPhone .a1 {
        width: 35px;
        background-color: #fff1bd;
        padding: 11px 15px;
        border-radius: 50%;
        display: inline-block;
    }

    .fPhone .a2 {
        background-color: #e8e8e8;
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        bottom: 20px;
        width: 100px;
        right: 10px;
        height: 100px;
        box-shadow: 0 0 8px #c9a467;
        text-align: center;
        border-radius: 50%;
        padding: 15px;
        color: #540a24;
        font-size: 14px;
    }

    .fPhone img {
        width: 35px;
    }

.title2 h2 {
    font-size: 33px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

    .title2 h2.background {
        position: relative;
        z-index: 1;
    }

    .title2 h2:before {
        content: "";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

.title2 span {
    background: transparent;
    padding: 0 15px;
}


.title2 h2.double:before {
    border-top: none;
}

.title2 h2.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
}

.title2 h2.no-background {
    position: relative;
    overflow: hidden;
}

.title2 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
}

.list7 .itemSkin7 {
    width: 32% !important;
}

    .list7 .itemSkin7 .title a {
        font-size: 14px !important;
    }

.title2 span:before, .title2 span:after {
    content: "";
    display: block;
    width: 34vw;
    position: absolute;
    top: 0.73em;
    border-top: 4px solid gray;
}

.title2 span:before {
    right: 100%;
}

.title2 span:after {
    left: 100%;
}


.title2 h2.no-span {
    display: table;
    white-space: nowrap;
}

    .title2 h2.no-span:before,
    .title2 h2.no-span:after {
        border-top: 1px solid green;
        content: "";
        display: table-cell;
        position: relative;
        top: 0.5em;
        width: 45%;
    }

    .title2 h2.no-span:before {
        right: 1.5%;
    }

    .title2 h2.no-span:after {
        left: 1.5%;
    }

.slider {
    background-size: cover;
}

.firstSlider .last {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 2px 10px hsl(0deg 0% 85% / 55%);
}

    .firstSlider .last .ContentsTitle {
        display: none;
    }

    .firstSlider .last .header {
        background: #8D3556;
        color: #ffffff;
        font-size: 16px;
    }

    .firstSlider .last ul {
        list-style-type: none;
        margin-top: 0;
        padding-top: 15px;
        padding: 12px;
        padding-bottom: 15px;
    }

        .firstSlider .last ul li {
            margin-bottom: 10px;
        }

            .firstSlider .last ul li:before {
                content: "\276F";
                margin-left: 10px;
                vertical-align: middle;
                color: #a8afb5;
            }

.slideImgH {
    width: 100%;
    overflow: hidden;
}

    .slideImgH img {
        width: 100%;
        height: 48vw;
        object-fit: cover;
        vertical-align: middle;
    }

.slideshow-container {
    position: relative;
    margin: auto;
}

    .slideshow-container .ContentsItems {
        display: block;
    }

    .slideshow-container .ContentsTitle {
        display: none;
    }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    direction: ltr !important;
}

.prev {
    left: 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.more2 .image {
    width: 10px;
    vertical-align: middle;
    padding-right: 5px;
}

.shop .more2 {
    padding: 2vw 6.2vw;
}

.projects .more2 {
    padding: 2vw 6.5vw;
}

.articles .more2 {
    padding: 2vw 5vw;
}

.more2 {
    text-align: left;
}

    .more2 a {
        font-size: 13px;
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

.about {
    position: relative;
    min-height: 42vw;
}

    .about .col1 {
        width: 42%;
        text-align: justify;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8.5vw;
    }

        .about .col1 span {
            font-size: 13px;
            line-height: 31px;
        }

        .about .col1 .contact {
            text-align: left;
            margin-top: 5vw;
        }

            .about .col1 .contact a {
                border-radius: 35px;
                border: 1px solid #b7b7b7;
                text-decoration: none;
                color: black;
                font-size: 13px;
                padding: 14px 20px;
            }

            .about .col1 .contact img {
                width: 20px;
                vertical-align: middle;
            }

    .about .backImage {
        position: absolute;
        top: 3vw;
        z-index: -1;
        left: 0vw;
    }

        .about .backImage img {
            width: 100%;
            opacity: .3;
        }

    .about .col2 {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .about .col2 img {
            border-radius: 1vw;
            width: 79%;
            height: 365px;
            object-fit: cover;
        }

.customers {
    background-image: url(File.aspx?t=image&s=back2.png);
    min-height: 34vw;
    background-size: cover;
}

    .customers .customersImage {
        text-align: center;
        margin-top: -5vw;
    }

    .customers .image {
        width: 200px;
        padding: 0 3vw;
    }

    .customers .col4 .itemSkin1 {
        width: 20%;
    }

.articles {
    min-height: 30vw;
    padding: 15px 0;
}

.list8 .itemSkin4 .more:hover, .list8 .itemSkin4 .more:hover a {
    transition: .5s;
}

.list8 .itemSkin4 .more:hover {
    background-color: #626262;
    transition: .5s;
    color: #e69917;
}

    .list8 .itemSkin4 .more:hover a {
        color: white;
        transition: .5s;
    }

.list8 .abstract {
    height: 30px !important;
}

.list8 .itemSkin4 .more a {
    font-size: 13px !important;
}

.list8 .title a {
    font-size: 14px !important;
}

.list9 a {
    font-size: 14px;
}

.itemSkin4 .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6rem;
    -webkit-line-clamp: 1;
    padding: 0 3px;
}

.col4 .itemSkin4 {
    width: 23% !important;
}

.customers2 .itemSkin4 {
    width: 15% !important;
}

.list8 .itemSkin4 .abstract a,
.list9 .abstract a {
    font-size: 13px;
    margin-top: 14px;
}

.list9 .more {
    position: unset !important;
}

    .list9 .more a {
        padding: 15px;
        font-size: 13px;
    }

.customers2 .more a {
    padding: 0px !important;
}

.list8 .itemSkin4 .more a {
    font-weight: unset !important;
    padding: 10px;
    display: block;
}

.list8 .itemSkin4 {
    box-shadow: 0px 0px 9px 0px rgb(208 206 206) !important;
}

.list9 img {
    object-fit: cover !important;
    height: 250px !important;
}

.customers2 .itemSkin4 img {
    object-fit: contain !important;
    height: 20vh !important;
}

.col3 .itemSkin4 {
    width: 24% !important;
}

.list8 .itemSkin4 .abstract a {
    height: 19px !important;
}
/*----------------------------------------------  pages  -------------------------------------------------*/
.main {
    padding: 100px 1vw 5vw;
}

    .main .ContentsTitle,
    .main .ContentTitle {
        font-size: 16px;
        text-align: center;
        padding: 20px;
        font-weight: bold;
    }

    .main .contentImagesDiv img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .main .contentImagesDiv .ImageSkin1 {
        width: 24%;
        display: inline-block;
        margin: 0 .2vw;
    }

.list8 img {
    height: 18vw;
}

.customers2 .list9 img {
    height: 105px;
}

.list8 .itemSkin4 .more {
    border: 2px solid #b2b2ed !important;
}

.list8 .ContentsItems, .list9 .ContentsItems, .list7 .ContentsItems {
    padding: 0 4vw;
}

.list0 img {
    height: 200px;
    width: 175px;
    object-fit: contain;
}

.ContentAbstract {
    color: #4a4a4a;
    text-align: center;
}

.ContentBody {
    text-align: justify;
}

    .ContentBody a {
        color: #002f86;
        font-weight: bold;
        text-decoration: underline;
    }

/*----------------------------------------------  mobile  -------------------------------------------------*/
@media only screen and (max-width: 768px) {

    .responsiveMenuBg {
        display: none;
        position: fixed;
        z-index: 2;
        padding-top: 20px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .OpenResponsiveMenu {
        transition: .5s;
    }

    .CloseResponsiveMenu {
        animation: close;
        transform: translatex(800px);
        transition: .5s;
    }

        .CloseResponsiveMenu:active .mMenu:nth-child(2) {
            display: none;
        }

    .header .menu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0px;
        animation: open;
        transition: 1s;
        z-index: 3;
        width: 70%;
        overflow-x: hidden;
        background-image: radial-gradient(#8f4418,#260d00);
        margin: 0;
    }


    .slider {
        margin-top: 26vw;
    }

    .header {
        padding: 0;
        border-bottom: 1px solid white;
    }

        .header .mMenu {
            display: block;
            position: fixed;
            top: 10px;
            right: 15px;
        }

        .header .mLogo {
            position: unset;
            text-align: -webkit-center;
            border-bottom: 1px solid;
            font-size: 20px;
            display: block;
        }

            .header .mLogo img {
                width: 85px;
                margin-bottom: 10px;
                display: block;
            }

        .header .logo .image {
            display: none;
        }


    .menuMobile {
        position: absolute;
        right: 2vw;
        top: 7vw;
        z-index: 22;
    }

        .menuMobile div {
            width: 45px;
            height: 5px;
            margin: 8px;
            background-color: white;
        }

    .menu a {
        display: block;
        padding: 18px 18px;
        font-size: 14px;
    }

        .menu a .img {
            display: inline-block;
            width: 25px;
            vertical-align: middle;
            margin-left: 5px;
        }

    .list7 .itemSkin4 img {
        height: 37vw !important;
    }

    .header .siteName {
        font-size: 19px;
        padding: 10vw 0vw;
        text-align: center;
        margin-left: 25px;
    }

    .header .year {
        position: absolute;
        left: 2px;
        top: 42px;
    }

    .col4 .itemSkin2, .col4 .itemSkin3, .col4 .itemSkin7, .col4 .itemSkin4, .col4 .itemSkin7 {
        width: 97% !important;
        border-radius: 12px !important;
    }

    .customers2 .itemSkin4 {
        width: 48% !important;
        margin: 2px !important;
    }

    .col4 .itemSkin1 {
        width: 50%;
    }

    .about .col2 {
        display: none;
    }

    .about .col1 {
        width: 100%;
        margin: 0;
    }

    .about .backImage {
        display: none;
    }

    .about {
        padding: 6vw;
    }

    .main .contentImagesDiv .ImageSkin1 {
        width: 100%;
    }

    .list0 img {
        height: 40vw;
    }

    .col3 .itemSkin4 {
        width: 100% !important;
    }

    .list8 img {
        height: 280px;
    }

    .footer .col1 {
        width: 100%;
        text-align: center;
        padding: 22vw 0 10vw;
    }

        .footer .col1 a {
            display: inline-block;
            padding: 4PX 12PX;
        }

    .footer .col2 {
        width: 100%;
        text-align: center;
        padding-top: 0vw;
    }

        .footer .col2 a {
            color: white;
        }

    .footer #myBtn {
        width: 60px;
        height: 60px;
        left: 40vw;
        top: -6vw
    }

    .title2 span:before, .title2 span:after {
        width: 13vw;
    }

    .customers .col4 .itemSkin1 {
        width: 45%;
    }

        .customers .col4 .itemSkin1 img {
            width: 160px;
        }

    .list7 .itemSkin4 {
        margin: 1vw 0;
    }

    .list8 .ContentsItems, .list9 .ContentsItems, .list7 .ContentsItems {
        padding: 0;
        margin: 0 1vw;
    }
}
