@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/main/eot/IRANSansWeb(FaNum).eot');
    src: url('../../fonts/main/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../fonts/main/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../fonts/main/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/main/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body, table, div, td, th {
    line-height: 20px;
    font-family: IRANSans;
    font-size: 14px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

/*dark-Blue = #138fc2*/
/*light-Blue = #75cbe7*/
/*verylight-blue = #f2fefe*/


.bg-darkblue {
    background-color: #138fc2 !important;
    background-color: #219C90 !important;
}

.bg-lightkblue {
    background-color: #75cbe7 !important;
}

.bg-verylightkblue {
    background-color: #f2fefe !important;
    vertical-align: middle;
}

.br-all {
    border: 1px solid #ccc;
}

.br-notright {
    border: 1px solid #ccc;
    border-right: 0px;
}

.br-notbottom {
    border: 1px solid #ccc;
    border-bottom: 0px;
}

.br-nottop {
    border: 1px solid #ccc;
    border-top: 0px;
}

.bl-solid {
    border-left: 1px solid #ccc;
}

.br-bottom {
    border-bottom: 1px solid #ccc;
}

.bo-20 {
    border-radius: 20px;
}

.justifytext {
    text-align: justify;
    text-justify: inter-word;
}

.navbar {
    border-bottom: 3px solid #fff;
    color: white;
    opacity: 0.9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
/*    background-color: #138fc2;*/
}

    .navbar .dropdown a {
        color: white;
    }

    .navbar a.dropdown-item {
        color: black;
    }

    .navbar:hover {
        opacity: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.dropdown-menu {
    text-align: right;
}

.navbar-brand {
    color: white;
}

.navbar-toggler.bars {
    border: 1px solid #fff;
}

.dropdown-item {
    font-size: 14px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ddd;
}

@media (max-width:768px) {
    .navbar ul {
        padding: 0;
    }
}

/*====================================================*/
/*=============== top-header =========================*/
/*====================================================*/
#top-header .navbar {
    border-bottom: 1px solid #ddd;
}

#top-header a {
    padding-top: 4px;
    padding-bottom: 4px;
    /*    border-right: 1px solid #ddd;*/
}

@media only screen and (max-width: 992px) {
    #top-header ul.nav-left {
        padding: 5px;
        text-align: center;
    }

        #top-header ul.nav-left a {
            display: block !important;
            text-align: center;
            border: 1px solid #ddd;
        }

    #top-header button {
        margin-left: auto;
    }
}

@media only screen and (max-width: 768px) {
    #top-header ul.nav-left {
        /*        width: 40%;*/
    }

        #top-header ul.nav-left a {
            display: block !important;
            text-align: center;
            border: 1px solid #ddd;
        }

    #top-header a {
        padding: 4px;
        text-align: right;
        border-right: none;
    }

    #top-header .nav-left a {
        border-right: 1px solid #ddd;
    }
}

@media only screen and (max-width: 576px) {
    #top-header ul.nav-left {
        width: 100%;
    }

    #top-header button {
        margin: 0 auto;
    }

    #top-header a {
        text-align: center;
    }
}


/*====================================================*/
/*=============== main-header     ====================*/
/*====================================================*/

.searchmain .validation-message {
    text-align:right;
    color:white;
}

#main-header {
    min-height: 600px;
    background-image: url('../../images/main/header/img1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding-top: 160px;
    direction: rtl;
}

.bg-header-reverse {
    background-image: url('../../images/main/footer/angle-bg-reverse.png');
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 400px;
}

#main-header p {
    line-height: 28px
}

#main-header a {
    text-decoration: none;
}

#main-header .input-group-text {
    cursor: pointer;
}



@media (max-width:768px) {
    #main-header {
        padding-top: 160px;
    }
}


/*====================================================*/
/*=============== specialized-training ===============*/
/*====================================================*/
#specialized-training {
    direction: rtl;
}

.gridtop {
    border: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 2px 2px 18px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 18px rgba(0,0,0,0.20);
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .gridtop:hover {
        -webkit-box-shadow: 2px 2px 18px rgba(0,0,0,0.50);
        box-shadow: 2px 2px 18px rgba(0,0,0,0.50);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

a.text-extra {
    border-bottom: 1px solid #ddd;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    color: black;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brleft {
    border-bottom-left-radius: 10px;
}

.brright {
    border-bottom-right-radius: 10px;
}

.brleft p {
    margin: 0;
    border-radius: 20px
}
/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        float: right;
        overflow: hidden;
        /*	margin: 10px 1%;*/
        width: 100%;
        height: 250px;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                /* Anchor will cover the whole item by default */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure {
    margin: 0;
    margin-bottom: 5px;
}

    figure.effect-apollo {
        background: #000000;
    }

        figure.effect-apollo img {
            opacity: 0.95;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
            -webkit-transform: scale3d(1.05,1.05,1);
            transform: scale3d(1.05,1.05,1);
        }

        figure.effect-apollo figcaption::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.5);
            content: '';
            -webkit-transition: -webkit-transform 0.6s;
            transition: -webkit-transform 0.6s;
            transition: transform 0.6s;
            transition: transform 0.6s, -webkit-transform 0.6s;
            -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
            transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        }

        figure.effect-apollo p {
            position: absolute;
            right: 0;
            bottom: 0;
            margin: 3em;
            padding: 0 1em;
            max-width: 150px;
            border-right: 4px solid #fff;
            text-align: right;
            opacity: 0;
            -webkit-transition: opacity 0.35s;
            transition: opacity 0.35s;
            font-size: 16px;
            line-height: 28px;
        }

        figure.effect-apollo h2 {
            text-align: left;
        }

        figure.effect-apollo:hover img {
            opacity: 0.6;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
        }

        figure.effect-apollo:hover figcaption::before {
            -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
            transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        }

        figure.effect-apollo:hover p {
            opacity: 1;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

/*====================================================*/
/*=============== suggestedcourses ===================*/
/*====================================================*/
/*
#suggestedcourses{
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
*/

#suggestedcourses figure.effect-apollo {
    background: #000;
}

/*====================================================*/
/*=============== atestarticles ======================*/
/*====================================================*/

#atestarticles {
}

    #atestarticles .grid figure {
        background: #fff;
        height: 300px
    }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1883b6;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
    /*	background: #fff;*/
}

    figure.effect-goliath img,
    figure.effect-goliath h4 {
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
    }

    figure.effect-goliath img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-goliath h4,
    figure.effect-goliath p {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 25px;
    }

    figure.effect-goliath p {
        text-transform: none;
        font-size: 90%;
        width: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    figure.effect-goliath:hover img {
        -webkit-transform: translate3d(0,-80px,0);
        transform: translate3d(0,-80px,0);
    }

    figure.effect-goliath:hover h4 {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
    }

    figure.effect-goliath:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }



/*====================================================*/
/*=============== newsletters ======================*/
/*====================================================*/
#newsletters {
    /*background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;*/
    background: rgb(8,5,40);
    background: radial-gradient(circle, rgba(8,5,40,1) 0%, rgba(41,78,163,1) 100%);
    direction: rtl;
}
    #newsletters .validation-message, #contactus .validation-message {
        color: white;
        text-align: right;
    }

    input {
        text-align: right;
    }

/*====================================================*/
/*=============== contactus ==========================*/
/*====================================================*/

#contactus {
    direction: rtl;
    min-height: 700px;
    position: relative;
    background-size: cover;
}

.bg-footer {
    /*background-image: url('../../images/main/footer/angle-bg.png');*/
    position: absolute;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 400px;
}

#contactus p {
    line-height: 24px;
}

#contactus a {
    text-decoration: none;
}
/*====================================================*/
/*=============== copyright ==========================*/
/*====================================================*/
#copyright {
    direction: rtl;
}

    #copyright a {
        text-decoration: none;
    }

/*====================================================*/
/*=============== End Index Page =====================*/
/*====================================================*/


/*====================================================*/
/*=============== Course Page ========================*/
/*====================================================*/

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb a {
        color: black;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 3px;
    color: #6c757d;
    content: "/";
    padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 2px;
}

#post-content {
    direction: rtl;
    text-align: right;
    color: black;
    font-family: IRANSans;
    text-align: justify;
    text-justify: inter-word;
}

    #post-content p {
        line-height: 24px;
        font-size: 14px;
    }

    #post-content .card img {
        margin-top: -85px;
    }

    #post-content .fab {
        font-size: 24px;
    }

/*    #post-content .card {
        -webkit-transition: .2s;
        transition: .2s;
    }*/

        /*#post-content .card:hover {
            color: #fff;
            background-color: #3292a6;
            -webkit-transition: .3s;
            transition: .3s;
        }*/

            /*#post-content .card:hover h5 {
                color: #fff;
                -webkit-transition: .3s;
                transition: .3s;
            }*/

           /* #post-content .card:hover .fa {
                color: #fff;
                -webkit-transition: .2s;
                transition: .2s;
            }
            #post-content .card:hover .link-master {
                color: black
            }*/

#post-content .info-course a {
    text-decoration: none;
}

#post-content label {
    margin-bottom: 0;
}

.short-link {
    border-radius: 5px;
    background-color: #eee;
}

#post-content a {
    text-decoration: none;
}

.tab-number {
    border-radius: 50%;
}

.tab-content .more-comment {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    font-size: 12px;
}

.noresize {
    resize: none;
}

@media (max-width: 992px) {
    .hidden-sm {
        display: none;
    }

    .block-center {
        display: block !important;
        text-align: center;
    }

        .block-center a {
            padding-right: 0 !important;
        }
}

@media (max-width: 992px) {
    .flex-col {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
        text-align: center;
    }

    .m-md-0 {
        margin: inherit;
    }
}

/*====================================================*/
/*=============== signin-page & singin-page ===========*/
/*====================================================*/

#signup-page, #signin-page {
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    direction: rtl;
    color: black;
    text-align: center;
}

    #signup-page a, #signin-page a {
        text-decoration: none;
    }


@media (max-width: 768px) {
    #signup-page, #signin-page {
        padding: 15px !important;
    }
}

/*====================================================*/
/*=============== Account ============================*/
/*====================================================*/
#ExternalLoginConfirmation, #ConfirmEmail,
#DisplayEmail, #ExternalLoginFailure, #ForgotPasswordConfirmation, #FrogetPassword,
#ResetPassword, #ResetPasswordConfirmation, #SendCode, #VerifyCode ,#SetPassword{
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    direction: rtl;
    color: black;
    text-align: center;
}

@media (max-width: 768px) {
    #ExternalLoginConfirmation, #ConfirmEmail,
    #DisplayEmail, #ExternalLoginFailure, ForgotPasswordConfirmation, #FrogetPassword,
    #ResetPassword, #ResetPasswordConfirmation, #SendCode, #VerifyCode, #SetPassword {
        padding: 15px !important;
    }
}

/*====================================================*/
/*=============== Info Page +=========================*/
/*====================================================*/

.info-page {
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    direction: rtl;
    color: black;
    text-align: center;
}


@media (max-width: 768px) {
    .info-page {
        padding: 15px !important;
    }
}

/*====================================================*/
/*=============== Dashbord ===========================*/
/*====================================================*/

#dashbord-page {
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    direction: rtl;
    color: black;
    text-align: center;
}

@media (max-width: 768px) {
    #editMyAccount .p-4 {
        padding: 5px;
    }

    #dashbord-page {
        padding: 15px !important;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.table-main {
    margin-top: 10px;
    background-color: white;
    direction: rtl;
}


    .table-main th {
        text-align: center;
        font-size: 14px;
        color: #019e93;
    }

    .table-main td {
        color: #3f3f3f;
        text-align: center;
        font-size: 14px;
        vertical-align: middle !important;
    }

@media only screen and (max-width:992px) {
    .table-main td {
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    .table-main td {
        font-size: 14px;
    }

    td.count {
        overflow: auto;
    }
}

.table-content {
    margin: 0 !important;
}

    .table-content .remove-item {
        width: 10px;
        vertical-align: middle;
    }

    .table-content .item-img {
        width: 100px;
    }

        .table-content .item-img img {
            width: 80px;
        }

    .table-content .item-text {
        text-align: right;
        vertical-align: middle;
    }

    .table-content td {
        border: 0 !important;
        vertical-align: middle !important;
    }

/*Media Style*/
@media only screen and (max-width:768px) {
    #main-shoping h3 {
        width: 100%;
        text-align: center;
    }

    #main-shoping .final-shop a,
    #payment .final-shop a {
        width: 100%;
        padding: 10px;
    }

    .table-main td#pricerow {
        float: left;
    }

    .table-main tr,
    .table-main td,
    .table-main th {
        display: block;
    }

    .table-main th {
        display: none;
    }

    .table-main td::before {
        content: attr(title) " : ";
        right: 35px;
        float: left;
        position: absolute;
        color: #019e93;
    }

    .table-main td {
        padding-left: 10px !important;
        text-align: left;
    }

    .table-content {
        background-color: #eee !important;
        margin-bottom: 0;
    }

        .table-content td {
            width: 100% !important;
            border: 0 !important;
            text-align: center !important;
        }

            .table-content td::before, .td-content::before {
                content: attr(title) !important;
            }

    td.td-content {
        padding: 1px 0 0 0 !important;
    }

    .table-content .item-img img {
        width: 30%;
    }
}

@media only screen and (max-width:450px) {
    .table-content .item-img img {
        width: 100px;
    }

    .show-profile .media > .media-right img {
        display: none;
    }
}

/*====================================================*/
/*=============== #top-footer ========================*/
/*====================================================*/
#top-footer {
    /*     background: #f2fefe;*/
    background: #f6f6f6;
    direction: rtl;
    text-align: right;
    color: black;
}

    #top-footer p.lead {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        font-weight: bold;
    }

    #top-footer p {
        margin-bottom: 10px;
    }

    #top-footer a {
        color: black;
        font-size:12px;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        #top-footer a:hover {
            color: #138fc2;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            padding-right: 10px;
        }

@media only screen and (max-width: 768px) {
    .marginb-20 {
        margin-bottom: 20px;
    }

    #top-footer {
        padding: 15px !important;
    }
}

/*====================================================*/
/*=============== #content-post ==> listOfCourse page */
/*====================================================*/
#content-post {
    direction: rtl;
}

.selectcol {
    background-color: #138fc2;
    color: white;
    text-decoration: none;
}

.filter-by-price div.flex-fill {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    #content-post .flex-fill {
        width: 100%;
    }
}

/*====================================================*/
/*=============== #emptycart-page ====================*/
/*====================================================*/

#emptycart-page {
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    direction: rtl;
    color: black;
    text-align: center;
}

@media (max-width: 768px) {
    #emptycart-page {
        padding: 15px !important;
    }
}
/*====================================================*/
/*=============== #cart-page =========================*/
/*====================================================*/

#cart-page {
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    direction: rtl;
    color: black;
    text-align: center;
}

    #cart-page h4 {
        padding-bottom: 5px;
        border-bottom: 3px solid #17a2b8;
    }

    #cart-page .alert {
        margin-bottom: 0;
    }

@media (max-width: 992px) {
    .toman-change {
        width: 100%;
        margin-bottom: 5px !important;
    }

    .mgb-5 {
        margin-bottom: 5px;
    }

    #cart-page .price {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #cart-page {
        padding: 15px !important;
    }
}

/*====================================================*/
/*=============== #payment-cart ======================*/
/*====================================================*/

#payment-cart {
    background-image: url('../../images/main/header/suggestedcourses.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    direction: rtl;
    color: black;
    text-align: center;
}

    #payment-cart h4 {
        padding-bottom: 5px;
        border-bottom: 3px solid #17a2b8;
    }

.zarin-pal {
    border: 1px solid #c3ac00;
    background-color: rgba(255,239,98,0.4);
}

@media (max-width: 768px) {
    #payment-cart {
        padding: 15px !important;
    }
}

/*====================================================*/
/*=============== Kendo ================================*/
/*====================================================*/
.k-item {
    direction: rtl !important;
}

.k-content, .k-panel > li.k-item, .k-panelbar > li.k-item {
    background-color: transparent;
}

/*====================================================*/
/*=============== Custom Bootstrap==========================*/
/*====================================================*/

select.form-control:not([size]):not([multiple]) {
    /*height: calc(3rem + 2px);*/
}

.validation-message {
    color: red;
}

.img-layer{
    width:100%;
    margin-bottom:20px;
    text-align:center;
}

/* 
when body is fire. bottom code it run
##########################################################
##########################################################
##########################################################
*/

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    z-index: 100002;
}


    #loader-wrapper .loader-section {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        /*background: #0c1163;*/
        background: #219C90;
        /*background-color:rebeccapurple ;*/
        z-index: 1000;
        -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
    }


#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #9000c5;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1002;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 4px solid transparent;
        border-top-color: #ef4f91;
        border-top-color: #FFF455;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 4px solid transparent;
        /*border-top-color: #feba01;*/
        border-top-color: #EE4E4E;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }


#loader-wrapper h3 {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 1000;
    font-weight: bold;
    font-size: 14px;
    direction: rtl;
    color: #fffde4;
    margin:20px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}


    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }




.loaded #loader-wrapper h3 {
    display: none;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s 1s ease-out;
    transition: all 0.5s 1s ease-out;
}

.d-none{
    display:none;
}