.ModalOverlay {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 2000px;
    z-index: 90000;
    position: absolute;
    display: block;
}

    .ModalOverlay img {
        max-width: 100%;
        position: absolute;
        min-width: 100%;
        top: 25px;
    }

.ImageOverlayBox {
    position: relative;
    width: 50%;
    height: 400px;
    margin: 0 auto;
}

    .ImageOverlayBox i {
        width: 50px;
        height: 50px;
        text-align: center;
        background-color: #fff;
        color: #ef4848;
        line-height: 50px;
        font-size: 30px;
        border-radius: 100%;
        position: absolute;
        top: 7px;
        right: -18px;
        cursor: pointer;
    }

* {
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: right;
    direction: rtl;
}

@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekanweb-regular.eot') format("embedded-opentype"), url('../fonts/yekanweb-regular.woff') format("woff"), url('../fonts/yekanweb-regular.ttf') format("truetype"), url('../fonts/yekanweb-regular.svg') format("svg");
}

@font-face {
    font-family: "numberyekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekannumbers-regular.eot') format("embedded-opentype"), url('../fonts/yekannumbers-regular.woff') format("woff"), url('../fonts/yekannumbers-regular.ttf') format("truetype"), url('../fonts/yekannumbers-regular.svg') format("svg");
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans.eot?#") format('eot'), url("../fonts/IRANSans.woff2") format('woff2'), url("../fonts/IRANSans.woff") format('woff');
    font-weight: 200;
}

body {
    font-family: 'yekan', 'numberyekan', 'Tahoma';
    font-size: 18px;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.p0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mgt {
    margin-top: 10px;
}

.NewsShadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.NewsBoxImage {
    padding: 5px;
}

.NewsTitle h2 {
    font-size: 16px;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 10px 15px;
}

    .NewsTitle h2 a {
        color: #46b54a;
        line-height: 25px;
        font-weight: bold;
        font-size: 17px;
    }

        .NewsTitle h2 a:hover {
            text-decoration: none;
            color: #00a3a1;
        }

.NewsDSC p {
    font-size: 14px;
    text-align: right;
    direction: rtl;
    line-height: 25px;
    padding: 5px 15px;
    color: #777;
}

.NewsBox {
    background-color: #fff;
    margin-top: 5px;
}

.NewsDSC {
    margin-bottom: 20px;
    min-height: 135px;
    max-height: 135px;
}

.NewsFooter {
    border-top: 1px solid #eeeeee;
}

.bgNews {
    background-color: #F9F9F9;
    padding: 15px 0;
    margin-top: 10px;
    padding-bottom: 50px;
}


.NewsFooter {
    height: 35px;
}

.NewsFooter {
    padding: 5px 15px;
}

    .NewsFooter a {
        font-size: 14px;
        color: #46b54a;
        float: right;
    }

        .NewsFooter a:hover {
            text-decoration: none;
            color: #c50b0b;
        }

    .NewsFooter span {
        font-size: 14px;
        color: #cccccc;
        margin-bottom: 3px;
    }

        .NewsFooter span i {
            padding-right: 5px;
        }

.NewCourse h3 {
    text-align: center;
    color: #bf0808;
}

.owlBody {
    height: 250px;
    background-color: #ededed;
    padding: 5px;
}

.CourseTitle h5 {
    text-align: center;
    margin: 0;
    padding: 5px;
    color: #d54c4c;
    font-size: 15px;
    margin-top: 16px;
    font-weight: bold;
}
.CourseTitle h5 a{
    color: #46b54a
}
.pl9{
    padding-left:9px;
}
.owlBody ul {
    margin-top: 20px;
    margin-bottom: 5px;
}

.Top-menu nav {
    margin-top: 30px;
}

.owlBody ul li {
    font-size: 14px;
    list-style-type: none;
    text-align: center;
    text-decoration: none;
    padding-bottom: 10px;
    width: 90%;
    border-bottom: 1px solid #B7B7B7;
    display: block;
    margin: 10px auto;
}

    .owlBody ul li:last-child {
        border: 0;
    }

    .owlBody ul li span {
        padding-left: 3px;
    }

.Register a {
    width: 150px;
    padding: 4px 15px;
    background-color: #223ba6;
    color: #fff;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


    .Register a:hover {
        text-decoration: none;
        background-color: #047f9e;
    }

.owlBody {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
}

.bgNarmak {
    min-height: 110px;
    background-color: #273cba;
    margin-top: 10px;
}

.Narmak {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 43px;
}

    .Narmak h2 {
        font-size: 22px;
        margin: 10px 0;
    }

    .Narmak p {
        font-size: 12px;
        direction: rtl;
        text-align: center;
    }

    .Narmak a {
        /* width: 186px; */
        padding: 9px 50px;
        background-color: #13258d;
        color: #FFFFFF;
        border: 1px solid rgb(255, 255, 255);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 18px;
    }

        .Narmak a:hover {
            text-decoration: none;
            background-color: #05167b;
        }

.FooterBoxHead h5 {
    margin: 0;
    padding: 17px 10px;
    color: #f1be27;
    font-size: 17px;
    text-align: right;
    border-bottom: 1px solid #fff;
    margin-top: 16px;
}

.FooterBox ul li a {
    color: #fff;
}

    .FooterBox ul li a:hover {
        color: #f0a637;
    }

footer {
    background: url(../images/footerBack.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}

.FooterBox ul {
    margin-top: 10px;
}

    .FooterBox ul li {
        font-size: 14px;
        list-style-type: none;
        direction: rtl;
        text-align: right;
        padding-right: 3px;
        color: #9d9d9d;
        margin-bottom: 5px;
        line-height: 2;
    }

        .FooterBox ul li i {
            padding-left: 3px;
        }

.Overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 500;
    width: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.DepartemanlList {
    width: 30%;
    margin: 35px auto;
}

    .DepartemanlList > li {
        list-style-type: none;
        text-align: center;
        padding: 2px 15px;
        border-radius: 2px;
        direction: rtl;
        width: 100%;
        display: block;
    }

        .DepartemanlList > li ul li {
            list-style-type: none;
            text-align: center;
            border-radius: 2px;
            direction: rtl;
            width: 100%;
            display: block;
            margin: 5px auto;
        }

    .DepartemanlList li a {
        font-size: 14px;
        color: #404040;
        direction: rtl;
    }

    .DepartemanlList li ul {
        display: none;
    }

    .DepartemanlList > li > a {
        width: 100%;
        display: block;
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 3px;
    }

        .DepartemanlList > li > a:hover {
            text-decoration: none;
            background-color: #6971fb;
            color: #fff;
        }

.DepartemanlList {
    width: 30%;
}

    .DepartemanlList > li > ul > li a {
        color: #fff;
        width: 100%;
        display: block;
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.08);
        border-radius: 1px;
        border-bottom: 1px solid #696969;
    }

        .DepartemanlList > li > ul > li a:hover {
            background-color: rgba(66, 66, 66, 0.87);
        }

@media (max-width: 991px) and (min-width: 0px) {
    .DepartemanlList {
        width: 70%;
    }

        .DepartemanlList li a {
            font-size: 10px;
        }
}

.ShowOverlay {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.OverlayBar {
    height: 30px;
    background-color: #f43d3d;
    width: 100%;
    color: #fff;
    position: fixed;
    top: 0;
}

    .OverlayBar span {
        background-color: #de0606;
        float: right;
        padding: 5px;
        cursor: pointer;
        font-size: 14px;
    }

        .OverlayBar span:hover {
            background-color: #c40101;
        }

.articleList li {
    list-style-type: circle !important;
}

.articleList {
    margin-right: 20px;
}

.SideBarHead h6 {
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
    color: #636363;
    border-bottom: 2px solid #BBBBBB;
    width: 90%;
    margin: 0 auto;
}

aside {
    border: 1px solid #DEDEDE;
    min-height: 300px;
    margin-top: 5px;
    background: #FFFFFF;
}

.SideBody ul li {
    font-size: 12.5px;
    margin-top: 5px;
    color: #898989;
}

.SideBody ul {
    text-align: right;
    direction: rtl;
    margin-right: 30px;
    margin-top: 10px;
}

    .SideBody ul li a {
        color: #898989;
        font-weight: normal;
    }

        .SideBody ul li a:hover {
            color: #e13131;
        }

.ArticleImage img {
    /*min-width: 100%;*/
    margin: 0 auto;
}

.ArticleView {
    padding: 15px;
    background-color: #fff;
}

.ArticleHead h1 {
    font-size: 18px;
    text-align: right;
    direction: rtl;
    color: #525252;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 2px solid #BBBBBB;
    margin-bottom: 10px;
}

.ArticleBody p {
    padding: 15px;
    line-height: 25px;
    color: #323232;
    font-size: 13px;
    direction: rtl;
    text-align: right;
}

.ArticleInfo ul li {
    list-style-type: none;
    font-size: 12px;
    color: #C8C8C8;
    margin-bottom: 5px;
}

#staticPage {
    width: 760px;
    margin: 0 auto;
}

.bgCopyRight {
    background: #000000;
    color: #9C9C9C;
    font-size: 12px;
    padding-top: 5px;
}

    .bgCopyRight p a {
        font-size: 10px;
        padding-left: 5px;
    }

.ArticleBody, .ArticleInfo {
    direction: rtl;
    text-align: right;
    font-size: 13px;
    padding: 15px;
    line-height: 25px;
}

.Narmak i {
    padding-left: 10px;
}

.DSC {
    direction: rtl;
    text-align: right;
    font-size: 12px;
}

.links {
    color: #fff;
    background-color: #002E58;
    display: block;
    margin-top: 10px;
    padding: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

    .links:hover {
        background-color: #DCDCDC;
        color: #353535;
    }

.iconSection {
    text-align: center;
}

    .iconSection i {
        font-size: 50px;
        margin-top: 2px;
        background-color: #eaff04;
        color: #213442;
        padding: 15px;
        border-radius: 100%;
    }

.carousel-indicators {
    bottom: -10px;
}

.SocialNetwork li a {
    height: 35px;
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
}

.SocialNetwork li {
    display: inline-block;
    margin-right: 5px;
}

.fb {
    background: #3B579D;
}

.gp {
    background: #DD4A3A;
}

.tw {
    background: #00ACED;
}

.ld {
    background: #007BB6;
}

.ig {
    background: #C15F49;
}

.tl {
    background: #1496F3;
}

.fb:hover {
    background: #3358b4;
}

.gp:hover {
    background: #d82b18;
}

.tw:hover {
    background: #06d6ed;
}

.ld:hover {
    background: #1393d0;
}

.ig:hover {
    background: #ce593f;
}

.tl:hover {
    background: #4ab1fb;
}

.success {
    min-height: 400px;
    color: green;
}

.backToHome {
    color: red;
    font-size: 12px;
    padding: 10px;
}

.gallery a {
    margin: 14px;
    display: inline-block;
}

.bg-White {
    background: #fff
}

.stree-level-1 h1 {
    font-size: 13px;
}

.TopBG {
    background: #002e58
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
    font-size: 10px;
    padding: 1px;
}


/*Search*/

* {
    box-sizing: border-box;
}


.sample input {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 30px;
    padding: 4px 8px;
    position: absolute;
    width: 50%;
}

input:focus {
    outline: none;
}

button {
    text-align: center;
}

    button:focus {
        outline: none;
    }

    button.btn-search, button.btn-reset {
        background: hotpink;
        border: none;
        height: 30px;
        font-size: 12px;
        padding: 4px;
        position: absolute;
        width: 30px;
    }

.sample {
    float: left;
    height: 50px;
    margin: 0 8%;
    position: relative;
    width: 54%;
    margin-top: 30px;
}

    .sample.two input {
        border-radius: 15px;
        right: 0;
        transition: all .3s ease-in-out;
        width: 100%;
        font-size: 13px;
    }

        .sample.two input:focus {
            width: 125%;
        }

            .sample.two input:focus ~ button.btn-search {
                background: #00afd9;
                color: #fff;
            }

            .sample.two input:focus ~ button.btn-reset {
                right: -22px;
            }

    .sample.two button {
        transition: all .3s ease-in-out;
    }

        .sample.two button.btn-search {
            background: #002e58;
            border-radius: 50%;
            height: 26px;
            right: 2px;
            top: 2px;
            transition: all .3s ease-in-out;
            width: 26px;
            color: #fff;
        }

        .sample.two button.btn-reset {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 50%;
            font-size: 10px;
            height: 20px;
            line-height: 20px;
            padding: 0;
            right: 5px;
            top: 5px;
            width: 20px;
            z-index: -1;
        }




@keyframes bounceRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes jumpTowardSearch {
    0% {
        background: #ccc;
        opacity: 1;
        transform: rotateZ(0deg) scale(1);
    }

    20% {
        background: #ccc;
        opacity: 0;
        transform: rotateZ(-60deg) scale(50);
    }

    55% {
        background: hotpink;
        opacity: 0;
        transform: rotateZ(-30deg) scale(100);
    }

    90% {
        background: hotpink;
        opacity: 0;
        transform: rotateZ(-30deg) scale(50);
    }

    100% {
        background: hotpink;
        opacity: 1;
        transform: rotateZ(0deg) scale(1);
    }
}

@keyframes jumpTowardReset {
    0% {
        opacity: 0;
        transform: rotateZ(0deg) scale(1);
    }

    20% {
        opacity: 0;
        transform: rotateZ(-60deg) scale(50);
    }

    55% {
        opacity: 0;
        transform: rotateZ(-30deg) scale(100);
    }

    90% {
        opacity: 0;
        transform: rotateZ(-30deg) scale(50);
    }

    100% {
        opacity: 1;
        transform: rotateZ(0deg) scale(1);
    }
}

#ContentBlock_captcha {
    font-family: sans-serif;
}

.btn-more {
    background-color: #46b54a;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 176px;
    margin-bottom: 50px;
    margin-top: 31px;
}

.shopify-section {
    margin-bottom: 50px;
}

#ishitopbanners {
    position: relative
}

    #ishitopbanners .left-side {
        padding: 0
    }

    #ishitopbanners .right-side {
        padding: 0
    }

    #ishitopbanners .ishitopbanners-container {
        overflow: hidden;
        position: relative;
        padding: 0;
        background: #103ba6;
        cursor: pointer;
        display: flex;
        align-items: center
    }

        #ishitopbanners .ishitopbanners-container .image-container {
            overflow: hidden;
            display: block;
            position: relative;
            padding: 0
        }

            #ishitopbanners .ishitopbanners-container .image-container.banner-right {
                float: right
            }

            #ishitopbanners .ishitopbanners-container .image-container img {
                max-width: 100%;
                width: 100%;
                -webkit-transform-style: unset;
                transform-style: unset;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s
            }

        #ishitopbanners .ishitopbanners-container .banner-desc {
            background: #103ba6;
            text-align: center;
            display: block;
            color: #fff
        }

@media (max-width: 991px) {
    #ishitopbanners .ishitopbanners-container .banner-desc {
        padding: 0
    }
}

#ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 5px;
    letter-spacing: 1px
}

@media (max-width: 1299px) {
    #ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-title {
        font-size: 35px
    }
}

@media (max-width: 1199px) {
    #ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 543px) {
    #ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-title {
        font-size: 22px;
        line-height: 30px
    }
}

#ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    width: 90%;
    text-align: center;
    margin: 0 auto 25px
}

@media (max-width: 1199px) {
    #ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-subtitle {
        width: 100%;
        margin: 0 auto 20px;
        line-height: 20px
    }
}

@media (max-width: 543px) {
    #ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-subtitle {
        width: 90%;
        margin: 0 auto 10px
    }
}

@media (max-width: 479px) {
    #ishitopbanners .ishitopbanners-container .banner-desc .banner-data .banner-subtitle {
        display: none
    }
}

#ishitopbanners .ishitopbanners-container .banner-desc .banner-btn a {
    background-color: transparent;
    padding: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

@media (max-width: 543px) {
    #ishitopbanners .ishitopbanners-container:hover {
        opacity: 1
    }
}

#ishitopbanners .ishitopbanners-container:hover .image-container img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.btnLogin {
    background: #3ab54a;
    padding: 2px 19px;
    border-radius: 48px;
    font-size: 16px;
    color: #fff;
}

    .btnLogin:hover {
        color: #fff
    }

.carousel-indicators .active {
    background-color: #46b54a
}

.mgt48 {
    margin-top: 48px;
}

#top-header {
    background: #223ba6
}

.address {
    direction: rtl;
    text-align: right;
    color: #d2d0d0;
    font-size: 14px;
    margin-top: 10px;
}

.pl4 {
    padding-left: 4px;
    color: #46b54a
}
