﻿:root {
    --bg: #FCF0D9;
    --dark: #272622;
    --blue: #018CC5;
    --green: #8ABB3B;
    --yellow: #FEE800;
    --orange: #F87621;
    --pink: #F43E8B;
    --black: #191B16;
    --brown: #3B3A35;
    --gray: #272622;
}

* {
    font-family: "IRANSansWeb_Medium";
    color: #333;
}

body {
    overflow-x: hidden;
    color: #333;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 280px;
}

a {
    text-decoration: none;
}

.row {
    margin: 0 !important;
}

.number {
    font-family: 'BKoodak';
}
.orange {
    color: orange
}
.green{
    color:green;
}

.white {
    color: #fff
}

::-webkit-input-placeholder { /* Edge */
    color: red;
    text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
    text-align: center;
}

::selection {
    background: #05dfa5;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.basket {
    position: absolute;
    left: 52px;
    border-radius: 5px;
    width: auto;
    margin-top: 18px;
    font-family: iransanswp;
    font-size: 13px;
    padding: 8px 21px 8px 32px;
    outline: none;
    border: 1px solid #2c83b9;
    z-index: 9999;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: right
}

#courses .breadcrumb {
    background-color: transparent;
}

.padding-10 {
    padding: 10px;
}

.boxshadow-Soft {
    box-shadow: 0px -3px 7px 1px rgb(0 0 0 / 3%), 0 4px 5px 0px rgba(0, 0, 0, 0.12), 1px 4px 14px -5px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

img[src*='.gif'] {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.list-group-item {
    overflow: hidden
}

.ticker {
    background-image: linear-gradient(135deg, #1abc9c26 20%, #2980b94f 80%);
    height: 30px;
    padding: 5px;
    width: 88%;
    margin: 0 auto
}

    .ticker:before {
        content: "\f100";
        position: absolute
    }

    .ticker > a {
        margin-right: 60px;
        color: #fff;
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.basket i {
    color: #1abc9c;
}

.topcolor {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

    .topcolor li {
        width: 25%;
        height: 3px;
        float: right;
    }

.top10 {
    width: 100%;
    margin-top: 10px;
    display: block;
}

#particles-js {
    width: 100%;
    height: 360px;
    background-image: url(../img/pattern.png),linear-gradient(135deg, #1abc9c 20%, #2980b9 80%);
}

    #particles-js::before {
    }

    #particles-js h1 {
        text-shadow: 3px 3px 3px #19ad86;
        color: #fff;
        position: absolute;
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #particles-js .col-lg-12 {
        position: absolute;
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 106px;
    }

    #particles-js form {
        height: 40px;
    }

        #particles-js form input[type=text] {
            height: 48px !important;
            /*border-top-right-radius: 50px !important;
            border-bottom-right-radius: 50px!important;*/
        }

        #particles-js form button {
            height: 48px;
            margin-right: -24px;
            /* border-top-left-radius: 50px !important; */
            /* border-bottom-left-radius: 50px !important; */
            padding: 16px 9px 9px 20px;
            font-size: 16px;
            border: transparent;
            z-index: 10
        }

            #particles-js form button pla {
            }

.glyphicon .glyphicon-search {
    color: #fff !important;
}

.rowtopmenuright {
    border-bottom: 1px solid #eee;
}

.topmenuright {
    overflow: hidden;
}

    .topmenuright li {
        float: right;
        margin-right: 8px;
        border-right: 1px solid #eee;
        padding: 2px;
    }

.toplog {
    max-width: 100%;
    width: 94px;
    height: 61px;
    float: right;
    position: relative;
    z-index: 10;
    margin-top: 4px;
    margin-right: 51px;
}

.login-rig {
    overflow: hidden;
    margin-top: 15px;
    padding: 0;
    float: left;
}

    .login-rig li {
        height: 39px;
        border-radius: 5px;
        width: auto;
        float: right;
        top: 12px;
        color: #fff;
        font-family: iransanswp;
        font-size: 13px;
        padding: 8px 21px 8px 32px;
        outline: none;
        margin-left: 5px;
        border: 1px solid #dedfe01a;
        justify-content: center;
        align-items: center;
        display: flex;
        /*background: #2980b9;*/
    }

        .login-rig li:nth-child(1) {
            /*background: #1abc9c;*/
        }

        .login-rig li a {
            text-align: center;
            color: #000;
        }

            .login-rig li a i {
                color: #fff;
                margin-left: 3px;
                font-size: 18px;
                padding: 10px;
                border-radius: 50px;
            }

            .login-rig li a img {
                height: 23px;
                width: 23px;
            }

.btn-search {
    border-radius: 5px 0 0 5px !important;
    height: 34px;
    background: #0b1b54 !important;
    color: white !important;
}

.navbar-inverse {
    background: transparent !important;
    border-color: transparent !important;
}

.navbar-brand {
    float: right !important;
}

.tarabody {
    /* background: url(/img/bg_body.jpg) repeat 0 0 transparent;*/
}

.tools {
    width: 29%;
    float: right;
    height: 75px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    margin: 2%;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.16);
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
}

    .tools h2 {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }

    .tools p {
        font-size: 11px;
        text-align: center;
        text-indent: 56px;
    }

    .tools .icon {
        width: 25%;
        font-size: 40px;
        color: #fff;
        border: 1px solid #eee;
        border-radius: 50%;
        height: 86px;
        padding: 18px;
        background: #d1d569;
        margin-right: -29px;
        position: absolute;
        margin-top: -7px;
        box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.16);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tools .icon:hover {
            transform: rotate(360deg);
            transition: all 0.2s ease-out, transform 0.2s ease-out, filter 0.75s ease-out;
            /*box-shadow: 0 9px 10px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.3);*/
            filter: grayscale(0) saturate(105%) brightness(100%) contrast(100%);
            /*border: 1px solid #ddd;*/
            box-shadow: 0 32px 30px #ddd;
            background: rgba(209, 213, 105, 0.47);
        }

        .tools .icon img {
            height: 50px;
            width: 50px;
            border-radius: 50%
        }

    .tools b {
        color: red;
        font-size: 12px;
        font-weight: bold;
    }

.slider {
    border: 1px solid #eee;
    height: 150px;
    display: inline-block;
}

    .slider img {
        height: 250px;
        width: 100%;
    }

.carousel-heading {
    position: relative;
    width: 100%;
    margin: 30px 0;
}

    .carousel-heading:before {
        position: absolute;
        height: 20px;
        width: 100%;
        border-bottom: 1px solid #03d29b;
        right: 0;
        top: 0;
        z-index: 9;
        content: '';
    }

    .carousel-heading h2 {
        font-size: 18px;
        line-height: 35px;
        padding: 0 0 0 20px;
        position: relative;
        z-index: 10;
        background-color: #fff;
        height: 35px;
        width: 200px;
        overflow: hidden;
        color: #333;
    }

    .carousel-heading a, .carousel-heading span {
        background-color: #05dfa5;
        color: #fff;
        font-size: 15px;
        padding: 5px 20px;
        line-height: 25px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
    }

.carousel-inner {
}

.carousel-control {
    color: #00ff4e !important;
}

    .carousel-control.left {
        background-image: none !important;
        background-image: none !important;
        background-image: none !important;
        background-image: none !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none !important;
        background-image: none !important;
        background-image: none !important;
        background-image: none !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }


img {
    width: 100%;
    height: auto;
}

.single-blog-item {
    border: 1px solid #dfdede;
    box-shadow: 2px 5px 10px #dfdede;
    margin: 15px auto;
    padding: 5px;
    position: relative;
}

    .single-blog-item .blog-thumnail {
        height: 100px;
        width: 100%;
        margin-bottom: 50px;
    }

        .single-blog-item .blog-thumnail img {
            height: 150px;
            width: 100%;
        }

.blog-content {
    height: 170px;
}

    .blog-content h4 {
        font-weight: 500;
        margin-top: 10px;
        text-transform: uppercase;
        height: 110px;
        padding-top: 16px;
        line-height: 32px;
        font-size: 12px;
    }

        .blog-content h4 a {
            line-height: 30px;
            text-decoration: none;
            color: #333;
            font-size: 13px;
        }

    .blog-content p {
        color: #999;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.3333;
    }

.blog-date {
}

.blog-date {
    position: absolute;
    background: #40d41014;
    top: 35px;
    right: 5px;
    color: #000000f0;
    border-radius: 25px 0 0 25px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: normal;
}

.more-btn {
    bottom: -1px;
    position: absolute;
    background: #ffc800;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 33px;
    text-align: center;
    padding-top: 10px;
    font-family: 'IRAN-Sans';
    display: none;
}


.carousel-indicators {
    bottom: -18px !important;
}

    .carousel-indicators li {
        border: 1px solid #05dfa5 !important
    }

.pagination > li > a, .pagination > li > span {
    float: right !important
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.newsletter-layer {
    width: 100%;
    padding: 40px 0;
    background-attachment: scroll,scroll;
    background-clip: border-box,border-box;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/pattern.png),linear-gradient(to right,#05e6aa,#1cbdf9);
    background-position: center center,0 0;
    background-repeat: repeat,no-repeat;
    height: 300px
}
/*footer {
    background: #000;
    height: 100px;
    padding: 10px;
    color:white
}*/
footer p, footer strong, footer b, footer {
    color: #b0b0b0;
}

.footer-top {
    background: #303030;
    background-size: cover;
    background-position: center;
    padding: 0 0 20px;
    font-family: rubik;
    padding-top: 30px;
}

.footer-top, .footer-bottom {
    background-color: #1c1f2f;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #313646;
    background-color: #181828 !important;
    color: #b0b0b0;
    font-family: rubik;
}

color: #99a9b5;
padding-top: 15px;
}

.footer-site-info {
    font-size: 92.86%;
}

#footer-navigation, #footer-navigation li a:hover, .custom-footer, .custom-footer li a:hover {
    color: white;
}

    #footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
        color: #99a9b5;
        padding-top: 15px;
    }

.footer-bottom ul {
    margin: 0;
}

.inline-inside {
    font-size: 0;
    line-height: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

#footer-menu li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1;
}

#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

    #footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
        color: #99a9b5;
        padding-top: 15px;
    }

#footer-menu li + li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-left: 1px solid #232234;
    border-right: 1px solid #333146;
}


navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

#footer-socials {
    text-align: right;
}

    #footer-socials .socials {
        text-align: right;
        margin: 0 -7px;
        display: inline-block;
        vertical-align: middle;
    }

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #141421;
    border: 1px solid #2e2e4c;
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
}

.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.facebook {
    color: #4e64b5;
}

.twitter {
    color: #00aced;
}

.instagram {
    color: #9a8f62;
}

.youtube {
    color: #c82929;
}

.telegram {
    color: #2ca5e0;
}


a.socials-item:hover {
    box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
    border-color: rgba(255, 6, 224, 0.61);
    background: linear-gradient(to right, rgba(255, 9, 9, 0.12941176470588237), #c000ffb5, rgba(255, 0, 94, 0.14));
}

.footer-bottom a:hover {
    color: white;
}


footer p, footer li {
    font-size: 15px;
    line-height: 22px;
}


.widget {
    margin-bottom: 50px;
}

.footer-title {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

    .footer-title:after {
        width: 50px;
        background: #fff;
        opacity: 0.2;
        height: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
    }

.gem-contacts-item {
    padding-top: 10px;
    font-size: 15px;
}

    .gem-contacts-item i {
        padding-right: 10px;
    }

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.posts li {
    border-bottom: 1px solid #393d50;
    padding-bottom: 12px;
    padding-top: 6px;
}

footer p, footer li {
    font-size: 15px;
    line-height: 22px;
}

.gem-pp-posts-date {
    color: #00bcd4;
    font-size: 89.5%;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 7px !important;
    width: 100%;
}

.wpcf7-form-control-wrap input {
    background: #1c1f2f;
    overflow: hidden;
    border: 1px solid #2e344d;
    background-color: #1c1f2f;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}

    .wpcf7-form-control-wrap input:hover {
        background-color: transparent;
        box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03), inset 14px 14px 70px rgb(0,0,0,0.2), inset -15px -15px 30px rgba(255,255,255, 0.04);
        border-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

.wpcf7 .wpcf7-form .contact-form-footer textarea {
    height: 160px;
    width: 100%;
}

.wpcf7-form-control-wrap textarea:hover {
    background-color: transparent;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03), inset 14px 14px 70px rgb(0,0,0,0.2), inset -15px -15px 30px rgba(255,255,255, 0.04);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.wpcf7-form-control-wrap textarea {
    background: #1c1f2f;
    overflow: hidden;
    border: 1px solid #2e344d;
    background-color: #1c1f2f;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
    width: 100%;
    padding: 11px;
    margin: 0;
    line-height: 0;
}

.wpcf7-form .contact-form-footer .wpcf7-submit {
    background-color: #394050;
    color: #99a9b5;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 2px;
    color: rgba(255,255,255,.5);
    box-shadow: none;
    text-transform: uppercase;
    outline: none !important;
    background-color: #1c1f2f;
    border-radius: 5px;
    min-width: 140px;
    /* box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03), inset 14px 14px 70px rgb(0,0,0,0.2), inset -15px -15px 30px rgba(255,255,255, 0.04); */
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #2e344d;
    transition: all 0.3s ease-in-out 0s;
}

.wpcf7-form input[type=submit] {
    height: 40px;
    line-height: 21px;
    padding: 10px 40px;
    font-size: 14px;
}

.posts li a {
    color: #99a9b5;
}

.wpcf7-form .contact-form-footer .wpcf7-submit:hover {
    box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
    border-color: rgba(255, 6, 224, 0.61);
    background: linear-gradient(to right, rgba(255, 9, 9, 0.12941176470588237), #c000ffb5, rgba(255, 0, 94, 0.14));
    color: white;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.widget_gallery a {
    display: inline-block;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.widget_gallery ul {
    padding-left: 0;
    display: table;
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 2px;
}

.widget_gallery.gallery-grid-4 li {
    width: 30%;
}


#waterdrop {
    height: 30px;
}

    #waterdrop canvas {
        bottom: -70px !important;
    }

.footer-site-info {
    padding-top: 10px;
}


/*ShowProduct*/
.ShowProduct {
}

#courses h1 {
    width: 100%;
    padding: 40px 0;
    background-attachment: scroll,scroll;
    background-clip: border-box,border-box;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/pattern.png),linear-gradient(to right,#05e6aa,#1cbdf9);
    background-position: center center,0 0;
    background-repeat: repeat,no-repeat;
    font-size: 20px;
    text-align: center;
    margin-top: 9px;
}

.ShowProduct .content {
    background: #fff;
    padding: 10px;
    line-height: 42px;
    text-align: justify;
}

    .ShowProduct .content * {
        line-height: 42px;
        font-size: 15px;
        text-align: justify;
        color: #333;
    }

    .ShowProduct .content p, .ShowProduct .content span {
        line-height: 42px;
        font-size: 15px;
        text-align: justify;
        color: #333;
    }



.ShowProduct input[type=text], .ShowProduct textarea, .ShowProduct input[type=email] {
    overflow: hidden;
    border: 1px solid #ad924936;
    background-color: #ad9249;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    height: 35px;
    margin-bottom: 10px !important;
}

.ShowProduct textarea {
    height: 100px
}

.ShowProduct input[type=submit] {
    background-color: #394050;
    color: #99a9b5;
    border: none;
    cursor: pointer;
    /* padding: 15px 40px; */
    font-size: 14px;
    /* font-weight: 400; */
    transition: all 0.5s;
    letter-spacing: 2px;
    color: rgba(255,255,255,.5);
    box-shadow: none;
    text-transform: uppercase;
    outline: none !important;
    background-color: #1c1f2f;
    border-radius: 5px;
    /* min-width: 140px; */
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03), inset 14px 14px 70px rgb(0,0,0,0.2), inset -15px -15px 30px rgba(255,255,255, 0.04);
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #2e344d;
    transition: all 0.3s ease-in-out 0s;
    width: 200px;
}

    .ShowProduct input[type=submit]:hover {
        box-shadow: 0 0px 20px rgba(82, 161, 27, 0.70);
        border-color: rgba(25, 173, 134, 0.80);
        background: linear-gradient(to right, rgba(255, 9, 9, 0.12941176470588237), #19ad86, rgba(255, 0, 94, 0.14));
        color: white;
    }
/*sidebar left */
.shpsidebaleft .panel-default:nth-child(1) {
    border-bottom: 3px solid #05e4ac !important;
}

.shpsidebaleft .panel-default:nth-child(2) {
    border-bottom: 3px solid #1ac1f1 !important;
}

.shpsidebaleft .panel-default:nth-child(3) {
    border-bottom: 3px solid #cbb81f !important;
}

.shpsidebaleft .panel-default:nth-child(4) {
    border-bottom: 3px solid #1ecb91 !important;
}

.shpsidebaleft i {
    margin-left: 5px
}

.list-group {
    padding: 0;
}

.list-group-item {
    overflow: hidden;
}

.list-group-item-comment {
    border-bottom: 1px dashed #19ad86 !important;
}

.list-group .list-group-item li {
    background: #eee
}
/*end sidebar left*/
/*end ShowProduct*/
.navbar-nav > li > a:hover {
    color: #19ad86
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        float: right !important;
    }

    .navbar-nav > li {
        float: right !important;
    }
}

@media (max-width: 768px) {
    .col-sm-12 {
        width: 100%
    }

    .login-rig{
        width:100%;
    }
    .login-rig li {
        float: none !important;
        background: #0d7ec7;
        border: 0;
        border-radius: 0;
        margin-bottom: 3px;
  display:inline-block;
        width: 100%;
    }

        .login-rig li a {
            float: none !important;
            color: #fff
        }

    .header-logo {
        display: inline-block;
        width: 100%;
        text-align:center;
    
        }
        .header-logo a {
        display:inline-block;
        }
    }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right !important;
    }
}

.divclock {
    position: absolute;
    display: flex;
    justify-content: center;
    justify-items: center;
    background: orange;
}

.clock {
    position: absolute;
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 250px;
    height: 250px;
    background: red;
    border: 3px solid #aaa;
    border-radius: 50%;
}

    .clock:before {
        width: 259px;
        height: 259px;
        position: absolute;
        content: '';
        background: green;
        border: 6px solid #202020;
        border-radius: 50%;
    }

    .clock:after {
        position: absolute;
        content: '';
        width: 150px;
        height: 150px;
        background: blue;
        border: 6px solid #202020;
        border-radius: 50%;
    }


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #333;
    background-color: #eee;
}

.navbar-toggle {
    margin-right: 0 !important;
    background: #05dfa5 !important;
    border: none !important
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #1daea3 !important;
}

.dropdown-menu > li > a {
    text-align: right;
    color: #0b1b54 !important;
}



.pricing1 {
    overflow: hidden;
    border: 1px solid #fff;
    width: 96%;
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 0px 1px 12px 1px rgba(132, 126, 126, 0.58);
    margin-bottom: 15px;
    text-decoration: none !important;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    border-radius: 18px;
    box-sizing: border-box;
    border-top: 3px solid #05dfa5;
}

    .pricing1 h2 {
        font-size: 13px;
        font-weight: bold;
        color: #333;
        min-height: 75px;
        line-height: 27px;
        background: #eee;
        position: relative;
        margin-top: -5px;
        display: flex;
        height: 70px;
        margin-bottom: -10px;
        text-indent: 10px;
        padding: 0px;
        /* */
        /* border-left: 3px solid #05dfa5; */
        padding: 10px;
    }

    .pricing1 img {
        height: 150px;
        width: 100%
    }

    .pricing1 p {
        margin: 10px 0 10px 0;
    }

        .pricing1 p i {
            margin: 5px;
        }

    .pricing1 a {
        width: auto;
        margin: auto;
        font-size: 15px;
        font-weight: bold;
        border-radius: 50px;
        color: #fff;
        padding: 9px 24px;
        opacity: 1;
        transition: opacity .2s ease;
        outline: none;
        text-decoration: none;
        background: #ffbb42;
        bottom: -41px;
    }

    .pricing1:hover {
        transition: all 0.2s ease-out, transform 0.2s ease-out, filter 0.75s ease-out;
        /*box-shadow: 0 9px 10px rgba(0,0,0,0.4), 0 0 15px rgba(0,0,0,0.3);*/
        filter: grayscale(0) saturate(105%) brightness(100%) contrast(100%);
        border-bottom: 3px solid #05dfa5;
        box-shadow: 0 32px 30px rgba(116, 111, 111, 0.44);
        transform: translateY(-8px);
        z-index: 10;
    }

    .pricing1 a:hover {
        box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .item.active,
    .carousel-inner .carousel-item-next {
        /*transform: translateX(33%);*/
    }
}


.carousel-inner .item.active {
    /*display: flex;*/
}

.carousel-indicators .active {
    background-color: #258fb2 !important;
}






.colok {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd800;
    height: 125px;
    width: 125px;
    border-radius: 50%;
}

    .colok:before {
        position: absolute;
        content: '';
        border: 6px solid #202020;
        border-radius: 50%;
        height: 129.5px;
        width: 129.5px;
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }

    .colok:after {
        position: absolute;
        content: '';
        background: #59c3ff;
        border-radius: 50%;
        height: 75px;
        width: 75px;
        z-index: 1;
        border-radius: 50%;
    }

.center-nut, .center-nut2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-nut {
    height: 15px;
    width: 15px;
    background: #262626;
    z-index: 2;
    border-radius: 50%;
}

.center-nut2 {
    height: 9px;
    width: 15px;
    background: red;
    z-index: 6;
    border-radius: 50%;
}

.indictor div {
    position: absolute;
    width: 2px;
    height: 5px;
    background: #404040;
}

    .indictor div:nth-child(1) {
        transform: rotate(30deg) translateY(-62px);
    }


    .indictor div:nth-child(2) {
        transform: rotate(60deg) translateY(-62px);
    }

    .indictor div:nth-child(3) {
        transform: rotate(90deg) translateY(-62px);
        background: red;
        width: 4px;
    }

    .indictor div:nth-child(4) {
        transform: rotate(120deg) translateY(-62px);
    }

    .indictor div:nth-child(5) {
        transform: rotate(150deg) translateY(-62px);
    }

    .indictor div:nth-child(6) {
        transform: rotate(180deg) translateY(-62px);
        background: red;
        width: 4px;
    }

    .indictor div:nth-child(7) {
        transform: rotate(210deg) translateY(-62px);
    }

    .indictor div:nth-child(8) {
        transform: rotate(240deg) translateY(-62px);
    }

    .indictor div:nth-child(9) {
        transform: rotate(270deg) translateY(-62px);
        background: red;
        width: 4px;
    }

    .indictor div:nth-child(10) {
        transform: rotate(300deg) translateY(-62px);
    }

    .indictor div:nth-child(11) {
        transform: rotate(330deg) translateY(-62px);
    }

    .indictor div:nth-child(12) {
        transform: rotate(360deg) translateY(-62px);
        background: red;
        width: 4px;
    }

.sec {
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 5;
    animation: sec-hand 60s linear infinite;
}

    .sec:before {
        position: absolute;
        content: '';
        height: 83px;
        width: 3px;
        left: 1px;
        top: -25px;
        background: red;
        border-radius: 3px;
    }

    .sec:after {
        position: absolute;
        content: '';
        height: 45px;
        width: 7px;
        left: -3px;
        top: -55px;
        background: red;
        border-radius: 3px;
    }


.min {
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 4;
    animation: min-hand 3600s linear infinite;
}

    .min:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 1px;
        left: -3px;
        top: -95px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 70px solid #303030;
    }

    .min:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 3px;
        left: -3px;
        top: -25px;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: 25px solid #303030;
    }

.hour {
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 3;
    animation: hr-hand 4320s linear infinite;
}

    .hour:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 1px;
        left: -3px;
        top: -75px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 55px solid #303030;
    }

    .hour:after {
        position: absolute;
        content: '';
        height: 130px;
        width: 3px;
        left: -3px;
        top: -20px;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: 20px solid #303030;
    }



@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
    color: #9f0707 !important;
}



.examdetalis {
    position: fixed;
    min-height: 86px;
    width: 230px;
    left: 8px;
    bottom: 8px;
    background: white;
    z-index: 10;
    box-shadow: -1px 1px 8px 0px #82787857;
    padding: 20px;
    text-align: center;
}

.submit .btn-answer {
    color: #fff;
    background-color: #0dd1da30;
}


.headerpost {
    display: block;
    text-indent: 10px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid #0064f73b;
    overflow: hidden;
}

.sections {
    overflow: hidden;
}

    .sections .sectionitem {
        overflow: hidden;
        background: #eee;
        width: 97.5%;
        margin: 0 auto;
        margin-top: 10px;
    }

        .sections .sectionitem > p {
            text-align: center;
            margin-top: 0px;
            background: #d8ce863d;
            height: 36px;
            padding-top: 10px;
        }

.useracount {
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 50px;
}

    .useracount h2 {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        font-size: 18px;
    }

    .useracount .col-md-6, .useracount .col-sm-12, .useracount .col-xs-12 {
        margin-bottom: 15px;
        padding: 15px;
    }

.menuuser .list-group-item {
    background-color: transparent !important;
    border: none !important;
}

    .menuuser .list-group-item:first-child {
        background: #19ad864a !important;
    }

.logo-footer {
    height: 90px;
    width: 150px;
    max-width: 100%;
}

.footer-des {
    font-size: 13px;
    color: #fff;
    line-height: 35px;
    text-align: justify;
    text-indent: 6px;
    padding-right: 3px;
    display: table;
}


.holdingcourses {
    background: #dbf6fd;
    border-radius: 30px;
    padding: 1px 16px 1px 16px;
    text-decoration: none;
    min-height: 300px;
}
.holdingcourses h2{
    font-size:17px;
    font-weight:bold;   
    text-align:justify;

}
.holdingcourses h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}
.holdingcourses p {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}
.holdingcourses .divbtn {
    bottom: -1px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: absolute;
    background: #dfe200;
    width: 92%;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 33px;
    text-align: center;
    padding-top: 10px;
}
        .holdingcourses .divbtn button {
            color: #fff;
            font-size: 15px;
            border: 0;
            outline: 0;
            background: transparent;
        }

.imgadver {
    height: 50px;
    width: 50px;
}

div.scrollmenu {
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    width: 99.3%;
    margin: 0 auto;
    margin-bottom: 10px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

div.scrollmenu {
    /*    scrollbar-color: rgba(13, 30, 131, 0.49) #fff;*/
    /*
            -ms-overflow-style: none;
            scrollbar-width: none;  */
}

.div.scrollmenu::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #aaa; /* or add it to the track */
    cursor: col-resize;
    display: none !important;
}

/* Add a thumb */
/*   .div.scrollmenu::-webkit-scrollbar-thumb {
            background: #0151b2;
            width: 2px;
            height: 2px;
            cursor: col-resize;
        }*/

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: transform .6s
}

    div.scrollmenu a:hover {
        background: #fff
    }

    div.scrollmenu a img {
        height: 151px;
        width: 151px;
        border-radius: 100px;
        padding: 10px;
        background: #eee;
    }

    div.scrollmenu a p {
        color: #000;
        width: 151px;
        overflow: hidden;
        line-height: 25px;
        height: 50px;
        /*word-break: break-all;*/
        white-space: normal;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }

.about {
    margin-top: 30px;
    margin-block: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #eaeff4;
    position: relative;
    border: 1px solid #ecf0f4;
    background-color: #fff;
    padding: 30px;
}

    .about h1 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .about h2 {
        text-align: justify;
        font-size: 20px;
        text-indent: 20px;
        line-height: 40px;
    }

    .about h3 {
        text-align: justify;
        font-size: 17px;
        text-indent: 20px;
        line-height: 40px;
    }

    .about p {
        text-align: justify;
        font-size: 14px;
        text-indent: 20px;
        line-height: 40px;
    }

.gir-4 {
    width: 33%;
    float:right;
}
