* {
    margin: 0;
    padding: 0;
}


ul {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none;
}

a {
    transition: all 0.2s;
    text-decoration: none;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: IRANSans !important;
    font-size: 14px;
    direction: rtl;
    text-align: right;
}

#top-bar {
    background-color: #44c8f5;
    min-height: 50px;
}

.user-login {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .user-login li {
        display: inline-block;
    }

        .user-login li a {
            display: block;
            color: #fff;
            text-decoration: none;
            padding-top: 15px;
        }

.social-list {
    direction: ltr;
    text-align: left;
    padding-top: 10px;
}

    .social-list li {
        display: inline-block;
        margin-right: 15px;
    }

        .social-list li a {
            color: #fff;
            display: block;
            font-size: 20px;
        }

            .social-list li a:hover {
                color: #ebebeb;
            }

#header-sticky-wrapper {
    z-index: 100;
}

#header {
    background: #034ea2;
    min-height: 70px;
    position: relative;
    z-index: 100;
}

#logo img {
    border: 5px solid #fff;
    border-radius: 18px;
    position: absolute;
    top: 16px;
    max-width: 112px;
    overflow: hidden;
}

.top-menu {
    padding: 0;
    margin: 0;
    padding-top: 25px;
}

    .top-menu > li {
        display: inline-block;
        position: relative;
    }

        .top-menu > li > a:hover {
            color: #44c8f5;
        }

        .top-menu > li > a {
            padding: 0px 15px;
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }

    .top-menu li ul {
        position: absolute;
        min-width: 200px;
        background-color: #fff;
        list-style-type: none;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        border-radius: 5px;
        top: 35px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s;
    }

        .top-menu li ul li a {
            color: #323232;
            text-decoration: none;
            display: block;
            padding: 10px;
            border-bottom: 1px solid #f5f5f5;
            margin: auto 5px;
            transition: all 0.2s;
        }

    .top-menu li:hover > ul {
        top: 25px;
        opacity: 1;
        visibility: visible;
    }

    .top-menu li ul li a:hover {
        padding-right: 15px;
        color: #034ea2;
    }

.basket-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    position: relative;
}

    .basket-link:hover {
        color: #fff;
        text-decoration: none;
    }

.basket-section {
    padding-top: 25px;
}

span.basket-count {
    background: #00326a;
    font-size: 12px;
    width: 25px;
    display: block;
    height: 25px;
    padding-top: 4px;
    border-radius: 100%;
    position: absolute;
    right: 24px;
    top: 0px;
}

.slider-dsc {
    padding: 15px;
    line-height: 30px;
    text-align: justify;
}

.section {
    padding: 30px 0px
}

.widget-1 .title {
    font-size: 20px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.widget-1 p {
    padding: 0;
    margin: 0
}

.career-box {
    border: 1px solid #f5f5f5;
    direction: rtl;
}

    .career-box img {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .career-box .title {
        font-size: 22px;
        font-weight: bold;
    }

        .career-box .title a {
            text-decoration: none;
            color: #323232;
        }

    .career-box ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        margin-bottom: 15px;
    }

        .career-box ul a {
            text-decoration: none;
        }

        .career-box ul li {
            margin: 0 15px;
        }

.career-info-link {
    background: #034ea2;
    padding: 5px 15px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
}

    .career-info-link:hover {
        background: #0a60c2;
        text-decoration: none;
        color: #fff;
    }

.add-to-basket {
    background: #03a267;
    padding: 5px 15px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
}

    .add-to-basket:hover {
        background: #06c57f;
        text-decoration: none;
        color: #fff;
    }

    .add-to-basket i {
        vertical-align: middle;
        padding-left: 5px;
    }

.career-box .teacher-name {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.widget-1 {
    border: 1px solid #f5f5f5;
}


#footer {
    background-color: #034ea2;
    padding: 30px 0;
    color: #fff;
}


.footer-about {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.footer-box ul li {
    list-style-type: none;
}

    .footer-box ul li a {
        color: #fff;
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

.slicknav_menu {
    display: none;
}

.footer-box span.title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.namad {
    max-height: 101px;
    margin: auto;
    display: block;
}

.social-links {
    direction: ltr;
    text-align: left;
    list-style-type: none;
}

    .social-links li {
        display: inline-block;
    }

        .social-links li a {
            font-size: 20px;
            color: #fff;
            padding: 5px;
            background: #0d6efd;
            border-radius: 5px;
            width: 43px;
            display: block;
            text-align: center;
            padding-top: 9px;
            margin-right: 5px;
        }

.social-title {
    text-align: left;
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
    border-top: 1px solid #fff;
    padding-top: 7px;
    font-weight: bold;
}

.copyright {
    background: #133c78;
    color: #fff;
    padding: 10px 0;
}

#blog {

    background: #faf9ff url(https://aghayemoshaver.com//portal/images/overlay-1.png);
    background-size: cover;
}

.blog-card .title a {
    color: #323232;
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
}

.blog-readmore i {
    vertical-align: middle;
    padding-right: 5px;
}

.blog-readmore {
    text-decoration: none;
    color: #323232;
}

span.blog-card-date {
    display: block;
    margin: 15px auto;
    color: #696969;
}


/*blog view*/
#blog-view-header {
    background: #f1f1f1;
    padding: 30px 0;
    text-align: center;
}

    #blog-view-header .title {
        font-size: 33px;
        text-align: right;
        margin-top: 15px;
    }

.content {
    text-align: justify;
    line-height: 30px;
    color: #323232;
}

article.content {
    border: 1px solid #f1f1f1;
}

.article-info li {
    display: inline-block;
    margin-left: 15px;
    color: #919191;
}

    .article-info li i {
        padding-left: 5px;
        vertical-align: middle;
    }

.last-article {
    margin-top: 15px;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    list-style: none;
}

    .last-article li {
        margin-bottom: 10px;
    }

        .last-article li a {
            display: block;
            padding: 5px;
            color: #323232;
            border-bottom: 1px solid #ccc;
            text-decoration: none;
        }

.teacher-box {
    padding: 15px;
    border: 1px solid #f3f3f3;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

    .teacher-box img {
        margin-bottom: 15px;
    }

    .teacher-box a {
        color: #323232;
    }



    .teacher-box h3 {
       font-size:18px;
    }


.blog-card {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}