body {
    background: url(/sites/3/style/image/textures.png?v5) #F5F5F5;
    background-repeat: repeat-x;
    background-position-y: 100px;
    font-family: IRANSans;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: rgb(35, 35, 35);
}

.img-responsive {
    width: 100%;
}

.rtl{direction:rtl;}
.ltr{direction:ltr;}
.header {
    text-align: right;
}

    .header .logo_head {
        background: url(/uploads/org/2022/06/01/165407519177702100.png) no-repeat right center !important;
        background-size: contain !important;
        height: 50px;
        display: inline-block;
        margin-left: 0px;
        padding-right: 65px;
        padding-top: 5px;
    }

        .header .logo_head div {
            display: block;
            color: #D37543;
            font-size: 11px;
            font-weight: 600;
            font-family: arial;
        }

            .header .logo_head div:first-child {
                font-weight: 600;
                font-size: 22px;
                font-family: IRANSans;
                padding-top: 11px;
            }
            .header .center_text_header {margin-top:7px;}

    .header .top_head {
        direction: rtl;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 15px;
        background: #E8E0D5;
    }

    .header ul {
        list-style: none;
        display: inline-block;
    }

        .header ul li {
            display: inline-block;
        }

    .header .top_head .lang_list, .header .top_head .icon_list {
        margin: 0px;
        padding: 0px;
        float: left;
        font-size: 16px;
        margin-right: 25px;
        margin-top: 18px;
    }

    .header .top_head .icon_list {
        margin-top: 10px;
    }


        .header .top_head .lang_list li, .header .top_head .icon_list li {
            margin-right: 10px;
        }

            .header .top_head .icon_list li span {
                font-size: 15px;
            }

            .header .top_head .icon_list li i {
                margin-left: 10px;
                font-size: 16px;
            }

    .header .top_head .crowler {
        position: relative;
        background: #BE1010;
        color: white;
        margin-bottom: -25px;
        margin-top: 13px;
        padding: 10px;
    }

        .header .top_head .crowler ul {
            margin: 0px;
            padding: 0px;
        }

        .header .top_head .crowler a {
            color: white;
        }

.top_head .icon_list a {
    color: #159398;
    font-size: 20px;
}

.top_head .lang_list a {
    color: #5F3622;
    font-weight: 700;
    font-family: Arial;
}

.top_head .lang_list li.active a {
    color: #D37543;
    font-weight: 800;
    border-bottom: solid 1px #008186;
}

.bottom_head {
    direction: rtl;
    border-bottom: solid #D2D2D2 1px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

    .bottom_head ul {
        margin: 0px;
        padding: 0px;
    }

    .bottom_head .social_icons {
        float: left;
    }

        .bottom_head .social_icons li {
            margin-right: 10px;
        }

        .bottom_head .social_icons a {
            color: #159398;
            font-size: 20px;
        }

    .bottom_head .menu_head {
        font-size: 15px;
        font-weight: 400;
    }

        .bottom_head .menu_head > li {
            margin-left: 10px;
        }

            .bottom_head .menu_head > li a {
                color: #5f3622
            }

.header .menu_top {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    display: inline;
}

    .header .menu_top > ul {
        display: inline-block;
    }

    .header .menu_top ul li {
        display: inline-block;
        margin-left: 15px;
    }

    .header .menu_top > ul > li {
        padding-bottom: 10px;
    }

    .header .menu_top ul > li > ul {
        display: none;
        position: absolute;
        width: 218px;
        z-index: 10000;
        background: #159398;
        margin-top: 11px;
        border-radius: 0px 0px 5px 5px;
        -webkit-box-shadow: 0 2px 4px 0 rgb(255 255 255);
        box-shadow: 0 2px 4px 0 rgb(255 255 255);
        direction: rtl;
        text-align: right;
    }

        .header .menu_top ul > li > ul li {
            padding: 4px 10px 4px 10px;
            border-bottom: solid 1px white;
            width: 100%;
            clear: both;
            font-size: 12px;
        }

            .header .menu_top ul > li > ul li:last-child {
                border-bottom: 0px;
            }

        .header .menu_top ul > li > ul a {
            color: white;
        }

    .header .menu_top ul > li:hover > ul {
        display: block;
    }

    .header .menu_top ul li a {
        color: #5f3622;
    }

    .header .menu_top ul li.active, .header .menu_top > ul > li:hover {
        border-bottom: solid 3px #08ADB1;
    }



.content_row {
    font-size: 14px;
    direction: rtl;
}

    .content_row a {
        text-decoration: none;
        color: #1c1c1c;
    }

    .content_row .info {
        width: auto;
        margin: 0px;
        padding: 0px;
        flex: 1;
    }

    .content_row h2 {
        color: #1c1c1c;
        font-size: 18px;
        line-height: normal;
        font-weight: 800;
    }

        .content_row h2 span {
            font-size: 11px;
            clear: both;
            display: block;
            font-weight: normal;
        }



.paginglist-paging {
    text-align: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
    direction: ltr;
}

    .pagination > li {
        display: inline-block;
    }

        .pagination > li > a {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.pagination-sm > li > a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination {
    padding-right: 0;
}

    .pagination > li > a {
        float: right;
        margin-right: -1px;
        margin-left: 0;
    }

    .pagination > li:first-child > a {
        margin-left: 0;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination > li:last-child > a {
        margin-right: -1px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination .fa-chevron-right {
        padding: 3px 0px;
    }

.paginglist-number {
    display: inline-block;
    float: right;
    margin-top: -49px;
    font-size: 15px;
    direction: ltr;
    margin-right: 5px;
}

.pagination i.fa.fa-angle-double-right {
    line-height: 18px;
}

.category_title {
    border-bottom: 3px solid #159398;
    padding-bottom: 4px;
    text-align: right;
    font-size: 23px;
    font-weight: 900;
    width: 100%;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .category_title > span {
        border-bottom: 3px solid #d37543;
    }

latest_news .content_row h2 {
    font-size: 12px;
    line-height: 19px;
    margin: 0px;
    font-weight: normal;
}

.content_row {
    margin-bottom: 10px;
}

    .content_row .content_date {
        font-size: 10px;
        color: #f13c1f;
    }

    .content_row .content_lead {
        font-size: 12px;
    }

.image_master_cat {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 30%);
}

.shoar {
    color: #D37543;
    white-space: nowrap;
    text-align: center;
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .shoar div {
        margin-top: 15px;
    }

    .shoar:before {
        content: "";
        background: url(/sites/1/image/eslimi.png) no-repeat center center;
        width: 72px;
        height: 108px;
        display: inline-block;
        clear: none;
        margin-right: 15px;
    }

    .shoar:after {
        content: "";
        background: url(/sites/1/image/eslimi.png) no-repeat center center;
        width: 72px;
        height: 108px;
        display: inline-block;
        margin-left: 15px;
    }

    .shoar span {
        color: #5F3622
    }

    .shoar h2 {
        font-weight: 900;
    }

    .shoar h3 {
        font-size: 18px;
        font-weight: 100;
    }

.midel_section {
    filter: drop-shadow(0px 3px 20px rgba(95, 54, 34, 0.161));
    background: white;
    padding: 50px 0px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: -120px;
}

    .midel_section .btn_group {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .midel_section h3 {
        color: #D37543;
        font-weight: 900;
    }

    .midel_section h5 {
        color: #D37543;
        font-size: 14px;
        font-weight: 100;
    }

    .midel_section .btn_group > div {
        min-width: 30%;
        text-align: center;
        direction: rtl;
    }

        .midel_section .btn_group > div a {
            display: inline-block;
            text-align: right;
        }

            .midel_section .btn_group > div a > i {
                font-size: 35px;
                margin-left: 15px;
            }

        .midel_section .btn_group > div:first-child {
            border-right: solid 1px #C5C8D2;
            padding-right: 25px;
            margin-right: 25px;
        }

        .midel_section .btn_group > div h4 {
            color: #159398;
            direction: rtl;
            display: inline-block;
            font-weight: 900;
            line-height: 30px;
            font-size: 25px;
        }

            .midel_section .btn_group > div h4 i {
                font-size: 12px;
            }

                .midel_section .btn_group > div h4 i.fa-angle-left {
                    color: #159398;
                    font-size: 19px;
                    margin-right: 8px;
                    margin-bottom: -16px;
                    position: relative;
                }

        .midel_section .btn_group > div span {
            color: #AF9B90;
            font-size: 12px;
        }

        .midel_section .btn_group > div i {
            color: #D37543;
        }

.other_section_content {
    border-top: solid 7px #159398;
    direction: rtl;
    padding-bottom: 30px;
    padding-top: 30px;
}

    .other_section_content h4 {
        border: solid 1px #D37543;
        padding: 7px 15px;
        color: #5F3622;
        text-align: center;
        font-size: 15px;
        line-height: 27px;
    }

        .other_section_content h4:hover {
            background: #D37543;
            color: white;
            border: solid 1px #D37543;
        }

    .other_section_content img {
        margin-bottom: 10px;
    }

.footer {
    color: #717171;
    margin-top: 0px;
    direction: rtl;
    background: #F5F5F5;
}

    .footer ul {
        list-style: none;
        padding: 0px;
        font-weight: 100;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .footer .footer_top {
        background: #10B4BE;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .footer .footer_top:before {
            content: ' ';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.6;
            background: url(/sites/3/style/image/textures.png) repeat-x top right;
            z-index: 1
        }

        .footer .footer_top .container {
            padding-top: 10px;
            padding-bottom: 5px;
            z-index: 2;
            position: relative;
        }

        .footer .footer_top h6 {
            display: inline-block;
            font-weight: bold;
            font-size: 24px;
        }



        .footer .footer_top .social_icons li a {
            color: white;
        }

    .footer .footer_middle {
        color: #717171;
        z-index: 1;
        position: relative;
        padding-top: 15px;
    }

        .footer .footer_middle .master_node {
            line-height: 20px;
        }

            .footer .footer_middle .master_node .master_node {
                font-weight: bold;
                font-size: 18px;
                padding-bottom: 10px;
                padding-top: 15px;
                display: inline-block;
                color: #717171;
            }

        .footer .footer_middle ul.social_icons {
            margin-top: 10px;
            text-align:center;
        }

            .footer .footer_middle ul.social_icons li {
                display: inline-block;
                border-radius: 5px;
                margin-left: 5px;
                text-align: center;
                padding: 4px 0px 5px 8px;
            }

            .footer .footer_middle ul.social_icons i {
                text-align: center;
                padding: 2px 9px;
                display: inline;
                font-size: 18px;
            }

.master_node .master_node > li {
}

.footer .footer_middle .master_node li a {
    color: #757575;
}

.footer .footer_middle i {
    width: 25px;
    text-align: right;
    font-size: 15px;
    float: right;
    color: #464646;
}

.footer .footer_middle .map_image {
    position: relative;
   
}

    .footer .footer_middle .map_image img {
        position: relative;
        z-index: 2;
    }



.footer .footer_middle span {
    display: table;
}

.footer .footer_bottom {
    border-top: solid 1px #D2D2D2;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: ltr;
}

.slider_simple_content .item {
    position: relative;
}

.slider_simple_content h3 {
    text-align: right;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(rgba(0,0,0,0.6)));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0.6) 100%);
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    padding: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.slider_simple_content h2 {
    font-size: 18px;
    color: #159398;
    text-align: right;
    font-weight: 900;
    margin-bottom: 15px;
}

.slider_simple_content .slider_simple {
    direction: ltr;
}

.slider_simple_content .fa.fa-angle-left {
    position: absolute;
    left: 0px;
    bottom: 50%;
    font-size: 35px;
    color: white;
    z-index: 1;
    cursor: pointer;
    padding: 4px 15px;
    font-weight: normal;
    font-weight: 100;
}

.slider_simple_content .fa.fa-angle-right {
    position: absolute;
    right: 0px;
    bottom: 50%;
    font-size: 35px;
    color: white;
    z-index: 1;
    cursor: pointer;
    padding: 4px 15px;
    font-weight: normal;
    font-weight: 100;
}

.slider_simple_content .slick-dots {
    bottom: -53px;
}

    .slider_simple_content .slick-dots li button:before {
        font-size: 15px;
    }

    .slider_simple_content .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #d37543;
    }

    .slider_simple_content .slick-dots li button:before {
        opacity: 1;
        color: #e2e3e8;
    }


.slider_top_home {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .slider_top_home .slick-list {
        padding-bottom: 5px;
        text-align: center;
    }

    .slider_top_home .slick-dots {
        bottom: 50px;
        font-size: 12px;
    }

        .slider_top_home .slick-dots li button:before {
            font-size: 14px;
            color: #fcf2dc;
        }

        .slider_top_home .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #159398;
        }

    .slider_top_home:after {
        content: "";
        display: inline-block;
        padding: 10px;
        width: 71%;
        height: 40px;
        background: black;
        opacity: 0.36;
        filter: blur(15px);
        margin: auto;
        border-radius: 100%;
        margin-top: 0px;
        position: absolute;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .slider_top_home .fa-angle-left {
        position: absolute;
        left: -70px;
        top: 50%;
        font-size: 70px;
        color: #ffffff;
        z-index: 1;
        margin-top: -80px;
        cursor: pointer;
    }

    .slider_top_home .fa-angle-right {
        position: absolute;
        right: -70px;
        top: 50%;
        font-size: 70px;
        color: #ffffff;
        z-index: 1;
        margin-top: -80px;
        cursor: pointer;
    }
/* --------------------- Responsive ------------------- */

@media (max-width: 1200px) {
    .header .bottom_head {
        position: fixed;
        width: 200px;
        right: -260px;
        bottom: 0px;
        top: 0px;
        background: #bb9d69;
        z-index: 10;
        margin: 0px !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .menu_top > ul li a {
        padding: 5px 15px;
        display: inline-block;
    }

    .menu_top > ul li {
        width: 100%;
        clear: both;
        border-bottom: solid 1px #147c7e;
    }



    .menu_top ul li a {
        color: white !important
    }

    .menu_top > ul > li {
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .menu_top ul li.active, .menu_top > ul > li:hover {
            border-bottom: solid 1px white !important;
        }

    .menu_top .close_menu {
        float: right;
        width: 100%;
        background: black;
        color: white;
        cursor: pointer;
        padding: 10px 10px 14px 10px;
        font-size: 16px;
        font-weight: bold;
        padding-right: 15px;
    }

        .menu_top .close_menu span {
            margin-right: 10px;

        }

    .bottom_head .social_icons {
        margin-top: 15px;
        margin-left: 10px;
    }

        .bottom_head .social_icons a {
            color: white;
        }
}

@media (max-width: 570px) {
    .shoar {
        white-space: normal !important;
        display: inline-block !important;
        margin: 20px 0px 0px 0px !important;
    }

        .shoar:before {
            display: none !important;
        }

        .shoar:after {
            display: none !important;
        }

    .slider_top_home .fa-angle-right, .slider_top_home .fa-angle-left {
        display: none !important;
    }



    

    .midel_section .btn_group {
        display: block !important;
    }

        .midel_section .btn_group > div:first-child {
            border-right: solid 0px #C5C8D2 !important;
            border-bottom: solid 1px #c5c8d25c !important;
            padding-right: 0px !important;
            margin-right: 0px !important;
            margin-bottom: 15px !important;
        }

    .midel_section {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
    }

    .recive_content .send_content {
        margin-bottom: 15px;
        padding: 5px 20px;
    }

        .recive_content .send_content div {
            display: flex;
        }

        .recive_content .send_content h4 {
            display: none;
        }

        .recive_content .send_content i {
            margin-left: 20px;
            border-left: solid 1px #159398;
            padding-left: 20px;
        }

    .recive_content .col-lg-2 {
        margin-bottom: 15px;
    }

    .news_box .news_slider .fa-angle-right, .news_box .news_slider .fa-angle-left {
        display: none !important;
    }

    .news_box .news_slider .item h3 {
        padding-bottom: 45px;
    }

    .news_box a.more_news {
        text-align: center;
        margin-top: 20px;
    }

    .box_list.scroll {
        overflow-x: scroll;
    }

    .other_section_content h4 {
        white-space: nowrap;
    }

    .other_section_content img {
        height: 145px;
        width: auto;
    }

  
    .footer .footer_middle .master_node .master_node {
        clear: both;
        display: inherit;
        width: 100%;
    }

    .footer .footer_middle .map_image {
        width: 100%;
        text-align: center;
    }

    .footer .footer_middle .title_map {
        text-align: center;
    }


    .slider_top_home .slick-dots {
        bottom: -10px;
    }

        .slider_top_home .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #fbefd8;
        }

    .header .logo_head {
        display: inline-block;
        width: 100%;
    }

        .header .logo_head div:first-child {
            font-size: 19px;
        }

        .header .logo_head div {
            font-size: 10px;
        }
}

.slider_mu_row {
    margin-right: -5px;
    margin-left: -5px;
}

.slider_mu {
}

    .slider_mu .item a {
        direction: rtl;
        display: inline-block;
        margin: 10px;
    }

        .slider_mu .item a img {
            margin-bottom: 25px;
        }

        .slider_mu .item a h2 {
            margin-bottom: 0px;
            font-size: 24px;
            text-align: right;
            color: #159398;
            margin-bottom: 5px;
        }

        .slider_mu .item a p {
            font-size: 13px;
            text-align: right;
            color: #5F3622;
            font-weight: 100;
            line-height: 26px;
        }

    .slider_mu .slick-list {
        text-align: center;
    }

    .slider_mu .fa.fa-angle-left {
        position: absolute;
        left: 8px;
        top: 20%;
        font-size: 40px;
        color: #5F3622;
        z-index: 1;
        cursor: pointer;
        background: #fcf5e8bf;
        padding: 24px 10px 24px 15px;
        font-weight: 100;
    }

    .slider_mu .fa.fa-angle-right {
        position: absolute;
        right: 8px;
        top: 20%;
        font-size: 40px;
        color: #5F3622;
        z-index: 1;
        cursor: pointer;
        background: #fcf5e8bf;
        padding: 24px 10px 24px 15px;
        font-weight: 100;
    }


.recive_content {
    background: white;
    direction: rtl;
    padding-top: 75px;
    padding-bottom: 75px;
}

    .recive_content h2 {
        color: #5F3622;
        font-size: 33px;
        font-weight: 900;
    }

    .recive_content .col-2 {
        padding-left: 0px;
    }

    .recive_content .container {
    }

    .recive_content .send_content {
        background: #FCF5E8;
        text-align: center;
        padding: 20px;
        width: 100%;
        height: 100%;
        display: flex;
    }

        .recive_content .send_content i {
            font-size: 30px;
            color: #159398;
            margin-bottom: 10px;
        }

        .recive_content .send_content div {
            margin-top: auto;
            margin-bottom: auto;
        }

        .recive_content .send_content h4 {
            font-size: 15px;
            color: #159398;
            margin-bottom: 0px;
        }

        .recive_content .send_content p {
            font-size: 12px;
            color: #AF9B90;
            margin-bottom: 0px;
        }

.slider_recive_content {
    direction: ltr;
}

    .slider_recive_content .item {
        padding: 0px 10px;
    }

    .slider_recive_content .slick-list {
        text-align: center;
    }

    .slider_recive_content .fa.fa-angle-left {
        position: absolute;
        left: 8px;
        top: 34%;
        font-size: 35px;
        color: #5F3622;
        z-index: 1;
        cursor: pointer;
        background: #fcf5e8bf;
        padding: 24px 5px;
        font-weight: normal;
    }

    .slider_recive_content .fa.fa-angle-right {
        position: absolute;
        right: 8px;
        top: 34%;
        font-size: 35px;
        color: #5F3622;
        z-index: 1;
        cursor: pointer;
        background: #fcf5e8bf;
        padding: 24px 5px;
        font-weight: normal;
    }

.news_box {
    background: white;
    direction: rtl;
    padding-top: 20px;
    padding-bottom: 50px;
}

    .news_box .news_slider {
        direction: ltr;
    }

        .news_box .news_slider .item {
            text-align: right;
            direction: rtl;
        }

            .news_box .news_slider .item h3 {
                position: absolute;
                bottom: 0px;
                left: 0px;
                right: 0px;
                color: white;
                margin: 0px;
                font-size: 21px;
                line-height: normal;
                padding: 15px;
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(rgba(0,0,0,0.6)));
                background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0.6) 100%);
                padding-bottom: 64px;
                text-align: center;
                padding-top: 35px;
            }

            .news_box .news_slider .item a {
                display: inline-block;
                width: 100%;
                position: relative;
            }

        .news_box .news_slider .fa-angle-left {
            position: absolute;
            left: 35px;
            top: 35%;
            font-size: 70px;
            color: white;
            z-index: 1;
            cursor: pointer;
            padding: 24px 5px;
            font-weight: 100;
            opacity: 0.85;
        }

        .news_box .news_slider .fa-angle-right {
            position: absolute;
            right: 35px;
            top: 35%;
            font-size: 70px;
            color: white;
            z-index: 1;
            cursor: pointer;
            padding: 24px 5px;
            font-weight: 100;
            opacity: 0.85;
        }

    .news_box .news_list a {
        color: #5F3622;
    }

        .news_box .news_list a span {
            color: #AF9B90;
        }

    .news_box .news_list h3 {
        font-size: 14px;
        line-height: normal;
        font-weight: 300;
    }

    .news_box .news_list .row {
        margin-bottom: 15px;
    }

    .news_box a.more_news i {
        margin-right: 7px;
        font-size: 19px;
        font-weight: 900;
        color: #d37543;
    }

    .news_box a.more_news {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #159398;
        margin-bottom: 15px;
        margin-top: -20px;
        font-weight: 900;
        direction: ltr;
        font-size: 14px;
    }

    .news_box .slick-dots {
        bottom: 15px;
    }

        .news_box .slick-dots li button:before {
            font-size: 15px;
        }

        .news_box .slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: #159398;
        }

        .news_box .slick-dots li button:before {
            opacity: 0.75;
            color: #b09b8b;
        }

.top_content h3 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.top_content h2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #00000070;
    color: white;
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    line-height: normal;
    direction: rtl
}


.box_2_bottom {
    background: #E8E0D5;
    overflow: hidden;
}
.box_2_bottom:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: url(/sites/3/style/image/textures_w.png) repeat-x top right;
    z-index: 1;
    transform: rotate(180deg);
}
.top_head  .fa-bars {
     float: left;
    margin-top: 5px;
    font-size: 23px;
    color: #169397;
    cursor: pointer;
    }
    
.news_path {
    border-top: solid 2px #D2D2D2;
    background: #ebebeb;
    padding: 10px 15px;
    border-radius: 0px 0px 10px 10px;
    direction: rtl;
    margin-top: -16px;
    margin-bottom: 20px;
}    