@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-face {
    font-family: 'Poppins';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.eot');
    src: local('?'), url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    font-size: 14px;
}

/* root */
:root {
    --green: #0bab4f;
    --white: #fff;
}

/*tags*/
body {
    direction: rtl;
    margin: 0;
}

a {
    text-decoration: none;
}

/*public*/
.container {
    padding: 50px 14vw;
    margin: auto;
}

.itemSkin4 .title a,
.itemSkin3 .title a,
.itemSkin4 .abstract a,
.itemSkin3 .abstract a,
.itemSkin4 .child .abstract a,
.itemSkin3 .child .abstract a,
.Collections .item .title a,
.categorySkin2 .title a,
.itemSkin7 .title a,
.Collections .item b,
.categorySkin2 .title a,
.itemSkin2 .title a,
.videos .itemSkin5 .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin4 .title a,
.itemSkin3 .title a,
.itemSkin3 .abstract a,
.categorySkin2 .title a,
.itemSkin2 .title a,
.videos .itemSkin5 .title a {
    -webkit-line-clamp: 1;
}

.Collections .item .title a,
.Collections .item b {
    -webkit-line-clamp: 2;
    height: 2.7em;
}

.itemSkin4 .abstract a,
.slider .itemSkin7 .title a {
    -webkit-line-clamp: 3;
    height: 4em;
}

.TitleContent {
    text-align: center;
}

    .TitleContent b {
        font-size: 25px;
        color: #000;
        position: relative;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 10px;
    }

        .TitleContent b::before,
        .text b span::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: 4px;
            left: 0;
            z-index: -1;
            background: linear-gradient(90deg, rgba(206,242,229,0) 0%, rgba(195,229,216,1) 50%, rgba(195,229,216,0) 100%);
        }

        .TitleContent b::after,
        .text b span::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            /*background: #cef2e5;*/
            bottom: 3px;
            left: 0;
            z-index: -1;
            background: linear-gradient(90deg, rgba(206,242,229,0) 0%, rgba(195,229,216,1) 50%, rgba(195,229,216,0) 100%);
        }

    .TitleContent p {
        color: #808080;
    }

div.moreItem {
    text-align: left;
    margin-top: 15px;
}

    div.moreItem a {
        color: #fff;
        background: var(--green);
        padding: 15px 25px;
        display: inline-block;
        border-radius: 0 25px 30px 25px;
        transition: .5s;
    }

        div.moreItem a:hover {
            background: #545454;
            transform: translateY(-8px);
        }

.text b span {
    color: var(--green);
    font-size: 25px;
    position: relative;
    z-index: 0;
}

/*index page*/
.index {
    height: 100vh;
    overflow: hidden;
}

.indexTop {
    height: 70vh;
}

    .indexTop img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.indexBottom {
    background-color: #f3fcf9;
    height: 30vh;
    padding-top: 7px;
    box-sizing: border-box;
    text-align: center;
}

    .indexBottom p {
        margin: 14px 0;
        color: #3b3b3b;
        font-weight: bold;
        font-size: 18px;
    }

    .indexBottom a {
        display: inline-block;
        vertical-align: top;
        width: 7%;
        border-radius: 10px;
        margin: 5px;
        transition: transform .3s;
        box-shadow: 0 6px 10px #5b5b5b4f;
    }

        .indexBottom a:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 0 40px 0px rgb(0 0 0 / 10%);
        }

    .indexBottom .mojtamaPage {
        transform: scale(1.2);
        margin: 5px 10px;
        box-shadow: 0 6px 10px #32553f;
    }

        .indexBottom .mojtamaPage:hover {
            transform: translateY(-10px) scale(1.25);
        }

    .indexBottom a.websiteEn {
        position: relative;
    }

    /*.indexBottom a.websiteEn::before {
                content: 'En';
                position: absolute;
                top: 0;
                left: 0;
                padding: 10px;
                background-color: #fff;
                color: #013a29;
                border-radius: 0 0 20px 0;
                box-shadow: 20px 14px 50px #4e4e4ec9;
                font-size: 18px;
                font-weight: bold;
            }*/

    .indexBottom img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        color: #fff;
    }

.background {
    background: url(File.aspx?t=image&s=bgHeader.jpg) no-repeat center;
    background-size: cover;
}

/*notices*/
.notices {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    width: 100%;
    height: 100%;
    margin: auto;
}

    .notices:target {
        opacity: 1;
        pointer-events: auto;
    }

    .notices > div {
        position: relative;
        top: 20%;
        background-color: #fff;
        box-shadow: 0 0 10px #4e4e4e38;
        width: 45%;
        padding: 10px;
        border-radius: 10px;
        overflow: auto;
        animation: notices 2s infinite;
        box-sizing: border-box;
        margin: auto;
        height: 45%;
        z-index: 1;
    }

        .notices > div::-webkit-scrollbar {
            display: none;
        }

@keyframes notices {
    from {
        box-shadow: 0 0 19px #0bab4f;
        /*#ff0000ad*/
    }

    to {
        box-shadow: 0 0 10px #4e4e4e38;
    }
}

.notices .noticeBackImage {
    position: fixed;
    z-index: -1;
    top: 20%;
    background-color: #fff;
    width: 45%;
    border-radius: 10px;
    height: 45%;
    overflow: auto;
    object-fit: cover;
}

.notices .noticeIcon {
    position: fixed;
    z-index: -1;
    top: 22%;
    left: 30%;
    width: 12%;
    object-fit: cover;
}

.notices .noticesContent {
    width: 60%;
}

.notices .pre-noticesIcon {
    border-radius: 50%;
    background-color: #0bab4f;
    padding: 10px;
    position: absolute;
    top: 13px;
    right: 10px;
}

    .notices .pre-noticesIcon img {
        width: 30px;
        vertical-align: middle;
    }

.notices .closePopup {
    cursor: pointer;
    padding-bottom: 5px;
    filter: brightness(0.4);
    width: 20px;
}

.notices .ContentTitle {
    color: #0bab4f;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.notices .ContentAbstract,
.notices .contentImagesDiv {
    display: none;
}

/* header */
header {
    padding: 10px 8vw;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerInner {
    box-shadow: 0 0 30px #00000014;
}

header.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 8vw;
    box-shadow: 0 0 10px #ddddddd4;
    animation: showMenu .5s;
}

@keyframes showMenu {
    0% {
        opacity: .5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

header h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

header.headerFixed h1 {
    text-align: center;
}

header .logo img {
    width: 150px;
    display: block;
}

.topMenu {
    width: 51%;
    display: inline-block;
    /*text-align: center;*/
    vertical-align: middle;
}

header .topMenu a,
header .topMenu .itemMenu {
    color: #000;
    padding: 5px;
    font-weight: bold;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
}

header .topMenu .menuItem {
    padding: 5px;
    transition: .5s;
    display: block;
}

header .topMenu .menuItem {
    padding: 5px;
}

nav a,
nav .menuItem {
    color: #000;
    padding: 10px 8px;
    display: block;
    font-weight: bold;
    transition: .5s;
}

header .menu > a:hover,
header a.navItemActive,
header .menuItem:hover,
header .topMenu a:hover {
    border-radius: 40px;
    box-shadow: 0 0 20px #38383821;
    transform: scale(1.06);
    background-color: #ffffff;
}

nav .menu a:hover,
nav a.navItemActive,
header .menuItem:hover,
header .topMenu a:hover {
    color: var(--green);
}

header .menuItem {
    position: relative;
    z-index: 1;
}

nav .menuPhoneItem {
    display: none;
}

header .itemMenu {
    position: relative;
    cursor: pointer;
}

    header .itemMenu img {
        width: 10px;
        vertical-align: top;
        margin: 3px 3px 0 0;
    }

    header .itemMenu:hover img {
        filter: invert(44%) sepia(98%) saturate(1028%) hue-rotate(124deg) brightness(99%) contrast(91%);
    }

nav .itemMenu ul,
.topMenu .itemMenu ul {
    list-style-type: none;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.6867121848739496) 80%, rgba(255,255,255,0) 100%);
    margin: 0;
    box-sizing: border-box;
    transform-origin: top;
    border-right: 1px solid var(--green);
    transform: scale3d(1, 0, 1);
    transition: transform 0.5s;
    text-align: right;
    border-radius: 8px 0 8px 8px;
    width: auto;
    height: 0;
    padding: 0;
    box-shadow: 0 0 30px #00000014;
}

.topMenu .itemMenu ul {
    position: absolute;
    background-color: #fff;
    top: 35px;
    width: 170px;
}

.summeryChildMenu {
    position: relative;
}

    .summeryChildMenu a {
        display: block;
        cursor: pointer;
    }

        .summeryChildMenu a:hover img {
            filter: invert(49%) sepia(65%) saturate(853%) hue-rotate(106deg) brightness(100%) contrast(86%);
        }

header .itemMenu .openSubMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
    height: auto;
    padding: 10px;
}

.openSubMenu .openChildMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
    height: auto;
}

.openSubMenu .childSubMenu li {
    border-bottom: 1px solid #ededed;
}

nav .itemMenu ul a {
    padding: 8px;
    display: block;
    box-sizing: border-box;
    font-weight: normal;
}

    nav .itemMenu ul a:hover {
        color: #1b8f45;
    }

header .sideMenuIcon {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    font-weight: bold;
    color: #0b7b0b;
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: .5s;
}

header.headerFixed .sideMenuIcon {
    margin: 12px 0;
}

    header.headerFixed .sideMenuIcon:hover {
        margin: 12px 0;
        transform: unset;
    }

header .sideMenuIcon:hover {
    box-shadow: 0 0 10px #0000001a;
    transform: scale(1.1);
}

header .sideMenuIcon img {
    padding-right: 10px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f3fcf9;
    z-index: 3;
    width: 22%;
    padding: 20px;
    box-sizing: border-box;
    text-align: right;
    box-shadow: 0 0 40px #00000026;
    transform: translateX(120%);
    transition: .5s;
    overflow: auto;
}

    nav::-webkit-scrollbar {
        width: 3px;
    }

    nav::-webkit-scrollbar-thumb {
        background: var(--green);
    }

    nav::-webkit-scrollbar-track {
        background: #ddd;
    }

    nav.openMenu {
        transform: translateX(0);
    }

    nav .sideMenuTop {
        text-align: center;
        background-color: #fff;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 38px 0 38px 60px;
        box-shadow: 1px 1px 66px 0px rgb(0 0 0 / 9%);
        margin-bottom: 15px;
    }

    nav .menu {
        padding: 10px;
        box-sizing: border-box;
        border-radius: 20px;
        min-height: 76%;
        background: url(File.aspx?t=image&s=bg2.png) no-repeat;
        background-size: cover;
    }

    nav .sideMenuTop img {
        display: block;
        width: 80%;
        margin: auto;
    }

.spaceAround, .spaceAroundP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000002;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}

/* slider */
.slider {
    overflow: hidden;
    position: relative;
    padding: 30px 14vw;
}

    .slider .ContentsTitle {
        display: none;
    }

    .slider .itemSkin5 {
        display: none;
        height: 100%;
        width: 100%;
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }

@keyframes fade {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.slider .itemSkin5 .image {
    width: 61%;
    float: left;
    position: relative;
}

    .slider .itemSkin5 .image::before {
        content: '';
        position: absolute;
        bottom: 5%;
        top: 10%;
        left: 95%;
        width: 77%;
        min-height: 200px;
        padding: 20px;
        border-radius: 38px 0 38px 65px;
        box-shadow: 1px 1px 60px 0px rgb(0 0 0 / 20%);
        text-align: center;
        z-index: 1;
        background: url(File.aspx?t=image&s=sliderBefore.jpg) no-repeat center;
        background-size: cover;
        box-sizing: border-box;
    }


.slider .itemSkin5 img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px 30px 30px 80px;
    transition: .5s;
    object-fit: cover;
    object-position: right;
    min-height: 250px;
    max-height: 330px;
}

.slider .itemSkin5 .image:hover img {
    transform: scale(1.1);
}

.slider .itemSkin5 .text .title {
    display: none;
}
/* .slider .itemSkin5 .text .title a {
        font-size: 5vh;
        color: #000;
        position: absolute;
        bottom: 0;
        top: 23vh;
        right: 15vw;
        width: 28%;
        color: #fff;
        z-index: 1;
        font-size: 40px;
        text-align: center;
        text-shadow: 0 0 0.05em #fff, 0 0 0.2em rgb(0 0 0 / 60%), 0 0 0.3em rgb(0 0 0 / 60%);
    }*/

.slider .itemSkin5 .more a {
    color: #fff;
    background: var(--green);
    padding: 15px 25px;
    display: inline-block;
    border-radius: 0 25px 30px 25px;
    transition: .5s;
    box-shadow: 0 0 20px #066b3157;
    text-align: center;
    position: absolute;
    right: 39%;
    bottom: 6%;
    z-index: 1;
}

/*main .ContentBody a {
    color: var(--green);
    text-decoration: underline;
}

    main .ContentBody a::before {
        content: '';
        background-color: var(--green);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        transform-origin: right;
        transition: .8s;
        transform: scale3d(0, 1, 1);
    }

    main .ContentBody a:hover {
        color: #fff;
    }

        main .ContentBody a:hover::before {
            transform: scale3d(1, 1, 1);
        }*/

.notices .ContentBody a,
main .ContentBody a {
    color: #fff;
    background: var(--green);
    padding: 15px 25px;
    display: inline-block;
    border-radius: 0 25px 30px 25px;
    transition: .5s;
    box-shadow: 0 0 20px #066b3157;
    text-align: center;
    margin: 0 5px;
    box-sizing: border-box;
}

    .slider .itemSkin5 .text .more a:hover,
    .notices .ContentBody a:hover,
    main .ContentBody a:hover
    /*main .ContentBody a.moreSpecial:hover */ {
        background: #545454;
        color: var(--white);
        transform: translateY(-8px);
    }

.itemSkin5 .abstract a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin5 .abstract a {
    -webkit-line-clamp: 3;
    height: 4em;
}

/*links*/
.accessLinks {
    background: url(File.aspx?t=image&s=dottedImg.png) #92cb979e;
    position: relative;
    z-index: 0;
    background-position: 0 30%;
    text-align: center;
    padding: 20px 5vw;
}

    .accessLinks::before {
        content: '';
        position: absolute;
        left: 32px;
        top: 30%;
        width: 50px;
        height: 50px;
        background: url(File.aspx?t=icon&s=notices.png) no-repeat;
        background-size: 100%;
        z-index: -1;
        transform: translateY(-50%);
        filter: grayscale(1);
        opacity: .8;
    }

    .accessLinks .item {
        display: inline-block;
        vertical-align: middle;
        width: 16%;
        padding: 10px;
        box-sizing: border-box;
        color: #000;
    }

        .accessLinks .item img {
            display: block;
            margin: 0 auto 10px;
            width: 60px;
            height: 60px;
            object-fit: cover;
        }

.links {
    text-align: center;
}

    .links .title {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid;
        border-image: linear-gradient(to left,rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0)) 0 0 100%;
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

/* eventFuture */
.eventFuture {
    margin: 50px 150px;
    overflow: hidden;
}

    .eventFuture .TitleContent {
        text-align: center;
        display: block;
        position: relative;
        z-index: 0;
    }

    .eventFuture .CategoryItems {
        white-space: nowrap;
        transition: 1s;
    }

.categorySkin2, .specialContents .itemSkin2 {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    background: url(file.aspx?t=image&s=bg2.png);
    background-size: cover;
    background-position: center;
    margin: 0 10px 10px 10px;
    border-radius: 0 25px 25px 125px;
    padding: 20px;
    box-sizing: border-box;
}

.eventFuture .categorySkin2 img {
    height: 23vw;
    object-fit: cover;
}

.majalatClass .categorySkin2,
.ghasedakClass .categorySkin2,
.sotakClass .categorySkin2,
.specialContents .itemSkin2 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    background: url(file.aspx?t=image&s=bg2.png);
    background-size: cover;
    background-position: center;
    margin: 0 10px 10px 10px;
    border-radius: 0 25px 25px 50px;
    padding: 10px;
    box-sizing: border-box;
}

    .categorySkin2 img,
    .specialContents .itemSkin2 img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0 25px 25px 80px;
        transform: scale(.9);
        transition: .5s;
        object-fit: cover;
    }

main .categorySkin2 img {
    height: 20vw;
    object-fit: cover;
}

.majalatClass .categorySkin2 img,
.ghasedakClass .categorySkin2 img,
.sotakClass .categorySkin2 img,
.specialContents .itemSkin2 img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(.9);
    transition: .5s;
    object-fit: cover;
    border-radius: 0;
}

    .categorySkin2 img:hover,
    .specialContents .itemSkin2 img:hover {
        transform: scale(1);
    }

.categorySkin2 .title,
.specialContents .itemSkin2 .title {
    position: relative;
    padding: 17px 65px;
    margin-top: 8px;
}

.majalatClass .categorySkin2 .child .title,
.ghasedakClass .categorySkin2 .child .title,
.sotakClass .categorySkin2 .child .title,
.specialContents .itemSkin2 .child .title {
    position: relative;
    padding: 15px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 78%;
    text-align: right;
    margin-top: 0;
}

.categorySkin2 .title::before,
.specialContents .itemSkin2 .title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 55px;
    height: 100%;
    background: url(File.aspx?t=icon&s=iconTitleItem.png);
    background-repeat: no-repeat;
    transition: .5s;
    background-size: contain;
}

.majalatClass .categorySkin2 .title::before,
.ghasedakClass .categorySkin2 .title::before,
.sotakClass .categorySkin2 .title::before,
.specialContents .itemSkin2 .title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    width: 30px;
    height: 100%;
    background: url(File.aspx?t=icon&s=iconTitleItem.png);
    background-repeat: no-repeat;
    transition: .5s;
    background-size: contain;
}

.categorySkin2 .title:hover::before,
.specialContents .itemSkin2 .title:hover::before {
    transform: translateY(-15%);
}

.categorySkin2 .title a,
.specialContents .itemSkin2 .title a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

/*schools*/
.schools {
    background: url(File.aspx?t=image&s=dottedImg.png) #fe95101a;
    text-align: center;
    overflow: hidden;
}

    .schools .right .item {
        background-color: #fff;
        border-radius: 25px 0 80px 25px
    }

    .schools .right img {
        border-radius: 25px 0 80px 25px;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        padding: 15px 15px 0;
        box-sizing: border-box;
        /*height: 70vh;*/
        object-position: left;
    }

    .schools .item {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .schools .item::before {
            position: absolute;
            top: 0;
            left: -85%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
            transform: skewX(-25deg);
            pointer-events: none;
            box-sizing: border-box;
        }

        .schools .item:hover:before {
            animation: shine 1s;
        }

@keyframes shine {
    100% {
        left: 100%;
    }
}

.schools .right, .schools .left {
    display: inline-block;
    vertical-align: middle;
}

.schools .right {
    width: 48%;
    margin-left: 20px;
}

    .schools .right .item {
        position: relative;
    }

        .schools .right .item b {
            display: block;
            color: #000;
            padding: 10px;
        }

.schools .left {
    width: 48%;
    text-align: right;
}

    .schools .left .item {
        transition: .5s;
        display: inline-block;
        width: 80%;
        margin: 5px;
        position: relative;
    }

    .schools .left img {
        display: block;
        width: 100%;
        height: 100%;
        transition: .5s;
        object-fit: cover;
        background: #fff;
        border-radius: 0 25px 25px 80px;
        padding: 18px;
        box-sizing: border-box;
        /*height: 35vh;*/
    }

    .schools .left .item b {
        display: block;
        color: #000;
        /* padding: 10px; */
        text-align: center;
    }

.schools .item b {
    transition: .5s;
}

.schools .item:hover b {
    color: #0b820b;
}
/* Collections */
.Collections {
    text-align: center;
    background: url(File.aspx?t=image&s=bg3.jpg) no-repeat right;
    background-size: cover;
}

    .Collections .item {
        width: 23%;
        display: inline-block;
        vertical-align: top;
        padding: 15px;
        margin: 30px 6px;
        box-sizing: border-box;
    }

        .Collections .item:hover {
            background: #fff;
            box-shadow: 0 0 100px 0px rgb(0 0 0 / 10%);
            border-radius: 0 25px 25px 94px;
        }

        .Collections .item img {
            display: block;
            width: 100%;
            padding: 5px 8px;
            box-sizing: border-box;
            transition: .8s;
        }

        .Collections .item:nth-child(odd) img {
            border: 1px solid #ff9610;
            border-radius: 0 50% 50%;
        }

        .Collections .item:nth-child(even) img {
            border: 1px solid #0b820b;
            border-radius: 0 50% 50%;
        }

        .Collections .item:hover img {
            transform: translateY(-10px);
        }

        .Collections .item b {
            padding-top: 10px;
            font-weight: bold;
            color: #000;
            text-align: center;
            transition: .5s;
        }

        .Collections .item:hover b {
            color: var(--green);
        }

/* ceoSpeech */
.ceoSpeech {
    overflow: hidden;
    background: url(File.aspx?t=image&s=bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .ceoSpeech .TitleContent {
        text-align: right;
    }

    .ceoSpeech .image {
        width: 60%;
        display: inline-block;
        vertical-align: middle;
    }

        .ceoSpeech .image img {
            width: 100%;
            height: 100%;
            display: block;
            transform: scale(.8);
            transition: 1s;
            object-fit: contain;
            object-position: top;
        }

            .ceoSpeech .image img:hover {
                transform: scale(.9);
            }

    .ceoSpeech .text {
        width: 39%;
        padding-top: 10vh;
        display: inline-block;
        vertical-align: middle;
    }

        .ceoSpeech .text img {
            display: block;
            transform: translateY(-15px);
            transition: .5s;
        }

            .ceoSpeech .text img:hover {
                transform: translateY(-25px);
            }

        .ceoSpeech .text p {
            text-align: justify;
            color: #808080;
            line-height: 1.8em;
        }

    .ceoSpeech .more {
        color: #808080;
        border: 1px solid #808080;
        padding: 15px 25px;
        display: inline-block;
        margin: 15px 0px;
        border-radius: 25px 0px 30px 25px;
        transition: .5s;
    }

        .ceoSpeech .more:hover {
            background: var(--green);
            color: #fff;
            border: none;
            transform: translateY(-8px);
        }

/* statistics */
.statistics {
    text-align: center;
    background: url(File.aspx?t=image&s=dottedImg.png) #92cb979e;
}

    .statistics .item {
        display: inline-block;
        vertical-align: middle;
        width: 23%;
        text-align: center;
    }

        .statistics .item img {
            width: 50px;
            display: block;
            margin: auto;
        }

        .statistics .item span {
            color: #3e3e3e;
            vertical-align: middle;
            display: block;
            padding-left: 8px;
            box-sizing: border-box;
            font-size: 16px;
        }

        .statistics .item b {
            font-size: 35px;
            color: #000000;
            vertical-align: middle;
            display: inline-block;
            font-family: Poppins;
        }

/* news */
.news {
    background: url("File.aspx?t=image&s=news-bg-img.jpg");
}

    .news .ContentsItems {
        text-align: center;
    }

    .news .TitleContent {
        text-align: center;
    }

        .news .TitleContent b {
            z-index: 0;
        }

    .news .itemSkin3 {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        position: relative;
        margin: 15px;
        overflow: hidden;
        border-radius: 35px;
    }

        .news .itemSkin3 .image::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(0,0,0,.4);
            border-radius: 35px;
        }

        .news .itemSkin3 .image {
            width: 100%;
            position: relative;
        }

            .news .itemSkin3 .image a {
                display: flex;
            }

            .news .itemSkin3 .image img {
                width: 100%;
                height: 20vw;
                border-radius: 35px;
                object-fit: cover;
            }

        .news .itemSkin3 .title a {
            position: absolute;
            top: 0;
            padding: 20px;
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 35px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            transition: .5s;
            -webkit-line-clamp: unset;
        }

        .news .itemSkin3:hover .title a {
            background: rgba(12, 190, 126,.5);
        }

        .news .itemSkin3 .abstract a {
            color: #fff;
            text-align: justify;
            position: absolute;
            bottom: 0;
            border-radius: 0 0 35px 35px;
            padding: 30px 20px 0;
            z-index: 1;
            box-sizing: border-box;
            left: 0;
            right: 0;
            line-height: 3em;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
            background: linear-gradient(0deg, rgb(82 171 139) 70%, rgba(0,0,0,0) 100%);
        }

        .news .itemSkin3:hover .abstract a {
            opacity: 1;
            visibility: visible;
        }

.newsItems.itemSkin4 img,
.honorItems.itemSkin4 img {
    height: 21vw;
}

/* map */
.about {
    overflow: hidden;
    background: url('File.aspx?t=image&s=bgmap.png');
}

    .about .image {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        transform: scale(.9);
        transition: .5s;
    }

        /*.about .image:hover {
            transform: scale(1);
        }*/

        .about .image img {
            position: relative;
            z-index: 0;
            width: 88%;
        }

    /*.about .image::before {
            content: '';
            position: absolute;
            background: url(File.aspx?t=image&s=beforemap.png);
            top: 0;
            right: 0px;
            bottom: 0;
            left: 0%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }*/

    .about .text {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        padding-top: 5vh;
    }

        .about .text img {
            display: block;
            margin-bottom: 15px;
            transition: .5s;
        }

            .about .text img:hover {
                transform: translateY(-15px);
            }

    .about .TitleContent {
        text-align: right;
    }

    .about .text p {
        color: #808080;
        text-align: justify;
    }

/* Honor */
.Honor {
    background-color: #f3fcf9;
}

    .Honor b {
        position: relative;
    }

    .Honor .itemSkin4 {
        border-radius: 0 25px 25px 94px;
    }

        .Honor .itemSkin4 img {
            height: 21vw;
            object-fit: cover;
        }

        .Honor .itemSkin4 .more {
            padding: 15px 20px;
            display: inline-block;
            margin: 15px 25px;
            border-radius: 25px 0 30px 25px;
            background: #fff;
        }

            .Honor .itemSkin4 .more:hover {
                transform: translateY(-15px);
            }

            .Honor .itemSkin4 .more a {
                color: #808080;
            }

.itemSkin4 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    transition: .5s;
    position: relative;
    margin: 10px;
}

    .itemSkin4:hover {
        background: var(--green);
        box-shadow: 0 0 100px 0px rgb(0 0 0 / 10%);
        transition: .5s;
    }

    .itemSkin4 img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0 25px 0 30px;
        object-fit: cover;
        box-shadow: 0 0 10px 0px rgb(55 55 55 / 26%);
    }

    .itemSkin4:hover img {
        box-shadow: unset;
    }

    .itemSkin4 .title {
        padding: 10px 20px;
    }

        .itemSkin4 .title a {
            color: #000;
            font-weight: bold;
            font-size: 16px;
        }

    .itemSkin4:hover .title a {
        color: #fff;
    }

    .itemSkin4 .abstract {
        text-align: justify;
        padding: 10px 20px;
        word-spacing: -4px;
    }

        .itemSkin4 .abstract a {
            color: #808080;
        }

    .itemSkin4:hover .abstract a {
        color: #fff;
    }

    .itemSkin4 .more {
        transition: .5s;
    }

/*itemSkin4*/
main .itemSkin4,
.notices .itemSkin4 {
    border-radius: 0 25px 25px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 8%);
}

    main .itemSkin4 .more,
    .notices .itemSkin4 .more {
        margin: 8px;
        padding: 10px 20px;
        border-radius: 0 10px 20px 20px;
        display: block;
        background: var(--green);
    }

    main .itemSkin4:hover .more,
    .notices .itemSkin4:hover .more {
        background-color: #fff
    }

        main .itemSkin4:hover .more a,
        .notices .itemSkin4:hover .more a {
            color: #808080;
        }

    main .itemSkin4 .more:hover,
    .notices .itemSkin4 .more:hover {
        box-shadow: 0 0 40px #0000005c;
    }

    main .itemSkin4 .more a,
    .notices .itemSkin4 .more a {
        color: #fff;
    }

/*videos*/
.videos {
    background: #ffe9cf;
}

    .videos .TitleContent p {
        color: #000;
    }

    .videos .bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .videos .bottom > div {
            width: 50%;
        }

        .videos .bottom .right {
            padding-left: 90px;
        }

    /*    .videos video {
        width: 100%;
        border-radius: 20px;
        display: block;
    }*/

    .videos .h_iframe-aparat_embed_frame {
        width: 100%;
    }

    .videos iframe {
        border: none;
        border-radius: 20px;
    }

    .videos .items {
        overflow: hidden;
        position: relative;
    }

        .videos .items .icon {
            width: 24px;
            border-radius: 50%;
            border: 1px solid;
            padding: 5px;
            position: absolute;
            top: 50%;
            z-index: 1;
            transition: .5s;
            opacity: 0;
            background-color: #0000001f;
            cursor: pointer;
        }

        .videos .items .next {
            transform: scale(-1) translateY(50%);
            left: 40px;
        }

        .videos .items .prev {
            transform: translateY(-50%);
            right: 40px;
        }

        .videos .items:hover .icon {
            opacity: 1;
        }

        .videos .items:hover .prev {
            right: 20px;
        }

        .videos .items:hover .next {
            left: 20px;
        }

        .videos .items .icon:hover {
            border-color: #c86086;
            background: #c86086;
            filter: invert(1);
        }

    .videos .ContentsItems {
        white-space: nowrap;
        transition: .8s;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-drag: none;
    }

    .videos .itemSkin5 {
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 30px);
        margin: 0 15px;
    }

        .videos .itemSkin5 img {
            width: 100%;
            border-radius: 10px;
        }

        .videos .itemSkin5 .text {
            text-align: center;
        }

        .videos .itemSkin5 .title {
            position: relative;
        }

            .videos .itemSkin5 .title::after {
                content: '';
                position: absolute;
                right: 50%;
                bottom: -6px;
                transform: translateX(50%);
                width: 22%;
                height: 2px;
                background: #007030;
            }

            .videos .itemSkin5 .title a {
                color: #007030;
                font-weight: bold;
                white-space: normal;
            }

        .videos .itemSkin5 .more {
            width: fit-content;
            margin: auto;
        }

            .videos .itemSkin5 .more a {
                border: 2px solid #007030;
                display: block;
                margin: 20px auto 0;
                padding: 6px;
                color: #007030;
                transition: 1s;
                box-sizing: border-box;
                font-weight: bold;
            }

                .videos .itemSkin5 .more a:hover {
                    background-color: #007030;
                    color: #fff;
                }

    .videos .dots {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

        .videos .dots .dot {
            width: 10px;
            height: 10px;
            background-color: #0000004d;
            border-radius: 50%;
            margin: 4px;
            cursor: pointer;
            transition: .5s;
        }

            .videos .dots .dot:hover,
            .videos .dots .dot.active {
                background-color: #222222;
            }

.map {
    position: relative;
    height: 60vh;
}

    .map iframe {
        width: 100%;
        height: 100%;
        border: none;
        background: url(File.aspx?t=image&s=map.jpg) no-repeat center;
    }

/* footer */
footer {
    background: url(File.aspx?t=image&s=bgfooter.jpg) right no-repeat;
    background-size: cover;
    padding: 50px;
}

    footer .item,
    .enemad {
        display: inline-block;
        width: 24%;
        vertical-align: top;
        padding: 0 20px;
        box-sizing: border-box;
    }

        .enemad img {
            width: 80px;
            height: 80px;
        }

        footer .item b,
        .enemad b {
            font-size: 16px;
            color: #000;
            padding-bottom: 10px;
            display: block;
        }

.index .enemad {
    position: fixed;
    left: 8px;
    bottom: 2px;
    width: auto;
    padding: 0;
}

footer .item b img {
    width: 150px;
    display: block;
}

footer .item div {
    padding: 5px 0;
}

footer .item p {
    color: #808080;
    margin: 5px 0;
}

footer .item > p {
    text-align: justify;
    word-spacing: -1px;
}

footer .item .social {
    padding: 20px 0;
}

    footer .item .social img {
        width: 25px;
        filter: invert(57%) sepia(24%) saturate(4554%) hue-rotate(120deg) brightness(0%) contrast(91%);
        transition: .5s;
        padding: 0 2px;
    }

        footer .item .social img:hover {
            transform: translateY(-10px);
            filter: invert(57%) sepia(24%) saturate(4554%) hue-rotate(120deg) brightness(96%) contrast(91%);
        }

footer .item .link::before {
    content: '';
    position: absolute;
    bottom: 2px;
    right: -22px;
    background: url(File.aspx?t=icon&s=left.png);
    background-repeat: no-repeat;
    transform: rotate(-180deg);
    width: 24px;
    height: 24px;
    filter: invert(57%) sepia(24%) saturate(4554%) hue-rotate(120deg) brightness(96%) contrast(91%);
}

footer .item .link {
    display: block;
    color: #808080;
    position: relative;
    padding: 5px 0;
    transition: .5s
}

    footer .item .link:hover {
        color: var(--green);
    }

footer .item h2 {
    color: var(--green);
    margin-top: 0;
}

footer .item a {
    color: #808080;
    transition: .5s;
}

footer .item > a {
    display: block;
    padding: 5px 0;
}

footer .item a span {
    display: block;
    padding: 0 0 10px;
}

footer .item a:hover {
    color: var(--green);
}

/* knkfooter */
.knkFooter {
    color: #fff;
    background: var(--green);
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 0 45px 45px 45px;
}

    .knkFooter .knk2 img {
        width: 50px;
        vertical-align: middle;
    }

    .knkFooter .knk2 > div {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
        color: #fff;
    }

    .knkFooter .knk div {
        display: inline-block;
        color: #fff;
    }

/* main */
main {
    text-align: center;
    min-height: 50vh;
    padding: 20px 14vw;
}

    main .ContentsTitle, main .ContentTitle {
        font-size: 18px;
        color: #0bab4f;
        font-weight: bold;
        border-bottom: 1px solid;
        border-image: linear-gradient(to left,rgba(0, 0, 0, 0), #0bab4f, rgba(0, 0, 0, 0)) 0 0 100%;
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

.ContentAbstract {
    color: #808080;
}

.ContentBody {
    text-align: justify;
    line-height: 1.6em;
}

/* main table */
main .table {
    overflow: auto;
}

.ContentBody table {
    margin: 10px 0;
    border-color: #c7c8c9;
    border-collapse: collapse;
}

.ContentBody table {
    width: 100%;
}

    .ContentBody table tr {
        white-space: normal;
    }

        .ContentBody table tr td {
            padding: 5px;
            text-align: center;
        }

.ContentBody iframe {
    width: 100%;
    max-width: 100%;
    min-height: 50vh;
    border-radius: 5px;
    border: none;
}

.ContentBody img {
    max-width: 100%;
    object-fit: contain;
}

.contentImagesDiv {
    padding: 10px 0;
}

.ImageSkin1 {
    width: 25%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    box-sizing: border-box;
}

    .ImageSkin1 img {
        width: 100%;
        height: 100%;
        display: block;
    }

/*send message*/
.SendMessageForm {
    text-align: right;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

    .SendMessageForm h3 {
        margin: 0 0 18px;
    }

    .SendMessageForm > div:nth-child(3),
    .SendMessageForm > div:nth-child(4),
    .SendMessageForm > div:nth-child(5) {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    .SendMessageForm div:not(.sendMessageSendBtnDiv) input,
    .SendMessageForm textarea {
        width: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 6px;
        box-sizing: border-box;
    }

        .SendMessageForm div:not(.sendMessageSendBtnDiv) input:focus,
        .SendMessageForm textarea:focus {
            outline: none;
        }

    .SendMessageForm textarea {
        min-height: 100px;
        max-width: 100%;
    }

.sendMessageSendBtnDiv {
    text-align: left;
}

    .sendMessageSendBtnDiv input {
        border: 0;
        background-color: var(--green);
        padding: 6px 12px;
        box-sizing: border-box;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 3px #0b750bad;
        transition: .5s;
        cursor: pointer;
    }

        .sendMessageSendBtnDiv input:hover,
        .sendMessageSendBtnDiv input:active {
            background-color: #027d37;
        }

        .sendMessageSendBtnDiv input:active {
            transform: translateY(4px);
            box-shadow: none;
        }

.result > div {
    box-sizing: border-box;
}

.result b {
    color: #0b7e0b;
}

.result article {
    text-align: justify;
}

/*gallery*/
.galleryItems .ContentsItems {
    column-count: 4;
    column-gap: 1px;
}

.galleryItems .itemSkin2 {
    margin-top: 1px;
    position: relative;
}

    .galleryItems .itemSkin2 .image {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }

    .galleryItems .itemSkin2 img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .galleryItems .itemSkin2 .title {
        position: absolute;
        box-sizing: border-box;
        text-align: center;
        display: block;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
    }

        .galleryItems .itemSkin2 .title a {
            color: #fff;
        }

.schoolDetail .itemSkin2 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    transition: .5s;
    position: relative;
    margin: 10px;
    border-radius: 25px 0 25px 40px;
    background: #c0dfc0;
    box-shadow: 0 0 19px 0px rgb(0 0 0 / 10%);
    padding: 20px 70px 20px 10px;
    box-sizing: border-box;
}

    .schoolDetail .itemSkin2:nth-child(odd) {
        background: #ff680085;
        position: relative;
    }

        .schoolDetail .itemSkin2:nth-child(odd)::before {
            content: '';
            position: absolute;
            background: url(File.aspx?t=icon&s=school3.png) no-repeat;
            right: 13px;
            top: 5px;
            background-size: 100%;
            width: 40px;
            height: 40px;
            z-index: 1;
        }

    .schoolDetail .itemSkin2::before {
        content: '';
        position: absolute;
        right: 13px;
        top: 5px;
        background: url(File.aspx?t=icon&s=school.png) no-repeat;
        background-size: 100%;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .schoolDetail .itemSkin2::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        width: 70px;
        border-radius: 25px 0 25px 40px;
    }

    .schoolDetail .itemSkin2:hover {
        transform: translateY(-10px);
    }

    .schoolDetail .itemSkin2 .image {
        display: none;
    }

    .schoolDetail .itemSkin2 .title a {
        color: #000;
        font-weight: bold;
        -webkit-line-clamp: 2;
    }

main .ContentBody .links a,
main .ContentBody .itemLink {
    display: inline-block;
    vertical-align: bottom;
    padding: 15px;
    box-shadow: 0 0 10px #7e7e7e2e;
    border-radius: 0 40px 20px 40px;
    width: 23%;
    box-sizing: border-box;
}

main .ContentBody .itemLink {
    background: var(--green);
    transition: .5s;
    margin: 10px 5px;
}

    main .ContentBody .itemLink:hover {
        background: #545454;
        transform: translateY(-8px);
    }

main .ContentBody .links a {
    margin: 5px;
}

main .ContentBody .links a,
main .ContentBody .itemLink a {
    font-weight: bold;
    color: #fff;
}

main .ContentBody .itemLink a {
    background: transparent;
    box-shadow: none;
    display: block;
    text-align: center;
    padding: 0;
}

    main .ContentBody .itemLink a:hover {
        transform: translateY(0);
    }

.links a.entire {
    pointer-events: none;
    position: relative;
    background: #545454;
}

    .links a.entire::before {
        content: 'ظرفیت تکمیل شد';
        position: absolute;
        background-color: #ff7e00;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 0 25px 30px 25px;
        top: 0;
        right: 0;
        z-index: 1;
        box-shadow: 0 0 10px #30303054;
    }

    .links a.entire .image {
        filter: grayscale(1);
        color: #acabab;
    }

main .specialBtn {
    display: inline-block;
    vertical-align: top;
    margin: 6px;
    color: #fff;
    background: var(--green);
    padding: 15px 25px;
    border-radius: 0 25px 30px 25px;
    transition: .5s;
    text-align: center;
    position: relative;
    height: 120px;
}

    main .specialBtn:hover,
    main .itemSkin4.survey:hover {
        background: #545454;
        color: var(--white);
        transform: translateY(-8px);
    }

    main .specialBtn img,
    main .itemSkin4.survey img {
        width: 80%;
        height: 100%;
        margin: 10px auto 5px;
        object-fit: contain;
    }

main .itemSkin4.survey img {
    border-radius: 0 25px 30px 25px;
    background-color: #fff;
}

main .specialBtn a {
    font-weight: bold;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

    main .specialBtn a:hover {
        background: none;
        transform: none;
    }

main .specialLink {
    min-width: 15%;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

    main .specialLink a {
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px;
        box-sizing: border-box;
        margin: 8px;
        box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
    }

    main .specialLink img {
        display: block;
        width: 80px;
    }

    main .specialLink .title {
        display: block;
        text-align: right;
        color: #424242;
        margin: 10px 0;
    }

    main .specialLink .dbMore {
        border: 1px solid #236559;
        display: inline-block;
        color: #236559;
        border-radius: 4px;
        padding: 3px 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        transition: all .2s ease-in-out;
        float: left;
        box-sizing: border-box;
    }

    main .specialLink a:hover {
        background-color: transparent;
        transform: none;
    }

    main .specialLink .dbMore:hover {
        color: #fff;
        background-color: #236559;
        border-color: #236559;
        box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
        transform: translateY(-1px);
    }

main .itemSkin4.survey {
    width: 18%;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    margin: 6px;
    color: #fff;
    background: var(--green);
    padding: 5px 10px;
    border-radius: 0 25px 30px 25px;
    transition: .5s;
    text-align: center;
    position: relative;
}

    main .itemSkin4.survey img {
        box-shadow: none;
    }

    main .itemSkin4.survey .title {
        padding: 5px;
    }

        main .itemSkin4.survey .title a {
            color: #fff;
            font-size: 1vw;
        }

    main .itemSkin4.survey .abstract,
    main .itemSkin4.survey .more {
        display: none;
    }

@media only screen and (max-width: 768px) and (min-width: 0) {
    .container {
        padding: 20px 5vw
    }

    * {
        letter-spacing: -.9px;
    }

    .background {
        background-position: left;
    }

    /*notices*/
    .notices > div {
        width: 90%;
    }

    .notices > div {
        width: 90%;
        height: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    .notices .noticeBackImage {
        object-position: -60px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        transition: .5s;
    }

    .links strong {
        display: block;
        background: #0bab4f;
        padding: 8px 20px;
        box-sizing: border-box;
        border-radius: 20px 0 20px 20px;
        transition: .3s;
    }

    .links a:hover strong {
        transform: translateY(-15px);
        box-shadow: 0 6px 10px #4141413d;
        color: #0bab4f;
        background-color: #fff;
    }

    /*.notices .noticeBackImage {
        width: 87%;
    }
*/
    .notices .noticeIcon {
        top: 24%;
        left: 7%;
        width: 30%;
    }

    .notices .noticesContent {
        width: 63%;
    }

    header {
        background-color: #fff;
        box-shadow: 0 0 30px #0000003d;
    }

        header, header.headerFixed {
            padding: 5px 5vw;
        }

            header h1 {
                width: 85%;
            }

            header .logo img {
                width: 120px;
            }

            header .sideMenuIcon {
                margin: 0;
                padding: 5px;
                float: unset;
            }

                header .sideMenuIcon span {
                    display: none;
                }

    nav {
        width: 70%;
    }

    .topMenu {
        display: none;
    }

    nav .menuPhoneItem {
        display: block;
    }

    header .sideMenuIcon:hover {
        transform: unset;
        box-shadow: none;
        margin: 0;
    }

    header .sideMenuIcon img {
        width: 25px;
    }

    .slider .itemSkin7 .image,
    .slider .itemSkin7 .text,
    .news .itemSkin3,
    .categorySkin2,
    .Collections .item,
    .itemSkin4,
    footer .item,
    .specialContents .itemSkin2,
    .majalatClass .categorySkin2,
    .ghasedakClass .categorySkin2,
    .sotakClass .categorySkin2,
    .schoolDetail .itemSkin2 {
        width: 100%;
        margin: 10px 0;
    }

    /*slider*/
    .slider {
        height: 85vh;
        padding: 15px 5vw;
    }

        .slider .itemSkin5 .image {
            width: 100%;
            float: unset;
            height: 48vh;
        }

            .slider .itemSkin5 .image::before {
                top: 90%;
                right: 5%;
                width: 90%;
                height: 60%;
                min-height: 150px;
            }

        .slider .itemSkin5 img {
            max-height: unset;
        }

        .slider .itemSkin5 .text {
            padding: 0;
            text-align: center;
        }

        .slider .itemSkin5 .more {
            margin-top: 60px;
        }

            .slider .itemSkin5 .more a {
                left: 0;
                right: 0;
                width: 35%;
                margin: auto;
            }

    /*news*/
    .news .itemSkin3 .image img,
    .newsItems.itemSkin4 img,
    .honorItems.itemSkin4 img {
        height: 50vh;
    }

    /*Honor*/
    .Honor .itemSkin4 img {
        height: 90vw;
    }

    /*links*/
    .accessLinks {
        padding: 15px 5vw;
    }

        .accessLinks::before {
            left: 5px;
            top: 50%;
        }

        .accessLinks .item {
            width: 49%;
            padding: 5px;
        }

    .eventFuture {
        margin: 20px 5vw;
    }

        .eventFuture .CategoryItems {
            white-space: normal;
        }

        .eventFuture .categorySkin2 img,
        main .categorySkin2 img {
            height: 79vw;
        }

    .schools .right, .schools .left {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

        .schools .left .item {
            margin: 10px 0;
            width: 100%;
        }

    .statistics .item {
        width: 49%;
        margin: 10px 0;
    }

        .statistics .item span {
            width: 100%;
            padding: 0;
        }

    .itemSkin4 {
        background: var(--green);
        box-shadow: 0 0 100px 0px rgb(0 0 0 / 10%);
        transition: .5s;
    }

        .itemSkin4 .title a,
        .itemSkin4 .abstract a {
            color: #fff;
        }

    /*videos*/
    .videos .bottom {
        flex-direction: column;
    }

        .videos .bottom > div {
            width: 100%;
        }

        .videos .bottom .right {
            padding-left: 0;
            padding-bottom: 30px;
        }

    .videos .items .icon {
        opacity: 1;
    }

    .videos .items .prev, .videos .items:hover .prev {
        right: 8px;
    }

    .videos .items .next, .videos .items:hover .next {
        left: 8px;
    }

    .videos .itemSkin5 {
        width: calc(100% - 16px);
        margin: 0 8px;
    }

    footer {
        padding: 20px;
    }

    .enemad {
        width: 100%;
    }

    .knkFooter .knk2 > div {
        text-align: center;
        width: 100%;
    }

    main {
        padding: 15px 5vw;
    }

        main .itemSkin4 .more {
            background-color: #fff;
        }

            main .itemSkin4 .more a {
                color: #808080;
            }

    .ImageSkin1 {
        width: 50%;
    }

    .SendMessageForm > div:nth-child(3),
    .SendMessageForm > div:nth-child(4),
    .SendMessageForm > div:nth-child(5) {
        width: 47%;
        margin-left: 5px;
    }

    .index {
        overflow: auto;
    }

    .indexTop {
        height: 50vh;
    }

        .indexTop::before {
            background-size: 260%;
        }

    .indexBottom {
        height: auto;
    }

        .indexBottom a {
            width: 29%;
        }

        .indexBottom .mojtamaPage {
            display: block;
            margin: 20px auto;
        }

    .galleryItems .ContentsItems {
        column-count: 2;
    }

    main .ContentBody .links a,
    main .ContentBody .itemLink {
        width: 100%;
        margin: 5px 0;
    }

    .links a.entire::before {
        padding: 15px 25px;
        font-size: 16px;
    }

    main .specialBtn {
        width: 31%;
    }

    main .itemSkin4.survey {
        width: 40%;
    }

        main .itemSkin4.survey .title a {
            font-size: 3.3vw;
        }

    main .specialLink a {
        width: 100%;
        margin: 8px 0;
    }

    .index .enemad {
        position: unset;
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    main .specialLink {
        width: 100%;
    }

    .notices .ContentBody a, main .ContentBody a {
        margin: 0;
    }
}
