.banner_style {
    overflow: hidden;
}
.language-box {
    background-color: #e8e8e8;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    padding-top: 9px;
}

.language-link {
    color: #06246a !important;
    font-weight: bold;
    font-size: 14px;
}
.service_wrapper {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.service-box {
    background-color: #f2f2f2;
    width: 19.2%;
    float: right;
    margin-left: 1%;
    text-align: center;
    padding: 15px 10px 30px 10px;
    border-top: 4px solid #00e8ff;
    height: 260px;
}

    .service-box:last-child {
        margin-left: 0;
    }

.intro h2 {
    font-size: 25px !important;
    line-height: 60px !important;
    color: #06246a !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.intro h3 {
    font-size: 15px !important;
    color: #9b9b9b !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
    border-bottom: 3px solid #00e8ff;
    padding-bottom: 19px;
}

.intro p {
    color: #535353;
    line-height: 25px;
    text-align: justify;
}

.project .col-md-3 {
    padding: 0 !important;
}

.project img {
    height: 220px;
}

.archive-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 35px 0 0 0;
}

    .archive-box .title h2 {
        margin: 5px 0 0 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        font-size: 16px;
        color: #555;
    }

        .archive-box .title h2 i, .archive-box .title h2 em {
            margin: 0 0 0 10px;
            color: #555;
            font-size: 22px;
        }

    .archive-box ul {
        margin: 0;
        background: #efefef;
    }

        .archive-box ul li {
            border-bottom: 1px solid #ddd;
            padding: 7px 10px;
            position: relative;
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
        }

            .archive-box ul li:hover {
                background: #dedede;
            }

            .archive-box ul li:last-child {
                border-bottom: 0;
            }

            .archive-box ul li i, .archive-box ul li em {
                margin: 1px 0 0 5px;
                float: right;
                color: #19ac75;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
            }

            .archive-box ul li:hover i.fa-square-o, .archive-box ul li:hover em.fa-square-o {
                opacity: 0;
                visibility: hidden;
                overflow: hidden;
            }

            .archive-box ul li i.fa-check-square-o, .archive-box ul li em.fa-check-square-o {
                position: absolute;
                right: 8px;
                opacity: 0;
                visibility: hidden;
                overflow: hidden;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
            }

            .archive-box ul li:hover i.fa-check-square-o, .archive-box ul li:hover em.fa-check-square-o {
                opacity: 1;
                visibility: visible;
                overflow: visible;
            }

            .archive-box ul li a {
                color: #888;
                display: block;
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
            }

                .archive-box ul li a:hover {
                    color: #555 !important;
                }

                .archive-box ul li a span {
                    float: left;
                }

.flex-direction-nav {
    display: none !important;
}

.newsPic {
    height: 195px;
    overflow-y: hidden;
    border: 1px solid #cbcbcb;
}

    .newsPic img {
        min-height: 195px;
        height: 195px;
        width: 100%;
    }

.news-title {
    font-size: 20px;
    font-weight: bold;
    color: #ff6900;
    direction: rtl;
    text-align: justify;
}

.news-summary {
    font-size: 14px;
    font-weight: bold;
    color: #7b7b7b;
    direction: rtl;
    text-align: justify;
    line-height: 25px;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
        display: -webkit-box;
}

.news-date {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ff6900;
    font-weight: bold;
}

.news-arshiv {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #494848 !important;
}

.flex-control-nav a {
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    border-radius: 100px !important;
}

    .flex-control-nav a.flex-active {
        background: #ff6900 !important;
    }

.flex-control-nav {
    text-align: left !important;
    bottom: 40px !important;
}

.footer-content a {
    color: #b8b8b8 !important;
    font-size: 13px;
}

.footer-content img {
    margin-left: 5px;
}

.footer-content li {
    color: #b8b8b8 !important;
    font-size: 13px;
    line-height: 30px;
}

.footer-content .fa {
    font-size: 17px;
    color: #ffbf00;
    margin-left: 5px;
}

.fa.fa-print {
    font-size: 19px;
}

.fa.fa-mobile {
    font-size: 25px;
    margin-left: 11px;
}

.fa.fa-map-marker {
    font-size: 20px;
}

.footer-content p {
    color: #b8b8b8 !important;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}

.service-box h2 {
    text-align: center;
    color: #ffbf00;
    font-size: 16px;
    margin-top: 35px !important;
}
.service-box h2 a{
    color: #06246a  !important;
}

.service-box p {
    color: #fff;
    text-align: center;
}

.circle {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-color: #fff;
    margin: auto;
}

    .circle .fa {
        font-size: 47px;
        color: #06246a;
    }

.hamkar {
    background: transparent url(/Portals/0/Home/Images/csssprites.png) no-repeat;
}

.l1 {
    background-position: 0px -8px;
    height: 90px;
}

.l2 {
    background-position: -4px -110px;
    height: 90px;
}

.l3 {
    background-position: 0px -220px;
    height: 90px;
}

.l4 {
    background-position: 0px -330px;
    height: 90px;
}

.l5 {
    background-position: 0px -440px;
    height: 90px;
}

.l6 {
    background-position: 0px -550px;
    height: 90px;
}

.l7 {
    background-position: 0px -660px;
    height: 90px;
}

.project-box {
    position: relative;
}

.project_title {
    position: absolute;
    background: rgba(36,75,130,0.7);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    color: #fff;
    padding: 93px 12px;
    font-size: 16px;
    text-align: center;
    transition: all 300ms;
}

.project-box:hover .project_title {
    opacity: 1;
}

.footer_top h4 {
    color: #ffbf00 !important;
}

.newsTitle {
    font-size: 25px !important;
    line-height: 60px !important;
    color: #06246a !important;
    font-weight: bold !important;
    width: 100px;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-align: center;
    border-bottom: 3px solid #00e8ff ;
}

.introduction-company {
    padding-top: 0 !important;
}

.project h3 {
    text-align: center;
    color: #06246a;
    font-weight: bold;
    margin-bottom: 31px;
}

.arshiv {
    text-align: center;
    clear: both;
    margin: 41px 0 10px 0;
    display: inline-block;
}

    .arshiv a {
        color: #06246a !important;
        border: 1px solid #00e8ff;
        border-radius: 5px;
        font-size: 14px;
        padding: 5px 15px;
    }

.project {
    text-align: center;
}
/*-----------inner Page-------------*/
.tadarok-content h4 {
    color: #082b7b !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    clear: both;
}

    .tadarok-content h4 i {
        margin-left: 7px;
    }

.tadarok-content p {
    line-height: 28px;
    text-align: justify;
}

.sabt-icon {
    width: 100%;
    height: 150px;
    border: 1px solid #082b7b;
    text-align: center;
    padding-top: 30px;
}

    .sabt-icon .glyphicon {
        font-size: 45px;
        color: #082b7b;
    }

.registor-data {
    margin-top: 20px;
}

.fancy1 {
    height: 520px;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 10px;
}

.fancybox_style {
    text-align: center;
    color: #082b7b;
    font-weight: bold;
}

.tadarok-content img {
    float: right;
    margin-right: -45px;
}

.tadarok-content h3 {
    float: right;
    margin-top: 70px;
    color: #082b7b !important;
    border-bottom: 3px solid #082b7b;
    padding-bottom: 12px;
}

.glyphicon.glyphicon-chevron-left {
    color: #082b7b !important;
    margin-left: 7px;
}

.tadarok-content li {
    line-height: 27px;
}
/*contact us*/
.contact-us {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 3px 7px -3px rgba(170, 170, 170, 0.37);
    padding: 15px;
}

    .contact-us h3 {
        font-size: 18px;
        color: inherit;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        padding: 0 0px 15px 0;
        margin: 0 0 5px;
    }

.contact-box {
    margin: 20px 0 0 0;
}

    .contact-box .footer-box ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .contact-box .footer-box ul li {
            display: block;
            padding: 15px 0;
            border-top: 2px dotted #999;
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
        }

            .contact-box .footer-box ul li:hover .text-box {
                margin: 0 10px 0 0;
            }

.address-box h3 {
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
    color: #000;
}

.contact-box .footer-box ul li:first-child {
    padding: 0 0 15px 0;
    border: 0;
}

.contact-box .footer-box ul li a:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    color: #ccc;
    position: absolute;
    left: 0;
}

.contact-box .footer-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .contact-box .footer-box ul li {
        display: block;
        padding: 33px 0 0 0;
        border: 0;
        clear: both;
        overflow: hidden;
    }

        .contact-box .footer-box ul li:first-child {
            padding: 0;
        }

        .contact-box .footer-box ul li:hover span {
            border-color: #000;
        }

            .contact-box .footer-box ul li:hover span:before {
                border-color: transparent #000 transparent transparent;
            }

.contact-box .footer-box span {
    float: right;
    font-size: 24px;
    width: 34px;
    border-left: 1px solid #4374e0;
    line-height: 44px;
    padding: 0 0 0 12px;
    margin: 0 0px 0 10px;
    position: relative;
}

    .contact-box .footer-box span:before {
        content: '';
        position: absolute;
        left: -5px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 4px 4px 0px;
        border-color: transparent #4374e0 transparent transparent;
    }

.contact-box .footer-box .text-box {
    overflow: hidden;
    float: right;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

    .contact-box .footer-box .text-box p {
        margin: 0;
    }

    .contact-box .footer-box .text-box strong {
        color: #7b6d6d;
    }

    .contact-box .footer-box .text-box a {
        color: #ccc;
        text-decoration: none;
        padding: 0;
    }

        .contact-box .footer-box .text-box a:before {
            content: '';
            display: none;
        }

.contact-box .footer-box span {
    color: #4374e0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.box-qr img {
    width: 200px;
    height: 200px;
    background: #ddd;
    padding: 10px;
    border-radius: 3px;
}

.box-qr {
    text-align: center;
    margin: 20px 0 0 0;
}

.content-shared ul {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 0 15px 0;
}

.content-shared {
    display: table;
    width: 100%;
    text-align: center;
}

    .content-shared ul li {
        height: 35px;
        width: 35px;
        text-align: center;
        float: right;
        margin: 0 5px;
    }

        .content-shared ul li a {
            display: table;
            vertical-align: middle;
            line-height: 12px;
            color: #fff;
            font-size: 16px;
            height: 35px;
            width: 35px;
            border-radius: 3px;
        }

            .content-shared ul li a em {
                display: table-cell;
                vertical-align: middle;
            }

            .content-shared ul li a.facebook {
                background: #3d5ba4;
            }

            .content-shared ul li a.google-plus {
                background: #e94c2b;
            }

            .content-shared ul li a.instagram {
                background: #2ebf25;
            }

            .content-shared ul li a.twitter {
                background: #02b2fb;
            }

            .content-shared ul li a.paper-plane-o {
                background: rgb(44, 165, 224);
            }

            .content-shared ul li a.linkedin {
                background: rgb(0, 119, 181);
            }

            .content-shared ul li a.pinterest {
                background: #da1914;
            }

.map-google {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 3px 7px -3px rgba(170, 170, 170, 0.37);
}

.panel-title a {
    color: #082b7b !important;
}

.DnnModule-424 h3 {
    color: #444 !important;
}

.glyphicon.glyphicon-arrow-left {
    color: #2FB0FF;
    margin-left: 8px;
    margin-top: 3px;
    float: right;
}

.panel-body {
    line-height: 28px;
    text-align: justify;
}



.panel-body h6 {
    color: #444 !important;
    font-weight: bold;
}

.glyphicon.glyphicon-circle-arrow-left {
    float: right;
    margin-top: 6px;
    margin-left: 8px;
    color: #888;
}

.glyphicon.glyphicon-save {
    float: right;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 15px;
    color: #7ab327;
}

.panel-body a {
    color: #444 !important;
    font-size: 14px;
}

.glyphicon.glyphicon-circle-arrow-down {
    float: left;
    font-size: 20px;
    color: #082b7b;
    margin-left: 13px;
    transition: 0.2s;
    cursor: pointer;
}

.rotate {
    transform: rotate(180DEG);
    transition: 0.2s;
}
/*Listing News*/

.list-news .col-xs-12:nth-child(2n) .post {
    background-color: #f7f7f7;
}

.list-news .image {
    width: 265px;
    float: right;
    margin-left: 15px;
}

.effect-news .image.not-media {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000000;
}

    .effect-news .image.not-media img {
        display: block;
        width: 100%;
        height: 165px;
        opacity: 1;
    }

    .effect-news .image.not-media figcaption {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        position: absolute;
        padding: 20px;
    }

.image.not-media figcaption:before,
.image.not-media figcaption:after,
.image.not-media figcaption div:before,
.image.not-media figcaption div:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image.not-media figcaption:before,
.image.not-media figcaption:after {
    width: 0;
    height: 1px;
}

.image.not-media figcaption div:before,
.image.not-media figcaption div:after {
    width: 1px;
    height: 0;
}

.image.not-media figcaption:before,
.image.not-media figcaption div:before {
    left: 0;
    top: 0;
}

.image.not-media figcaption:after,
.image.not-media figcaption div:after {
    bottom: 0;
    right: 0;
}

.image.not-media.blue {
    background: #0a212f;
}

.image.not-media:hover img {
    opacity: 0.8;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.image.not-media:hover figcaption:before,
.image.not-media:hover figcaption:after {
    width: 100%;
}

.image.not-media:hover figcaption div:before,
.image.not-media:hover figcaption div:after {
    height: 100%;
}

.image.not-media figcaption a {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0 0 8px;
    opacity: 0;
    display: block;
}

    .image.not-media figcaption a i {
        opacity: 0;
        top: 0;
        position: absolute;
        left: 50%;
        background: #15677B;
        width: 45px;
        height: 45px;
        font-size: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 46px;
        margin: 0 0 0 -23px;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
    }

.image.not-media:hover a i {
    opacity: 1;
}

.image.not-media:hover figcaption a {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #fff;
}

.list-news:first-child .post {
    margin-top: 0;
}

.list-news .post {
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #e9e6e6;
    padding-left: 10px;
}

.post .desc-wrap {
    margin: 0 267px 0 0;
}

    .post .desc-wrap h2 {
        margin: 6px 0 0 0;
        font-size: 13px;
        color: #777;
    }

    .post .desc-wrap h3 {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #444;
    }

        .post .desc-wrap h3 a {
            color: #010101;
        }

    .post .desc-wrap .desc {
        font-size: 12px;
        line-height: 1.571;
    }

.var-color-main {
    color: #111;
}

.post .desc-wrap .info-news {
    margin: 0 0 10px 0;
}

    .post .desc-wrap .info-news ul {
        margin: 0;
    }

        .post .desc-wrap .info-news ul li {
            display: inline-block;
            margin: 0 0 0 10px;
            color: #868585;
            font-size: 12px;
        }

            .post .desc-wrap .info-news ul li:first-child {
                margin-left: 70px;
            }

            .post .desc-wrap .info-news ul li i {
                margin: 0 0 0 5px;
            }

            .post .desc-wrap .info-news ul li a {
                color: #010101;
            }
/*---------------*/
.telegram_item {
     border: 1px solid #cacaca;
    background: #eaeaea;
    text-align: center;
    min-height: 400px;
    border-radius: 5px;
    margin-bottom: 7px;
}

.process_number {
    background: #ffbf00;
    height: 48px;
    color: #06246a;
    font-size: 18px;
    margin-bottom: 34px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .process_number span {
        width: 70px;
        height: 70px;
        background: #fafafa;
        display: inline-block;
        border-radius: 50%;
        border: 6px solid #eaeaea;
        margin-top: 10px;
        text-align: center;
        padding-top: 19px;
        color: orange;
    }

.process_pic {
    padding: 20px;
}
/*--------map-------------*/
.area_item .col-sm-4 {
    padding: 5px;
}

.area_items {
    background: #fafafa;
    border-radius: 5px;
    text-align: center;
    color: #0d2761;
    font-size: 14px;
    border: 1px solid #dcdbda;
    position: relative;
    height: 32px;
}

    .area_items a {
        color: #333;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        padding-top: 6px;
    }
.social_icons img{
    width:25px;
}
.social_icons li {
    float: right;
    margin: 5px 3px;
}
/*--------news-------*/
.news_items{
    display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-between;
}
.news_item {
    background: #fff;
    box-shadow: 0 3px 20px 0 rgb(6 36 106 / 20%);
    margin: 7px;
    border-radius: 15px;
    width: 260px;
}
.news_pic {
    height: 215px;
  position:relative;
}

.news_pic span {
  background:rgba(150,150,150,0.9);
      position: absolute;
    bottom: 8px;
    left: 8px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    padding: 0px 5px;
    font-size: 0.9rem;
}
.news_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.news_item h5 {
    text-align: center;
    padding: 0px 10px;
}
.news_item h5 a{
    color: #1f333f;
}
.news_item h6 {
    padding: 0 10px;
    font-size: 0.9rem;
    color: #777;
}
.news_item h6 .fa{
color:#ffbf00;
}
.news_item h6 span:last-child {
    float: left;
}
.header_pic {
    width: 60px;
    background: url(/Portals/0/Home/Images/pic001.jpg);
    height: 60px;
    background-size: cover;
    float: left;
    position: relative;
    top: -15px;
    margin-right: 5px;
}

@media handheld, only screen and (max-width:980px) {
    .service-box h2 {
        font-size: 14px;
    }

    .introduction-company {
        padding-top: 0 !important;
    }

    .project .col-md-3.col-sm-3.col-xs-12.pull-right {
        padding: 12px 15px !important;
    }

    .project img {
        height: auto;
        width: 100%;
    }
}

@media handheld, only screen and (max-width:800px) {
    .service-box h2 {
        font-size: 12px;
    }
}

@media handheld, only screen and (max-width:640px) {
    .service-box {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

        .service-box:nth-child(1) {
            margin-top: 0px;
        }

    .intro p {
        color: #eee;
    }

    .intro h2 {
        color: #9b9b9b !important;
    }

    .service-box h2 {
        font-size: 14px;
    }
}
.item.haschild.child-9 > a > span {
  color: #f00 !important;
}
.ec-category-box {
  height: 220px;
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 0px; /*clamp(1.5rem, 3vw, 2.5rem);*/
  line-height: 1.4;
  padding: 0 10px;
  text-wrap: balance;
  text-align: start;
  text-wrap: pretty;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
.ec-category-box-1 {
  background-image: url(/Portals/0/img/Cartridge.jpg);
}
.ec-category-box-2 {
  background-image: url(/Portals/0/img/Drum-unit.jpg);
}
.ec-category-box-3 {
  background-image: url(/Portals/0/img/Instant-card-issuance-ribbon.jpg);
}
.ec-category-box-4 {
  background-image: url(/Portals/0/img/Thermal-roll.jpg);
}
.ec-category-box-5 {
  background-image: url(/Portals/0/img/Bank-card-cover.jpg);
}
.ec-category-box-6 {
  background-image: url(/Portals/0/img/Printer-air-outlet-filter.jpg);
}
.ec-category-box-7 {
  background-image: url(/Portals/0/img/Cashier-ribbon.jpg);
}
.ec-category-box-8 {
  background-image: url(/Portals/0/img/Promotional-gifts.jpg);
}
.ec-category-box-9 {
  background-image: url(/Portals/0/img/Detergent.jpg);
}
.ec-category-box-10 {
  background-image: url(/Portals/0/img/Stationery.jpg);
}








