@font-face {font-family: BloombergArabic; src: url('../fonts/BloombergArabic.woff2');}
body{
    font-family: BloombergArabic, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    --main-color: #019ae6;
    background: #f5f5f5;
}
ul {list-style: none;padding: 0;margin: 0;}
a {text-decoration: none !important;}
p {margin-bottom: 0;}
._mt {margin-top: 30px;}
/*.container.custom {width: 100%;}*/
img {
    page-break-inside: avoid;
    object-fit: cover;
    object-position: top;
}
.clear {clear: both;}

/* -- Header -- */

header {
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    position: relative;
    z-index: 99;
}

header .top-header {
    padding-top: 15px;
}

header .menu-btn {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 999;
    top: 8px;
    margin-top: 10px;
    display: none;
}

header .menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #777;
    border-radius: 10px;
    margin: 5px 0;
    transition: all .5s ease-in-out;
}

header .menu-btn span:nth-child(2) {
    width: 15px;
}

header .menu-btn:hover span {
    width: 25px !important;
    background: #000;
}

header .search-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

header .search-box .open-btn {
    background: #f1f1f1;
    color: #444;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #444;
    margin-right: -4px;
    position: relative;
}

header .search-box .close-btn {
    position: absolute;
    top: -20px;
    right: 0;
    background: #444;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

header .search-box .open-btn:hover {
    background: transparent;
    background: #444;
    color: #fff;
}

header .search {
    display: inline-block;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s ease-in-out;
}

header .search input {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 5px;
    outline: none;
    transition: all .5s ease-in-out;
}

header .search input:focus {
    border: 1px solid #444;
}

header .search button[type="submit"] {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    position: relative;
    right: -6px;
    outline: none;
    color: #666;
    transition: all .5s ease-in-out;
}

header .search input:focus + button[type="submit"] {
    border: 1px solid #444;
    background: #eee;
}

header .search button[type="submit"]:hover {
    background: #444 !important;
    color: #fff;
}

header .search-box.open .search {
    max-width: 200px;
    overflow: visible;
    opacity: 1;
}

header .search-box.open .open-btn {
    opacity: 0;
    visibility: hidden;
}

header .search-box.open .close-btn {
    opacity: 1;
    visibility: visible;
}

header .logo {
    height: 92px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    position: relative;
    z-index: 99;
    display:block;
    margin: 0 auto;
}

header .weather {
    float: left;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
}

header .weather img {
    display: inline-block;
    height: 30px;
}

header .weather .city {
    font-size: 18px;
    font-weight: bold;
}

header .weather .status {
    font-size: 13px;
    color: #aaa;
}

header .weather .degree {
    direction: ltr;
    display: inline-block;
}

header.fixed {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    top: -15px;
    animation: headerFixed .5s ease-in-out;
}

@keyframes headerFixed {
    0% {
        top: -100px;
    }
    100% {
        top: -15px;
    }
}

header.fixed .news-beark,
header.fixed .search-box {
    display: none;
}

header.fixed .logo {
    height: 50px;
    border-radius: 0;
    margin: 20px auto -55px;
    background: transparent;
    position: absolute;
    top: -15px;
    right: 0;
}

header.fixed .menu-box {
    background: transparent;
    height: 60px;
}

@media (max-width: 767px) {
    header .menu-btn {
        display: block;
    }
    header .search-box {
        display: none;
    }
    header .logo {
        margin: 0 auto;
        background: transparent;
        padding: 0;
        border-radius: 0;
        height: 70px;
    }
    header .top-header {
        padding: 0 8px;
    }
    header .weather {
        position: absolute;
        top: 5px;
        left: 0;
    }
    .container {
        padding-left: 7px;
        padding-right: 7px;
    }
    header.fixed {
        top: 0;
        height: 60px;
        animation: headerFixed1 .5s ease-in-out;
    }
    header.fixed .col-sm-4 {
        position: static !important;
    }
    header.fixed .logo {
        position: absolute;
        left: 10px;
        margin-top: 5px;
        top: auto;
    }
}

@media (max-width: 450px) {
    header .logo {
        height: 65px;
    }
}

@keyframes headerFixed1 {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

/* -- ./Header -- */

/* -- Header Menu -- */

.menu-box {
    position: relative;
}

.header-menu {
    padding: 20px 0 15px;
    display: block;
    text-align: center;
}

.header-menu.right {
    position: absolute;
    top: 0;
    right: calc(50% - 280px)
}

.header-menu.left {
    position: absolute;
    top: 0;
    left: calc(50% - 260px)
}

.header-menu li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    text-align: center;
    margin-top:20px;
}

header.fixed .header-menu {
    position: absolute;
    top: -25px;
    left: 100px;
}

.header-menu li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e1e1e1;
    left: 0;
    content: '';
}

.header-menu li:last-child:after {
    display: none;
}

.header-menu li a {
    padding: 5px;
    color: #555;
    font-size: 16px;
    transition: all .5s ease-in-out;
}

.header-menu li a:hover {
    color: var(--main-color);
}

@media (max-width: 767px) {
    .header-menu{
        display: none !important; 
    }
    .menu-box {
        background: none;
        height: 0;
    }
}

/* -- ./Header Menu -- */

/* -- Main Slider -- */

.main-slider {
    height: 430px;
    overflow: hidden;
}

.main-slider .flickity-viewport {
    height: 430px !important;
}

.main-slider .item {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin-top: -5px;
}

.main-slider .item .news-block1 {
    height: 100% !important;
}

.main-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    outline: none !important;
    border: 0 !important;
    border-radius: 0;
    top: 35px;
}

.main-slider .flickity-prev-next-button .arrow {
    fill: var(--main-color);
}

.main-slider .flickity-prev-next-button.next {
    right: 20px;
}

.main-slider .flickity-prev-next-button.previous {
    left: auto;
    right: 70px;
}

@media (max-width: 767px) {
    .main-slider {
        height: 350px;
    }
    .main-slider .flickity-viewport {
        height: 350px !important;
    }
}

@media (max-width: 450px) {
    .main-slider {
        height: 270px;
    }
    .main-slider .flickity-viewport {
        height: 270px !important;
    }
}

/* -- ./Main Slider -- */

/* -- News Blocks Style -- */

/* Style1 */

.news-block1 {
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    height: 420px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.news-block1 .type {
    background: var(--main-color);
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.news-block1 .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: -webkit-linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.05) 20%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.9) 100%);
}

.news-block1:hover .overlay {
    background: -webkit-linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.05) 20%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.9) 100%);
}

.news-block1 .info {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    left: 15px;
    transition: all .5s ease-in-out;
}

.news-block1 p {
    max-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}

.news-block1 p:hover {
    color: #e2e2e2;
}

.news-block1 img,
.news-block1 iframe {
    height: 100%;
    width: 100%;
}

.news-block1 .news-time {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: -100px;
    color: #e2e2e2;
    font-size: 14px;
    transition: all .5s linear;
}

.news-block1 .news-time svg {
    margin-left: 5px;
}

.news-block1:hover .news-time {
    left: 10px;
    opacity: 1;
}

.news-block1.type2 {
    height: 270px;
}

.news-block1.type3 {
    height: 205px;
}

/* Style2 */

.news-block2 {
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
}

.news-block2 .img-box {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}

.news-block2 .img-box img,
.news-block2 .img-box iframe {
    height: 100%;
    width: 100%;
}

.news-block2 .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.1);
}

.news-block2 .img-box:hover .overlay {
    background: transparent;
}

.news-block2 .type {
    padding: 10px;
    color: #afafaf;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--main-color);
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
}

.news-block2 p {
    padding: 5px 10px 15px;
}

.news-block2 p a {
    display: block;
    height: 45px;
    overflow: hidden;
    color: #555;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.news-block2 p a:hover {
    color: #000;
}

.news-block2 .video-icon {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: calc(50% - 19px);
    right: calc(50% - 19px);
    border-radius: 50%;
    padding: 8px 8px 5px 10px;
    z-index: 3;
    transition: all .5s ease-in-out;
}

.news-block2:hover .video-icon {
    background: var(--main-color);
}

.news-block2 .video-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.news-block3 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news-block3.small img {
    height: 275px;
}

.news-block3 {
    position: relative;
    margin-bottom: 15px;
}

.news-block3 .info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    padding-top: 10px;
}

.news-block3 p {
    max-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
}

.news-block3 .news-time {
    background: #444;
    text-align: left;
    padding: 5px 10px;
    color: #aaa;
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.news-block3 .type {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--main-color);
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}

.news-block3:hover p {
    text-decoration: underline;
}

/* Section Title */

.section-title {
    position: relative;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.section-title:after {
    position: absolute;
    content: '';
    bottom: -2px;
    width: 25px;
    max-width: 100%;
    border-bottom: 2px solid #444;
    right: 0;
    transition: all .5s ease-in-out;
}

.section-title a {
    color: #444;
    transition: all .5s ease-in-out;
}

.section-title:hover:after {
    width: 75px;
}

/* Style 3 */

.white-box {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.white-box .img-box {
    display: block;
    width: 100%;
    height: 220px;
    position: relative;
}

.white-box .img-box img,
.white-box .img-box iframe {
    height: 100%;
    width: 100%;
}

.white-box .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.1);
}

.white-box .img-box:hover .overlay {
    background: transparent;
}

.white-box .type {
    padding: 10px;
    color: #afafaf;
    font-size: 12px;
}

.white-box p {
    padding: 5px 10px 5px;
}

.white-box p a {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #555;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.white-box p a:hover {
    color: #000;
}

.white-box .news-sub {
    margin: 10px;
    width: calc(100% - 20px);
    padding: 10px 0 0;
    border-top: 1px dotted #aaa;
}

.white-box .news-sub .img-box {
    width: 135px;
    height: 88px;
    float: left;
    margin-right: 10px;
}

.white-box .news-sub:last-child .info {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .news-block1,
    .news-block1.type3 {
        height: 350px;
    }
    
    .news-block2 .img-box,
    .news-block3 img {
        height: 250px;
    }
}

@media (max-width: 450px) {
    .news-block1,
    .news-block1.type3 {
        height: 270px;
    }
    
    .news-block2 .img-box  {
        height: 200px;
    }
    
    .news-block3 img,
    .news-block3.small img {
        height: 225px;
    }
    .news-block3 p {
        font-size: 15px;
    }
    .news-block3 p {
        max-height: 43px;
    }
}

/* -- ./News Blocks Style -- */

/* -- Videos -- */

.videos {
    background: #444;
    padding: 10px 0 30px;
}

.videos .item {
    width: 25%;
    padding: 5px;
}

.videos .item .news-block2 {
    background: none;
}

.videos .item .news-block2 p a {
    color: #fff;
}

.videos .item .news-block2 p a:hover {
    color: #ccc;
}

.videos .flickity-prev-next-button {
    top: -32px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 0 !important;
    outline: none !important;
    left: 0;
}

.videos .flickity-prev-next-button.next {
    right: auto;
    left: 40px;
}

.videos .flickity-prev-next-button .arrow {
    fill: #aaa;
}

.videos .flickity-prev-next-button:hover .arrow {
    fill: #fff;
}

.videos .section-title {
    border-bottom: 2px solid #666;
}

.videos .section-title a {
    color: #fff;
}

.videos .section-title:after {
    border-color: #fff;
}

.videos .type {
    background: var(--main-color);
}

@media (max-width: 991px) {
    .videos .item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .videos .item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .videos .item {
        width: 100%;
    }
}

/* -- ./Videos -- */

/* -- Side Menu -- */

.side-menu {
    position: fixed;
    top: 0;
    right: -250px;
    bottom: 0;
    z-index: 9999;
    background: #444;
    width: 250px;
    transition: all .5s linear;
    overflow-y: scroll;
}

.overlay-all {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9998;
    backdrop-filter: blur(0);
    cursor: pointer;
    visibility: hidden;
    transition: all .5s linear;
}

.overlay-all.open {
    visibility: visible;
    backdrop-filter: blur(3px);
}

.side-menu.open {
    right: 0;
}

.side-menu .socail-box {
    padding: 20px 15px 10px;
    text-align: center;
}

.side-menu .socail-box p {
    color: #aaa;
}

.side-menu .socail-box ul li {
    display: inline-block;
    margin: 10px 7px;
}

.side-menu .socail-box ul li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.side-menu .socail-box ul li a:hover {
    color: #aaa;
}

.side-menu .search {
    position: relative;
}

.side-menu .search input {
    width: 100%;
    background: #777;
    color: #fff;
    padding: 8px 15px;
    border: 0;
    outline: none;
}

.side-menu .search input::placeholder {
    color: #aaa;
}

.side-menu .search button[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    border: 0;
    background: transparent;
}

.side-menu .main-menu {
    margin-top: 15px;
    padding: 0 0 20px;
}

.side-menu .main-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.side-menu .main-menu li a:hover {
    color: #aaa;
}

/* -- ./Side Menu -- */

/* -- Last News -- */

.last-news-box {
    border: 1px solid #eee;
    padding: 15px;
    padding-bottom: 0;
    background: #fff;
    height: 511px;
    overflow-y: scroll;
}

.last-news-box::-webkit-scrollbar {
    width: 8px;
}

.last-news-box::-webkit-scrollbar-track {
    background: #eee; 
}

.last-news-box::-webkit-scrollbar-thumb {
    background: #aaa; 
}

.last-news-box::-webkit-scrollbar-thumb:hover {
    background: #888; 
}

.last-news-box .last-block  {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.last-news-box .last-block:last-child {
    border-bottom: 0;
}

.last-news-box .last-block img,
.last-news-box .last-block iframe {
    width: 100%;
    height: 100%;
}

.last-news-box .last-block .info {
    display: inline-block;
    min-height: 80px;
    max-width: calc(100% - 130px);
}

.last-news-box .last-block .country {
    padding: 2px 5px 5px;
    background: var(--main-color);
    border-radius: 3px;
    color: #fff;
    margin-left: 15px;
    position: relative;
    font-size: 12px;
}

.last-news-box .last-block .type {
    color: #aaa;
    font-size: 12px;
}

.last-news-box .last-block .country:after {
    position: absolute;
    left: -10px;
    top: 4px;
    bottom: 4px;
    content: '';
    border-left: 1px solid #e1e1e1;
}

.last-news-box .last-block p {
    margin-top: 5px;
}

.last-news-box .last-block p a {
    max-height: 40px;
    overflow: hidden;
    color: #000;
    display: block;
    font-size: 14px;
}

.last-news-box .last-block .time {
    font-size: 12px;
    color: #aaa;
}

.last-news-box .last-block .img-box {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 80px;
    float: right;
    margin-left: 10px;
}

.last-news-box .last-block .img-box .video-icon {
    position: absolute;
    z-index: 2;
    padding: 5px;
    top: calc(50% - 19px);
    right: calc(50% - 19px);
    border-radius: 50%;
    padding: 8px 8px 5px 10px;
    background: rgba(0,0,0,0.3);
    transition: all .5s ease-in-out;
}

.last-news-box .last-block .img-box:hover .video-icon {
    background: var(--main-color);
}

.last-news-box .last-block .img-box .video-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.last-news-box .last-block .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    content: '';
    z-index: 1;
}

.last-news-box .last-block .img-box:hover .overlay {
    background: transparent;
}

.last-news-title  {
    margin: 0;
    padding-right: 1px;
}

.last-news-title a {
    background: #444;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.last-news-title a svg {
    margin-left: 10px;
}

/* -- ./Last News -- */

/* -- 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: #a30d0d;
    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: #a30d0d;
    height: 50px;
    padding: 0 0 5px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .urgent {
    color: #efdc00;
    background: #a30d0d;
    width: 80px;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    height: 50px;
    position: relative;
    top: 0;
    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: 18px;
    font-weight: bold;
    line-height: 1.7;
}
.newsbar p a{
    color: #fff;
    transition: all .5s ease-in-out;
}

.newsbar p a:hover {
    color: #eee;
}

.newsbar .newss div {
    opacity: 0;
    visibility: hidden;
	padding-right: 10px;
	position: absolute;
    transition: all .5s ease-in-out;
}
.newsbar .newss .activenews {
    opacity: 1;
    visibility: visible;
}
@media (max-width:500px){
	
	.newsbar {
        height: 90px;
        bottom: -5px;
	}
	.newsbar .hidden-part {
		padding: 0;
		height: 90px;
	}
	.newsbar .urgent{
		width: calc(100% - 40px);
        height: auto;
        top: -5px;
        line-height: normal;
    }
    .newsbar .newss {
        display: block;
    }
	.newsbar .newss .activenews{
		text-align: center;
        padding-right: 0px;
        width: 100%;
	}
	.newsbar p{
        height: 45px;
        font-size: 14px;
        padding-left: 40px;
        padding-right: 5px;
        line-height: 1.7;
        text-align: center;
        display: block;
    }
    .newsbar .show {
        height: 95px;
        bottom: 0;
        top: auto;
    }
    .newsbar .show.back {
        width: 30px
    }
    .newsbar .urgent:after {
        display: none;
    }
}

/* -- ./urgent news -- */

/* -- Footer -- */

footer {
    position: relative;
}

footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .logo {
    width: 130px;
    right: calc(50% - 65px);
    position: absolute;
    top: -30px;
    background: #444;
    border-radius: 25px;
    padding: 5px 10px;
}

.footer-down {
    background: #444;
    padding: 20px 0 10px;
    text-align: center;
    padding-top: 40px;
}

.footer-down.extend {
    padding-bottom: 60px;
}

footer .site-map {
    display: block;
    text-align: center;
}

footer .site-map.right {
    position: absolute;
    top: 15px;
    right: calc(50% - 305px);
}

footer .site-map.left {
    position: absolute;
    top: 15px;
    left: calc(50% - 360px);
}

footer .site-map li {
    padding: 0 10px;
    display: inline-block;
    position: relative;
}

footer .site-map li:after {
    top: 4px;
    bottom: 4px;
    left: 0;
    border-left:1px solid #666;
    position: absolute;
    content: '';
}

footer .site-map li:last-child:after {
    border: 0;
}

footer .site-map li a {
    color: #aaa;
    transition: all .5s ease-in-out;
}

footer .site-map li a:hover {
    color: #fff;
}

footer .copyrights {
    margin-top: 10px;
    color: #7f7f7f;
    font-size: 13px;
}

footer .copyrights a {
    color: #999;
    transition: all .5s ease-in-out;
    font-size: 12px;
}

footer .copyrights a:hover {
    color: #fff;
    text-decoration: underline !important;
}

footer .socail-media li {
    display: inline-block;
    margin: 20px 10px 10px;
}

footer .socail-media li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #666;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all .5s ease-in-out;
}

footer .socail-media li a:hover {
    color: var(--main-color);
    background: transparent;
}

@media (max-width: 767px) {
    footer .site-map {
        position: static !important;
        margin: 10px 0;
    }
    footer .socail-media li {
        margin: 10px;
    }
}

@media (max-width: 500px) {
    .footer-down.extend {
        padding-bottom: 100px;
    }
}

/* -- ./Footer -- */

/* -- Images Size For Large Screen -- */

@media (min-width: 2000px) {
    .container.custom {
        max-width: 2500px;
    }
    .ads-box img {
        height: 265px;
    }
    .news-block1.type2 {
        height: 450px;
    }
    .news-block2 .img-box {
        height: 205px;
    }
    .white-box .img-box {
        height: 341px;
    }
    .videos .news-block2 .img-box {
        height: 235px;
    }
}

/* -- ./Images Size For Large Screen -- */

/* -- marquee -- */

.news-beark {
    position: relative;
    padding: 15px;
    padding-right: 135px;
    padding-left: 100px;
    height: 55px;
    overflow: hidden;
    width: calc(100% - 120px);
    display: inline-block;
}

.news-beark .title {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 5;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #444;
}

#newscontent {
    float: right !important;
    height: 25px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
}

#newscontent a {
    color: #fff;
    line-height: 2;
    transition: all .5s ease-in-out;
}

#newscontent a:hover {
    color: #f1f1f1;
}

#controls {
    position: absolute;
    left: 10px;
    top: 20px;
    float: left !important;
}

#controls > a {
    float: left !important;
    margin-right: 10px;
}

#controls > a svg {
    fill: #444;
}

#controls > a:hover svg {
    fill: #fff;
}

@media (max-width: 500px) {
    #controls  {
        top: 30px;
    }
    #newscontent {
        height: 45px;
    }
    .news-beark .title {
        top: 10px;
        font-size: 15px;
    }
    .news-beark {
        height: 70px;
        width: 100%;
        padding-right: 100px;
        padding-left: 80px;
    }
    #newscontent a {
        line-height: 1;
    }
}

/* -- ./marquee -- */

/* -- Socail Media Block -- */

.socail-block h3.block-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
    margin-top: 15px;
}

.socail-block h3.block-title svg {
    color: var(--main-color);
    margin-left: 8px;
}

.socail-block .fb_iframe_widget,
.socail-block .fb_iframe_widget iframe,
.socail-block .fb_iframe_widget > span {
    max-width: 100% !important;
    width: 100% !important;
}

.socail-block .scroll-box {
    background: #fff;
}

.socail-block .scroll-box iframe {
    max-width: 100% !important;
}

._2qgu._2qgu {
    width: 150px !important;
    height: 150px !important;
}

.socail-block .scroll-box.go {
    overflow-y: scroll;
}

.socail-block .scroll-box::-webkit-scrollbar {
    width: 4px;
}

.socail-block .scroll-box::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.socail-block .scroll-box::-webkit-scrollbar-thumb {
    background: #888; 
}

.socail-block .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

@media (max-width: 991px) {
    .iraq-bg .col-md-3,
    .global-news .col-md-3 {
        height: auto !important;
    }
    .socail-block .scroll-box {
        max-height: 300px !important;
        height: auto !important;
        overflow-y: scroll;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .socail-block .scroll-box {
        max-height: 300px !important;
        height: auto !important;
        overflow-y: scroll;
        padding-left: 10px;
    }
    .iraq-bg .col-md-3,
    .global-news .col-md-3 {
        height: auto !important;
    }
    .iraq-bg {
        background: none !important;
    }
}

/* -- ./Socail Media Block -- */

/* -- Ejaz -- */

.ejaz {
    background: #fff;
    padding: 15px 0;
}

.ejaz .main-title {
    margin-bottom: 20px;
    background: #aaa;
}

.ejaz .main-title a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.ejaz .main-title a:hover {
    color: #444;
}

.ejaz .main-title a.show-all {
    font-size: 14px;
    float: left;
    position: relative;
    top: 15px;
    background: #fff;
    color: #000144;
    padding: 5px 10px;
    border-radius: 10px;
}

.ejaz .main-title a.show-all:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 500px) {
    .ejaz .main-title a.show-all {
        top: -10px;
    }
}


/* -- ./Ejaz -- */

/* -- Iraq -- */

.iraq-bg {
    background: #f1f1f1;
}

.iraq-bg .col-md-9 {
    padding: 15px;
}

.iraq-bg .container.custom > .row > .col-md-3 {
    padding: 15px;
}

.iraq-bg a.show-all {
    font-size: 14px;
    float: left;
    background: #fff;
    color: #444;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: -5px;
}

.iraq-bg a.show-all:hover {
    background: transparent;
    color: #fff;
}

.iraq-bg .type {
    background: var(--main-color);
}

@media (max-width: 991px) {
    .iraq-bg {
        background: none !important;
    }
    .iraq-bg .container {
        padding-left: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .ejaz .container {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }
}

/* -- ./Iraq -- */

/* -- Global News -- */

.global-news {
    background: #f1f1f1;
}

.global-news .col-md-9 {
    padding: 15px;
    background: #f1f1f1;
}

.global-news .col-md-3 {
    padding: 15px;
}

.global-news a.show-all {
    font-size: 14px;
    float: left;
    background: #fff;
    color: #444;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: -5px;
}

.global-news a.show-all:hover {
    background: transparent;
    color: #444;
}

.global-news .type {
    background: var(--main-color);
}

@media (max-width: 991px) {
    .global-news {
        background: none !important;
    }
    .global-news .container {
        padding-left: 7px;
        padding-right: 7px;
        width: 100%;
    }
}

/* -- ./Global News -- */

/* -- Trend -- */

.trend {
    background: #31c6ffde;
    padding: 25px 0;
}

.trend a.show-all {
    font-size: 14px;
    float: left;
    background: #fff;
    color: #444;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: -5px;
}

.trend a.show-all:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 991px) {
    .trend .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

/* -- ./Trend -- */

/* -- Photo & opinion -- */

.photo-area {
    background: #fff;
    padding: 15px 0 50px;
}

.photo-bg {
    padding-left: 15px;
}

.opinion-bg {
    padding-right: 15px;
}

.photo-bg a.show-all {
    font-size: 14px;
    float: left;
    background: #444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: -5px;
}

.photo-bg a.show-all:hover {
    background: transparent;
    color: #fff;
}

.opinion-bg a.show-all {
    font-size: 14px;
    float: left;
    background: #444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: -5px;
}

.opinion-bg a.show-all:hover {
    background: transparent;
    color: #444;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .photo-area .news-block2 .img-box {
        height: 125px;
    }
}

@media (max-width: 991px) {
    .photo-area .container {
        padding-left: 7px;
        padding-right: 7px;
        width: 100%;
    }
    .photo-area {
        background: none;
        padding: 0;
    }
    .photo-bg {
        padding: 25px 15px;
    }
    .opinion-bg {
        padding: 25px 15px 50px;
    }
    .photo-area .news-block2 .img-box {
        height: 225px;
    }
}

@media (max-width: 500px) {
    .photo-area .news-block2 .img-box {
        height: 175px;
    }
}

/* -- ./Photo & opinion -- */

/* -- pagination -- */

.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    min-width: 30px;
    border: 1px solid var(--main-color);
    padding: 5px;
    background: #fff;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--main-color);
}

.page-navigation span:hover {
    cursor: not-allowed;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: var(--main-color);
}

/* -- ./pagination -- */

/* -- Inner Page -- */

.inner-page {
    padding-top: 25px;
    padding-bottom: 25px;
}

.inner-page .inner-title {
    background: #fff;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-right: 4px solid var(--main-color);
}

.inner-page .inner-title a {
    color: var(--main-color);
}

/* -- ./Inner Page -- */

/* -- News Details -- */

.news-details {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.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 .video-icon {
    position: absolute;
    z-index: 99;
    font-size: 55px;
    width: 50px;
    height: 50px;
}

.news-details .img .video-icon svg {
    fill: #fff;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.news-details .img:hover svg {
    fill: var(--main-color);
}

.news-details img{
    
   
    width: 100%;
}


.news-details iframe {
    height: 400px;
    width: 100%;
}

.news-details .img p {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    width: 100%;
    z-index: 2;
}

.news-details .img p .txt {
    background: rgba(0,0,0,0.7);
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    width: 100%;
}

.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: var(--main-color);
    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: var(--main-color);
    color: #fff;
}

.news-details .text-box * {
    font-family: BloombergArabic, sans-serif !important;
}

.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;
    margin-top: 20px;
}

.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 var(--main-color);
    background: #fff;
    display: block;
    padding: 5px 10px;
    color: var(--main-color);
}

.news-details .choices li a:hover,
.news-details .choices li button:hover {
    color: #fff;
    background: var(--main-color);
}

.inner .news-block {
    border: 0;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .news-details .img .video-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width:400px) {
    .news-details .img {
        height: 250px;
    }

    .news-details .info li {
        margin-left: 5px;
        padding-left: 5px;
    }
}

/*** Sidebar ***/
.sub-title-news {
    color: var(--main-color);
    margin-bottom: 15px;
    padding-top: 10px;
    padding-right: 10px;
}

.sub-title-news a {
    color: var(--main-color);
    font-size: 25px;
}

.sub-title-news:after {
    background: var(--main-color);
}

.last-news-sidebar .news-list li {
    padding-bottom: 25px;
}
.last-news-sidebar .news-list li a {
    color: #777;
    line-height: 25px;
}
.last-news-sidebar .news-list li a:hover {
    color: #222;
}
.last-news-sidebar .news-list li .type {
    margin-left: 10px;
}
.last-news-sidebar .news-list li .type,
.last-news-sidebar .news-list li .time {
    margin-top: 12px;
    font-size: 12px;
    color: #ccc;
}
.last-news-sidebar .news-list li:after {
    border: 2px solid var(--main-color);
    background: var(--main-color);
    width: 13px;
    height: 13px;
    right: -7.5px;
    transition: all 0.5s ease-in-out;
}
.last-news-sidebar .news-list li:hover:after {
    background: #fff;
}

.last-news-sidebar .news-list li:before {
    position: absolute;
    bottom: 15px;
    height: 3px;
    content: '';
    background: var(--main-color);
    right: 15px;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.last-news-sidebar .news-list li:hover:before {
    width: 100px;
    max-width: 100%;
}

.last-news-sidebar .more {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
.last-news-sidebar .more:hover {
    background: #fff;
    color: var(--main-color);
}

.last-news-sidebar .sub-block {
    position: relative;
    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 .type {
    position: absolute;
    top: 150px;
    right: 0;
    background: #fff;
    color: var(--main-color);
    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: var(--main-color);
    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-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
    font-weight: bold;
    padding: 0 10px;
}

.last-news-sidebar .sub-block a {
    color: #444;
    transition: all 0.5s ease-in-out;
}

.last-news-sidebar {
    background: #fff;
    border: 1px solid #e1e1e1;
}

/* -- ./News Details -- */

/* -- About us -- */

.about-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* -- ./About us -- */

/* -- Contact -- */

#dle-content{
	padding: 20px 2.5%;
}

#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: 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 var(--main-color);
	color: #fff;
    background: var(--main-color);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#dle-content button.btn:hover{
	background: #fff;
	color: var(--main-color);
}

.phone-email {
    text-align: center;
    margin-bottom: 25px;
}

.phone-email a{
	color: #444;
}

.phone-email a:hover {
    color: var(--main-color);
}

.phone-email li {
    margin-bottom: 10px;
}

.phone-email li svg {
    color: var(--main-color);
}

@media (max-width:767px) {
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }

    .phone-email .col-xs-12:last-child ul {
        border: 0;
    }
}

/* -- ./Contact -- */

.author-block {
    margin: 20px 0;
}

.author-block a {
    color: #777;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.author-block a:hover {
    color: #444 !important;
}

.author-block img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display:inline-block;
    margin-left: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}





