/*
Theme Name: Arij English
Theme URI: https://en.arij.net
Author: kuplix team
Author URI: https://kuplix.com/
Version: 1
Text Domain: arij_english
*/

@font-face {
    font-family: DubaiFontLight;
    src: url(fonts/DubaiW23-Light.ttf);
}
@font-face {
    font-family: DubaiFontBold;
    src: url(fonts/DubaiW23-Bold.ttf);
}
*{
    font-family:'DubaiFontBold',tahoma,arial;
    font-family:'Droid Arabic Kufi',arial,Georgia, serif
}

.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;
}
p{
    line-height:25px;
    font-size:16px;
}
html,body{
    height:100%;
}


#top_menu{
    background:#2E2E2E;
    width:100%;
    min-height:20px;
    padding:6px;
    color:#fff;
}
#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:left;
    margin-left:0px;
    height:100%;
}
#logo1{
    float:left;
    margin-left:0px;
    height:100%;
}
#main_menu{
    height:115px;
}
#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;
}
#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;
    left:0px;
    padding: 15px;
	text-align:left;
    background: rgba(0,0,0,0.45);
	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;
}
.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;
    right:10px;
    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: 38px;
}
#actions{
    margin: 15px !important;
}
#actions .box{
    min-height:370px;
    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;
}
#actions .box a{
    background:#D13636;
    border-radius:3px;
    color:#fff;
    padding:3px 12px;
	position: absolute;
    bottom: 14px;
    right: 37%;
}
#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:normal;
	line-height:26px;
}
#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-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:2px;
}
.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:left;
    margin-right:8px;
}
#events .date{
    text-align:center;
    background:#D13636;
    color:#fff;
    padding:10px 3px;
    margin:0;
    width:50px;
    float:left;
	overflow: hidden;
}
.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: 23%;
    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:3px;

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

.navbar-form{
    width:200px;
}
.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{
    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: 1160px){
    .navbar-form {
        width: 195px;
    }
}
@media (max-width: 1150px){
    .navbar-form {
        width: 195px;
    }
    #main_menu{
        height:apx; 
    }  
    .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: -113px;
        border: 1px solid #eaeaea;
    }

}
.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;
    right: 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;
	margin-bottom: 40px;
}
.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: left;
    margin: 2px 0px 2px 2px;
    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: left;
    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;
    left: 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: left;
    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: left;
}
.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{
    text-align: center;
    margin-bottom: 30px;
}
.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;
}
#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: left;
}
#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: left;
    margin: auto;
    color: black;
    line-height: 27px;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: bold;
}
#single p {
    text-align: left;
    color: #404040;
    line-height: 23px;
    margin: auto;
    padding: 0 10px;
}
#single #content-side {
	margin-top:5px;
}
#single #content-side p {
    text-align: left;
    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 p img{
	width:100%;
	height:auto;
}
#single p img{
	width:100%;
	height:auto;
}
#single video{
	width:100%;
}
#single-investigation video{
	width:100%;
}
#single-investigation iframe{
	width:100%;
}
#single iframe{
	width:100%;
}
#single-investigation p img{
	width:100%;
	height:auto;
}
#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: left;
    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;
}

#single-investigation .video-mobile {
	display: none
}
#single-investigation .video-mobile h1 {
    border-bottom: 1px solid #f52222;
	display: inline-block;
    padding-bottom: 15px;
}

#single-investigation .video-mobile span {
    font-weight: 700;
    font-size: 12px;
	display: block;
	margin-top: 5px;
}
@media (max-width: 425px){
	#single-investigation .videoWrapper .title-img{
		display: none;
	}
	
	#single-investigation .video-mobile {
		display: block
	}
}

@media (max-width: 991px){
	#single-investigation .videoWrapper .video-mobile {
		display: block
	}
	
	.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 .title 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: left;
}
#contactus .input-lg{
	font-size: 14px;
	
}
#contactus .btn{
	background-color: #c9302c;
	color:white;
}
#page p {
    text-align: left;
    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: left;
    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 {
    width: 100%;
    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;
}
.news-activites .title-header h2{
	border-bottom: 2px solid red;
    width: 150px;
    margin: 0 0px -2px 0;
    padding-bottom: 7px;
}
.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: 190px;
}
.event_time{
    color: black;
    padding: 5px;	
} 
.nav_menu{
	display:none !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.nav_menu{
		display:block !important;
	}	
	#top_menu{
		display:none;
	}
}
.training_page h5{
	padding:0 !important;
}
.training_page a:hover{
	text-decoration:none !important;
}
.disable_submit{
	background: #bdbdbd69 !important;
    color: #00000061 !important;
    border: 1px solid #cfcece !important;
}

#events h4{
	line-height: 1.6;
}

@media (max-width: 1190px) {
	#top_menu .social_icons i {
		font-size: 17px;
		margin: 0;
		width: 25px;
	}
}

@media (max-width: 990px) and (min-width:768px) {
	#events img {
		float: right;
	}
}

@media (max-width: 450px) {
	#events li.list-group-item img {
		float: none;
		margin: auto;
		margin-left: -50px;
	}
	
	#events li.list-group-item{
		text-align: center;
	}
	
	.followus {
		padding: 30px 0px 0;
	}
}

@media (max-width: 400px) {
	#logo{
		display: none !important;
	}
	
	#logo1{
		display: block !important;
	}
}

.wpcf7-form input[disabled], textarea[disabled]{
	background: #e0e0e0;
}

.workflow_form p{
	margin: 10px 5px !important;
}
.workflow_form .wpcf7-form-control-wrap {
    margin: 10px;
    display: block;
}

.workflow_form .wpcf7-form-control-wrap label{
	font-weight: normal;
}

body.hide_recapcha .grecaptcha-badge {
	display: none;
}


.counter {
    /* background-color:#f5f5f5; */
    padding: 0px 5;
    border-radius: 0px;
    position: relative;
    font-size: 24px;
    /* border: 1px solid #efefef; */
}
.counter::after {
    
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    position: absolute;
    z-index: -1;
    background-position: center center;
}
.counter.box1::after{
	background-image:url('images/box1.jpg');	
}
.counter.box2::after{
	background-image:url('images/box2.jpg');	
}
.counter.box3::after{
	background-image:url('images/box3.jpg');
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 25px;
    color: red;
    margin-bottom: 0;
    text-align: center;
    z-index: 5589;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 22px;
    margin-bottom: 0;
    text-align: center;
}
.px-0{
	padding-left:0px;
	padding-right:0px;
}
.counter_cover{
	width: 50%;
    padding: 30px 15px;
    background: rgba(246,245,244,0.8);
    border-radius: 0  235px 0 0;
}
.counter_cover .bold{
	font-weight:bold
}
.counter_cover p,.counter_cover h2{
	margin-right:45px;
}


#login-page .title {
	margin-top: 40px;
    text-align: center;
	margin-bottom: 20px;
}

#login-page .title h1 {
    font-weight: bold;
}

#login-page .input{
	font-size: 14px;
	border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    color: #777;
    padding: 7px 14px;
    background: #FBFBFB;
	height: 46px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#login-page #loginform p{
	text-align: center;
    max-width: 500px;
    margin: 0 auto;
	margin-bottom: 15px;
}

#login-page #loginform .login-remember{
	text-align: left;
}

#login-page #loginform #wp-submit{
	background-color: #c9302c;
    color: white;
	font-size: 14px;
	border-color: #ac2925;
	border-width: 1px;
    border-style: solid;
	padding: 7px 14px;
	width: 100%;
}

.register-link{
	float: right;
    font-size: 11px;
    margin-top: 3px;
}

#login-page .login-remember label{
	display: block;
}

#login-page .alert-danger{
	opacity: 1;
    margin-bottom: 0;
    max-width: 500px;
    margin: auto;
}

.submit-register{
	margin-top: 20px;
	margin-bottom: 20px;
}

.profile-name{
	margin-bottom: 20px;
    padding-bottom: 5px;
	font-size: 29px;
}

.profile-role{
	margin-top: 0;
    font-size: 12px;
    color: #b1b1b1;
}

p.profile-item {
    margin-bottom: 18px;
}

.profile-item span:first-child{
	min-width: 150px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

.profile-item span:last-child{
    display: inline-block;
}

.profile-item .fa{
    font-size: 20px;
	margin-left: 7px;
}

.profile-box{
	padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 1px 1px 1px #eee;
    box-shadow: -1px 3px 4px 1px rgba(105, 105, 105, 0.2)
}

.profile-img-wrapper{
	text-align: center;
}

.profile-item-box{
	height: 100px;
    padding: 15px;
	margin-bottom: 18px;
    background: #fff;
	color: #000;
	box-shadow: -1px 3px 4px 1px rgba(105, 105, 105, 0.2)
}

.profile-item-box span:first-child{
	display: inline-block;
    color: rgb(228, 5, 32);
	margin-right: 5px;
    font-size: 38px;
    margin-top: 7px;
}

.profile-item-box span:last-child{
	margin-right: 15px;
    display: inline-block;
    margin-top: 0px;
    line-height: 0px;
    position: relative;
    top: -8px;
    font-size: 15px;
    font-weight: bold;
}

.matirial-form input,.matirial-form select{
	border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    color: #777;
    padding: 7px 14px;
    background: #FBFBFB;
}

.profile-wrapper a{
	text-decoration: none;
}