﻿@import url('slideshow.css');

.onesection {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.imagecertificate {
    max-height: 600px !important;
}

.companies {
    background: #eee;
}

.searchbtn {
    background: url("/icons/search.png");
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 25px;
    left: 150px;
    top: 25px;
}

.companies ul {
    font-size: 0;
    padding-right: 200px;
    padding: 85px 200px 20px 0;
}

    .companies ul li {
        display: inline-block;
        width: 16.666%;
    }

        .companies ul li a {
            margin: 1px;
            display: block;
            height: 200px;
            position: relative;
            background: #333;
            border-radius: 0px;
            filter: grayscale(1);
            opacity: 0.3;
            transition: 1.5s all ease;
        }

            .companies ul li a:hover {
                z-index: 2;
                position: relative;
                transform: scale(1.1);
                box-shadow: 0 2px 4px #0004;
                border-radius: 3px;
                background: #3e0493;
                filter: grayscale(0);
                opacity: 1;
            }

.companies img {
    max-width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    max-height: 140px;
}

.entersection .main-entersection {
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: auto;
    top: 100px;
}

.onesection .main-entersection .border-header {
    height: 4px;
    background: linear-gradient(90deg, #FFF, #D7B369, #FFF);
}

.entersection .main-entersection .logosaba {
    width: 140px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 185px;
}

.entersection .main-entersection .rectangle {
    width: 300px;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.entersection .main-entersection .saba-text {
    font-family: webmehrazfontopensans;
    font-size: 60px;
    font-weight: 700;
    color: #2E2E2E;
    opacity: 50%;
    position: absolute;
    left: 10px;
    right: 0;
    margin: auto;
    z-index: 1;
    letter-spacing: 12px;
    text-align: center;
    top: 12px;
}

.entersection .main-entersection .energy-text {
    font-family: webmehrazfontopensans;
    font-size: 50px;
    color: #989898;
    opacity: 50%;
    position: absolute;
    left: 10px;
    right: 0;
    margin: auto;
    z-index: 1;
    letter-spacing: 14px;
    text-align: center;
    top: 85px;
    font-weight: 500;
}

.entersection .main-entersection .fa-lang {
    background: #FFE4B4;
    font-size: 50px;
    padding: 8px 30px;
    border-radius: 0 10px 10px 0;
    font-family: webmehrazahang;
    font-weight: 600;
    position: absolute;
    bottom: -180px;
    right: 54px;
    height: 85px;
    line-height: 85px;
    color: #000;
}

.entersection .main-entersection .en-lang {
    background: #505050;
    font-size: 45px;
    padding: 8px 15px;
    border-radius: 10px 0 0 10px;
    font-family: webmehrazahang;
    font-weight: 600;
    position: absolute;
    bottom: -180px;
    left: 60px;
    color: #fff;
    height: 85px;
    line-height: 70px;
}

.aboutsection {
    background: linear-gradient(90deg, #FFE4B4, #FFDB92, #FFE4B4);
    padding: 100px 250px 0 69px;
}

    .aboutsection h2 {
        margin-bottom: 20px;
    }

    .aboutsection p {
        margin-bottom: 20px;
        text-align: justify;
        font-size: 15px;
    }

aboutsection div {
    position: relative;
}

.aboutsection div img {
    width: 100%;
    max-height: 50vh;
}

.aboutsection div .more {
    background: linear-gradient(90deg,#fff, transparent);
    font-weight: 700;
    padding: 0 13px;
    position: absolute;
    top: 0;
    text-decoration: none;
    left: 0;
    border-radius: 10px;
    color: #000;
    transition: 0.3s all ease;
}

.news .more {
    background: linear-gradient(90deg,#c3871e, transparent);
    font-weight: 700;
    padding: 10px 40px;
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    left: 50px;
    border-radius: 10px;
    color: #000;
    transition: 0.3s all ease;
}

.aboutsection div .more:hover {
    background: linear-gradient(90deg,#36c, transparent);
    color: #fff
}

.bourse {
    font-size: 0;
    background: linear-gradient(90deg, #fff, #EED9B5);
}

    .bourse > div {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .bourse .vesandoogh {
        text-align: center;
        margin: auto;
        position: relative;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        height: 300px;
        width: 300px;
        border-radius: 194px;
        padding-top: 90px;
        background: #14aa57;
    }

        .bourse .vesandoogh h2 {
            color: #fff;
            font-size: 32px;
            text-align: center;
            border-radius: 25px;
            text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
            margin: auto;
            position: absolute;
            top: 59px;
            left: 0;
            right: 0;
        }

            .bourse .vesandoogh h2 span {
                color: #00FF0A;
            }

        .bourse .vesandoogh p {
            position: relative;
            font-size: 24px;
            width: 80%;
            margin: auto;
            text-align: center;
            color: #fff;
            padding-top: 30px;
            display: block;
        }

            .bourse .vesandoogh p:before {
                content: "\"";
                font-size: 55px;
                animation: raghsquote 4s infinite ease-in-out;
                position: absolute;
                right: -31px;
                top: -14px;
                color: #016c31;
            }

            .bourse .vesandoogh p:after {
                content: "\"";
                font-size: 55px;
                animation: raghsquote 4s infinite ease-in-out;
                position: absolute;
                left: -14px;
                bottom: -60px;
                color: #016c31;
                transform: translate(5px, 5px);
            }

@keyframes raghsquote {
    0% {
        transform: translate(5px, 5px);
    }

    50% {
        transform: translate(-5px, -5px);
    }

    100% {
        transform: translate(5px, 5px);
    }
}

.bourse .group-section {
    height: 100px;
    position: absolute;
    right: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .bourse .group-section h2 {
        font-size: 20px;
        text-align: center;
        margin: 50px 0 40px 0;
        position: relative;
        display: none;
    }

        .bourse .group-section h2:before {
            background: linear-gradient(90deg, transparent, #D7B369, transparent);
            content: '';
            position: absolute;
            top: 45px;
            height: 0.5px;
            left: 0;
            right: 0;
        }

    .bourse .group-section ul {
        font-size: 0;
        text-align: center;
    }

    .bourse .group-section li {
        width: 70px;
        height: 70px;
        background: linear-gradient(180deg, hsla(38, 53%, 66%, 1) 0%, hsla(38, 27%, 38%, 1) 100%);
        font-size: 15px;
        border-radius: 50px;
        margin: 0 auto 0 0;
        list-style-type: none;
        padding: 15px;
        position: relative;
        display: inline-block;
        margin: 0 20px;
        animation: 4s infinite raghsquote;
        transform: translate(5px, 5px);
    }

        .bourse .group-section li:nth-child(1) {
            animation: 3s infinite raghsquote;
        }

        .bourse .group-section li:nth-child(2) {
            animation: 3.5s infinite raghsquote;
        }

        .bourse .group-section li:nth-child(3) {
            animation: 4.5s infinite raghsquote;
        }

        .bourse .group-section li:nth-child(4) {
            animation: 5s infinite raghsquote;
        }

        /*        .bourse .group-section li:before {
            content: '';
            position: absolute;
            height: 2px;
            width: 300px;
            top: 80px;
            margin: auto;
        }*/

        .bourse .group-section li:last-child:before {
            display: none;
        }

        .bourse .group-section li img {
            width: 40px;
        }

        .bourse .group-section li span {
            position: absolute;
            top: 120px;
            margin: auto;
            right: 0;
            text-align: right;
            font-size: 18px;
            font-weight: 500;
            width: 80px;
            transform: rotate(-30deg);
        }

.group-section ul div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 30;
}

.news h2 {
    text-align: right;
    position: relative;
    padding: 100px 0 57px 0;
    transition: 0.5s all ease;
}

.news > h2:before {
    background: linear-gradient(90deg, #FFF, #D7B369, #FFF);
    content: '';
    position: absolute;
    bottom: -38px;
    height: 1.5px;
    width: 100%;
    left: 0;
}

.headcontent {
    color: #000;
    font-size: 20px !important;
    margin-top: 20px;
    min-height: 66px;
    letter-spacing: -0.5px
}

.classes .tenders {
    padding-right: 215px !important;
    height: 200px;
    align-items: center;
    display: flex;
}

    .classes .tenders img {
        width: 200px;
        border-radius: 10px;
        position: absolute;
        right: 0;
    }

.classes .item {
    margin-bottom: 0;
    padding: 20px 50px 20px 20px;
    position: relative;
    min-height: 86px;
    line-height: 40px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
}

.classes a {
    color: #000
}

.classes .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f7f7f7, #ddd,#f7f7f7);
}

.classes .item .session-number {
    background: #fffa8f;
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 10px 0 0 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    font-size: 18px;
    right: 0;
    line-height: 38px;
    color: #555;
}

.classes .buythisevent {
    background: #fff;
    color: #000;
    border-radius: 7px;
    padding: 0 19px;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #111;
    cursor: pointer;
}

.btn-video {
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 20px 5px 20px;
    width: auto !important;
    line-height: 42px;
    height: 40px;
    box-sizing: content-box;
    transition: 0.5s all ease;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    letter-spacing: 0;
    margin-right: 20px;
}

    .btn-video:before {
        content: '';
        position: absolute;
        right: -12px;
        top: 7px;
        background-size: 23px;
        width: 25px;
        height: 25px;
        border-radius: 50px;
    }

    .btn-video:hover {
        background-color: #fff1b8;
    }

.projects {
    background: linear-gradient(90deg, #FFE4B4, #FFDB92, #FFE4B4);
    padding: 150px 200px 0 0;
}

    .projects h2 {
        position: relative;
        /*! padding: 60px 0 0 0; */
        text-align: right;
    }

    .projects > h2:before {
        background: linear-gradient(90deg, transparent, #583C02, transparent);
        content: '';
        position: absolute;
        bottom: -55px;
        height: 1.5px;
        width: 100%;
        left: 0;
    }

    .projects ul {
        width: 100%;
        font-size: 0;
        padding: 48px 0 0 0;
        position: relative;
        text-align: right;
    }

        .projects ul li {
            width: 30%;
            display: inline-block;
            vertical-align: top;
            margin-left: 2%;
            margin-bottom: 20px;
        }

            .projects ul li:nth-child(3n) {
                margin-left: 0;
            }

            .projects ul li a {
                color: #333;
                border-radius: 4px 50px 50px 4px;
                border: 1px solid #c3871e;
                position: relative;
                min-height: 70px;
                display: block;
                line-height: 70px;
                font-weight: bold;
                transition: 0.5s all ease;
            }

                .projects ul li a:hover {
                    background: #36c !important;
                    color: #fff;
                    border: 1px solid #249;
                }

            .projects ul li img {
                width: 80px;
                position: absolute;
                right: -5px;
                top: -5px;
                border-radius: 50px;
            }

            .projects ul li p {
                font-size: 14px;
                text-align: right;
                padding-right: 90px;
            }

    .projects .next {
        background: url(/icons/next.png);
        background-size: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 100px;
        top: 50px;
        bottom: 0;
        margin: auto;
        display: none;
    }

    .projects .previous {
        background: url(/icons/previous.png);
        background-size: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 100px;
        top: 50px;
        bottom: 0;
        margin: auto;
        display: none;
    }

.all .r-column, .all .l-column {
    display: inline-block;
    vertical-align: top;
    width: 340px;
}

.all .r-column {
    width: calc(100% - 370px);
    margin-left: 30px;
}

.multimediacenter {
    min-height: 500px;
    color: #fff;
    border-radius: 20px;
    position: relative;
    margin-top: 6px;
}

.multimediacenter-bullets, .multimediacenter-main {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.multimediacenter-main {
    width: 27%;
    margin-left: 3%;
    font-size: 11px;
    background: #fee;
    padding: 20px;
    min-height: 642px;
    border-radius: 10px;
    position: relative;
}

    .multimediacenter-main .tagpic, .multimediacenter-main .tagaudio, .multimediacenter-main .tagvideo {
        top: 20px;
        ;
    }

    .multimediacenter-main .tagpic, .multimediacenter-main .tagaudio, .multimediacenter-main .tagvideo {
        position: absolute;
        top: 256px;
        left: 20px;
    }

    .multimediacenter-main img {
        width: 100%;
        margin-top: 60px;
        border-radius: 15px;
    }

    .multimediacenter-main h2 {
        font-size: 20px;
        margin: 14px 0 15px 15px;
        color: #811;
        line-height: 2;
    }

    .multimediacenter-main p {
        font-size: 14px;
        color: #464444;
    }

.multimediacenter-bullets img {
    width: calc(100% - 30px);
    border-radius: 10px;
    height: 150px;
    margin: 15px;
    transition: 0.5s all ease;
}

.multimediacenter-bullets a:hover img {
    opacity: 1;
}

.multimediacenter-bullets li {
    width: 31.5%;
    margin-left: 2.666%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    .multimediacenter-bullets li:nth-child(3n) {
        margin-left: 0;
    }

    .multimediacenter-bullets li:before {
        content: '';
        position: absolute;
        left: -5%;
        height: 100%;
        width: 2px;
        background: linear-gradient(#111,#000,#111);
        opacity: 0.2;
        display: none;
    }

    .multimediacenter-bullets li a {
        font-size: 13px;
        padding: 0;
        height: 310px;
        color: #fff;
        background: #fff;
        display: block;
        border-radius: 10px;
        margin-bottom: 23px;
        box-shadow: 0 5px 15px 0 rgba(96, 96, 98, 0.07);
    }

        .multimediacenter-bullets li a:hover {
            background: #ffeeee;
        }

        .multimediacenter-bullets li a p {
            display: none;
        }

.multimediacenter-bullets a h2 {
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    padding: 0 20px;
    position: relative;
    color: #444;
    text-align: center;
    line-height: 2.2;
    display: block;
    font-weight: 200;
}

.sug-box a {
    font-size: 25px;
    text-align: center;
    line-height: 300px;
    width: 48.5%;
    display: inline-block;
    color: #000;
    background-size: 180px;
    font-weight: bolder;
    border-radius: 20px;
    margin-top: 10px;
    transition: 1s ease;
    animation: 40s infinite flower;
}


@keyframes flower {
    0% {
        background: #fee url(/icons/clipart-tulip.png) no-repeat center bottom;
        background-size: 180px;
    }

    50% {
        background: #fee url(/icons/clipart-tulip.png) no-repeat left -200px bottom;
        background-size: 120px;
        opacity: 0.8;
    }

    75% {
        background: #fee url(/icons/clipart-tulip.png) no-repeat right -200px bottom;
        background-size: 120px;
    }

    100% {
        background: #fee url(/icons/clipart-tulip.png) no-repeat center bottom;
        background-size: 180px;
    }
}


.sug-box a:hover {
    background-color: #d7b369 !important;
    color: #fff;
}

.sug-box a:first-child {
    background-color: #efe;
    margin-left: 3%;
    filter: hue-rotate(45deg);
    animation: 60s infinite flower;
}

.report-list {
    position: relative;
    text-align: center;
}

    .report-list li a {
        display: block;
        margin: 0 auto;
        width: 350px;
        height: 50px;
        line-height: 50px;
        color: #333;
        background: #ffc9c9;
        border-radius: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

        .report-list li a:hover {
            background: #d7b369;
            color: #fff;
        }

.tagpic, .tagvideo, .tagaudio {
    display: inline-block;
    background: #fff;
    font-size: 13px;
    border-radius: 5px;
    padding: 0 0 0 4px;
    position: relative;
    height: 25px;
    line-height: 23px;
    margin-right: 10px;
    position: absolute;
    top: -35px;
    left: 8px;
    background: #14aa57;
    font-weight: 200;
    color: #fff;
    width: 68px;
    margin: auto;
}

    .tagpic:before, .tagvideo:before, .tagaudio:before {
        content: '';
        width: 25px;
        height: 25px;
        background: #000 url(/icons/tagpc.png) no-repeat center center;
        background-size: 11px;
        display: inline-block;
        vertical-align: top;
        margin-left: 4px;
        border-radius: 0px 4px 4px 0;
        filter: invert(1);
    }

    .tagvideo:before {
        background: #d7b369 url(/icons/tagvideo.png) no-repeat center center;
    }

    .tagaudio:before {
        background: #14aa57 url(/icons/tagaudio.png) no-repeat center center;
    }

.multimediacenter > h2 {
    position: absolute;
    color: #811;
    font-size: 17px;
    z-index: 1;
    top: 20px;
    right: 17px;
    padding-right: 62px;
}

    .multimediacenter > h2:before {
        content: '';
        width: 15px;
        height: 10px;
        border-radius: 50px;
        background: linear-gradient(#d00, #ff4545);
        position: absolute;
        top: 9.5px;
        right: 31px;
        border-right: 4px solid #424242;
        animation: 1s infinite winking;
    }

.title-color {
    color: coral;
}

.iTitle {
    font-weight: bold;
    font-size: 18px;
    padding-right: 12px;
    margin: 21px 0;
    color: #333;
    border-right: 21px solid #ff4545;
}

.cover-box {
    position: relative;
    font-size: 0;
}

.cover-ititle {
    width: 100%;
    position: relative;
    background: #14aa1d;
    border-radius: 10px;
    height: 146px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

    .cover-ititle img {
        width: 100%;
        border-radius: 10px;
        min-height: 100%;
    }

    .cover-ititle:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 245, 245, 0.85);
        content: '';
        border-radius: 10px;
    }

    .cover-ititle h1 {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        font-weight: bold;
        color: #000;
        top: 45px;
        font-size: 21px;
    }

    .cover-ititle p {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        font-weight: bold;
        color: #f00;
        font-size: 20px;
        bottom: 0;
        padding: 5px 0;
        top: 35px;
        margin: auto;
        height: 41px;
        width: 235px;
        border-radius: 3px;
    }

.cover-statistics {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    border-radius: 10px;
    height: 146px;
    text-align: center;
    background-size: 100% auto;
    box-shadow: 0 3px 13px 4px rgba(0, 0, 0,0.1);
}

    .cover-statistics p {
        line-height: 148px;
        font-size: 21px;
        text-align: center;
        height: 100%;
        position: relative;
        background: rgba(0, 41, 162, 0.5);
        border-radius: 10px;
        color: #fff;
        font-weight: bold;
    }

    .cover-statistics:before {
        width: 100%;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        background: url(/images/statisticscover.png) no-repeat left bottom -7px;
        background-size: 100%;
        z-index: 0;
    }

    .cover-statistics div {
        background: linear-gradient(90deg, #fff, #ddd);
        height: 74px;
        line-height: 72px;
        margin-bottom: 1px;
    }

    .cover-statistics span {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 40%;
        height: 100%;
        font-size: 15px;
        border-radius: 0 10px 10px 0;
        font-weight: bold;
        position: relative;
        opacity: 0.9;
        background: rgba(255,255,255,0.8);
    }

    .cover-statistics strong {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 60%;
        font-weight: bold;
        font-size: 18px;
        border-radius: 10px 0 0 10px;
        background: linear-gradient(90deg, #dad700, #ffeeee);
        color: #000;
        position: relative;
        opacity: 0.9;
    }

.news-slider {
    position: relative;
    border-radius: 10px;
    padding: 50px 200px 0 0;
}

.slider:before {
    content: 'اخبار ویژه';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: linear-gradient(90deg, #fff,#b9d0ff);
    width: 22%;
    color: #4ca9ff;
    font-size: 37px;
    padding-right: 30px;
    line-height: 180px;
    background-size: auto 88%;
    -webkit-text-stroke: 2px #1568b6;
    display: none;
}

.OpenChartBanner {
    position: relative;
    margin: 10px 0 0;
}

    .OpenChartBanner a {
        border-radius: 10px;
        display: block;
    }

    .OpenChartBanner img {
        width: 100%;
        border-radius: 10px;
    }

.slider-display {
    position: relative;
    border-radius: 10px;
    padding: 0;
    height: 300px;
}

    .slider-display img {
        position: relative;
        width: 30%;
        border-radius: 10px;
        transition: 2.5s all ease;
        opacity: 0;
        opacity: 0;
        float: right;
        margin-left: 40px;
        margin-left: 5%;
    }

    .slider-display h2 {
        font-size: 18px;
        font-weight: bold;
        padding-top: 0;
        transition: 0.5s all ease;
        transform: translateY(200px);
        opacity: 0;
        width: 95%;
        line-height: 1.4;
        color: #333;
        color: #4f170e;
        margin-top: 0px;
        text-align: right
    }

    .slider-display span {
        font-size: 12px !important;
        color: #d7b369;
        display: block;
        padding: 20px 0 0 0;
        height: 50px;
    }

    .slider-display p {
        font-size: 14px;
        color: #000 !important;
        transition: 0.5s all ease;
        transform: translateY(200px);
        opacity: 0;
        margin-top: 20px;
        padding: 0;
        text-align: justify;
        width: 98%;
        height: 90px;
        line-height: 25px;
        font-weight: 200;
    }

.slider ul {
    list-style-type: none;
    position: absolute;
    right: 35%;
    width: 260px;
    text-align: right;
    bottom: 25px;
    margin: auto;
}

    .slider ul li {
        display: inline-block;
        height: 10px;
        width: 10px;
        color: #fff;
        background: #f6e3bb;
        margin: 3px 0 0 6px;
        border-radius: 22px;
    }

        .slider ul li * {
            display: none !important;
        }

        .slider ul li h2 {
            font-size: 14px
        }

        .slider ul li a {
            position: relative;
            background: #424242;
            display: block;
            padding: 10px;
            height: 62px;
            color: #fff;
            border-bottom: 1px solid #777;
            border-radius: 4px;
        }

    .slider ul .active {
        background: #d7b369 !important;
    }

.slidesubtitle {
    font-size: 12px;
    color: #888;
    padding-top: 10px;
}

.show {
    transform: translateY(0) scale(1) translateX(0) !important;
    opacity: 1 !important;
}

.main-bullets {
    position: fixed;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 250px;
    z-index: 4;
}

    .main-bullets a {
        display: block;
        height: 30px;
        margin-bottom: 4px;
        line-height: 30px;
        border-radius: 50px;
        cursor: pointer;
    }

        .main-bullets a span {
            width: 30px;
            height: 30px;
            display: inline-block;
            background: #fff;
            text-align: center;
            border-radius: 50px;
            margin-left: 5px;
        }

        .main-bullets a.active {
            background: linear-gradient(-90deg, #fff, transparent);
        }

            .main-bullets a.active span {
                background: #c3871e;
                color: #fff;
            }

.slideshow {
    position: relative;
    border-radius: 10px;
}

    .slideshow:before {
        content: 'اخبار ویژه';
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background: linear-gradient(90deg, #fff,#b9d0ff);
        width: 22%;
        color: #4ca9ff;
        font-size: 37px;
        padding-right: 30px;
        line-height: 180px;
        background-size: auto 88%;
        -webkit-text-stroke: 2px #1568b6;
        display: none;
    }

.slideshow-display {
    position: absolute;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

    .slideshow-display a {
        border-radius: 10px;
        transition: 2.5s all ease;
        height: 100vh;
    }

    .slideshow-display img {
        width: 100%;
        border-radius: 10px;
        transition: 2.5s all ease;
        opacity: 0;
        height: 100vh;
        display: block;
    }

    .slideshow-display h2 {
        font-size: 35px;
        font-weight: bold;
        padding-top: 0;
        transition: 1.5s all ease;
        line-height: 1.4;
        color: #333;
        color: #4a3100;
        margin-top: 0px;
        max-height: 70px;
        text-align: center;
        z-index: 2;
        position: absolute;
        left: 0;
        right: 0;
        top: 300px;
        text-shadow: 0 0 10px #fff;
        width: 50%;
        margin: auto;
        opacity: 0;
        transform: translateY(-200px);
    }

    .slideshow-display span {
        font-size: 12px !important;
        color: #d7b369;
        display: block;
        padding: 20px 0 0 0;
        height: 50px;
    }

    .slideshow-display p {
        font-size: 25px;
        font-weight: bold;
        padding-top: 0;
        transition: 1.5s all ease;
        line-height: 1.4;
        color: #fff;
        margin-top: 0px;
        max-height: 70px;
        text-align: center;
        z-index: 2;
        position: absolute;
        left: 0;
        right: 0;
        top: 400px;
        text-stroke: 1px #fff;
        width: 50%;
        margin: auto;
        text-shadow: 0 0 20px #000;
        opacity: 0;
        transform: translateY(200px);
    }

.slideshow ul {
    list-style-type: none;
    position: absolute;
    left: 15px;
    right: 15px;
    width: 260px;
    text-align: center;
    bottom: 50px;
    margin: auto;
}

    .slideshow ul li {
        display: inline-block;
        height: 10px;
        width: 34px;
        background: #fff;
        margin: 3px 6px 0 0;
        border-radius: 3px;
        box-shadow: 0 0 10px #444;
    }

        .slideshow ul li * {
            display: none !important;
            ;
        }

        .slideshow ul li h2 {
            font-size: 14px
        }

        .slideshow ul li a {
            position: relative;
            background: #424242;
            display: block;
            padding: 10px;
            height: 62px;
            color: #fff;
            border-bottom: 1px solid #777;
            border-radius: 4px;
        }

    .slideshow ul .active {
        background: #ffc661 !important;
    }

.services {
    position: relative;
    font-size: 0;
    padding: 0 0 0;
    border-radius: 10px;
    margin: 0 0 40px;
}

    .services ul {
        font-size: 0;
    }

    .services .nxt {
        width: 26px;
        height: 95px;
        position: absolute;
        display: block;
        left: 11px;
        top: 74px;
        background: url(/icons/prv.png) center;
        transition: 0.5s all ease;
        border-radius: 4px;
        box-shadow: 0 0 4px 10px rgba(0,0,0,0.02);
    }

        .services .nxt:hover, .services .prv:hover {
            cursor: pointer;
        }

    .services .prv {
        width: 26px;
        height: 95px;
        position: absolute;
        display: block;
        right: 11px;
        top: 74px;
        background: url(/icons/nxt.png) center;
        transition: 0.5s all ease;
        border-radius: 4px;
        box-shadow: 0 0 4px 10px rgba(0,0,0,0.02);
    }

    .services ul li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 16%;
        margin-left: 0.8%;
    }

        .services ul li:nth-child(6n) {
            margin-left: 0;
        }

    .services .one-service {
        position: relative;
        font-size: 0;
        display: block;
        opacity: 1;
        transition: 1s all ease;
    }

        .services .one-service:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 2px;
            background: linear-gradient(#fff,#eee,#fff);
            display: none;
        }

        .services .one-service:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 1px;
            background: linear-gradient(-90deg, #fee,#fcc,#fee);
            display: none;
        }

        .services .one-service:hover {
            opacity: 0.5;
        }

    .services .active {
        border: 1px solid #f90;
        background: #fff;
    }

    .services .one-service h2 {
        font-weight: bold;
        color: #333;
        font-size: 0;
        margin: 0;
        text-align: right;
        line-height: 74px;
        height: 65px;
    }

        .services .one-service h2 span {
            font-size: 0;
            display: block;
            color: #a4a4a4;
            margin-top: 7px;
            text-align: center;
            font-weight: normal;
            display: none;
        }

    .services .one-service img {
        width: 100%;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 6px;
        background: #ffc1c1;
    }

    .services .one-service p {
        text-align: justify;
        margin-top: 10px;
        color: #333;
        display: none;
    }

.l-column .services {
    margin: 20px 0 0 0;
}

    .l-column .services li {
    }

    .l-column .services .one-service:hover {
        opacity: 1;
    }

    .l-column .services li:hover h2 strong {
        font-size: 16px;
        width: 200px;
        text-align: center;
        position: absolute;
        top: 55px;
        left: -70px;
        z-index: auto;
        background: linear-gradient(90deg, transparent,yellow, transparent);
        height: 20px;
        line-height: 20px;
        border-radius: 6px;
    }

    .l-column .services li:nth-child(6n) {
        margin-left: 0 !important;
    }

.mainpage-services .services {
    padding: 0;
    margin-top: 30px;
}

    .mainpage-services .services ul li {
        display: inline-block;
        width: 48%;
        margin-left: 4%;
    }

        .mainpage-services .services ul li:nth-child(2n) {
            margin-left: 0;
        }

    .mainpage-services .services .one-service h2 {
        font-size: 14px;
        padding-right: 50px;
    }

    .mainpage-services .services .one-service img {
        left: auto;
    }

.members-messages {
    font-size: 14px;
    height: 283px;
    padding: 43px 60px 40px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
    background: linear-gradient( #eee, transparent);
}

    .members-messages:before {
        content: '';
        position: absolute;
        left: -11px;
        bottom: -17px;
        width: 50px;
        height: 50px;
        background: url(/icons/left-quote.png) no-repeat center left;
        background-size: 100%;
        /*! opacity: 0.05; */
        animation: 45s tekoon infinite;
    }

@keyframes tekoon2 {
    0% {
        transform: rotate(180deg);
    }

    20% {
        filter: hue-rotate(180deg);
    }

    40% {
        transform: translateY(-20px) rotate(185deg) scale(0.8);
    }

    60% {
        transform: translateY(5px) rotate(189deg) scale(1);
    }

    70% {
        transform: translateY(-5px) rotate(189deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes tekoon {
    0% {
        transform: rotate(360deg);
    }

    20% {
    }

    40% {
        transform: translateY(-20px) rotate(5deg);
    }

    60% {
        transform: translateY(5px) rotate(9deg);
        filter: hue-rotate(180deg);
    }

    70% {
        transform: translateY(-5px) rotate(-9deg);
    }

    100% {
        transform: rotate(0);
    }
}

.members-messages:after {
    content: '';
    position: absolute;
    right: -4px;
    top: -5px;
    width: 50px;
    height: 50px;
    background: url(/icons/left-quote.png) no-repeat center left;
    background-size: 100%;
    /*! opacity: 0.05; */
    transform: rotate(180deg);
    animation: 60s tekoon2 infinite;
}

.members-messages * {
    text-align: justify;
    font-size: 13px;
}

.members-messages > h2 {
    background: #e5e5e5;
    color: #9e9e9e;
    border-radius: 2px 2px 0 0;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 57px;
}

    .members-messages > h2:before {
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        width: 100%;
        left: 0;
        background: linear-gradient(90deg, #eee, #d7b369, #eee);
    }

.members-messages .members-messages-display h2 {
    font-size: 15px;
    color: #d7b369;
    text-align: right;
}

    .members-messages .members-messages-display h2 span {
        display: inline-block;
        font-size: 12px;
        color: #999;
        margin-right: 20px;
        line-height: 80px;
        text-align: center;
        position: relative;
    }

        .members-messages .members-messages-display h2 span:before {
            content: '';
            position: absolute;
            right: -10px;
            width: 2px;
            height: 40px;
            background: linear-gradient(transparent, #ddd, transparent);
            top: 20px;
        }

.members-messages .members-messages-display > p {
    background: #14aa57;
    width: 500px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 50px;
}

.members-messages-bullets {
    list-style-type: none;
    position: absolute;
    bottom: 11px;
    right: 11px;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
}

    .members-messages-bullets li {
        width: 8px;
        height: 8px;
        border-radius: 0px;
        background: #d2d2d2;
        margin: 3px 1px;
        display: inline-block;
        border-radius: 11px;
    }

        .members-messages-bullets li.active {
            background: #d7b369;
        }

        .members-messages-bullets li * {
            display: none;
        }


.chartsection {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
    display: none;
}

    .chartsection .close-chart {
        position: fixed;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background: #d7b369 url(/icons/close.png) no-repeat center;
        background-size: 20px;
        z-index: 4;
    }

.chart-box-display-chart {
    position: relative;
    font-size: 13px;
    z-index: 2;
    text-align: right;
    color: #282828;
    background: #ffe0e0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #f9d5d5;
}

    .chart-box-display-chart strong {
        background: #d7b369;
        color: #fff;
        padding: 20px;
        margin-left: 20px;
        animation: 10s infinite winking;
    }

    .chart-box-display-chart > div {
        display: inline-block;
        vertical-align: top;
    }

        .chart-box-display-chart > div span {
            color: #d7b369;
            font-size: 16px;
            font-weight: bold;
        }

        .chart-box-display-chart > div section {
            display: inline-block;
            vertical-align: top;
            margin-left: 20px;
        }

    .chart-box-display-chart strong:before {
        content: 'سال ';
    }

    .chart-box-display-chart strong:after {
        content: 'در یک نگاه ';
    }

    .chart-box-display-chart > div {
        display: inline-block;
        vertical-align: top;
        opacity: 0;
    }

        .chart-box-display-chart > div section {
            display: inline-block;
            vertical-align: top;
            margin-left: 20px;
        }

.chart-box {
    text-align: center;
    padding: 50px 100px 0;
    font-size: 0;
    position: relative;
    background: #ffe8e8;
    border-radius: 0;
    height: calc(100vh);
}

    .chart-box:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 10px;
        background: -webkit-linear-gradient(left,#fff, green);
        border-radius: 0;
    }

    .chart-box .iTitle {
        position: relative;
        left: 0;
        line-height: 30px;
        border: 0;
        border-radius: 10px;
        font-weight: bold;
        font-size: 23px;
        letter-spacing: 0px;
        color: #a20202;
        right: 0;
        width: 100%;
        height: 70px;
        text-align: center;
        letter-spacing: -1px;
    }

        .chart-box .iTitle:before {
            content: '';
            position: absolute;
            left: 20%;
            right: 20%;
            bottom: 12px;
            height: 2px;
            margin: auto;
            background: linear-gradient(90deg,transparent, #353535, transparent);
        }

    .chart-box #maxvalue, .chart-box #maxcount, .chart-box #amel, .chart-box #amelcount {
        display: none;
    }

    .chart-box div {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        width: 3.4%;
        cursor: pointer;
        text-align: center;
    }

    .chart-box > div > .maxcount, .chart-box > div > .amelcount {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        width: 10px;
        height: 50px;
        background: #d7b369;
        transition: 1s;
        background: linear-gradient(#811,#f44);
        transition: 1s;
        max-width: 11px;
        position: absolute;
        bottom: 0px;
        right: 2px;
        border-radius: 1px 1px 0 0;
    }

    .chart-box > div > .amelcount {
        left: 40px;
    }

    .chart-box > div > .amelcount {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        width: 6px;
        height: 50px;
        transition: 1s;
        border-radius: 0;
        transition: 1s;
        background: #f90;
        margin-left: 18%;
        position: absolute;
        bottom: 0;
        right: 12px;
        ;
        border-radius: 1px 1px 0 0;
    }

    .chart-box > div > span {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        width: 50%;
        height: 50px;
        transition: 1s;
        border-radius: 3px 3px 0px 0px !important;
        transition: 1s;
        background: linear-gradient(#143688,#8600b740);
    }

    .chart-box > div > .amel {
        background: #ff0;
        position: absolute;
        bottom: 0;
        right: 19px;
        width: 6px;
        border-radius: 2px 2px 0 0;
    }

    .chart-box > div > .max {
        border-radius: 2px 0 0 2px;
    }

    .chart-box div div {
        display: none;
    }

        .chart-box div div span, .chart-box div div ins {
            font-size: 12px;
            color: #000;
        }

    .chart-box div:hover div, .chart-box div .active {
        font-size: 14px;
        position: absolute;
        right: -48px;
        display: block;
        background: #ffc;
        width: 157px;
        padding: 10px 25px 10px 10px;
        top: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 5;
    }

    .chart-box section {
        position: relative;
        margin-bottom: 12px;
        font-size: 11px;
        border-bottom: 1px solid #d7d996;
        padding: 0 0 5PX 0;
        color: #999;
    }

        .chart-box section:last-child {
            border: none;
        }

    .chart-box div:hover div:before, .chart-box div .active:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 50%;
        margin-right: -15px;
        border-bottom: 15px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .chart-box div:hover div section:after, .chart-box div .active section:after {
        content: '';
        position: absolute;
        right: -25px;
        top: 3px;
        width: 18px;
        height: 9px;
        background: #0ca14d;
        position: absolute;
        border-radius: 2px 0 0 2px;
    }

    .chart-box div section:nth-child(2):after {
        background: #ff4545 !important;
    }

    .chart-box div section:nth-child(3):after {
        background: #356dd3 !important;
    }

    .chart-box div section:nth-child(4):after {
        background: #ffb600 !important;
    }

    .chart-box div strong {
        position: absolute;
        bottom: -42px;
        left: 0;
        width: 100%;
        text-align: center;
        /*! background: #fff; */
        color: #d;
        border-radius: 4px;
        text-shadow: 0 0 3.5px #fff;
        font-size: 14px;
        transform: rotate(-63deg);
    }

.chartsection.chartsection-stable {
    display: block !important;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    z-index: 0;
    margin-top: 0;
}

    .chartsection.chartsection-stable .chart-box-display-chart {
        border-radius: 10px 10px 0 0;
        margin: 0;
    }

    .chartsection.chartsection-stable .chart-box {
        padding: 40px 0 0 0;
        vertical-align: bottom;
        z-index: 0;
        height: auto;
    }

    .chartsection.chartsection-stable .chart-box-display-chart {
        z-index: 0;
    }

.chart-box .newsboxes {
    position: relative;
    background: #fff;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}

.newsboxes a h4 {
    font-size: 12px;
    color: #888;
}

.newsboxes ul {
    list-style-type: none;
    font-size: 0;
    padding: 0 !important;
}

.category-list-column ul li {
    width: 23.5%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}

.newsboxes ul li:nth-child(4n) {
    margin-left: 0;
}

.newsboxes ul li a {
    display: block;
    position: relative;
    margin-bottom: 15px;
    border-radius: 9px;
    padding: 0;
    min-height: 425px;
    background: #eee;
    transition: 0.5s all ease;
}

    .newsboxes ul li a:hover {
        background: #fee;
        color: #000;
    }



        .newsboxes ul li a:hover .date {
            color: #000;
        }

    .newsboxes ul li a img {
        border-radius: 6px;
        display: block;
        margin-bottom: 00;
        width: 100%;
        max-height: 350px;
        background: #f7f7f7;
    }

    .newsboxes ul li a:hover img {
        filter: grayscale(0);
    }

    .newsboxes ul li a h2 {
        font-size: 17px;
        line-height: 1.7;
        margin: 0;
        margin-bottom: 10px;
        color: #000;
        padding: 20px 20px 50px 20px;
        transition: 1s all ease;
        color: #777;
    }

    .newsboxes ul li a:hover h2 {
        color: #000;
    }

    .newsboxes ul li a p {
        font-size: 16px;
        color: #444444;
        text-align: justify;
    }

    .newsboxes ul li a .date {
        padding: 0;
        position: relative;
        font-size: 13px;
        color: #444;
        display: inline-table;
        font-weight: normal;
        position: absolute;
        right: -3px;
        text-align: center;
        background: #f9f9f9;
        height: 35px;
        line-height: 35px;
        width: 100%;
        bottom: 0;
        border-radius: 0 0 8px 8px;
    }

        .newsboxes ul li a .date:before {
            content: '';
            background: url('/icons/date.png') no-repeat center center;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 7px;
            top: 7px;
            background-size: 15px;
            opacity: 0.4;
        }

.newsboxes .archivebtn {
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: #c33;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 2px;
}

.newsboxes li .category-picture {
    padding: 0;
    min-height: 0;
    border: 0;
}

    .newsboxes li .category-picture:hover {
        border: 0 !important;
        opacity: 0.8;
    }

    .newsboxes li .category-picture * {
        display: none !important;
        ;
    }

    .newsboxes li .category-picture img {
        width: 100%;
        display: block !important;
    }

.adbox img {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #d7b369;
}

.tabs {
    position: relative;
    margin-top: 20px;
    border-radius: 0 0 10px 10px;
}

    .tabs .tabselectors {
        list-style-type: none;
        margin: 0 0 -10px;
        line-height: 1.2;
        font-size: 0;
        padding: 0;
    }

        .tabs .tabselectors li {
            display: inline-block;
            vertical-align: top;
            width: 33.333%;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            background: #fff;
            color: #000;
            padding: 5px 10px;
            transition: 0.2s all ease;
            height: 40px;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }

            .tabs .tabselectors li:last-child {
                margin-right: 0;
            }

        .tabs .tabselectors .active {
            color: #333 !important;
            font-weight: bold;
            font-size: 12px;
            background: #ffe9d6;
            border-radius: 6px 6px 0 0;
        }

.tabcontents > div {
    display: none;
}

.tabcontents > .active, .news-list {
    display: block;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
    padding: 0;
}

.tabcontents > .active {
    padding: 30px 20px 20px;
    background: #ffe9d6;
    border-radius: 10px;
    overflow: hidden;
}

.tabcontents ul, .news-list ul {
    list-style-type: none;
}

.tabcontents .oneslide, .news-list .oneslide {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 0;
}

    .tabcontents .oneslide:before, .news-list .oneslide:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: -20px;
        left: -20px;
        margin: auto;
        height: 1px;
        background: #fdd;
    }

.tabcontents ul li:last-child .oneslide:before, .news-list ul li:last-child .oneslide:before {
    display: none;
}

.tabcontents .oneslide img, .news-list .oneslide img {
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    border: 1px solid #444;
    max-height: 85px;
    min-height: 75px;
    display: none;
}


.tabcontents .oneslide h2, .news-list .oneslide h2 {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 5px;
    position: relative;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: -0.2px;
}

    .tabcontents .oneslide h2:before, .news-list .oneslide h2:before {
        content: '';
        position: absolute;
        right: -6px;
        top: 7px;
        background: #d7b369;
        border-radius: 20px;
        width: 7px;
        height: 7px;
        z-index: 4;
    }

    .tabcontents .oneslide h2:after, .news-list .oneslide h2:after {
        content: '';
        position: absolute;
        right: -3px;
        top: 7px;
        background: linear-gradient( #ffa1a1,#eee);
        border-radius: 20px;
        width: 1px;
        height: 130px;
    }

.tabcontents .oneslide.hightlight h2, .news-list .oneslide.hightlight h2 {
    color: #d7b369;
}

    .tabcontents .oneslide.hightlight h2:before, .news-list .oneslide.hightlight h2:before {
        background: #14aa57;
    }


.tabcontents .oneslide h4, .news-list .oneslide h4 {
    font-size: 10px;
    color: #8a0505;
    font-weight: bold;
    height: 14px;
    padding-right: 7px;
}

.tabcontents .oneslide h2 .imagenews, .news-list .oneslide h2 .imagenews {
    display: inline-block;
    vertical-align: middle;
    color: #d7b369;
    padding: 0 5px;
    direction: ltr;
    font-size: 0;
    letter-spacing: 0.2px;
    border-radius:;
    border-right: 0;
    background: url(/icons/image.png) no-repeat right center;
    width: 20px;
    height: 15px;
    background-size: 15px;
}

.tabcontents .oneslide .date, .news-list .oneslide .date {
    font-size: 11px;
    color: #444;
    text-align: right;
    font-weight: 300;
    display: block;
    letter-spacing: -0.5px;
    text-align: right;
    border-radius: 5px;
    padding: 2px 20px 2px;
    margin-bottom: 20px;
}

.tabcontents ul li a .date:before,, .news-list ul li a .date:before {
    content: '';
    background: url('/icons/date.png') no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -32px;
    top: 0;
    background-size: 15px;
    opacity: 0.4;
}

.tabcontents .archivebtn {
    font-size: 13px !important;
    position: absolute;
    bottom: -13px;
    left: 0;
    border: 1px solid #333;
    color: #333;
    padding: 0 25px 0 0;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    width: 166px;
    margin: auto;
    background: #fff url(/icons/navbtn-black.png) no-repeat center right 15px;
    right: 0;
    background-size: 15px;
}


.educationtabs {
    font-size: 0;
}

    .educationtabs .tabcontents .boxes {
        padding: 20px;
    }

    .educationtabs .tabselectors li {
        width: 25% !important;
        background: #fff;
        color: #000 !important;
        ;
    }

    .educationtabs .one-education {
        position: relative;
        height: 220px;
        margin: 20px 0 0;
        padding-right: 177px;
        padding-top: 19px;
        background: #f222;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-left: 4%;
        font-size: 14px;
    }

        .educationtabs .one-education:nth-child(2n) {
            margin-left: 0;
        }

        .educationtabs .one-education img {
            width: 149px;
            border-radius: 10px;
            position: absolute;
            right: 15px;
            top: 14px;
        }

        .educationtabs .one-education a {
            background: #fff;
            position: absolute;
            position: absolute;
            left: 10px;
            bottom: 10px;
            text-align: center;
            color: #999;
            font-size: 0;
            width: 103px;
            background: #d7b369;
            border-radius: 10px;
            font-weight: bold;
        }

            .educationtabs .one-education a:before {
                content: 'مشاهده جزییات';
                font-size: 14px;
                color: #fff;
            }

.articles-box {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(../../images/articles-cover.jpg) no-repeat top center;
    background-size: 100% auto;
    border-radius: 4px;
}

    .articles-box .tablet {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 530px;
    }

    .articles-box h2 {
        font-weight: bold;
        color: #01297b;
        position: absolute;
        top: 30px;
        right: 50px;
        width: 300px;
        text-shadow: 0 0 0.5px #fff;
        font-size: 24px;
    }

        .articles-box h2 span {
            color: #fff;
            text-shadow: 0 0 0.5px #000;
        }

    .articles-box a {
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        top: 107px;
        right: 50px;
        display: block;
        background: #ffc600;
        color: #d21515 !important;
        padding: 5px 9px;
        box-shadow: 0 1px 2px #9e8383;
        border-radius: 2px;
        height: 40px;
        line-height: 32px;
        text-shadow: 0 0 0.5px #fff;
    }

    .articles-box ul {
        position: absolute;
        right: 50px;
        top: 189px;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 0.5px #5c5c5c;
        border-right: 8px solid #aa1414;
        padding: 0 10px 0 0;
        list-style-type: none;
        width: 288px;
        background: rgba(50,50,150, 0.2);
    }

        .articles-box ul li {
            display: inline-block;
            vertical-align: top;
            height: 32px;
            line-height: 32px;
            position: relative;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
        }

            .articles-box ul li:before {
                content: '';
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 1px;
                right: 0;
                background: #7989a8;
                opacity: 0.2;
            }


.banners {
    position: relative;
    font-size: 0;
    background: #fff;
    padding: 20px 0 0 0;
}

    .banners ul {
        list-style-type: none;
        padding: 0;
        border-radius: 10px;
    }

        .banners ul li {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            position: relative;
        }

            .banners ul li:nth-child(2n) {
            }

            .banners ul li a {
                display: block;
                margin: 0;
                border-radius: 8px;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                font-weight: bold;
                /* box-shadow: 0 3px 11px 2px rgba(31,32,35,.07);*/
                line-height: 100px;
                margin: 10px 0 20px;
            }

                .banners ul li a:hover {
                    transform: scale(1.04);
                    background: #fee;
                }

                .banners ul li a img {
                    display: block;
                    width: 12px;
                    border-radius: 0 4px 4px 0;
                    display: inline-block;
                    vertical-align: middle;
                    width: 100%;
                }

            .banners ul li span {
                font-size: 16px;
                display: inline-block;
                vertical-align: middle;
                color: #000;
                padding-right: 5px;
                display: none;
            }


        .banners ul:before {
            content: '';
            position: absolute;
            right: 0;
            top: -8px;
            width: 50%;
            border-radius: 10px;
            bottom: -8px;
        }

        .banners ul li:nth-child(2n):before {
            display: none;
        }

.blinking {
    animation: 2s infinite blinker;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.typewriter {
    position: relative;
    height: 40px;
    background: #fff;
    padding: 0 25px 0 0;
    border-radius: 8px;
    margin: 20px 0 0 0;
}

    .typewriter:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background: #d7b369;
        position: absolute;
        top: 17px;
        right: -3px;
        animation: 1s infinite winking;
    }

    .typewriter p {
        color: #333;
        overflow: hidden; /* Ensures the content is not revealed until the animation */
        white-space: nowrap; /* Keeps the content on a single line */
        margin: 0 auto; /* Gives that scrolling effect as the typing happens */
        animation: typing 6.5s steps(100, end), blink-caret 2.5s step-end infinite;
        font-size: 13px;
        font-weight: bolder;
        text-align: right;
        direction: rtl;
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
        color: #979393;
        text-shadow: 0 0 0.5px #e1e1e1;
        font-weight: 200;
    }

        .typewriter p a {
            color: #000;
        }

.typewriterul {
    display: none;
}

.link-box {
    position: relative;
    font-size: 0;
    margin-top: 20px;
    border-radius: 4px;
    background: #fff;
}


    .link-box ul {
        list-style-type: none;
        margin-top: 23px;
    }

        .link-box ul li {
            width: 20%;
            display: inline-block;
            vertical-align: top;
            color: #333;
            font-weight: bold;
            position: relative;
            min-height: 7vw;
            text-align: center;
            margin-left: 6.666%;
        }

            .link-box ul li:nth-child(4n) {
                margin-left: 0 !important;
            }


            .link-box ul li a {
                position: relative;
                font-weight: normal;
                font-size: 0;
                display: block;
                text-align: center;
            }

            .link-box ul li img {
                width: 100%;
                display: block;
                height: 6vw;
                border: 1px solid #c61b1b;
                border-radius: 10px;
                margin: 0 auto;
                padding: 10px;
            }

            .link-box ul li a:hover span {
                font-size: 13px;
                position: absolute;
                right: 0;
                top: -28px;
                background: rgb(71,126,0);
                color: #fff;
                padding: 2px;
                display: block;
                border-radius: 4px;
                text-align: center;
                left: 0;
                right: 0;
                min-width: 126px;
            }

                .link-box ul li a:hover span:before {
                    content: '';
                    position: absolute;
                    bottom: -10px;
                    left: 50%;
                    border-top: rgb(71,126,0) 10px solid;
                    border-left: 10px solid transparent;
                    z-index: 10;
                }

.link-two-box {
    position: relative;
    font-size: 0;
    margin-top: 20px;
    border-radius: 12px;
    width: 100%;
    margin-top: 17px;
}

    .link-two-box a {
        display: block;
        border-radius: 10px;
        box-shadow: 0 5px 15px 0 rgba(96, 96, 98, 0.07);
        width: 100%;
        margin: 10px 0;
    }

    .link-two-box > h2 {
        display: block;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        width: 50%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .link-two-box ul {
        list-style-type: none;
        font-size: 0;
    }



    .link-two-box a {
        display: block;
        border-radius: 10px;
        width: 100%;
        overflow: hidden;
        padding: 20px 10px;
        min-height: 160px;
    }

        .link-two-box a span {
            font-size: 11px;
            color: #333;
            text-align: center;
            display: block;
            padding: 16px 20px 0;
        }


    .link-two-box ul li {
        width: 48%;
        display: inline-block;
        margin-left: 4%;
    }

        .link-two-box ul li img {
            width: 66px;
            display: block;
            border-radius: 18px;
            filter: hue-rotate(20deg);
            margin: 0 auto;
        }

        .link-two-box ul li:nth-child(2n) {
            margin-left: 0 !important;
            ;
        }

.access-boxes {
    list-style-type: none;
    font-size: 0;
    margin-top: 20px;
}

    .access-boxes ul {
        list-style-type: none;
        font-size: 0;
    }

        .access-boxes ul li {
            width: 23%;
            margin-left: 2.666%;
            display: inline-block;
            vertical-align: top;
        }

            .access-boxes ul li:nth-child(4n) {
                margin-left: 0;
            }

            .access-boxes ul li a {
                display: block;
                font-size: 0;
                line-height: 60px;
                font-weight: bold;
                border-radius: 10px;
                overflow: hidden;
                position: relative;
                max-height: 91px;
            }

                .access-boxes ul li a:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    top: 0;
                    left: 0;
                    right: 0;
                    background: rgba(255,255,255,0.6);
                }

            .access-boxes ul li img {
                width: 100%;
                border-radius: 10px;
            }

            .access-boxes ul li a:hover {
                opacity: 0.8;
            }

            .access-boxes ul li a h2 {
                position: absolute;
                bottom: 0;
                top: 0;
                left: 0;
                right: 0;
                color: #111;
                text-align: center;
                height: 50px;
                line-height: 50px;
                margin: auto;
                font-weight: bold;
                font-size: 16px;
            }

.image-interviews {
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    height: 446px;
    box-shadow: 0 3px 4px rgba(87, 87, 87, 0.2);
    border: 1px solid #eee;
    padding: 20px 50px;
    background: #fff;
    border-radius: 4px;
}

    .image-interviews > h2 {
        display: block;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        width: 50%;
        margin: 0 auto 40px;
        padding: 10px 0;
    }

    .image-interviews ul {
        list-style-type: none;
        width: 2000%;
        margin-top: 80px;
    }

        .image-interviews ul li {
            display: inline-block;
            vertical-align: top;
            width: 250px;
            margin-left: 10px;
        }

            .image-interviews ul li a {
                display: block;
                font-size: 0;
                position: relative;
                transition: 1.5s all ease;
                border-radius: 2px;
                overflow: hidden;
                border: 1px solid #eeee;
                width: 250px;
            }

                .image-interviews ul li a img {
                    width: 100%;
                    display: block;
                    height: 180px;
                }

                .image-interviews ul li a h2, .image-interviews ul li a p {
                    font-size: 0;
                    display: none;
                }

                .image-interviews ul li a h2 {
                    display: block;
                    font-size: 14px;
                    position: absolute;
                    bottom: -10px;
                    background: rgba(50,50,100, 0.9);
                    color: #fff;
                    padding: 10px;
                    font-weight: bold;
                    line-height: 21px;
                    display: none;
                }

            .image-interviews ul li .active {
                z-index: 1;
                box-shadow: 0 3px 16px rgba(225, 225, 225, 0.8);
                height: 200px;
                transform: translateY(-10px);
                border: 1px solid #ff4545;
            }

                .image-interviews ul li .active img {
                    height: 220px
                }

    .image-interviews .nxt, .image-interviews .prv {
        position: absolute;
        display: block;
        width: 20px;
        height: 40px;
        background: rgba(0,0,0,0.7) url(../../icons/arrowright.png) no-repeat center center;
        right: 0;
        top: 273px;
        border-radius: 2px;
        z-index: 2;
        background-size: 17px;
    }

    .image-interviews .prv {
        left: 0;
        right: auto;
        transform: rotate(180deg);
    }

    .image-interviews .archivebtn {
        font-size: 18px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: #c33;
        color: #fff;
        font-size: 12px;
        padding: 0 5px;
        border-radius: 2px;
    }

.image-interviews-title {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fb7979;
    font-size: 17px;
}

.currency-box {
    font-size: 17px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    height: 21vw;
    margin-bottom: 10px;
    position: relative;
}

    .currency-box .table {
        margin: 0
    }

        .currency-box .table .item:first-child {
            display: none;
        }

.counter-box {
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 5px 20px 20px 20px;
    min-height: 372px;
    margin-top: 70px;
    background: #f9f9f9;
}

    .counter-box img {
        border-radius: 10px;
        max-height: 200px;
    }

.right-boxes {
    width: 45%;
    display: inline-block;
    margin-left: 6%;
    vertical-align: top;
}

.left-boxes {
    width: 100%;
    display: inline-block;
}

.fastcontact {
    height: 15.4vw;
    width: 100%;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: block;
    box-shadow: 0 5px 15px 0 rgba(31,32,35,.07);
    background: #fff url(/images/fastcontact.jpg) center top no-repeat;
    background-size: 100% auto;
    min-height: 230px;
    margin-top: 10px;
}

    .fastcontact textarea {
        margin: 80px 20px 0;
        height: 7vw;
        resize: none;
        border-right: 0;
        border-left: 0;
        background: transparent;
        border-bottom: 0;
        border: 0;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        display: block;
        width: calc( 100% - 40px);
        padding: 0 10px;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        font-size: 12px;
    }

        .fastcontact textarea:focus {
            background: #fff !important;
        }

    .fastcontact input {
        bottom: 31px;
        left: 60px;
        z-index: 3;
        position: absolute;
        min-width: 100px !important;
        padding: 0 5px;
    }

.social-responsibility-link img {
    display: block;
    margin: 0;
    border-radius: 7px;
    width: 100%;
}

.textarea-contact {
    display: block !important;
}

.contactUsContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .contactUsContainer > div {
        width: 48%;
        height: 240px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #fafafa;
    }

        .contactUsContainer > div:hover {
        }

        .contactUsContainer > div > div {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

            .contactUsContainer > div > div > img {
                width: 60px;
                height: 60px;
                margin-left: 10px;
            }

            .contactUsContainer > div > div > h2 {
                font-size: 1.5rem;
                color: #333;
            }

        .contactUsContainer > div > p {
            font-size: 1rem;
            color: #000;
            text-align: center;
            margin-bottom: 10px;
        }

        .contactUsContainer > div > a {
            font-size: 1rem;
            color: #C3871E;
            text-decoration: none;
            border: 1px solid #C3871E;
            padding: 5px 15px;
            border-radius: 10px;
            transition: background-color 0.3s ease;
        }

            .contactUsContainer > div > a:hover {
                background-color: #DE1B1B;
                color: #fff;
            }

        .contactUsContainer > div > span > a {
            font-size: 1rem;
            color: #C3871E;
            text-decoration: none;
        }

.formContainer {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .formContainer h2 {
        text-align: right;
        margin-bottom: 20px !important;
        color: #C3871E !important;
        font-size: 1.5rem !important;
        width: 100%;
    }

    .formContainer h3 {
        margin: 0 0 20px 0;
        font-size: 1rem !important;
        text-align: right;
        width: 100%;
    }

    .formContainer form {
        width: 100%;
        background-color: #FBF2E4;
        padding: 50px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        font-weight: 200;
    }

        .formContainer form > div {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            width: 100%;
        }

            .formContainer form > div > div {
                flex: 1;
                display: flex;
                flex-direction: column;
            }

                .formContainer form > div > div label {
                    margin-bottom: 5px;
                    font-size: 1rem;
                    color: #333;
                }

                .formContainer form > div > div input,
                .formContainer form textarea {
                    padding: 10px;
                    border-radius: 10px;
                    font-size: 1rem;
                    outline: none;
                    transition: border 0.3s ease;
                    width: 100%;
                    border: 1px solid transparent;
                    font-size: 11px;
                }

        .formContainer form textarea {
            resize: none;
            height: 150px;
        }

            .formContainer form input:focus,
            .formContainer form textarea:focus {
                border-color: #DE1B1B;
            }

        .formContainer form .btn-contact {
            padding: 10px 25px;
            background-color: #C3871E;
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
            align-self: flex-start;
            height: 44px;
            background-image: none;
        }

            .formContainer form .btn-contact:hover {
                background-color: #c3871e;
            }

        .formContainer form p {
            font-size: 0.9rem;
            color: #666;
            margin-top: 10px;
            text-align: left;
        }

.manager-contact {
    background: url(/images/manager2.jpg) no-repeat bottom -40px center;
    background-size: 100%;
    height: 100px;
    width: 100%;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: block;
    box-shadow: 0 5px 15px 0 rgba(31,32,35,.07);
    margin-bottom: 20px;
}

    .manager-contact textarea {
        margin: 57px 17px 0 0;
        height: 5vw;
        width: 71%;
        resize: none;
        border-right: 0;
        border-left: 0;
        background: transparent;
        border-bottom: 0;
        border: 0;
        position: relative;
        z-index: 1;
    }

        .manager-contact textarea:focus {
            background: #fff !important;
        }

    .manager-contact input {
        bottom: 20px;
        left: 17px;
        z-index: 2;
        position: absolute;
    }

.background-type-div {
    position: relative;
    height: 40px;
    background: #fff;
    padding: 0 14px 0 0;
    border-radius: 2px;
    margin: 40px 0 0 0;
    position: absolute;
    right: 1.5vw;
    width: 70%;
    top: 40px;
}

    .background-type-div p {
        color: #333;
        overflow: hidden; /* Ensures the content is not revealed until the animation */
        white-space: nowrap; /* Keeps the content on a single line */
        margin: 0 auto; /* Gives that scrolling effect as the typing happens */
        animation: typing 5.5s steps(100, end), blink-caret 1.5s step-end infinite;
        font-size: 13px;
        font-weight: bolder;
        text-align: right;
        direction: rtl;
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
        color: #222;
        text-shadow: 0 0 0.5px #e1e1e1;
    }

        .background-type-div p a {
            color: #222;
        }

.manager-contact-ul {
    display: none;
}

.counter-box .title_footer {
    display: none;
}

.counter-box .iTitle {
    border-right: 0;
    font-weight: bold;
    color: #d7b369;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
}

.counter-box:before {
    content: '';
    position: absolute;
    background: #fff url(/icons/newsletter.png) no-repeat center;
    border: 4px solid #f9c0c0;
    background-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}

.counter-box img {
    width: 100%
}

.currnecy-box-container {
    overflow-y: scroll;
    height: 100%;
    margin-top: 10px;
}

    .currnecy-box-container .table .col:nth-child(2n) {
        background: #d5d5d5;
        color: #333;
        text-align: center;
    }

    .currnecy-box-container .table .col:last-child {
        background: #fafffa;
        color: #08a5d5;
        text-align: center;
        font-weight: bold;
        font-weight: bold;
        font-size: 12px;
    }

        .currnecy-box-container .table .col:last-child:after {
            content: 'ریال';
            margin-right: 10px;
            float: left;
            color: #2a312a;
            font-size: 11px;
            margin: 1px 0 0 0;
        }

.OneUser {
    position: relative;
    padding: 15px 64px 5px 0;
    min-height: 140px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

    .OneUser img {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        display: block;
        border-radius: 100px;
    }

    .OneUser p {
        margin-top: 11px;
        font-weight: 300;
        color: #393939;
        margin-right: 65px;
        font-size: 18px;
    }

    .OneUser strong {
        background: #e4e4e4;
        color: #636363;
        padding: 0 70px 0 10px;
        font-size: 14px;
        border-top: 4px solid #d7b369;
        display: block;
    }

.firstpageonepoll {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(31,32,35,.07);
    margin-bottom: 10px;
}

    .firstpageonepoll .onepoll {
        display: block;
        box-shadow: 0 5px 11px #d7d7d7;
        border-radius: 2px;
        background: white url(/icons/commingsoon.jpg) left 0 bottom 0 no-repeat;
        background-size: 50%;
        min-height: 19.8vw;
        box-sizing: border-box;
        font-size: 12px;
        text-align: justify;
        position: relative;
        background-size: cover;
    }

        .firstpageonepoll .onepoll form {
            padding: 20px;
            min-height: 200px;
        }

            .firstpageonepoll .onepoll form div {
                margin: 0 0 10px 0;
                font-size: 15px;
            }

        .firstpageonepoll .onepoll h2 {
            font-size: 16px;
            padding: 16px;
            background: #f9d0d0;
            color: #d7b369;
            -webkit-text-stroke: 0.5px #fff;
            border-radius: 10px 10px 0 0;
        }

        .firstpageonepoll .onepoll .pnlResult {
            padding: 5px 16px 0;
        }

        .firstpageonepoll .onepoll textarea {
            position: relative;
            display: block;
            height: 149px;
            border: 0;
            padding: 10px;
            border-radius: 2px;
            font-family: webmehrazfont;
            resize: none;
            margin: 15px auto;
            width: 78%;
            border: 1px solid #eee;
        }

        .firstpageonepoll .onepoll img {
            display: block;
            width: 100%;
            border-radius: 2px;
            box-shadow: 0 5px 11px #d7d7d7;
        }

    .firstpageonepoll .btnSingle {
        box-sizing: border-box;
        text-align: center;
        margin: 20px auto 0 0;
        width: 120px;
        display: block;
        position: absolute;
        bottom: 49px;
    }

    .firstpageonepoll .onepoll .polloptions {
        list-style-type: none;
        padding-top: 20px;
        padding-right: 20px;
    }

        .firstpageonepoll .onepoll .polloptions li {
            display: block;
            height: 30px;
            line-height: 30px;
        }

            .firstpageonepoll .onepoll .polloptions li label, .firstpageonepoll .onepoll .polloptions li input {
                display: inline-block;
                vertical-align: middle;
            }

            .firstpageonepoll .onepoll .polloptions li label {
                margin-right: 10px;
                margin-top: 2px;
                font-size: 14px;
            }

.oneanswerresult {
    position: relative;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

    .oneanswerresult span {
        display: block;
        width: 100%;
        height: 8px;
        background: #fff;
        box-shadow: 0 0 0 1px #ddd;
    }

        .oneanswerresult span b {
            display: inline-block;
            vertical-align: top;
            height: 8px;
            background: #f90;
        }

.firstpageonepoll .result-text {
    padding: 0 20px;
}

.faq-list ul {
    list-style-type: none;
    padding: 20px 0 !important;
}

    .faq-list ul li {
        cursor: pointer;
        margin-bottom: 20px;
    }

        .faq-list ul li:hover {
            cursor: pointer;
        }

.faq-category ul {
    font-size: 0;
    list-style-type: none;
    direction: initial;
    padding: 20px 0 !important;
}

    .faq-category ul li {
        font-size: 20px;
        width: 23.5%;
        margin-left: 2%;
        display: inline-block;
        text-align: center;
    }

        .faq-category ul li:nth-last-child(4n) {
            margin-left: 0;
        }

        .faq-category ul li a {
            color: #000;
            text-align: center;
            width: 100%;
            display: block;
            height: 74px;
            line-height: 74px;
            background: #ececec;
            box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
            border-radius: 10px;
        }

            .faq-category ul li a.active {
                background: linear-gradient(#99fbc4, #74ffd6);
            }

.faq-list h3 {
    font-weight: bold;
    text-align: right;
    font-size: 20px !important;
    margin-bottom:;
    color: #ffdede;
    border-radius: 4px;
    line-height: 50px;
    height: 50px;
    padding-right: 10px;
    color: #d7b369;
}

.faq-img {
    width: 100%;
}

.question {
    display: block;
    color: #555;
    padding: 5px 40px 5px 5px;
    background: #eee;
    margin-bottom: 5px;
    background: url(/icons/faq.png) no-repeat right 4px top 4px;
    transition: 0.5s all ease;
    cursor: pointer;
    background-size: 20px;
}

    .question:hover {
        cursor: pointer
    }

.answer {
    display: none;
    padding: 20px 40px;
    background: #fff4f4;
    border-radius: 11px;
}

.aboutsection *, .bourse *, .vesandoogh {
    transition: 2s all ease;
}

.animation-top {
    transform: translateY(-400px);
    opacity: 0;
    transition: 4s all ease;
}

.animation-bottom {
    transform: translateY(400px);
    opacity: 0;
    transition: 4s all ease;
}

.animation-left {
    transform: translateX(-400px);
    opacity: 0;
    transition: 0.4s all ease;
}

.animation-right {
    transform: translateX(-400px);
    opacity: 0;
    transition: 0.4s all ease;
}

.animation-rotate {
    transform: rotate(-270deg);
    opacity: 0;
    transition: 0.4s all ease;
}
