/*
Theme Name: Arij Arabic
Theme URI: https://arij.net
Author: kuplix team
Author URI: http://kuplix.com/
Version: 1
Text Domain: arij_arabic
*/
    @font-face {
        font-family: DroidKufi;
        src: url('../fonts/DroidKufi-Bold.ttf');
        }
    @font-face {
        font-family: DroidKufi;
        src: url('../fonts/DroidKufi-Regular.ttf');
    }
    *{
        font-family: DroidKufi;

    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right:10px;
    padding-left:10px;
}
.row{
    margin:0px;
}

html,body{
    height:100%;
    margin: 0;
    font-weight: bold;
    padding: 0;
    font-family: Dubai, Dubai1, Dubai2, Dubai3;
    line-height: 1.828571;
}


#top_menu{
    background:#2E2E2E;
    width:100%;
    min-height:20px;
    padding:6px;
    color:#fff;
    font-size: 12px;
}
#top_menu .date{
    margin-top:4px;
}
#top_menu a{
    text-decoration:none;
}
#top_menu .social_icons i{
    font-size: 18px;
    margin: 0 6px;
    border-radius: 20px;
    width: 25px;
    text-align: center;
    height: 25px;
    padding-top: 4px;
}
#top_menu .social_icons i:hover{
    background:#D13636;
}
#top_menu a{
    color:#fff;
}
#top_menu ul{
    padding:0px;
    margin:0px;
}
#top_menu ul li{
    display:inline;
    margin:0 6px;
}
#top_menu i{
    font-size:18px;
    margin:0 6px;
}
#logo{
    float:right;
    margin-left:0px;
    height: 100%;
}
#logo1{
    float:right;
    margin-left:0px;
    height:100%;
}
#main_menu{
    height:75px;
    display: none; 
}
#main_menu.sticky{
    position:fixed;
    top:0;
    height:70px;
}
.navbar-default{
    background-color: transparent;
    border-color: transparent;
}
#main_menu.sticky .navbar{
    margin:10px 0 0 0;
}
#main_menu #menu_con{
    display:table;
    height:100%;
}
#main_menu .navbar{
    display:table-cell;
    vertical-align: middle;
}
#main_menu .navbar a{
    font-size:16px;
    color:#000;
}
.navbar-collapse{
    padding:0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background:#fff;
    color:#D13636 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background:#FFF;
    color:#D13636;
}
.dropdown-menu li a{
    line-height:30px;
}
.dropdown-menu li a:hover{
    background:#f1f1f1;
}
.dropdown-menu {
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
}
#main_menu{
    border-bottom:0px solid lightgray;
    padding:5px 0;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .2);
    background:#FFF;
    width:100%;
    z-index: 5;
    opacity: 0.9;
    position: fixed;
}
#main_menu i{
    font-size:20px;
}

.main-container .row{
    margin:15px 0px;
}
.clear{
    clear:both;
}
.main-container{
    margin:5px;
}
#main_widget{
    xheight:800px;
}
.main-container .details{
    color:#fff;
    position:absolute;
    bottom:0px;
    right:0px;
    padding: 15px;
    background: #00000073;
	width:100%;
}
.main-container .widget{
    height:400px;
    overflow:hidden;
    padding:0!important;
    border-right:10px solid #fff;
    border-left:10px solid #fff;
    margin-bottom: 15px;
}
.widget:hover .details{
	background:none;
}
.main-container .widget .overlay{
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:absolute;
    bottom:0px;
    right:0px;
    display:none;

}
.main-container .widget.smallwidget h3{
    -webkit-transform: translateY( -webkit-calc(10%) );
    transform: translateY( calc(10%) );
    transition: -webkit-transform .40s ease-out;
    transition:         transform .40s ease-out;
}
.main-container .widget.smallwidget:hover h3{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tv_widget{
    height:750px !important;
}
.button-play{
    position: absolute;
    font-size: 50px !important;
    color: #fff;
    top: 50%;
    text-align: center;
    width: 100%;
}
.main-container .widget.smallwidget p{
    height: 0;
    opacity: 0;
    transition: visibility 0s, opacity 0.6s linear;
}
.main-container .widget.smallwidget:hover p{
    height: auto;
    opacity: 1;
}
.main-container .widget .info{
    position:absolute;
    top:20px;
    left:10px;
    width:100%;
    text-align:left;
}
.main-container .widget .info .date{
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:10px;
    border-radius:3px;
    text-align:center;
    margin:2px;
}
.main-container .widget .info .country{
    background:rgba(237, 33, 49, 0.7);
    color:#fff;
    padding:10px;
    border-radius:3px;
    text-align:center;
    margin:2px;
}
.main-container .widget_bk{
    background-size: cover !important;
    background-position: center center !important;
    position:relative;
    width: 100%;
    height: 100%;
}
.main-container .widget:hover .widget_bk, .main-container .widget:focus .widget_bk {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.main-container .widget:hover .overlay, .main-container .widget:focus .overlay {
    display:block;
}
.main-container .widget_bk {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
i.arrow{
    font-size: 13px !important;;
}
.main-container img{
    width:100%;
}
.search-input {
    position:relative !important;
    padding: 0 !important;
    border-right: 1px solid lightgray;
    padding-right: 15px !important;;
}
.search-input input{
    width:180px;
    display:inline;
}
.search-input i{
    position: absolute;
    top: 6px;
    left: 9px;
    color: gray;
    font-size: 14px;
}

.h1, .h2, .h3, h1, h2, h3 {
    line-height: 30px;
}
#actions{
    margin: 15px !important;
}
#actions .box{
    min-height:300px;
    margin:0px;
    color:#000;
    text-align:center;
    padding:15px;
    position:relative;
    margin-bottom:15px;
}
#actions .box button{
    position:absolute;
    bottom:5px;
    left:50%;
    transform: translate(-50%, -50%);
    width:100px;
}

#actions .box i{
    color:#fff;
}
#actions .box a{
    color:#000;
    font-weight:bold;
    text-decoration:none;
    position:relative;
}
#actions .box a{
    background:#D13636;
    border-radius:3px;
    color:#fff;
    padding:3px 12px;
}
#actions .box i.icon{
    font-size: 30px;
    padding: 15px;
    border: 1px dashed #d9534f;
    margin-bottom: 20px;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    color:#D13636;
}

#actions .box h4{
    margin-bottom:20px;
    font-weight:bold;
}
#actions .box p{
    margin-bottom:35px;
}
#actions .box:nth-child(odd){
    background:#f7f7f7;
}
#actions .box:nth-child(even){
    background:#efefef;
}

.container {
    width: 90%;
    position:unset;
}

.news{
    width:100%;
    padding-bottom:30px;
    height: 450px;
}
.news h4{
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
}
a:hover .news h4{
	color:red;
}
#news-activites a:hover{
	text-decoration:none;
}
.news img{
    width: 100%;
    height: 365px;
}
#news-activites .col-lg-6 .title-header{
    margin: 25px 0px !important;
}
.news-img{
    height: 250px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.title-header{
    border-bottom:2px solid #000;
    margin:25px 10px;
    padding:0px;
    position:relative;
}
.title-header h2{
    border-bottom:2px solid red;
    width:250px;
    margin:0 0px -2px 0;
    padding-bottom:7px;
}
.title-header a{
    padding:10px;
    background:#313131;
    color:#fff;
    position:absolute;
    left:0;
    top:-10px;
    width: 110px;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
}
.title-header a:hover{
    background:#D13636;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.news_info{
    padding:12px 0 6px 0;
}
.news_info img{
    height:250px;
}
.news_info i{
    color:#ed2131;
}
.news_info span{
    margin-right:15px;
}
#events li i{
    color:#D13636;
}
#events li span{
    margin-left: 15px;
    color: #fff;
    display: block;
    margin-top: 15px;
}
#events li p{
    color:#dedddd;
    margin-top:15px;
}
#events li:nth-child(odd){
    background:#3c3c3c;
    border:0;
}
#events li:nth-child(odd) h4{
    color:#fff;
    border:0;
}
#events li:nth-child(even){
    background:#2f2f2f;
    border:0;
}
#events li:nth-child(even) h4{
    color:#D13636;
}
#events img{
    width:150px;
    float:right;
    margin-left:8px;
}
#events .date{
    text-align:center;
    background:#D13636;
    color:#fff;
    padding:10px 3px;
    margin:0;
    width:50px;
    float:right;
}
.bgr{
    background:#D13636;
    padding:00px;
}
#events .date span{
    padding:0;
    margin:0;
}
#events .date span:nth-child(1){
    border-bottom:1px dashed  #fff;
    font-size: 20px;
}
#events .date span:nth-child(2){
    display:block;
    margin-top:5px;
    font-size: 12px;
}
.graybk{
    background:#f1f1f1;
    padding:10px 0;
    text-align:center;
    min-height: 330px;
    margin-bottom:20px;
}
.graybk .btn{
    margin:10px;
    background:#D13636;
    border:0px;
    border-radius:3px;
}
.graybk .btn:hover{
    background:#313131;
}
.graybk input{
    width:80%;
    margin:auto;

}
.followus{
    padding:30px 30px 0 30px;
}
.followus .item{
    width: 18%;
    padding: 25px 5px;
    text-align: center;
    color: #000;
    font-size: 14px;
    float: right;
    border-radius: 3px;
    margin: 1%;
}
.followus .item:hover{
    background:#EBEBEB;
}
.followus .item i{
    display:block;
    font-size:45px;
    margin-bottom:10px;

}
.hr{
    width:150px;
    text-align:center;
    background:red;
    height:2px;
}

.navbar-form{
    width:250px;
}
.navbar-form input{
    width:100% !important;
}

footer{
    background:#100f0f;
    margin-top:15px;
}
footer .title-header h4{
    color:#fff;
    border-bottom:2px solid red;
    width:150px;
    margin:0 0px -2px 0;
    padding-bottom:2px;
}
footer li{
    color:#fff;
    line-height:30px
}
footer li a{
    color:#fff;
    text-decoration:none;
}
footer li a:hover{
    color:#D13636;
    text-decoration:none;
}
#copyright{
    background:#1f1f1f;
    color:#fff;
}
#copyright .kuplix{
    text-align: left;
    font-family:verdana;
    color:#fff;
}
#copyright .kuplix a{
    color:#D13636;
}

.navbar-form{
    border:0;
}


@media (max-width: 1365px){
    .container {
        width: 100% !important;
    }
}
/*
@media (max-width: 1800px){
    #main_menu{
        height:105px;
    }
}
@media (max-width: 1600px){
    #main_menu{
        height:95px;
    }
}
@media (max-width: 1400px){
    #main_menu{
        height:80px;
    }
}
*/
@media (max-width: 1150px){

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-default .navbar-collapse{
        background-color: #F8F8F8;
        position: absolute;
        top: 100%;
        width: 250px;
        z-index: 500;
        left: 0;
        border: 1px solid #eaeaea;
    }
    nav ul ul.dropdown-menu{
        background:#ececec !important;
        padding-right:10px;
    }
}
@media (max-width: 770px){
    .navbar-default .navbar-collapse{
        background-color: #F8F8F8;
        position: absolute;
        top: 100%;
        padding: 10px;
        z-index: 500;
        left: 0;
        border: 1px solid #eaeaea;
    }
	.media-body{
		width:60% !important;
	}
}
.dropdown-menu2{
    position: absolute;
    left: -229px;
    top: 0;
    background: white;
    display: none;
    list-style: none;
}
.dropdown-menu2 li a{
    line-height:35px;
}
.dropdown-menu li{
    position:relative;
}
.dropdown-menu li a:active{
    background:red;
}
footer .list{
	list-style-type:none;
	padding:10px;
}
footer .list li{
	xdisplay:inline;
	xpadding:10px;

}
footer .list li span{
	border-bottom:1px dashed #969696;
}
.black{
	background:#000;
	padding-top:6px;
	padding-bottom:6px;
}
footer h4{
	padding:10px;
	margin-bottom:0px;
	border-bottom:2px solid #A30E12;
}
footer .fsubmenu a{
	border:0px !important;
}
#bs-example-navbar-collapse-1 input{
    position: relative;
}
#bs-example-navbar-collapse-1 i{
    position: absolute;
    top: 7px;
    left: 11px;
    color: #d9534f;
}
.most-popular-sidebar {
    text-align: center;
    margin-top: 20px;
    background: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
}
.most-popular-sidebar h5{
    padding-top: 0px !important;
}

.most-popular-sidebar img {
    width: 120px;
    height: 100px;
}
.sidebar {
    padding-right: 0px;
    width: 96%;
}
.sidebar h4{
    text-align: center;
}
.sidebar h5{
	font-weight:normal;
}
.followus-sidebar {
    text-align: center;
    margin-bottom: 30px;
}
.cat-post{
	height:460px;
}
.info-date {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 100%;
    text-align: left;
}
.info-date .date {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    margin: 2px;
}
.title-left {
    display: inline-block;
    color: #2f2f33;
    font-size: 23px;
    margin: 0;
    position: relative;
    font-weight: 600;
}
#category{
	width:90%;
}
.most-popular-sidebar .media-body p {
    color: #90979c !important;
    font-size: 14px !important;
}
.sidebar #actions{
	margin:5px 0 15px!important;
}
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    line-height: 13px;
    font-size: 11px;
	display:block;
}
.pagination span, .pagination a {
    display: block;
    float: right;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    font-size: 11px;
}
.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #CC3333;
    color: #fff;
    font-size: 11px;
}
.pagination a:hover {
    color: #fff;
    background: #CC3333;
    font-size: 11px;
}
.slider_content_box h4 {
    line-height: 33px;
    font-size: 21px;
    margin-top: 61px;
}
#category {
    margin-top: 15px;
    margin-bottom: 20px;
}
.cat-overlay {
    background: black;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}
.thumbnail {
    padding: 0px;
    border: none !important;
    position: relative;
}
.thumbnail img {
    width: 100%;
    height: 290px !important;
}
#category h5 {
    text-align: right;
    margin: auto;
    color: black;
    line-height: 27px;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: bold;
}
.caption .title {
    overflow: hidden;
}
 .box-title {
    padding: 0 0 10px;
    display: block;
    position: relative;
    border-bottom: 2px solid #cecece;
    margin-bottom: 30px;
}
.box-title::after {
    content: "";
    position: absolute;
    right: 0;
    width: 115px;
    height: 2px;
    background: #ed1d30;
    bottom: -2px;
}
.caption {
    text-align: center;
    padding: 0px;
}
.caption .Excerpt {
    overflow: hidden;
    margin-top: 5px;
}
#category p {
    text-align: right;
    color: #404040;
    line-height: 23px;
    margin: auto;
    padding: 0 10px;
}
.sidebar h4 {
    font-weight: bold;
    color: black;
    font-size: 20px;
}
.media {
    margin-top: 15px;
}
.media {
    clear: both;
    padding-bottom: 10px;
}
.media-middle {
    vertical-align: middle;
}
.media-middle {
    float: right;
}
.category-name {
    position: absolute;
    background: #ED1D30;
    padding: 5px;
    top: 10px;
    left: 13px;
    display: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
#category-investigation .info-date {
    position: absolute;
    top: 20px;
    left: 65px;
    width: 100%;
    text-align: right;
}
.slider_content_box a {
    color: white;
}
#category a{
	text-decoration:none;
}
#category a:hover h5 {
    color:#ED2635;
}
.sidebar #actions .box{
    min-height:260px;
	width: 100%;
}
.social {
    background-color: #F7F7F7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social .fa {
    font-size: 20px;
    padding: 10px;
    color: black;
}
#body-single{
	padding-left:0px;
	padding-right:0px;
}
#head-div-content{
    text-align: center;
    padding-top: 15px;
    margin-bottom: 12px;
}
#head-div-content h1{
    margin-top:0px;
    font-weight: bold;
    color: black;
}
#avatar-sidebar .caption .btn-default{
    margin-top: 10px;
}
#content-side hr{
    width: 10%;
    border: 1px solid;
    color: darkgrey;
    margin-bottom: 8px;
}

#content-side h3{
    font-weight: bold;
    margin-bottom: 50px;
    color: black;
}
#second-head{
    margin-bottom:20px !important;
}
figure{
  box-shadow: 0 0 1px black;
    text-align: right;
}
.tags-side{
    float:right;
}
.social-side{
    float:left;
    color: black;
}
.social-side a{
    padding: 8px;
    color: black;
}
.social-side a:hover{
    color: red;
}
#body-single img{
    width: 100%;
}
#div-to-edit-text{
    text-align: center;
    margin-bottom: 50px;
}
#div-to-edit-text span ,figcaption{
    font-size: 14px;
    font-weight: bold;
    color:#767E85;
    padding: 0;
}
#div-to-edit-text h3{
    margin-bottom: 10px;
    color: black;
}
.sidebar hr{
    width:10%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #a9a9a9;
}
#avatar-sidebar{
    text-align: center;
    padding-top: 30px;
    margin-bottom:30px;
}
.btn-default:hover {
    color: #fff;
    background-color:#EB2629;
    border-color: #adadad;
}
.caption a{
    width: 100%;
    background-color: #4e4c4c;
    color: white;
}
#most-popular-sidebar img{
    width: 120px;
    height: 100px;

}
#head-div-content span {
    font-size: 12px;
    font-weight: bold;
    color:#767E85;
}

#most-popular-sidebar h5{
    line-height: 1.6;
    color: black;
}
#most-popular-sidebar{
    text-align: center;
    margin-bottom: 30px;
}
.tags{
    list-style-type: none;
	display:inline;
}
.tags-side span{
    font-size: 15px;
    font-weight: bold;
}

.media{
    clear: both;
    padding-bottom: 10px;
}
.media-middle{
    float: right;
}
#avatar-footer-img{
	width:15%;
	float:right;
	    margin-left: 20px;
}
.tags li{
    float:right;
    padding:10px;
    margin: 4px;
    background-color: #F7F7F7;
    font-size:  12px;
}
#tags-sidebar{
    text-align: center;
}
.tags-div{
    margin-bottom: 30px;
	text-align:center;
}
#Advertisement img{
   border-radius: 0px;
}
#followus-sidebar{
    text-align: center;
    margin-bottom: 30px;
}
.tags li:hover {
    background: #EB2629 !important;
}
.tags li a{
    color: black;
}
.tags li:hover a {
    color: white;
    background-color: #EB2629;
    text-decoration: none;
}
.social .fa{
    font-size: 20px;
    padding: 10px;
    color: black;
}
.sidebar h4{
    font-weight: bold;
    color: black;
	font-size:20px;
}
.social{
    background-color:#F7F7F7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.media-body{
    padding-right: 15px;
    text-align: right;
	float:right;
	width:68%;
}
#most-popular-sidebar .media-body p{
	color:#90979c;
	font-size: 14px;
}

.caption a{
    padding: 14px;
    font-size: 14px;
    border-radius:0px;;
}

.media-left img{
    width: 100px !important;
}
.media-body-footer h4{
    color: black;
    font-weight: bold;

}
#content-side li{
	font-size:15px;
}
.main-single-img img{
	width:100%;
}

#single {
    margin-top: 15px;
    margin-bottom: 20px;
}
#single h5 {
    text-align: right;
    margin: auto;
    color: black;
    line-height: 27px;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: bold;
}
#single p {
    text-align: right;
    color: #404040;
    line-height: 23px;
    margin: auto;
    padding: 0 10px;
}
#single #content-side {
	margin-top:5px;
}
#single #content-side p {
    text-align: right;
    color: #404040;
    line-height: 30px;
    margin: auto;
    padding: 0 0px;
}
#category .sidebar h5 , #single .sidebar h5{
	font-weight:normal;
}
#single-investigation #main-img {

    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
#single-investigation{
	padding-left:0px;
	padding-right:0px;
}
#single-investigation .parallex-img {
    background-image: url(images/MAIN_Buses-of-Death-Tunis.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 600px;
}
#single-investigation #avatar-footer-img {
    width: 15%;
    float: right;
    margin-left: 20px;
}
#single-investigation #avatar-footer-img img {
    height: 130px;
}


#single-investigation .media-heading a {
    color: black;
}
#single-investigation .title-img h1 {
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 17px;
}
#single-investigation .title-img span {
	color: white;
    font-weight: bold;
    font-size: 21px;
    border-top: 1px solid #f52222;
    width: 100%;
    display: block;
}
#single-investigation .title-img {
    background: #000000ad;
    width: 35%;
    padding: 29px;
    position: absolute;
    bottom: 114px;
    left: 100px;
    height: 270px;
}
.writer {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
#single-investigation .container {
    padding: 16px 0 37px;
}
#single-investigation p {
    line-height: 28px;
    font-size: 16px;
}
#single-investigation strong {
    font-size: 20px;
}
#page {
    margin-top: 15px;
    margin-bottom: 20px;
}
#page h5 {
    text-align: right;
    margin: auto;
    color: black;
    line-height: 27px;
    font-size: 16px;
    padding: 10px 10px;
}
#page ul li {
    line-height: 24px;
}
#page h4 {
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 991px){
	.sidebar{
		width:100%;
	}
}
@media screen and (max-width: 1024px){
	.title-img h1 {
		font-size: 18px !important;
		line-height: 39px !important;
		margin-bottom: 17px !important;
	}
	#single-investigation .title-img span {
		color: white;
		font-weight: bold;
		font-size: 18px;
		border-top: 1px solid #f52222;
	}
		#single-investigation .title-img {
		width: 56%;
	}
}
@media screen and (max-width: 776px){
	.title-img h1 {
		font-size: 15px !important;
		line-height: 25px !important;
		margin-bottom: 17px !important;
	}
	#single-investigation .title-img span {
		color: white;
		font-weight: bold;
		font-size: 12px;
		border-top: 1px solid #f52222;
	}
	#single-investigation .title-img {
		width: 56%;
	}
}
@media screen and (max-width: 1242px){
	#single-investigation .title-img h1 {
		color: white;
		font-weight: bold;
		font-size: 22px;
		line-height: 39px;
		margin-bottom: 17px;
	}
}
#contactus .fa{
    color:#ee1c2e;
    font-size: 24px;
}
#contactus-map{
    padding-left: 0px;
    padding-right: 0px;
}
#contactus .title {
    text-align: center;
}
#contactus
h1{
    font-weight: bold;
}
#firstrow{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
#firstrow span,#firstrow p{
    color: #404040;
}
#secondrow{
    margin-bottom: 30px;
}
.submit-btn{
	width:30%;
	border-radius:0;
}
#map{
	width:100%;
	height:340px;
}
@media screen and (max-width: 767px) {
	.submit-btn{
		width:100%;
	}
}
.read-more{

    font-weight: bold;
    margin-top: 45px;
    font-size: 20px;
}
.more-news{
	float:right;
	width:600px;
}
.more-news li{
	margin-bottom:10px;
}
.sort-cat {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #eaeaea;
}
.sort_date, .sort_country {
    float: right;
    padding: 0;
}
.sort-cat i {
    color: gray;
    float: right;
    padding: 5px;
}
.sort-button {
    background: transparent;
    color: gray;
    border: none;
    padding: 0px 10px;
    border-left: 1px solid #d4d4d4;
}
.sort_date {
    margin-right: 10px;
}
.sort_date, .sort_country {
    float: right;
    padding: 0;
}
.dropdown-menu>li {
    border-bottom: 1px solid #eceaea;
}
.dropdown-menu>li>a {
    text-align: right;
}
#contactus .input-lg{
	font-size: 14px;

}
#contactus .btn{
	background-color: #c9302c;
	color:white;
}
#page p {
    text-align: right;
    color: #404040;
    line-height: 30px;
    margin: auto;
    padding: 0 10px;
}
.followus a:hover{
	text-decoration:none;
}
.followus a{
	color:black;
}
.thumbnail .caption a{
color:black;

}
.thumbnail .caption a:hover{
	text-decoration:none;
}
a .news{
	color:black;
}
a:hover .news {
	text-decoration:none;
}
#tv_video{
	display:none;
}
#image_video{
	cursor:pointer;
}
.caption .author{
    text-align: right;
    color: #d13636;
    font-weight: bold;
}
#single-investigationxxxx p img {
    width: 100%;
    height: 100%;
}
#single-investigationxxxxx p iframe {
    width: 100%;
}
.banner-image{
	width: 100%;
    height: 300px;
    background: #f7f7f7;
    margin-top: 20px;
	display:table;

}
.banner-image p{
	text-align:center !important;
	vertical-align:middle;
	display:table-cell;
	font-size:20px;
	color:gray !important;
}
.banner a:hover{
	text-decoration:none;
}
.banner img{
	width:100%;
	margin-top:20px;
}
.grid-style:nth-child(odd) .grid-design{
	float:right;
}
.grid-style:nth-child(even) .grid-design{
	float:left;
}
.wpcf7-form input, textarea {
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    color: #777;
    padding: 7px 14px;
    background: #FBFBFB;
}

#page input[type="submit"] {
    border: 0;
    background: #EA2A2D;
    font-family: 'Droid Arabic Kufi', arial, Georgia, serif!important;
    color: white;
    cursor: pointer;
}
#page .g-recaptcha{
	padding:20px;
}

#single p img{
	width:100%;
	height:auto;
}
#single-investigation p img{
	width:100%;
	height:auto;
}
#single video{
	width:100%;
}
#single-investigation video{
	width:100%;
}
#single-investigation iframe{
	width:100%;
}
#single iframe{
	width:100%;
}
.title-header .section-title{
	color:black;
	padding: 0;
	background:none;
	position:static;
	top:0;
	left:0;
}
.title-header .section-title:hover{
	background:none;
	color: #3e3c3c;
}
#news-activites .title-header h2{
	width: 97px;
}
.event_time{
    color: black;
    padding: 5px;
}
.nav_menu{
	display:none !important;
}
@media screen and (max-width: 991px) {
	.nav_menu{
		display:block !important;
	}
	#top_menu{
		display:none;
	}
}
@media screen and (max-width: 1386px) {

}
.gticker-wrapper{
	display:none !important;
	padding: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
	background-color:#ec2330 !important;
}
.gticker-content{
line-height:1.5em !important;
}
.gticker-content a{
	color:white;
	font-weight:bold;
	font-size:12px;
}
.gticker-swipe{
	height:33px !important;
	background-color:#ec2330 !important;
}
.gticker{
	height:31px !important;
}
.gticker-swipe span{
	background-color:#ec2330 !important;
}
#actions p{
		text-align:center !important;
}
.cat-post{
    margin-bottom: 50px;
}
.training_page h5{
	padding:0 !important;
}
.training_page a:hover{
	text-decoration:none !important;
}



 .introh {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    height:100vh;
    z-index:2;
    background-size:cover;
    background-image: url(../images/bkground.jpg);
    background-position: center center;
  background-attachment: fixed;

}

.layer-main {
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titlea{font-size: 40px;
        text-align: center;
        font-family: DubaiBold,DubaiBold1,DubaiBold2,DubaiBold3;}
.introh-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index:999;
}

.introh-text h1 {
    color:#fff;
    text-align:center;
    font-weight: 700;
    font-size: 20px;
    line-height:1.1em;
    padding-top:30px;
    text-transform: uppercase;

}
.line-spacer {
    width: 70%;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom:2px solid #fff;
}

.line-spacer1 {
    margin: 0 auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #737171;
    border-bottom-style: dotted;
}
#author{
  margin-top: 20px;
}
.introh-text p span {
    color:#fff;
    font-size: 24px!important;
    text-align:center;
    font-weight: 700;
}

.aqsa-m{
  display: none;
}

.title-img{
    margin-right: 18%;
    float: right;
    border-color: white;
    border-width: 3px;
    border-style: solid;

}
#sup-title{
    line-height: 2.5;
    float: right;
    font-size: 16px;
    color:#4c4747;
    padding-right: 10px;
    font-weight: 700;
}

.title-img11{
    margin-right:22%;
    cursor: pointer;
 }

.text{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden;
	direction: rtl;
	font-size: 15px!important;
}

.ptitle{
	padding-top: 30px;
	text-align: center;
	font-size: 26px;
}

.title2{
    color: #560202;
    font-size: 27px;
    text-align: center;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 12px;
}

.title3{
	font-size: 20px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #560202;
}

#youtube{
	margin-top: 10px;
}

#youtube1{
	margin-bottom: 30px;
}

#law{
width: 400px;
text-align: right;;
direction: rtl;
background-image: url(images/icon.svg);
background-repeat: no-repeat;
background-position: left;
font-size: 12px;
}

#lawtitle{
font-size:30px;
color: #a01e1e;
border-bottom: 4px solid #a01e1e;
padding-bottom: 5px;


}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #a01e1e;
    text-decoration: none;

}
.morelink:active{
  color: black;
  text-decoration: none;
  color: #a01e1ecf;

}
.morelink:hover{
  color: #a01e1ecf;
  text-decoration: none;

}
.morelink:visited{
  color: #a01e1ecf;
  text-decoration: none;

}

.morelink:focus{
  color: #a01e1ecf;
  text-decoration: none;

}
.title-law i{
  color: #a01e1e;
  text-align: right;
}
.title-law{
  color: #a01e1e;
}
.book{
	height: 50vh;
	width: 100vw;
background-color: #f4f4f4;
padding-left: 0;
padding-right: 0;
/*	background-color: #8080800d; */
	-moz-transform: scale(1) rotate(-1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.flip
{
	-moz-transform: scale(1) rotate(1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(1deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.sgfx{
  display: none;
}

.space2{
  margin-right: 5%;
}
@media (max-width:480px){
    .introh {
        position: relative;
        margin: 0 auto;
        width: 100%;
        overflow-x: hidden;
        height:100vh;
        z-index:2;
        background-size:cover;
        background-image: url(../images/bkphone.jpg);
        background-position: center center;
        background-attachment: inherit;
    }
  .introh-text h1
 {font-size: 2em;}
 .introh-text p span {
     color:#fff;
     font-size: 16px!important;
     text-align:center;
     font-weight: 700;
 }
.text{
  text-align: right;
}

#youtube{
margin-bottom: 10px;
}

.lgfx{
  display: none;
}

.sgfx{

display: block;

}


#law{
width: 100%;
text-align: right;;
direction: rtl;
background-image: url(../image/icon.svg);
background-repeat: no-repeat;
background-position: center;
font-size: 18px;
margin: 0 0 10 0;

}

.imghide{
  display: none;
}

.ptitle{
  font-size: 24px;
}
}


@media (max-width:768px){
.book {

  height: 345px;
}
#law{
margin-right: 0;
padding-top: 25px!important;
}





.lgfx #law{
width: 42vw;
}
#left{
  float: left;
  margin-left: 0!important;
}

#youtube{
  margin-bottom: 20px;
}
#right{
  float: right;
}

.imghide{
  display: none;
}
}


@media (min-width:1024px) {
.book {

  height: 335px;
}




#youtube{
  margin-bottom: 20px;
}
.space2{
  margin-right: 10%;
}
}
@media (min-width:2800px){
   
    .marrof{
        display: none;
    }
}
@media (max-width:2600px) and (min-width: 2000px){
    .marrof{
        display: none;
    }
}
@media (min-width:1800px){
    .box{
        margin-bottom: 28px;
    }
    .flip-box {
        width: 34%;
        height: 347px;
        perspective: 1000px;
    }
    .direction1 {
        margin-right: 41%;
    }
       
        .text{
        font-size: 17px!important;
        }


        #hh {
                display: grid;
            }
        .space {
        margin-left: 16vw;
        }
        #law{
        margin-right: 3.2vw;
        }

        .space2{
        margin-right: 300px;
        }
        }
        #show{
        display: none;
        }
        #show1{
        display: none!important;
        }

        @media (min-width:1440px){
        #law {
            margin-right: 3.8vw;
        }
        }


        figcaption{
        padding: 5px;
        }


@media (max-width:570px){
.space2 img {width: 260px;}
.book #law {
  font-size: 10px!important;
}
}

@media (max-width:767px){
  .aqsa-m {
    display: block;
  }
}

#p0 {
  padding-top: 0px;
}

.sizeh{
  height: 25vh;
}


#copy{
  font-size: 14px;
  font-weight: 700;
color: #a01e1e;
}


#abeer span {
  border-right: 2px solid #a01e1e;
  padding-right: 5px;
  display: block;
}
