*{
    box-sizing: border-box;
}
body {
    margin:0;
    padding:0;
    height:2000px;
}
.nb {
    position: absolute;
    top: 200px;
    z-index: 9999;
    height: 70px;
    width: 100%;
    /*line-height: 150px;*/
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}

.scrolled-nav {
    position: fixed;
    top: 0px;
    font-size: 5px !important;
}
    .ticker-wrap {
        position: fixed;
        top: 290px;
        width: 100%;
        overflow: no-content;
        height: 4rem;
        background: #040234;
        padding-right: 100%;
        box-sizing: content-box;
        z-index: 999;
    }
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-left: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}

.ticker:hover, .ticker:focus {
    -webkit-animation-play-state: paused;
	animation-play-state: paused;
}



.container-fluid {
    padding-left: 70px;
    padding-right: 70px; 
    max-width:2000px;
}
.navbar-header_ {
    background-color: #fff;
    height: 220px;
    display:flex;
    align-content:center;
}

.navbar-header_ img {
    width:220px;
}
.grid_img {
    display: grid;
    align-content:center;
    vertical-align: middle;
}

.left {
    float: left;
}
.logo_syria {
    width: 130px !important;
}
.right {
    float: right;
}


.left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.navbar-nav .active {
    border-bottom: none;
    padding-bottom: 28px !important;
    font-size: 17px !important;
}
.navbar-nav li  a {
    border-bottom: none;
    padding-bottom: 28px !important;
    font-size: 17px !important;
}

.navbar-nav li ul li a {
    padding-bottom: 8px !important;
    font-size: 15px !important;
}

.slider_container {
    display: flex;

    height: 69vh !important;
}

.sub_slider {
    flex: 10;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    max-width: 520px;
   
}
.main_slider {
    flex: 15 ;
    padding-left:15px;
}
.sub_slider_img {
    height: 50%;
    border: 1px solid #dedcdc;
    margin-bottom: 15px;
    padding-left:0;
    padding-right:0;
    margin:0;
    
}
    .sub_slider_img img {
        height:100%;
        width:100%;
      
    }
.sub_slider_video {
    height: 50%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* margin-top: 15px; */
}
    .sub_slider_video iframe {
        height: 100%;
        width: 100%;
    }

    /*slider*/
@media all and (max-width: 742px) {

    .carousel-caption {
        height: 62px;
        font-size: 5px;
    }

    .sub_slider_img {
        height: auto;
    }

    .sub_slider_video iframe {
        height: auto;
    }

    .carousel {
        height: auto !important;
    }

    #region_headermiddle {
        height: auto !important;
    }


    .carousel-inner {
        height: auto !important;
    }

        .carousel-inner .item {
            height: auto !important;
        }


        .carousel-inner img {
            height: auto !important;
        }
    /***************/


    .slider_container {
        display: initial;
    }

    .main_slider {
        flex: 1;
        padding-left: 0px;
    }

    .sub_slider {
        cursor: pointer;
       
       
        max-width: inherit;
    }

    .sub_slider_img {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .sub_slider_video {
        
        margin-top: 10px;
        height: 300px;
    }

    .cover{
        width: 96% !important;

    }


}
@media screen and (min-width: 742px) and (max-width: 928px) {
    .carousel-caption {
        height: 62px;
        font-size: 5px;
    }
    .sub_slider_img{
        height:auto;
    }
    
    .sub_slider_video iframe {
        height: 253px;
    }
    .carousel {
        height: auto !important;
    }
    
    #region_headermiddle {
        height:auto !important;
    }
    
    
    .carousel-inner {
        height: auto !important;
    }
    
    .carousel-inner .item {
        height: auto !important;
    }  
    
    
    .carousel-inner img {
        height: auto !important;
    }
    
    
    .carousel-caption a p {
        font-size: 10px !important;
        text-align: right;
    }
    .slider_container {
        display: initial;
    }

    .main_slider {
        flex: 1;
        padding-left: 0px;
    }

    .sub_slider {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        max-width:inherit;
     
    }

    .sub_slider_img {
        flex: 1;
        margin-bottom: 0;
    }

    .sub_slider_video {
        background-color: bisque;
        flex: 1;
        margin-top:0;
        height:auto;
    }

   
}


    /*three divs */

    .wrapper {
        display: flex;
        margin-top:20px;
        flex-flow: row wrap;
        flex-wrap:wrap;
        font-weight: bold;
        text-align: center;
        align-items: stretch;
    }

        /*.wrapper > * {
            flex: 1 100%;
        }*/



.g_block {
    background-color: #fafafa;
    border: 1px #e5e5e4 solid;
    border-top: none;
    direction: ltr;
    height:450px !important;
}

    .g_block_v {
        background-color: #fafafa;
        border: 1px #e5e5e4 solid;
        direction: ltr;
        height:450px !important;
    }

    .block_title {
        float: right;
        font-weight:500;
        margin-top:4px;
    }

    .block_all {
         font-weight:500;
        padding: 5px;
        font-size: 9px;
        float: left;
        border: 1px white solid;
        color: white;
        cursor: pointer;
    }

        .block_all a {
            color: white;
        }
    /*BLOCK 2 آخر الأخبار*/
.block_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#984384+0,802d61+100 */
    background: #984384; /* Old browsers */
    background: -moz-linear-gradient(left, #984384 0%, #802d61 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #984384 0%,#802d61 100%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to right, #984384 0%,#802d61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to right, #427096 0%,#0c2f4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984384', endColorstr='#802d61',GradientType=1 ); /* IE6-9 */
}

.bock_1_content_item {
    margin-bottom: 8px;
}
.aside-5-1 .bock_1_content_item img {
    height: 156px !important;
    width: 100% !important;
}

.aside-1 .bock_1_content_item .slick-slide {
    height: 84px !important;
   
    overflow: hidden;
}
.aside-1 .slick-list {
    /*margin-top:20px !important;*/
    /*background-color:red;*/
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    overflow: hidden;
    /* border: 1px solid transparent; */
}
.block_item_text {
    border-bottom: 1px #929292 solid;
    max-height: 35%;
    font-size: 12px;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .block_item_text a {
        color: #261e1e;
    }
    /*BLOCK 2  نهاية آخر الأخبار*/


    /*BLOCK 2 صوت وصورة*/
    .block2_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2dc1fd+0,0293e6+100 */
        background: #2dc1fd; /* Old browsers */
        background: -moz-linear-gradient(left, #2dc1fd 0%, #0293e6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #2dc1fd 0%,#0293e6 100%); /* Chrome10-25,Safari5.1-6 */
    /*    background: linear-gradient(to right, #2dc1fd 0%,#0293e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
		background: linear-gradient(to right, #bdcfde 0%,#7f9fba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc1fd', endColorstr='#0293e6',GradientType=1 ); /* IE6-9 */
    }

    .bock_2_content_item {
        margin-top: 30px;
        margin-bottom: 31px;
        height: 500px;
    }

    .block_2_items {
        max-height: 35%;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .block_2_item {
        display: flex;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px #929292 solid;
        font-size: 12px;
        font-weight: bold;
        color: rgb(38 30 30);
    }

        .block_2_item a {
        }

        .block_2_item img {
            flex: 4;
            width: 50px;
            height: 100px;
        }

        .block_2_item .block_2_item_text {
            padding-right: 10px;
            flex: 5;
            color: #261e1e;
        }
    /*BLOCK 2  نهاية صوت وصورة*/


    /************************/
    /*BLOCK 3 جلسات المجلس*/
    .main-a {
        width:59.3% !important;
        order: 2;
        margin-top: 1.3%;;
        margin-right: 15px;
        width: 48% ;
    }
    .main-a .grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

.block_3_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c31b66+0,9c0f4e+100 */
    background: #c31b66; /* Old browsers */
    background: -moz-linear-gradient(left, #df2578 0%, #9c0f4e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #df2578 0%,#9c0f4e 100%); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #df2578 0%,#9c0f4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
    
	background: linear-gradient(to right, #a193ef 0%,#2c308c 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c31b66', endColorstr='#9c0f4e',GradientType=1 ); /* IE6-9 */
}

.block_3_body {
    padding: 15px;
    text-align: right;
    direction:rtl;
    position: relative;
    /*overflow-y:scroll  ;*/
        
}
#r3_middle_2{
    margin-top: 10px;
    height: 47%;
}
#r3_middle_2 .black1_content {
    height: 72%;
    overflow: hidden;
}
/*.slick-list {
    height: 78% !important;
    overflow: hidden;
}
.slick-track{
    height: 125px !important;
    overflow: hidden;
}*/


    .block_3_body a {
        color: #2c2c2c;
    }

    .block_3_body p {
        margin: 5px;
        text-align: right;
        font-size: 12px;
        color: rgb(38 30 30);
    }
    .block_3_body span {
        position: absolute;
        left: 5%;
        bottom: 0%;
    }
    .block_3_body img {
        width: 45%;
        float: right;
        margin-left: 2%;
        height: 100px;
    }

    /*BLOCK 3  نهاية جلسات المجلس*/
    /************************/



    /************************/
    /*BLOCK 4 الفعاليات والنشاطات*/


    .block_4_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2dc1fd+0,0293e6+100 */
        background: #2dc1fd; /* Old browsers */
        background: -moz-linear-gradient(left, #2dc1fd 0%, #0293e6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #2dc1fd 0%,#0293e6 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #2dc1fd 0%,#0293e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc1fd', endColorstr='#0293e6',GradientType=1 ); /* IE6-9 */
    }

    .bock_4_content_item {
    }

    .block_4_items {
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
    }

    .block_4_item {
        font-size: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px #929292 solid;
    }

        .block_4_item a {
        }

        .block_4_item img {
            width: 100%;
            /*height: 100%;*/
            height:230px;
        }

        .block_4_item .block_4_item_text {
            padding: 20px;
            color: #261e1e;
            font-size:12px;
        }

    .by-autho {
        margin-top: 25px;
        color: #261e1e;
		direction:rtl;
    }

    /*BLOCK 4  نهاية الفعاليات والنشاطات*/
    /************************/



    /************************/
    /*BLOCK 5 الفعاليات والنشاطات*/


    .block_5_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6466b9+0,2e3192+100 */
        background: #6466b9; /* Old browsers */
        background: -moz-linear-gradient(left, #6466b9 0%, #2e3192 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #6466b9 0%,#2e3192 100%); /* Chrome10-25,Safari5.1-6 */
   /*     background: linear-gradient(to right, #6466b9 0%,#2e3192 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		    background: linear-gradient(to right, #85bccc 0%,#4a8191 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6466b9', endColorstr='#2e3192',GradientType=1 ); /* IE6-9 */
    }


    /*BLOCK 5  نهاية الفعاليات والنشاطات*/


    /************************/
    /*BLOCK 6 التشريعات اوالقرارات*/


    .block_6_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6b057+0,c67a2e+100 */
        background: #e6b057; /* Old browsers */
        background: -moz-linear-gradient(left, #e6b057 0%, #c67a2e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #e6b057 0%,#c67a2e 100%); /* Chrome10-25,Safari5.1-6 */
     /*   background: linear-gradient(to right, #e6b057 0%,#c67a2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background: linear-gradient(to right, #5870d1 0%,#3b4d94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b057', endColorstr='#c67a2e',GradientType=1 ); /* IE6-9 */
    }

.date_type{
    margin-top:-2px;
}
.date_type .type {
    display: flex;
    align-content: flex-start;
}

    .date_type .type {
        display: inline-block;
        margin-right: 20px;
        color: #c67a2e;
    }

    .date_type .date {
        display: inline-block;
        color: #8c8c8c;
    }


    .block_6_item_text {
        font-size: 12px;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .block_6_item_text a {
            color: #261e1e;
        }

        .block_6_item_text .block_6_item {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px #929292 solid;
        }


.aside-5 .bock_1_content_item .slick-slide {
    margin-top:5px;
    height: 103px !important;
    overflow: hidden;
    margin-right:15px;
}
    /*BLOCK 6  نهاية التشريعات اوالقرارات
/************************/


    /************************/
    /*BLOCK 6 روابط*/


    .block_7_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#43c4ba+0,018a82+100 */
        background: #43c4ba; /* Old browsers */
        background: -moz-linear-gradient(left, #43c4ba 0%, #018a82 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #43c4ba 0%,#018a82 100%); /* Chrome10-25,Safari5.1-6 */
       /* background: linear-gradient(to right, #43c4ba 0%,#018a82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background: linear-gradient(to right, #87a0c9  0%,#617fb0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c4ba', endColorstr='#018a82',GradientType=1 ); /* IE6-9 */
    }

    /* Style the tab */
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        display: flex;
        position: relative;
    }

    .tablinks {
        flex: 1;
        font-size: 10px !important;
    }
    .aside-6  .slick-slide  {
        height: 42px !important;
        overflow: hidden;
    }
    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        height: 49px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            border-bottom: 3px #018a82 solid;
        }

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        /*position: absolute;*/
        top: 30px;
        bottom: 10px;
    }

    .tab-content {
        /*height: 100%;*/
        position: relative;
    }

    .teb_content_item {
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px #929292 solid;
    }

        .teb_content_item a {
            margin-bottom: 15px;
            text-align: right;
            color: #261e1e;
            width: 100%;
            padding-bottom: 15px;
        }

            .teb_content_item a i {
            /*    color: #018a82;*/
                color: #617fb0;
            }
    /*BLOCK 6  نهاية الراوبط /************************/
    /************************/



/********* منبر المواطن ***********/
.aside-8_1 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px #e5e5e4 solid !important;
}
.block_118_title{
    margin-top:30px;
    direction:rtl;
}
.block_118_desc{
    margin-top:30px;
}
.block_118_more {
    border: 1px #2dc1fd solid;
    background-color: #fafafa;
    padding: 8px;
    color: #2dc1fd;
    margin-top:20px;
    font-size:10px;
}
/********* نهايةمنبر المواطن ***********/
/***********البرامج والمبادرات الوطنية*************/
.block_10_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,8e8e8e+100 */
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(left, #fafafa 0%, #8e8e8e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fafafa 0%,#8e8e8e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fafafa 0%,#8e8e8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#8e8e8e',GradientType=1 ); /* IE6-9 */
}

    .block_10_content {
        margin: 15px;
    }

        .block_10_content .item {
            padding: 0;
            position: relative;
            width:50% !important;
        }
        .block_10_content .item  img{
           height:175px;
           width:100%;
        }

            .block_10_content .item .item_desc {
                position: absolute;
                bottom: 0;
                background: rgba(0, 0, 0, 0.5);
                height: 20%;
                width: 100%;
                padding: 0;
                color: white;
                display: flex;
            }

                .block_10_content .item .item_desc a {
                    margin: auto;
                    color: white;
                    font-size: 10px;
                }
    /********نهاية البارمج والمبادرات الوطنية ********/



/*BLOCK 7 تقارير*/


.block_7_1_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4098d3+0,02577a+100 */
    background: #4098d3; /* Old browsers */
    background: -moz-linear-gradient(left, #4098d3 0%, #02577a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4098d3 0%,#02577a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4098d3 0%,#02577a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4098d3', endColorstr='#02577a',GradientType=1 ); /* IE6-9 */
}



.block_7_item_text {
    font-size: 12px;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.rep_img{
    position:relative;
    width:100%;
}

.rep_desc{
    position:absolute;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    color:white;
    padding:10px;
    width:100%;
    font-weight:300;
}
.block_7_item{
    position:relative;
}



.aside-5-1 .slick-slide {
    height: 157px !important;
    margin-left:15px;
    overflow: hidden;
}


/*BLOCK 6  نهاية التشريعات اوالقرارات
/************************/
/*******************تطبيق حكومتي ********************/
.cover{
    width: 48% !important;
    border-top: 1px #e5e5e4 solid;
    margin-top:15px;
    margin-left:15px;
    padding-top: 0;
    margin-right: 15px;

}
.cover img{
    width: 93%;
    height: 100%;
    margin-top: 0;
}

.aside12 {
    border-top: 1px #e5e5e4 solid;
}

    .block_11_content {
        padding-top: 20%;
    }

        .block_11_content .logo_hk {
            width: 70%;
        }

    .app_desc {
        padding: 9%;
        font-size: 11px;
    }

    .download_app {
        color: #02577a;
    }

    .download {
        width: 150px;
        display: inline-block;
    }
    /************************************/

    .aside111 {
    }

    .block_111_content {
    }

        .block_111_content .test_ {
            width: 25%;
            height: 100%;
        }
    /**********************************************************/
    /********************* نهاية تطبيق حكومتي ************************/
    /***********آارء الزوار *************/
    .aside13 {
        position: relative;
        border-top: 1px #e5e5e4 solid;
    }

    .block_13_contetn {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
    }

    .block_13_title {
        font-size: 15px;
        font-weight: 900;
    }

    .block_13_desc {
        font-weight: 400;
    }

    .survay_r {
        margin-top: 38px;
    }

    .block_14_item {
        display: flex;
        direction: rtl;
    }

        .block_14_item :first-child {
            flex: 2;
            text-align: right
        }

    .progress {
        flex: 8
    }

    .survay_r button {
        background-color: #f4f4f4;
    }

    .block_13_body {
        position: relative;
    }

    .current_user {
        position: absolute;
        bottom: 0;
    }
    /******** نهاية آرارء الزوار ********/
    /* Arrows */
    .g_block .slick-prev,
    .g_block .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

        .g_block .slick-prev:hover:before,
        .g_block .slick-prev:focus:before,
        .g_block .slick-next:hover:before,
        .g_block .slick-next:focus:before {
            opacity: 1;
        }

        .g_block .slick-prev.slick-disabled:before,
        .g_block .slick-next.slick-disabled:before {
            opacity: .25;
        }

        .g_block .slick-prev:before,
        .g_block .slick-next:before {
            font-family: 'slick';
            font-size: 20px;
            line-height: 1;
            opacity: 0.75;
            color: #929292;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.g_block .slick-prev {
    top: 350px;
    left: 15px;
    background-color: #f1f1f1;
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
}


.aside-6 .slick-prev {
    top: 300px !important;
    left: 15px;
    background-color: #f1f1f1;
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
}


.g_block .slick-prev:before {
    /*content: '⮟';*/
    content: "\f107";
    font-family: "FontAwesome";
}

.g_block .slick-next {
    top: 13px;
    left: 15px;
    background-color: #f1f1f1;
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
}

    .g_block .slick-next:before {
        /*content: '⮝';*/
        content: "\f106";
        font-family: "FontAwesome";
    }




    /* Arrows for g_blouk_v */
    .g_block_v .slick-prev,
    .g_block_v .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

        .g_block_v .slick-prev:hover:before,
        .g_block_v .slick-prev:focus:before,
        .g_block_v .slick-next:hover:before,
        .g_block_v .slick-next:focus:before {
            opacity: 1;
        }

        .g_block_v .slick-prev.slick-disabled:before,
        .g_block_v .slick-next.slick-disabled:before {
            opacity: .25;
        }

        .g_block_v .slick-prev:before,
        .g_block_v .slick-next:before {
            font-family: 'slick';
            font-size: 20px;
            line-height: 1;
            opacity: 0.75;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.g_block_v .slick-prev {
    left: 10px;
    top: 100px;
    background-color: rgba(0,0,0,0);
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
    box-shadow: 0 0 8px #3c3c3c;
}

    .g_block_v .slick-prev:before {
        /*content: '⮜';*/
        content: '\f104';
        font-family: "FontAwesome";
        text-shadow: 0 0 5px #010101
    }

.g_block_v .slick-next {
    /*left: 300px;
    */right: 10px;
    top: 100px;
    background-color: rgba(0,0,0,0);
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
    box-shadow: 0 0 8px #3c3c3c;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

    .g_block_v .slick-next:before {
        /*content: '⮞';*/
        content: "\f105";
        font-family: "FontAwesome";
        /*content: "\f066";*/
        text-shadow: 0 0 5px #010101
    }

    /************************/

.aside10_3 {
    
}
.aside10_3 .gallery {
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap:150px;
    padding:15px;
    width: 100%;
    max-height: 100%;

}

.aside10_3 .gallery .image img{
    width: 100%;
    height: 153px;
}

.aside10_3 .gallery .image div{
    position: relative;
    width: 100%;
    z-index: 1;
    top:-18%;
    background-color: #3e3b3b91;
    padding: 5px;
    color: white;
    font-weight: normal;
}

.aside10_3 .gallery .image div a{

    font-size: 32px;
    cursor: pointer;
    color: black;
    line-height: 100%;

}

    
    
    .aside {
        max-width: 50%;
    }

    @media all and (min-width: 600px) {
        .aside {
            flex: 1 auto;
        }
    }

    @media all and (min-width: 1258px) {
      
        .aside {
            max-width: 24%;
            margin-top:15px;
        }
        .aside-1-1{
            direction: ltr;
            width: 37% !important;
            margin-right: 2.2%;
            margin-top: 1.3%;
        }

        }


        .aside10, .main, .aside111 {
            max-width: 100%;
            width: 100%;
            margin-top: 15px;
        }
        .aside10{
            margin-left: 18px;
        }
 
    .aside10_3 .gallery {
        grid-column-gap:150px;
        width: 100% !important;
    }

    .aside10_3 .gallery .image img{
        width: 100% !important; 
    }
    .aside10_3 .gallery .image div{
        position: relative;
        z-index: 1;
        top:-70px;
        background-color: #3e3b3b91;
        padding: 5px;
        height: 70px;
        width:100%;
        overflow: hidden;
    }
    
    .aside10_3 .gallery .image div a{
    
        font-size: 24px;
        cursor: pointer;
        color: white;
        line-height: 100%;
    
    }

    /* end of three divs*/

    .footer{
        margin-top:40px;
    }


.aside-8, .aside-9 {
    border-top: 1px #e5e5e4 solid;
}



.aside-1 {
    order: 1;
	max-width: 38% !important;
}

.main {
    order: 2;
	max-width: 35% !important;
}

.aside-2 {
    order: 3
}

.aside-3 {
    order: 4
}

.aside-4 {
    margin-right:10px;
    margin-left: 5px;
        order: 5
}

.aside-5 {
    order: 5;
    margin-left: 10px !important;
    margin-right: 5px;
}

.aside-5 {
    order: 5
}

.aside-8_1 {
    order: 6;
    width: 100%;
}

.aside10_1 {
    order: 7 !important
}

.aside-5-1 {
    order: 8 !important
}

.aside-6 {
    order: 10 !important
}



.aside10 {
    order: 11
}

.aside-8 {
    order: 7
}

.aside-9 {
    order: 10
}


@media all and (max-width:340px) {
    .block_6_item_text {
        font-size: 10px !important;
    }
    .aside10_3 .gallery {
        grid-column-gap:0;
    }

}
@media screen and (max-width:600px){
    .ticker-wrap{
        width:90%;
        margin-top: 4%;

    }

    .ticker-wrap .ticker__item{
        font-size: 14px !important;
    }
}
@media all and (max-width:768px) and (min-width:712px) {
    .cover{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .main-a{
        font-size: 9px;
        width: 100% !important;
    }
    .sub_slider_video iframe{
        height:265px !important;

    }
    .copyright .container {
        width: inherit !important;
    }
    .footer .container {
        width: inherit !important;
    }
    .navbar-right {
        float: none !important;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .main{
        width:100%;
        order:1 !important;
        height:auto !important;
    }
    .aside-1 {
        order: 2 !important;
        margin-right:15px !important;
    }


    .aside-2 {
        order: 3 !important;
        margin-top: 12px;
    }
    .aside-4 {
        margin-right: 0px !important;
    }



    .aside, .aside10 {
        max-width: 100%;
        margin-top: 15px;
    }
    .aside10_3 .gallery{
        grid-column-gap:50px;
    }
    .cover{
        width:100% !important;
    }

    .block_3_body a {
        font-size: 12px;
        line-height: 26px;
        font-weight: bold;
    }

    .block_3_body p {
        margin-top: 20px;
        font-size: 12px;
    }

    .aside-3 {
        margin-top: 15px;
    }

   

    .aside-5 {
        margin-left: 0 !important;
        margin-right:0px;
    }
    .aside-5-1, .aside-6 {
        margin-right: 0px !important;
    }

    .aside-6 {
        margin-right: 0px !important;
    }
    .aside10_1 {
        order:17 !important;
        margin-right: 15px !important;
        height:auto !important;
    }
    .aside10_1 .item {
        width:100% !important;
    }

    .aside10_2 {
        margin-right: 0px !important;
    }

    .aside10_3 {
        order:19 !important;
        width: 96%;
        height:auto !important;
        margin-left: 0;

    }
    .aside10_3 img {
        width:33.2% !important;
    }

    .aside-8 {
        margin-right: 15px !important;
    }
    .aside-9{
        position:inherit !important;
        margin-right:15px !important;
    }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }
        .aside-9 .current_user {
            position: inherit !important;
        }
     
    .navbar a {
        font-size: 10px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }

   
}
@media all and (max-width:1024px) and (min-width:768px) {
    .aside10_3 .gallery{
        grid-column-gap: 50px;
    }
    .sub_slider_video iframe {
        height: 269px !important;
    }

    .copyright .container {
        width: inherit !important;
    }

    .footer .container {
        width: inherit !important;
    }

    .navbar-right {
        float: none !important;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .main {
        width: 100%;
        order: 1 !important;
        height: auto !important;
    }

    .aside-1 {
        order: 2 !important;
        margin-right: 15px !important;
    }


    .aside-2 {
        order: 3 !important;
        margin-right: 0px !important;
        margin-top: 5%;
        width: 100%;

    }

    .aside-4 {
        margin-right: 15px !important;
    }

    .main-a{
        margin-top: 13%;
        width: 100% !important;
        margin: auto;
    }

    .aside, .aside10 {
        max-width: 47.8%;
        margin-top: 15px;
        margin-right: 15px !important;
    }
    .aside10 {
        max-width: 97.3%;
        margin-top: 15px;
        margin-right: 15px !important;
    }
    .aside10_3 .gallery .image div{
        top:-70px;
    }

    .block_3_body a {
        font-size: 12px;
        line-height: 26px;
        font-weight: bold;
    }

    .block_3_body p {
        margin-top: 20px;
    }

    .aside-3 {
        margin-right: 15px;
    }



    .aside-5 {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .aside-6 {
        margin-right: 15px !important;
    }
    .aside-5-1{
        margin-right: 15px !important;
        margin-left: 0 !important;
    }
    .aside-6 {
        margin-right: 0px !important;
        order:9;
    }
    .cover{
        order:10;
        margin-bottom: 65px;
    }
    .cover img{
        width: 90% !important; 
    }

    .aside10_1 {
        order: 17 !important;
        margin-right: 15px !important;
        height: auto !important;
    }

        .aside10_1 .item {
            width: 100% !important;
        }

    .aside10_2 {
        margin-right: 0px !important;
    }

    .aside10_3 {
        order: 19 !important;
        width: 100%;
        height: auto !important;
    }

        .aside10_3 img {
            width: 33.2% !important;
        }

    .aside-8 {
        margin-right: 15px !important;
    }
        .aside-8 .block_11_content {
            padding-top:10%;
        }
        
        .aside-9 {
            position: inherit !important;
            margin-right: 15px !important;
        }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }

        .aside-9 .current_user {
            position: inherit !important;
        }

    .navbar a {
        font-size: 10px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
}
@media all and (max-width:1258px) and (min-width:1025px) {
    .main-a{
        width:100% !important;
    }
    .aside10_3 .gallery {
        grid-column-gap: 80px;
    }
    .wrapper{
        padding-left:10% !important;
        padding-right:10% !important;
    }
    .sub_slider_video iframe {
        height: 269px !important;
    }

    .copyright .container {
        width: inherit !important;
    }

    .footer .container {
        width: inherit !important;
    }

    .navbar-right {
        float: none !important;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .main {
        width: 100%;
        order: 1 !important;
        height: auto !important;
    }

    .aside-1 {
        order: 2 !important;
        margin-right: 15px !important;
    }


    .aside-2 {
        order: 3 !important;
        width: 100%;
        margin-top: 15px;
    }

    .aside-4 {
        margin-right: 15px !important;
    }



    .aside {
        max-width: 47.8%;
        margin-top: 15px;
        margin-right: 15px !important;
    }
    .aside10 {
        max-width: 99%;
        margin-top: 15px;
        margin-right: 0 !important;
    }

    .block_3_body a {
        font-size: 12px;
        line-height: 26px;
        font-weight: bold;
    }

    .block_3_body p {
        margin-top: 20px;
    }

    .aside-3 {
        margin-right: 15px;
    }



    .aside-5 {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .aside-5-1, .aside-6 {
        margin-right: 15px !important;
    }

    .aside-6 {
        margin-right: 0px !important;
    }

    .aside10_1 {
        order: 17 !important;
        margin-right: 15px !important;
        height: auto !important;
    }

        .aside10_1 .item {
            width: 100% !important;
        }

    .aside10_2 {
        margin-right: 0px !important;
    }

    .aside10_3 {
        order: 19 !important;
        width: 47.8%;
        height: auto !important;
        margin-left: 11px;
    }
    .mob{
        width: 100% !important;
    }
        .aside10_3 img {
            width: 33.2% !important;
        }

    .aside-8 {
        margin-right: 15px !important;
    }

        .aside-8 .block_11_content {
            padding-top: 10%;
        }

    .aside-9 {
        position: inherit !important;
        margin-right: 15px !important;
    }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }

        .aside-9 .current_user {
            position: inherit !important;
        }

    .navbar a {
        font-size: 10px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
}  

.footer {
    background-color: #5e5d5d;
}
.footer h2 {
   border-bottom:none !important;
}
    .footer textarea {
       max-width:100%;
       min-width:100%;
       min-height:100px;
    }

@media all and (max-width:712px){
    .sub_slider_video iframe {
        height: 300px !important;
    }

    .main {
        width: 100%;
        order: 1 !important;
        height: auto !important;
    }

    .aside-1 {
        order: 2 !important;
       
    }


    .aside-2 {
        order: 3 !important;
       
    }
    .block_3_body p {
        font-size: 9px;
        margin: 0px;
        text-align: right;
    }
    .block_3_body img {
        width: 30% !important;
        height: 50px !important;
    }
    .aside-1-1{
        margin: 10px 0;
        width: 100%;
    }
    .aside-8{
        height:auto !important;
    }

    .aside, .aside10, .main {
        max-width: 100%;
        margin-top: 15px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }
    /*.aside-5-1, .aside-6 {
        max-width: 48.6% !important;
    }
    .aside-6{
        margin-right:15px !important;
    }*/
    .aside10_3 {
        width: 100%;
    }
    .aside10_3 .gallery img{
        width:33.33333333% !important;
        height:92px !important;
    }
    .aside-9 {
        position: inherit !important;
        margin-right: 0 !important;
        width: 100%;
    }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }

        .aside-9 .current_user{
            position:inherit !important;
        }
    .aside10_1 {
        order: 17 !important;
        height: auto !important;
    }

        .aside10_1 .item {
            width: 100% !important;
        }

    .cover{
        width: 100%  !important;
        margin-top: 15px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }    
    .main-a{
        width: 100%  !important;
        margin-top: 15px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .aside10_3 .gallery {
        grid-column-gap:20px;
    }

    .aside10_3 .gallery .image img{
        width: 100% !important; 
    }
    .aside10_3 .gallery .image div{
        position: relative;
        z-index: 1;
        top:-50px;
        background-color: #3e3b3b91;
        padding: 5px;
        height: 50px;
        overflow: hidden;
    }
    
    .aside10_3 .gallery .image div a{
    
        font-size: 24px;
        cursor: pointer;
        color: black;
        line-height: 100%;
    
    }
    .footer .container {
        margin-left:15px !important;
        margin-right:15px !important;
    }
    .carousel-v1 .carousel-caption p{
        font-size:10px !important;
        text-align:right;
    }
     
}


.aside-2  .slick-next {
    bottom:0 !important;
}
a :active ,li:active{
    color: #a68431 !important;
}
/*////////////////////////////////////////////////////////////*/


.thumbnail-style {
    box-shadow: 0 0 8px #ddd;
}

    .thumbnail-style h3 {
        text-align: justify;
        direction:rtl;
        
        padding: 20px;
        padding-bottom:0px;
        font-size: 20px !important;
        line-height: 31px;
    }

.desc p {
    font-size: 15px;
}

.team {
    margin-top: 50px;
}

.te {
    padding-left: 150px;
    padding-right: 150px;
}

.blog-twitter-inner {
    font-size: 13px;
}
.blog-twitter .headline h2 {
    font-size: 19px
}
@media all and (max-width:1024px) {
    .te{
        padding-left:50px !important;
        padding-right:50px !important ;
    }
    .thumbnail-style h3 {
        text-align: justify;
        direction: rtl;
        padding: 20px;
        font-size: 18px !important;
        line-height: 31px;
    }

}


/*////////////////////////////////////////////////////////////*/

.img-responsive{
	width:unset !important;
}

#home a {
    /*background-color: #c2c2c2;*/
}
.navbar-default .navbar-toggle:hover {
    background-color: #a68431;
}
.navbar-default .navbar-toggle {
    background-color: #a68431;
    border-color: #a68431;
}
.navbar-right .container{
    margin-left:0px;
}



@media all and (max-width: 425px) {
    .block_3_body p {
        font-size: 7.5px;
    }
}
@media screen and (min-width:500px) and (max-width:678){
    .aside-1-1{
        width: 100%;
        margin: 10px;
    }
}
@media (min-width: 767px){
.header-v1 .navbar-default .navbar-nav > .open > a, .header-v1 .navbar-default .navbar-nav > .open > a:hover, .header-v1 .navbar-default .navbar-nav > .open > a:focus {
    background: #a68431;
}}
@media (min-width: 767px)
{

    .header .dropdown-menu {
        border-top: solid 2px #a68431;}
}

.header-v1 {
    background: linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1), rgb(255 255 255));
}
.album .photos img{
    height: 170px;
}