/*public*/
@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 15px;
}

body {
    margin: 0;
}

.container {
    padding: 0 150px;
}

a {
    text-decoration: none;
}

/*sections*/
header {
    background-image: url('File.aspx?t=image&s=slider.jpg');
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.internalPageHeader {
    background-image: none;
    height: 200px;
}

.headerBlackLayer {
    background-color: #0000004d;
    min-height: 700px;
}

header .top {
    background: rgba(0, 0, 0, .3);
    padding-top: 30px;
    padding-bottom: 30px;
}

.internalPageHeader .top {
    background: #000;
}

header .top .logo {
    width: 40%;
    display: inline-block;
}

    header .top .logo a {
        color: white;
    }

header .top .item {
    width: 25%;
    display: inline-block;
}

    header .top .item img {
        width: 40px;
    }

    header .top .item .text {
        display: inline-block;
    }

        header .top .item .text * {
            font-size: 13px;
        }

        header .top .item .text b {
            color: #f0542c;
            font-weight: normal;
        }

        header .top .item .text p, header .top .item .text p a {
            color: white;
            margin-top: 0;
        }

header .menu {
    padding: 20px;
    background-color: white;
    border-radius: 6px;
    margin-top: -4vh;
    box-shadow: 0 0 10px #00000040;
}

header .menuDiv {
    position: fixed;
    left: 0;
    right: 0;
    top: 113px;
    transition: top 1.2s;
}

header .headerFixed {
    top: 36px;
    /*position: fixed;
    top: 6vh;
    left: 0;
    right: 0;*/
    z-index: 1;
}

header .menu .menuButton {
    display: none;
}

header .menu .subMenu a {
    color: black;
    margin: 0 8px;
    margin-bottom: 22px;
}

header .menu a:hover {
    color: #f0542c;
    border-bottom: 2px solid #f0542c;
}

header .slider {
    text-align: center;
    padding-top: 20vh;
}

    header .slider * {
        color: white;
    }

    header .slider h1 {
        font-size: 25px;
        font-weight: bolder;
    }

    header .slider p {
        font-size: 16px;
        width: 50%;
        margin: 0 auto 7vh;
    }

    header .slider a {
        background-color: #f0542c;
        color: white;
        padding: 10px 30px;
        font-size: 16px;
    }

        header .slider a:hover, .about .left a:hover, .contact div a:hover {
            background-color: #040e27;
        }

.features {
    background: #fff;
    margin-top: -7vh;
    margin: -7vh 150px 0;
    box-shadow: 0 0 8px #0000005e;
    padding: 40px 0;
    text-align: center;
}

    .features .item {
        width: 30%;
        display: inline-block;
        text-align: center;
    }

        .features .item img {
            width: 50px;
            display: block;
            margin: auto;
        }

        .features .item b {
            color: black;
            font-size: 15px;
        }

        .features .item p {
            color: #596672;
        }

.about {
    padding-top: 60px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

    .about .right {
        width: 30%;
        text-align: right;
        display: inline-block;
    }

        .about .right img {
            width: 100%;
            vertical-align: middle;
        }

    .about .left {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
        padding-right: 50px;
    }

        .about .left b {
            font-size: 20px;
        }

        .about .left p {
            color: #313131;
            padding-bottom: 20px;
            font-size: 15px;
            text-align: justify;
        }

        .about .left a {
            background-color: #f0542c;
            padding: 15px 20px;
            color: #fff;
            display: block;
            width: 31%;
            margin-bottom: 10px;
            text-align: center;
        }

.services .title, .projects .title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.services .title {
    margin-bottom: 0;
}

.services .more {
    text-align: center;
    color: #f0542c;
    display: block;
}

    .services .more:hover {
        color: #000;
    }

    .services .more:active {
        margin-top: 3px;
    }

    .services .more img, .projects .more img {
        width: 7px;
        vertical-align: middle;
        margin-right: 3px;
    }

.services .ContentsItems {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

    .services .ContentsItems .itemSkin4 {
        background-color: #fff;
        position: relative;
        text-align: left;
        margin: 10px;
        padding: 5px;
        box-shadow: 0 0 2px #00000047;
    }

        .services .ContentsItems .itemSkin4 .child {
            text-align: center;
        }

        .services .ContentsItems .itemSkin4 .image {
            overflow: hidden;
        }

            .services .ContentsItems .itemSkin4 .image:hover img {
                transform: scale(1.1);
                transition: 1s;
            }

            .services .ContentsItems .itemSkin4 .image img {
                width: 100%;
                height: 300px;
                object-fit: cover;
            }

        .services .ContentsItems .itemSkin4 .title, .services .item .abstract {
            margin-bottom: 5px;
            text-align: right;
            font-size: 24px;
        }

            .services .ContentsItems .itemSkin4 .title a {
                font-size: 14px;
                color: #000000;
                text-decoration: none;
                font-weight: bold;
                text-overflow: ellipsis;
                word-wrap: break-word;
                overflow: hidden;
                height: 2em;
                line-height: 2em;
                text-align: justify;
                word-spacing: -1px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

        .services .ContentsItems .itemSkin4 .child:hover .title a {
            color: #f0542c;
        }

        .services .ContentsItems .itemSkin4 .abstract a {
            font-size: 13px;
            color: rgb(85, 84, 84);
            text-decoration: none;
            text-overflow: ellipsis;
            word-wrap: break-word;
            overflow: hidden;
            height: 6em;
            line-height: 2em;
            text-align: justify;
            word-spacing: -1px;
        }

        .services .ContentsItems .itemSkin4 .more {
            text-align: left;
        }

            .services .ContentsItems .itemSkin4 .more a {
                font-size: 13px;
                color: #f0542c;
                font-size: 13px;
                text-decoration: none;
            }

                .services .ContentsItems .itemSkin4 .more a::after {
                    content: "\203A";
                    font-size: 26px;
                    vertical-align: middle;
                }

.projects .ContentsItems {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

    .projects .ContentsItems .itemSkin2 .child {
        position: relative;
        width: 100%;
    }

    .projects .ContentsItems .itemSkin2 .image {
        overflow: hidden;
    }

        .projects .ContentsItems .itemSkin2 .image img {
            opacity: 1;
            display: block;
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: all 1s;
        }

    .projects .ContentsItems .itemSkin2 .child:hover img {
        transform: scale(1.2);
    }


    .projects .ContentsItems .itemSkin2 .title {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        transform: translateY(10px);
        transition: transform .2s;
    }

        .projects .ContentsItems .itemSkin2 .title a {
            color: #000;
            /*text-decoration: none;*/
            /*text-overflow: ellipsis;*/
            /*word-wrap: break-word;*/
            /*height: 2em;*/
            /*line-height: 2em;*/
            text-align: right;
            word-spacing: -1px;
            padding: 20px 28px;
            position: relative;
            /*margin-right: -37px;*/
        }

    .projects .ContentsItems .itemSkin2 .child:hover .title {
        right: 10px;
        left: 10px;
        opacity: 1;
        background: rgb(255 255 255);
        bottom: 5%;
        border-radius: 5px;
        visibility: visible;
    }

    .projects .ContentsItems .itemSkin2 .title::after {
        content: "\203A";
        color: #f0542c;
        position: absolute;
        left: 0;
        transition: 2s;
    }

    .projects .ContentsItems .itemSkin2 .title:hover::after {
        background: #000000;
        padding: 0 10px 0 7px;
    }

.projects .more {
    font-size: 23px;
    color: #fff;
    background-color: #f0542c;
    display: block;
    padding: 10px;
    text-align: left;
}


.about2 {
    background-image: url(File.aspx?t=image&s=about2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 67vh;
}

    .about2 div {
        width: 40%;
        padding: 130px;
    }

.about div b {
    font-size: 25px;
}

.about2 div p {
    color: #313131;
    font-size: 14px;
    line-height: 25px;
}

.comments {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .comments .title {
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
    }

    .comments .comment {
        display: inline-block;
        width: 20%;
        height: 89px;
        padding-top: 57px;
        box-shadow: 0 0 2px #000000b0;
        margin: 0 15px;
    }

.contact {
    background: url(File.aspx?t=image&s=concat.jpg);
    background-repeat: no-repeat;
}

    .contact div {
        background-color: rgba(0, 0, 0, 0.34);
        padding: 173px 220px;
    }

        .contact div b {
            color: #fff;
            font-size: 20px;
        }

        .contact div a {
            background-color: #f0542c;
            padding: 10px 20px;
            color: #fff;
            float: left;
        }

footer {
    background-color: #040e27;
}

    footer .footerHeader {
        padding-bottom: 100px;
    }

        footer .footerHeader .top {
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #1e273d;
            text-align: center;
        }

        footer .footerHeader .footerAbout, footer .footerHeader .footerServices, footer .footerHeader .links {
            display: inline-block;
            width: 16%;
            margin-top: 20px;
            vertical-align: top;
            border-right: 1px solid #464646;
            padding-right: 6px;
        }

        footer .footerHeader .footerAbout {
            padding-left: 40px;
            width: 26%;
        }

            footer .footerHeader .footerAbout b, footer .footerHeader .footerServices b, footer .footerHeader .links b {
                font-size: 16px;
                color: #f0542c;
                padding-bottom: 2px;
            }

            footer .footerHeader .footerAbout p, footer .footerHeader .footerServices p, footer .footerHeader .links a {
                color: #ddd;
                padding: 6px 0;
                text-align: justify;
                line-height: 25px;
            }

                footer .footerHeader .links a:hover {
                    color: #f0542c;
                }

        footer .footerHeader .footerServices p {
            margin: 0;
            letter-spacing: -.1px;
        }

        footer .footerHeader .footerServices a, footer .footerHeader .links a {
            display: block;
        }

        footer .footerHeader .map {
            display: inline-block;
            width: 33%;
            padding-top: 20px;
            float: left;
        }

            footer .footerHeader .map iframe {
                width: 100%;
                height: 300px;
            }


    footer .knkFooter {
        border-top: 1px solid #1e273d;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        footer .knkFooter .knk2 div {
            color: #fff;
        }

        footer .knkFooter .knk a img {
            width: 3%;
            vertical-align: middle;
        }

        footer .knkFooter .knk a div {
            display: inline-block;
            color: #666;
        }

/*.....................*/
#_divContent .DetailSkin1 {
    padding: 0 50px 25px;
}

    #_divContent .DetailSkin1 .ContentTitle, #_divContent .ContentsTitle {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #f04b17;
        padding-bottom: 10px;
    }

    #_divContent .DetailSkin1 .ContentAbstract {
        text-align: center;
        color: #8f8f8f;
        padding-bottom: 10px;
    }

    #_divContent .DetailSkin1 .ContentBody {
        text-align: justify;
    }

        #_divContent .DetailSkin1 .ContentBody p iframe {
            width: 100%;
        }

        #_divContent .DetailSkin1 .ContentBody p img {
            width: 25%;
            display: inline-block;
        }

        #_divContent .DetailSkin1 .ContentBody div img {
            width: 50%;
        }

        #_divContent .DetailSkin1 .ContentBody table {
            width: 100%;
            height: 100%;
            overflow-x: auto;
            display: block;
        }

        #_divContent .DetailSkin1 .ContentBody table tbody tr td {
            padding: 10px;
            text-align: center;
        }

    #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin1 {
        display: inline-block;
        width: 23%;
        padding: 10px;
    }

        #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin1 img {
            width: 100%;
            border: 1px solid #f04b17;
            height: 200px;
            object-fit: contain;
        }

    #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 {
        display: inline-block;
        width: 20%;
        position: relative;
    }

        #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 a img {
            width: 100%;
            height: 300px;
            opacity: 1;
            display: block;
            object-fit: cover;
        }

        #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 .title {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            position: absolute;
        }

            #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 .title a {
                color: #fff;
                text-decoration: none;
                font-size: 24px;
                text-overflow: ellipsis;
                word-wrap: break-word;
                overflow: hidden;
                height: 2em;
                line-height: 2em;
                text-align: justify;
                word-spacing: -1px;
            }

        #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2:hover .title {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 1;
            background: rgb(240 75 23 / 40%);
            margin: 10%;
        }
/*................;.;.;*/

#_divContent .ContentsItems {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

    #_divContent .ContentsItems .itemSkin2 {
        margin: 5px;
        box-shadow: 0 0 2px #0000008f;
    }

        #_divContent .ContentsItems .itemSkin2 .child {
            text-align: center;
        }

        /*#_divContent .ContentsItems .itemSkin2 .image a {
            display: flex;
        }*/

        #_divContent .ContentsItems .itemSkin2 .image img {
            width: 100%;
            height: 250px;
            object-fit: contain;
        }

        #_divContent .ContentsItems .itemSkin2 .title {
            background-color: #fff;
            width: 100%;
            padding: 10px 0;
            border: 1px solid #00000040;
            border-right: 0;
            border-left: 0;
            border-bottom: 0;
        }

            #_divContent .ContentsItems .itemSkin2 .title a {
                color: #000;
                text-decoration: none;
                font-size: 14px;
                text-overflow: ellipsis;
                word-wrap: break-word;
                overflow: hidden;
                height: 2em;
                line-height: 2em;
                text-align: justify;
            }

/*..................................................................................................................................*/
/*.........mobile...................................................................................................................*/
/*..................................................................................................................................*/
@media only screen and (max-width: 768px) and (min-width:0 ) {
    .container {
        padding: 0 20px;
    }

    header {
        height: 700px;
    }

        header .top .logo {
            width: 100%;
            text-align: center;
        }

        header .top .item {
            display: none;
        }

        header .top {
            background-color: #040e27;
            padding-top: 15px;
            padding-bottom: 15px;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
        }

        header .menuDiv {
            background-color: #fff;
            margin-top: 11vh;
            box-shadow: 0 0 4px #0000004a;
            position: fixed;
            top: 66px;
            left: 0;
            right: 0;
            margin: 0;
            z-index: 2;
            transition: all 1s;
            padding-bottom: 10px;
        }

        header .menu .menuButton {
            background-color: #282727;
            display: block;
            width: 95px;
            border-radius: 3px;
            padding: 2px 4px;
            color: #fff;
        }

        header .headerFixed .menu .menuButton {
            background-color: #fff;
            color: #282727;
        }

        header .menu .subMenu {
            max-height: 0;
            overflow: hidden;
            transition: all .5s;
            opacity: 0;
        }

        header .menu .epxpendedSubMenu {
            max-height: 230px;
            opacity: 1;
            padding-top: 20px;
            overflow: visible;
        }

        header .menu .menuButton a {
            margin: 0;
            padding-bottom: 0;
            display: inline-block;
            vertical-align: middle;
            border: none;
        }

            header .menu .menuButton a .line {
                width: 28px;
                height: 3px;
                background: #fff;
                display: block;
                margin: 5px 0 5px 7px;
            }

        header .headerFixed .menu .menuButton a .line {
            background: #282727;
        }

        header .headerFixed {
            margin: 0 6vw;
            border-radius: 3px;
            background-color: #282727;
            box-shadow: 0px 0 10px #ffffff42;
        }

        header .menu {
            border-radius: 0;
            padding: 10px;
            background-color: unset;
            box-shadow: none;
            margin-top: 0;
        }

            header .menu a {
                display: block;
            }

        header .headerFixed .menu a {
            color: #fff;
        }

        header .slider {
            padding-top: 30vh;
        }

            header .slider p {
                width: 90%;
                margin: auto;
            }

            header .slider a {
                display: block;
                width: 20%;
                margin: 10px auto;
            }


    .features {
        margin: 0;
        box-shadow: none;
    }

        .features .item {
            width: 100%;
            padding-bottom: 10vh;
        }

    .about .right {
        width: 100%;
    }

    .about .left {
        padding-top: 10px;
        padding-right: 0;
        width: 100%
    }

        .about .left b {
            font-size: 15px;
            text-align: center;
            display: block;
        }

        .about .left a {
            width: 46%;
        }

    .services {
        padding: 0;
        padding-top: 10vh;
    }

        .services p {
            margin: 0;
        }

        .services .ContentsItems {
            display: block;
        }

    .projects .ContentsItems {
        display: block;
    }

        .projects .ContentsItems .itemSkin2 .title {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
            position: unset;
        }

    .about2 {
        background-position: -90vw;
        padding: 15px;
    }

        .about2 div {
            width: 75%;
            padding: 0;
        }

            .about2 div p {
                color: #000;
            }

    .comments .comment {
        width: 90%;
        padding-top: 50px;
    }

    .contact div {
        padding: 55px 24px;
    }

        .contact div b {
            text-align: center;
            display: block;
            font-size: 14px;
            padding-bottom: 20px;
        }

        .contact div a {
            display: block;
        }

    footer .footerHeader .footerAbout {
        width: 100%;
        padding: 0;
    }

    footer .footerHeader .footerAbout, footer .footerHeader .footerServices, footer .footerHeader .links {
        width: 100%;
        margin-top: 10px;
        border: none;
        padding-right: 0;
    }

    footer .footerHeader .footerServices, footer .footerHeader .links {
        margin-bottom: 10px;
    }

    footer .footerHeader .map {
        width: 100%;
    }

    footer .knkFooter .knk a img {
        width: 13%;
    }


    .internalPageHeader {
        height: 66px;
    }

    #_divContent .ContentsItems {
        display: block;
    }

    #_divContent .DetailSkin1 {
        padding: 0 15px 25px;
    }

        #_divContent .DetailSkin1 .ContentTitle, #_divContent .ContentsTitle {
            margin-top: 73px;
        }

        #_divContent .DetailSkin1 .ContentBody div img {
            width: 100%;
        }

        #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin1 {
            width: 43%;
        }

        #_divContent .DetailSkin1 .contentImagesDiv {
            text-align: center;
            margin-top: 10px;
        }

            #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 {
                width: 100%;
                object-fit: cover;
                padding: 0 3px;
            }

                #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 .title {
                    display: block;
                    position: unset;
                    opacity: 1;
                    background: #000;
                    margin-bottom: 6px;
                }

                    #_divContent .DetailSkin1 .contentImagesDiv .ImageSkin2 .title a {
                        font-size: 18px;
                    }

        #_divContent .DetailSkin1 .ContentBody p img {
            width: 100%;
        }
}
