@font-face {font-family: Kufi; src: url('../fonts/Droid.Arabic.Kufi.ttf');}
@font-face {font-family: Jazeera; src: url('../fonts/Al-Jazeera-Arabic.ttf');}
body{
    font-family: Jazeera, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    --main-color:#651030;
    --second-color:#7A3B4C;
    height: 1500px
    
}
ul {list-style: none;padding: 0;margin: 0;}
a {text-decoration: none !important;}
p {margin-bottom: 0;}
/*-- zoom img on hover --*/
.zoom-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.abc{
    
    color: #631233;
    width: 30px;
    text-align: center;
}

.zoom-img img {
    width: 100%;
    height: 100%;
    transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -webkit-transition: all .75s ease-in-out;
}

.zoom-img:hover img,
.zoom-img img:hover{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*-- /zoom img on hover --*/
header {
    background: var(--main-color)
}
/*--upper page --*/
header  .upper {
    position: fixed;
    z-index: 999999;
    right: -200px;
    width: 200px;
    bottom: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all 0.5s ease-in-out;
}

header  .upper.open {
    right: 0;
}

.overlay-all {
    position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.overlay-all.open {
    opacity: 1;
    visibility: visible;
}

header .upper ul {
    margin-top: 20px;
    padding-right: 15px;
}
header .upper ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 6px;
    border-radius: 40px;
    transition: all .5s ease-in-out;
}
header .upper ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    transition: all .5s ease-in-out;
}
header .upper ul li a:hover {
    color: #641233;
}
header .upper ul li a:hover li {
    box-shadow: 5px 4px 5px 1px;
}

header .upper .socail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    height: auto;
    overflow-y: hidden;
}

header .upper .socail li {
    float: right;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
}

header .upper .socail li a {
    color: #631233;
    position: relative;
    top: 0;
}

header .upper .socail li a:hover {
    top: -5px;
}

@media(max-width:991px) {
    header .upper ul {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 0px;
        height: calc(100vh - 50px);
        overflow-y: scroll;
    }
    header .upper ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.start {
    display: block !important;
}
.close-it {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 25px;
    transition: all 0.5s ease-in-out;
}
.close-it:hover {
    color: #631233;    
}
/*--/upper page --*/
header .top-part {
    border-bottom: 1px solid #FFF;
    padding: 20px;
}

header .top-part  .menu-btn {
    background: none;
    outline: 0;
    border: 1px solid #FFF;
    padding: 5px 7px
}

header .search-button {
    padding: 20px 0; 
    text-align: center;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

header .search-button .fa-align-justify {
    font-size:20px;
    cursor: pointer   
}

header .search-area {
    display: inline-block;
}

header .search-area .search {
    position: relative
}

header .search-area input {
    background: var(--second-color);
    border: none;
    outline: none;
    border-radius: 20px;
    height: 30px;
    padding: 10px;
    margin-right: 20px;
    color: #FFF;
}

header .search-area input::placeholder {
    color: #FFF
}

header .search-area .search button {
    background: none;
    color: #FFF;
    border: none;
    outline: 0;
    position: absolute;
    left: 5px;
    top: 5px
}

header .search-button .fa-align-justify {
    color: #FFF
}

header .logo img {
    height: 110px;
    display: block;
    margin: auto
    
}

header .weather {
    display: inline-block;
    position: relative;
}

header .weather .btn-button {
    position: absolute;
    color: #fff;
    right: -35px;
    top: -10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

header .weather.open .btn-button {
    transform: rotate(180deg);
}

header .sub-weather-btn img,
header .sub-weather-box li img {
    max-width: 20px;
    max-height: 20px;
}

header .sub-weather-btn li,
header .sub-weather-box li {
    display: inline-block;
    color: #fff;
    padding: 0 3px;
}

header .sub-weather-box {
    position: absolute;
    z-index: 5555;
    top: 70px;
    padding: 10px;
    width: 150px;
    left: 0;
    color: #fff;
    background: #4e1233;
    opacity: 0;
    text-align: right;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

header .sub-weather-box > div li:first-child {
    width: 40px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

header .sub-weather-box li:last-child {
    float: left;
}

header .weather.open .sub-weather-box {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

header .sub-weather-box > div {
    padding: 5px 0;
    border-bottom: 1px solid #999;
}

header .sub-weather-box > div:last-child {
    border-bottom: 0;
}

header .weather li:first-child {
    margin-bottom: 15px;
}

.booked-wzs-bottom-160-110 {
	display: none !important;
}

.w120x36-01,
.booked-weather-120x36{
	min-width: 115px !important;
	width: 115px !important;
}

.booked-weather-120x36 {
	border: none !important;
	background-color: #651030 !important;
}

header .sub-weather-box .booked-weather-120x36 {
    background-color: #4e1233 !important;
}

header .weather-social {
    text-align: center;
    display: inline-block;
    border-right: 1px solid #fff;
    margin-top: 60px;
}

.weather-social {
    display: inline-block
}

.weather-social li {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    margin-right: 10px;  
}

.weather-social li a {
    color: #FFF;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7A3B4C;
    text-align: center;
    line-height: 30px ;
    transition: all 0.5s ease-in-out;
}

.weather-social li a:hover {
    background: #fff;
    color: #7A3B4C;
}

header .menu {
    text-align: center
}

header .menu ul li {
   display: inline-block;
   margin-left: 20px;
   margin-right: 20px;
}

header .menu li a {
    color: #FFF;
    padding: 20px;
    font-size: 16px;
    display: block;
}

header .menu li.active a,
header .menu li.active a:hover {
    color: #cb7a7a;
}

header .menu li a:hover {
    color: #aaa;
}

header .left-block {
    text-align: left;
}

header .sub-weather-box .nav-tabs li {
    display: inline-block;
    margin: 0;
}

header .sub-weather-box .nav-tabs li a {
    font-size: 13px;
    padding: 10px 0;
    background: none !important;
    color: #aaa;
    border: 0 !important;
}

header .sub-weather-box .nav-tabs li.active a {
    color: #fff;
}


header .sub-weather-box .cities li {
    padding: 5px 10px;
    display: block;
    float: none;
    font-size: 14px !important;
    cursor: pointer;
}

header .sub-weather-box .cities li:hover {
    color: #ccc;
}

header .weather-group {
    display: none;
}

header .weather-group[data-value="1"] {
    display: block;
}

header .menu-btn {
    background: none;
    outline: 0;
    border: 1px solid #FFF;
    padding: 5px 7px
}

header .menu-btn svg {
    color: #fff;
}

header .hidden-menu {
    background: #641233;
    position: fixed;
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -60px;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

header .hidden-menu.go {
    top: 0;
}

header .hidden-menu .container {
    position: relative;
}

header .hidden-menu .bottom-part {
    position: absolute;
    left: 0;
    top: 0;
}

header .hidden-menu .menu li a {
    padding: 5px 20px;
}

@media (max-width: 1300px) and (min-width: 992px) {
    header .weather-social {
        display: block;
        border: 0;
        margin-top: 10px;
    }
    header .left-block {
        text-align: center;
        padding-top: 25px;
    } 
    header .weather li:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    header .menu ul li {
        margin: 0;
    }
    header .search-area input {
        width: 200px;
    }
    header .search-button {
        padding: 0;
    }
    header .search-button,
    header .weather-social  {
        height: auto;
    }
    header .logo img {
        padding: 10px 0;
    }
    header .top-part {
        padding: 20px 0;
    }
    header .menu li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    header .left-block {
        text-align: center;
    }
}


@media (max-width: 767px) {
    header .weather-social {
        display: block;
        border: 0;
        margin-top: 15px;
    }
    header .hidden-menu .menu li a {
        padding: 5px 10px;
    }
}


/*--./header*/

/*--marque--*/
.marquee-wrapper {
    overflow: hidden;
    border-right: 1px solid #fff;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #D3DBE1;
    
}
.marquee-wrapper .marquee {
    direction: ltr;
}
.marquee-wrapper .marquee ul {
    direction: rtl;
}
.marquee-wrapper .marquee li {
    display: inline-block;
    color: #fff;
    line-height: 50px
}
.marquee-wrapper .marquee li p,
head.marquee-wrapperer .marquee li img {
    display: inline-block;
}
.marquee-wrapper .marquee li p a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.marquee-wrapper .marquee li p a:hover {
    color: #000;
}
.marquee-wrapper .marquee li img {
    margin: 0 30px;
    width: 50px;
    display: inline-block;
}
/*--./marque*/

/*--slider--*/

.slider {
    height: 510px;
    overflow: hidden;
}

.slider .flickity-viewport {
    height: 510px !important;
}

.slider img  {
    width: 100%;
}

.flickity-prev-next-button  {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
}
.flickity-prev-next-button:hover {
    background: #000
}
.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.next {
    right: 0
}
.flickity-prev-next-button .arrow {
    fill:#FFF
}
.carousel-cell {
    width: 100%;
    height: 100%;
  
}
.slider .info {
    color: #FFF;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6), rgba(0,0,0,0.6), rgba(0,0,0,0.5)); 
    padding: 15px 60px 15px 60px;
    opacity: 0;
}
.slider .carousel-cell.is-selected .info {
    opacity: 1;
}

.slider .main-carousel {
    height: 100%;
}

.slider .info h2 {
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 6px solid #B6AEA6;
    position: relative;
    
}

.slider .info h2::after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: -6px;
    right: 0;
    border-bottom: 6px solid var(--main-color)
}

.slider .info p {
    font-size: 20px;
    margin-top: 10px;
    height: 54px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .slider,
    .slider .flickity-viewport {
        height: 250px !important;
    }
    .slider .info {
        padding: 10px;
    }
    .slider .info p {
        font-size: 14px;
        height: 40px;
    }
    .slider .info h2 {
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #B6AEA6;
    }
    .slider .info h2::after {
        width: 60px;
        bottom: -2px;
        border-bottom: 2px solid var(--main-color);
    }
    .slider .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }
}

/*--./slider--*/

/*--more-read--*/

.tab-content .col-sm-4 {
    padding: 0;
}

.more-read h4 {
    margin: 0;
    padding: 10px;
    background: #F9F9F8;
    color: #000;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.more-read .nav-tabs > li {
    border-left: 1px solid #e1e1e1;
    color: #000;
    font-weight: bold;
    width: calc(100% / 3);
    text-align: center
}
.more-read .nav-tabs > li:last-child {
    border-left: none
}
.more-read .nav-tabs > li.active {
    border-bottom: 3px solid var(--main-color)
}
.more-read .nav-tabs > li.active a {
    color: var(--main-color);
    font-weight: bold;
    border: none
}
.more-read .nav-tabs > li a {
    color: #000
}
.more-read .sub-news {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #000
}
.more-read .sub-news img{
    width: 30%;
    height: 60px
}
.more-read .sub-news .info {
    position: absolute;
    
    width: 67%;
    right: 33%;
    top: 12px;
    
}
.more-read .sub-news p {
    height: 40px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
}

.more-read .sub-news .info .date {
    margin-top: 8px;
    font-weight: bold;
    color: #AAA
}

@media (max-width: 991px) {
    .more-read {
        margin-top: 25px;
    }
}

/*--./more-read--*/

/*--events --*/
.title {
    font-size: 18px;
    padding: 7px;
    font-weight: 600;
    background: #f7f9fa;
    border-top: 4px solid #631233;
}
.title a {
    color: #000;
    transition: all .5s ease-in-out;
}
.title a:hover {
    color: #631233;
}
.event {
    padding: 16px 20px 12px;
    border-bottom: 1px solid #e1e1e1;
}
.event a:hover .event-word {
    color: #631233;
}
.events .event:last-child {
    border: 0;
}
.event a {
    color: #000;
}
.event .event-word {
    height: 41px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}
.events .event .time  {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #6d6b6b;
}
.event .time span {
    color: #631233;
    font-weight: 600;
}
.event:nth-child(odd) {
    background-color: #f7f9fa;
}
.events .event .time span::after {
    content: '';
    width: 6px;
    border-left: 1px solid;
    height: 11px;
    display: inline-block;
    color: #e1e1e1;
    padding-right: 5px;
}
/*--/events --*/
/*--political--*/
.political {
    padding: 0px 10px;
}
.main-block a {
    color: #000;
}
.main-block .police-title {
    padding: 13px;
    background: #f7f9fa;
}
.main-block .police-title p {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}
.main-block a:hover p {
    color: #631233;
}
.main-block a:hover .time {
    color: #9b9da0 !important;
}
.main-block .police-title .time {
    color: #9b9da0;
    font-weight: 200;
    margin-top: 9px;
    height: 15px;
    font-size: 12px;
}
.main-block .police-title span::before {
    content: '';
    width: 6px;
    border-right: 1px solid;
    height: 11px;
    display: inline-block;
    color: #e1e1e1;
    padding-right: 5px;
}
.main-block .police-title span {
    margin-top: 10px;
    font-size: 12px;
    color: #9b9da0 ;
}

.main-block img {
    width: 100%;
    height: 225px;
}

.main-block.small img {
    width: 100%;
    height: 175px;
}
.political .sub {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 9px;
}
.political .sub .main-block {
    padding: 5px;
}
.political .sub .main-block img {
    height: 142px;
}
/*--/political--*/
/*-- security --*/
.security .security-details {
    background-color: #f7f9fa;
}
.security-details .main-block {
    border-bottom: 1px solid #e1e1e1;
}
.security .security-details img {
    height: 185px;
}
.security .security-details .main-block .event {
    padding: 20px 10px 12px;
    font-weight: 700;
    border-top: 1px solid #000000;
}
.security .security-details .main-block .event:last-child {
    border-bottom: 0;
}
.security .security-details .main-block .event .time {
    font-size: 12px;
    color: #6d6b6b;
    display: block;
    margin-top: 10px;
}
/*-- ظsecurity --*/

/*-- corona virus --*/
.corona-virus {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.corona-virus .conter {
    background: #631233;
    display: flex;  
}

.corona-virus .conter > div{
    width: 25%;
    padding: 25px 10px 10px;
}

.corona-virus .conter .maincounter-number {
    display: inline-block;
    color: #fff !important;
    margin-right: 10px;
}
.corona-virus .conter .maincounter-number span {
    color: #fff !important;
    font-size: 20px;
}
.corona-virus .conter > div a {
    color: #fff;
}
.corona-virus .conter .virus svg {
    fill: white;
    display: inline-block;
}
.corona-virus  .corona-title{
    padding-right: 25px !important;
}
.corona-virus .conter .know-more{
    display: block;
    background:#f7f9fa;
}
.corona-virus .conter .know-more p{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
}
.corona-virus > div {
   color: #fff;
}
.corona-virus .virus {
    font-size: 16px;
    padding-right: 15px;
    text-align: center;
    
}
.corona-virus .virus p{
    font-size: 24px;
    margin-bottom: 10px;
    position: absolute;
    display: inline-block;
}
.corona-virus .virus .counter{
    font-weight: bold;
    position: relative;
}
.corona-virus .more {
    background-color: #9b9da0;
    color: #000;
}

.corona-virus  .corona-title .virus-num {
    position: absolute;
}
.corona-virus .corona-title .main {
    text-align: center;
    font-size: 30px;
    position: relative;
    bottom: 44px;
    right: 20px;
}

.corona-title-wrapper{
    border-left: 2px solid #aaa;
    height: 70px;
}
@media(max-width:991px) {
    .corona-virus .conter {
        display: block;
    }
    .corona-virus .conter > div {
        width: auto;
    }
    .corona-virus {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .corona-title-wrapper {
        border: 0;
    }
    .corona-virus .corona-title .main {
        text-align: right;
        right: 10px;
        top: -5px;
        display: inline-block;
    }
}
/*-- video section --*/
.video{
    background-color: #222;
    margin-bottom: 15px;
}

.video-section .main-block .centered {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s ease-in-out;
}
.video-section .main-block .centered:hover {
    color: #631233;
}
.video-section .main-block a {
    color: #fff;
}
.video-section .main-block .fa-play-circle {
    font-size: 30px;
    position: absolute;
}

.video h2 {
    color: #fff;
    background-color: #444;
    margin-top: 0px;
    font-size: 18px;
    padding: 14px;
    padding-right: 35px;
    margin-bottom: 15px;
}
.video h2 a {
    color: #fff;
    transition: all .5s ease-in-out;
}
.video h2 a:hover {
    color: #631233;
}
.blocks {
    margin-right: 0px;
    margin-left: 0px;
    padding: 25px;
}
.video-section .main-block {
    padding: 10px;
   
}
.video-section .main-block .police-title {
    background-color: unset;
    color: #fff;
}

.video .main-block img {
    height: 175px;
}

/*-- economy --*/
.economic a p {
    transition: all .5s ease-in-out;
}
.economic a:hover p {
    color: #eee;
}
.main-economy {
    position: relative;
}
.main-economy a {
    color: #000;
    transition: all .5s ease-in-out;
}
.main-economy a:hover p {
    color: #631233;
}
.main-economy img {
    height: 225px;
}
 .main-economy p {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    padding-right: 10px;
    line-height: 1.5;
    padding-left: 10px;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    background: -webkit-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.6));
}
.local .sub-block .zoom-img img,
.economic .sub-block .zoom-img img {
    height: 60px;
}

.local .sub-block .time,
.economic .sub-block .time {
    padding-bottom: 0;
    height: 20px;
    margin-top: 5px;
}
 .sub-block {
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
.sub-block .zoom-img img {
    height: 63px;
}
.sub-block a {
    color: #000;
    transition: all .5s ease-in-out;
}
 .sub-block p {
    height: 40px;
    padding: 2px;
    overflow: hidden;
    font-weight: bold;
}
.sub-block:last-child{
    border:none;
}
.sub-block a:hover p {
    color: #631233;
    transition: all .5s ease-in-out;
}
.sub-block .time {
    color: #9b9da0;
    padding-bottom: 10px;
    margin-top: 5px;
    height: 25px;
    font-size: 12px;
}
.sub-block a:hover .time {
    color: #9b9da0;
}
.sub-block span {
    color: #9b9da0;
}
.sub-block span::before {
    content: '';
    width: 6px;
    border-right: 1px solid;
    height: 11px;
    display: inline-block;
    color: #e1e1e1;
    padding-right: 5px;
}
/*-- economy --*/


/*-- caracter --*/
.title .left {
    float: left;
}
.carecter .main-carctr img {
    border: 1px solid #000;
    height: 450px;
    width: 100%;
}
@media (max-width: 767px) {
    .carecter .main-carctr img {
        height: 350px;
    }
}

@media (max-width: 400px) {
    .carecter .main-carctr img {
        height: 250px;
    }
}
/*-- /caracter -- */

/*-- twitter --*/
.twitted {
    margin-top: 20px;    
}

.twitted iframe {
    margin-top: 20px;
    width: 100%;
    height: 300px;
}
.kinds .main-block .police-title {
    background-color: unset;
}

/* -- urgent news -- */

.newsbar{
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
    height: 50px;
    font-size: 22px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .show {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    width: 40px;
    height: 50px;
    background: #000;
    height: 100%;
    color: #efdc00;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.newsbar .show.back {
    height: 35px;
    font-size: 22px;
    top: auto;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #000;
}
.newsbar .show.back:hover svg {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .show.back:hover svg {
    transform: rotate(360deg);
}
.newsbar .hidden-part {
	background: #efdc00;
    height: 50px;
    padding: 5px 0 5px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .urgent {
    color: #000;
    background: #efdc00;
    width: 80px;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    height: 50px;
    position: relative;
    top: -5px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.newsbar .urgent:after {
    position: absolute;
    left: -1px;
    width: 2px;
    top: 10px;
    bottom: 10px;
    content: '';
    background: #aaa;
    border-radius: 5px;
}
.newsbar .urgent span {
    animation: blinker 0.5s ease-in-out infinite;
    -webkit-animation: blinker 0.5s ease-in-out infinite;
}  
@keyframes blinker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blinker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
} 
.newsbar .newss{
	display: inline-block;
}
.newsbar .newss{
	height: 25px;
	overflow: hidden;
}

.newsbar p{
	margin: 0;
	height: 35px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
}
.newsbar p a{
    color: #000;
    transition: all .5s ease-in-out;
}

.newsbar p a:hover {
    color: #888;
}

.newsbar .newss div {
    opacity: 0;
    visibility: hidden;
	padding-right: 10px;
	top: 10px;
	position: absolute;
    transition: all .5s ease-in-out;
}
.newsbar .newss .activenews {
    opacity: 1;
    visibility: visible;
}
@media (max-width:767px){
	
	.newsbar {
        height: 90px;
        bottom: -5px;
	}
	.newsbar .hidden-part {
		padding: 0;
		height: 90px;
	}
	.newsbar .urgent{
		width: 100%;
        height: auto;
        line-height: normal;
    }
    .newsbar .newss {
        margin-top: -10px;
    }
	.newsbar .newss .activenews{
		text-align: center;
        padding-right: 0px;
        width: 100%;
	}
	.newsbar p{
        height: 60px;
        font-size: 14px;
        padding-left: 40px;
        padding-right: 5px;
        text-align: center;
        display: block;
    }
    .newsbar .show {
        height: 95px;
        bottom: 0;
        top: auto;
    }
    .newsbar .show.back {
        width: 30px
    }
    .newsbar .newss div {
        top: 40px;
    }
}

/* -- ./urgent news -- */


/*--footer --*/ 
footer {
    margin-top: 25px;
    background-color: #641233;
    color: #fff;
    padding-top: 20px;
}
footer .links {
    padding-top: 15px;
}
footer img {
    height: 100px !important;
    float: left;

}
footer .site-links {
    padding-top: 30px;
    margin-bottom: 5px;
}
footer .site-links ul {
    border-bottom: 1px solid #fff;
}
footer .site-links ul li {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
}
footer .site-links ul li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

footer .site-links ul li a:hover {
    color: #aaa;
}

footer .site-links ul .us {
    float: left;
    padding-left: 0;
    padding-right: 30px;
}

footer .us-links {
    padding-top: 30px;
    margin-bottom: 5px;
    text-align: left;
}
footer .us-links ul {
    border-bottom: 1px solid #fff;
    margin-right: -10px;
}
footer .us-links ul li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 10px;
}
footer .us-links ul li a {
    color: #fff;
}
footer .social-media {
    text-align: center;
    margin-bottom: 10px;
}
footer .social-media ul {
    display: inline-block;
}
footer .social-media p {
    display: inline-block;
    font-weight: 600;
}
footer .social-media li {
    display: inline-block;
    margin-right: 12px;
    padding: 5px;

}
footer .social-media li a {
    width: 30px;
    height: 30px;
    display: block;
    padding: 2px;
    background: #82405b;
    line-height: 25px;
    color: #FFF;
    text-align: center;
    transition: all .5s ease-in-out;
    border-radius: 50%;
}
footer .social-media .instagram:hover a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}
footer .social-media .facebook:hover a {
    background:  #3b5998;
}

footer .social-media .youtube:hover a {
    background: #FF0000;
}

footer .social-media .twitter:hover a {
    background:  #00acee;
}

@media (max-width: 767px) {
    footer img {
        float: none;
        margin: 0 auto;
    }
    footer .site-links ul {
        text-align: center;
    }
    footer .site-links ul .us {
        float: none;
    }
    footer .site-links ul li {
        padding: 0 15px !important;
    }
    footer .site-links ul li {
        padding-left: 15px;
    }
}
.copyrights {
    text-align: center;
    background-color: #4e1233;
    padding: 15px;
}

/* -- ./footer -- */

/* -- pagination -- */

.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    border-radius: 10px;
    border: 1px solid #4e1233;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
    color: #4e1233;
}

.page-navigation span:hover {
    cursor: not-allowed;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: #4e1233;
}

/* -- ./pagination -- */

/* 
    =======================
    LAST NEWS PAGE
    =======================
*/

.inner-last-news .sub-news{
    position: relative;
    padding: 15px 0;
}


.inner-last-news .sub-news img,
.inner-last-news .sub-news iframe {
    width: 75px;
    height: 75px;
    transition: all 0.5s ease-in-out;
}

.inner-last-news .sub-news:hover img,
.inner-last-news .sub-news:hover iframe {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.inner-last-news .sub-news .line {
    position: absolute;
    height: 30px;
    right: calc(75px /2);
    bottom: -15px;
    width: 1px;
    background: #651030;
    z-index: -1;
}

.inner-last-news .sub-news .time {
    position: absolute;
    right: 100px;
    top: 30px;
    width: 100px;
    text-align: center;
    color: #999;
}

.inner-last-news .sub-news .time svg {
    color: #651030;
}

.inner-last-news .sub-news .type {
    position: absolute;
    right: 100px;
    top: 50px;
    width: 100px;
    text-align: center;
}

.inner-last-news .sub-news p {
    position: absolute;
    width: calc(100% - 220px);
    top: 30px;
    right: 220px;
    font-weight: bold;
}

.inner-last-news .sub-news p a {
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
}

.inner-last-news .sub-news p a:hover {
    color: #651030;
}

.inner-last-news .news-date {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    border: 1px solid #651030;
    position: relative;
    background: #fff;
    margin-top: 10px; 
}

.inner-last-news .news-date .day {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 32px;
}

.inner-last-news .news-date .month-year {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: -10px;
}

.inner-last-news .news-date .line {
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 1px;
    right: calc((75px /2) - 2px);
    background: #651030;
    z-index: -1;

}

.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    border-radius: 10px;
    border: 1px solid #651030;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
    color: #651030;
}

.page-navigation span:hover {
    cursor: not-allowed;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: #651030;
}

@media (max-width:400px){

    .inner-last-news .sub-news .type,
    .inner-last-news .sub-news .time {
        right: 75px;
        font-size: 12px;
    }

    .inner-last-news .sub-news p {
        width: calc(100% - 175px);
        right: 175px;
    }

    .most-read .block-title {
        margin-top: 0;
    }

}

.inner-main-title {
    text-align: center;
    padding: 25px 0 10px;
    font-size: 22px;
    font-weight: bold;
}

.inner-main-title a {
    color: #651030;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.inner-main-title a:hover {
    transform: scale(1.05);
    text-shadow: 3px 5px 5px rgba(0,0,0,0.5);
}

@media (max-width:991px) {
    .inner-main-title {
        margin-top: 0;
        font-size: 20px;
    }
}


/* 
    =======================
    END LAST NEWS PAGE
    =======================
*/

/* -- Sidebar -- */


.sub-title-news {
    color: #651030;
    margin-bottom: 15px;
    margin-top: 25px;
}

.sub-title-news a {
    color: #651030;
}

.sub-title-news:after {
    background: #651030;
}

.last-news-sidebar.corona .news-list li {
    padding-bottom: 25px;
}
.last-news-sidebar.corona .news-list li a {
    color: #777;
    line-height: 25px;
}
.last-news-sidebar.corona .news-list li a:hover {
    color: #222;
}
.last-news-sidebar.corona .news-list li .type {
    margin-left: 10px;
}
.last-news-sidebar.corona .news-list li .type,
.last-news-sidebar.corona .news-list li .time {
    margin-top: 12px;
    font-size: 12px;
    color: #ccc;
}
.last-news-sidebar.corona .news-list li:after {
    border: 2px solid #651030;
    background: #651030;
    width: 13px;
    height: 13px;
    right: -7.5px;
    transition: all 0.5s ease-in-out;
}
.last-news-sidebar.corona .news-list li:hover:after {
    background: #fff;
}

.last-news-sidebar.corona .news-list li:before {
    position: absolute;
    bottom: 15px;
    height: 3px;
    content: '';
    background: #651030;
    right: 15px;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.last-news-sidebar.corona .news-list li:hover:before {
    width: 100px;
    max-width: 100%;
}

.last-news-sidebar.corona .more {
    background: #651030;
    color: #fff;
    border-color: #651030;
}
.last-news-sidebar.corona .more:hover {
    background: #fff;
    color: #651030;
}

.last-news-sidebar .sub-block {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.last-news-sidebar .sub-block:last-child {
    border-bottom: 0;
}

.last-news-sidebar .sub-block img,
.last-news-sidebar .sub-block iframe {
    width: 100%;
    height: 175px;
}

.last-news-sidebar .sub-block:hover img,
.last-news-sidebar .sub-block:hover iframe {
    transform: scale(1.1);
}

.last-news-sidebar .sub-block .type {
    position: absolute;
    top: 150px;
    right: 0;
    background: #fff;
    color: #651030;
    padding: 3px 10px;
}

.last-news-sidebar .sub-block .type::before,
.last-news-sidebar .sub-block .time::before {
    display: none;
}

.last-news-sidebar .sub-block .time svg {
    font-size: 13px;
    margin-left: 5px;
}

.last-news-sidebar .sub-block .time {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    max-width: 22px;
    overflow: hidden;
    white-space: nowrap;
    background: #651030;
    color: #fff;
    padding: 2px 6px;
    border-radius: 26px;
    transition: all 0.5s ease-in-out;
    margin: 0;
    border: 0 !important;
}

.last-news-sidebar .sub-block .time:hover {
    max-width: 200px;
}

.last-news-sidebar .sub-block p {
    font-weight: 500;
    font-size: 13px;
    margin-top: 15px;
    font-weight: bold;
}

.last-news-sidebar .sub-block a {
    color: #444;
    transition: all 0.5s ease-in-out;
}

.sub-title-news {
    font-size: 18px;
    text-align: right;
    color: #f1f1f1;
    position: relative;
    padding: 15px;
}
.sub-title-news:after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    right: -8px;
    top: 20px;
    border-radius: 50%;
}

.last-news-sidebar + .more-read {
    margin-top: 0;
}

.last-news-sidebar + .more-read .sub-title-news {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:991px) and (min-width: 768px) {
    .last-news-sidebar .sub-block img, .last-news-sidebar .sub-block iframe {
        height: 150px;
    }
    .last-news-sidebar .sub-block .type {
        top: 125px;
    }
}

@media (max-width:991px) {
    .last-news-sidebar .sub-block .time {
        max-width:200px
    }
}

/* -- ./Sidebar -- */

/* -- News Page -- */

.inner-news .main-block {
    margin-bottom: 15px;
}

.main-block .zoom-img {
    position: relative;
} 

.main-block .zoom-img svg {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 555;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.main-block:hover .zoom-img svg {
    color: #651030;
}

/* -- ./News Page -- */

/* -- News Details -- */

.news-details .text-box {
    font-family: kufi, sans-serif;;
}

.news-details .font-block {
    float: left;
}

.news-details .font-block .font-inc a,
.news-details .font-block .font-dec a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #444;
    border: 1px solid #444;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-details .font-block .font-dec.none a,
.news-details .font-block .font-inc.none a {
    cursor: not-allowed;
    background: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
}

.news-details .font-block .font-inc a:hover,
.news-details .font-block .font-dec a:hover {
    background: #fff;
    color: #444;
}

.news-details .news-title a {
    color: #222;
    font-size: 25px;
}

.news-details .img {
    width: 100%;
    max-height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.news-details .img .fa-play-circle {
    position: absolute;
    font-size: 55px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-details .img:hover .fa-play-circle {
    color: #651030;
}

.news-details img{
    height: 100%;
    width: 100%;
}
.news-details iframe {
	    height: 350px;
		    width: 100%;
}
	
.news-details .img p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    right: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

.news-details .img p span {
    background: rgba(0,0,0,0.7);
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.news-details .info {
    margin-bottom: 15px;
}

.news-details .info li {
    color: #aaa;
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
    font-size: 12px;
}

.news-details .info li:last-child {
    border-left: 0;
}


.news-details .share li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.news-details .share li a{
	color: #FFF;
	background: #000;
	padding: 5px;
	width: 30px;
	display: inline-block;
	height: 30px;
	text-align: center;
	border-radius: 50%;
}

.news-details .share li .facebook {
	background: #3b5998;
	border: 1px solid #3b5998;
}

.news-details .share li .facebook:hover {
	background: #fff;
	color: #3b5998
}

.news-details .share li .twitter {
	background: #00aced;
	border: 1px solid #00aced;
}

.news-details .share li .twitter:hover {
	background: #fff;
	color: #00aced;
}

.news-details .share li .telegram {
	background: #31A9DD;
	border: 1px solid #31A9DD;
}

.news-details .share li .telegram:hover {
	background: #fff;
	color: #31A9DD;
}

.news-details .share li .whatsapp {
	background: #4DC65D;
	border: 1px solid #4DC65D;
}

.news-details .share li .whatsapp:hover {
	background: #fff;
	color: #4DC65D;
}

.news-details .pen {
    color: #651030;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.news-details .tags {
    display: block;
    margin: 10px 0;
}

.news-details .tags a {
    color: #444;
    background: #ddd;
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.news-details .tags a:hover {
    background: #651030;
    color: #fff;
}

.news-details .text-box p {
    text-align: justify;
    line-height: 2;
    font-weight: bold;
    padding-left: 15px;
}

.news-details .text-box img,
.news-details .text-box iframe {
    width: 100%;
    max-height: 600px;
    margin: 15px 0;
}

.news-details .text {
    color: #333;
}

.sub-title-news.related {
    border-top: 1px solid #e1e1e1;
}

.news-details .choices li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 10px;
}  

.news-details .choices li a,
.news-details .choices li button {
    border: 1px solid #651030;
    background: #fff;
    display: block;
    padding: 5px 10px;
    color: #651030;
}

.news-details .choices li a:hover,
.news-details .choices li button:hover {
    color: #fff;
    background: #651030;
}


.inner .news-block {
    border: 0;
    margin-top: 25px;
}

@media (max-width:400px) {
    .news-details .img {
        height: 250px;
    }

    .news-details .info li {
        margin-left: 5px;
        padding-left: 5px;
    }
}

/* -- ./News Details -- */


/* -- Contact -- */

#dle-content{

}

#dle-content h3{
	display: none;
}

#dle-content input,
#dle-content textarea{
	outline: none;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#dle-content textarea {
    height: 200px;
    resize: none;
}

#dle-content select {
    outline: none;
    margin-bottom: 10px;
    padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#dle-content .c-capcha{
	text-align: center;
}

#dle-content .c-capcha input{
	width: 100px;
}

#dle-content button.btn{
	display: block;
	margin: 5px auto;
	outline: none;
	border: 1px solid #651030;
	color: #fff;
    background: #651030;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#dle-content button.btn:hover{
	background: #fff;
	color: #651030;
}

.phone-email a{
	color: #aaa;
}

.phone-email a:hover {
    color: #651030;
}

.phone-email li {
    margin-bottom: 10px;
}

.phone-email li svg {
    color: #651030;
}

@media (max-width:767px) {
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
}

.about-us {
    margin-bottom: 15px;
}

.about-us p {
    white-space: pre-line;
    line-height: 2;
    font-weight: bold;
}

/* -- ./Contact -- */

/* -- Corona Iraq -- */

.corona-iraq ul li {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
}

.corona-iraq ul li .icon,
.corona-iraq ul li .number {
    display: inline-block;
}

.corona-iraq ul li .number {
    position: relative;
    top: -10px;
    padding-right: 15px;
}

.corona-iraq ul li .number span {
    display: block;
    margin-bottom: 10px;
}

.corona-iraq ul li .icon svg {
    width: 60px;
    height: 60px;
}

.corona-iraq ul li.ill {
    color: #c0d418;
}

.corona-iraq ul li.ill span {
    color: #c0d418 !important;
}

.corona-iraq ul li.ill svg {
    fill: #c0d418
}

.corona-iraq ul li.recovered {
    color: #080;
}

.corona-iraq ul li.recovered span {
    color: #080 !important;
}

.corona-iraq ul li.recovered svg {
    fill: #080;
}

.corona-iraq ul li.dead {
    color: #fd5949;
}

.corona-iraq ul li.dead svg {
    fill: #fd5949;
}

/* -- ./Corona Iraq -- */

