@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');
}

body {
    padding: 0;
    margin: 0;
    background-color: #000000;
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 16px;
}

    *:not(main *) {
        color: #fff;
    }

ul {
    margin: 0;
}

li:not(main li) {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
}

/*.............header...................................................*/
.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fcd462;
    margin: 2vh 4vw;
}

.headerFixed {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    background-color: #0c0c0c;
    box-shadow: 0 0 10px 0px #5a5a588f;
}

.header h1 a, footer h3 a {
    color: #353530;
    display: inline-block;
    vertical-align: middle;
}

.headerFixed h1 a {
    color: #fcd462;
}

.header .headerTitle {
    margin-right: -1vw;
    width: 26%;
}

.header .logoImg {
    width: 20%;
}

.header a img, .footerTopRight > a img {
    width: 100%;
}

.headerFixed a img, .footerTop > a img {
    filter: invert(1);
    width: 100%;
}

.header a img, .header .headerTitle, .footerTitle a img, .footer .footerTitle {
    vertical-align: middle;
}

.header .headerLogo .headerTitle a, .footer .footerLogo .footerTitle a {
    color: #fcd462;
}

.header .headerLogo .headerTitle h3, .footer .footerLogo .footerTitle h3 {
    margin-block: 0;
}

.header ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    user-select: none
}

    .header ul li {
        padding: 0 8px;
    }

        .header ul li a {
            color: #353530;
        }

.headerFixed ul li a {
    color: #fff;
}

.header ul li:hover a {
    color: #000;
    font-weight: bold;
}

.headerFixed ul li:hover a {
    color: #fcd462;
}

.header .saveHeader a {
    color: #000;
    font-weight: bold;
}

.headerFixed .saveHeader a {
    color: #fcd462;
    font-weight: bold;
}

.header .headerLogoMore {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(133,133,133,.2);
    width: 45px;
    height: 45px;
    cursor: pointer;
}

    /*.header .headerLogoMore:hover {
        background-color: #000;
    }

    .header .headerLogoMore:hover {
        background-color: #fcd462;
    }*/

    .header .headerLogoMore:hover .line {
        background-color: #fff;
    }

    .header .headerLogoMore a span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: #000;
        margin: 7px 0;
        transition: width .5s;
    }

.headerFixed .headerLogoMore a span {
    background-color: #fff;
}

.header .headerLogoMore a span:nth-child(2) {
    width: 25px;
}

.header .headerLogoMore a span:nth-child(3) {
    width: 20px;
}

.header .headerLogoMore:hover .line {
    width: 30px;
}


/*..........menu...............................................*/
.sideMenu {
    position: fixed;
    background: #050505;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: .5s;
    overflow-y: auto;
    padding: 40px;
    transform: translateX(100%);
}

.menuVisible {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}

.closeButton {
    position: absolute;
    left: 13px;
    top: 25px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .closeButton span {
        width: 30px;
        height: 1px;
        background: #fff;
        display: block;
        transition: .3s;
    }

        .closeButton span:first-child {
            transform: rotate(45deg);
        }

        .closeButton span:last-child {
            transform: rotate(-45deg);
        }

    .closeButton:hover span:first-child {
        transform: rotate(180deg);
    }

    .closeButton:hover span:last-child {
        transform: rotate(-180deg);
    }

.logo {
    text-align: center;
    margin-bottom: 8vh;
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 11px;
}

    .logo img {
        filter: invert(1);
        width: 25%;
        vertical-align: middle;
    }

    .logo .headerTitle {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

        .logo .headerTitle a, .footer .footerTop .footerTitle {
            color: #fcd462;
            font-weight: bold;
        }

.contentSideMenu .menu {
    display: none;
}

.SideMenuitem p {
    font-weight: bold;
    border-right: 2px solid #fcd462;
    padding: 5px 20px;
    transition: padding-right 1s;
}

    .SideMenuitem p:hover:not(.SideMenuitem:last-child p) {
        padding-right: 2vw;
        color: #fcd462;
    }

.aside-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    transition: .5s cubic-bezier(.77,0,.175,1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.aside-trigger {
    opacity: 1;
    visibility: visible;
}
/*...............*/
.sideMenuKnk {
    position: absolute;
    bottom: 86px;
    right: 0;
}

    .sideMenuKnk .knk2 div {
        margin-top: 10px;
        text-align: center;
    }

    .sideMenuKnk .knk img {
        width: 35px;
        vertical-align: middle;
    }

    .sideMenuKnk .knk div {
        display: inline-block;
        width: 77%;
        color: #959595;
        text-align: center;
    }

/*....................Strater......................................................................................*/
.starter .sliders {
    margin: 2vh 5vw;
    overflow: hidden;
    min-height: 90vh;
    background: url(File.aspx?t=image&s=backP.png);
    background-size: contain;
}

.starter .starterSide {
    z-index: 1;
    position: fixed;
    left: 5px;
    background: #fcd462;
    transition: width .2s;
    width: 60px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 5px #ffffff52;
    height: 60px;
    border-radius: 50%;
}

.starter .socialNetwork .contactSide {
    opacity: 1;
}

.starter .socialNetwork:hover .contactSide {
    display: none;
}

.starter .starterSide img {
    margin-top: 8px;
}

.starter .socialNetwork .contactSide {
    cursor: pointer;
}

.starter .callUs img, .starter .socialNetwork .socialNetworkItem img {
    filter: brightness(0);
}

/*.........slider.................................................*/
.sliders .slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 5vw;
}

.slider .sliderTitel, .slider .sliderImage {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.slider .sliderImage {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    height: 75vh;
}

.sliders .slider p {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    /*......animation........*/
    opacity: 0;
    opacity: 1;
    color: #fcd462;
    -webkit-filter: contrast(0) brightness(0.15);
    filter: contrast(0) brightness(0.15);
    transition-delay: 90ms;
}

.sliders .showImg p {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-filter: contrast(1) brightness(1);
    filter: contrast(1) brightness(1);
}

.sliders .slider .sliderImage img {
    opacity: 0;
    object-position: 0 15px;
    object-fit: contain;
    width: 100%;
    opacity: 1;
    -webkit-filter: contrast(0) brightness(0.15);
    filter: contrast(0) brightness(0.15);
    transition-delay: 90ms;
    height: 100%;
}

.sliders .showImg .sliderImage img {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-filter: contrast(1) brightness(1);
    filter: contrast(1) brightness(1);
}

@keyframes slideText {
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

/*..............................*/
.starter .callUs {
    bottom: 80px;
}

    .starter .callUs img {
        vertical-align: middle;
    }

    .starter .callUs span {
        margin: 10px;
        font-weight: bold;
        opacity: 0;
        visibility: hidden;
        color: #000;
        display: inline-block;
        vertical-align: middle;
    }

.starter .starterSide:hover span {
    opacity: 1;
    visibility: visible;
}

.starter .socialNetwork {
    bottom: 15px;
}

    .starter .socialNetwork img {
        vertical-align: middle;
    }

    .starter .socialNetwork .circle {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .7);
        margin: 0px 8px;
    }

/*.........Special Strater Side...........................*/
/*.specialstarterSide .starterSide {
    background: linear-gradient(to right, #000000cc 50%, transparent 50%) left;
    background-size: 200%;
    background-repeat: no-repeat;
}*/

.specialstarterSide .starterSide a {
    color: #fcd462;
}

.specialstarterSide .starterSide > span {
    filter: invert(21%) sepia(48%) saturate(392%) hue-rotate( 344deg) brightness(100%) contrast(99%);
}

.specialstarterSide .socialNetwork .socialNetworkItem:hover, .specialstarterSide .callUs:hover {
    filter: grayscale(1);
}
/*..............light....................................................................................*/
.horizontalLight {
    position: relative;
    overflow: hidden;
    height: 5vh;
    opacity: .2;
}

.bottomSlider {
    margin-top: -49px;
}

.horizontalLight::after {
    content: '';
    top: 0px;
    transform: translateX(100%);
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite 3s;
    background: linear-gradient(to left, rgb(252 212 98) 0%,rgb(253 241 207 / 52%) 4%,rgb(255 255 255 / 0%) 100%);
    overflow: hidden;
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*...................main works.........................................................................*/
.mainWorks {
    background-color: #0c0c0c;
    display: grid;
    grid-template-columns: 20% 20% 20% 40%;
    padding: 30px;
    margin: 5vh 5vw;
    /*height: 235px;*/
}

    .mainWorks .mainWorkItem {
        text-align: right;
        padding: 15px 15px 0;
        border: 2px solid rgba(133,133,133,.2);
        display: inline-block;
        margin-left: 10px;
        position: relative;
    }

        .mainWorks .mainWorkItem:last-child {
            margin-left: 0;
        }

        .mainWorks .mainWorkItem:hover {
            background-color: #0c0c0c;
        }

            .mainWorks .mainWorkItem:hover .mainWorkHoverImage {
                visibility: visible;
                bottom: 0;
                left: 0;
                opacity: .2;
            }

    .mainWorks .mainWorkImage {
        filter: invert(98%) sepia(86%) saturate(5152%) hue-rotate(313deg) brightness(108%) contrast(98%);
        padding: 10px;
        display: block;
    }

    .mainWorks .title {
        text-align: center;
        font-size: 25px;
        margin: 0;
        color: #fcd462;
    }

    .mainWorks .abstract {
        color: #a3a3a3;
        text-align: justify;
        text-indent: 10px;
        word-spacing: -4px;
        line-height: 24px;
    }

    .mainWorks .more {
        color: #fcd462;
        padding: 4px;
        text-align: center;
        border: 1px solid transparent;
        transition: 2s;
        position: absolute;
        bottom: 1px;
        left: 1px;
    }

        .mainWorks .more:hover {
            border-color: #fcd462;
        }

        .mainWorks .more .arrow {
            vertical-align: middle;
        }

    .mainWorks .mainWorkHoverImage {
        visibility: hidden;
        opacity: 0;
        width: 50%;
        position: absolute;
        bottom: -20px;
        left: -20px;
        display: flex;
        transition: .3s;
        filter: invert(1);
    }

    .mainWorks .mainImage {
        overflow: hidden;
    }

        .mainWorks .mainImage img {
            width: 100%;
            height: 226px;
            object-fit: cover;
            transition: transform 2s;
            object-position: 0 -47px;
        }

            .mainWorks .mainImage img:hover {
                transform: scale(1.1);
            }

/*............about Collection.............................................................................................*/
.aboutCollection {
    background: #0c0c0c url(File.aspx?t=image&s=about.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 3vh;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

    .aboutCollection::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000096;
        z-index: -1;
    }

    .aboutCollection > div {
        margin: 2vh 5vw;
    }

    .aboutCollection .biography {
        float: right;
        display: inline-block;
        width: 45%;
        text-align: justify;
        padding-left: 4vw;
        font-size: 25px;
        padding: 9vh 0 0 3vw;
        margin-top: 8%;
    }

        .aboutCollection .biography span {
            font-size: 30px;
            font-weight: bold;
            color: #fcd462;
        }

        .aboutCollection .biography p {
            font-size: 25px;
        }

    .aboutCollection .biographyDr {
        display: inline-block;
        width: 22%;
        text-align: justify;
        margin-right: 2vw;
    }

    .aboutCollection .biographyDrMotallebi {
        margin-top: 3vh;
    }

    .aboutCollection .bio .biologo {
        width: 80px;
        filter: invert(1);
        display: block;
        margin: 0 auto 10px;
    }

    .aboutCollection .biographyDr .bioNameDr {
        text-align: center;
        margin: 0;
        font-weight: bold;
        font-size: 18px;
    }

    .aboutCollection .biographyDr .bioAbstract {
        line-height: 30px;
    }

    .aboutCollection .biographyDr img {
        width: 100%;
    }

    .aboutCollection .biographyDrMotallebi > img {
        margin-top: 1vh;
    }

    .aboutCollection .biographyDr .bio {
        color: #a3a3a3;
        padding: 1.5vw;
        font-size: 15px;
        background: #000;
    }

/*..............latest News, magazine ==> title......................................................................*/
.latestNews {
    text-align: center;
    background-color: #0c0c0c;
}

    .latestNews .latestNewsTitle {
        margin: 10vh 4vw;
        padding: 4vh 0;
    }

.border {
    width: 13vw;
    height: 1px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(255,255,255,0) 100%);
    margin: auto;
}

    .border:last-child {
        background: linear-gradient(270deg, rgba(163,163,163,1) 0%, rgba(255,255,255,0) 100%);
    }

.middle {
    filter: invert(.7);
    width: 4vw;
    vertical-align: middle;
    padding-inline: 1vw;
    animation: 2s pulse infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.titleText {
    font-size: 24px;
    margin: 10px 0 0;
    font-weight: bold;
}

.newsViewMore {
    padding-bottom: 2vh;
}

    .newsViewMore p {
        color: #fcd462;
        /*font-size: 12px;*/
        display: inline-block;
        vertical-align: middle;
    }

    .newsViewMore img {
        vertical-align: middle;
    }

.latestNews .ContentsItems, .magazine .ContentsItems, .detail .ContentsItems {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

    .latestNews .latestNewsTitle .ContentsItems .itemSkin4, .magazine .ContentsItems .itemSkin4, .detail .ContentsItems .itemSkin4 {
        overflow: hidden;
    }

        .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .child, .magazine .ContentsItems .itemSkin4 .child, .detail .ContentsItems .itemSkin4 .child {
            margin-left: 1vw;
            padding-bottom: 4vh;
            background: #000;
        }

        .latestNews .latestNewsTitle .ContentsItems .itemSkin4:last-child .child, .magazine .ContentsItems .itemSkin4:last-child .child, .detail .ContentsItems .itemSkin4:last-child .child {
            padding-left: 0;
        }

        .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .image img, .magazine .ContentsItems .itemSkin4 .image img, .detail .ContentsItems .itemSkin4 .image img {
            width: 100%;
        }

        .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .title, .magazine .ContentsItems .itemSkin4 .title, .detail .ContentsItems .itemSkin4 .title {
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 15px;
            margin: 10px;
        }

        .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .abstract a, .magazine .ContentsItems .itemSkin4 .abstract a, .detail .ContentsItems .itemSkin4 .abstract a {
            text-align: justify;
            overflow: hidden;
            display: -webkit-box;
            height: 3.6rem;
            margin-bottom: 6px;
            padding: 0 1vw;
            color: #a3a3a3;
            line-height: 1.2rem;
            text-overflow: ellipsis;
            margin-bottom: 3vh;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            word-spacing: -0.5px;
        }

        .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .more, .magazine .ContentsItems .itemSkin4 .more, .detail .ContentsItems .itemSkin4 .more {
            text-align: left;
        }

            .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .more a, .magazine .ContentsItems .itemSkin4 .more a, .detail .ContentsItems .itemSkin4 .more a {
                border: 2px solid #fcd462;
                width: 29%;
                padding: 10px;
                color: #fcd462;
                text-align: center;
                margin: 10px;
            }

                .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .more a:hover, .magazine .ContentsItems .itemSkin4 .more a:hover, .detail .ContentsItems .itemSkin4 .more a:hover {
                    border: none;
                    filter: invert(1);
                    background: #0b36af;
                }

            .latestNews .latestNewsTitle .ContentsItems .itemSkin4 .more:hover a, .magazine .ContentsItems .itemSkin4 .more:hover a, .detail .ContentsItems .itemSkin4 .more:hover a {
                color: #fff;
            }

/*...............latestImages.....................................................................*/
.latestImages {
    text-align: center;
}

    .latestImages .ContentsItems {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        overflow: hidden;
    }

        .latestImages .ContentsItems img {
            width: 100%;
            object-fit: cover;
            height: 90vh;
        }

        .latestImages .ContentsItems .child {
            position: relative;
        }

        .latestImages .ContentsItems .itemSkin5:not(.itemSkin5:last-child) {
            padding-left: 2px;
        }

        .latestImages .ContentsItems .child .text .title {
            position: absolute;
            opacity: 0;
            transition: opacity .5s;
            background-color: #fcd462b8;
            top: 0;
            bottom: 8px;
            left: 0;
            right: 0;
            padding: 63% 0;
            text-align: center;
        }

            .latestImages .ContentsItems .child .text .title a {
                color: #353530;
                font-size: 20px;
                font-weight: bold;
            }

        .latestImages .ContentsItems .child:hover .title {
            opacity: 1;
        }

        .latestImages .ContentsItems .child .text .more {
            opacity: 1;
            text-align: center;
            border: 2px solid #fcd462;
            width: 10vw;
            margin: 5vh auto;
            padding: 15px;
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
        }

        .latestImages .ContentsItems .child:hover .more {
            border-color: #fff;
            filter: invert(1);
        }


        .latestImages .ContentsItems .child .text .more:hover {
            border: 2px solid #fff;
            background-color: #fff; /*#0b36af*/
        }

            .latestImages .ContentsItems .child .text .more:hover a {
                color: #000;
            }

/*..............aboutDr......................................................................*/
.aboutDr {
    background: url(File.aspx?t=image&s=Dr.jpg); /*(https://sdcnamdari.ir/File.aspx?t=image&s=drNamdari2.jpg);*/
    margin: 4vh auto;
    background-position: right 16vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .aboutDr > .back {
        background-color: #00000096;
        display: flex;
        justify-content: flex-end;
    }

    .aboutDr .back .aboutDrText {
        width: 44%;
        text-align: justify;
        padding: 20vh 0;
    }

        .aboutDr .back .aboutDrText .aboutTitle {
            color: #fcd462;
            font-weight: bold;
            font-size: 20px;
        }

        .aboutDr .back .aboutDrText .aboutAbstract {
            width: 35vw;
            line-height: 5vh;
        }

/*.............album................................................................................................................*/
.album {
    margin: 1vh 4vw;
    overflow: hidden;
    text-align: center;
    padding-top: 1vh;
}

.albumMain {
    position: relative;
    text-align: right;
}

.album .albumTitle {
    display: inline-block;
    text-align: center;
}

.albumTitle .item {
    background-color: #0c0c0c /*#353530*/;
    padding: 0 10px 10px;
    margin: 0 0 1vh 1vh;
    cursor: pointer;
    position: relative;
    width: 6vw;
    height: 20vh; /*14vh*/
    overflow: hidden;
}

    .albumTitle .item .albumImg {
        filter: invert(1);
        padding: 15px 0;
        /*vertical-align: top;*/
        width: 83%;
        transition: .3s;
    }

    .albumTitle .item .albumText {
        position: absolute;
        bottom: -60px;
        right: -105px;
        transition: .3s;
    }

.albumTitle .itemFunc {
    background-color: #fcd462;
}

.albumTitle .item:hover {
    background-color: #fcd462;
}

.albumTitle .albumImage {
    margin: 20px 0;
}

.albumTitle .itemFunc .albumImage, .albumTitle .item:hover .albumImage {
    filter: invert(1) invert(10%) sepia(6%) saturate(525%) hue-rotate( 2deg) brightness(97%) contrast(97%);
}

.albumTitle .item:hover .albumImg {
    width: 65%;
    margin: -6vh 2.5vw;
}


.albumTitle .item:hover .albumText {
    top: 5vh;
    right: 0px;
    left: 0;
}

.album .albumTitleContent {
    display: inline-block;
}

.albumTitleContent > div {
    /*position: absolute;*/
    top: 0;
    bottom: 2vh;
    overflow: hidden;
    /*display: none;*/
}

.album .albumItemClass1 {
    display: block;
}

.album .ContentsItems {
    column-count: 6;
    column-gap: 0;
    height: 100%;
    overflow: hidden;
}

    .album .ContentsItems .itemSkin1 {
        margin: 1px;
        overflow: hidden;
        margin-bottom: -7px;
    }

        .album .ContentsItems .itemSkin1 a {
            pointer-events: none;
        }

        .album .ContentsItems .itemSkin1 img {
            transition: transform 2s;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .album .ContentsItems .itemSkin1:hover img {
            transform: scale(1.1);
        }

/*...............magazine................................................................................................*/
.magazine {
    background-color: #0c0c0c;
    margin: 2vh auto 0;
    padding: 2vh 0;
    text-align: center;
}

    .magazine .magazineSkin {
        margin: 0 4vw 4vh;
    }

    .magazine .ContentsItems .itemSkin4 .child {
        background-color: #000;
    }
/*.................statistics..................................................................................*/
.statistics {
    padding: 15vh 4vw;
    text-align: center;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background: url(File.aspx?t=image&s=backP.png);
    background-size: contain;
}

    .statistics img {
        display: block;
        margin: auto;
    }

    .statistics .plus, .statistics .number {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .statistics .number {
        font-size: 40px;
        font-weight: bold;
    }

    .statistics .statisticsAbstract {
        margin: 0;
        color: #999;
    }

/*...............workingDay............................................................................*/
.workingDay {
    background: #0c0c0c url(File.aspx?t=image&s=pattern.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 10vh 0;
}

    .workingDay > div {
        margin: 4vh 4vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .workingDay iframe {
        border: none;
        width: 44vw;
        height: 70vh
    }

    .workingDay .titleText {
        margin-right: 10vw;
    }
/*...........footer..........................................................................*/
footer {
    background: #0c0c0c url(File.aspx?t=image&s=pattern-01-min.png);
    padding-bottom: 2vh;
}

    footer .map {
        display: inline-block;
        margin: -10vh 0 0;
        width: 38%;
    }

    /*.map iframe {
    width: 360px;
    height: 400px;
    border: none;
}*/

    footer .backTop {
        margin: 0 4vw;
        padding: 4vh 0;
    }

        footer .backTop a {
            text-align: center;
        }

        footer .backTop .backTopIcon {
            background-color: #fcd462;
            display: inline;
            padding: 8px 11px;
            text-align: center;
            display: inline-block;
            cursor: pointer;
        }

            footer .backTop .backTopIcon img {
                transform: rotate( 90deg );
                filter: brightness(0);
                vertical-align: middle;
            }

        footer .backTop span {
            font-weight: bold;
        }

    footer .footer {
        background-color: #0c0c0c;
        margin: 0 4vw;
        padding: 5vh 0;
        text-align: center;
    }

.footer .footerRight {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.footerTopRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0c0c0c;
    margin-right: 2vw;
}

.footerTop > a {
    width: 70px;
    display: block;
}

.footerTop .logoFooter {
    width: 135px;
    margin-right: 2vw;
}

.footer .footerTitle {
    margin: 0;
}

    .footer .footerTitle a {
        color: #fcd462;
    }

.footer .footerSocialNetwork, .contentSideMenu .menuSocialNetwork {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 6.5vw;
    text-align: center;
}

.contentSideMenu .menuSocialNetwork {
    width: 8.5vw;
}

    .footer .footerSocialNetwork > div, .contentSideMenu .menuSocialNetwork > div {
        background-color: #fcd462;
        width: 2.5vw;
        height: 2.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer .footerSocialNetwork > div img, .contentSideMenu .menuSocialNetwork > div img {
            filter: brightness(0);
            width: 80%;
            vertical-align: middle;
        }

        .footer .footerSocialNetwork > div:hover, .contentSideMenu .menuSocialNetwork > div:hover {
            background-color: #000000;
        }

            .footer .footerSocialNetwork > div:hover a, .contentSideMenu .menuSocialNetwork > div:hover a {
                filter: invert(1) invert(10%) sepia(6%) saturate(525%) hue-rotate( 2deg) brightness(97%) contrast(97%);
            }

.footer ul {
    /*display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;*/
    padding: 0;
    /*font-size: 13px;*/
    text-align: right;
}

.footer .link {
    margin: 40px 40px 0 0;
}

    .footer .link .column {
        text-align: right;
    }

.footer .right {
    width: 40%;
    margin-right: 20px;
}

    .footer .right a:hover {
        filter: invert(20%) sepia(41%) saturate(592%) hue-rotate( -12deg) brightness(97%) contrast(114%)
    }

    .footer .right a img {
        vertical-align: middle;
        filter: invert(1);
    }

    .footer .right a p {
        display: inline-block;
    }

.footer .left a {
    display: block;
    margin-bottom: 20px;
}

    .footer .left a, .footer .left a .iconFAQ {
        transition: color .5s;
    }

        .footer .left a:hover, .footer .left a:hover .iconFAQ {
            color: #fcd462;
        }

        .footer .left a .iconFAQ {
            display: inline-block;
            transform: rotate( 180deg );
            padding-left: 5px;
        }

.footer .footerContantUs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 10vh 5vw;
    box-sizing: border-box;
}

    .footer .footerContantUs > span {
        width: 48%;
        text-align: right;
        margin: 10px 0;
    }

        .footer .footerContantUs > span img {
            vertical-align: top;
            width: 25px;
        }

        .footer .footerContantUs > span .footerText {
            display: inline-block;
            text-align: right;
        }

    .footer .footerContantUs > soan .footerText a {
        display: block;
    }

    .footer .footerContantUs > span .footerText p {
        margin: 0;
        padding-bottom: 1vh;
    }

.footer .footerText span {
    display: block;
}

.knkFooter {
    text-align: center;
    margin-top: 10vh;
}

    .knkFooter > div {
        display: inline-block;
        font-size: 17px;
    }

    .knkFooter .knk img {
        width: 7%;
        vertical-align: middle;
    }

    .knkFooter .knk div {
        display: inline-block;
    }

/*.....................................................................*/
main {
    margin: 0 4vw;
    padding: 20px 1vw;
    background: url(File.aspx?t=image&s=backP.png);
    background-size: contain;
}
    /*............content page.............................................*/
    .DetailSkin1 .ContentTitle, .detail .ContentsTitle, main .ContentsTitle {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        padding: 10px 4vw;
        color: #fcd462;
    }

.DetailSkin1 .ContentAbstract {
    text-align: center;
    font-size: 15px;
    color: #a9a98d;
}

.DetailSkin1 .ContentBody {
    color: #fff;
    padding: 3vh 3vw;
    text-align: justify;
    line-height: 5vh;
    vertical-align: top;
}

    .DetailSkin1 .ContentBody p {
        margin: 5px;
        text-align: justify;
    }

        .DetailSkin1 .ContentBody p .undefined {
            width: 25%;
            display: block;
            margin-bottom: 5px;
        }

        .DetailSkin1 .ContentBody p iframe {
            width: 260px;
            height: 260px;
        }

.DetailSkin1 .contentImagesDiv:not(.galleryDetailImage .DetailSkin1 .contentImagesDiv) {
    margin: 5vh 1vw;
}

.DetailSkin1 .contentImagesDiv .ImageSkin1:not(.galleryDetailImage .DetailSkin1 .contentImagesDiv .ImageSkin1) {
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 0 7px 0px #58585826;
    width: 15%;
    margin: 7px;
    vertical-align: top;
}

.DetailSkin1 .contentImagesDiv img:not(.galleryDetailImage .DetailSkin1 .contentImagesDiv img) {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 19px #1c1b19;
}


/*............Detail..................................*/
.detail .ContentsItems {
    padding: 3vh 1vw 3vh 0;
}

/*..........detailImages..................................*/
.detailImages .ContentsItems, .galleryDetailImage .DetailSkin1 .contentImagesDiv {
    column-count: 4;
    column-gap: 2px;
    min-height: 550px;
    overflow: hidden;
    padding: 3vh 0;
}

    .detailImages img, .galleryDetailImage .DetailSkin1 .contentImagesDiv img {
        width: 100%;
    }

    /*detail image*/
    .galleryDetailImage .DetailSkin1 .contentImagesDiv .ImageSkin1 {
        margin-bottom: -4px;
        display: block;
    }
/*....................*/
.ContentsItems .itemSkin106 .title {
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

    .ContentsItems .itemSkin106 .title a {
        color: #000;
    }

    .ContentsItems .itemSkin106 .title::after {
        content: "❮";
        position: absolute;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: rotate( 180deg );
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate( 180deg );
        left: 10px;
        font-size: 18px;
        top: 6px;
    }

.itemSkin106.open .title:after {
    -webkit-transform: rotate( 90deg );
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate( 90deg );
}

.ContentsItems .itemSkin106 .body {
    background: #cdcdcd;
    padding: 20px 30px;
    height: 0;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    color: #000;
}

.ContentsItems .itemSkin106.open .body {
    visibility: visible;
    opacity: 1;
    height: 100%;
    padding: 20px 30px;
}

.ContentsItems .itemSkin106 .body P {
    margin: 0;
    color: #000;
}

/*customersSatifaction*/
main .customersSatifaction .contentImagesDiv {
    text-align: center;
}

/*......scroll...............................*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    ;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fcd462;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

main .ContentsItems .itemSkin1 img {
    width: 100%;
}

main .videos .ContentsItems .itemSkin2 {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin: 0 2px 0 0;
}

    main .videos .ContentsItems .itemSkin2 .image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

main .ContentsItems .itemSkin2 {
    position: relative;
    margin-bottom: -4px;
}

    main .ContentsItems .itemSkin2 .image {
        transition: filter 1s;
    }

    main .ContentsItems .itemSkin2 .title {
        position: absolute;
        bottom: 10px;
        margin: 0 5px;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s;
    }

    main .ContentsItems .itemSkin2:hover .image {
        filter: blur(10px);
    }

    main .ContentsItems .itemSkin2:hover .title {
        opacity: 1;
    }

/*..................................................................................................................................*/
/*.........mobile...................................................................................................................*/
/*..................................................................................................................................*/
@media only screen and (max-width: 768px) and (min-width:0 ) {
    * {
        letter-spacing: -.8px;
    }

    .header {
        margin: 0;
    }

        .header > a {
            width: 20%;
        }

        .header .headerTitle {
            width: 80%;
        }

        .header ul {
            display: none;
        }

        .header .headerLogoMore {
            width: 40px;
            height: 40px;
        }

            .header .headerLogoMore a span {
                width: 25px;
            }

                .header .headerLogoMore a span:nth-child(2) {
                    width: 20px;
                }

                .header .headerLogoMore a span:nth-child(3) {
                    width: 15px;
                }

    .sliders .slider p {
        font-size: 35px;
        font-weight: normal;
    }

    .specialstarterSide .starterSide a {
        color: #fff;
    }

    .specialstarterSide .starterSide > span {
        filter: none;
    }

    .starter .sliders {
        min-height: 87vh;
    }

    .sliders .slider {
        display: block;
    }

    .slider .sliderTitel, .slider .sliderImage {
        display: block;
        width: 100%;
    }

    .slider .sliderImage {
        /*height: 62vh;*/
        height: 46vh;
    }

    .sliders .slider .sliderImage img {
        object-position: bottom;
    }

    .newsViewMore img {
        width: 4px;
    }

    .mainWorks {
        display: block;
        padding: 10px;
        margin: 1vh 5vw;
        height: auto;
    }

        .mainWorks .mainWorkItem {
            margin: 0;
            padding: 10px;
            margin-bottom: 10px;
        }

        .mainWorks .abstract {
            word-spacing: -1px;
        }

        .mainWorks .more {
            width: 50%;
            text-align: left;
        }

            .mainWorks .more .arrow {
                width: 5px;
            }

        .mainWorks .mainImage {
            margin: .5vw;
        }

            .mainWorks .mainImage img {
                object-position: unset;
                height: 100%;
            }

    .aboutCollection {
        background-position: -56vh top;
    }

        .aboutCollection .biography span {
            font-size: 19px;
        }

        .aboutCollection .biography p {
            line-height: 5vh;
            margin: 2vh 2vw 3vh;
            font-size: 17px;
            word-spacing: -1px;
        }

        .aboutCollection .biography {
            float: none;
            display: block;
            width: 100%;
            font-size: 20px;
            margin: 0;
            padding: 2vh 0;
        }

        .aboutCollection .biographyDr {
            display: block;
            width: 100%;
            margin: 0;
        }


        .aboutCollection .bio .biologo {
            margin: 10px auto;
        }

        .aboutCollection .biographyDrMotallebi {
            display: flex;
            flex-direction: column-reverse
        }

            .aboutCollection .biographyDrMotallebi > img {
                margin-block: 0 1vh;
            }

    .border {
        width: 30vw;
    }

    .middle {
        width: 18vw;
        padding-inline: 3vw;
    }

    .titleText {
        font-size: 20px;
    }

    .special {
        letter-spacing: 0;
    }

    .latestNews .ContentsItems, .magazine .ContentsItems, .detail .ContentsItems, .latestImages .ContentsItems {
        display: block;
    }

    .latestNews .latestNewsTitle {
        margin: 5vh 4vw;
        padding: 1vh 0;
    }

    .latestNews .ContentsItems .itemSkin4, .magazine .ContentsItems .itemSkin4 {
        margin: 3vh 0;
    }

        .latestNews .ContentsItems .itemSkin4 .title, .magazine .ContentsItems.itemSkin4 .title {
            font-size: 20px;
        }

        .latestNews .ContentsItems .itemSkin4 .abstract a, .magazine .ContentsItems .itemSkin4 .abstract a {
            line-height: 1.5rem;
            height: 4.5rem;
            margin-bottom: 15px;
        }

    .latestImages .ContentsItems {
        padding-inline: 2px;
    }

        .latestImages .ContentsItems .child .text .more {
            width: auto;
        }

    .aboutDr {
        background-position: -112vw 9vh;
    }

        .aboutDr > .back {
            background-color: #000000c7;
        }

        .aboutDr .back .aboutDrText {
            width: 88%;
            margin: auto;
            padding-top: 7vw;
        }

            .aboutDr .back .aboutDrText .aboutAbstract {
                width: auto;
            }

    .album .albumTitle {
        display: block;
        /*display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
    }

    .albumTitle .item {
        width: 26%;
        margin: auto;
        display: inline-block;
    }

    .albumTitle .albumImage {
        margin: 5px 0
    }

    .albumTitle .item .albumImg {
        padding: 5px 0 2px;
    }

    .albumTitle .item:hover .albumImg {
        width: auto;
        margin: 0;
    }

    .albumTitle .item .albumText {
        position: unset;
        margin: -4px;
    }

    .album .ContentsItems {
        column-count: 2;
        margin: 0 1vw;
        /*height: 90vh;
        white-space: nowrap;
        overflow-y: hidden;
        position: relative;*/
    }

    /*.album .ContentsItems .itemSkin1 {
            animation: mymove 80s;
            animation-iteration-count: inherit;
        }*/

    @keyframes mymove {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(810%);
        }

        100% {
            transform: translateY(0);
        }
    }

    .albumTitleContent > div {
        position: unset;
    }

    .statistics {
        grid-template-columns: 50% 50%;
        /*margin: 5vh 4vw;*/
        margin: 2vh 4vw;
    }

        .statistics img {
            width: 100%;
        }

        .statistics > div {
            padding: 15px;
        }

    .workingDay {
        background-size: contain;
        background-repeat: repeat-y;
    }

        .workingDay > div {
            margin: 0 4vw;
            flex-direction: column;
        }

        .workingDay iframe {
            width: 300px;
            height: 300px;
        }

        .workingDay .titleText {
            margin: 0 0 5vh;
            text-align: center;
        }

    .footer .footerRight {
        width: 100%;
        text-align: right;
    }

    .footerTop .logoFooter {
        width: 120px;
    }

    .footerTopRight {
        display: block;
    }

        .footerTopRight > a img {
            width: 15%;
            vertical-align: middle;
            padding-left: 10px;
            display: inline-block;
        }

    .footer .footerMain .link {
        margin: 40px 0 0;
    }

        .footer .footerMain .link a {
            /*font-size: 13px;*/
        }

    .footer .footerTitle {
        width: 100%;
    }

    .footer .footerSocialNetwork, .contentSideMenu .menuSocialNetwork {
        width: 100%;
        justify-content: flex-end;
    }

        .footer .footerSocialNetwork > div, .contentSideMenu .menuSocialNetwork > div {
            width: 30px;
            height: 30px;
            margin: 4px;
        }

    .footer ul {
        display: block;
        text-align: right;
        padding-right: 6vw;
        width: 90%;
    }

        .footer ul li {
            width: 48%;
            display: inline-block;
        }

            .footer ul li a img {
                width: 20%;
                vertical-align: middle;
            }

            .footer ul li p {
            }

    footer .map {
        margin: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

        footer .map img {
            width: 100%;
        }

    .footer .footerContantUs {
        padding: 3vh 0;
    }

        .footer .footerContantUs > span {
            width: 100%;
            padding: 0 4vw;
        }

            .footer .footerContantUs > span img {
                width: 10%;
                vertical-align: initial;
            }

            .footer .footerContantUs > span .footerText {
                margin-right: 10px;
            }

    .knkFooter {
        margin-top: 5vh;
    }

        .knkFooter > div {
            width: 88%;
        }
    /*.........side............................................*/
    .sideMenu {
        width: 60%;
        padding: 10px;
    }

    .logo .headerTitle a {
    }

    .logo img {
        width: 40%;
        margin-bottom: 10px;
    }

    .logo h4 {
        /*width: 79%;*/
        /*font-size: 13px;*/
    }

    .contentSideMenu .menu {
        display: block;
    }

    .menu p {
        font-weight: bold;
        border-right: 2px solid #fcd462;
        padding: 5px 20px;
        transition: padding-right 1s;
    }

    .sideMenuKnk {
        position: unset;
    }

        .sideMenuKnk .knk2 div {
            margin-bottom: 2vh;
            /*font-size: 12px;*/
        }

        .sideMenuKnk .knk a {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }

        .sideMenuKnk .knk div {
            width: 100%;
            vertical-align: middle;
        }

        .sideMenuKnk .knk img {
            width: 22%;
            vertical-align: middle;
        }

    .DetailSkin1 .contentImagesDiv .ImageSkin1:not(.galleryDetailImage .DetailSkin1 .contentImagesDiv .ImageSkin1) {
        width: 88%;
        display: block;
        margin: 0 auto 14px;
    }

    main .videos .ContentsItems .itemSkin2 {
        width: 48%;
    }
    /*.....................................*/
    .DetailSkin1 .ContentTitle, .detail .ContentsTitle {
        padding: 2vh 4vw;
        font-weight: normal;
    }

    .detailImages .ContentsTitle {
        padding: 0;
    }

    .detailImages .ContentsItems, .galleryDetailImage .DetailSkin1 .contentImagesDiv {
        column-count: 2;
    }

    .DetailSkin1 .ContentBody {
        width: 90%;
        display: block;
    }

        .DetailSkin1 .ContentBody p {
            width: 100%;
        }

            .DetailSkin1 .ContentBody p img {
                max-width: 100%;
            }

            .DetailSkin1 .ContentBody p .undefined {
                width: 100%;
            }

            .DetailSkin1 .ContentBody p iframe {
                width: 100%;
            }

    .DetailSkin1 .contentImagesDiv {
        display: block;
    }

    main .ContentsItems .itemSkin2 .title {
        opacity: 1;
    }

    main .customersSatifaction .contentImagesDiv .ImageSkin1 {
        display: inline-block;
        width: 45%;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }
}
