/*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-size: 14px;
    font-family: shabnam,tahoma;
}

body {
    direction: rtl;
    margin: 0;
}

a {
    text-decoration: none;
}

.container {
    border-bottom: 1px solid #dfdfdf73;
    padding: 30px 0;
    margin: 0 50px;
    box-sizing: border-box;
}

.moreBtn {
    text-align: left;
}

    .moreBtn a {
        padding: 10px;
        background: #F68338;
        color: #fff;
    }

.btn {
    background: #212529;
    color: #fff;
    padding: 10px 15px;
    margin: 10px 0;
    transition: .5s;
    display: inline-block;
    box-sizing: border-box;
}

    .btn:hover {
        background: #F68338;
    }

span.topTitlte {
    font-size: 12px;
    color: #F68338;
    padding-bottom: 2px;
    display: block;
}

.mainTitle {
    display: block;
    font-size: 18px;
    margin: 5px 0;
}

.itemSkin107 .title a,
.itemSkin7 .title a,
.itemSkin107 .abstract a,
.itemSkin7 .abstract a,
.itemSkin4 .title a,
.itemSkin4 .abstract a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin107 .title a,
.itemSkin7 .title a,
.itemSkin4 .title a {
    -webkit-line-clamp: 1;
}

.itemSkin107 .abstract a,
.itemSkin7 .abstract a,
.itemSkin4 .abstract a {
    -webkit-line-clamp: 3;
    height: 4.2em;
}

::-webkit-scrollbar {
    display: none;
}

/*leftSideBar*/
.leftSideBar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

    .leftSideBar.open {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .leftSideBar .top {
        text-align: center;
        color: #fff;
        padding: 100px 0 60px;
        border-bottom: 1px solid #8886;
    }

        .leftSideBar .top img {
            border-radius: 50%;
            padding: 20px 0;
            width: 80px;
            height: 80px;
            object-fit: cover;
        }

        .leftSideBar .top p {
            text-align: justify;
            color: #888;
            padding: 0 0 25px;
            word-spacing: -4px;
        }

        .leftSideBar .top .btn {
            background: #212529;
            color: #fff;
            padding: 10px 15px;
            margin: 10px 0;
            transition: .5s;
        }

        .leftSideBar .top a:hover {
            background: #F68338;
        }

    .leftSideBar .bottom {
        color: #fff;
        text-align: center;
        padding-top: 30px;
    }

        .leftSideBar .bottom b {
            display: block;
            padding: 20px 0;
            font-size: 18px;
        }

        .leftSideBar .bottom img {
            width: 32%;
            border-radius: 5px;
            vertical-align: top;
            margin: 5px 0;
        }

.leftSideBarMngIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F68338;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 3;
    position: fixed;
    left: 23px;
    top: 20px;
    transition: .5s;
}

.changeIcon {
    transform: rotate(-90deg);
}

.leftSideBarMngIcon span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1px 0;
}

    .leftSideBarMngIcon span.fillCircle {
        background: #fff;
    }

    .leftSideBarMngIcon span.circle {
        border: 2px solid #fff;
        box-sizing: border-box;
    }

.menuBar {
    display: none;
}

/*right*/
.right {
    width: 30%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}

header .title-web {
    display: none;
}

.right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.slider img {
    display: none;
    animation: fade 1.5s ease-in-out;
    -webkit-animation: fade 1.5s ease-in-out;
    overflow: hidden;
    position: relative;
}

@keyframes fade {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/*left*/
.left {
    width: 70%;
    float: left;
}

header {
    padding: 10px;
    text-align: center;
    position: fixed;
    right: 30%;
    background-color: #fff;
    left: 0;
    z-index: 1;
    box-shadow: -10px 0 10px #6262621c;
}

    header a {
        color: #888;
        margin: 0 10px;
    }

        header a.navItemActive {
            color: #f68338;
            border-bottom: 1px solid #F68338;
        }

        header a:hover {
            border-bottom: 1px solid #F68338;
        }
    header nav {
        display: inline-block;
        vertical-align: middle;
        width:80%;
    }

    header .logo {
        width: 5%;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
    }
.spaceAround, .spaceAroundP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2626262e;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    cursor: pointer;
}

.activeSpaceAround {
    opacity: 1;
    visibility: visible;
}

/*about*/
.about {
    text-align: justify;
    margin-top: 80px;
}

    .about p {
        color: #888;
    }

/*workHistory*/
/*khaterat*/
.khaterat {
    margin-top: 50px;
}

.ContentsItems {
    text-align: center;
    padding: 15px 0;
}

.itemSkin107 {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    border: 1px solid #c7c7c747;
    padding: 30px;
    margin: 10px 8px;
    box-sizing: border-box;
}

.itemSkin7 {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

.itemSkin7 {
    border: 1px solid #c7c7c747;
    margin: 10px 0;
    box-sizing: border-box;
}

    .itemSkin7 .image {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }

    .itemSkin7 .text {
        display: inline-block;
        width: 70%;
        vertical-align: top;
        padding: 15px;
        box-sizing: border-box;
    }

    .itemSkin107 .title,
    .itemSkin7 .title {
        font-weight: bold;
        padding: 5px 0;
        margin: 5px 0;
    }

        .itemSkin107 .title a,
        .itemSkin7 .title a {
            color: #000;
        }

.itemSkin107 .abstract {
    text-align: justify;
}

.itemSkin7 .abstract {
    text-align: justify;
}

    .itemSkin107 .abstract a,
    .itemSkin7 .abstract a {
        color: #888;
    }

.itemSkin7 .more {
    display: block;
    text-align: left;
    padding: 10px;
    color: #F68338;
}

.itemSkin7 .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

footer .knk2 {
    color: #888;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf73;
}

    footer .knk2 > div {
        width: 48%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
    }

    footer .knk2 .knk div {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
    }

footer .knk a {
    color: #636a76;
}

footer .knk img {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

footer .knk #ctl03_KnkSignature__divDesc {
    display: inline-block;
    color: #888;
}

/*main*/
main {
    padding: 10px 95px;
    margin-top: 80px;
    min-height: 80vh;
}


    main .ContentsTitle, main .ContentTitle {
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        border: 1px solid;
        color: #f68448;
        border-image: linear-gradient(to left, #F68338, #ffff) 0 0 1;
        margin-bottom: 15px;
    }

    /* itemskin2 */
    main .galleryItem .ContentsItems {
        column-count: 3;
        column-gap: 1px;
    }

    main .itemSkin2 {
        margin: 1px 0px;
        position: relative;
    }

        main .itemSkin2 .image {
            overflow: hidden;
        }

        main .itemSkin2 img {
            width: 100%;
            height: 100%;
            display: block;
            transition: .5s;
            overflow: hidden;
        }

        main .itemSkin2:hover img {
            transform: scale(1.1);
        }

        main .itemSkin2 .title {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            text-align: right;
            padding: 10px 5px;
            background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        }

            main .itemSkin2 .title a {
                color: #fff;
            }
    /* itemskin4 */
    main .itemSkin4 {
        width: 31%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        box-shadow: 0 0 10px 0 #98989833;
        margin: 5px;
        border-radius: 5px;
    }

        main .itemSkin4 .title {
            padding-top: 15px;
        }

            main .itemSkin4 .title a {
                color: #F68338
            }

        main .itemSkin4 .abstract {
            padding: 15px;
        }

            main .itemSkin4 .abstract a {
                color: #888;
                text-align: justify;
                word-spacing: -4px;
            }

        main .itemSkin4 .more {
            text-align: left;
        }

            main .itemSkin4 .more a {
                color: #000;
                display: block;
                padding: 15px;
            }

        main .itemSkin4 img {
            width: 100%;
            border-radius: 5px;
        }

    /* itemSkin106 */
    main .itemSkin106 {
        text-align: right;
    }

        main .itemSkin106 .title {
            border-bottom: 1px solid #88888821;
            padding: 10px 0;
            text-align: right;
            cursor: pointer;
        }

            main .itemSkin106 .title a {
                color: #000;
            }

            main .itemSkin106 .title::before {
                content: "+";
                font-size: 15px;
                font-weight: bold;
                color: #F68338;
                margin-left: 8px;
                cursor: pointer;
            }

        main .itemSkin106.open .title::before {
            content: '_';
        }

        main .itemSkin106 .body {
            height: 0;
            overflow: hidden;
            transition: .5s;
            visibility: hidden;
            opacity: 0;
            color: #888;
            text-align: justify;
            border-bottom: 1px solid #88888821;
        }

        main .itemSkin106.open .body {
            height: 100%;
            opacity: 1;
            visibility: visible;
            padding: 10px 0;
        }

    main .table {
        overflow: auto;
    }

    main table {
        margin: 10px 0;
        border-color: #c7c8c9;
        border-collapse: collapse;
    }

    main .DetailSkin1 .ContentBody table {
        width: 100%;
    }

    main table tr {
        white-space: normal;
    }

        main table tr td {
            padding: 5px;
            text-align: center;
        }
    /*detailSkin*/
    main .DetailSkin1 .ContentAbstract {
        color: #888;
        text-align: justify;
    }

    main .DetailSkin1 .ContentBody {
        text-align: justify;
    }

.contentImagesDiv {
    margin: 20px 0;
    text-align: center;
}

main .DetailSkin1 .contentImagesDiv .ImageSkin1 {
    vertical-align: top;
    display: inline-block;
    width: 32%;
    padding: 2px;
    box-sizing: border-box;
}

main .ImageSkin1 a {
    display: flex;
}

main .DetailSkin1 .contentImagesDiv img {
    width: 100%;
    height: 100%;
    display: block;
}

main .ContentBody iframe {
    width: 50%;
    height: 35vh;
    border: none;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    * {
        letter-spacing: -.9px;
    }

    .container {
        margin: 0 20px;
    }

    .menuBar {
        display: flex;
    }
    .leftSideBarMngIcon{
        top:0%;
    }
    .sideBar {
        display: none;
    }

    .leftMenuBar {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }

        .leftMenuBar a {
            color: #888;
            display: block;
            text-align: right;
            padding: 10px 0;
        }

            .leftMenuBar a.active {
                color: #F68338;
            }

        .leftMenuBar.show {
            transform: translateX(0);
            visibility: visible;
            opacity: 1;
        }

    .right img {
        display: none;
    }

    header {
        padding: 0;
        top: 0;
        right: 0;
    }

        header .title-web {
            color: #F68338;
            background: #fff;
            padding: 15px;
            text-align: right;
            display: inline-block;
            font-weight: bold;
            width: 65%;
        }
        header .logo{
            width:10%;
        }
    main {
        padding: 10px;
        margin-top: 0;
    }

    .right {
        width: 100%;
        height: auto;
        z-index: 1;
        position: unset;
    }

    .left {
        width: 100%;
    }

    header nav {
        position: fixed;
        top: 50px;
        bottom: 0;
        right: 0;
        background-color: #fff;
        transform: translateX(100%);
        width: 55%;
        transition: .5s;
        box-shadow: -6px 0 20px #7878781f;
        text-align: right;
        padding: 10px;
        box-sizing: border-box;
    }

        header nav.open {
            transform: translateX(0);
        }

    header a {
        display: block;
        margin: 10px;
    }

    .about.container {
        margin: 0 20px;
    }

    main .ContentsTitle,
    main .ContentTitle {
        margin-top: 50px;
    }

    main .galleryItem .ContentsItems {
        column-count: 2;
    }

    .itemSkin107, .itemSkin7, main .itemSkin4 {
        width: 100%;
        margin: 10px 0;
    }

    .itemSkin107, .itemSkin7 {
        flex-direction: column;
    }

        .itemSkin7 .image {
            width: 100%;
        }

        .itemSkin7 .text {
            width: 100%;
        }

    .contentImagesDiv {
        text-align: center;
    }

    main .itemSkin4 .abstract a {
        word-spacing: -2px;
    }

    main .DetailSkin1 .contentImagesDiv .ImageSkin1 {
        width: 50%;
    }

    main .ContentBody iframe {
        width: 100%;
        height: 40vh;
    }


    footer .knk2 > div {
        width: 100%;
    }
}
