﻿@import url("/styles/layout/slideshow.css");
@import url("/styles/layout/fonts.css");

body {
    background: #f7f7f7;
    direction: rtl;
    font-family: "WebmehrazFont";
    font-style: normal;
    font-weight: 400;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 90px;
    margin: 0;
    font-size: 0;
    font-feature-settings: "ss02";
}

.loading {
    background: #fffffff3 url(/icons/loading.gif) no-repeat center;
    background-size: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: auto;
    z-index: 1000;
}

.refloading {
    background: #0e4aff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    top: 0;
    margin: auto;
    opacity: 0.9;
    z-index: 10;
    width: 100%;
    height: 100vh;
    font-size: 50px;
    text-align: center;
    line-height: 100vh;
    color: #fff;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "WebmehrazFont";
    font-style: normal;
    font-weight: 500;
    margin-top: 0;
}

he {
    color: inherit;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea, select {
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: 'WebmehrazFontinput';
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 0;
    text-align: right;
    width: 100%;
    border: 1px solid #333;
}

input:focus::-moz-placeholder {
    -o-transition: .4s;
    -webkit-transition: .4s;
    opacity: 0;
    transition: .4s;
}

li {
    list-style: none;
}

p {
    color: #000;
    font-family: "WebmehrazFont";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-align: right;
}

ul {
    margin: 0;
    padding: 0;
}

.ltr {
    direction: ltr;
}

.classcover {
    padding: 70px 0;
}

    .classcover:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: url(/images/classcover.webp) no-repeat bottom center;
        background-size: cover;
        filter: blur(6px)
    }

.chatframe {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    max-width: 500px;
    display: block;
    border: 0;
    border-radius: 10px;
    margin: 0 auto;
    z-index: 2;
}

.title-mobile-menu {
    display: none;
}

.cartable-box {
    display: none;
    width: 200px;
    background: #fff;
    z-index: 101;
    position: absolute;
    left: 45px;
    top: 62px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 105px;
    line-height: 30px;
    box-shadow: 0 2px 10px 0 rgba(3, 28, 9, 0.15);
}

    .cartable-box:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 6px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 11px solid #fff;
    }

    .cartable-box a {
        font-size: 14px;
        color: #8e8e8e;
        display: block;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }

        .cartable-box a:hover {
            color: #000;
        }

        .cartable-box a:before {
            content: '';
            position: absolute;
            bottom: 50px;
            left: 0;
            right: 0;
            height: 2px;
            opacity: 0.1;
            background: linear-gradient(90deg, #fff, #000,#fff);
        }

.showcartable {
    display: block;
}

#timecountdown {
    background: url(/icons/countdownbg.png) no-repeat bottom center;
    background-size: 49% auto;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 10px 60px;
    text-align: center;
    font-weight: 500;
}

    #timecountdown span {
        color: #aaa;
        font-size: 15px;
        margin: 0 10px;
    }

.timer {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute !important;
    top: -68px;
    left: -70px;
    text-align: center;
    height: 40px;
}

    .timer:before {
        content: ':';
        position: absolute;
        right: 47px;
        top: -20px;
        font-size: 12px;
        font-weight: 500;
    }

    .timer span {
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
        width: 42px;
        background: #fff;
        border-radius: 10px;
        font-weight: 500;
        height: 44px;
        line-height: 44px;
    }

        .timer span:last-child {
            opacity: 0;
        }

    .timer .sendcodeagain {
        width: 137px;
        position: absolute;
        font-size: 8px;
        color: #f00;
        cursor: pointer;
        background: transparent;
        left: 41px;
        top: -70%;
    }

.hidden {
    display: none !important;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

.page-content {
    min-height: 100vh;
}

@keyframes blinks {
    0% {
        background: #E3E5F455;
    }

    100% {
        background: #36c9;
    }
}

.btn-search-nav:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 7.5px;
    top: 7.5px;
    background: #0e22b4 url(/icons/btn-search.png) no-repeat center;
    background-size: 35px;
    border-radius: 50px;
    font-size: 0;
    z-index: 3;
}

.btn-search {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 7.5px;
    top: 7.5px;
    background: #0E22B4 url(/icons/btn-search.png) no-repeat center;
    background-size: 35px;
    border-radius: 50px;
    font-size: 0;
    display: none;
}


.intro-section {
    min-height: 450px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

    .intro-section .container {
        height: 100%;
        padding: 60px 0 50px;
        min-height: 414px;
    }

    .intro-section h2 {
        color: #000;
        position: relative;
        font-size: 26px;
        font-weight: 500;
        letter-spacing: -1px;
        margin: 12px 0 10px;
        max-width: 430px;
        background: linear-gradient(-90deg,yellow,#ffffa6,transparent, transparent);
        text-align: center;
        border-radius: 7px;
    }

    .intro-section p {
        position: relative;
        font-size: 18px;
        color: #333;
        font-weight: 400;
        width: 45%;
        max-width: 450px;
        line-height: 2;
    }

    .intro-section .ideaimg {
        width: 140px;
        opacity: 0.4;
        margin: -15px 0 0 0;
    }

    .intro-section p strong {
        font-weight: normal;
    }

    .intro-section a {
        background: #000f79;
        font-size: 20px;
        position: relative;
        display: inline-block;
        height: 50px;
        line-height: 50px !important;
        margin: 53px 0 0 17px;
        padding: 0 20px;
        border-radius: 6px;
        color: #fff;
        font-weight: 500;
        box-sizing: border-box;
        vertical-align: top;
        border: 0 !important;
    }

        .intro-section a.btnstartall {
            background: #fffdc8;
            color: #262626;
        }

        .intro-section a:hover {
            opacity: 0.8;
        }

.intro-haminar {
    line-height: 40px;
    color: #3b3839;
    font-weight: 403;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 50%;
    left: 300px;
    box-sizing: border-box;
    background: linear-gradient(-90deg, #fffd86, #fce590);
    border-radius: 14px;
    width: 280px;
    padding: 30px 20px 30px;
    margin-bottom: -80px;
    text-align: center;
    font-size: 16px;
    z-index: 5;
    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
    transform: translate(0,100px );
    transition: 2s all ease;
}

    .intro-haminar img {
        width: 40px;
        background: #fff;
        border-radius: 9px;
        position: absolute;
        top: -19px;
        left: 50%;
        margin-left: -20px;
        box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
        transform: translate(0,-400px );
        transition: 3s all ease;
        opacity: 1;
    }

.intro-section .back-2 {
    position: absolute;
    left: 110px;
    top: 70px;
    width: 300px;
    height: 300px;
    background: #eee;
    border-radius: 20px;
    transform: translate(200px,0);
    transition: 2s all ease;
}

.intro-section .back-1 {
    position: absolute;
    left: 80px;
    top: 40px;
    width: 300px;
    height: 300px;
    background: #fbb632;
    border-radius: 20px;
    transform: translate(100px,0);
    transition: 2s all ease;
}

.intro-section .main-img {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 350px;
    border-radius: 20px;
    transform: translate(-400px,0);
    transition: 3s all ease;
    opacity: 0.9;
}

.resettransform {
    transform: translate(0,0) !important;
}

.academy-list {
    font-size: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}

.teacher-list {
    margin-bottom: 50px;
    margin-top: 50px;
}

    .teacher-list .container {
        border-radius: 12px;
        padding: 20px;
    }

.academy-list .container {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border-top: 3px solid #e2e6f4;
}

.academy-list ul {
    border-radius: 10px;
    display: inline-block;
    width: 75%;
}

.academy-list .list-title {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 6px 0 0 0;
    position: relative;
}

    .academy-list .list-title:before {
        width: 2px;
        bottom: 50%;
        left: 0;
        margin-bottom: -40px;
        background: #e2e6f4;
        height: 80px;
        position: absolute;
        content: '';
    }

    .academy-list .list-title h2 {
        font-size: 24px;
        margin: 0 0 3px 0;
        color: #02135e;
    }

    .academy-list .list-title p {
        font-size: 16.5px;
        color: #b0b0b0;
    }

.academy-list li {
    width: 33%;
    margin-left: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    color: #000;
}

    .academy-list li:before {
        font-size: 11px;
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        content: '';
        background: #e2e6f4;
    }

    .academy-list li:last-child:before {
        display: none;
    }

    .academy-list li a {
        display: block;
        border-radius: 20px;
        height: 80px;
        position: relative;
    }

    .academy-list li img {
        max-height: 70px;
        max-width: 200px;
        border-radius: 14px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .academy-list li a h2 {
        font-size: 11px;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 30px;
        padding-right: 10px;
        background:;
        border-radius: 7px;
        padding: 5px 10px 5px;
        line-height: 20px;
        color: #000;
        font-size: 17px;
        letter-spacing: -1px;
        text-align: center;
        display: none;
    }

.teacher-list li a h2 {
    display: inline-block;
    position: absolute;
    right: 120px;
    top: 1px;
    left: auto;
    width: auto;
    text-align: right;
    line-height: 2;
}

.teacher-list li a img {
    right: 40px;
    left: auto;
}

.featurelist {
    background: #fff;
    border-radius: 20px;
    margin: 60px 0 20px;
    position: relative;
}

    .featurelist:after {
        position: absolute;
        content: '';
        background: url(/images/featuresback.png) no-repeat bottom right;
        background-size: 319px;
        width: 364px;
        height: 374px;
        right: 0;
        bottom: 0;
        z-index: 1;
        border-radius: 0 20px 20px 0;
    }

    .featurelist:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 62%;
        height: 316px;
        content: '';
        background: url(/images/logowide.png) no-repeat right bottom / 100%;
        opacity: 0.02;
        transform: rotate(180deg);
        transition: 0.5s all ease;
    }

    .featurelist .feauture-search {
        width: 57%;
        display: inline-block;
        vertical-align: top;
        font-size: 17px;
        border-radius: 20px;
        padding: 80px 300px 100px 7%;
        position: relative;
        z-index: 2;
    }

    .featurelist .features-search-inputbox {
        position: relative;
    }

    .featurelist .feauture-search h2 {
        color: #333;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .featurelist > ul {
        width: 43%;
        display: inline-block;
        vertical-align: top;
        color: #000;
        border-radius: 20px;
        padding: 40px 80px 40px 40px;
        height: 100%;
        background: linear-gradient(40deg,#dae2ff,#eaeaea);
    }

        .featurelist > ul li {
            position: relative;
            width: 40%;
            padding-right: 5%;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            text-align: justify;
            animation: dingmain 1s alternate;
            display: inline-block;
            vertical-align: middle;
            margin-left: 20%;
            color: #222;
            height: 136px;
        }

            .featurelist > ul li:nth-child(2n) {
                margin-left: 0 !important;
            }

            .featurelist > ul li img {
                position: absolute;
                content: '';
                width: 35px;
                height: 35px;
                right: -46px;
                top: 12px;
                animation: 4.5s dingbefore infinite;
                margin: auto;
            }

            .featurelist > ul li:before {
                position: absolute;
                content: '';
                width: 40px;
                height: 40px;
                right: -42px;
                top: 0;
                margin: auto;
                border-radius: 50px;
                ;
                background: #fff493;
                animation: 2s dingbefore infinite;
            }

    .featurelist ul li:last-child {
        margin-bottom: 0;
    }

    .featurelist .searchinput {
        background: #fff !important;
        border-radius: 50px 20px 20px 50px !important;
        font-size: 16px !important;
        height: 55px !important;
        padding: 0 20px 0 0 !important;
        transition: 2s all ease;
        font-weight: 500;
        letter-spacing: -.5px;
        animation: 0.2s all ease;
        box-shadow: 0px 0 5px rgba(3, 28, 9, 0.15);
        border: 0;
    }

    .featurelist .btn-search-nav {
        position: absolute;
        width: 75px;
        height: 75px;
        left: 0;
        top: -12px;
        background: #E3E5F4;
        background-size: auto;
        background-size: 35px;
        border-radius: 50px;
        font-size: 0;
        animation: 1s blinks infinite alternate;
        cursor: pointer;
    }

    .featurelist .searchinput:focus {
        background: #fafaff;
    }

    .featurelist .searchresult {
        box-shadow: 0 0 0;
        background: transparent;
        margin-top: 0;
        padding: 20px;
        background: linear-gradient(#eee, #fff);
    }

        .featurelist .searchresult li {
            border-bottom: 0;
        }

@keyframes dingbefore {
    0% {
        transform: translate(-5px, -5px);
    }

    25% {
        transform: translate(5px, 5px);
    }

    50% {
        transform: translate(5px, -5px);
    }

    70% {
        transform: translate(-5px, 5px);
    }

    90% {
        transform: translate(0, 0 );
    }

    90% {
        transform: translate(-5px, -5px );
    }
}


.featurelist .back-2 {
    position: absolute;
    right: 110px;
    top: 70px;
    width: 300px;
    height: 300px;
    background: #fbb632;
    border-radius: 20px;
    /*! transform: translate(200px,0); */
    transition: 2s all ease;
}

.featurelist .back-1 {
    position: absolute;
    right: 140px;
    top: 40px;
    width: 350px;
    border-radius: 20px;
    /*! transform: translate(-400px,0); */
    transition: 3s all ease;
    z-index: 5;
    background: #f4f4f4;
    height: 360px;
}

.featurelist .main-img {
    position: absolute;
    right: 140px;
    top: 40px;
    width: 350px;
    border-radius: 20px;
    /*! transform: translate(-400px,0); */
    transition: 3s all ease;
    opacity: 0.9;
    z-index: 5;
}

.article-box {
    background: #fff url(/images/billgates.png) no-repeat left top;
    background-size: auto 100%;
    border-radius: 10px;
    display: inline-block;
    font-size: 0;
    margin: 13px auto;
    margin-right: 2%;
    min-height: 478px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 59%;
}

    .article-box .ititle {
        color: #0a3284;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

    .article-box > div:first-child:before {
        background: linear-gradient(#ddd,#fff);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .article-box div {
        display: inline-block;
        margin: 0 2%;
        position: relative;
        vertical-align: top;
        width: 42%;
    }

        .article-box div .titlearticle {
            color: #000;
            display: inline-block;
            font-size: 13px;
            font-weight: 400;
            line-height: 22px;
            line-height: 1.6;
            line-height: 30px;
            min-height: 30px;
            padding-bottom: 5px;
            padding-right: 13px;
            position: relative;
            text-align: justify;
            text-shadow: 0 0 .5px #fff;
            vertical-align: top;
            width: 65%;
        }

        .article-box div a {
            display: block;
            position: relative;
            width: 100%;
        }

        .article-box div ul li a {
            display: block;
            position: relative;
            width: 100%;
        }

            .article-box div ul li a .date {
                color: #b9b9b9;
                display: inline-table;
                display: block;
                font-size: 11px;
                font-weight: 400;
                left: 23px;
                position: absolute;
                text-align: center;
                top: 4px;
                vertical-align: bottom;
                width: 27%;
            }

            .article-box div ul li a::before {
                background: -webkit-linear-gradient(right,#eee,#fff);
                bottom: 0;
                content: '';
                height: 1px;
                left: 10%;
                margin: auto;
                position: absolute;
                right: 12px;
            }

.senddocumentsuccess {
    background: #afa;
    border-radius: 20px;
    padding: 50px;
    border: 5px solid #14aa57;
    font-size: 15px;
    margin: 20px 0 0 0;
    max-width: 500px;
}

.senddocumentfaild {
    background: #faa;
    border-radius: 20px;
    padding: 50px;
    border: 5px solid #da0000;
    font-size: 15px;
    margin: 20px 0 0 0;
    max-width: 500px;
}

.senddocumentpleaselogin {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    border: 5px solid #eaeaea;
    font-size: 15px;
    margin: 20px 0 0 0;
}

    .senddocumentpleaselogin .btn-sign {
        display: inline-block;
    }

.article-content .content-one {
    background: #fff;
}

.articlelist {
    font-size: 0;
    margin-top: 20px;
    width: 100%;
}

    .articlelist li {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 1px 2px rgba(0,0,50,0.05);
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 1.333333%;
        position: relative;
        vertical-align: top;
        width: 24%;
    }

        .articlelist li .summery-article p {
            padding: 10px;
        }

        .articlelist li h2 {
            color: #000;
            font-size: 16px;
            font-weight: 700;
            min-height: 50px;
            width: 100%;
        }

        .articlelist li img {
            border-radius: 10px;
            float: none;
            height: 15vw;
            margin-bottom: 20px;
            max-height: none;
            min-height: 240px;
            width: 100%;
        }

        .articlelist li:nth-child(4n) {
            margin-left: 0;
        }

.black-bg {
    background: #16161a;
}

.black-color {
    color: #16161a;
}

.book-events {
    margin: -30px 0 20px;
    position: relative;
}

    .book-events:before {
        background: url(/images/book-events.png) no-repeat center;
        background-size: 128px;
        content: '';
        height: 100%;
        position: absolute;
        right: 20px;
        top: 0;
        width: 200px;
        z-index: 1;
    }

.boxed-btn {
    background: #fff;
    border: 0;
    border: 1px solid #006ebf;
    color: #8f1bdc !important;
    color: #8f1bdc;
    cursor: pointer;
    display: inline-block;
    font-family: "WebmehrazFont";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 18px 44px;
    text-align: center;
    text-transform: uppercase;
}

    .boxed-btn.large-width {
        width: 220px;
    }

    .boxed-btn:focus {
        outline: none;
    }

    .boxed-btn:hover {
        background: #006ebf;
        border: 1px solid #006ebf;
        color: #fff !important;
    }

.brand-bg {
    background: #f1f4fa;
}

.btn-add-to-basket {
    background: #14aa57;
    background-size: 20px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 33px;
    width: auto !important;
}

.btn-add-to-favorite {
    background: url(/images/favorite-before.png) no-repeat center center;
    background-size: 20px;
}

.btn-comment {
    background: url(/images/comment.png) no-repeat center center;
    background-size: 20px;
}

.btn-comment {
    background: url(/images/comment.png) no-repeat center center;
    background-size: 20px;
}

.btn-download {
    position: relative;
    border-radius: 10px;
    color: #001e9f;
    font-size: 18px;
    font-weight: 500;
    margin: 50px 0 0;
    padding: 0 60px 0 22px;
    width: auto !important;
    line-height: 50px;
    height: 50px !important;
    box-sizing: content-box;
    transition: 0.5s all ease;
    display: inline-block;
    border: 3px solid #0e22b4;
    z-index: 2;
    background: #fff;
}

    .btn-download:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        background: url(/icons/091-shopping-cart.png) no-repeat center /22px;
    }

    .btn-download:hover {
        background: #fffcb5;
    }

.btn-calendar {
    border-radius: 8px;
    color: #424242;
    font-size: 16px;
    margin: 20px 0 0;
    width: 100%;
    box-shadow: 0 0 12px #e6e6e6;
    line-height: 44px;
    height: 44px !important;
    box-sizing: content-box;
    transition: 0.5s all ease;
    display: inline-block;
    text-align: right;
    font-family: WebmehrazFont;
    padding: 0;
    background-color: #fff;
    cursor: pointer;
    padding: 0 66px 0 0;
    box-sizing: border-box;
    background: url(/icons/addcalendar.png) no-repeat center right 10px;
    background-size: 50px;
    display: none;
}

    .btn-calendar:hover {
        background: #1171dd;
        color: #fff;
    }

.btn-share {
    background: url(/images/share.png) no-repeat center center;
    background-size: 20px;
}

.btn-viewcount {
    background: #d1f4ff;
    font-size: 12px;
    text-align: center;
    width: 110px !important;
}

.categoryevents {
    margin: 0 !important;
}

    .categoryevents .event-list-firstpage {
        display: block !important;
        padding: 0 20px 20px;
        position: relative;
        width: 100%;
    }

    .categoryevents .event-list-firstpage-close {
        display: none;
    }

    .categoryevents .event-list-firstpage.one-event {
        border-radius: 10px 0 10px 10px;
        display: block;
        margin-top: 55px;
    }

.categorylistitem {
    font-size: 0;
    margin-top: 30px;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding: 0;
    position: relative;
    width: 88%;
}

.mainacademies {
    display: inline-block;
    width: 75%;
    margin-right: 5%;
}

    .mainacademies form {
        margin-top: 20px;
    }

        .mainacademies form a {
            width: 170px;
        }

.content-info .description h6 {
    color: #000;
}

.content-info .description ul li h6 {
    color: #000;
}

.events {
    padding: 0;
}

    .events .container {
        width: 100%;
    }

    .events > .last-events-title-bar {
        color: #333;
        font-size: 18px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0;
        position: relative;
    }

    .events .last-events-title-bar a {
        background: #eee;
        border-radius: 20px;
        color: #555;
        display: block;
        float: left;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        position: relative;
        z-index: 1;
    }

        .events .last-events-title-bar a:hover {
            background: #ff0;
            color: #000;
        }

    .events .last-events-title-bar span {
        background: #fcfcfc;
        font-weight: bolder;
        padding-left: 19px;
        position: relative;
        z-index: 2;
    }

    .events .last-events-title-bar:before {
        background: #eee;
        content: '';
        display: block;
        height: 4px;
        position: relative;
        right: 0;
        top: 22px;
        width: 100%;
        z-index: 1;
    }

.extra-services {
    border-radius: 10px;
    font-size: 0;
    margin: 20px 0 60px;
    padding: 0;
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px 0 rgba(20,83,155,.08);
}

    .extra-services li {
        position: relative;
        border-radius: 10px;
        display: inline-block;
        margin-left: 1.5%;
        vertical-align: top;
        width: 15.41%;
    }

        .extra-services li:before {
            content: '';
            position: absolute;
            left: -5%;
            top: 0;
            width: 2px;
            height: 100%;
            background: linear-gradient(#eee,#ddd,#eee);
        }

        .extra-services li:last-child:before {
            display: none;
        }

        .extra-services li img {
            border-radius: 6px;
            width: 100%;
        }

        .extra-services li:last-child {
            margin-left: 0 !important;
        }

.firstpageonepoll {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(31,32,35,.07);
    display: block;
    font-size: 14px;
    margin: 20px;
    overflow: hidden;
    vertical-align: top;
}

    .firstpageonepoll .btnSingle {
        bottom: 49px;
        box-sizing: border-box;
        display: block;
        margin: 20px auto 0 0;
        position: absolute;
        text-align: center;
        width: 120px;
    }

    .firstpageonepoll .onepoll {
        background: #fff url(/icons/commingsoon.jpg) left 0 bottom 0 no-repeat;
        background-size: 50%;
        background-size: cover;
        border-radius: 2px;
        border-radius: 10px;
        box-sizing: border-box;
        direction: rtl;
        display: block;
        font-size: 12px;
        min-height: 440px;
        position: relative;
        text-align: justify;
    }

        .firstpageonepoll .onepoll .pnlResult {
            padding: 5px 16px 0;
        }

        .firstpageonepoll .onepoll .polloptions {
            list-style-type: none;
            padding-right: 20px;
            padding-top: 20px;
        }

            .firstpageonepoll .onepoll .polloptions li {
                display: block;
                height: 30px;
                line-height: 30px;
            }

                .firstpageonepoll .onepoll .polloptions li label {
                    font-size: 14px;
                    margin-right: 10px;
                    margin-top: 2px;
                }

                .firstpageonepoll .onepoll .polloptions li label, .firstpageonepoll .onepoll .polloptions li input {
                    display: inline-block;
                    vertical-align: middle;
                }

        .firstpageonepoll .onepoll form {
            padding: 20px;
        }

            .firstpageonepoll .onepoll form div {
                font-size: 15px;
                margin: 0 0 10px;
            }

            .firstpageonepoll .onepoll form label {
                margin-right: 10px;
            }

        .firstpageonepoll .onepoll h2 {
            border-radius: 10px 10px 0 0;
            color: #da0000;
            font-size: 16px;
            padding: 16px;
        }

        .firstpageonepoll .onepoll img {
            border-radius: 2px;
            box-shadow: 0 5px 11px #d7d7d7;
            display: block;
            width: 100%;
        }

        .firstpageonepoll .onepoll textarea {
            border: 0;
            border: 1px solid #eee;
            border-radius: 2px;
            display: block;
            font-family: webmehrazFont;
            height: 149px;
            margin: 15px auto;
            padding: 10px;
            position: relative;
            resize: none;
            width: 78%;
        }

.floating-container {
    direction: rtl;
    font-size: 0;
}

.banner {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

    .banner ul {
        list-style-type: none;
    }

        .banner ul li {
            width: 49%;
            display: inline-block;
            vertical-align: top;
            margin-left: 2%;
        }

            .banner ul li:nth-child(2n) {
                margin-left: 0;
            }

            .banner ul li a {
                display: block;
            }

                .banner ul li a img {
                    width: 100%;
                    border-radius: 5px;
                }

.fullad {
    position: relative;
}

    .fullad ul {
        list-style-type: none;
    }

    .fullad .show-desktop {
        display: block;
    }

    .fullad .show-mobile {
        display: none;
    }

    .fullad a {
        border-radius: 10px;
        box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
        display: block;
        margin-bottom: 20px;
    }

        .fullad a img {
            border-radius: 10px;
            width: 100%;
        }

.gray-bg {
    background: #f5f5f5;
    background: #f7f7fd;
}

.group-slide-box {
    display: inline-block;
    margin-right: 2%;
    width: 81%;
}

.groupboxes {
    direction: rtl;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    text-align: right;
    vertical-align: top;
    width: 23%;
}

    .groupboxes img {
    }

    .groupboxes ul {
        font-size: 0;
    }

        .groupboxes ul li {
            color: #333;
            display: block;
            font-size: 13px;
            height: 118px;
            margin-bottom: -13px;
        }

            .groupboxes ul li a {
                border-radius: 6px;
                cursor: pointer;
                display: block;
                height: 90px;
                text-align: right;
                background: #fff;
                position: relative;
                font-size: 15px;
                padding-right: 101px;
                line-height: 90px;
                box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
            }

                .groupboxes ul li a h2 {
                    font-size: 14px;
                    color: #333;
                }

                .groupboxes ul li a img {
                    position: absolute;
                    width: 60px;
                    right: 12px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

                .groupboxes ul li a:before {
                    content: '';
                    position: absolute;
                    right: 92px;
                    height: 75%;
                    background: linear-gradient(#fff,#9f9f9f,#fff);
                    width: 1px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

                .groupboxes ul li a span {
                    color: #a6a6a6;
                    display: inline-block;
                    font-size: 12px;
                    padding: 5px 0;
                    vertical-align: top;
                    width: 33.333%;
                }

                    .groupboxes ul li a span img {
                        margin-bottom: 4px;
                        opacity: .3;
                        width: 22px;
                    }

                .groupboxes ul li a:hover div {
                    background: -webkit-linear-gradient(right,yellow,#fff);
                }

                .groupboxes ul li a:hover p {
                    background: #3265cb;
                    color: #fff;
                }

            .groupboxes ul li div {
                background: -webkit-linear-gradient(right,#eee,#fff);
                border-radius: 3px;
                border-right: 3px solid #3366d2;
                display: none;
                margin-top: 13px;
                text-align: center;
            }

            .groupboxes ul li h2 {
            }

            .groupboxes ul li p {
                display: none;
            }

            .groupboxes ul li:last-child {
                height: auto;
                margin-bottom: 0;
                margin-left: 0 !important;
                margin-left: 0 !important;
            }

            .groupboxes ul li:hover a {
                background: #fffcb9;
            }

.homelink {
    color: #000;
    font-size: 15px;
}

.ititle {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-align: right;
    text-align: center;
}

.last-events {
    border-radius: 10px;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    position: relative;
}

    .last-events:before {
        background: url(/images/last-events.png) no-repeat center;
        background-size: 150px;
        content: '';
        display: none;
        height: 100%;
        position: absolute;
        right: 50px;
        top: 0;
        width: 200px;
    }

.mobilenotshow {
    display: block;
}

.musicplayer img {
    max-height: 34px;
}

.musicplayer:hover {
    cursor: pointer;
    filter: invert(0.8);
}

.plus-events {
    margin: 20px 0;
    position: relative;
}

    .plus-events:before {
        background: url(/images/haminarplus.png) no-repeat center;
        background-size: 128px;
        content: '';
        height: 100%;
        position: absolute;
        right: 20px;
        top: 0;
        width: 200px;
    }

.reservation-box {
    background: #fff;
    border-radius: 3px;
    border-radius: 10px;
    box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
    direction: rtl;
    display: inline-block;
    margin-top: 13px;
    min-height: 157px;
    padding: 20px 20px 30px;
    position: relative;
    vertical-align: top;
    width: 39%;
}

    .reservation-box .reservation-box-container {
        direction: rtl;
        position: relative;
        text-align: right;
    }

    .reservation-box #timecountdown {
        background: #fff;
        border-radius: 0;
        border-top: 1px solid #eee;
        bottom: 0;
        color: #111;
        font-size: 16px !important;
        height: 32px !important;
        left: 10px;
        padding: 0 30px;
        position: absolute;
        right: 10px;
        top: auto;
        width: auto;
    }

        .reservation-box #timecountdown span {
            color: #999;
            font-size: 11px;
        }

    .reservation-box .ititle {
        color: #0a3284;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

.reservation-box-container ul {
    font-size: 0;
    padding: 15px 0 0;
}

    .reservation-box-container ul li {
        display: inline-block;
        font-size: 11px;
        height: 119px;
        position: relative;
        vertical-align: top;
        width: 50%;
    }

        .reservation-box-container ul li a {
            display: block;
            position: relative;
        }

            .reservation-box-container ul li a h2 {
                color: #333;
                font-size: 16px;
                font-weight: 700;
                height: 30px;
                margin: 10px 0 0 !important;
                padding: 0 !important;
            }

            .reservation-box-container ul li a img {
                border: 1px solid #eee;
                border-radius: 4px;
                border-radius: 46px;
                box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
                box-sizing: border-box;
                float: right;
                height: 90px;
                margin-bottom: 50px;
                margin-left: 10px;
                padding: 3px;
                width: 90px;
            }

            .reservation-box-container ul li a p {
                color: #9b9b9b;
                float: right;
                font-size: 14px;
                line-height: 1.8;
                margin: 0;
                padding: 0;
                width: 50%;
            }

.secentnav {
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
    margin: 0 auto;
    text-align: left;
}

    .secentnav a {
        color: #0d0c0c;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 0 18px;
    }

    .secentnav img {
        height: 40px;
    }

    .secentnav li {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

.slider-area {
    border-radius: 10px;
    display: inline-block;
    margin: 13px auto;
    margin-right: 2%;
    max-width: 1000px;
    min-height: 464px;
    overflow: hidden;
    padding: 45px 0;
    position: relative;
    width: 59%;
}

    .slider-area img {
        bottom: 10px;
        left: 0;
        position: absolute;
        width: 71%;
    }

.slider-area-text {
    direction: rtl;
    line-height: .2;
    position: absolute;
    right: 35px;
    text-align: justify;
    top: 50px;
    width: 33%;
}

    .slider-area-text h1 {
        -webkit-text-stroke: 1px;
        color: #006ebf;
        font-size: 25px;
        font-weight: 700;
        padding: 20px 0;
    }

.slider-area:before {
    background: -webkit-linear-gradient(left,#006ebf,#2593e3);
    content: '';
    display: none;
    height: 100%;
    left: -32%;
    position: absolute;
    top: 0;
    transform: skew(20deg);
    width: 50%;
}

.statistics {
    font-size: 0 !important;
    margin: 100px 0 30px;
}

    .statistics li {
        background: #2d2c2c;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        height: 168px;
        margin-left: 2%;
        padding: 41px 0;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 32%;
    }

        .statistics li:nth-child(2n) {
            background: #fa8100;
        }

        .statistics li:nth-child(3n) {
            background: #001e9f;
            margin-left: 0;
        }

    .statistics span {
        font-size: 30px;
        font-weight: 700;
    }

.testimonial-bg {
    background: #f9fafc;
}

.theme-bg {
    background: #8f1bdc;
}

.theme-color {
    color: #8f1bdc;
}

.timeover {
    background: #f4f4f4 !important;
    border-radius: 7px !important;
    color: #ca4b4b !important;
    font-size: 19px !important;
    padding: 5px !important;
}

.title-articleall {
    color: #000;
    font-size: 0;
    font-weight: 700;
    margin-top: 25px;
    text-align: center;
    margin: 0 !important;
    padding: 0;
}

    .title-articleall img {
        border-radius: 10px;
        width: 100%;
    }

.article-area {
    padding: 0 !important;
}

.tools {
    font-size: 0;
    left: 16px;
    position: absolute;
    top: 0;
}

    .tools > a {
        display: inline-block;
        height: 40px;
        margin-right: 5px;
        vertical-align: top;
        vertical-align: 45px;
        width: 45px;
    }

        .tools > a:hover {
            cursor: pointer;
        }

    .tools .mainpriceshow {
        font-size: 15px;
        position: absolute;
        top: 6px;
        left: 0;
        color: #0d0d0d;
        direction: rtl;
        text-align: left;
        background: linear-gradient(90deg, #fee, #fffafa);
        border-radius: 10px;
        height: 30px;
        line-height: 30px;
        width: 200px;
        padding-left: 13px;
    }

        .tools .mainpriceshow strong {
            font-size: 25px;
            color: #da0000;
            letter-spacing: -2px;
            font-weight: 200;
        }

header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 90px;
    line-height: 90px;
    z-index: 8;
    margin-bottom: 20px;
}

    header .addevent {
        background: #eee;
        background-size: 34px;
        border-radius: 6px;
        color: #000;
        height: 40px;
        left: 0;
        line-height: 40px;
        padding-right: 40px;
        position: absolute;
        text-align: center;
        text-align: center;
        text-decoration: none;
        width: 150px;
        z-index: 1;
        font-weight: bold;
        top: 25px;
        margin: auto;
    }

        header .addevent:before {
            background: #0e22b4 url(/icons/plus.png) no-repeat center center;
            background-size: 28px;
            border-radius: 27px;
            box-sizing: border-box;
            content: '';
            filter: invert(0);
            height: 20px;
            padding: 15px;
            position: absolute;
            right: 7px;
            top: 5px;
            width: 20px;
        }

.fixedheader {
}

.topheader {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 25px;
    vertical-align: middle;
    position: relative;
}

    .topheader.topheaderplatformtitle {
        margin-left: 35px;
    }

        .topheader.topheaderplatformtitle strong {
            color: #0000ab !important;
            font-weight: 500;
            font-size: 20px
        }

        .topheader.topheaderplatformtitle span {
            color: #999;
        }

    .topheader.topheaderchat {
        background: url(/icons/ico-sms.png) no-repeat center right;
        background-size: 14px;
        padding-right: 16px;
        margin-left: 0;
    }

    .topheader a {
        color: #666;
        cursor: pointer;
        display: block;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
    }

        .topheader a:hover {
            color: #000;
        }

    .topheader.leftnav {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }

    .topheader.jozvechi {
        font-size: 0;
    }

        .topheader.jozvechi a {
            font-size: 0;
        }

        .topheader.jozvechi img {
            height: 30px;
            margin: 5px 0;
            border-radius: 8px;
        }

.typewriter {
    position: relative;
    height: 40px;
    padding: 0 23px 0 0;
    border-radius: 2px;
    margin: 0 0 0px;
}

    .typewriter:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 0px;
        background: #0f23b4;
        position: absolute;
        top: 15px;
        right: 0;
        animation: 1s infinite winking;
        border-radius: 3px;
    }

    .typewriter p {
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto;
        animation: typing 6.5s steps(100, end), blink-caret 2.5s step-end infinite;
        font-size: 14px;
        text-align: right;
        direction: rtl;
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
        color: #979393;
        text-shadow: 0 0 0.5px #e1e1e1;
        letter-spacing: -0.5px
    }

        .typewriter p a {
            color: #000;
        }

.typewriterul {
    display: none;
}

.video-events {
    margin: -30px 0 20px;
    position: relative;
}

    .video-events:before {
        background: url(/images/video-events.png) no-repeat center;
        background-size: 128px;
        content: '';
        height: 100%;
        position: absolute;
        right: 20px;
        top: 0;
        width: 200px;
        z-index: 1;
    }

.webinarmore {
    border: 2px solid #0e4aff;
    border-radius: 29px;
    color: #0e4aff !important;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    line-height: 34px;
    opacity: 1;
    padding: 0 12px;
    position: absolute;
    left: 15px;
    transition: 0.5s all ease;
    position: absolute;
    bottom: 15px;
}

.white-bg {
    background: #fff;
}

.white-bg {
    background: #fff;
}

.white-color {
    color: #fff;
}

[data-opacity="1"]::before {
    opacity: .1;
}

[data-opacity="2"]::before {
    opacity: .2;
}

[data-opacity="3"]::before {
    opacity: .3;
}

[data-opacity="4"]::before {
    opacity: .4;
}

[data-opacity="5"]::before {
    opacity: .5;
}

[data-opacity="6"]::before {
    opacity: .6;
}

[data-opacity="7"]::before {
    opacity: .7;
}

[data-opacity="8"]::before {
    opacity: .8;
}

[data-opacity="9"]::before {
    opacity: .9;
}

[data-overlay] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    [data-overlay]::before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #eee url(/icons/drp-icon.png) no-repeat center left 15px !important;
    background-size: 15px !important;
    text-decoration: none;
}

@keyframes rotatelittle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0);
    }

    50% {
        color: #ff0;
        transform: rotate(2deg) scale(1.1);
    }
}

#scrollUp {
    background: #8f1bdc;
    border: 2px solid transparent;
    border-radius: 50%;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    right: 31px;
    text-align: center;
    width: 50px;
}

    #scrollUp:hover {
        color: #fff;
    }

.bg-img-1 {
    background-image: url(/images/slider/slider-img-1.jpg);
}

.bg-img-2 {
    background-image: url(/images/background-img/bg-img-2.jpg);
}

.border-btn {
    -moz-user-select: none;
    background: none;
    border: 2px solid #8f1bdc;
    border-radius: 5px;
    color: #8f1bdc;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px;
    margin: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 18px 38px;
    position: relative;
    position: relative;
    text-transform: capitalize;
    transition: color .4s linear;
}

    .border-btn.border-btn2 {
        padding: 17px 52px;
    }

    .border-btn::before {
        background: #8f1bdc;
        border: 2px solid transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleY(0);
        transform-origin: 0 0;
        transition: transform .5s;
        transition-timing-function: ease;
        transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
        width: 100%;
        z-index: -1;
    }

    .border-btn:hover::before {
        order: 2px solid transparent;
        transform: scaleY(1);
    }

.bounce-animate {
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: float-bob;
    -ms-animation-timing-function: linear;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: float-bob;
    -o-animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: float-bob;
}

.breadcrumb > .active {
    color: #888;
}

.btn {
    -moz-user-select: none;
    background: #0E22B4;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: webmehrazfont;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    letter-spacing: 1px;
    line-height: 46px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 2px 1px #0003;
}

}

.btn.focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.btn.returnbtn {
    background: linear-gradient(yellow,#ffb300);
    color: #8a6215 !important;
    opacity: .5;
}

    .btn.returnbtn:hover {
        opacity: 1;
    }

.btn:hover {
}

.capitalize {
    text-transform: capitalize;
}

.card-btn1 {
    background: #00d8ff;
    border-radius: 6px;
    font-weight: 700;
    padding: 21px 40px;
    text-transform: uppercase;
}

    .card-btn1::before {
        background: #ff374b;
    }

.checkbox {
    background: #fff0f0;
    border: 2px solid #eee;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 7px 10px 6px 33px;
    position: relative;
}

    .checkbox input {
        display: none;
    }

    .checkbox strong {
        color: #146630;
        display: block;
        font-weight: 400;
        text-shadow: 0 0 .5px #fff;
    }

    .checkbox.active {
        background: #d2ffcb;
        border: 2px solid #14aa57;
        color: #000;
    }

        .checkbox.active:before {
            background: #14aa57 url(/icons/check.png) no-repeat center center;
            background-size: 10px;
        }

    .checkbox:before {
        background: #fff;
        border-radius: 4px;
        bottom: 0;
        box-shadow: 0 0 2px #777;
        content: '';
        height: 17px;
        left: 13px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 17px;
    }

.classes {
    margin: 20px 0 0;
}

    .classes .btn-download {
        font-size: 15px;
    }

    .classes .item {
        margin-bottom: 0;
        padding: 20px 50px 20px 20px;
        position: relative;
        min-height: 86px;
        line-height: 40px;
        background: #fff;
    }

.timespan {
    direction: ltr;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    padding-right: 20px;
    margin-right: 30px
}

    .timespan:before {
        content: 'ساعت';
        position: absolute;
        right: -15px;
        font-size: 10px;
        font-weight: 500;
        color: #14aa57;
    }

.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 .item .btn-video {
    float: left;
}

.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;
}

    .classes .buythisevent:hover {
        background: #fffcb5;
    }

.clear {
    clear: both;
}

.content-price {
    background: #fb6400;
    background: rgb(255, 252, 181);
    border-radius: 20px;
    color: #57574a;
    display: block;
    line-height: 2;
    margin-top: 16px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.15);
}

    .content-price span {
        color: #006ebf;
        display: inline-block;
        font-size: 19px;
        font-weight: 500;
        height: 32px;
        line-height: 32px;
        margin: 0 8px;
        padding: 0 4px;
        vertical-align: middle;
        height: 100px;
        line-height: 100px;
        color: #148855;
    }

    .content-price strong {
        color: #686515;
        display: inline-block;
        font-size: 16px;
        font-weight: 200;
        text-align: center;
        text-shadow: 0 0 .5px #fff;
        vertical-align: middle;
    }

        .content-price strong ins {
            text-decoration: none;
            font-size: 50px;
            color: #2d2d2d;
            font-weight: normal;
            font-weight: 500;
            letter-spacing: -5px;
            margin: 0 15px;
        }

.course-lst {
    position: relative;
}

    .course-lst li a {
        border-bottom: 1px solid #eee;
        color: #222;
        display: block;
        height: 40px;
        line-height: 40px;
    }

    .course-lst li:first-child a {
        border-top: 1px solid #eee;
    }

.cta-bg-1 {
    background-image: url(/images/background-img/bg-img-3.jpg);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.firstpageonepoll .result-text {
    padding: 0 20px;
}

.fix {
    overflow: hidden;
}

.header-btn {
    background: #4043bc;
    min-width: 120px;
    padding: 20px 11px;
    position: relative;
}

    .header-btn::before {
        background: #ec4683;
    }

.img {
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    max-width: 100%;
    transition: all .3s ease-out 0s;
}

.logo {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
}

    .logo img {
        height: 70px;
        margin: 0 !important;
        width: auto;
    }

    .logo img {
        height: 60px;
        width: auto;
    }

.mb-10 {
    margin-bottom: 10px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-200 {
    margin-left: 200px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-200 {
    margin-right: 200px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.oneanswerresult {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    width: 50%;
}

    .oneanswerresult span {
        background: #fff;
        background: #eee;
        border-radius: 4px;
        display: block;
        height: 10px;
        margin: 10px 0;
        width: 100%;
    }

        .oneanswerresult span b {
            background: #00b7ff;
            border-radius: 4px;
            display: inline-block;
            height: 10px;
            transition: 2s all ease;
            vertical-align: top;
        }

.overlay {
    position: relative;
    z-index: 0;
}

.overlay2 {
    position: relative;
    z-index: 0;
}

    .overlay2::before {
        background-color: #2E2200;
        content: "";
        height: 100%;
        left: 0;
        opacity: .5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.overlay::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.owl-carousel .owl-nav div {
    background: rgba(255,255,255,0.8) none repeat scroll 0 0;
    color: #646464;
    font-size: 22px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    visibility: visible;
    width: 40px;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: -30px;
    }

        .owl-carousel .owl-nav div.owl-next i {
            position: relative;
            right: 0;
            top: 1px;
        }

    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        right: 1px;
        top: 0;
    }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

    .owl-carousel:hover .owl-nav div:hover {
        background: #ff3500;
        color: #fff;
    }

.padding-0 {
    padding: 0 !important;
}

.padding-20 {
    padding: 20px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-200 {
    padding-left: 200px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.plus-list {
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
}

    .plus-list li {
        display: block;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

        .plus-list li:nth-child(2n) {
            background: #fafafa;
        }

.pr-10 {
    padding-right: 10px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-200 {
    padding-right: 200px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-260 {
    padding-top: 260px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.radius-btn {
    border-radius: 6px;
    padding: 20px 22px;
}

.send-btn {
    background: #8f1bdc;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 55px;
    overflow: hidden;
    position: relative;
    transition: color .4s linear;
    width: 100%;
    z-index: 1;
}

    .send-btn::before {
        background: #e6373d;
        border: 2px solid transparent;
        color: #8f1bdc;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: transform .5s;
        transition-timing-function: ease;
        transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
        width: 100%;
        z-index: -1;
    }

    .send-btn:hover::before {
        color: red;
        order: 2px solid transparent;
        transform: scaleY(1);
    }

.separator {
    border-top: 1px solid #f2f2f2;
}

.sticky-bar {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.theme-overlay {
    position: relative;
}

    .theme-overlay::before {
        background: #1696e7 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%;
    }

.uppercase {
    text-transform: uppercase;
}

a {
    color: #635c5c;
}

a, .button {
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

a, button {
    color: #011e9f;
    outline: medium none;
}

    a:focus, .button:focus {
        outline: none;
        text-decoration: none;
    }

    a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
        text-decoration: none;
    }

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}

.rotateme {
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-name: rotateme;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.preloader {
    -o-transition: .6s;
    -webkit-transition: .6s;
    background-color: #f7f7f7;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: .6s;
    width: 100%;
    z-index: 999999;
}

    .preloader .pere-text strong {
        color: #dca73a;
        font-weight: 800;
        text-transform: uppercase;
    }

    .preloader .preloader-circle {
        -o-transition: .6s;
        -webkit-animation: zoom 2000ms infinite ease;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        -webkit-transition: .6s;
        animation: zoom 2000ms infinite ease;
        background-color: #fff;
        border-color: #006ebf transparent transparent;
        border-radius: 50%;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        height: 100px;
        position: relative;
        transition: .6s;
        width: 100px;
        z-index: 10;
    }

    .preloader .preloader-circle2 {
        border-top-color: #0078ff;
    }

    .preloader .preloader-img {
        -ms-transform: translateY(-50%);
        -o-transition: .6s;
        -webkit-transform: translateY(-50%);
        -webkit-transition: .6s;
        display: inline-block;
        left: 0;
        margin: 0 auto;
        padding-top: 6px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: .6s;
        z-index: 200;
    }

        .preloader .preloader-img img {
            max-width: 55px;
        }

@-webkit-keyframes zoom {
    0% {
        -o-transition: .6s;
        -webkit-transform: rotate(0deg);
        -webkit-transition: .6s;
        transform: rotate(0deg);
        transition: .6s;
    }

    100% {
        -o-transition: .6s;
        -webkit-transform: rotate(360deg);
        -webkit-transition: .6s;
        transform: rotate(360deg);
        transition: .6s;
    }
}

@keyframes zoom {
    0% {
        -o-transition: .6s;
        -webkit-transform: rotate(0deg);
        -webkit-transition: .6s;
        transform: rotate(0deg);
        transition: .6s;
    }

    100% {
        -o-transition: .6s;
        -webkit-transform: rotate(360deg);
        -webkit-transition: .6s;
        transform: rotate(360deg);
        transition: .6s;
    }
}

.black-bg {
    background: #16161a;
}

.black-color {
    color: #16161a;
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

    .blog-info-link li a {
        color: #999;
    }

    .blog-info-link li i, .blog-info-link li span {
        font-size: 13px;
        margin-right: 5px;
    }

    .blog-info-link li::after {
        content: "|";
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-info-link li:last-child::after {
        display: none;
    }

.blog-info-link::after {
    clear: both;
    content: "";
    display: block;
    display: table;
}

.blog-pagination {
    margin-top: 80px;
}

    .blog-pagination .page-item.active .page-link {
        background-color: #fbf9ff;
        border-color: #f0e9ff;
        color: #888;
    }

    .blog-pagination .page-item:last-child .page-link {
        margin-right: 0;
    }

    .blog-pagination .page-link {
        border: 1px solid #f0e9ff;
        border-radius: 0 !important;
        color: #8a8a8a;
        display: block;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        margin-left: -1px;
        margin-right: 10px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 45px;
    }

        .blog-pagination .page-link i, .blog-pagination .page-link span {
            font-size: 13px;
        }

.blog_categorie_area {
    padding-bottom: 30px;
    padding-top: 30px;
}

.blog_details {
    box-shadow: 0 10px 20px 0 rgba(221,221,221,0.3);
    padding: 30px 0 20px 10px;
}

    .blog_details a {
        color: #ff8b23;
    }

        .blog_details a:hover {
            color: #ff5c97;
        }

    .blog_details h2 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .blog_details p {
        margin-bottom: 30px;
    }

.blog_item {
    margin-bottom: 50px;
}

.blog_item_img {
    position: relative;
}

    .blog_item_img .blog_item_date {
        background-color: #8f1bdc;
        border-radius: 5px;
        bottom: -10px;
        color: #fff;
        display: block;
        left: 10px;
        padding: 8px 15px;
        position: absolute;
    }

        .blog_item_img .blog_item_date h3 {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 0;
        }

        .blog_item_img .blog_item_date p {
            color: #fff;
            font-size: 18px;
            margin-bottom: 0;
        }

.blog_right_sidebar .br {
    background: #eee;
    height: 1px;
    margin: 30px 0;
    width: 100%;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
}

    .blog_right_sidebar .instagram_feeds .instagram_row li {
        float: left;
        margin-bottom: 15px;
        padding-left: 6px;
        padding-right: 6px;
        width: 33.33%;
    }

.blog_right_sidebar .newsletter_widget .form-control {
    border-color: #f0e9ff;
    border-radius: 0;
    color: #999;
    font-size: 13px;
    height: 50px;
    padding-left: 20px;
}

    .blog_right_sidebar .newsletter_widget .form-control::placeholder {
        color: #999;
    }

    .blog_right_sidebar .newsletter_widget .form-control:focus {
        border-color: #f0e9ff;
        box-shadow: none;
        outline: 0;
    }

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border: 1px solid #f0e9ff;
    border-left: 0;
    border-left: 0;
    padding: 4px 15px;
}

    .blog_right_sidebar .newsletter_widget .input-group button i, .blog_right_sidebar .newsletter_widget .input-group button span {
        color: #fff;
        font-size: 14px;
    }

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    align-self: center;
    justify-content: center;
    padding-left: 20px;
}

    .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
        color: #fff;
    }

    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
        transition: all .3s linear;
    }

    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
    }

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    padding-bottom: 12px;
    transition: all .3s ease 0s;
}

    .blog_right_sidebar .post_category_widget .cat-list li + li {
        padding-top: 15px;
    }

    .blog_right_sidebar .post_category_widget .cat-list li a {
        color: #888;
        font-size: 14px;
        line-height: 20px;
    }

        .blog_right_sidebar .post_category_widget .cat-list li a p {
            margin-bottom: 0;
        }

    .blog_right_sidebar .post_category_widget .cat-list li:last-child {
        border-bottom: 0;
    }

.blog_right_sidebar .search_widget .form-control {
    border-color: #f0e9ff;
    border-radius: 0;
    border-right: 0;
    color: #999;
    font-size: 13px;
    height: 50px;
    padding-left: 20px;
}

    .blog_right_sidebar .search_widget .form-control::placeholder {
        color: #999;
    }

    .blog_right_sidebar .search_widget .form-control:focus {
        border-color: #f0e9ff;
        box-shadow: none;
        outline: 0;
    }

.blog_right_sidebar .search_widget .input-group button {
    background: #8f1bdc;
    border: 1px solid #f0e9ff;
    border-left: 0;
    border-left: 0;
    cursor: pointer;
    padding: 4px 15px;
}

    .blog_right_sidebar .search_widget .input-group button i {
        color: #fff;
    }

    .blog_right_sidebar .search_widget .input-group button span {
        color: #999;
        font-size: 14px;
    }

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    margin-bottom: 30px;
    padding: 30px;
}

    .blog_right_sidebar .single_sidebar_widget .btn_1 {
        margin-top: 0;
    }

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

    .blog_right_sidebar .tag_cloud_widget ul li a {
        background: #fff;
        border: 1px solid #eee;
        color: #888;
        display: inline-block;
        font-size: 13px;
        margin-bottom: 8px;
        margin-right: 3px;
        padding: 4px 20px;
        transition: all .3s ease 0s;
    }

        .blog_right_sidebar .tag_cloud_widget ul li a:hover {
            -webkit-text-fill-color: #fff;
            -webkit-transition: .5s;
            background: #8f1bdc;
            color: #fff !important;
            text-decoration: none;
            transition: .5s;
        }

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

    .blog_right_sidebar .widget_title::after {
        border-bottom: 1px solid #f0e9ff;
        content: "";
        display: block;
        padding-top: 15px;
    }

.brand-bg {
    background: #f1f4fa;
}

.categories_post {
    cursor: pointer;
    position: relative;
    text-align: center;
}

    .categories_post .categories_details {
        align-items: center;
        background: rgba(34,34,34,0.75);
        bottom: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        transition: all .3s linear;
    }

        .categories_post .categories_details .border_line {
            background: #fff;
            height: 1px;
            margin: 10px 0;
            width: 100%;
        }

        .categories_post .categories_details h5 {
            color: #fff;
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 0;
            position: relative;
            text-transform: uppercase;
        }

        .categories_post .categories_details p {
            font-size: 14px;
            font-weight: 300;
            line-height: 26px;
            margin-bottom: 0;
        }

    .categories_post img {
        max-width: 100%;
    }

    .categories_post:hover .categories_details {
        background: rgba(222,99,32,0.85);
    }

.causes_item {
    background: #fff;
}

    .causes_item .causes_bottom a {
        border: 1px solid;
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 50px;
        text-align: center;
        width: 50%;
    }

        .causes_item .causes_bottom a + a {
            background: #fff;
            border-color: #eee;
            font-size: 14px;
        }

    .causes_item .causes_img {
        position: relative;
    }

        .causes_item .causes_img .c_parcent {
            background: rgba(255,255,255,0.5);
            bottom: 0;
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%;
        }

            .causes_item .causes_img .c_parcent span {
                bottom: 0;
                height: 3px;
                left: 0;
                position: absolute;
                width: 70%;
            }

                .causes_item .causes_img .c_parcent span:before {
                    bottom: 0;
                    color: #fff;
                    content: "75%";
                    padding: 0 5px;
                    position: absolute;
                    right: -10px;
                }

    .causes_item .causes_text {
        padding: 30px 35px 40px 30px;
    }

        .causes_item .causes_text h4 {
            cursor: pointer;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .causes_item .causes_text p {
            font-size: 14px;
            font-weight: 300;
            line-height: 24px;
            margin-bottom: 0;
        }

.causes_slider .owl-dots {
    margin-top: 80px;
    text-align: center;
}

    .causes_slider .owl-dots .owl-dot {
        background: #eee;
        display: inline-block;
        height: 14px;
        margin-right: 7px;
        width: 14px;
    }

        .causes_slider .owl-dots .owl-dot:last-child {
            margin-right: 0;
        }

.footer-support {
    background-size: 63%;
    display: block;
    font-size: 23px;
    height: 38px;
    margin: 0 auto;
    width: 50%;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    background: #053298;
    border-radius: 14px;
    line-height: 38px;
}

.full_image.single-blog {
    position: relative;
}

    .full_image.single-blog .date {
        color: #fff;
    }

    .full_image.single-blog .single-blog-content {
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        -webkit-transition: all .3s ease-out 0s;
        bottom: 0;
        left: 35px;
        opacity: 0;
        position: absolute;
        transition: all .3s ease-out 0s;
        visibility: hidden;
    }

    .full_image.single-blog a {
        font-size: 20px;
        font-weight: 600;
    }

    .full_image.single-blog h4 {
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        -webkit-transition: all .3s ease-out 0s;
        border-bottom: none;
        padding-bottom: 5px;
        transition: all .3s ease-out 0s;
    }

    .full_image.single-blog:hover .single-blog-content {
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        -webkit-transition: all .3s ease-out 0s;
        opacity: 1;
        transition: all .3s ease-out 0s;
        visibility: visible;
    }

.gray-bg {
    background: #f5f5f5;
    background: #f7f7fd;
}

.inner-padding {
    padding-top: 450px;
}

.single-blog {
    margin-bottom: 30px;
    overflow: hidden;
}

    .single-blog .date {
        color: #666;
        display: inline-block;
        font-size: 13px;
        font-weight: 300;
        text-align: left;
    }

    .single-blog .likes {
        margin-right: 16px;
    }

    .single-blog .single-blog-content {
        padding: 30px;
    }

        .single-blog .single-blog-content .meta-bottom i {
            color: #fdcb9e;
            font-size: 13px;
            margin-right: 7px;
        }

        .single-blog .single-blog-content .meta-bottom p {
            font-size: 13px;
            font-weight: 300;
        }

    .single-blog .tag {
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: 300;
        margin-right: 22px;
        position: relative;
        text-align: left;
    }

        .single-blog .tag:after {
            background: #acacac;
            content: '';
            height: 10px;
            position: absolute;
            right: -12px;
            top: 7px;
            width: 1px;
        }

    .single-blog .thumb {
        overflow: hidden;
        position: relative;
    }

        .single-blog .thumb:after {
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            -webkit-transition: all .3s ease-out 0s;
            background: #000;
            content: '';
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: all .3s ease-out 0s;
            width: 100%;
        }

    .single-blog a {
        font-size: 20px;
        font-weight: 600;
    }

    .single-blog h4 {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 25px;
        padding-bottom: 34px;
    }

    .single-blog:hover {
        box-shadow: 0 10px 20px 0 rgba(42,34,123,0.1);
    }

        .single-blog:hover .thumb:after {
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            -webkit-transition: all .3s ease-out 0s;
            opacity: .7;
            transition: all .3s ease-out 0s;
        }

.single-post h2 {
    color: #000;
    font-family: "WebmehrazFont";
    font-style: normal;
    font-weight: 500;
    margin-top: 20px 0 0 0;
    padding: 0 10px;
    text-align: right;
    text-transform: normal;
}

.single-post-area {
    padding-bottom: 180px;
    padding-top: 25px;
}

.single-recent-blog-post {
    margin-bottom: 30px;
}

    .single-recent-blog-post .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .single-recent-blog-post .details {
        padding-top: 30px;
    }

        .single-recent-blog-post .details .sec_h4 {
            line-height: 24px;
            padding: 10px 0 13px;
            transition: all .3s linear;
        }

    .single-recent-blog-post .thumb {
        overflow: hidden;
    }

        .single-recent-blog-post .thumb img {
            transition: all .7s linear;
        }

    .single-recent-blog-post:hover img {
        transform: scale(1.23) rotate(10deg);
    }

.tagadd {
    background: #f2e631;
    border-radius: 4px;
    bottom: 0;
    cursor: pointer;
    font-size: 34px;
    height: 45px;
    left: 0;
    line-height: 49px;
    position: absolute;
    text-align: center;
    width: 45px;
}

    .tagadd:hover {
        background: #14aa57;
    }

.tags .tag_btn {
    border: 1px solid #eee;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 1px 18px;
    text-align: center;
}

    .tags .tag_btn + .tag_btn {
        margin-left: 2px;
    }

.testimonial-bg {
    background: #f9fafc;
}

.testimonial-padding {
    padding-bottom: 157px;
    padding-top: 157px;
}

.theme-bg {
    background: #8f1bdc;
}

.theme-color {
    color: #8f1bdc;
}

.tips-padding {
    padding-bottom: 150px;
    padding-top: 185px;
}

.white-bg {
    background: #fff;
}

.white-color {
    color: #fff;
}

#test-form {
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: inline-block;
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}

    #test-form .mfp-close-btn-in .mfp-close {
        color: #333;
        display: none !important;
    }

    #test-form button.mfp-close {
        -webkit-appearance: none;
        background: transparent;
        background: #4A3600;
        border: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: none;
        color: #fff !important;
        cursor: pointer;
        display: none !important;
        display: block;
        height: 40px;
        line-height: 20px;
        outline: none;
        overflow: visible;
        padding: 0;
        position: absolute;
        position: absolute;
        right: 0;
        right: -6px;
        text-align: center;
        touch-action: manipulation;
        width: 40px;
        z-index: 1046;
    }

.best-pricing::before {
    background-image: -moz-linear-gradient(0deg,#f9218d 0%,#6c19f6 100%);
    background-image: -webkit-linear-gradient(0deg,#00d8ff 0%,#006ebf 100%);
}

.bradcam_area {
    background-position: center center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
}

    .bradcam_area h3 {
        color: #fff;
        font-family: "WebmehrazFont";
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 0;
        text-transform: capitalize;
    }

.breadcam_bg {
    background-image: url(/images/banner/bradcam.png);
}

.breadcam_bg_1 {
    background-image: url(/images/banner/bradcam2.png);
}

.breadcam_bg_2 {
    background-image: url(/images/banner/bradcam3.png);
}

.button-area {
    background: #fff;
}

    .button-area .border-top-generic {
        border-top: 1px dotted #eee;
        padding: 70px 15px;
    }

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

    .button-group-area .genric-btn:last-child {
        margin-right: 0;
    }

.comment-form {
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-top: 45px;
}

    .comment-form .email {
        padding-right: 0;
    }

    .comment-form .form-control {
        background: transparent;
        border: 1px solid #f0e9ff;
        border-radius: 5px;
        font-size: 13px;
        height: 48px;
        padding-left: 18px;
    }

        .comment-form .form-control::placeholder {
            color: #999;
            color: #777;
            font-weight: 300;
        }

        .comment-form .form-control:focus {
            box-shadow: none;
            outline: 0;
        }

    .comment-form .form-group {
        margin-bottom: 30px;
    }

    .comment-form .name {
        padding-left: 0;
    }

    .comment-form :-moz-placeholder {
        color: #777;
        font-size: 13px;
    }

    .comment-form :-ms-input-placeholder {
        color: #777;
        font-size: 13px;
    }

    .comment-form ::-moz-placeholder {
        color: #777;
        font-size: 13px;
    }

    .comment-form ::-webkit-input-placeholder {
        color: #777;
        font-size: 13px;
    }

    .comment-form h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 40px;
    }

    .comment-form textarea {
        border-radius: 12px;
        height: 100% !important;
        padding-top: 18px;
    }

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding: 45px 0;
}

    .comments-area .btn-reply {
        background-color: transparent;
        color: #888;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 18px;
    }

    .comments-area .comment {
        color: #777;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .comments-area .comment-list {
        padding-bottom: 48px;
    }

        .comments-area .comment-list.left-padding {
            padding-left: 25px;
        }

        .comments-area .comment-list:last-child {
            padding-bottom: 0;
        }

    .comments-area .date {
        color: #999;
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 20px;
    }

    .comments-area .thumb {
        margin-right: 20px;
    }

        .comments-area .thumb img {
            border-radius: 50%;
            width: 70px;
        }

    .comments-area h4 {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .comments-area h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

.confirm-checkbox {
    background: #f9f9ff;
    border-radius: 3px;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px;
}

    .confirm-checkbox input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .confirm-checkbox input + label {
            border: 1px solid #f1f1f1;
            border-radius: 3px;
            bottom: 0;
            cursor: pointer;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        .confirm-checkbox input:checked + label {
            background: url(/images/elements/success-check.png) no-repeat center center/cover;
            border: none;
        }

.confirm-radio {
    background: #f9f9ff;
    border-radius: 8px;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px;
}

    .confirm-radio input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .confirm-radio input + label {
            border: 1px solid #f1f1f1;
            border-radius: 8px;
            bottom: 0;
            cursor: pointer;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        .confirm-radio input:checked + label {
            background: url(/images/elements/success-radio.png) no-repeat center center/cover;
            border: none;
        }

.confirm-switch {
    background: #f9f9ff;
    border-radius: 8.5px;
    cursor: pointer;
    height: 17px;
    position: relative;
    width: 35px;
}

    .confirm-switch input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .confirm-switch input + label {
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

            .confirm-switch input + label:after {
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -webkit-transition: all .2s;
                background: #fff;
                border-radius: 50%;
                box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
                content: "";
                cursor: pointer;
                height: 15px;
                left: 1px;
                position: absolute;
                top: 1px;
                transition: all .2s;
                width: 15px;
            }

            .confirm-switch input + label:before {
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -webkit-transition: all .2s;
                background: transparent;
                border-radius: 8.5px;
                bottom: 0;
                content: "";
                cursor: pointer;
                height: 100%;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                transition: all .2s;
                width: 100%;
            }

        .confirm-switch input:checked + label:after {
            left: 19px;
        }

        .confirm-switch input:checked + label:before {
            background: #4cd3e3;
        }

.contact-info {
    margin-bottom: 25px;
}

    .contact-info .media-body h3 {
        color: #2a2a2a;
        font-size: 16px;
        font-size: 16px;
        margin-bottom: 0;
    }

        .contact-info .media-body h3 a:hover {
            color: #222;
        }

    .contact-info .media-body p {
        color: #8a8a8a;
    }

.contact-info__icon {
    margin-left: 20px;
}

    .contact-info__icon i, .contact-info__icon span {
        color: #8f9195;
        font-size: 27px;
    }

.contact-section .btn_2 {
    background-color: #191d34;
    border-radius: 50px;
    margin-top: 0;
    padding: 18px 60px;
}

    .contact-section .btn_2:hover {
        background-color: #222;
    }

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contactform input[type=text], .contactform textarea {
    background: #fff;
    margin: 0 0 10px;
}

.contactform textarea {
    min-height: 120px;
}

.contactmargin {
    margin-top: 20px;
}

    .contactmargin h2 {
        color: #000;
    }

.default-select {
    height: 40px;
}

    .default-select .current {
        font-weight: 300;
        margin-right: 50px;
    }

    .default-select .nice-select {
        background: #f9f9ff;
        border: none;
        border-radius: 0;
        height: 40px;
        padding-left: 20px;
        padding-right: 40px;
    }

        .default-select .nice-select .list {
            border: none;
            border-radius: 0;
            box-shadow: none;
            margin-top: 0;
            padding: 10px 0;
            width: 100%;
        }

            .default-select .nice-select .list .option {
                -moz-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                font-size: 12px;
                font-weight: 300;
                line-height: 28px;
                min-height: 28px;
                padding-left: 20px;
                transition: all .3s ease 0s;
            }

                .default-select .nice-select .list .option.selected {
                    background: transparent;
                    color: #222;
                }

                .default-select .nice-select .list .option:hover {
                    background: transparent;
                    color: #222;
                }

        .default-select .nice-select::after {
            right: 20px;
        }

.default-switch {
    background: #f9f9ff;
    border-radius: 8.5px;
    cursor: pointer;
    height: 17px;
    position: relative;
    width: 35px;
}

    .default-switch input {
        bottom: 0;
        cursor: pointer;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .default-switch input + label {
            -moz-transition: all .2s;
            -o-transition: all .2s;
            -webkit-transition: all .2s;
            background: #222;
            border-radius: 50%;
            box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
            cursor: pointer;
            height: 15px;
            left: 1px;
            position: absolute;
            top: 1px;
            transition: all .2s;
            width: 15px;
        }

        .default-switch input:checked + label {
            left: 19px;
        }

.disabled-checkbox {
    background: #f9f9ff;
    border-radius: 3px;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px;
}

    .disabled-checkbox input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .disabled-checkbox input + label {
            border: 1px solid #f1f1f1;
            border-radius: 3px;
            bottom: 0;
            cursor: pointer;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        .disabled-checkbox input:checked + label {
            background: url(/images/elements/disabled-check.png) no-repeat center center/cover;
            border: none;
        }

        .disabled-checkbox input:disabled {
            cursor: not-allowed;
            z-index: 3;
        }

.disabled-radio {
    background: #f9f9ff;
    border-radius: 8px;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px;
}

    .disabled-radio input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .disabled-radio input + label {
            border: 1px solid #f1f1f1;
            border-radius: 8px;
            bottom: 0;
            cursor: pointer;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        .disabled-radio input:checked + label {
            background: url(/images/elements/disabled-radio.png) no-repeat center center/cover;
            border: none;
        }

        .disabled-radio input:disabled {
            cursor: not-allowed;
            z-index: 3;
        }

.dropdown .dropdown-menu {
    transition: all .3s;
}

.flex-center-start {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
}

.form-contact .form-control {
    background: transparent;
    border: 1px solid #e5e6e9;
    border-radius: 0;
    font-size: 13px;
    height: 48px;
    padding-left: 18px;
}

    .form-contact .form-control::placeholder {
        color: #999;
        font-weight: 300;
    }

    .form-contact .form-control:focus {
        box-shadow: none;
        outline: 0;
    }

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact label {
    font-size: 14px;
}

.form-contact textarea {
    border-radius: 0;
    height: 100% !important;
}

.form-select {
    height: 40px;
    width: 100%;
}

    .form-select .current {
        font-weight: 300;
        margin-right: 50px;
    }

    .form-select .nice-select {
        background: #f9f9ff;
        border: none;
        border-radius: 0;
        height: 40px;
        padding-left: 45px;
        padding-right: 40px;
        width: 100%;
    }

        .form-select .nice-select .list {
            border: none;
            border-radius: 0;
            box-shadow: none;
            margin-top: 0;
            padding: 10px 0;
            width: 100%;
        }

            .form-select .nice-select .list .option {
                -moz-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                font-size: 12px;
                font-weight: 300;
                line-height: 28px;
                min-height: 28px;
                padding-left: 45px;
                transition: all .3s ease 0s;
            }

                .form-select .nice-select .list .option.selected {
                    background: transparent;
                    color: #222;
                }

                .form-select .nice-select .list .option:hover {
                    background: transparent;
                    color: #222;
                }

        .form-select .nice-select::after {
            right: 20px;
        }

.generic-blockquote {
    background: #f9f9ff;
    border-left: 2px solid #222;
    padding: 30px 50px 30px 30px;
}

.genric-btn {
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: 500;
    line-height: 40px;
    outline: none;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease 0s;
}

    .genric-btn.arrow {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        .genric-btn.arrow span {
            margin-left: 10px;
        }

    .genric-btn.circle {
        border-radius: 20px;
    }

    .genric-btn.danger {
        background: #f44a40;
        border: 1px solid transparent;
        color: #fff;
    }

    .genric-btn.danger-border {
        background: #fff;
        border: 1px solid #f44a40;
        color: #f44a40;
    }

        .genric-btn.danger-border:hover {
            background: #f44a40;
            border: 1px solid transparent;
            color: #fff;
        }

    .genric-btn.danger:hover {
        background: #fff;
        border: 1px solid #f44a40;
        color: #f44a40;
    }

    .genric-btn.default {
        background: #f9f9ff;
        border: 1px solid transparent;
        color: #415094;
    }

    .genric-btn.default-border {
        background: #fff;
        border: 1px solid #f9f9ff;
    }

        .genric-btn.default-border:hover {
            background: #f9f9ff;
            border: 1px solid transparent;
            color: #415094;
        }

    .genric-btn.default:hover {
        background: #fff;
        border: 1px solid #f9f9ff;
    }

    .genric-btn.disable {
        background: #f9f9ff;
        border: 1px solid transparent;
        color: #222,0.3;
        cursor: not-allowed;
    }

    .genric-btn.e-large {
        line-height: 50px;
        padding: 0 40px;
    }

    .genric-btn.info {
        background: #38a4ff;
        border: 1px solid transparent;
        color: #fff;
    }

    .genric-btn.info-border {
        background: #fff;
        border: 1px solid #38a4ff;
        color: #38a4ff;
    }

        .genric-btn.info-border:hover {
            background: #38a4ff;
            border: 1px solid transparent;
            color: #fff;
        }

    .genric-btn.info:hover {
        background: #fff;
        border: 1px solid #38a4ff;
        color: #38a4ff;
    }

    .genric-btn.large {
        line-height: 45px;
    }

    .genric-btn.link {
        background: #f9f9ff;
        border: 1px solid transparent;
        color: #415094;
        text-decoration: underline;
    }

    .genric-btn.link-border {
        background: #fff;
        border: 1px solid #f9f9ff;
        color: #415094;
        text-decoration: underline;
    }

        .genric-btn.link-border:hover {
            background: #f9f9ff;
            border: 1px solid transparent;
            color: #415094;
        }

    .genric-btn.link:hover {
        background: #fff;
        border: 1px solid #f9f9ff;
        color: #415094;
    }

    .genric-btn.medium {
        line-height: 30px;
    }

    .genric-btn.primary {
        background: #222;
        border: 1px solid transparent;
        color: #fff;
    }

    .genric-btn.primary-border {
        background: #fff;
        border: 1px solid #222;
        color: #222;
    }

        .genric-btn.primary-border:hover {
            background: #222;
            border: 1px solid transparent;
            color: #fff;
        }

    .genric-btn.primary:hover {
        background: #fff;
        border: 1px solid #222;
        color: #222;
    }

    .genric-btn.radius {
        border-radius: 3px;
    }

    .genric-btn.small {
        line-height: 25px;
    }

    .genric-btn.success {
        background: #4cd3e3;
        border: 1px solid transparent;
        color: #fff;
    }

    .genric-btn.success-border {
        background: #fff;
        border: 1px solid #4cd3e3;
        color: #4cd3e3;
    }

        .genric-btn.success-border:hover {
            background: #4cd3e3;
            border: 1px solid transparent;
            color: #fff;
        }

    .genric-btn.success:hover {
        background: #fff;
        border: 1px solid #4cd3e3;
        color: #4cd3e3;
    }

    .genric-btn.warning {
        background: #f4e700;
        border: 1px solid transparent;
        color: #fff;
    }

    .genric-btn.warning-border {
        background: #fff;
        border: 1px solid #f4e700;
        color: #f4e700;
    }

        .genric-btn.warning-border:hover {
            background: #f4e700;
            border: 1px solid transparent;
            color: #fff;
        }

    .genric-btn.warning:hover {
        background: #fff;
        border: 1px solid #f4e700;
        color: #f4e700;
    }

    .genric-btn:focus {
        outline: none;
    }

.header-area .header-top .header-info-right .header-social a i {
    -moz-transform: rotateY(0deg);
    -moz-transition: .4s;
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -o-transition: .4s;
    -webkit-transform: rotateY(0deg);
    -webkit-transition: .4s;
    transform: rotateY(0deg);
    transition: .4s;
}

.header-area .header-top .header-info-right .header-social a:hover i {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.header-area .slicknav_btn {
    top: -43px;
}

.header-sticky ul li a {
    padding: 10px 19px;
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
    padding: 20px;
}

.header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding: 25px 16px;
}

    .header-sticky.sticky-bar.sticky .main-menu ul > li > a::before {
        bottom: 11px;
    }

.headerbox {
    height: 70px;
    line-height: 70px;
    list-style: none;
}

.input-group-icon {
    position: relative;
}

    .input-group-icon .icon {
        left: 20px;
        line-height: 40px;
        position: absolute;
        top: 0;
        z-index: 3;
    }

        .input-group-icon .icon i {
            color: #797979;
        }

    .input-group-icon .single-input {
        padding-left: 45px;
    }

.list-style {
    height: 14px;
    width: 14px;
}

.main-header {
    z-index: 3;
}

    .main-header .main-menu ul li {
        display: inline-block;
        list-style: none;
        margin-left: 10px;
        position: relative;
        z-index: 1;
    }

        .main-header .main-menu ul li > a {
            -moz-transition: .3s;
            -o-transition: .3s;
            -webkit-text-stroke: 0;
            -webkit-transition: .3s;
            color: #333;
            cursor: pointer;
            display: block;
            font-size: 11px;
            font-weight: 400;
            font-weight: 400;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            padding: 0 9px;
            text-decoration: none;
            text-transform: capitalize;
            transition: .3s;
        }

        .main-header .main-menu ul li:first-child > a {
            padding: 0 0 0 10px;
        }

    .main-header ul > li:hover > ul.submenu {
        opacity: 1;
        text-align: right;
        top: 100%;
        visibility: visible;
    }

.mb-30 {
    margin-bottom: 30px;
}

.menu > li {
    border-bottom: 1px solid #eee;
    display: block;
    margin-left: 7px;
}

    .menu > li > a {
        -webkit-text-stroke: 0 #36c;
        color: #0d0d0d;
        font-size: 13px;
        height: 30px;
        line-height: 25px;
        padding: 4px 10px !important;
        text-transform: capitalize;
    }

        .menu > li > a::before {
            background: #1c4aa4;
            content: "";
            height: 2px;
            position: absolute;
            right: -5px;
            top: 50%;
            transition: .3s;
            width: 0;
        }

        .menu > li > a:hover {
            padding-left: 15px !important;
        }

    .menu > li:hover .submenu {
        display: block;
    }

.mfp-bg {
    background: #4A3600;
    height: 100%;
    left: 0;
    opacity: .6;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
}

.modal-message .modal-dialog {
    left: 50%;
    margin: 0;
    max-width: 500px;
    position: absolute;
    top: 36%;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 100%;
}

    .modal-message .modal-dialog .modal-content .modal-header {
        border-bottom: none;
        display: block;
        padding-bottom: 50px;
        padding-top: 50px;
        text-align: center;
    }

        .modal-message .modal-dialog .modal-content .modal-header .close {
            color: #fff;
            cursor: pointer;
            opacity: 1;
            padding: 0;
            position: absolute;
            right: -15px;
            top: -15px;
        }

        .modal-message .modal-dialog .modal-content .modal-header h2 {
            display: block;
            padding-bottom: 10px;
            text-align: center;
        }

        .modal-message .modal-dialog .modal-content .modal-header p {
            display: block;
        }

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.ordered-list {
    margin-left: 30px;
}

    .ordered-list li {
        color: #222;
        font-weight: 500;
        line-height: 1.82em !important;
        list-style-type: decimal-leading-zero;
    }

        .ordered-list li span {
            color: #828bb2;
            font-weight: 300;
        }

.ordered-list-alpha li {
    color: #222;
    font-weight: 500;
    line-height: 1.82em !important;
    list-style-type: lower-alpha;
    margin-left: 30px;
}

    .ordered-list-alpha li span {
        color: #828bb2;
        font-weight: 300;
    }

.ordered-list-roman li {
    color: #222;
    font-weight: 500;
    line-height: 1.82em !important;
    list-style-type: lower-roman;
    margin-left: 30px;
}

    .ordered-list-roman li span {
        color: #828bb2;
        font-weight: 300;
    }

.overlay::before {
    background-image: -moz-linear-gradient(170deg,rgba(34,34,34,0) 0%,#000 100%);
    background-image: -webkit-linear-gradient(170deg,rgba(34,34,34,0) 0%,#000 100%);
    background-image: -ms-linear-gradient(170deg,rgba(34,34,34,0) 0%,#000 100%);
}

.popup_box {
    background: #fff;
    display: inline-block;
    padding: 60px 40px;
    width: 681px;
    z-index: 9;
}

    .popup_box .boxed-btn3 {
        text-transform: capitalize;
        width: 100%;
    }

    .popup_box .nice-select {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all .2s ease-in-out;
        -webkit-user-select: none;
        background-color: #fff;
        border: solid 1px #E2E2E2;
        border-radius: 0;
        box-sizing: border-box;
        clear: both;
        color: #919191;
        cursor: pointer;
        display: block;
        float: left;
        font-family: "WebmehrazFont";
        font-size: 16px;
        font-weight: 400;
        font-weight: 400;
        height: 50px !important;
        line-height: 50px;
        margin-bottom: 30px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        transition: all .2s ease-in-out;
        user-select: none;
        white-space: nowrap;
        width: 100% !important;
        width: auto;
    }

        .popup_box .nice-select.list {
            height: 200px;
            overflow-y: scroll;
        }

        .popup_box .nice-select.open .list {
            -ms-transform: scale(1) translateY(0);
            -webkit-transform: scale(1) translateY(0);
            height: 200px;
            opacity: 1;
            overflow-y: scroll;
            pointer-events: auto;
            transform: scale(1) translateY(0);
        }

        .popup_box .nice-select::after {
            color: #919191;
            content: "\f0d7";
            display: block;
            font-family: fontawesome,WebmehrazFont;
            font-size: 15px;
            height: 5px;
            margin-top: -5px;
            pointer-events: none;
            position: absolute;
            right: 17px;
            top: 3px;
            transition: all .15s ease-in-out;
            width: 5px;
        }

    .popup_box h3 {
        color: #1F1F1F;
        font-size: 22px;
        margin-bottom: 46px;
        text-align: center;
    }

.primary-checkbox {
    background: #f9f9ff;
    border-radius: 3px;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px;
}

    .primary-checkbox input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .primary-checkbox input + label {
            border: 1px solid #f1f1f1;
            border-radius: 3px;
            bottom: 0;
            cursor: pointer;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        .primary-checkbox input:checked + label {
            background: url(/images/elements/primary-check.png) no-repeat center center/cover;
            border: none;
        }

.primary-radio {
    background: #f9f9ff;
    border-radius: 8px;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px;
}

    .primary-radio input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .primary-radio input + label {
            border: 1px solid #f1f1f1;
            border-radius: 8px;
            bottom: 0;
            cursor: pointer;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        .primary-radio input:checked + label {
            background: url(/images/elements/primary-radio.png) no-repeat center center/cover;
            border: none;
        }

.primary-switch {
    background: #f9f9ff;
    border-radius: 8.5px;
    cursor: pointer;
    height: 17px;
    position: relative;
    width: 35px;
}

    .primary-switch input {
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .primary-switch input + label {
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

            .primary-switch input + label:after {
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -webkit-transition: all .2s;
                background: #fff;
                border-radius: 50%;
                box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
                content: "";
                cursor: pointer;
                height: 15px;
                left: 1px;
                position: absolute;
                top: 1px;
                transition: all .2s;
                width: 15px;
            }

            .primary-switch input + label:before {
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -webkit-transition: all .2s;
                background: transparent;
                border-radius: 8.5px;
                bottom: 0;
                content: "";
                cursor: pointer;
                height: 100%;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                transition: all .2s;
                width: 100%;
            }

        .primary-switch input:checked + label:after {
            left: 19px;
        }

        .primary-switch input:checked + label:before {
            background: #222;
        }

.productlistcarousel {
    padding: 0 200px 0 0;
}

    .productlistcarousel .nxt, .productlistcarousel .prv {
        background: #fff url(/icons/nxt.png) no-repeat center center;
        background-size: auto;
        background-size: 30px;
        border-radius: 4px;
        box-shadow: 0 0 1px 2px rgba(0,0,50,0.05);
        font-size: 0;
        height: 64px;
        margin-top: 32px;
        opacity: .95;
        padding: 0 5px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        z-index: 4;
    }

        .productlistcarousel .nxt:hover, .productlistcarousel .prv:hover {
            box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
            cursor: pointer;
            opacity: 1;
        }

    .productlistcarousel .prv {
        left: 0;
        position: absolute;
        right: auto;
        transform: rotate(180deg);
    }

    .productlistcarousel .row {
        direction: rtl;
        display: block;
        margin: 100px 100px 0 auto;
        text-align: right;
    }

    .productlistcarousel .webinarimg {
        border-radius: 10px 10px 0 0;
        margin: 3px;
        transition: .5s all ease;
        width: calc(100% - 6px);
    }

    .productlistcarousel a:hover .webinarimg {
        filter: grayscale(0);
    }

    .productlistcarousel a:hover h2 {
        color: #0039ad;
    }

.progress-table {
    background: #f9f9ff;
    min-width: 800px;
    padding: 15px 0 30px;
}

    .progress-table .country {
        width: 28.07%;
    }

    .progress-table .percentage {
        padding-right: 50px;
        width: 40.36%;
    }

    .progress-table .serial {
        padding-left: 30px;
        width: 11.83%;
    }

    .progress-table .table-head {
        display: flex;
    }

        .progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
            color: #415094;
            font-weight: 500;
            line-height: 40px;
            text-transform: uppercase;
        }

    .progress-table .table-row {
        border-top: 1px solid #edf3fd;
        display: flex;
        padding: 15px 0;
    }

        .progress-table .table-row .country img {
            margin-right: 15px;
        }

        .progress-table .table-row .percentage .progress {
            background: transparent;
            border-radius: 0;
            width: 80%;
        }

            .progress-table .table-row .percentage .progress .progress-bar {
                height: 5px;
                line-height: 5px;
            }

                .progress-table .table-row .percentage .progress .progress-bar.color-1 {
                    background-color: #6382e6;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-2 {
                    background-color: #e66686;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-3 {
                    background-color: #f09359;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-4 {
                    background-color: #73fbaf;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-5 {
                    background-color: #73fbaf;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-6 {
                    background-color: #6382e6;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-7 {
                    background-color: #a367e7;
                }

                .progress-table .table-row .percentage .progress .progress-bar.color-8 {
                    background-color: #e66686;
                }

        .progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
            align-items: center;
            display: flex;
        }

    .progress-table .visit {
        width: 19.74%;
    }

.progress-table-wrap {
    overflow-x: scroll;
}

.sample-text-area {
    background: #fff;
    padding-bottom: 70px;
    padding-right: 70px;
}

.section-top-border {
    border-top: 1px dotted #eee;
    padding: 50px 0;
}

.service-area.list-mode {
    border-radius: 10px;
    direction: rtl;
    font-size: 0;
    height: auto;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
    text-align: right;
    transition: 0.5s all ease;
}

    .service-area.list-mode ul {
        display: block;
        padding: 0;
        position: relative;
        z-index: 2;
        transition: 0.5s all ease;
    }

        .service-area.list-mode ul li {
            display: block;
            margin-bottom: 30px;
            vertical-align: top;
            width: 100%;
            transition: 0.5s all ease;
        }

    .service-area.list-mode:before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: 0.5s all ease;
    }

    .service-area.list-mode .services-caption {
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: #fff;
        border-radius: 7px;
        box-shadow: rgba(0,0,0,0.16) 0 0 8px 0;
        direction: rtl;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 1%;
        padding: 0;
        text-align: right !important;
        transition: .5s;
        vertical-align: top;
        width: 24.25%;
        transition: 0.5s all ease;
    }

        .service-area.list-mode .services-caption .service-cap h4 a {
            color: #006ebf;
            display: inline-block;
            font-size: 15px;
            font-weight: 700;
            height: 80px;
            line-height: 1.5;
            margin-bottom: 12px;
            padding-top: 15px;
            text-align: right;
            transition: 0.5s all ease;
        }

            .service-area.list-mode .services-caption .service-cap h4 a:hover {
                color: #835ef8;
                transition: 0.5s all ease;
            }

        .service-area.list-mode .services-caption .service-icon {
            position: relative;
            transition: 0.5s all ease;
        }

            .service-area.list-mode .services-caption .service-icon img {
                border: 5px solid #ffc0cb;
                border-radius: 10px;
                height: 150px;
                left: -165px;
                padding: 4px;
                position: absolute;
                top: -16px;
                width: 150px;
                transition: 0.5s all ease;
            }

    .service-area.list-mode ul li .date-teacher {
        height: 50px;
        line-height: 50px;
        position: absolute;
        width: 100%;
        bottom: 88px;
        right: 0;
        transition: 0.5s all ease;
    }

    .service-area.list-mode ul li .startdate {
        color: #111;
        font-size: 12px;
        font-weight: lighter;
        left: 10px;
        line-height: 1.2;
        margin: 0;
        position: absolute;
        top: 7px;
        transition: 0.5s all ease;
    }

    .service-area.list-mode ul li .teachername {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 320px;
        text-align: right;
        top: 0;
        width: 172px;
        transition: 0.5s all ease;
    }

    .service-area.list-mode ul li a {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
        display: block;
        min-height: 300px;
        overflow: hidden;
        position: relative;
        padding-right: 320px;
        padding-bottom: 100px;
        transition: 0.5s all ease;
    }

        .service-area.list-mode ul li a img {
            position: absolute;
            right: 0;
            top: 0;
            max-width: 300px;
            margin-left: 20px;
            z-index: 2;
            transition: 0.5s all ease;
        }

    .service-area.list-mode ul li h2 {
        color: #000;
        font-size: 15px;
        font-weight: bolder;
        font-weight: bold;
        height: 66px;
        line-height: 1.8;
        padding: 15px 0 0;
        text-align: justify;
        transition: 0.5s all ease;
    }

    .service-area.list-mode .webinarcard {
        border: none;
        border: 2px solid #0e4aff;
        border-radius: 29px;
        color: #333;
        color: #0e4aff !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 38px;
        opacity: 1;
        padding: 0 12px;
        position: absolute;
        right: 15px;
        top: 9px;
        transition: 0.5s all ease;
    }

        .service-area.list-mode .webinarcard:hover {
            border: 2px solid #ff0;
            color: #333 !important;
            opacity: 1;
            transition: 0.5s all ease;
        }

    .service-area.list-mode .webinarcardbox {
        border-top: 1px solid #eee;
        height: 58px;
        padding: 16px;
        position: absolute;
        margin-top: 12px;
        left: 0;
        bottom: 30px;
        width: 100%;
        transition: 0.5s all ease;
    }

        .service-area.list-mode .webinarcardbox p {
            color: #0e4aff;
            font-size: 20px;
            left: 20px;
            margin: 0;
            position: absolute;
            top: 29px;
            transition: 0.5s all ease;
        }

            .service-area.list-mode .webinarcardbox p strong {
                font-size: 30px;
                transition: 0.5s all ease;
            }

    .service-area.list-mode .close-registering {
        border: 2px solid #da0000;
        border-radius: 29px;
        color: #da0000 !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 36px;
        opacity: 1;
        padding: 0 12px;
        display: inline-block;
        margin-right: 320px;
    }

.service-area.grid-mode {
    border-radius: 10px;
    direction: rtl;
    font-size: 0;
    height: auto;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
    text-align: right;
}

    .service-area.grid-mode ul {
        display: block;
        padding: 0;
        position: relative;
        z-index: 2;
    }

        .service-area.grid-mode ul li {
            display: inline-block;
            margin-bottom: 30px;
            margin-left: 2.6666%;
            vertical-align: top;
            width: 23%;
            transition: 0.5s all ease;
        }

            .service-area.grid-mode ul li:nth-child(4n) {
                margin-left: 0 !important;
            }

    .service-area.grid-mode:before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: 0.5s all ease;
    }

    .service-area.grid-mode ul li a > p {
        display: none;
        transition: 0.5s all ease;
    }

    .service-area.grid-mode .services-caption {
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: #fff;
        border-radius: 7px;
        box-shadow: rgba(0,0,0,0.16) 0 0 8px 0;
        direction: rtl;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 1%;
        padding: 0;
        text-align: right !important;
        transition: .5s;
        vertical-align: top;
        width: 24.25%;
        transition: 0.5s all ease;
    }

        .service-area.grid-mode .services-caption .service-cap h4 a {
            color: #006ebf;
            display: inline-block;
            font-size: 15px;
            font-weight: 700;
            height: 80px;
            line-height: 1.5;
            margin-bottom: 12px;
            padding-top: 15px;
            text-align: right;
            transition: 0.5s all ease;
        }

            .service-area.grid-mode .services-caption .service-cap h4 a:hover {
                color: #835ef8;
                transition: 0.5s all ease;
            }

        .service-area.grid-mode .services-caption .service-icon {
            position: relative;
            transition: 0.5s all ease;
        }

            .service-area.grid-mode .services-caption .service-icon img {
                border: 5px solid #ffc0cb;
                border-radius: 10px;
                height: 150px;
                left: -165px;
                padding: 4px;
                position: absolute;
                top: -16px;
                width: 150px;
                transition: 0.5s all ease;
            }

    .service-area.grid-mode ul li .date-teacher {
        height: 33px;
        line-height: 50px;
        position: relative;
        transition: 0.5s all ease;
    }

    .service-area.grid-mode ul li .startdate {
        color: #111;
        font-size: 12px;
        font-weight: lighter;
        left: 10px;
        line-height: 1.2;
        margin: 0;
        position: absolute;
        top: 19px;
        transition: 0.5s all ease;
    }

    .service-area.grid-mode ul li .teachername {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 23px;
        text-align: right;
        top: 0;
        transition: 0.5s all ease;
        width: 172px;
    }

    .service-area.grid-mode ul li a {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
        display: block;
        min-height: 180px;
        overflow: hidden;
        transition: 0.5s all ease;
        position: relative;
    }

    .service-area.grid-mode ul li h2 {
        color: #000;
        font-size: 15px;
        font-weight: bolder;
        font-weight: bold;
        height: 66px;
        line-height: 1.8;
        padding: 15px 23px 0;
        text-align: justify;
        transition: 0.5s all ease;
    }

    .service-area.grid-mode .webinarcard {
        border: none;
        border: 2px solid #0e4aff;
        border-radius: 29px;
        color: #333;
        color: #0e4aff !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 38px;
        opacity: 1;
        padding: 0 12px;
        position: absolute;
        right: 15px;
        top: 9px;
        transition: 0.5s all ease;
    }

        .service-area.grid-mode .webinarcard:hover {
            border: 2px solid #ff0;
            color: #333 !important;
            opacity: 1;
            transition: 0.5s all ease;
        }

    .service-area.grid-mode .webinarcardbox {
        border-top: 1px solid #eee;
        height: 72px;
        padding: 16px;
        position: relative;
        margin-top: 12px;
        width: 100%;
        transition: 0.5s all ease;
    }

        .service-area.grid-mode .webinarcardbox p {
            color: #0e4aff;
            font-size: 17px;
            left: 10px;
            margin: 0;
            position: absolute;
            top: 23px;
            transition: 0.5s all ease;
        }

            .service-area.grid-mode .webinarcardbox p strong {
                font-size: 26px;
                transition: 0.5s all ease;
            }

    .service-area.grid-mode .close-registering {
        border: 2px solid #da0000;
        border-radius: 29px;
        color: #da0000 !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 36px;
        opacity: 1;
        padding: 0 12px;
        display: inline-block;
        transition: 0.5s all ease;
    }

.filteropend {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    margin-top: 50px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(#eee, #f7f7f7);
    min-height: 500px;
    padding: 25px;
}

.main-filter:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    background: linear-gradient(#eee,#ddd,#fff);
    top: 5px;
    bottom: 5px;
}

.main-filter .title-main-filter {
    font-size: 15px;
    font-weight: 500;
}

.main-filter .title-delete-filter {
    font-size: 13px;
    color: #777;
    position: absolute;
    left: 15px;
    top: 5px;
    background: #fff url(/icons/close.png) no-repeat center right 4px;
    border-radius: 6px;
    padding: 0 5px;
    background-size: 12px;
    padding-right: 25px;
    height: 25px;
    line-height: 24px;
    border: 2px solid #eee;
}

.main-filter .filter-choice {
    font-size: 13px;
    font-weight: 500;
}

.main-filter h3 {
    font-size: 13px;
    font-weight: 500;
    margin: 40px 0 20px 0;
    color: #999;
    font-weight: 200;
}

.main-filter .filter-academy-list li {
    height: 40px;
}

    .main-filter .filter-academy-list li a {
        font-weight: 200;
    }

    .main-filter .filter-academy-list li img {
        max-height: 30px;
        max-width: 70px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        border-radius: 4px;
        padding: 0px;
        filter: grayscale(0.5);
    }

.main-list .filter-main-sort {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.filter-main-sort h3 {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.main-list .filter-main-sort ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

    .main-list .filter-main-sort ul li {
        display: inline-block;
        margin-left: 15px;
    }

        .main-list .filter-main-sort ul li a {
            font-size: 12px;
            color: #000;
            font-weight: 200;
            width: 60px;
        }

.main-list .filter-main-sort select {
    margin-top: 10px;
}

.main-filter .filter-main-display-mode .filter-main-display-mode-list, .main-filter .filter-main-display-mode .filter-main-display-mode-grid {
    background: url(/icons/077-menu-1.png) no-repeat center center;
    background-size: 20px;
    display: inline-block;
    height: 40px;
    margin-left: 5px;
    opacity: .5;
    position: relative;
    vertical-align: middle;
    width: 40px;
    opacity: 0.2;
    border: 3px solid #eee;
    border-radius: 4px;
}

.main-filter .filter-main-display-mode .filter-main-display-mode-list {
    background: url(/icons/165-menu.png) no-repeat center center;
    background-size: 20px;
}

.main-filter .filter-main-display-mode .active, .main-filter .filter-main-display-mode a:hover {
    cursor: pointer;
    opacity: 0.8;
}

.main-filter .filter-main-display-mode .active {
    border: 1px solid #0000ab;
}

.main-filter .filter-main-display-mode .filter-main-display-mode-list {
    background: url(/icons/165-menu.png) no-repeat center center;
    background-size: 20px;
}

.main-filter .filter-main-display-mode {
    display: block;
    font-size: 12px;
}


.check-filter, .radio-filter {
    cursor: pointer;
    display: block;
    margin-right: 5px;
    padding-right: 30px;
    position: relative;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    font-weight: 200;
    overflow: hidden;
}

    .check-filter:before, .radio-filter:before {
        border: 1px solid #777;
        border-radius: 4px;
        content: '';
        display: inline-block;
        font-size: 15px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 6px;
        width: 16px;
        line-height: 30px;
    }

    .check-filter.checked:before, .radio-filter.checked:before {
        background: url(/icons/tick.png) no-repeat center;
        background-size: 20px;
    }

.main-list {
    border-radius: 10px;
    direction: rtl;
    font-size: 0;
    height: auto;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
    text-align: right;
    width: 78%;
    display: inline-block;
    vertical-align: top;
}

    .main-list.grid-mode .main-list-box {
        display: block;
        padding: 0;
        position: relative;
        font-size: 0;
    }

        .main-list.grid-mode .main-list-box li {
            display: inline-block;
            margin-bottom: 30px;
            margin-left: 2%;
            vertical-align: top;
            width: 49%;
            transition: 0.5s all ease;
            background: #FFFFFF;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.05);
            min-height: 373px;
            position: relative;
            padding-top: 70px;
        }

            .main-list.grid-mode .main-list-box li:nth-child(2n) {
                margin-left: 0%;
            }

    .main-list .main-list-box li h2 {
        border-radius: 10px;
        font-size: 15px;
    }

    .main-list.grid-mode .main-list-box li .webinarimg {
        width: 110px;
        height: 110px;
        border-radius: 10px;
        position: absolute;
        right: 25px;
        top: 84px;
    }

    .main-list.grid-mode .main-list-box li .info-edu {
        display: inline-block;
        vertical-align: top;
        padding-right: 140px;
        width: 100%;
        padding-top: 10px;
    }

        .main-list.grid-mode .main-list-box li .info-edu p {
            font-size: 12px;
            font-weight: 100;
            line-height: 29px;
        }

    .main-list.grid-mode .organizer .title-price-edu {
        position: relative;
        width: 100%;
        display: block;
        height: 70px;
        color: #777;
    }

        .main-list.grid-mode .organizer .title-price-edu:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 13px;
            width: 100%;
            background: #eee;
            height: 2px;
        }

    .main-list.grid-mode .organizer a {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        color: #000;
        font-weight: 100;
        position: relative;
        padding: 20px 10px;
        height: 131px;
        text-align: center;
        padding-left: 140px;
        position: relative;
        line-height: 1.8;
        text-align: right;
    }

        .main-list.grid-mode .organizer a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            background: #eeee;
            width: 2px;
        }


        .main-list.grid-mode .organizer a span {
            font-weight: 500;
            height: 50px;
            overflow: hidden;
            display: inline-block;
            float: left;
        }

    .main-list.grid-mode .organizer {
        line-height: 50px;
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        height: 130px;
    }

        .main-list.grid-mode .organizer:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            background: linear-gradient(-90deg, #eeee,#fff);
            height: 2px;
        }

        .main-list.grid-mode .organizer img {
            max-width: 100px !important;
            max-height: 40px !important;
            margin: auto;
            left: 28px;
            top: 0;
            width: auto !important;
            height: auto !important;
            bottom: 0;
            position: absolute;
            border-radius: 8px;
        }

        .main-list.grid-mode .organizer div {
            font-size: 15px;
            display: inline-block;
            vertical-align: top;
            width: 50%;
            padding: 10px;
            text-align: center;
        }

            .main-list.grid-mode .organizer div p {
                text-align: center;
            }

                .main-list.grid-mode .organizer div p strong {
                    color: #011e9f;
                    font-weight: 500;
                    font-size: 20px;
                }





.main-list-academies {
    border-radius: 10px;
    direction: rtl;
    font-size: 0;
    height: auto;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
    text-align: right;
    width: 78%;
    display: inline-block;
    vertical-align: top;
}

.filter-main-sort {
    font-size: 15px;
    font-weight: 500;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
    background: linear-gradient(90deg,#eee,#fafafa);
}

    .filter-main-sort h3 {
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
    }

    .filter-main-sort ul {
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        width: 100%;
    }

        .filter-main-sort ul li {
            display: inline-block;
            margin-left: 15px;
        }

            .filter-main-sort ul li.active a {
                background: #f7f1aa;
                border: 1px solid;
            }

            .filter-main-sort ul li a {
                font-size: 15px;
                color: #000;
                font-weight: 200;
                padding: 5px;
                border-radius: 5px;
                border: 1px solid transparent;
            }

                .filter-main-sort ul li a:hover {
                    opacity: 0.6;
                    cursor: pointer;
                }

    .filter-main-sort select {
        margin-top: 10px;
    }

.main-list-academies.grid-mode-academies .academies-lst {
    display: block;
    padding: 0;
    position: relative;
    font-size: 0;
    min-height: 400px;
}

    .main-list-academies.grid-mode-academies .academies-lst li {
        display: none;
        margin-bottom: 50px;
        margin-left: 2.666%;
        vertical-align: top;
        width: 23%;
        transition: 0.5s all ease;
        position: relative;
    }

        .main-list-academies.grid-mode-academies .academies-lst li .link-academies {
            background: #FFFFFF;
            border-radius: 10px;
            padding: 20px 10px 1px;
            box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.05);
            display: block;
            min-height: 235px;
        }

            .main-list-academies.grid-mode-academies .academies-lst li .link-academies p {
                width: 60%;
                margin: 20px auto;
                font-weight: 200;
                height: 30px;
                line-height: 30px;
                text-align: center;
                font-size: 12px;
                bottom: -5px;
                position: absolute;
                left: 0;
                right: 0;
            }

                .main-list-academies.grid-mode-academies .academies-lst li .link-academies p span {
                    color: #000;
                    border-radius: 50px;
                    height: 30px;
                    min-width: 30px;
                    text-align: center;
                    display: block;
                    margin: 0 auto;
                    position: absolute;
                    bottom: -30px;
                    left: 0;
                    right: 0;
                    max-width: 64px;
                    font-size: 18px;
                    border: 1px solid #222;
                    background: #fff;
                }

        .main-list-academies.grid-mode-academies .academies-lst li:nth-child(4n) {
            margin-left: 0%;
        }

.main-list-academies .academies-lst li h2 {
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    color: #000;
    height: 26px;
}

.main-list-academies.grid-mode-academies .academies-lst li img {
    max-height: 70px;
    max-width: 200px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 30px;
}

.main-list-academies.grid-mode-academies .academies-lst li .info-academies {
    width: 100%;
}

    .main-list-academies.grid-mode-academies .academies-lst li .info-academies p {
        font-size: 15px;
        font-weight: 100;
        line-height: 22px;
        text-align: center;
        margin-top: 36px;
    }

.main-list-academies.grid-mode-academies .organizer .title-price-edu-academies {
    position: relative;
    width: 100%;
    display: block;
    height: 70px;
}

.main-list-academies.grid-mode-academies .organizer .title-pric-academies:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    background: linear-gradient(90deg, #fff,#ddd, #fff);
    height: 2px;
}

.main-list-academies.grid-mode-academies .organizer a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #000;
    font-weight: 100;
    position: relative;
    padding: 10px;
    height: 115px;
    text-align: center;
}

    .main-list-academies.grid-mode-academies .organizer a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: linear-gradient(#fff,#ddd,#fff);
        width: 2px;
    }


    .main-list-academies.grid-mode-academies .organizer a span {
        font-weight: 500;
    }

.main-list-academies.grid-mode-academies .organizer {
    line-height: 50px;
    position: absolute;
    width: 100%;
    bottom: 5px;
    right: 0;
    height: 130px;
}

    .main-list-academies.grid-mode-academies .organizer img {
        width: 120px !important;
        height: auto !important;
        margin: auto;
        left: 0;
        right: 0
    }

    .main-list-academies.grid-mode-academies .organizer div {
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 10px;
        text-align: center;
    }

        .main-list-academies.grid-mode-academies .organizer div p {
            text-align: center;
        }

            .main-list-academies.grid-mode-academies .organizer div p strong {
                color: #011e9f;
                font-weight: 500;
                font-size: 20px;
            }







.main-list.list-mode .main-list-box {
    display: block;
    padding: 0;
    position: relative;
    font-size: 0;
}

    .main-list.list-mode .main-list-box li {
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 2%;
        vertical-align: top;
        width: 100%;
        transition: 0.5s all ease;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 70px 20px 20px;
        box-shadow: 0px 0px 11px 0 rgba(3, 28, 9, 0.05);
        min-height: 236px;
        position: relative;
    }

        .main-list.list-mode .main-list-box li:nth-child(2n) {
            margin-left: 0%;
        }

        .main-list.list-mode .main-list-box li .link-edu {
            border-radius: 5px;
            font-size: 15px;
            position: absolute;
            color: #000f79;
            left: 0;
            right: 0;
            top: 0;
            height: 50px;
            line-height: 48px;
            padding: 0 15px;
            display: block;
        }

.main-list .main-list-box li h2 {
    border-radius: 5px;
    font-size: 17px;
    position: absolute;
    color: #000;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
}

    .main-list .main-list-box li h2:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(-90deg, #eee,#fff);
        height: 2px;
    }


.main-list.list-mode .main-list-box li img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    top: 75px;
}

.main-list.list-mode .main-list-box li .info-edu {
    display: inline-block;
    vertical-align: top;
    padding-right: 148px;
    width: 100%;
    padding-top: 82px;
}

    .main-list.list-mode .main-list-box li .info-edu p {
        font-size: 14px;
        font-weight: 100;
        line-height: 22px;
    }

.main-list.list-mode .organizer .title-price-edu {
    position: relative;
    width: 100%;
    display: block;
}

    .main-list.list-mode .organizer .title-price-edu:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 13px;
        width: 100%;
        background: linear-gradient(90deg, #fff,#ddd, #fff);
        height: 2px;
    }

.main-list.list-mode .organizer a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #000;
    font-weight: 100;
    position: relative;
    padding: 10px;
    height: 115px;
    text-align: center;
}

    .main-list.list-mode .organizer a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: linear-gradient(#fff,#ddd,#fff);
        width: 2px;
    }


    .main-list.list-mode .organizer a span {
        font-weight: 500;
    }

.main-list.list-mode .organizer {
    line-height: 65px;
    width: 60%;
    height: 140px;
    float: left;
}

    .main-list.list-mode .organizer img {
        max-width: 120px !important;
        height: auto !important;
        display: block;
        right: 0;
        left: 0;
        margin: auto;
        max-height: 71px;
        width: auto !important;
    }

    .main-list.list-mode .organizer div {
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 10px;
        text-align: center;
    }

        .main-list.list-mode .organizer div p {
            text-align: center;
        }

            .main-list.list-mode .organizer div p strong {
                color: #011e9f;
                font-weight: 500;
                font-size: 20px;
            }














.services-caption.active {
    border: 1px solid #b8a2ff;
}


    .services-caption.active .service-icon span {
        background: #835ef8;
    }

    .services-caption.active .service-icon::before {
        right: -32px;
    }

.services-caption:hover .service-icon span {
    background: #835ef8;
}

.services-caption:hover .service-icon::before {
    right: -32px;
}

.services-caption:nth-child(4n) {
    margin-left: 0;
}

.single-gallery-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 200px;
    margin-top: 30px;
}

.more-box {
    font-size: 22px;
    color: #777;
    padding: 20px;
    display: block;
    width: 100%;
    border-radius: 15px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    background: #f9f9f9;
    font-weight: 500;
}

    .more-box:hover {
        background: #eef2ff;
        color: #333;
    }

        .more-box:hover:before {
            background: url(/icons/loading.gif) no-repeat top -4px left;
            width: 60px;
            height: 60px;
            background-size: 60px;
            opacity: 1;
        }

    .more-box:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        background: url(/icons/170-more.png) no-repeat top 6px left;
        width: 60px;
        height: 60px;
        background-size: 41px;
        opacity: 0.5;
        margin-left: -124px;
    }

.single-input {
    background: #f9f9ff;
    border: none;
    display: block;
    line-height: 40px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

.single-input-accent {
    background: #f9f9ff;
    border: 1px solid transparent;
    display: block;
    line-height: 40px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

    .single-input-accent:focus {
        border: 1px solid #eb6b55;
        outline: none;
    }

.single-input-primary {
    background: #f9f9ff;
    border: 1px solid transparent;
    display: block;
    line-height: 40px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

    .single-input-primary:focus {
        border: 1px solid #222;
        outline: none;
    }

.single-input-secondary {
    background: #f9f9ff;
    border: 1px solid transparent;
    display: block;
    line-height: 40px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

    .single-input-secondary:focus {
        border: 1px solid #f09359;
        outline: none;
    }

.single-input:focus {
    outline: none;
}

.single-post-area .arrow {
    position: absolute;
}

    .single-post-area .arrow .lnr {
        font-size: 20px;
        font-weight: 600;
    }

.single-post-area .blog-author {
    background: #fbf9ff;
    margin-top: 50px;
    padding: 40px 30px;
}

    .single-post-area .blog-author a {
        display: inline-block;
    }

        .single-post-area .blog-author a:hover {
            color: #ff5c97;
        }

    .single-post-area .blog-author h4 {
        font-size: 16px;
    }

    .single-post-area .blog-author img {
        border-radius: 50%;
        height: 90px;
        margin-right: 30px;
        width: 90px;
    }

    .single-post-area .blog-author p {
        font-size: 15px;
        margin-bottom: 0;
    }

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
}

.single-post-area .blog_details {
    direction: rtl;
    padding-top: 15px;
    text-align: justify;
}

    .single-post-area .blog_details h2, h3 {
        color: #000;
    }

    .single-post-area .blog_details p {
        font-size: 15px;
        margin-bottom: 20px;
    }

.single-post-area .container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1px 4px rgba(0,0,0,0.01);
    min-height: 440px;
    padding: 40px;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    margin-top: 55px;
    padding-bottom: 30px;
}

    .single-post-area .navigation-area .nav-left {
        text-align: left;
    }

        .single-post-area .navigation-area .nav-left .lnr {
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            -webkit-transition: all .3s ease-out 0s;
            margin-left: 20px;
            opacity: 0;
            transition: all .3s ease-out 0s;
        }

        .single-post-area .navigation-area .nav-left .thumb {
            background: #000;
            margin-right: 20px;
        }

            .single-post-area .navigation-area .nav-left .thumb img {
                -moz-transition: all .3s ease-out 0s;
                -ms-transition: all .3s ease-out 0s;
                -o-transition: all .3s ease-out 0s;
                -webkit-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
            }

        .single-post-area .navigation-area .nav-left:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-left:hover .thumb img {
            opacity: .5;
        }

    .single-post-area .navigation-area .nav-right {
        text-align: right;
    }

        .single-post-area .navigation-area .nav-right .lnr {
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            -webkit-transition: all .3s ease-out 0s;
            margin-right: 20px;
            opacity: 0;
            transition: all .3s ease-out 0s;
        }

        .single-post-area .navigation-area .nav-right .thumb {
            background: #000;
            margin-left: 20px;
        }

            .single-post-area .navigation-area .nav-right .thumb img {
                -moz-transition: all .3s ease-out 0s;
                -ms-transition: all .3s ease-out 0s;
                -o-transition: all .3s ease-out 0s;
                -webkit-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
            }

        .single-post-area .navigation-area .nav-right:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-right:hover .thumb img {
            opacity: .5;
        }

    .single-post-area .navigation-area h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .single-post-area .navigation-area p {
        margin-bottom: 0;
    }

.single-post-area .navigation-top {
    border-top: 1px solid #f0e9ff;
    padding-top: 15px;
}

    .single-post-area .navigation-top .comment-count {
        font-size: 14px;
    }

        .single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span {
            font-size: 16px;
            margin-right: 5px;
        }

    .single-post-area .navigation-top .like-info {
        font-size: 14px;
    }

        .single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span {
            font-size: 16px;
            margin-right: 5px;
        }

    .single-post-area .navigation-top .social-icons li {
        display: inline-block;
        margin-right: 15px;
    }

        .single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span {
            color: #999;
            font-size: 14px;
        }

        .single-post-area .navigation-top .social-icons li:last-child {
            margin: 0;
        }

    .single-post-area .navigation-top p {
        margin-bottom: 0;
    }

.single-post-area .quote-wrapper {
    background: rgba(130,139,178,0.1);
    color: #888;
    font-style: italic;
    line-height: 1.733;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 15px;
}

.single-post-area .quotes {
    background: #fff;
    border-left: 2px solid;
    padding: 15px 15px 15px 20px;
}

.single-post-area .social-links {
    padding-top: 10px;
}

    .single-post-area .social-links li {
        display: inline-block;
        margin-bottom: 10px;
    }

        .single-post-area .social-links li a {
            color: #ccc;
            font-size: 14px;
            padding: 7px;
            transition: all .2s linear;
        }

.single-post-area .thumb .overlay-bg {
    background: rgba(0,0,0,0.8);
}

.single-textarea {
    background: #f9f9ff;
    border: none;
    display: block;
    height: 100px;
    line-height: 40px;
    outline: none;
    padding: 0 20px;
    resize: none;
    width: 100%;
}

    .single-textarea:focus {
        outline: none;
    }

.sky-blue {
    background: #f4feff;
}

.slicknav_menu {
    background: transparent;
    margin-top: 5px !important;
}

    .slicknav_menu .slicknav_icon-bar {
        background-color: #8f1bdc !important;
    }

    .slicknav_menu .slicknav_nav a:hover {
        background: transparent;
        color: #8f1bdc;
    }

.slicknav_nav {
    margin-top: 0;
}

.slider-area .hero__caption h1 {
    -webkit-text-stroke: 1px;
    color: #006ebf;
    font-family: "WebmehrazFont";
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.3;
    margin-bottom: 32px;
}

.slider-area .hero__caption p {
    margin-bottom: 54px;
    padding-left: 155px;
}

.slider-area .hero__caption span {
    color: #2b044d;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider-area .popup-video-box {
    border: 4px dashed #eee;
    border-radius: 10px;
    display: none;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 59%;
    z-index: 50;
}

    .slider-area .popup-video-box video {
        width: 100%;
    }

.slider-height {
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 1000px;
}

.switch-wrap {
    margin-bottom: 10px;
}

.text-heading {
    font-size: 24px;
    margin-bottom: 30px;
}

.top-bg {
    background: #002d5b;
}

.tv {
    border-radius: 3px;
    margin: 10px 0 0 !important;
    padding: 0 7px;
}

    .tv a {
        border: 0 !important;
        padding: 0 !important;
    }

        .tv a:before {
            display: none;
        }

    .tv img {
        height: 35px;
        margin-top: 5px;
        padding: 0;
        width: auto !important;
    }

    .tv:hover {
        transform: scale(1.05);
    }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #828bb2;
}

.unordered-list li {
    line-height: 1.82em !important;
    padding-left: 30px;
    position: relative;
}

    .unordered-list li:before {
        background: #fff;
        border: 3px solid #222;
        border-radius: 50%;
        content: "";
        height: 14px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 14px;
    }

a.username {
    background: linear-gradient(90deg,#fffa87, #fff);
    border-radius: 6px;
    color: #333;
    font-size: 13px !important;
    font-weight: 400;
    padding: 0 10px 0 39px;
    position: relative;
}

a.video-btn {
    background: #00d8ff;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-left: 16px;
    position: relative;
    text-align: center;
    width: 60px;
}

    a.video-btn:hover.ani-btn {
        -webkit-animation: 1.3s cubic-bezier(217,70,233,1) 0s normal none infinite running pulse;
        animation: 1.3s cubic-bezier(0.8,0,0,1) 0s normal none infinite running pulse;
        box-shadow: 0 0 0 0 rgba(61,1,68,0.302);
    }

b, sup, sub, u, del {
    color: #222;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(83,16,90,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(187,22,206,0);
    }
}

.best-features-area {
    background: rgba(255,255,255);
    border-radius: 10px;
    direction: rtl;
    font-size: 0;
    margin: 20px auto;
    max-width: 1000px;
    padding: 20px 430px 20px 20px;
    position: relative;
    text-align: right;
}

    .best-features-area .one-features {
        display: inline-block;
        font-size: 0;
        padding-left: 40px;
        vertical-align: top;
        width: 100%;
    }

        .best-features-area .one-features img {
            border: 1px solid #eee;
            border-radius: 10px;
            float: right;
            margin-left: 10px;
            width: 100px;
        }

        .best-features-area .one-features p {
            font-size: 14px;
            line-height: 1.8;
        }

    .best-features-area > .animatediv {
        animation: fading 30s infinite;
        background: #fff url(/images/logo.png) no-repeat center / 50%;
        border: 2px solid #666;
        border-left: 10px solid #36c;
        border-radius: 10px;
        border-radius: 200px;
        border-top: 10px solid #36c;
        height: 350px;
        position: absolute;
        right: 20px;
        top: 60px;
        width: 350px;
    }

    .best-features-area > img {
        animation: rotating 30s infinite;
        border: 2px solid #666;
        border-radius: 10px;
        border-radius: 200px;
        border-top: 10px solid #36c;
        height: 350px;
        position: absolute;
        right: 20px;
        top: 60px;
        width: 350px;
    }

    .best-features-area h2 {
        color: #006ebf;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 21px;
    }

    .best-features-area h3 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0;
        padding: 0;
    }

.services-area {
    padding-top: 45px;
}

.slider-area .hero__img img {
    left: -63px;
    position: relative;
}

.slider-height2 {
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
}

z .slider-area .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

@keyframes rotating {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fading {
    0% {
        border-left: 10px solid #36c;
        border-top: 10px solid #36c;
        opacity: 1;
    }

    100% {
        border-left: 10px solid #36c;
        border-top: 10px solid #36c;
        opacity: 1;
    }

    70% {
        border-left: 10px solid #14aa57;
        border-top: 10px solid #14aa57;
        opacity: 0;
    }
}

.Next {
    background: #ffd600 url(/../images/next.png) no-repeat left 10px center;
    border-radius: 5px 0 0 5px;
    bottom: 15px;
    color: #725151;
    cursor: pointer;
    height: 40px;
    left: 40px;
    line-height: 40px;
    padding: 0 20px;
    padding: 0 20px 0 50px;
    position: absolute;
}

.Prev {
    background: #f90 url(/../images/prev.png) no-repeat right 10px center;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    box-sizing: unset;
    color: #fff;
    cursor: pointer;
    height: 40px;
    left: 145px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    position: absolute;
    display: none;
}

.Prev-sign {
    background: #777 url(/../images/prev.png) no-repeat right 10px center;
    border-radius: 0 5px 5px 0;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    left: 65px;
    line-height: 40px;
    padding: 0 20px;
    padding: 0 50px 0 20px;
    position: absolute;
}

.add-form {
    font-size: 0;
    padding-top: 50px;
}

    .add-form .btn {
        font-family: webmehrazfont;
        height: 37px;
        line-height: 37px;
        padding: 0 20px;
    }

    .add-form .fullrow {
        width: 100%;
    }

        .add-form .fullrow textarea {
            min-height: 100px;
            resize: none;
        }

    .add-form .item {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 0 2.666%;
        margin-bottom: 20px;
        padding-top: 25px;
        position: relative;
        vertical-align: middle;
        width: 23%;
    }

        .add-form .item.item-2 {
            width: 48.666%;
        }

        .add-form .item.item-half {
            margin: 0 0 0 .6666%;
            width: 10%;
        }

        .add-form .item.item-quarter {
            margin: 0 0 0 .6666%;
            width: 5.75%;
        }

        .add-form .item.lastitem {
            margin-left: 0 !important;
        }

    .add-form .uploader {
        background: #e1f7ff;
        border: 3px dashed #00cfff;
        border-radius: 15px;
        line-height: 2;
        margin-top: 30px;
        padding: 40px;
        text-align: center;
    }

        .add-form .uploader img {
            border-radius: 10px;
            display: block;
            margin-top: 10px;
            width: 100%;
        }

        .add-form .uploader input[type=file] {
            display: none;
        }

        .add-form .uploader strong {
            color: #da0000;
        }

    .add-form input[type=text], .add-form input[type=number], .add-form select {
        height: 45px;
        line-height: 45px;
        margin-top: 10px;
    }

    .add-form p {
        background: #e0f6ff;
        border-bottom: 4px dashed #ffcbcb;
        border-radius: 10px;
        font-weight: 200;
        margin-bottom: 20px;
        padding: 20px;
    }

.add-form-page {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 1px 4px rgba(0,0,0,0.01);
    direction: rtl;
    margin-bottom: 50px;
    min-height: 500px;
    padding: 120px 40px;
    text-align: right;
}

    .add-form-page .item .validator span {
        top: 35px;
    }

    .add-form-page h1, .add-form-page h2 {
        border-bottom: 1px solid #eee;
        color: #333;
        color: #002e7c;
        font-size: 18px !important;
        font-weight: 700;
        margin-bottom: 20px;
        padding: 0;
        padding-bottom: 10px;
        position: relative;
    }

    .add-form-page .onecomplete {
        margin-top: 20px;
        border-radius: 10px;
        padding: 20px 150px 20px 20px;
        position: relative;
        background: #fff;
        border-bottom: 4px dashed #eee;
        width: 40%;
        margin: 10px auto 0;
        min-width: 480px;
    }

        .add-form-page .onecomplete h2 {
            border: 0;
            margin: 0;
        }

        .add-form-page .onecomplete .counter {
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            background: #001e9f;
            border-radius: 50px;
            font-weight: bold;
            font-size: 25px;
            color: #fff;
            position: absolute;
            right: 49px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.add-from .item input[type=text], .add-from .item select {
    height: 80px !important;
}

.advancedsearch {
    background: #f90 url(/icons/advanced-search.png) no-repeat center center;
    border-color: #0fa3d1;
    color: #fff;
    font-size: 40px;
    font-size: 0;
    font-weight: 700;
    height: 46px;
    left: 0;
    line-height: 46px;
    margin: auto;
    position: absolute;
    right: 587px;
    text-align: center;
    width: 46px;
}

.allprice-show {
    font-size: 18px;
    padding-top: 50px;
}

    .allprice-show div {
        display: inline-block;
        line-height: 50px;
        vertical-align: top;
    }

        .allprice-show div:last-child .currency-show {
            color: #002e7c;
            font-size: 24px;
            font-weight: 500;
            margin-right: 20px;
        }

.applic-apps {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .applic-apps .no-js .owl-carousel, .applic-apps .owl-carousel.owl-loaded {
        overflow: hidden;
        position: relative;
        right: -14%;
    }

    .applic-apps .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }

    .applic-apps .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .applic-apps .single-cases-info {
        left: 58%;
        margin-top: 72px;
        position: relative;
    }

        .applic-apps .single-cases-info p {
            margin-bottom: 50px;
            padding-right: 224px;
        }

.article-content .content-one {
    padding: 0 60px;
}

.available-app-area {
    direction: rtl;
    padding: 20px 20px 20px 50%;
    position: relative;
    text-align: right;
}

    .available-app-area .app-caption .app-btn .app-btn1 {
        padding-right: 15px;
    }

    .available-app-area .app-caption .section-tittle3 h2 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .available-app-area .app-caption p {
        color: #fff;
        padding-bottom: 26px;
        padding-left: 52px;
        text-align: justify;
    }

    .available-app-area .app-img {
        position: relative;
        right: -88px;
    }

        .available-app-area .app-img img {
            width: 100%;
        }

    .available-app-area .app-shape .app-shape-left {
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .available-app-area .app-shape .app-shape-right {
        position: absolute;
        right: 252px;
        top: 208px;
    }

    .available-app-area .app-shape .app-shape-top {
        left: 125px;
        position: absolute;
        top: 100px;
    }

    .available-app-area h2 {
        -webkit-text-stroke: 1px;
        color: #36c;
        font-size: 18px;
        padding: 0;
    }

    .available-app-area img {
        left: 0;
        position: absolute;
        top: 0;
    }

.balonreport {
    background-color: #d7e5fa;
    border-radius: 10px;
    box-shadow: 0 2px 17px rgba(0,0,0,.1);
    display: none;
    font-size: 0;
    height: 152px;
    position: absolute;
    right: 325px;
    top: -38px;
    width: 400px;
    z-index: 1;
}

.best-features-area .features-shpae {
    position: absolute;
    right: 0;
    top: 0;
}

    .best-features-area .features-shpae img {
        height: 100%;
        max-width: 62%;
    }

    .best-features-area .features-shpae.features-shpae2 {
        top: 300px;
    }

.best-features-area .single-features {
    display: flex;
}

    .best-features-area .single-features .features-caption h3 {
        -webkit-text-stroke: 1px;
        color: #23182c;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 0;
    }

    .best-features-area .single-features .features-caption p {
        color: #333;
    }

    .best-features-area .single-features .features-icon span {
        background-image: -moz-linear-gradient(90deg,#e78ae9 0%,#926ef8 100%);
        background-image: -webkit-linear-gradient(90deg,#e78ae9 0%,#926ef8 100%);
        background-image: -ms-linear-gradient(90deg,#e78ae9 0%,#926ef8 100%);
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 30px;
        height: 67px;
        line-height: 67px;
        position: relative;
        text-align: center;
        width: 67px;
    }

.best-pricing {
    position: relative;
}

    .best-pricing.best-pricing2::before {
        display: none;
    }

    .best-pricing.pricing-padding {
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 280px;
        padding-top: 80px;
    }

    .best-pricing.pricing-padding2 {
        padding-bottom: 280px;
        padding-top: 60px;
    }

    .best-pricing::before {
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .95;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.btn-sign {
    background: #f7f1aa url(/icons/028-user-1.png) no-repeat center right 10px;
    background-size: auto;
    border: 0;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 15px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 31px 0 13px !important;
    background-size: 14px;
    color: #000 !important;
}

    .btn-sign:hover {
        background-color: #cce1ff;
        color: #595959;
    }

    .btn-sign.btn-signup {
        background: #000f79 url(/icons/019-add-user-white.png) no-repeat center right 10px !important;
        color: #fff !important;
        background-size: 14px !important;
    }

.btn-sign-add-page {
    -webkit-text-stroke: 1px;
    background: #002e7c;
    background-size: auto;
    background-size: auto;
    background-size: 34px;
    border-radius: 38px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    padding: 0 50px 0 0 !important;
    text-align: center;
    text-align: center;
    text-decoration: none;
    width: 200px;
    z-index: 1;
}

    .btn-sign-add-page:before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #157be8 url(/icons/plus.png) no-repeat center center;
        background-size: auto;
        background-size: 28px;
        border-radius: 20px;
        box-sizing: border-box;
        content: '';
        filter: invert(0);
        height: 34px;
        padding: 18px;
        position: absolute;
        right: 7px;
        top: 5px;
        width: 34px;
    }

.btnRules {
    cursor: pointer;
    position: relative;
}

    .btnRules.checked:before {
        background: #14aa57 url(/icons/check.png) no-repeat center center;
        background-size: 10px;
    }

    .btnRules:before {
        border: 1px solid #aaa;
        border-radius: 4px;
        content: '';
        height: 16px;
        position: absolute;
        right: -25px;
        top: 2px;
        width: 16px;
    }

.btnlogin {
    -moz-user-select: none;
    background: #39443b;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    transition: color .4s linear;
    z-index: 1;
}

    .btnlogin.focus, .btnlogin:focus {
        box-shadow: none;
        outline: 0;
    }

    .btnlogin::before {
        background: #f0ec57;
        border-radius: 5px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: transform .5s;
        transition-timing-function: ease;
        transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
        width: 100%;
        z-index: 1;
    }

    .btnlogin:hover::before {
        color: #fff !important;
        transform: scaleX(1);
        z-index: -1;
    }

.cal-result {
    border-radius: 10px;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 130px;
    letter-spacing: 2px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 330px;
}

    .cal-result .currency-show {
        color: #14aa57;
        font-size: 25px;
        font-weight: 700;
        margin-left: 10px;
    }

.cal-selecttype {
    font-size: 0;
    padding-top: 50px;
    position: relative;
    width: 100%;
}

    .cal-selecttype li {
        background: #eee;
        border-radius: 10px;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        height: 70px;
        line-height: 1.5;
        margin-left: 2%;
        padding: 8px 8px 8px 21px;
        text-align: Ù‚;
    }

        .cal-selecttype li span {
            display: block;
            font-size: 13px;
            margin-top: 10px;
        }

        .cal-selecttype li.active {
            background: #b6ffd7 url(/icons/tick.png) no-repeat right 20px center;
            background-size: 50px;
            color: #000;
            padding: 8px 100px 0 8px;
        }

        .cal-selecttype li:last-child {
            margin-left: 0;
        }

    .cal-selecttype ul {
        font-size: 0;
        padding: 0;
    }

.calculate-form {
    display: block;
    font-size: 0;
    padding: 20px 0 88px;
    position: relative;
    width: 100%;
}

    .calculate-form .btn {
        float: left;
    }

    .calculate-form .calculate-form-feilds {
        display: block;
        font-size: 16px;
        margin-left: 1.2%;
        vertical-align: top;
        width: 19%;
    }

        .calculate-form .calculate-form-feilds:last-child {
            margin-left: 0;
        }

    .calculate-form input {
        margin: 5px 0 20px;
    }

.category {
    direction: rtl;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.category-box {
    padding-top: 20px;
    text-align: center;
}

    .category-box h3 {
        font-size: 22px;
        font-weight: 700;
    }

    .category-box ul {
        direction: rtl;
    }

        .category-box ul li {
            display: inline-block;
            font-size: 14px;
            position: relative;
            z-index: 1;
        }

            .category-box ul li a {
                -moz-transition: .3s;
                -o-transition: .3s;
                -webkit-transition: .3s;
                border-radius: 4px;
                color: #000;
                display: block;
                font-size: 14px;
                font-weight: 400;
                font-weight: 400;
                font-weight: bold;
                padding: 10px 30px;
                position: relative;
                text-transform: capitalize;
            }

.category-submenu-image {
    max-height: 200px;
    width: 100% !important;
}

.categorylist {
    background: #fff;
    background-size: 100%;
    border-radius: 6px;
    box-shadow:;
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 10px 0;
    padding: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 17%;
}

    .categorylist .category-submenu {
        background: #fff;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 4px 4px rgba(227,227,227,0.3);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 90%;
        top: 0;
        transform: perspective(2);
        transition: .1s opacity linear,.2s max-height linear;
        visibility: hidden;
        visibility: hidden;
        width: 100%;
        z-index: 6;
    }

        .categorylist .category-submenu .category-submenu-image {
            text-align: center;
            width: 100%;
        }

            .categorylist .category-submenu .category-submenu-image img {
                display: block;
                margin: 0 auto;
                max-height: 174px;
                max-width: 100%;
                width: auto;
            }

        .categorylist .category-submenu .category-submenu-links {
            display: block;
            margin: 0 auto;
            width: 70%;
        }

        .categorylist .category-submenu .category-submenu-title {
            display: none;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

            .categorylist .category-submenu .category-submenu-title a {
                -webkit-text-stroke: 1px #36c;
                color: #333 !important;
                display: block;
                font-size: 12px;
                height: 50px;
                line-height: 50px;
                position: relative;
                text-align: center;
            }

                .categorylist .category-submenu .category-submenu-title a:after {
                    background: linear-gradient(#fff,#ccc,#fff);
                    content: '';
                    height: 200px;
                    position: absolute;
                    right: 10px;
                    top: 20px;
                    width: 1px;
                }

        .categorylist .category-submenu div {
            display: block;
        }

            .categorylist .category-submenu div:first-child a {
                color: #444;
                display: block;
                font-size: 20px;
                font-weight: 700;
                height: 283px;
                position: relative;
                text-align: center;
            }

                .categorylist .category-submenu div:first-child a:before {
                    background: linear-gradient(#ddd,#fff);
                    content: '';
                    height: 240px;
                    left: 0;
                    position: absolute;
                    top: 20px;
                    width: 1px;
                }

        .categorylist .category-submenu li {
            display: block;
        }

            .categorylist .category-submenu li a {
                border-radius: 0;
                color: #333;
                font-size: 12px;
                padding: 10px !important;
                position: relative;
                text-align: right;
            }

    .categorylist li:hover .category-submenu {
        border-radius: 10px;
        box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
        display: block;
        height: 100%;
        max-height: 520px;
        opacity: 1;
        visibility: visible;
    }

    .categorylist ul {
        border-radius: 10px;
        display: block;
        text-align: right;
    }

        .categorylist ul li {
            display: block;
            font-size: 14px;
            transition: .5s all ease;
            vertical-align: middle;
        }

            .categorylist ul li > a {
                border-bottom: 1px solid #eee;
                color: #333;
                display: block;
                font-size: 13px;
                font-weight: bolder;
                padding: 10px;
                position: relative;
                transition: .5s all ease;
            }

                .categorylist ul li > a:hover {
                    color: #001e9f;
                }

            .categorylist ul li:first-child > a {
                margin: 0 0 0 5px !important;
            }

            .categorylist ul li:last-child > a:before {
                display: none;
            }

            .categorylist ul li:nth-last-child(1) {
                margin-left: 0;
            }

.checkboxPayFromCredit {
    border-radius: 4px;
    font-size: 13px;
    margin-top: 4px;
    padding: 0;
    position: relative;
    width: 142px;
    display: inline-block;
    margin-right: 58px;
}

    .checkboxPayFromCredit.active {
        background: #d1ffe5;
    }

        .checkboxPayFromCredit.active:before {
            background: #14aa57 url(/icons/check.png) no-repeat center center;
            background-size: 8px;
        }

    .checkboxPayFromCredit:before {
        background: #fff;
        border: 1px solid #797979;
        border-radius: 2px;
        content: '';
        height: 12px;
        position: absolute;
        right: -19px;
        top: 2px;
        width: 12px;
    }

.classimage {
    width: 50%;
}

.contactmargin {
    font-size: 0;
}

.academy-education-list {
    width: 100%;
    min-height: 50px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    text-align: right;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

    .academy-education-list ul li {
        margin-bottom: 14px;
        position: relative;
        height: 40px;
        vertical-align: top;
    }

        .academy-education-list ul li:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            width: 100%;
            background: linear-gradient(90deg, #eee, #fafafa);
        }

        .academy-education-list ul li a h2 {
            border-radius: 4px 0px 0px 4px;
            font-size: 13px;
            color: #333;
            padding: 3px 10px 3px 10px;
            overflow: hidden;
            line-height: 24px;
            height: 24px;
            font-weight: 400;
        }

        .academy-education-list ul li a span {
            position: relative;
            border-radius: 5px;
            font-size: 12px;
            color: #fff;
            padding: 0;
            float: right;
            margin: 5px 0 0 10px;
            padding: 0 5px;
            background: #229;
        }

            .academy-education-list ul li a span:before {
                content: '';
                position: absolute;
                left: -5px;
                top: 0;
                height: 100%;
                width: 2px;
                background: linear-gradient(#333, #999,#555);
                display: none;
            }

.content-academy {
    background: #fff;
    padding: 20px;
    margin: 0 0 50px 0;
    border-radius: 20px;
    min-height: 200px;
    position: relative;
    box-shadow: 0 0 8px 0 #eee;
}

    .content-academy > a {
        display: block;
    }

        .content-academy > a > img {
            margin: 0 auto;
            max-width: 160px;
            max-height: 120px;
            border-radius: 10px;
        }

        .content-academy > a > h2 {
            font-size: 0;
            position: relative;
            margin: 20px 0
        }

            .content-academy > a > h2:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: 2px;
                width: 100%;
                background: linear-gradient(90deg, #fff, #ddd, #fff);
            }

        .content-academy > a > p {
            text-align: center;
        }

.content-one {
    background-size: 17%;
    border-radius: 10px;
    font-size: 0;
    margin-bottom: 50px;
    position: relative;
}

.content-one {
    padding-right: 10px;
}

    .content-one .content-image img {
        border-radius: 20px;
        display: block;
        margin: 20px 0 0;
        width: 100%;
        box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.15);
    }

    .content-one .content-image:before {
        background: linear-gradient(#fff,#d0d0d0,#fff);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px;
        display: none;
    }

    .content-one .content-info {
        border-radius: 10px;
        margin-bottom: 20px;
        min-height: 600px;
        padding: 30px 0 20px;
    }

        .content-one .content-info .summary > div {
            border-radius: 10px;
            font-size: 14px;
            line-height: 25px;
            margin: 0;
            max-width: 100%;
            padding: 20px;
            text-align: right;
            margin-bottom: 20px;
            background: #fff;
            line-height: 2.5;
        }

        .content-one .content-info h1 {
            color: #001e9f;
            font-size: 25px;
            font-weight: 500;
            line-height: 1.6;
            line-height: 60px;
            margin: 14px 0 38px;
            min-height: 60px;
            min-height: 60px;
            padding: 0 82px 0 0;
            text-align: right;
            text-shadow: 0 0 .5px #fff;
            width: 80%;
            font-weight: 500;
            letter-spacing: -1px;
        }

            .content-one .content-info h1.booktitle {
                background: url(/icons/booktitle.png) no-repeat top 5px right;
                background-size: 51px;
            }

            .content-one .content-info h1.videotitle {
                background: url(/icons/videotitle.png) no-repeat top 5px right;
                background-size: 50px;
            }

            .content-one .content-info h1.eventtitle {
                background: url(/icons/eventtitle.png) no-repeat top 5px right;
                background-size: 54px;
            }

            .content-one .content-info h1.plustitle {
                background: url(/icons/plustitle.png) no-repeat top 5px right;
                background-size: 51px;
            }

    .content-one h1.teachertitle {
        background: url(/icons/teachertitle.png) no-repeat top 5px right;
        background-size: 62px;
        color: #000;
        font-size: 17px;
        font-weight: 500;
        line-height: 35px;
        margin: 14px 0 0;
        min-height: 74px;
        padding: 20px 82px 0 0;
        text-align: right;
        text-shadow: 0 0 .5px #fff;
        font-weight: bold;
    }

    .content-one .content-info h2 {
        display: inline-block;
        font-size: 15px;
        position: relative;
        text-align: justify !important;
        vertical-align: top;
        text-align: right;
        padding-right: 0;
        font-weight: 500;
        position: relative;
        margin-bottom: 9px;
    }

        .content-one .content-info h2 img {
            position: absolute;
            right: 0;
            top: -3px;
            width: 15px;
        }

        .content-one .content-info h2.headtitle {
            color: #000;
            padding-right: 35px;
        }

            .content-one .content-info h2.headtitle img {
                width: 30px;
                top: -15px;
                background: transparent;
            }

    .content-one .content-info, .content-one .content-image {
        display: inline-block;
        font-size: 15px;
        position: relative;
        text-align: justify !important;
        vertical-align: top;
        width: 73%;
    }

    .content-one .description {
        line-height: 2.2;
    }

        .content-one .description ul {
            padding-right: 20px;
        }

.h_iframe-aparat_embed_frame {
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #0e22b8;
}

    .h_iframe-aparat_embed_frame iframe {
        border: 0;
    }

.content-one .content-image {
    height: 100%;
    margin-right: 2%;
    min-height: 600px;
    padding-bottom: 40px;
    padding-right: 2%;
    width: 25%;
}

.content-one .title {
    color: #00349a;
    font-size: 26px;
    font-weight: bolder;
    padding: 60px 0;
}

    .content-one .title .subtitle {
        font-size: 18px;
        color: #000;
    }

.content-one h2 {
    color: #001e9f;
    font-size: 18px;
    font-weight: bolder;
    margin: 20px 0 10px;
    padding: 0;
    text-align: right;
}

.content-one p {
    line-height: 2.2;
    font-weight: 200
}

.content-one .short-link {
    background: #fff;
    background-size: auto;
    font-size: 22px;
    text-align: left;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 60px;
    background-size: 100%;
    font-weight: 200;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ccc;
    margin-top: 50px
}

    .content-one .short-link strong {
        top: -45px;
        font-size: 12px;
        position: absolute;
        right: 0;
    }

    .content-one .short-link .copy {
        background: url(/images/copy.png) no-repeat center center #FF0000;
        border-radius: 7px 0px 0px 7px;
        position: absolute;
        width: 45px;
        height: 48px;
        left: -1px;
        background-size: 20px;
        font-size: 0;
        border: 0;
        top: -1px;
        z-index: 2;
    }

        .content-one .short-link .copy:active {
            background-color: #0E22B4;
        }

    .content-one .short-link .copy-text {
        display: none;
    }

    .content-one .short-link .copycompletedtext {
        position: absolute;
        top: -40px;
        left: 0;
        width: 65px;
        font-size: 11px;
        height: 30px;
        line-height: 30px;
        background: #444;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        display: none;
    }

        .content-one .short-link .copycompletedtext:before {
            content: '';
            position: absolute;
            left: 25px;
            bottom: -5px;
            border-top: 5px solid #444;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
        }

.content-one .description p {
    text-align: justify;
	font-size: 14px;
}

.content-one .content-all-info strong {
    font-weight: 500;
    color: #000;
    min-width: 48%;
    float: left;
}

    .content-one .content-all-info strong.teachers {
        display: block;
        float: none;
        min-height: 60px;
        text-align: right;
    }

.content-one .content-all-info .teachers ins {
    display: block;
    font-size: 11px;
    position: relative;
    height: 50px;
    padding-right: 45px;
    line-height: 40px;
    margin: 10px 0;
}

    .content-one .content-all-info .teachers ins img {
        height: 40px;
        right: 0;
        top: -20px;
        position: absolute;
        width: 40px;
    }

.content-one img {
    border-radius: 15px;
    margin: 10px auto;
}

.content-one h3 {
    padding: 0 !important;
    margin-top: 20px;
}

.content-one ul {
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    display: block;
}

    .content-one ul li {
        position: relative;
        padding: 20px
    }

.commentbox ul li:after {
    position: absolute;
    content: '✓';
    right: 45px;
    bottom: 50px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    background: #14aa57;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: none;
}

.commentlistbox {
    margin-top: 20px;
}

    .commentlistbox ul {
    }

.video-page .content-one .content-image {
    margin: 0;
    padding: 0 2% 40px 0 !important;
    order: 1;
}

.content-one .content-all-info {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.15);
    border-radius: 20px;
    margin-top: 20px;
    color: #b5b5b5;
    font-size: 13px;
}

    .content-one .content-all-info div {
        display: block;
        min-height: 30px;
    }

.video-page .content-one .content-image:before {
    right: 0;
}

.video-page .content-one .content-info {
    margin-left: 2%;
    /*! box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.15); */
    /*! padding: 50px; */
    margin-top: 20px;
}


.discount-box {
    bottom: 50px;
}

    .discount-box input, .discount-box .btn {
        background: #fffcca url(/images/next.png) no-repeat left 10px center;
        box-sizing: border-box;
        color: #000 !important;
        margin-top: 10px !important;
        width: 100%;
        font-weight: bold;
        font-weight: 200;
        text-align: center;
        padding: 0;
        font-size: 14px;
    }

        .discount-box input[type=text] {
            background: #fff;
            border: 1px solid #f4f2f2 !important;
            width: 100%;
            font-weight: 200;
            padding-left: 50px;
        }

    .discount-box .btn {
        position: absolute !important;
        left: 0px;
        bottom: 46px;
        width: 50px;
        box-shadow: 0 0 0 0;
        margin: 0 !important;
    }

.educationtitr {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: right;
}

.entrbtn {
    display: inline-block;
    font-size: 13px;
    margin: 0 !important;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.entrbtn-sign {
    display: inline-block;
    font-size: 13px;
    margin-top: 21px !important;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.entry {
    background: #f0e885;
    border: none;
    border-radius: 7px;
    bottom: 30px;
    box-sizing: unset;
    color: #201c1c;
    color: #000;
    cursor: pointer;
    font-family: webmehrazfont;
    font-size: 14px;
    height: 40px;
    left: 50px;
    line-height: 40px;
    padding: 0 15px 0 40px;
    position: absolute;
    width: 93px;
    background-size: 14px;
    font-weight: 500;
    border: 1px solid #000;
}

    .entry:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        background: url(/images/next.png) no-repeat left 10px center;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: 20px;
        filter: invert(1);
        opacity: 0.5;
    }

    .entry:hover {
        background-color:;
    }

.event-list-firstpage {
    background: #fff;
    display: none;
    height: 100vh;
    left: 0;
    margin: auto;
    overflow-y: scroll;
    padding: 70px 80px 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

    .event-list-firstpage img {
        max-width: 400px;
    }

.event-list-firstpage-close {
    background: #fff url(/images/close.png) center center no-repeat;
    border-radius: 150px;
    box-shadow: 0 7px 8px 2px rgba(0,0,0,.04);
    cursor: pointer;
    font-size: 0;
    height: 36px;
    left: 50px;
    position: fixed;
    top: 100px;
    width: 36px;
}

.example-tabs {
    margin-top: 20px;
    position: relative;
}

    .example-tabs .example-tabs-selectors {
        display: flex;
        font-size: 0;
        line-height: 1.2;
        list-style-type: none;
        margin: 0;
        text-align: center;
    }

        .example-tabs .example-tabs-selectors .active {
            background: #fff !important;
            color: #000;
            font-size: 16px;
            font-weight: 700;
            padding-right: 12px;
            text-align: center;
        }

        .example-tabs .example-tabs-selectors li {
            background: #da0000;
            border: 5px solid #811;
            border-radius: 3px 3px 0 0;
            border-radius: 200px;
            border-right: 10px solid #ff0;
            border-top: 5px solid #ff4545;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            line-height: 20px;
            line-height: 41px;
            margin: 25px auto;
            margin-left: 1.333% height:49px;
            text-align: center;
            transition: .2s all ease;
            transition: .5s all ease;
            vertical-align: top;
            width: 24%;
        }

            .example-tabs .example-tabs-selectors li:hover {
                background: #424242;
                border: 5px solid #ff0;
                transform: rotate(360deg);
                transform: scale(.9);
            }

            .example-tabs .example-tabs-selectors li:last-child {
                margin-left: 0;
            }

.example-tabs-contents > .active, .news-list {
    border-radius: 0 0 10px 10px;
    color: #333;
    display: block;
    min-height: 259px;
}

.example-tabs-contents > div {
    display: none;
}

.features-icon img {
    background: #fff;
    border: 1px solid #acdcff;
    border-radius: 4px;
    margin-left: 20px;
    padding: 10px 0;
    width: 90px;
}

.footer-column-title h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 48px;
    position: absolute;
    right: -130px;
    background: #fff;
    padding: 0 12px;
    border-radius: 4px;
    text-align: center;
    z-index: 2;
    letter-spacing: -1.5px;
    width: 69px;
}

.footer-column-title ul li {
    color: #012f5f;
    font-size: 15px;
    margin-bottom: 15px;
}

    .footer-column-title ul li a {
        color: #000;
        font-size: 16px;
    }

        .footer-column-title ul li a:hover {
            color: #393737;
            padding-left: 5px;
        }

.footer-copy-right {
    padding-top: 0;
}

    .footer-copy-right p {
        color: #000;
        font-size: 13px;
        font-weight: 300;
        line-height: 2;
        margin-bottom: 12px;
        text-align: center;
    }

        .footer-copy-right p a {
            background: #0e22b5;
            border-radius: 4px;
            color: #fff;
            font-weight: bolder;
            padding: 0 5px;
            font-size: 17px;
        }

            .footer-copy-right p a:hover {
                background: #da0000;
            }

        .footer-copy-right p i {
            color: #f9218d;
        }

.footer-desc {
    color: #000;
    font-size: 15px;
    line-height: 1.8;
    margin: 18px auto 0;
    text-align: center;
    width: 49%;
}

.footer-form {
    margin-top: 17px;
}

    .footer-form .info {
        display: none !important;
    }

    .footer-form form {
        position: relative;
    }

        .footer-form form .form-icon button {
            background: none;
            background: #30a7ff;
            border: 0;
            border-radius: 9px 0 0 9px;
            border-radius: 40px;
            cursor: pointer;
            height: 40px;
            left: 1px;
            line-height: 1;
            padding: 11px;
            position: absolute;
            top: 1px;
            width: 40px;
        }

            .footer-form form .form-icon button img {
                width: 20px;
            }

        .footer-form form input {
            background: #f9f9fe;
            border: 0;
            border-radius: 50px;
            height: 43px;
            padding: 10px 20px;
            width: 100%;
        }

.footer-social a {
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    background: #fafafa;
    border: 1px solid #fafafa;
    color: #949eb2;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    transition: .4s;
    width: 40px;
}

    .footer-social a:hover {
        background: #8f1bdc;
    }

        .footer-social a:hover i {
            -moz-transition: .4s;
            -o-transition: .4s;
            -webkit-transition: .4s;
            color: #fff;
            transition: .4s;
        }

.forgot {
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 40px;
    margin: 0 !important;
    width: 100%;
}

    .forgot a {
        color: #000;
    }

        .forgot a:hover {
            color: #000cfb;
        }

.forgot-box {
    display: block;
    margin-top: 29px;
    width: 100%;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.gallery {
    font-size: 0;
}

.gallerybox {
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    width: 23.5%;
}

    .gallerybox:nth-child(4n) {
        margin-left: 0;
    }

.galleryview {
    direction: rtl;
    text-align: justify;
}

    .galleryview h1 {
        color: #000;
        direction: rtl;
        font-size: 35px;
        font-weight: 700;
        padding: 20px 0;
        text-align: right;
    }

    .galleryview p {
        direction: rtl;
        font-size: 20px;
        text-align: right;
    }

.galleryview-element {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

    .galleryview-element audio, video, img {
        display: block;
        margin: 0;
        max-width: 100%;
        text-align: center;
    }

.header-tel {
    font-size: 0;
    left: 20px;
    position: absolute;
    top: 223px;
}

    .header-tel img {
        border-radius: 12px;
        height: 50px;
    }

.hero-caption h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.hero-caption span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    padding-left: 95px;
    position: relative;
}

    .hero-caption span::before {
        background: #8f1bdc;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        width: 75px;
    }

.imagegallery {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 35px;
}

.imgestar {
    position: absolute;
    right: 85px;
    top: 30px;
    width: 38px;
}

.info-class {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    text-align: right;
    vertical-align: top;
    width: 62%;
}

    .info-class p {
        color: #000;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

.konkoori {
    background: #da0000;
    border-radius: 20px;
    color: #fff;
    height: 241px;
    margin-top: -20px;
    padding: 20px;
    width: 300px;
}

    .konkoori h2, .konkoori p {
        color: #fff;
    }

    .konkoori img {
        border-radius: 10px;
        margin-bottom: 20px;
        width: 100% !important;
    }

.leftcontact {
    display: inline-block;
    width: 40%;
}

.levels-shapes {
    color: #fff;
    direction: rtl;
    display: block;
    font-size: 0;
    margin: 50px 0 0;
    position: relative;
    text-align: right;
}

    .levels-shapes .levels-shape {
        border-bottom: 10px solid #36c;
        color: #444;
        display: inline-block;
        font-size: 17px;
        font-weight: 700;
        height: 45px;
        padding-right: 20px;
        position: relative;
        vertical-align: top;
        width: 14.286%;
    }

        .levels-shapes .levels-shape span {
            background: #36c;
            border-radius: 40px;
            color: #fff;
            height: 40px;
            left: 0;
            line-height: 40px;
            position: absolute;
            text-align: center;
            top: 18px;
            width: 40px;
        }

        .levels-shapes .levels-shape.active {
            border-bottom: 10px solid #14aa57;
        }

            .levels-shapes .levels-shape.active span {
                background: #14aa57;
            }

            .levels-shapes .levels-shape.active.blueactive {
                border-bottom: 10px solid #14aa57;
            }

            .levels-shapes .levels-shape.active.redactive {
                border-bottom: 10px solid #da0000;
            }

                .levels-shapes .levels-shape.active.redactive span {
                    background: #da0000;
                }

.listmember .addnewmember {
    background: #f04f00 url(/icons/plus.png) no-repeat center left 10px;
    background-size: 20px;
    border-radius: 4px;
    color: #333;
    color: #fff;
    height: 30px;
    left: 20px;
    line-height: 30px;
    padding: 0 10px 0 40px;
    position: absolute;
    top: 69px;
}

.listmember .addnewmemberinparagraph {
    background: #fff url(/images/register-128.png) no-repeat center left 10px;
    background-size: 20px;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
    padding: 4px 10px 4px 30px;
    width: 100%;
    font-weight: 500;
    color: #333;
    border-radius: 6px;
    height: 40px;
    line-height: 33px;
}

.listmember p {
    padding: 0;
    text-align: center;
    color: #999;
    font-weight: 200;
}

.livedesc a {
    color: red !important;
}

.userpanel .opensignwithpassword {
    font-size: 11px;
    bottom: 30px;
    right: 50px;
    position: absolute;
    background: url(/icons/006-key.png) no-repeat center right 0;
    background-size: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 20px 0 10px;
    color: #000;
    cursor: pointer;
}

.userpanel .login .opensignwithpassword:hover {
    opacity: 0.8;
}

.userpanel .login h2, .userpanelwithpassword .login h2 {
    font-size: 16px;
    text-align: right;
    color: #0e22b4;
    position: relative;
}

    .userpanel .login h2:before, .userpanelwithpassword .login h2:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 5px;
        background: linear-gradient(90deg, #faf7cc,#f8f2b0,#faf6c7);
        right: 0;
    }

    .userpanel .login h2 img, .userpanelwithpassword .login h2 img {
        float: right;
        height: 18px;
        margin-left: 10px;
        opacity: .4;
        position: absolute;
        right: 0;
        top: 17px;
    }

.userpanel .code-box {
    display: block;
    max-height: 265px;
}

.userpanel .login-box {
    min-height: 422px !important;
}

.userpanel .signup-box {
    min-height: 518px !important;
}

.userpanel p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 10px;
    text-align: justify;
    min-height: 50px;
    color: #777;
    font-weight: 200;
}

.userpanel input {
    font-size: 17px !important;
    height: 55px !important;
    line-height: 55px !important;
    text-align: center !important;
    font-weight: bold;
    font-weight: 500;
}

.userpanel input {
    margin-bottom: 20px;
}


.menu {
    line-height: 1;
    display: block;
    width: 100%;
    padding-right: 100px;
}

    .menu li .submenu {
        display: none;
    }

    .menu li:hover .submenu {
        display: block;
    }

.messagebox {
    background: #22b9ea url(/icons/close.png) no-repeat top 20px left 20px / 15px;
    background-color: #22b9ea;
    border-radius: 1px;
    border-radius: 10px;
    bottom: 20px;
    color: #fff;
    direction: rtl;
    font-size: 16px;
    font-weight: 500;
    left: 20px;
    line-height: 25px;
    margin: auto;
    max-width: 320px;
    padding: 20px 39px 20px 54px;
    position: fixed;
    text-align: right;
    width: 70%;
    z-index: 25;
}

    .messagebox.Faild {
        background-color: #ff4545;
    }

    .messagebox.Faild {
        background-color: #ff4545;
    }

    .messagebox.Success {
        background-color: #14aa57;
    }

    .messagebox.Success {
        background-color: #14aa57;
    }

.mobile-navigation {
    background: #fff;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    display: none;
    height: 100vh;
    right: -280px;
    margin: auto;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s all ease;
    min-width: 235px;
    z-index: 10;
    width: 50%;
    padding-top: 30px;
}

    .mobile-navigation .addevent {
        -webkit-text-stroke: 1px;
        background: transparent !important;
        border-radius: 4px;
        color: #333;
        height: 41px;
        left: 10px;
        line-height: 41px;
        padding-right: 55px;
        position: relative;
        right: 10px;
        width: auto;
        z-index: 1;
    }

        .mobile-navigation .addevent::before {
            background: #36c url(/icons/plus.png) no-repeat center center;
            background-size: auto;
            background-size: 25px;
            border-radius: 40px;
            content: '';
            filter: invert(0%);
            height: 35px;
            padding: 17px;
            position: absolute;
            right: 10px;
            top: 3px;
            width: 35px;
        }

    .mobile-navigation .footer-logo img {
        max-width: 70%;
        position: relative;
        margin: 10px auto;
        max-height: 60px;
    }

    .mobile-navigation .hassubmenu li a {
        border-bottom: 1px solid transparent !important;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .mobile-navigation .hassubmenu ul {
        padding-right: 10px;
    }

    .mobile-navigation .hassubmenu ul {
        display: none;
    }

    .mobile-navigation .live-video {
        background-position: left 10px center;
        background-size: 20px;
        color: #fff;
        font-weight: 700;
    }

    .mobile-navigation .submenuicon {
        background: url(/icons/navbtn.png) no-repeat right 10px top 8px;
        background-size: auto;
        background-size: 12px;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        text-align: right;
    }

    .mobile-navigation .userimage {
        left: 15px;
    }

    .mobile-navigation ul {
        list-style-type: none;
        margin: 15px auto 0;
        width: 93%;
        padding: 20px;
    }

        .mobile-navigation ul .hassubmenu {
            background: #2c63e6 url(/icons/navbtn.png) no-repeat right 10px top 8px;
            background-size: 12px;
            border-bottom: 1px solid transparent;
            cursor: pointer;
            text-align: right;
        }

            .mobile-navigation ul .hassubmenu a {
                border-bottom: 1px solid transparent !important;
                color: #fff;
                font-weight: 700;
            }

                .mobile-navigation ul .hassubmenu a:hover {
                    color: #ddd;
                }

        .mobile-navigation ul li a {
            color: #333;
            display: block;
            font-size: 12px;
            font-weight: 400;
            height: 50px;
            line-height: 50px;
            padding: 0;
            text-align: right;
            position: relative;
        }

        .mobile-navigation ul li:first-child a {
            background: url(/icons/028-user-1.png) no-repeat center left 10px;
            background-size: 16px;
        }

        .mobile-navigation ul li a:before {
            content: '';
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            bottom: 0;
            height: 2px;
            background: linear-gradient(90deg, #fff, #ddd);
        }

        .mobile-navigation ul li a#userbtn {
            background: #f7f1aa;
            border-radius: 10px;
            text-align: center;
            height: 40px;
            line-height: 40px;
        }

        .mobile-navigation ul li img {
            height: 30px;
            border-radius: 4px;
            float: left;
            margin-right: 10px;
            margin-top: 15px;
        }

        .mobile-navigation ul li:last-child a {
            border-bottom: 0;
        }

    .mobile-navigation .btn-sign {
        background: #fff;
    }

.mobile-ul-section {
}

.name-type {
    font-size: 14px;
    position: absolute;
    right: 72px;
    top: -5px;
}

.navigation {
    font-size: 15px;
    margin-top: 35px;
    text-align: left;
    width: 100%;
}

.navigation-bar {
    direction: rtl;
    margin: 20px 0;
    padding: 0;
    text-align: right;
}

    .navigation-bar ul {
        border-radius: 10px;
        display: inline-block;
        text-align: right;
        width: 100%;
    }

        .navigation-bar ul li {
            display: inline-block;
            font-size: 14px;
            margin: 0 5px;
            position: relative;
            z-index: 1;
        }

            .navigation-bar ul li > a {
                -moz-transition: .3s;
                -o-transition: .3s;
                -webkit-transition: .3s;
                border-radius: 4px;
                color: #333;
                display: block;
                font-size: 14px;
                font-weight: 400;
                font-weight: 400;
                padding: 0 0 0 40px;
                position: relative;
                text-transform: capitalize;
            }

                .navigation-bar ul li > a::before {
                    background: url(/icons/nxt.png);
                    background-size: 100%;
                    color: #999;
                    content: "";
                    font-family: arial;
                    font-size: 17px;
                    height: 10px;
                    left: 15px;
                    position: absolute;
                    top: 5px;
                    transform: rotate(180deg);
                    width: 10px;
                }

            .navigation-bar ul li:last-child > a::before {
                display: none;
            }

.no-messagebox {
    display: none;
}

.no-messagebox {
    display: none;
}

.notifbtn {
    animation: 4s infinite;
    background: #001e9f;
    border-radius: 15px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    min-width: 41px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 2.5px #040215;
    top: -2px;
}

    .notifbtn:after {
        background: #fa6700;
        content: '';
        height: 25px;
        position: absolute;
        right: 10px;
        top: -25px;
        transform: rotate(15deg);
        width: 6px;
    }

    .notifbtn:before {
        background: #d7d012;
        content: '';
        height: 25px;
        position: absolute;
        right: 25px;
        top: -25px;
        transform: rotate(-15deg);
        width: 6px;
    }

.notifpanel {
    background: rgba(0,0,0,0.7);
    display: none;
    font-size: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .notifpanel .btnclosenotifpanel {
        background: #fff url(/images/close.png) center center no-repeat;
        border-radius: 150px;
        box-shadow: 0 7px 8px 2px rgba(0,0,0,.04);
        cursor: pointer;
        font-size: 0;
        height: 36px;
        left: 10px;
        opacity: 1;
        position: absolute;
        top: 10px;
        width: 36px;
        z-index: 1;
    }

        .notifpanel .btnclosenotifpanel:hover {
            cursor: pointer;
            filter: grayscale(0);
        }

    .notifpanel > div {
        background: #fff;
        bottom: 0;
        box-shadow: 0 37px 89px #484848;
        box-sizing: unset;
        height: 100vh;
        left: auto;
        margin: auto;
        min-width: 200px;
        padding: 15px;
        padding: 0 40px;
        position: fixed;
        right: 0;
        top: 0;
        width: 17%;
        z-index: 11;
    }

    .notifpanel a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
    }

    .notifpanel div li {
        font-size: 15px;
        line-height: 60px;
        position: relative;
    }

        .notifpanel div li span {
            background: #fbfbce;
            border-radius: 44px;
            color: #000eda;
            display: block;
            font-size: 27px;
            height: 50px;
            left: 0;
            line-height: 50px;
            position: absolute;
            text-align: center;
            top: 5px;
            width: 50px;
        }

        .notifpanel div li::before {
            background: -webkit-linear-gradient(left,#aaa,#eeee);
            bottom: 0;
            content: '';
            height: 1px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
        }

    .notifpanel h2 {
        color: #000;
        font-size: 18px;
        margin-top: 35px;
        padding: 0;
    }

.one-event {
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
    display: block;
    font-size: 0;
    margin-top: 80px;
    position: relative;
}

    .one-event .one-event-contents > div {
        display: none;
        min-height: 230px;
        padding: 20px;
        text-align: justify;
    }

        .one-event .one-event-contents > div img {
            border-radius: 10px;
            height: 200px;
            margin-left: 12px;
            position: absolute;
            right: 10px;
            top: 16px;
            width: 200px;
        }

        .one-event .one-event-contents > div.active {
            background: -webkit-linear-gradient(left,#eef,#fff);
            color: #333;
            display: block;
            font-size: 15px;
            padding: 20px 220px 0 346px;
            position: relative;
        }

            .one-event .one-event-contents > div.active h2 {
                color: #0145a8;
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 10px;
                width: 342px;
            }

    .one-event .one-event-tabs > span {
        background: #eee;
        border-left: 1px solid #eee;
        border-radius: 3px 3px 0 0;
        border-top: 1px solid #eee;
        color: #000;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        margin: -40px 0 0 5px;
        padding: 10px 15px;
        vertical-align: bottom;
    }

        .one-event .one-event-tabs > span.active {
            border-bottom: #fff;
            border-top: 5px solid #ff5d00;
            color: #020202;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            max-width: 40%;
        }

    .one-event .one-event-tabs h2 {
        font-size: 18px !important;
    }

.one-event-footer {
    border-top: 1px solid #eee;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 0;
}

    .one-event-footer .price {
        color: #da0000;
        height: 60px;
        left: 60px;
        line-height: 60px;
        position: absolute;
        top: 92px;
    }

        .one-event-footer .price .currency-show {
            color: #0038a9;
            font-size: 36px;
            font-weight: bolder;
        }

        .one-event-footer .price p {
            color: #2b2b2b;
            line-height: 60px;
        }

    .one-event-footer a {
        background: -webkit-linear-gradient(left,#0162eb,#0199ff);
        border-radius: 4px;
        color: #fff;
        float: left;
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
        margin: 8px;
        padding: 3px 15px;
    }

.orderpanel {
    background: rgba(0,0,0,0.7);
    direction: rtl;
    font-size: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .orderpanel .btncloseorderpanel {
        background: #fff url(/images/close.png) center center no-repeat;
        border-radius: 36px;
        cursor: pointer;
        filter: grayscale(1);
        height: 36px;
        left: 50%;
        position: absolute;
        top: -16px;
        width: 36px;
        z-index: 2;
        margin-left: -16px;
    }

        .orderpanel .btncloseorderpanel:hover {
            cursor: pointer;
            filter: grayscale(0);
        }

    .orderpanel .checkboxes {
        font-size: 14px;
        font-size: 0;
    }

        .orderpanel .checkboxes .active {
            background: #9f9;
            color: #14aa57;
        }

        .orderpanel .checkboxes span {
            background: #eee;
            border-radius: 10px;
            cursor: pointer;
            display: inline-block;
            font-size: 15px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            width: 48%;
        }

            .orderpanel .checkboxes span img {
                float: right;
                height: 20px;
                margin: 5px 10px 0 0;
            }

            .orderpanel .checkboxes span:first-child {
                margin-left: 4%;
            }

            .orderpanel .checkboxes span:hover {
                background: #;
            }

    .orderpanel .entry {
        border-radius: 6px;
        display: block;
        position: relative;
        bottom: auto;
        position: relative;
        margin: 20px 50px;
    }

        .orderpanel .entry.btn-discount {
            bottom: 50px;
            left: 5px;
            border: 0;
        }

            .orderpanel .entry.btn-discount:before {
                display: none;
            }

    .orderpanel .form .addmember {
        background: linear-gradient(#2163d5,#0c429d);
        border-radius: 20px;
        bottom: 0;
        display: block;
        height: 500px;
        margin: auto;
        padding: 40px;
        position: absolute;
        top: 0;
    }

    .orderpanel .form .column {
        display: none;
    }

    .orderpanel .form p {
        color: #202020;
        font-size: 14px;
        line-height: 2.5;
        text-align: justify;
    }

    .orderpanel .form strong {
        color: #fff;
    }

    .orderpanel .mainform .item {
        display: inline-block;
        padding: 13px 0 0;
        position: relative;
        width: 48%;
        margin-left: 4%
    }

        .orderpanel .mainform .item input[type=text], .orderpanel .mainform .item select {
            background-color: #fff !important;
            border-bottom: 2px solid #ccc;
            border-radius: 8px;
            box-shadow: 0 0 0 0;
        }

    .orderpanel .item:nth-child(2n) {
        margin-left: 0 !important;
    }

    .orderpanel .mainimg {
        border-radius: 10px;
        float: right;
        height: 145px;
        margin-left: 20px;
        width: 145px;
    }

    .orderpanel .passwordinput {
        background: url(/images/pass.png) no-repeat left 10px center;
    }

    .orderpanel .userinput {
        background: url(/icons/028-user-1.png) no-repeat left 10px center;
    }

    .orderpanel > .addmember, .orderpanel .listmember {
        box-sizing: border-box;
        margin: auto;
        padding: 0 50px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        width: 80%;
        max-width: 1000px;
        background: linear-gradient(45deg,#eee, #e8d8d8);
        border-radius: 37px;
        height: 638px;
        box-shadow: 0 0 0 30px #000;
        width: 80%;
        max-width: 1000px;
        box-shadow: 0 0 39px 2px #00000090;
        padding: 50px;
    }

    .orderpanel > .listmember {
    }

        .orderpanel > .listmember > h2 {
            border-radius: 10px 10px 0 0;
            color: #000;
            height: 60px;
            left: 0;
            line-height: 60px;
        }

            .orderpanel > .listmember > h2:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 2px;
                bottom: 0;
                background: linear-gradient(90deg, #e8d9d9, #d2c2c2,#e8d9d9);
            }

    .orderpanel h2 {
        border-radius: 10px;
        color: #000;
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        line-height: 50px;
        line-height: 1;
        margin: 10px 0;
        padding-right: 0;
        position: relative;
        font-weight: 500;
    }

        .orderpanel h2 img {
            background: #ffcd00;
            border-radius: 5px;
            border-radius: 30px;
            display: inline-block;
            margin-left: 4px;
            padding: 4px;
            vertical-align: middle;
            width: 21px;
            opacity: 0.3;
        }

    .orderpanel > .listmember .table .item:first-child div {
        font-size: 14px;
    }

.regiter-list-info {
    padding-bottom: 20px;
    height: 242px;
    overflow: auto;
    cursor: pointer;
}

.newregisteranddiscountbox {
    position: absolute;
    left: 50px;
    font-size: 11px;
    bottom: 20px;
    width: 200px;
    height: 220px;
}

.regiter-list-info .item {
    font-size: 11px;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}

    .regiter-list-info .item:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        bottom: 0;
        background: linear-gradient(90deg, #e8d9d9, #d2c2c2,#e8d9d9);
    }

    .regiter-list-info .item > ins {
        float: right;
        margin: -9px 0 0 10px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        background: linear-gradient(#fff, #e1e1e1);
        color: #000;
        border-radius: 40px;
        font-size: 16px;
        font-weight: 500;
    }

    .regiter-list-info .item h2 {
        margin-left: 20px;
        font-size: 11px;
        margin: 0;
        height: auto;
    }

    .regiter-list-info .item > span {
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        border-radius: 4px;
        position: relative;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        font-weight: 200;
    }

    .regiter-list-info .item span:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 2px;
        height: 72%;
        bottom: -4px;
        background: -webkit-linear-gradient(transparent, #c3d8ff, transparent);
    }

    .regiter-list-info .item > span .delete {
        background: #da0000;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-family: webmehrazfont;
    }

.our-customer .dot-style .slick-active button {
    background: #ec5252;
    height: 16px;
    padding-top: 2px;
    width: 16px;
}

.our-customer .dot-style .slick-dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

    .our-customer .dot-style .slick-dots button {
        background: #f9d8e0;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
        height: 10px;
        margin-right: 8px;
        padding: 0;
        text-indent: -100000px;
        width: 10px;
    }

    .our-customer .dot-style .slick-dots li {
        display: inline-block;
    }

.our-customer .dot-style .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.our-customer .our-customer-wrapper {
    padding: 0 134px;
}

.our-customer .single-customer {
    background: #ffff;
    box-shadow: 0 0 9px 0 rgba(131,93,248,0.07);
    margin-left: 15px;
    margin-right: 15px;
    padding: 55px 34px 55px 44px;
    position: relative;
}

    .our-customer .single-customer .what-cap h4 a {
        color: #712fda;
        font-size: 20px;
        margin-bottom: 20px;
    }

        .our-customer .single-customer .what-cap h4 a:hover {
            color: #8f1bdc;
        }

    .our-customer .single-customer .what-img {
        margin-bottom: 20px;
    }

.our-customer .slick-arrow {
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    background: none;
    border: none;
    bottom: -87px;
    color: #ff0b0b;
    cursor: pointer;
    font-size: 46px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -85px;
    text-align: center;
    transition: .4s;
}

.our-customer .slick-prev.slick-arrow {
    color: #ddd;
    left: -172px;
    transform: rotate(180deg);
}

    .our-customer .slick-prev.slick-arrow:hover {
        color: red;
    }

.pay-option {
    font-size: 12px;
}

    .pay-option .pay-option-credit {
        display: inline-block;
        vertical-align: top;
    }

    .pay-option .currency-show {
        color: #da0000;
        font-size: 17px;
        font-weight: 700;
        margin: 0 10px;
    }

.pricing-card-area {
    margin-top: -295px;
}

    .pricing-card-area .single-card {
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 9px 0 rgba(131,93,248,0.07);
        padding: 40px 25px;
        position: relative;
        transition: .4s;
    }

        .pricing-card-area .single-card .card-bottom ul li {
            color: #717081;
            direction: rtl;
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 16px;
        }

            .pricing-card-area .single-card .card-bottom ul li:last-child {
                margin-bottom: 45px;
            }

        .pricing-card-area .single-card .card-top {
            border-bottom: 2px solid #f4f4f4;
            margin-bottom: 46px;
        }

            .pricing-card-area .single-card .card-top h4 {
                color: #006ebf;
                direction: rtl;
                font-family: "WebmehrazFont";
                font-size: 19px;
                font-weight: 500;
                font-weight: bold;
                margin: 20px;
                padding-right: 3px;
            }

                .pricing-card-area .single-card .card-top h4 span {
                    color: #6a56a6;
                    font-size: 16px;
                }

            .pricing-card-area .single-card .card-top span {
                color: #57667e;
                direction: rtl;
                display: inline-block;
                font-size: 18px;
                margin-bottom: 19px;
            }

        .pricing-card-area .single-card.active {
            box-shadow: 0 10px 30px 0 rgba(133,66,189,0.1);
        }

            .pricing-card-area .single-card.active .btn::before {
                color: #fff !important;
                transform: scaleX(1);
                z-index: -1;
            }

            .pricing-card-area .single-card.active::before {
                bottom: -21px;
                right: -20px;
            }

        .pricing-card-area .single-card::before {
            -moz-transition: .4s;
            -o-transition: .4s;
            -webkit-transition: .4s;
            background-image: url(/images/gallery/card_dot.png);
            bottom: 2px;
            content: "";
            height: 134px;
            position: absolute;
            right: 2px;
            transition: .4s;
            width: 171px;
            z-index: -1;
        }

        .pricing-card-area .single-card:hover {
            box-shadow: 0 10px 30px 0 rgba(133,66,189,0.1);
        }

            .pricing-card-area .single-card:hover .btn::before {
                color: #fff !important;
                transform: scaleX(1);
                z-index: -1;
            }

            .pricing-card-area .single-card:hover::before {
                bottom: -21px;
                right: -20px;
            }

.radio-buttons {
    font-size: 0;
    position: relative;
}

    .radio-buttons .radio-button {
        border-radius: 2px;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        margin: 5px 0 5px 20px;
        min-width: 220px;
        padding: 5px 25px 5px 5px;
        position: relative;
    }

        .radio-buttons .radio-button.active {
            color: #14aa57;
            font-weight: 700;
        }

            .radio-buttons .radio-button.active:before {
                background: #14aa57 url(/icons/check.png) center center no-repeat;
                background-size: 11px;
            }

        .radio-buttons .radio-button.deactivate {
            color: #da0000;
        }

            .radio-buttons .radio-button.deactivate strong {
                background: #da0000;
                border-radius: 5px;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                padding: 0 3px;
            }

            .radio-buttons .radio-button.deactivate:before {
                background: #faa url(/images/close.png) center center no-repeat;
                background-size: 11px;
                border: 1px solid #fbb;
            }

        .radio-buttons .radio-button:before {
            border: 1px solid #555;
            border-radius: 10px;
            content: '';
            display: block;
            height: 18px;
            position: absolute;
            right: 0;
            top: 8px;
            width: 18px;
        }

.reg-box {
    background-color: #fefefe;
    border-radius: 5px;
    box-shadow: 0 1px 2.5px 0 rgba(0,0,0,.15);
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    width: 100%;
}

    .reg-box img {
        width: 100%;
    }

    .reg-box p {
        color: #5e5d69;
        font-size: 16px;
        padding-right: 10px;
        padding-top: 5px;
    }

    .reg-box:hover {
        -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.15);
        box-shadow: 0 6px 15px rgba(0,0,0,.15);
    }

.register-box {
    background: #fff;
    bottom: 0;
    font-size: 0;
    left: 0;
    margin: auto;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 25;
}

    .register-box .btncloseregisterbox {
        background: #ddd url(/images/close.png) center center no-repeat;
        border-radius: 10px;
        cursor: pointer;
        filter: grayscale(1);
        height: 36px;
        left: 10px;
        opacity: .5;
        position: absolute;
        top: 10px;
        width: 36px;
    }

        .register-box .btncloseregisterbox:hover {
            cursor: pointer;
            filter: grayscale(0);
        }

    .register-box h2 {
        -webkit-text-stroke: 1px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.register-student img, .register-teacher img {
    filter: invert(1);
    height: 50%;
    left: 3%;
    opacity: .2;
    position: absolute;
    top: 20px;
    width: auto;
}

.register-student p, .register-teacher p {
    color: #fff;
}

.register-student, .register-teacher {
    background: #fff600;
    cursor: pointer;
    display: inline-block;
    height: 85px;
    padding: 17px 10% 0 0;
    position: relative;
    text-align: center;
    text-align: right;
    transition: .5s all ease;
    vertical-align: top;
    width: 50% !important;
}

    .register-student:hover {
        background: #002e7c;
    }

    .register-teacher h2, .register-teacher p {
        color: #444 !important;
    }

    .register-teacher:hover {
        background: #db5806;
    }

.register-student {
    background: #002e7c;
}

.userpanel .registerlink {
    font-size: 11px;
    bottom: 30px;
    right: 50px;
    position: absolute;
    background: url(/icons/user.png) no-repeat top 8px right 0;
    background-size: auto;
    background-size: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 20px 0 10px;
    color: #000;
    cursor: pointer;
}

.userpanel .loginwithconfirmcode {
    font-size: 11px;
    bottom: 24px;
    right: 50px;
    position: absolute;
    background: url(/icons/168-padlock.png) no-repeat top 8px right 0;
    background-size: auto;
    background-size: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 20px 0 10px;
    color: #000;
    cursor: pointer;
}

    .userpanel .loginwithconfirmcode strong {
        font-weight: 500;
    }

.registerlink a, .loginwithconfirmcode a {
    color: #000;
}


.registerlink strong {
    font-weight: 500;
    padding-right: 10px;
}

.report-image {
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 38%;
}

.rightcontact {
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
    width: 58%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    padding-top: 15px;
}

.rtldirection {
    direction: rtl;
}

.rules {
    margin-right: 25px !important;
}

.rules-text {
    display: none;
}

    .rules-text .btn-accept {
        background: #14aa57;
        border-radius: 10px;
        box-shadow: 0 0 14px 0 #ddd;
        color: #fff !important;
        cursor: pointer;
        display: block;
        font-weight: 700;
        height: 30px !important;
        left: 23px;
        line-height: 30px !important;
        padding: 0 20px;
        position: absolute;
        top: 384px;
        z-index: 6;
    }

    .rules-text > div {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        bottom: -10px;
        direction: rtl;
        font-size: 12px;
        left: 0;
        line-height: 1.5;
        overflow: auto;
        padding: 20px;
        position: absolute;
        right: 0;
        text-align: justify;
        top: 0;
        z-index: 5;
    }

        .rules-text > div * {
            color: #111;
            font-size: 13px !important;
            line-height: 1.5;
        }

.say-something-aera {
    border-bottom: 1px solid #ffc9fd;
    position: relative;
}

    .say-something-aera .say-shape .say-shape1 {
        bottom: -140px;
        left: -99px;
        position: absolute;
    }

    .say-something-aera .say-shape .say-shape2 {
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .say-something-aera .say-something-cap h2 {
        color: #282828;
        font-size: 50px;
        font-weight: 700;
        line-height: 1.2;
    }

.search-result {
    font-size: 15px;
}

    .search-result img {
        height: 120px;
        margin: 5px;
        width: 95px;
    }

    .search-result ul {
        display: block;
    }

        .search-result ul li {
            background-color: #e3e3e2;
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 10px;
            margin-left: 1%;
            vertical-align: top;
            width: 23.5%;
        }

            .search-result ul li:last-child {
                margin-left: 0;
            }

.section-tittle h2 {
    -webkit-text-stroke: 1px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-top: 12px;
    text-align: right;
}

.section-tittle2 h2 {
    color: #fff;
}

.selectdatetime {
    background: url(/icons/calender.png) no-repeat center right;
    background-size: 21px;
    color: #36c !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    padding: 10px 30px 10px 0;
}

.selectdatetimepanel {
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    display: none;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
    z-index: 400;
}

.selected-table-row .col {
    background: #a6ffce !important;
}

.show-mobile-navigation {
    right: 0;
    opacity: 1;
    z-index: 101;
}

.showmessage:before {
    background: rgba(30,30,30,0.8);
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 19;
}

.sign-box h2 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

    .sign-box h2 span {
        color: #14aa57;
        font-size: 18px;
    }

.sign-box:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.15);
    box-shadow: 0 6px 15px rgba(0,0,0,.15);
}

.signup {
    background-color: #fefefe;
    border-radius: 5px;
    box-sizing: border-box;
    height: 440px;
    padding: 30px;
    position: relative;
    width: 100%;
}

    .signup div {
        line-height: 45px;
        margin-bottom: 0;
    }

    .signup h2 {
        font-size: 13px;
        text-align: right;
    }

        .signup h2 img {
            float: right;
            height: 25px;
            margin-left: 10px;
            opacity: .4;
            position: absolute;
            right: 0;
            top: 10px;
            width: 25px;
        }

.single-customer.slick-slide {
    opacity: .3;
}

    .single-customer.slick-slide.slick-current {
        opacity: 1;
    }

.sliderz {
    z-index: 0 !important;
}

.sms {
    width: 100%;
}

.submitweb {
    background-color: #ececec;
    border-radius: 10px;
    color: #14aa57;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.table {
    display: table;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

    .table .delete {
        background: #ffd8d8;
        border: 0;
        border-radius: 4px;
        color: #ee1010;
        font-weight: 700;
        padding: 5px 10px;
        font-family: webmehrazfont;
    }

    .table .item {
        display: table-row;
        font-size: 0;
        position: relative;
    }

        .table .item > .col {
            background: #fff;
            border-right: 1px solid #eee;
            border-top: 1px solid #eee;
            box-sizing: border-box;
            color: #555;
            display: table-cell;
            font-size: 14px;
            font-weight: 400;
            padding: 5px 10px;
            vertical-align: top;
            vertical-align: middle;
        }

        .table .item > .col-1 {
            width: 5%;
        }

        .table .item > .col-10 {
            width: 50%;
        }

        .table .item > .col-11 {
            width: 55%;
        }

        .table .item > .col-12 {
            width: 60%;
        }

        .table .item > .col-13 {
            width: 65%;
        }

        .table .item > .col-14 {
            width: 70%;
        }

        .table .item > .col-15 {
            width: 75%;
        }

        .table .item > .col-16 {
            width: 80%;
        }

        .table .item > .col-17 {
            width: 85%;
        }

        .table .item > .col-18 {
            width: 90%;
        }

        .table .item > .col-19 {
            width: 95%;
        }

        .table .item > .col-2 {
            width: 10%;
        }

        .table .item > .col-20 {
            width: 100%;
        }

        .table .item > .col-3 {
            width: 15%;
        }

        .table .item > .col-4 {
            width: 20%;
        }

        .table .item > .col-5 {
            width: 25%;
        }

        .table .item > .col-6 {
            width: 30%;
        }

        .table .item > .col-7 {
            width: 35%;
        }

        .table .item > .col-8 {
            width: 40%;
        }

        .table .item > .col-9 {
            width: 45%;
        }

        .table .item > .col:last-child {
            border-left: 1px solid #eee;
        }

        .table .item > .col:nth-child(2n) {
            background: #fdfffa;
        }

        .table .item:first-child > .col {
            background: #fff1b8 !important;
            color: #000 !important;
            font-size: 18px;
            font-weight: 200;
        }

        .table .item:first-child > .col {
            background: #eee;
            color: #333;
        }

        .table .item:last-child > .col {
            border-bottom: 1px solid #ddd;
        }

    .table.ltr .item > .col:first-child {
        border-left: 1px solid #eee;
    }

    .table.ltr .item > .col:last-child {
        border-left: 0;
    }

    .table .col .check {
        margin: 0;
        padding: 0;
    }

        .table .col .check:before {
            top: -10px;
            right: -10px;
        }

.testimonial-area .h1-testimonial-active button.slick-arrow {
    -moz-transition: .3s;
    -ms-transform: translateY(-50%);
    -o-transition: .3s;
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    background: #8f1bdc;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 45px;
    left: -133px;
    line-height: 15px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    visibility: hidden;
    width: 45px;
    z-index: 2;
}

.testimonial-area .h1-testimonial-active button.slick-next {
    left: auto;
    right: -133px;
}

.testimonial-area .h1-testimonial-active:hover button {
    opacity: 1;
    visibility: visible;
}

    .testimonial-area .h1-testimonial-active:hover button.slick-next {
        right: -120px;
    }

    .testimonial-area .h1-testimonial-active:hover button.slick-prev {
        left: -120px;
    }

.testimonial-area .slick-initialized .slick-slide {
    outline: 0;
}

.testimonial-area .testimonial-main {
    position: relative;
}

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-founder {
        text-align: left;
    }

        .testimonial-area .testimonial-main .testimonial-caption .testimonial-founder .founder-text {
            margin-left: 20px;
        }

            .testimonial-area .testimonial-main .testimonial-caption .testimonial-founder .founder-text p {
                color: #707b8e;
                font-weight: 500;
                line-height: 1.5;
            }

            .testimonial-area .testimonial-main .testimonial-caption .testimonial-founder .founder-text span {
                color: #2e1088;
                font-size: 25px;
                font-weight: 600;
            }

    .testimonial-area .testimonial-main .testimonial-caption .testimonial-top-cap p {
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 50px;
        padding: 0 23px;
    }

    .testimonial-area .testimonial-main::after {
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        bottom: 0;
        color: #e3def0;
        content: '\f107';
        font-family: Flaticon;
        font-size: 86px;
        font-style: normal;
        position: absolute;
        right: 0;
        transition: .4s;
        z-index: 1;
    }

    .testimonial-area .testimonial-main::before {
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        color: #e3def0;
        content: '\f107';
        font-family: Flaticon;
        font-size: 86px;
        font-style: normal;
        left: 0;
        position: absolute;
        top: 96px;
        transform: rotate(180deg);
        transition: .4s;
        z-index: 1;
    }

    .testimonial-area .testimonial-main:hover::before, .testimonial-area .testimonial-main:hover::after {
        color: #c2aff2;
    }

.textaligncenter {
    text-align: center !important;
}

.textalignleft {
    text-align: left !important;
}

.textalignright {
    text-align: right !important;
}

.thistable {
    margin-bottom: 50px;
}

    .thistable th {
        background: #ffc6c6;
    }

    .thistable th, .thistable td {
        cursor: pointer;
        padding: 0 10px;
        position: relative;
        text-align: center;
    }

        .thistable th, .thistable td p {
            text-align: center;
        }

    .thistable, .thistable, .thistable th, .thistable td {
        border: 1px dashed #888;
        border-collapse: collapse;
    }

.tizerlink img {
    position: absolute;
    right: 35px;
    top: 7px;
    width: 50px;
}

.tv-tizer {
    border: 0;
    position: relative;
}

.tvlink img {
    left: 11px;
    position: absolute;
    top: 7px;
    width: 105px;
}

.typemedia {
    border-bottom: 1px solid #f1f3f8;
    font-size: 15px;
    height: 55px;
    line-height: 50px;
    padding-bottom: 1rem;
    padding-right: 10px;
    position: relative;
}

.userimage {
    display: inline-block;
    filter: invert(0);
    height: 38px;
    left: 0px;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 38px;
    border-radius: 11px;
}

    .userimage.userimage-icon {
        opacity: .2;
    }

.username {
    display: block;
    font-size: 17px !important;
    padding-left: 27px;
}

.userpanel {
    background: rgba(0,0,0,0.7);
    display: none;
    font-size: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 91px !important;
    width: 100%;
    z-index: 10;
}

.refcode {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    width: 500px;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    color: #999 !important;
}

    .refcode span {
        font-size: 20px;
        margin-right: 10px;
        color: #fff;
    }

    .refcode.faild span {
        font-size: 20px;
        margin-right: 10px;
    }

    .refcode p {
        display: inline-block;
        vertical-align: middle;
        color: #50ffc5;
        font-weight: 200;
        margin-right: 10px;
        min-height: 50px;
        line-height: 50px;
        padding: 0 25px 0 0;
        margin-right: 40px;
        border-radius: 10px 0 0 10px;
        text-align: right;
        background: url(/icons/tick.png) no-repeat center right;
        background-size: 20px;
        letter-spacing: -1px;
        font-size: 15px;
    }

    .refcode.faild p {
        color: #f99;
        background: url(/icons/close.png) no-repeat center right;
        background-size: 15px;
    }

.code-box .btncloseuserpanel,
.login-box .btncloseuserpanel,
.signup-box .btncloseuserpanel,
.forgot-box .btncloseuserpanel {
    background: #fff url(/images/close.png) center center no-repeat;
    box-shadow: 0 7px 8px 2px rgba(0,0,0,.04);
    cursor: pointer;
    font-size: 0;
    height: 36px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: -17px;
    width: 36px;
    z-index: 1;
    margin-left: -18px;
    border-radius: 20px;
    filter: hue-rotate(215deg);
    z-index: 4;
}

.login-box .btncloseuserpanel {
    top: -15px;
}

.btncloseuserpanel:hover {
    cursor: pointer;
    filter: grayscale(0);
}

.userpanel .checkboxes {
    font-size: 14px;
    font-size: 0;
}

    .userpanel .checkboxes .active {
        background: #f60;
        color: #fff;
    }

    .userpanel .checkboxes span {
        background: #eee;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 48%;
    }

        .userpanel .checkboxes span img {
            float: right;
            height: 20px;
            margin: 5px 10px 0 0;
            width: auto;
        }

        .userpanel .checkboxes span:first-child {
            margin-left: 4%;
        }

        .userpanel .checkboxes span:hover {
            background: #;
        }

.userpanel .item, .userpanelwithpassword .item {
    padding: 20px 20px 0;
}

.userpanel .passwordinput {
    background: url(/images/pass.png) no-repeat left 10px center;
}

.userpanel .userinput {
    background: url(/icons/028-user-1.png) no-repeat left 10px center;
}

.userpanel > div {
    border-radius: 30px;
    bottom: 0;
    box-shadow: 0 37px 89px #484848;
    box-sizing: unset;
    left: 0;
    margin: auto;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 0;
    width: 470px;
    z-index: 2;
    max-width: 400px;
    max-height: 265px;
    background: linear-gradient(45deg, #f7f1aa, #fff);
    border: 2px solid #000;
    padding: 20px 50px;
    display: none;
}

    .userpanel > div div {
        position: relative;
    }

.userpanel h2 {
    color: #555;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    position: relative;
}

    .userpanel h2 img {
        width: 20px;
        position: absolute;
        top: 15px;
        right: 0;
    }

.validator span {
    background: #c60808;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    position: absolute;
    top: -15px;
    border-radius: 6px;
}

    .validator span:before {
        border-bottom: 9px solid transparent;
        border-left: 9px solid transparent;
        border-top: 9px solid #c60808;
        top: 100%;
        content: '';
        height: 10px;
        left: 91%;
        margin-left: -9px;
        position: absolute;
        width: 0;
        z-index: 0;
    }

.zagros {
    border-radius: 22px;
    font-size: 14px;
    height: 130px;
    margin: 0 auto;
    padding: 7px;
    padding: 8px 0;
    text-align: center;
    width: 230px;
}

    .zagros h2 {
        color: #333;
        font-size: 13px;
        font-weight: bolder;
        margin: 0;
        text-align: center;
    }

    .zagros img {
        width: 48px;
        margin: 0 auto 10px;
    }

    .zagros p {
        color: #777;
        font-size: 10px;
        text-align: center;
        width: 100%;
    }

example-tabs-contents > .active {
    background: #fff;
    padding: 20px;
}


footer {
    background: linear-gradient(#f0f0f0,#fff);
    background-size: cover;
    border: 0;
    font-size: 0;
    margin-top: 0;
    padding: 65px 0 0 0;
    color: #535353;
    position: relative;
    border-top: 3px solid #0209a9;
}

    footer:before {
        position: absolute;
        width: 50px;
        top: -50px;
        height: 50px;
        background: url(/icons/haminar.png) no-repeat center;
        background-size: 50px;
        content: '';
        right: 50px;
    }

    footer .aboutbox {
        width: 65%;
        display: inline-block;
        vertical-align: top;
        padding-left: 80px;
        color: #626566;
        padding-bottom: 20px;
    }

        footer .aboutbox ul {
            font-size: 0;
        }

            footer .aboutbox ul li {
                display: inline-block;
                margin-left: 2%;
                vertical-align: top;
            }

                footer .aboutbox ul li img {
                    height: 50px;
                    padding: 10px;
                    background: #fff;
                    border-radius: 6px;
                    margin-bottom: 10px;
                }

        footer .aboutbox h3 {
            font-size: 16px;
            line-height: 30px;
            margin: 10px 0 15px 0;
            color: #0e22b4;
        }

        footer .aboutbox p {
            color: #626566;
            text-align: justify;
        }

    footer .contactbox {
        width: 35%;
        display: inline-block;
    }

        footer .contactbox .address, footer .contactbox .tel, footer .contactbox .email {
            padding-right: 39px;
            font-size: 14px;
            margin: 0 0 20px;
            line-height: 30px;
            display: block;
            position: relative;
        }

            footer .contactbox .tel a {
                color: #535353;
            }

            footer .contactbox .address:before {
                position: absolute;
                display: block;
                content: "";
                background: url('/icons/address.png') no-repeat;
                width: 20px;
                height: 20px;
                right: 0;
                top: 5px;
                background-size: 20px;
                filter: hue-rotate(80deg);
            }

            footer .contactbox .tel:before {
                position: absolute;
                display: block;
                content: "";
                background: url('/icons/phone-call.png') no-repeat;
                width: 20px;
                height: 20px;
                right: 0;
                top: 5px;
                background-size: 20px;
                filter: hue-rotate(80deg);
            }

            footer .contactbox .email:before {
                position: absolute;
                display: block;
                content: "";
                background: url('/icons/email.png') no-repeat;
                width: 20px;
                height: 20px;
                right: 0;
                top: 5px;
                background-size: 20px;
                filter: hue-rotate(80deg);
            }

        footer .contactbox form {
            display: flex;
            margin: 0 0 20px;
            border-radius: 9px;
            box-shadow: 10px 2px 1px 0 rgba(3, 28, 9, 0.15);
            background: #fff;
        }

            footer .contactbox form input {
                width: 100%;
                line-height: 50px;
                background: none;
                background-color: rgba(0, 0, 0, 0);
                padding: 0 12px;
                font-size: 13px;
                border: none;
                border-radius: 0;
                color: #000;
                background-color: #ffa8a800;
                direction: rtl;
                -webkit-appearance: none;
                font-family: "WebmehrazFont";
            }

    footer .socialnetwork {
        display: inline-block;
    }

        footer .socialnetwork ul li {
            display: inline-block;
            margin: 0 0 0 12px;
        }

            footer .socialnetwork ul li img {
                width: 20px;
                border-radius: 4px;
            }

    footer .contactbox form .action {
        border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-right: 2px solid #959595;
        background: none;
        position: relative;
        box-shadow: none;
        background: #36c;
        border: 0;
        border-radius: 10px 0 0 10px;
    }

        footer .contactbox form .action span {
            width: 42px;
            display: block;
            position: relative;
            background: url('/icons/right-arrows.png') no-repeat center;
            height: 49px;
            background-size: 15px;
        }

    footer .bottom {
        border-top: 1px solid rgba(98, 101, 102, 0.15);
        padding: 50px 0;
        min-height: 300px;
    }

        footer .bottom div .links {
            width: 80%;
            display: inline-block;
            vertical-align: top;
            height: auto;
        }

            footer .bottom div .links div {
                width: 33.33%;
                display: inline-block;
                vertical-align: top;
                height: auto;
            }

                footer .bottom div .links div h2 {
                    font-size: 15px;
                    color: #535353;
                }

                footer .bottom div .links div ul {
                    font-size: 0;
                }

                    footer .bottom div .links div ul li {
                        height: 35px;
                    }

                        footer .bottom div .links div ul li a {
                            font-size: 15px;
                            color: #ccc;
                        }

        footer .bottom div .enamad {
            display: inline-block;
            width: 20%;
            text-align: left;
        }

            footer .bottom div .enamad img {
                background: #fff;
                border-radius: 12px;
                float: left;
            }

    footer .copyRight {
        border-top: 1px solid rgba(98, 101, 102, 0.15);
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
    }

        footer .copyRight a {
            color: #a4a2a2;
        }
/*footer {
    background-size: cover;
    border: 0;
    font-size: 0;
    margin-top: 0;
    padding: 50px 0 30px;
    border-top: 7px solid #7b7b7b;
    background: #eee;
    border-radius: 20px 20px 0 0;
}

    footer .footer-logo {
        border-radius: 9px;
        margin-bottom: 30px;
    }

        footer .footer-logo img {
            background: #fff;
            border-radius: 10px;
            box-sizing: content-box;
            max-height: 35px;
            max-width: 100%;
            padding: 20px;
        }

    footer .footerdiv {
        display: inline-block;
        margin-left: 1%;
        position: relative;
        vertical-align: top;
        width: 19%;
        min-height: 302px;
    }

        footer .footerdiv ul {
            width: 98px;
            text-align: center;
            z-index: 2;
            padding-top: 70px;
        }

        footer .footerdiv:before {
            background: #fffdeb;
            content: '';
            height: 100%;
            position: absolute;
            right: -36%;
            top: 0;
            width: 1px;
            z-index: 2;
        }

        footer .footerdiv:first-child {
            margin-left: 7%;
            width: 30%;
        }

        footer .footerdiv:last-child {
            margin-left: 0;
        }

    footer .info.error {
        color: #8f1bdc;
    }

    footer p {
        color: #000;
        text-align: justify;
        font-size: 13px;
        width: 50%;
        margin: 0 auto;
        line-height: 22px;
    }*/

header .navbtn {
    background: url(/icons/navbtn.png) no-repeat center center;
    background-size: auto;
    background-size: 15px;
    border-radius: 4px;
    display: none;
    height: 35px;
    position: absolute;
    left: 0;
    top: 13px;
    transition: .5s all ease;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
}

header .navsign {
    background: url(/icons/028-user-1.png) no-repeat center center;
    background-size: auto;
    background-size: 20px;
    border-radius: 4px;
    position: absolute;
    left: 42px;
    top: 13px;
    transition: .5s all ease;
    width: 35px;
    height: 35px;
    font-size: 0;
    display: none;
    border: 1px solid #000;
}

header .navsigninfo {
    background: #f7f1aa url(/icons/028-user-1.png) no-repeat center left 10px;
    background-size: auto;
    background-size: 15px;
    padding-left: 40px;
    border-radius: 4px;
    position: absolute;
    left: 40px;
    top: 13px;
    transition: .5s all ease;
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    padding-right: 10px;
    color: #000;
    display: none;
}

header .navbtnopened {
    transform: rotate(90deg);
    background-color: #fee;
}


nav .submenu {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
    font-size: 11px;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 172px;
    z-index: 4;
    left: 0;
}

    nav .submenu a {
        background: #fff;
        color: #333;
        display: block;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        letter-spacing: 0;
        border-radius: 0 !important;
        transition: 0.1s all ease;
    }

    nav .submenu li:last-child a {
        border: none;
    }

    nav .submenu li:hover a {
        background: #fffdbf !important;
        padding: 0 15px 0 0;
        border-right: 5px solid #0e22b4;
        border-radius: 4px;
    }

.menu ul {
    padding: 25px 0;
}

.service-area.events-slides {
    position: relative;
    direction: rtl;
    text-align: right;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px 0;
    overflow-x: hidden;
    font-size: 0;
}

    .service-area.events-slides:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .service-area.events-slides ul {
        display: block;
        position: relative;
        z-index: 2;
        padding: 20px 0 0 0;
        font-size: 0;
    }

        .service-area.events-slides ul li {
            width: 15.41%;
            vertical-align: top;
            margin-left: 1.5%;
            display: inline-block;
            margin-bottom: 30px;
        }

            .service-area.events-slides ul li:nth-child(6n) {
                margin-left: 0 !important;
            }

    .service-area.events-slides:before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: 0.5s all ease;
    }

    .service-area.events-slides ul li a > p {
        transition: 0.5s all ease;
    }

    .service-area.events-slides ul li a > .summary {
        padding: 0 10px;
        line-height: 25px;
        text-align: justify;
        color: #444;
        font-size: 14px;
        height: 155px;
        overflow: hidden;
        display: none;
    }

    .service-area.events-slides .services-caption {
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: #fff;
        border-radius: 7px;
        box-shadow: rgba(0,0,0,0.16) 0 0 8px 0;
        direction: rtl;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 1%;
        padding: 0;
        text-align: right !important;
        transition: .5s;
        vertical-align: top;
        width: 24.25%;
        transition: 0.5s all ease;
    }

        .service-area.events-slides .services-caption .service-cap h4 a {
            color: #006ebf;
            display: inline-block;
            font-size: 15px;
            font-weight: 700;
            height: 80px;
            line-height: 1.5;
            margin-bottom: 12px;
            padding-top: 15px;
            text-align: right;
            transition: 0.5s all ease;
        }

            .service-area.events-slides .services-caption .service-cap h4 a:hover {
                color: #835ef8;
                transition: 0.5s all ease;
            }

        .service-area.events-slides .services-caption .service-icon {
            position: relative;
            transition: 0.5s all ease;
        }

            .service-area.events-slides .services-caption .service-icon img {
                border: 5px solid #ffc0cb;
                border-radius: 10px;
                height: 150px;
                left: -165px;
                padding: 4px;
                position: absolute;
                top: -16px;
                width: 150px;
                transition: 0.5s all ease;
            }

    .service-area.events-slides ul li .date-teacher {
        height: 54px;
        line-height: 50px;
        position: relative;
        transition: 0.5s all ease;
        width: 90%;
        margin: 0 auto;
    }

        .service-area.events-slides ul li .date-teacher:before {
            content: '';
            position: absolute;
            top: 0;
            height: 1px;
            width: 100%;
            background: -webkit-linear-gradient(left,#fff,#ddd,#fff);
        }

    .service-area.events-slides ul li .startdate {
        color: #111;
        font-size: 12px;
        font-weight: lighter;
        right: 20px;
        line-height: 1.2;
        margin: 0;
        position: absolute;
        top: 36px;
        transition: 0.5s all ease;
        letter-spacing: -0.5px;
    }

    .service-area.events-slides ul li .teachername {
        color: #00307c;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 20px;
        text-align: right;
        top: 0;
        transition: 0.5s all ease;
        border-radius: 4px;
        height: 29px;
        overflow: hidden;
    }

    .service-area.events-slides ul li a {
        color: #000;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
        text-align: justify;
        transition: 0.5s all ease;
        background: #fff;
        position: relative;
        display: block;
        border-radius: 6px;
        box-shadow: 0 5px 10px 0 rgba(20,83,155,.08);
        padding-top: 2px;
    }

        .service-area.events-slides ul li a img {
            border-radius: 6px;
            margin: 6px;
            width: calc(100% - 12px);
        }

    .service-area.events-slides ul li h2 {
        border: none;
        border-radius: 0 0 6px 6px;
        color: #000;
        height: 85px;
        font-size: 17px;
        font-weight: 700;
        line-height: 28px;
        opacity: 1;
        padding: 0 10px;
        position: relative;
        transition: 0.5s all ease;
        width: 100%;
        margin: 0 auto 10px;
        text-align: right;
        overflow: hidden;
        letter-spacing: -1px;
        font-weight: normal;
    }

    .service-area.events-slides .webinarcard {
        border: none;
        border: 2px solid #0e4aff;
        border-radius: 6px;
        color: #333;
        background: #0e4aff !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 34px;
        opacity: 1;
        padding: 0 12px;
        position: relative;
        transition: 0.5s all ease;
        text-align: center;
        width: 120px;
        margin: 0 auto;
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: -13px;
        right: 20px;
    }

    .service-area.events-slides li a:hover .webinarcard {
        border: 2px solid #ff0;
        color: #333 !important;
        opacity: 1;
        transition: 0.5s all ease;
        background: #ff0 !important;
    }

    .service-area.events-slides li a:hover {
        transform: scale(1.05);
    }

    .service-area.events-slides .webinarcardbox {
        border-top: 1px solid #eee;
        position: relative;
        margin-top: 12px;
        width: 100%;
        transition: 0.5s all ease;
    }

        .service-area.events-slides .webinarcardbox:before {
            content: '';
            position: absolute;
            top: 0;
            height: 1px;
            width: 100%;
            background: -webkit-linear-gradient(left,#fff,#ddd,#fff);
        }

        .service-area.events-slides .webinarcardbox p {
            color: #0e4aff;
            font-size: 17px;
            margin: 0;
            position: relative;
            transition: 0.5s all ease;
            text-align: center;
            padding: 14px 0 46px;
            font-weight: bold;
        }

            .service-area.events-slides .webinarcardbox p strong {
                font-size: 19px;
                transition: 0.5s all ease;
            }

    .service-area.events-slides .close-registering {
        border: none;
        border: 2px solid #b31717;
        border-radius: 6px;
        color: #333;
        background: #b31717 !important;
        font-size: 11px;
        font-weight: 700;
        height: 38px;
        line-height: 34px;
        opacity: 1;
        padding: 0 12px;
        position: relative;
        transition: 0.5s all ease;
        text-align: center;
        width: 120px;
        margin: 0 auto;
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: -13px;
        right: 20px;
    }

.groupsbox {
    background: #fff;
    padding: 50px 20px 20px;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: right;
}

    .groupsbox > h2 {
        font-size: 26px;
        position: relative;
        font-weight: bolder;
        display: inline;
        color: #0e22b4;
        padding: 6px;
        transform: skew(-5deg);
        position: absolute;
        top: -49px;
        right: 0;
    }

    .groupsbox > p {
        color: #fff;
        position: relative;
        font-size: 22px;
        letter-spacing: -1.5px;
        text-shadow: 0 0 1.5px #000;
    }

    .groupsbox ul {
        display: block;
        position: relative;
        z-index: 2;
        padding: 20px 0 0 0;
        font-size: 0;
        text-align: right;
    }

        .groupsbox ul li {
            width: 31.3333%;
            vertical-align: top;
            margin-left: 3%;
            display: inline-block;
            margin-bottom: 30px;
        }

            .groupsbox ul li:nth-child(3n) {
                margin-left: 0 !important;
            }

    .groupsbox:before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: 0.5s all ease;
        right: 0;
        bottom: 0;
        margin: auto;
        background: linear-gradient( #36c, white);
        opacity: 0.95;
        border-radius: 10px;
    }

    .groupsbox ul li a > p {
        transition: 0.5s all ease;
    }

    .groupsbox ul li a > .summary {
        padding: 0 10px;
        line-height: 25px;
        text-align: justify;
        color: #444;
        font-size: 14px;
        height: 155px;
        overflow: hidden;
        display: none;
    }

    .groupsbox .services-caption {
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: #fff;
        border-radius: 7px;
        box-shadow: rgba(0,0,0,0.16) 0 0 8px 0;
        direction: rtl;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 1%;
        padding: 0;
        text-align: right !important;
        transition: .5s;
        vertical-align: top;
        width: 24.25%;
        transition: 0.5s all ease;
    }

        .groupsbox .services-caption .service-cap h4 a {
            color: #006ebf;
            display: inline-block;
            font-size: 15px;
            font-weight: 700;
            height: 80px;
            line-height: 1.5;
            margin-bottom: 12px;
            padding-top: 15px;
            text-align: right;
            transition: 0.5s all ease;
        }

            .groupsbox .services-caption .service-cap h4 a:hover {
                color: #835ef8;
                transition: 0.5s all ease;
            }

        .groupsbox .services-caption .service-icon {
            position: relative;
            transition: 0.5s all ease;
        }

            .groupsbox .services-caption .service-icon img {
                border: 5px solid #ffc0cb;
                border-radius: 10px;
                height: 150px;
                left: -165px;
                padding: 4px;
                position: absolute;
                top: -16px;
                width: 150px;
                transition: 0.5s all ease;
            }

    .groupsbox ul li .date-teacher {
        height: 54px;
        line-height: 50px;
        position: relative;
        transition: 0.5s all ease;
        width: 90%;
        margin: 0 auto;
    }

        .groupsbox ul li .date-teacher:before {
            content: '';
            position: absolute;
            top: 0;
            height: 1px;
            width: 100%;
            background: -webkit-linear-gradient(left,#fff,#ddd,#fff);
        }

    .groupsbox ul li .startdate {
        color: #111;
        font-size: 12px;
        font-weight: lighter;
        right: 20px;
        line-height: 1.2;
        margin: 0;
        position: absolute;
        top: 36px;
        transition: 0.5s all ease;
    }

    .groupsbox ul li .teachername {
        color: #bbb;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 20px;
        text-align: right;
        top: 0;
        transition: 0.5s all ease;
        border-radius: 4px;
        height: 29px;
        overflow: hidden;
    }

    .groupsbox ul li a {
        color: #000;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
        text-align: justify;
        transition: 0.5s all ease;
        background: #fff;
        position: relative;
        display: block;
        border-radius: 6px;
        box-shadow: 0 5px 10px 0 rgba(20,83,155,.08);
        padding-top: 2px;
        padding-right: 50%;
    }

        .groupsbox ul li a img {
            border-radius: 6px;
            margin: 6px;
            width: calc(50% - 12px);
            position: absolute;
            right: 5px;
        }

    .groupsbox ul li h2 {
        border: none;
        border-radius: 0 0 6px 6px;
        color: #000;
        height: 85px;
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
        opacity: 1;
        padding: 0 10px;
        position: relative;
        transition: 0.5s all ease;
        width: 100%;
        margin: 8px auto 10px;
        text-align: right;
        font-weight: bold;
        overflow: hidden;
    }

    .groupsbox .webinarcard {
        border: none;
        border: 2px solid #0e4aff;
        border-radius: 6px;
        color: #333;
        background: #0e4aff !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 34px;
        opacity: 1;
        padding: 0 12px;
        position: relative;
        transition: 0.5s all ease;
        text-align: center;
        width: 120px;
        margin: 0 auto;
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: -13px;
        right: 20px;
    }

    .groupsbox li a:hover .webinarcard {
        border: 2px solid #ff0;
        color: #333 !important;
        opacity: 1;
        transition: 0.5s all ease;
        background: #ff0 !important;
    }

    .groupsbox li a:hover {
        transform: scale(1.05);
    }

    .groupsbox .webinarcardbox {
        border-top: 1px solid #eee;
        position: relative;
        margin-top: 12px;
        width: 100%;
        transition: 0.5s all ease;
    }

        .groupsbox .webinarcardbox:before {
            content: '';
            position: absolute;
            top: 0;
            height: 1px;
            width: 100%;
            background: -webkit-linear-gradient(left,#fff,#ddd,#fff);
        }

        .groupsbox .webinarcardbox p {
            font-size: 17px;
            margin: 0;
            position: relative;
            transition: 0.5s all ease;
            text-align: center;
            padding: 14px 0 46px;
            font-weight: bold;
            letter-spacing: -3px;
            font-size: 14px;
            letter-spacing: -1px;
            color: #999;
        }

            .groupsbox .webinarcardbox p strong {
                font-size: 19px;
                transition: 0.5s all ease;
                color: #0e2d8a;
            }

    .groupsbox .close-registering {
        border: none;
        border: 2px solid #b31717;
        border-radius: 6px;
        color: #333;
        background: #b31717 !important;
        font-size: 11px;
        font-weight: 700;
        height: 38px;
        line-height: 34px;
        opacity: 1;
        padding: 0 12px;
        position: relative;
        transition: 0.5s all ease;
        text-align: center;
        width: 120px;
        margin: 0 auto;
        color: #fff;
        position: absolute;
        left: 20px;
        bottom: -13px;
        right: 20px;
    }

@keyframes blinking {
    0% {
        transform: rotate(-0);
    }

    100% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }
}

.balon {
    background: #fffd65;
    border-radius: 20px;
    bottom: 80px;
    max-width: 350px;
    min-width: 150px;
    padding: 20px;
    position: absolute;
    right: 50px;
    text-align: justify;
    text-shadow: 0 .5px 5px #fff;
    z-index: 3;
}

    .balon:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ff0;
        bottom: -10px;
        content: '';
        position: absolute;
    }

.boxesstatistics {
    font-size: 0;
    margin-bottom: 10px;
}

    .boxesstatistics > div {
        background: #ddfdeb;
        border-radius: 6px;
        color: #5b5b5b;
        display: inline-block;
        font-size: 14px;
        line-height: 2;
        margin-left: 2%;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        width: 32%;
    }

        .boxesstatistics > div .currency-show {
            color: #007534;
            font-size: 31px;
            font-weight: lighter;
            text-shadow: 7px 7px 15.5px #fff;
        }

        .boxesstatistics > div section:nth-child(2) {
            margin-top: 30px;
        }

        .boxesstatistics > div strong {
            color: #333;
            font-size: 19px;
            font-weight: 700;
        }

        .boxesstatistics > div:nth-child(2n) {
            background: #ffeae4;
        }

        .boxesstatistics > div:nth-child(3n) {
            background: #f7eaff;
            margin-left: 0 !important;
        }

.btn-add-event {
    background: #002e7c;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    font-weight: bold;
    padding: 7px 40px;
    height: auto;
    margin-bottom: 100px;
}

    .btn-add-event:hover {
        background: #fff600;
        background-size: 28px;
        color: #333 !important;
    }

.btn-delete {
    background: url(/icons/deletebtn.png) no-repeat center center;
    background-size: 30px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 40px;
    vertical-align: top;
    width: 40px;
}

    .btn-delete:hover, .btn-edit {
        opacity: .5;
    }

.btn-edit {
    background: url(/icons/editbtn.png) no-repeat center center;
    background-size: 30px;
    border: 0;
    display: inline-block;
    font-size: 0;
    height: 40px;
    vertical-align: top;
    width: 40px;
}

.check {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    padding-right: 30px;
    position: relative;
}

    .check.checked:before {
        background: #14aa57 url(/icons/check.png) no-repeat center center;
        background-size: 13px;
        border: 2px solid #14aa57;
        filter: grayscale(0) !important;
    }

    .check:before {
        background-size: 30px;
        border: 2px solid #ddd;
        border-radius: 4px;
        content: '';
        display: inline-block;
        font-size: 15px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 10px;
        vertical-align: top;
        width: 16px;
    }

    .check:hover:before {
        background: #14aa57 url(/icons/check.png) no-repeat center center;
        background-size: 13px;
        border: 2px solid #14aa57;
        filter: grayscale(1);
    }

.event-slides-bullets {
    padding: 50px 0;
    position: relative;
}

    .event-slides-bullets div {
        list-style-type: none;
        text-align: center;
    }

        .event-slides-bullets div ins {
            background: #ccc;
            border-radius: 10px;
            display: inline-block;
            height: 10px;
            margin: 0 5px;
            transition: 1.5s all ease;
            vertical-align: middle;
            width: 10px !important;
        }

            .event-slides-bullets div ins.active {
                background: #0e4aff;
                width: 46px !important;
            }

.filter-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
    box-sizing: content-box;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    margin-top: 70px;
    height: 70px !important;
}

    .filter-box .btn {
        height: 77px;
        left: 20px;
        line-height: 77px;
        padding: 0 60px 0 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .filter-box .btn:before {
            background: url(/icons/067-filter.png) no-repeat center right 10px;
            background-size: 30px;
            content: '';
            filter: invert(1);
            height: 100%;
            position: absolute;
            right: 4px;
            top: 0;
            width: 40px;
        }

    .filter-box .filter-display-mode .filter-display-mode-list, .filter-box .filter-display-mode .filter-display-mode-grid {
        background: url(/icons/077-menu-1.png) no-repeat center center;
        background-size: 30px;
        display: inline-block;
        height: 30px;
        margin-right: 20px;
        opacity: .5;
        position: relative;
        vertical-align: middle;
        width: 30px;
        opacity: 0.2;
    }

    .filter-box .filter-display-mode .active, .filter-box .filter-display-mode a:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    .filter-box .filter-display-mode .filter-display-mode-list {
        background: url(/icons/165-menu.png) no-repeat center center;
        background-size: 30px;
    }

    .filter-box .filter-display-mode, .filter-box .filter-sort {
        display: inline-block;
        font-size: 12px;
        padding-left: 20px;
        vertical-align: top;
        width: 20%;
        min-width: 270px;
    }

        .filter-box .filter-sort.last {
            width: 60%;
        }

    .filter-box input {
        display: none;
    }

    .filter-box select {
        display: inline-block;
        padding-left: 40px;
        width: auto;
    }

    .filter-box .filter-groupname {
        font-size: 17px;
        position: absolute;
        top: -50px;
        background: linear-gradient(#001e9f,#114aa7);
        border-radius: 5px;
        padding: 0 10px;
        font-weight: bolder;
        color: #fff;
        right: 0;
    }

.maininfo {
    min-height: 180px;
}

    .maininfo p {
        color: #777;
    }

    .maininfo strong {
        font-weight: 500;
        color: #000;
    }

.mainform {
    position: relative;
    padding-top: 40px;
}

    .mainform:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2px;
        background: linear-gradient(90deg,#fff, #eee);
    }

.musicplayerlist {
    background: #fff;
    background: url(/images/musicplayer.jpg);
    background-size: 100%;
    bottom: -79px;
    box-shadow: 0 0 100px;
    display: none;
    height: 167px;
    position: fixed;
    right: -1%;
    text-align: center;
    text-align: center;
    transform: rotate(3deg);
    width: 106%;
    z-index: 3;
}

    .musicplayerlist li {
        display: inline-block;
        margin: -66px 2% 0;
        width: 9%;
    }

        .musicplayerlist li img {
            border: 13px solid #fff;
            border-radius: 450px;
            box-shadow: 0 0 10px #dddd;
            width: 93%;
        }

    .musicplayerlist ul {
        text-align: center;
    }

.notifbtn:hover {
    opacity: .8;
}

.standard-list {
    font-size: 0;
}

    .standard-list li {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 7px 8px 10px rgba(0,0,0,.04);
        display: inline-block;
        font-size: 15px;
        font-weight: lighter;
        line-height: 2;
        margin-bottom: 15px;
        margin-left: 1.25%;
        min-height: 150px;
        padding: 12px;
        vertical-align: top;
        width: 19%;
    }

        .standard-list li strong {
            font-weight: 700;
        }

        .standard-list li:nth-child(5n) {
            margin-left: 0;
        }

.sum-box {
    background: linear-gradient(#fff,#eee,#fff);
    border-radius: 10px;
    font-size: 20px;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}

    .sum-box strong {
        color: #d41fee;
        font-size: 40px;
        font-weight: 900;
        text-shadow: 0 0 1px #f4eded;
    }

.btn-complete {
    border-bottom-width: 1px !important;
    cursor: pointer;
    font-size: 13px;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0;
    padding: 0 40px 0 10px;
    border: 0;
    box-shadow: 0 0 0 0;
    letter-spacing: 0;
    font-family: webmehrazfont;
    background-position: right 8px center;
    border-radius: 6px;
    height: 30px !important;
    display: block;
    line-height: 30px !important;
    font-weight: bold;
    background-image: url(/icons/010-loading.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #ffe556;
}

    .btn-complete:hover {
    }

.table .item:hover .col {
    background: linear-gradient(#fff,#fff2ea,#fff);
    color: #000;
}

.tagslist {
    position: absolute;
    z-index: 2;
}

    .tagslist section {
        background: #f9f3a0 url(/icons/close.png) no-repeat center left 5px;
        background-size: 10px;
        border: 1px solid #fff;
        border-radius: 2px;
        border-radius: 4px;
        color: #db0000;
        display: inline-block;
        font-size: 12px;
        height: 27px;
        line-height: 27px;
        margin: 5px 0 0 8px;
        padding: 0 8px 0 28px;
        text-shadow: 0 .5px .5px #fff;
        vertical-align: top;
    }

        .tagslist section:hover {
            background-color: #ff4545;
            color: #fff;
            cursor: pointer;
        }

.anythingtoshow {
    text-align: center;
    height: 200px;
    line-height: 200px;
    background: #eee;
    border-radius: 10px;
    text-shadow: 0 0 1.5px #fff;
}

.maintag {
    height: 32px;
    position: absolute;
    width: 100%;
    top: -30px;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.ti-list {
    border-radius: 10px;
    direction: rtl;
    font-size: 0;
    height: auto;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 20px 0;
    position: relative;
    text-align: right;
    transition: 0.5s all ease;
}

    .ti-list ul {
        display: block;
        padding: 0;
        position: relative;
        z-index: 2;
        transition: 0.5s all ease;
    }

        .ti-list ul li {
            display: inline-block;
            margin-bottom: 30px;
            vertical-align: top;
            width: 32%;
            transition: 0.5s all ease;
            margin-left: 2%;
        }

            .ti-list ul li:nth-child(3n) {
                margin-left: 0;
            }

    .ti-list:before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: 0.5s all ease;
    }

    .ti-list .services-caption {
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: #fff;
        border-radius: 7px;
        box-shadow: rgba(0,0,0,0.16) 0 0 8px 0;
        direction: rtl;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 1%;
        padding: 0;
        text-align: right !important;
        transition: .5s;
        vertical-align: top;
        width: 24.25%;
        transition: 0.5s all ease;
    }

        .ti-list .services-caption .service-cap h4 a {
            color: #006ebf;
            display: inline-block;
            font-size: 15px;
            font-weight: 700;
            height: 80px;
            line-height: 1.5;
            margin-bottom: 12px;
            padding-top: 15px;
            text-align: right;
            transition: 0.5s all ease;
        }

            .ti-list .services-caption .service-cap h4 a:hover {
                color: #835ef8;
                transition: 0.5s all ease;
            }

        .ti-list .services-caption .service-icon {
            position: relative;
            transition: 0.5s all ease;
        }

            .ti-list .services-caption .service-icon img {
                border: 5px solid #ffc0cb;
                border-radius: 10px;
                height: 150px;
                left: -165px;
                padding: 4px;
                position: absolute;
                top: -16px;
                width: 150px;
                transition: 0.5s all ease;
            }

    .ti-list ul li .date-teacher {
        height: 50px;
        line-height: 50px;
        position: absolute;
        width: 100%;
        bottom: 43px;
        right: 0;
        transition: 0.5s all ease;
    }

    .ti-list ul li .startdate {
        color: #111;
        font-size: 12px;
        font-weight: lighter;
        left: 20px;
        line-height: 1.2;
        margin: 0;
        position: absolute;
        top: 7px;
        transition: 0.5s all ease;
    }

    .ti-list ul li .teachername {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 320px;
        text-align: right;
        top: 0;
        width: 172px;
        transition: 0.5s all ease;
    }

    .ti-list ul li a {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
        display: block;
        min-height: 222px;
        overflow: hidden;
        position: relative;
        padding-right: 144px;
        padding-bottom: 65px;
        transition: 0.5s all ease;
    }

        .ti-list ul li a img {
            position: absolute;
            right: 0;
            top: 0;
            max-width: 120px;
            margin: 10px 10px 0 0;
            z-index: 2;
            transition: 0.5s all ease;
            border-radius: 6px;
        }

        .ti-list ul li a p {
            padding: 0 0 0 20px;
            height: 69px;
            overflow: hidden;
            font-size: 12px;
            line-height: 2;
        }

    .ti-list ul li h2 {
        color: #000;
        font-size: 15px;
        font-weight: bolder;
        font-weight: bold;
        line-height: 1.8;
        padding: 15px 0 0 10px;
        transition: 0.5s all ease;
        height: 65px;
    }

    .ti-list .webinarcard {
        border: none;
        border: 2px solid #0e4aff;
        border-radius: 5px;
        color: #333;
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        height: 38px;
        line-height: 34px;
        opacity: 1;
        padding: 0 12px;
        position: absolute;
        right: 6px;
        top: 11px;
        transition: 0.5s all ease;
        box-sizing: border-box;
        background: #002e7c;
    }

        .ti-list .webinarcard:hover {
            border: 2px solid #ff0;
            color: #fff !important;
            opacity: 1;
            transition: 0.5s all ease;
        }

    .ti-list .webinarcardbox {
        border-top: 1px solid #eee;
        height: 30px;
        padding: 16px;
        position: absolute;
        margin-top: 12px;
        left: 0;
        bottom: 30px;
        width: 100%;
        transition: 0.5s all ease;
    }

        .ti-list .webinarcardbox p {
            color: #0e4aff;
            font-size: 17px;
            left: 0;
            margin: 0;
            position: absolute;
            top: 14px;
            transition: 0.5s all ease;
        }

.list-mode .webinarcardbox p strong {
    font-size: 30px;
    transition: 0.5s all ease;
}

.ti-list .close-registering {
    border: 2px solid #da0000;
    border-radius: 29px;
    color: #da0000 !important;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    opacity: 1;
    padding: 0 12px;
    display: inline-block;
    margin-right: 320px;
}

.search-box {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
    background: url(/images/teacher-bg.jpg) no-repeat center;
    background-size: auto;
    background-size: 100%;
    height: 20vw;
    margin-top: -20px;
}

    .search-box h2 {
        font-size: 37px;
        height: 60px;
        color: #002e7c;
        font-weight: bold;
        margin: 10px 0 60px;
        -webkit-text-stroke: 1px #5091ff;
        animation: typing 4.5s steps(40, end), blink-caret .75s step-end infinite;
        overflow: hidden;
        display: none;
    }

@keyframes winking {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: blue;
    }
}

.rightbox {
    width: 45%;
    padding: 32px 30px 20px 20px;
    font-size: 0;
    margin: auto;
    position: relative;
}

    .rightbox input {
        border: 1px solid #cac9c9 !important;
        border-radius: 5px !important;
        color: #5e5d5d !important;
        font-size: 16px !important;
        font-weight: bold !important;
        height: 42px !important;
        line-height: 42px !important;
        margin-bottom: 5px;
        display: block;
        width: 100%;
    }

    .rightbox .select {
        border: 1px solid #cac9c9 !important;
        border-radius: 5px !important;
        color: #5e5d5d !important;
        font-size: 16px !important;
        font-weight: bold !important;
        background-color: #fff;
        margin-bottom: 5px;
    }

.categorybox {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
}

.searchbtn {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}

.search-info {
    padding: 50px;
    width: 50%;
}

.searchbtn input {
    width: 100%;
    height: 87px !important;
    background: url('/images/search2424.png')no-repeat right 30px / 30px #ffe206;
    padding: 10px 35px 10px 10px;
    background-position: 150px 30px;
}

.search-info .item {
    display: block;
    margin-left: 1%;
    width: 23%;
    font-size: 14px;
    color: #fff;
}

.search-info .item-input {
    width: 50%;
    position: relative;
    margin-top: 20px;
}

.search-info input, .search-info select {
    background-color: #fff !important;
    ;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.search-box .image-box {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    position: relative;
}

    .search-box .image-box img {
        margin: auto;
        display: block;
        width: 100%;
        display: none;
    }


.content-rate {
    position: relative;
    width: 100%;
    height: 20px;
    font-size: 0;
    direction: ltr;
}

    .content-rate .rate-element {
        width: 11px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

        .content-rate .rate-element.half-star-left {
            background: url(/icons/half-star-left.png) no-repeat right top;
            background-size: 11px auto;
            opacity: 0.4;
        }

    .content-rate .active-rate-left-fix {
        background: url(/icons/half-star-left.png) no-repeat right bottom 2px !important;
        background-size: 11px auto !important;
    }

    .content-rate .active-rate-left, .content-rate .rate-element.half-star-left:hover {
        background: url(/icons/half-star-left.png) no-repeat right bottom 2px !important;
        background-size: 11px auto !important;
        filter: unset !important;
    }

    .content-rate .rate-element.half-star-right {
        background: url(/icons/half-star-right.png) no-repeat left top;
        background-size: 11px auto;
        opacity: 0.4;
    }

    .content-rate .active-rate-right-fix {
        background: url(/icons/half-star-right.png) no-repeat left bottom 2px !important;
        background-size: 11px auto !important;
    }

    .content-rate .active-rate-right, .content-rate .rate-element.half-star-right:hover {
        background: url(/icons/half-star-right.png) no-repeat left bottom 2px !important;
        background-size: 11px auto !important;
        filter: unset !important;
    }

    .content-rate .active-rate-right-fix, .content-rate .active-rate-left-fix {
        filter: saturate(8);
    }

.content-rate-text {
    font-size: 13px;
    direction: rtl;
    margin-left: 10px;
    color: #aaa;
    position: absolute;
    right: 0;
    border: 1px solid #eee;
    width: 135px;
    padding: 5px;
    border-radius: 9px;
    top: 30px;
    text-shadow: 0 0 0.5px #fff;
    background: linear-gradient(#e7e7e7, #eee)
}

    .content-rate-text strong {
        color: #811;
    }

    .content-rate-text:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        right: 80%;
        margin-right: -5px;
        border-bottom: 10px solid #eee;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.content-right {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 18%;
}

.academy-sign {
    background: #fff;
    border-radius: 10px;
    margin-top: 14px;
    padding: 5px;
    display: block;
    font-size: 11px;
    color: #000;
    text-align: center;
    box-shadow: 0 -5px 0px #5554;
}

    .academy-sign:hover {
        background: #fffee5;
    }

    .academy-sign img {
        height: 50px;
        max-width: 100%;
    }

.section-headlines, .section-faqs {
    position: fixed;
    padding: 80px 50px 20px;
    width: 450px;
    z-index: 4;
    background: #fff;
    top: 90px;
    right: 0;
    height: calc(100vh - 90px);
    display: none;
    box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.15);
    overflow: auto;
}

    .section-headlines .close, .section-faqs .close {
        background: #fff url(/images/close.png) center center no-repeat;
        box-shadow: 0 7px 8px 2px rgba(0,0,0,.04);
        cursor: pointer;
        font-size: 0;
        height: 36px;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 15px;
        width: 36px;
        z-index: 1;
        margin-left: -18px;
        border-radius: 20px;
        filter: hue-rotate(215deg);
        z-index: 6;
    }

    .section-headlines h2, .section-faqs h2 {
        font-size: 15px !important;
        text-align: center;
    }

    .section-headlines .emptybox, .section-faqs .emptybox {
        padding: 10px;
        font-size: 12px;
        margin: 0;
    }

.btn-headlines, .btn-faqs {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: #111;
    padding: 0 15px;
    font-weight: 500;
    background: #fff url(/icons/ico-headlines.png) no-repeat center left 15px;
    background-size: 20px;
    cursor: pointer;
    box-shadow: 0px 5px 11px 0 rgba(3, 28, 9, 0.15);
}

    .btn-headlines.active, .btn-faqs.active {
        background: #333 !important;
        border: 2px solid #eee;
        color: #fff;
    }

.btn-faqs {
    background: #fff url(/icons/112-question.png) no-repeat center left 15px;
    background-size: 20px;
}

    .btn-headlines:hover, .btn-faqs:hover {
        background-color: #fffcb5;
    }

.content-tab-selector {
    margin-top: 20px;
    background: #001e9f;
    border-radius: 10px;
    padding: 40px 20px 40px 0px;
    text-align: center;
}

.content-tab-sections {
    position: relative;
    display: inline-block;
    width: 76%;
    margin-right: 5%;
}

    .content-tab-sections .btn {
        width: 200px
    }

.content-tab-selector-fixed {
    position: fixed !important;
    right: 31.8% !important;
    top: 90px !important;
    background: #fff;
    padding: 20px 40px 0 0;
    width: 68.2%;
    z-index: 3;
}

.content-tab-selector > span {
    display: block;
    vertical-align: top;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.1s all ease-in, border 0.1s;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    vertical-align: bottom;
    font-weight: 500;
    text-align: right;
}

    .content-tab-selector > span.motion {
        color: #fffcb5;
    }

    .content-tab-selector > span.active {
        background: #fff !important;
        font-weight:;
        padding: 10px;
        background: #fff;
        color: #333;
        border-radius: 0 6px 6px 0;
    }

.content-tab-sections > div {
    padding: 20px 0;
    display: none;
}

    .content-tab-sections > div.active {
        display: block !important;
    }

.commnetbox {
    position: relative;
}

.commentbox img {
    width: 25px;
    opacity: 0.5;
    position: absolute;
    right: 19px;
    top: 8px;
    background: #dfdfdf;
    padding: 5px;
}

.commentbox h2 {
    position: relative;
    padding: 0 30px 0 0 !important;
    ;
    margin: 0;
}

.commentbox textarea {
    background: #FFFFFF;
    box-shadow: 0px 2px 1px #0003;
    border-radius: 10px;
    height: 160px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    border: 0;
}

min-height: 150px;
}

.commentbox .btn {
    margin: 20px 0 0 0;
}

.commentlistbox li {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 34px;
}

    .commentlistbox li:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #f7f7f7, #ddd,#f7f7f7);
    }

    .commentlistbox li .answerbox {
        margin: 26px 20px 0 0;
        padding: 20px 0 5px 5px;
        border-radius: 10px;
        background: linear-gradient(45deg, #fff, #f4f4f4);
        margin-right: 30px;
        border: 1px solid #fff;
        position: relative;
    }

        .commentlistbox li .answerbox p {
            padding-right: 30px;
        }

        .commentlistbox li .answerbox h2 {
            padding: 0 30px 0 0 !important;
            padding-right: 30px;
        }

    .commentlistbox li .date {
        background: #edf2ff;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 12px;
        color: #959595;
        margin: 20px auto 5px 0;
        display: block;
        width: 200px;
        text-align: center;
    }

.ratesection {
    padding: 50px 0 !important;
}

    .ratesection h2 {
        text-align: center;
        margin: 50px 0;
    }

    .ratesection .content-rate {
        display: block;
        text-align: left;
        width: 400px;
    }

    .ratesection h2 {
        padding: 20px !important;
        margin-bottom: 20px;
        width: 400px;
        margin: 0 auto;
    }

        .ratesection h2:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, #f7f7f7, #ddd,#f7f7f7);
        }

.emptybox {
    background: linear-gradient(-90deg,#fffa89, #fff);
    padding: 20px 40px;
    border-radius: 8px;
    margin-top: 20px;
}

    .emptybox .btn-sign {
        background: #ffe64b;
        color: #000;
        float: left;
        height: 25px;
        line-height: 15px !important;
        margin-top: 0;
        font-weight: bold;
        padding: 5px !important;
    }

.teacher-one .btn-download {
    display: block;
    font-weight: bolder;
    font-size: 20px;
    margin: 30px 0 10px;
}

.btn-video {
    position: relative;
    border-radius: 4px;
    font-size: 11px;
    padding: 0 22px 0 10px;
    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;
}

    .btn-video:before {
        content: '';
        position: absolute;
        right: -12px;
        top: 7px;
        background: #fff url(/icons/play-video.png) no-repeat center;
        background-size: 23px;
        width: 25px;
        height: 25px;
        border-radius: 50px;
    }

    .btn-video:hover {
        background-color: #fff1b8;
    }

.fast-menu {
    position: relative;
    font-size: 0;
    margin-top: 20px
}

    .fast-menu ul {
        list-style-type: none;
    }

        .fast-menu ul li {
            display: inline-block;
            vertical-align: top;
            width: 24%;
            margin-left: 1.33333%;
            margin-bottom: 20px;
        }

            .fast-menu ul li:nth-child(4n) {
                margin-left: 0;
            }

            .fast-menu ul li a {
                border-radius: 6px;
                cursor: pointer;
                display: block;
                font-size: 0;
                height: 60px;
                text-align: right;
                background: #fff;
                position: relative;
                color: #333;
                font-size: 15px;
                font-weight: 500;
                padding-right: 90px;
                line-height: 60px;
            }

                .fast-menu ul li a img {
                    position: absolute;
                    width: 40px;
                    right: 20px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

                .fast-menu ul li a:before {
                    content: '';
                    position: absolute;
                    right: 80px;
                    height: 70%;
                    background: linear-gradient(#fff,#9f9f9f,#fff);
                    width: 1px;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

            .fast-menu ul li:hover a {
                background: #fffcb9;
            }

.creditbox h2 {
    display: inline;
}

.creditbox * {
    color: #333;
    font-weight: bold;
    font-size: 17px;
}

.readbook {
    background: #eee;
    font-size: 18px;
    border-radius: 5px;
    height: 47px;
    display: block;
    line-height: 47px;
    color: #000;
    background: #c0f4d8 url(/icons/027-cloud-computing.png) no-repeat center right 10px;
    background-size: auto;
    font-weight: bold;
    width: 155px;
    text-align: right;
    padding-right: 45px;
    background-size: 25px;
}

.tableparnet {
    width: 100%;
    overflow-x: auto;
}

.ti-form {
    font-size: 0;
}

    .ti-form .desc {
        background: #e0f6ff;
        border-bottom: 4px dashed #ffcbcb;
        border-radius: 10px;
        font-weight: 200;
        margin-bottom: 20px;
        padding: 20px;
    }

    .ti-form .item {
        width: 32.333%;
        vertical-align: top;
        margin-left: 1.5%;
        display: inline-block;
        margin-bottom: 30px;
    }

    .ti-form div .plan-link {
        color: #000;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.8;
        text-align: justify;
        transition: 0.5s all ease;
        background: #fff;
        position: relative;
        display: block;
        border-radius: 6px;
        box-shadow: 0 5px 10px 0 rgba(20,83,155,.08);
        padding-top: 2px;
    }

    .ti-form .item a img {
        border-radius: 6px;
        margin: 6px;
        width: calc(100% - 12px);
    }

    .ti-form .item h2 {
        border: none;
        border-radius: 0 0 6px 6px;
        color: #000;
        height: 108px;
        font-size: 16px;
        font-weight: 700;
        line-height: 108px;
        opacity: 1;
        padding: 0 30px;
        position: relative;
        transition: 0.5s all ease;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        overflow: hidden;
        font-size: 20px !important;
    }

    .ti-form .item .date-expire {
        height: 54px;
        line-height: 50px;
        position: relative;
        transition: 0.5s all ease;
        width: 90%;
        margin: 0 auto;
    }

    .ti-form .item .expire {
        margin: 0;
        position: relative;
        transition: 0.5s all ease;
        padding: 14px 0 46px;
        text-align: center;
    }

    .ti-form .item a .date-expire::before {
        content: '';
        position: absolute;
        top: 0;
        height: 1px;
        width: 100%;
        background: -webkit-linear-gradient(left,#fff,#777,#fff);
    }

    .ti-form .item .price {
        border-top: 1px solid #eee;
        position: relative;
        margin-top: 12px;
        width: 100%;
        transition: 0.5s all ease;
    }

        .ti-form .item .price::before {
            content: '';
            position: absolute;
            top: 0;
            height: 1px;
            width: 100%;
            background: -webkit-linear-gradient(left,#fff,#777,#fff);
        }

    .ti-form .lastitem {
        margin-left: 0 !important;
    }

    .ti-form .item .price p {
        color: #0e4aff;
        font-size: 25px;
        margin: 0;
        position: relative;
        transition: 0.5s all ease;
        text-align: center;
        padding: 20px 0 30px;
        font-weight: bold;
    }

    .ti-form .btn-ti {
        font-family: webmehrazfont;
        height: 37px;
        line-height: 37px;
        padding: 0 20px;
    }

.btn-ti.returnbtn-ti:hover {
    opacity: 1;
}

.btn-ti:hover {
    background: linear-gradient(#0a02fb,#0e067d);
}

.btn-ti.returnbtn-ti {
    background: linear-gradient(yellow,#ffb300);
    color: #8a6215 !important;
    opacity: .5;
}

.btn-ti {
    -moz-user-select: none;
    background: linear-gradient(#134ea8,#02309f);
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: webmehrazfont;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    z-index: 1;
}

.ti-left, .ti-right {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.ti-right {
    width: 29%;
    margin-left: 1%;
}

.iamteacher {
    background: #fff url(/images/teacher.jpg) no-repeat center left -60px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(20,83,155,.05);
    display: block;
    min-height: 404px;
    position: relative;
    transition: 0.5s all ease;
    margin: 30px 0 40px;
    padding: 40px 40px 50px 210px;
}

    .iamteacher h2 {
        font-size: 25px;
        font-weight: bold;
        text-align: right;
    }

    .iamteacher p {
        color: #aaa;
        font-weight: bold;
        text-align: justify;
    }

    .iamteacher a {
        font-weight: bold;
        font-size: 20px;
        background: -webkit-linear-gradient(right,#001e9f,#36c);
        color: #fff;
        display: block;
        position: absolute;
        padding: 5px 10px;
        border-radius: 6px;
        right: 20px;
        bottom: -20px;
        border-left: 10px solid #fff600;
    }

.createevent {
    font-size: 14px;
    background: #333;
    display: block;
    margin-bottom: 20px;
    border-radius: 6px;
    background: -webkit-linear-gradient(right,#fff, #ddd)
}

    .createevent h2 {
        display: none;
    }

    .createevent img {
        width: 100%;
        border-radius: 6px;
        display: block;
    }

.createcosultation {
    background: -webkit-linear-gradient(right,#fff, #fdd)
}

.askfromus {
    font-size: 18px;
    padding: 20px;
    border-radius: 6px;
    background: -webkit-linear-gradient(left,#faa,#f7f7f7);
    display: block;
    font-weight: bold;
    color: #333;
}

    .askfromus ul {
        list-style-type: square !important;
        padding: 40px;
        margin-top: 20px;
    }

        .askfromus ul li {
            position: relative;
            font-size: 16px;
            height: 40px;
            font-weight: normal;
            margin-bottom: 10px;
            letter-spacing: 1px;
            transform: rotate(-2deg);
        }

            .askfromus ul li:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 4px;
                background: linear-gradient(90deg, #da0000, #faa);
            }

.video-box {
    background: linear-gradient(#eee,#fff);
    padding: 10px 50px;
    border-radius: 10px;
}

    .video-box video {
        border-radius: 10px;
        margin-top: 20px;
    }

.filter-btn {
    display: none;
}

.pnlfilter {
    display: none;
}
