﻿html, body {
    height: 100%;
    margin: 0;
    direction: rtl;
    font-family: Yekan, Arial;
}

body {
    background-color: #f7f7f7;
    padding-top: 5%;
}

@font-face {
    font-family: 'Yekan';
    src: url(../fonts/BYekan.eot), url(../fonts/BYekan.ttf), url(../fonts/BYekan.woff)
}

@font-face {
    font-family: 'Yekan2';
    src: url(../fonts/Yekan2.eot);
    src: url(../fonts/Yekan2#iefix) format("embedded-opentype"), url(../fonts/Yekan2.woff) format("woff"), url(../fonts/Yekan2.ttf) format("truetype"), url(../fonts/Yekan2n#CartoGothicStdBook) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Mj_Tunisia';
    src: url(../fonts/1.eot);
    src: url(../fonts/2.otf) format("opentype");
    src: local(â˜º), local(Mj_Tunisia), url(../fonts/3.woff) format("woff"), url(../fonts/4.ttf) format("truetype"), url(../fonts/5.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

a {
    font-family: Yekan, Arial;
    text-decoration: none;
}

    a:hover {
        list-style-type: none;
        text-decoration: none;
        cursor: pointer;
    }

    /* breadcrumbsItem */
    .breadcrumbs {
        padding: 3.3% 0;
        padding-bottom: 12px !important;
    }

    .breadcrumbsItem {
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #6c6c6c;
        display: inline-block;
        text-transform: uppercase;
    }

        .breadcrumbsItem a {
            color: #333;
        }

    .breadcrumbsMrg {
        margin: 0 .5em;
    }

    .breadcrumbsItem-target {
        color: #6c6c6c;
    }

    .breadcrumbsItem a:hover, .breadcrumbsItem a:active, .breadcrumbsItem a:focus, .breadcrumbsItem a:visited {
        color: #333;
		text-decoration:none;
    }

    .breadcrumbs {
        position: relative;
    }

    @media (max-width: 765px) {
        .breadcrumbs {
            padding: 3.3% 1em;
        }
    }

    /* endBreadcrumbsItem */
 /*Main-Page*/
    .posts .pageIn {
        margin-top: 0;
        margin-bottom: 34px;
        overflow: hidden;
    }

    .posts .siteLeft .small-thumbs .post {
        margin-bottom: 50px;
    }

    .posts .siteLeft .small-thumbs .entry-image {
        overflow: hidden;
        border-radius: 2px;
        margin: 0;
    }

    .posts .post-article-thumbnail {
        position: relative;
        overflow: hidden;
        border-radius: 0;
    }

    .posts .pageIn .entry-image img {
        width: 100%;
        height: 274px;
    }

    .posts .post-article-thumbnail img {
        width: 100%;
        height: 270px;
    }

    .posts .post-detail-desc {
        overflow: hidden;
    }

    .posts .post-detail {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
        border-radius: 2px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .posts .pageIn .post-article-details {
        margin-bottom: 15px;
    }

    .posts .post-article-details h2 {
        margin-top: 18px;
        font-size: 19px;
        margin-bottom: 25px;
    }

        .posts .post-article-details h2 > a {
            color: #c10c0c;
        }

    .posts .post-article-details p {
        margin-bottom: 0;
    }

    .posts .entry-meta-header {
        color: #555;
    }

    .posts .visible-lg, .posts .visible-md, .posts .visible-sm, .posts .visible-xs {
        display: none !important;
    }

    .posts .entry-meta-header a {
        color: #555;
    }

    .posts .entry-meta-header span:after {
        content: "|";
        margin-left: .4em;
        margin-right: .4em;
        color: #555;
    }

    .posts .post-article-details p i:first-child {
        margin-left: 0;
    }

    .posts .post-article-details p i {
        margin: 0 7px;
        color: #555;
    }

    .post-article-details .captcha-msg {
        height: 32px;
    }

    @media (max-width:800px) {
        post-article-details {
            margin: 10px 14px;
        }
    }

    .post-article-details .captcha-msg img {
        width: 100%;
        height: 100%;
    }

    .posts .post-detail-desc p {
        font: 16px Yekan2, Arial;
        color: #555555;
        line-height: 29px;
        text-align: justify;
    }

    .posts .post-detail-desc .entry-meta-header{
        font: 15px Yekan;
    }

    .posts .aside-site {
        text-align: center;
        margin-top: 5px;
    }

        .posts .aside-site .widget {
            background-color: #fff;
            box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
            padding: 25px;
            padding-bottom: 16px;
            border-radius: 2px;
        }

    .posts .widget {
        margin-bottom: 56px;
    }

    .posts .aside-site .widget .box-title {
        margin-bottom: 45px;
    }

    .posts .box-title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 50px;
    }

    .posts .aside-site .widget .box-title:after {
        position: absolute;
        margin: 15px auto;
        width: 56px;
        right: 0;
        left: 0;
    }

    .posts .aside-site .box-title:after {
        content: "";
        border-bottom: 2px solid rgb(0, 24, 111);
        display: block;
        width: 50px;
        margin-top: 15px;
    }

    @media (max-width:765px) {
        .posts .aside-site {
            padding: 0 15px;
        }
        .posts .Visit-title, .posts .Visit-desc {
            text-align: center;
            margin: 0 auto;
        }
    }

    .posts form.searchform {
        position: relative;
        margin-bottom: 0;
    }

        .posts form.searchform input {
            margin-bottom: 0;
            width: 100%;
        }

    .posts input, .posts select, .posts textarea {
        display: block;
        max-width: 100%;
        padding: 5px 10px;
        border: 1px solid #ccc;
        font-size: 13px !important;
        background-color: transparent;
        -webkit-appearance: none;
    }

    .posts .box ul li {
        list-style: none;
        border-bottom: 1px dashed #d7d7d7;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .posts .box ul li:last-child {
            border-bottom: none;
        }

    .posts .aside-site .menu > li > a {
        margin-right: 0;
    }

        .posts .aside-site .menu > li > a:hover {
            color: #d6b207;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

    .posts .box ul li a {
        color: #555555;
        font-size: 14px;
    }

    .posts button, .posts input, .posts select, .posts textarea {
        font-size: inherit;
        line-height: inherit;
    }

    .posts form.searchform .search-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
    }

    .posts .search-button {
        position: relative;
        display: inline-block;
        height: 40px;
        cursor: pointer;
        transform-style: preserve-3d;
    }

    .posts form.searchform .button-search {
        position: absolute;
        top: -4px;
        background-color: transparent;
        left: -259px;
        border: 0;
        padding: 0;
        border-radius: 0;
        width: 40px;
        height: 100%;
        text-align: left;
        font-size: 17px;
    }

    .posts .button-search .fa {
        color: #00186f;
    }

    .posts .fa-search:before {
        content: "\f002";
    }

    .posts .about-me-social-icon li {
        display: inline-block;
        margin: 0 7px;
    }

        .posts .about-me-social-icon li a i {
            color: #333;
            font-size: 18px;
        }

    .about-me-widget {
        padding-bottom: 34px;
    }

    .posts .about-me-widget img {
        width: 31% !important;
        height: 75px !important;
        margin: 0 auto;
        border: 1px solid #e8e8e8;
        padding: 5px;
        border-radius: 4px;
    }

    .posts .about-me-social-icon {
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 21px;
    }

    .posts .about-me-widget p {
        color: #555555;
        font-size: 14px;
        margin: 0 18px;
        height: 67px;
        line-height: 29px;
        overflow: hidden;
    }

    .posts #menu-sidebar-menu {
        padding: 0;
    }

    .posts .about-me-widget-title {
        color: #c10c0c;
    }

    .posts .widget video {
        height: auto;
        max-width: 100%;
    }

    .posts .img-alignleft {
        display: inline;
        width: 100%;
        height: 70px !important;
        margin-bottom: 5px;
        border-radius: 2px;
    }

    .posts .main-div li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #d7d7d7;
        list-style-type: none;
        text-align: right;
    }

    .posts .main-div ul {
        list-style: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding: 0;
    }

    .posts .Visit:before, .Visit:after {
        content: "";
        display: table !important;
    }

    .posts .Visit-desc {
        font-size: 12px;
        color: #4c4b4b;
        white-space: nowrap;
        width: 173px;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .posts .Visit-title {
        margin: 0;
        line-height: 21px;
        margin-bottom: 13px;
        font-size: 14px;
        font-weight: 800;
    }

        .posts .Visit-title a {
            color: rgb(0, 24, 111);
            transition: color 0.5s ease;
        }

            .posts .Visit-title a:hover {
                color: #d6b207;
            }

    .posts .textwidget img {
        width: 100%;
        height: 200px;
    }

    .pdi-email {
        margin-top: 74px;
        padding-bottom: 1px;
    }

    .posts .mall-img-description-wrapper {
        min-height: 376px;
        height: auto;
    }

    .posts .newsletter-input {
        border: 1.2px solid #1c2039;
        color: #333;
        width: 100%;
        line-height:normal;
        border-radius: 2px;
    }

    .posts .newsletter-btn {
        border: 1.2px solid #1c2039;
        background-color: #1c2039;
        color: #fff;
        width: 100%;
        transition: all 0.3s linear 0s;
        border-radius: 2px;
        margin-bottom: 85px;
    }

        .posts .newsletter-btn:hover {
            border: 1.2px solid #333;
            background-color: #fff;
            color: #333;
            width: 100%;
            transition: all 0.3s linear 0s;
        }

    .posts button, .posts input[type=reset], .posts input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }


    .posts .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 0px 8px;
        margin-bottom: 7%;
        border-radius: 0px;
    }

        .posts .pagination li {
            display: inline-block;
            margin-right: 5px;
        }

            .posts .pagination li a {
                display: block;
                width: 32px;
                height: 32px;
                font-family: 'Yekan';
                font-size: 14px;
                line-height: 32px;
                background-color: #fcf6f9;
                border-color: #bdbdbd;
                color: #393939;
                padding: 0;
                text-align: center;

                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

        .posts .pagination > li.active > a {
            background-color: #d6b207;
            border-color: #d6b207;
        }

            .posts .pagination > li.active > a:hover {
                background-color: #d6b207;
                color: #fff;
            }

        .posts .pagination > li > a:focus, .posts .pagination > li > a:hover, .posts .pagination > li > span:focus, .posts .pagination > li > span:hover {
            z-index: 2;
            color: #ffffff;
            background-color: #d6b207;
            border-color: #bc9b07;
        }

    .posts {
        padding-top: 2%;
        padding-bottom: 0;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        width: 100%;
        height: 100% !important;
    }
    /*............*/
    .posts .aside-site .widget.img-adv {
        padding: 0;
    }

    .posts .img-adv {
        height: 250px;
    }

        .posts .img-adv img {
            width: 100%;
            height: 100%;
        }

    .logo {
        align-items: center;
        display: flex;
        height: 114px;
        margin-left: -15px;
    }

    .header__right {
        align-items: center;
        display: flex;
        height: 114px;
        justify-content: flex-end;
    }

    .htc__header__address {
        display: flex;
    }
    .pageIn .form-group {
        margin-top: 5px;
    }

    .pageIn .form-control {
        font-size: 1.3em;
        color: #080808;
    }

    .pageIn textarea.form-control {
        height: 135px;
    }
    .pageIn .contact-section .title-RelatedContent hr {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .pageIn .pdi {
        padding: 0px 25px 18px;
        margin-bottom: 0;
    }

    .pageIn .title-RelatedContent p {
        margin-top: 38px;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        color: #333 !important;
    }

    .pageIn .title-RelatedContent hr {
        margin-top: 0px;
        width: 100px;
        text-align: right;
        border-width: 1.9px 0px 0px;
        border-image: initial;
        border-top: 2px solid rgb(0, 24, 111);
        float: right;
        margin-bottom: 10px;
    }

    .pageIn .regSite {
        float: left;
    }


    .pageIn .pdi-regSite span {
        color: #333;
        font-size: 13px;
    }

    .pageIn .color-regSite {
        color: forestgreen !important;
    }

    .pageIn .btn-default {
        display: inline-block;
        background: rgba(239, 239, 239, 0.70);
        color: rgb(0, 24, 111);
        font-weight: 600;
        text-decoration: none;
        border: 1px solid rgba(106, 106, 109, 0.25);
        padding: 5px 25px;
        margin-top: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
        font-size: 12px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .pageIn .btn-default i {
            margin-right: 8px;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .pageIn .btn-default:hover {
            color: #000;
            background-color: #f5f5f5;
            border-color: rgba(0, 0, 0, 0.2);
            box-shadow: none;
        }

            .pageIn .btn-default:hover i {
                margin-right: 15px;
            }
    /*...........*/

   
/*endmainpage*/

    /*footer*/
    .footer {
        min-height: 300px;
        height: auto;
        /*background-color: #1b2735;*/
        background: #1c2127 url('../images/bg-texture-00.svg');
    }

        .footer .footerTop {
            min-height: 295px;
            height: auto;
        }

            .footer .footerTop .footerHeader {
                color: #d6b207;
                font-size: 16px;
                margin-bottom: 18px;
            }

            .footer .footerTop .footerLogo {
                float: left;
                margin: 31px 4px;
                width: 300px;
            }

                .footer .footerTop .footerLogo img {
                    width: 100%;
                    height: 100%;
                }

            .footer .footerTop .menuSection {
                display: block;
                float: right;
                margin-right: 20px;
                margin-bottom: 4%;
            }

            .footer .footerTop .infoSection {
                display: block;
                float: right;
                margin-right: 20px;
            }

            .footer .footerTop .store-finder {
                border: 2px solid #3C3C42;
                width: 280px;
                padding: 10px;
                box-sizing: border-box;
                height: 54px;
            }

                .footer .footerTop .store-finder .input-wrapper {
                    width: 150px;
                    float: left;
                    position: relative;
                    overflow: hidden;
                }

                    .footer .footerTop .store-finder .input-wrapper:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        color: #F25529;
                        font-family: "FontAwesome";
                        content: "\f041";
                        width: 18px;
                        height: 18px;
                        display: inline-block;
                        text-align: center;
                        font-size: 18px;
                        opacity: 1;
                        transition: all .500s ease-out;
                    }

                    .footer .footerTop .store-finder .input-wrapper.active:before {
                        left: -50px;
                    }

                    .footer .footerTop .store-finder .input-wrapper input {
                        float: left;
                        width: 150px;
                        background: none;
                        border: 0;
                        height: 30px;
                        color: white;
                        font-size: 14px;
                    }

                .footer .footerTop .store-finder .button-wrapper {
                    width: 100px;
                    float: right;
                }

                    .footer .footerTop .store-finder .button-wrapper button {
                        width: 100px;
                        height: 30px;
                        border: 0;
                        top: 0;
                        background-color: #5887F5;
                        color: white;
                        font-size: 12px;
                        transition: background-color 0.5s ease;
                        border-radius: 1px;
                    }

                        .footer .footerTop .store-finder .button-wrapper button:hover {
                            background-color: #4572ED;
                        }

            .footer .footerTop .footerTopMenu {
                padding-top: 50px;
                height: 195px;
                padding: 2% 1%;
            }

            .footer .footerTop .footerSec {
                height: 80px;
            }

            .footer .footerTop .footerApp {
                float: left;
                padding-top: 20px;
            }

                .footer .footerTop .footerApp img {
                    width: 143px;
                    height: 48px;
                    margin: 0 2px;
                }

            .footer .footerTop .footerSocial {
                padding-top: 20px !important;
                padding: 0 1.6%;
            }

                .footer .footerTop .footerSocial ul {
                    margin-top: 8px;
                    padding: 0;
                    list-style: none;
                    float: right;
                }

                    .footer .footerTop .footerSocial ul li {
                        float: left;
                        display: inline-block;
                        overflow: hidden;
                    }

                        .footer .footerTop .footerSocial ul li a {
                            width: 35px;
                            height: 30px;
                            display: block;
                            text-align: center;
                            margin-right: 2px;
                            background-color: #3C3C42;
                            transition: background-color 0.5s ease;
                            cursor: pointer;
                            border-radius: 1%;
                        }

                            .footer .footerTop .footerSocial ul li a i {
                                line-height: 30px;
                                display: inline-block;
                                font-size: 18px;
                                color: white;
                            }

                            .footer .footerTop .footerSocial ul li a.facebook:hover {
                                background-color: #3b5998;
                            }

                            .footer .footerTop .footerSocial ul li a.twitter:hover {
                                background-color: #4099FF;
                            }

                            .footer .footerTop .footerSocial ul li a.linkedin:hover {
                                background-color: #0077b5;
                            }

                            .footer .footerTop .footerSocial ul li a.google-plus:hover {
                                background-color: #db4a39;
                            }

    .footerTop .footerSocial ul li a.youtube:hover {
        background-color: #ef3c39;
    }

    .footer .footerDiv {
        height: 88px;
        border-top: 1px solid #3C3C42;
        padding: 30px;
    }


    .footer .footerContent {
        color: white;
        margin: 10px 0 10px 0;
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease;
    }

        .footer .footerContent:hover {
            color: #d6b207;
        }

        .footer .footerContent.social {
            float: right;
            margin: 15px 20px 15px 0;
            font-size: 13px;
        }

    .footer .footer-bottom {
        margin: 7px 0;
        direction: ltr;
        font: 11px Arial,Helvetica,sans-serif;
    }

    @media (max-width:900px) {
        .footer .footerDiv {
            border-top: 1px solid transparent !important;
        }
        .footer .footerTop .footerLogo {
            float: right;
            width: 220px;
            margin: 31px 15px;
        }
        .footer .footerTop .footerApp {
            float: right;
            width: 100%;
            height: 100%;
        }

}
@media (min-width:420px) and (max-width:750px){
    .footer .footerContent.social {
        float: left;
    }
}
   @media (max-width:823px) {
   .footerApp{
    text-align:center;
   }
   .footer .footerTop .footerApp img{
   	     width: 54%;
	     height: 48px;
	     margin: 6px 2px;
   }
   }
    /*footer*/
.widget .box-title, .menuSection .footerHeader, .infoSection .footerHeader, .backMain-welcome h4{
    font-family: Mj_Tunisia;
}