

@font-face {
    font-family: DroidKufi;
    src: url(../fonts/DroidKufi-Regular.ttf);
}

:root {
    --main-blue: #005896;
    --sub-blue: #31a0e8;
    --main-yellow: #B5100E;
}
body {
    font-family: DroidKufi;
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    margin: 0;
}
a {
    text-decoration: none !important;
}

/* -- Header -- */
header {
    background: rgba(0,0,0,0.4);
    padding: 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
header .logo {
    height: 75px;
    padding: 10px 0 0;
    display: block;
}
@media (max-width: 1199px){
    header .logo{
        height: auto;
        width: 130px;
    }
}
header ul li {
    display: inline-block;
}
header ul.socail {
    text-align: left;
}
header ul.socail li {
    margin-top: -5px;
}
header ul.socail li a {
    display: inline-block;
    padding-bottom: 10px;
    width: 30px;
    height: 60px;
    background: #888;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    top: -10px;
}
header ul.socail li a:hover {
    top: 0;
    background: var(--main-yellow);
}
header ul.socail li a img {
    max-width: 100%;
    width: 20px;
}
header ul.socail li a span {
    transform: rotate(90deg);
    font-size: 11px;
    font-weight: bold;
}
header ul.socail li a img,
header ul.socail li a span,
header ul.socail li a i {
    position: absolute;
    bottom: 10px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
/*
header ul.socail li.facebook a {
    color: #fff;
    background: #4867aa;
}
header ul.socail li.twitter a {
    color: #fff;
    background: #1da1f2;
}
header ul.socail li.youtube a {
    color: #fff;
    background: #f44336;
}
header ul.socail li.telegram a {
    color: #fff;
    background: #31a6e1;
}
header ul.socail li.telegram a {
    color: #fff;
    background: #31a6e1;
}
header ul.socail li.instagram a {
    color: #fff;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
header ul.socail li.snapchat a {
    color: #000;
    background: #fffc00;
}
header ul.socail li.nabed a {
    background: #4693c3;
    color: #fff;
}
header ul.socail li.rafeden a {
    background: #2f279e;
    color: #fff;
}
header ul.socail li.google a {
    background: #f1f3f4;
}
header ul.socail li.apple a {
    background: #f1f3f4;
}
header ul.socail li.hawaui a {
    background: #f1f3f4;
}
*/
header ul.menu {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: relative;
}
header ul.menu li {
    margin-left: 15px;
}
header ul.menu li a {
    color: #fff;
    font-weight: bold;
    transition: all .5s ease-in-out;
    display: flex;
    gap: 0.2rem;
}
header ul.menu li a span {
    border-bottom: 2px solid transparent;
    margin-top: 4px;
    display: block;
}
header ul.menu li a:hover,
header ul.menu li.active a {
    color: var(--main-yellow);
}
header ul.menu li.active a span {
    border-bottom: 2px solid var(--main-yellow);;
} 
header ul.menu li.brodcast{
    position: absolute;
    left: 50px;
}
header ul.menu li.brodcast span{
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

header ul.menu li.search i {
    color: #fff;
    transform: rotate(-270deg);
    font-size: 20px;
    transition: all .5s ease-in-out;
}
header ul.menu li.search span {
    position: relative;
    top: 5px;
}
header ul.menu li.search span:hover i {
    cursor: pointer;
    color: var(--main-yellow) !important;
}
header ul.menu li.search {
    float: left;
}
header ul.menu li.search .search-box {
    position: absolute;
    top: 5px;
    left: 0;
    right: 100%;
    bottom: -5px;
    z-index: 9;
    overflow: hidden;
    visibility: hidden;
    transition: all .5s ease-in-out;
}
header ul.menu li.search .search-box.open {
    right: 0;
    visibility: visible;
}
header ul.menu li.search .search-box input {
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    background: var(--sub-blue);
    height: 100%;
    padding: 5px 10px;
    color: #fff;
}
header ul.menu li.search .search-box input::placeholder {
	color: #fff;
}
header ul.menu li.search .search-box button {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    background: transparent;
    outline: none;
    border: 0;
    color: var(--main-yellow);
    padding: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
header ul.menu li.search .search-box button i {
    font-size: 22px;
}
header ul.menu li.search .search-box button:hover i {
    color: var(--main-yellow);
}
.overlay-all {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0,0,0,0.6);
}
header .menu-btn {
    display: none;
}
@media (max-width:1199px){
    header .d-none-mobile {
        display: none;
    } 
    header .menu-btn {
        display: block;
        color: #fff;
        cursor: pointer;
        font-size: 34px;
        float: left;
        position: relative;
        top: 10px;
    }
    header ul.menu {
        z-index: 99999;
        position: fixed;
        top: 0;
        right: -200px;
        bottom: 0;
        overflow-y: auto;
        background: #B5100E;
        padding: 15px;
        margin-top: 0;
        width: 200px;
        transition: all .5s ease-in-out;
    }
    header ul.menu.open {
        right: 0;
    }
    header ul.menu li {
        display: block;
        margin: 10px 0 !important;
    }
    header ul.menu li a {
        display: block;
    }
    header ul.menu li a span {
        border: none !important;
    }
    header ul.menu li.brodcast {
        position: static;
        width: 100%;
    }
    header ul.menu li.search span,
    header ul.menu li.search .search-box button,
    header ul.menu li.brodcast span {
        display: none;
    }
    header ul.menu li.search .search-box {
        visibility: visible;
        position: static;
    }
    header ul.menu li.search .search-box input::placeholder,
    header ul.menu li.search .search-box input {
        background: #fff;
        color: #444;
    }
    header ul.menu li.search .search-box input {
        padding: 5px 10px;
        border-radius: 5px;
    }
}
/* -- ./Header -- */

/* -- Slider -- */
.main-slider,
.main-slider .flickity-viewport {
    height: calc(100vh - 50px) !important;
    overflow: hidden;
}
.main-slider .item {
    height: 100%;
    width: 100%;
}
.main-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-slider .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.49) 100%);
}
.main-slider .item .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 43%, rgba(0,0,0,0) 100%);
}
.main-slider .item .info {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    right: 0;
    left: 0;
}
.main-slider .item .info h3 {
    height: 43px;
    font-weight: bold;
    overflow: hidden;
}
.main-slider .item .info h3 a {
    color: #fff;
    transition: all .5s ease-in-out;
}
.main-slider .item .info h3 a:hover {
    color: var(--main-yellow);
}
.main-slider .item .info p {
    height: 70px;
    overflow: hidden;
    width: 40%;
    color: #fff;
    margin-bottom: 15px;
}
@media (min-width:768px) and (max-width: 991px){
    .main-slider .item .info p{
        width: 80%;
    }
}
@media (max-width: 767px){
    .main-slider .item .info p{
        width: 100%;
    }
}
.main-slider .item .info .more {
    background: var(--main-blue);
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    border: 2px solid var(--main-blue);
    border-radius: 15px;
    transition: all .5s ease-in-out;
}
.main-slider .item .info .more i {
    font-size: 20px;
    display: inline-block;
    margin-right: -5px;
    position: relative;
    top: 2px;
}
.main-slider .item .info .more:hover {
    background: transparent;
    color: var(--main-yellow);
    border: 2px solid var(--main-yellow);
}
.main-slider .flickity-prev-next-button {
    display: none;
}
.main-slider .flickity-page-dots {
    bottom: 25px;
}
.main-slider .flickity-page-dots .dot {
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.main-slider .flickity-page-dots .dot.is-selected {
    background: var(--main-yellow);
    width: 40px;
}
/* -- ./Slider -- */


/*-- marque --*/
.marquee-wrapper {
    overflow: hidden;
    border-right: 1px solid #fff;
    height: 50px;
    margin-bottom: 30px;
    background: #B5100E;
    
}
.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: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.marquee-wrapper .marquee li p a:hover {
    color: #eee;
    text-decoration: underline !important;
}
.marquee-wrapper .marquee li img {
    margin: 0 30px;
    width: 30px;
    display: inline-block;
}
/* -- ./marque -- */

/* -- Last News -- */
.main-title img {
    width: 25px;
}
.main-title i {
    font-size: 20px;
    display: inline-block;
    margin-right: -15px;
    position: relative;
    top: 2px;
}
.main-title {
    background: #f1f1f1;
    padding: 2px 15px 5px;
    margin-bottom: 20px;
    border-top: 4px solid var(--main-yellow);
    position: relative;
}
.main-title::before {
    content: '';
    height: 4px;
    top: -4px;
    right: 0;
    width: 0;
    background: var(--main-blue);
    position: absolute;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.main-title:hover::before {
    width: 100%;
}
.main-title a {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    transition: all .5s ease-in-out;
}
.main-title a:hover {
    color: var(--main-blue);
}
.news-block {
    margin-bottom: 15px;
}
.news-block .info-list li {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}
.news-block .info-list li:last-child {
    float: left;
}
.news-block .info-list li i {
    color: var(--main-blue);
    font-weight: normal;
    font-size: 15px;
}
.news-block .pen,
.news-block .date {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 300;
}
.news-block .pen {
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}
.news-block .pen i,
.news-block .date i {
    font-size: 18px;
    font-weight: normal;
    color: var(--main-blue);
}
.news-block .img-block {
    position: relative;
}
.news-block .img-block i {
    position: absolute;
    z-index: 2;
    font-size: 40px;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    color: #fff;
    transition: all .5s ease-in-out;
}
.news-block .img-block:hover i {
    color: #d00;
}
.news-block .img-block span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--main-yellow);
    color: #ffff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.news-block:hover .img-block span {
    background: var(--sub-blue);
}
.news-block img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.news-block img:hover {
    opacity: .85;
}
.news-block p {
    height: 50px;
    overflow: hidden;
}
.news-block p a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    transition: all .5s ease-in-out;
}
.news-block:hover p a {
    color: var(--main-blue);
}
.last-news .col-md-6 .news-block:nth-child(1) img {
    height: 400px;
}
.last-news .col-md-6 .news-block:nth-child(2),
.last-news .col-md-6 .news-block:nth-child(3) {
    width: calc(50% - 11px);
    display: inline-block;
}

@media(max-width:767px){
    .news-block img,
    .last-news .col-md-6 .news-block:nth-child(1) img{
        height: 220px;
    }
    .last-news .col-md-6 .news-block:nth-child(2), .last-news .col-md-6 .news-block:nth-child(3){
        width: 100%;
    }
}
.last-news .col-md-6 .news-block:nth-child(2) {
    margin-left: 15px;
}
/* -- ./Last News -- */
.news-block2 {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.news-block2 .img-block {
    flex: 0 0 100px;
    display: inline-block;
    position: relative;
}
.news-block2 .img-block i {
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
    transition: all .5s ease-in-out;
}
.news-block2 .img-block:hover i {
    color: #d00;
}
.news-block2 .img-block img {
    height: 70px;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.most-read .news-block2 .img-block img {
    height: 85px;
}
.news-block2 .img-block img:hover {
    opacity: 0.85;
} 
.news-block2 .info {
    display: inline-block;
    flex: 0 0 calc(100% - 100px);
    padding-right: 10px;
}
@media (min-width:768px) and (max-width: 1023px){
    .news-block2 .img-block{
        flex:0 0 140px;
    }
    .news-block2 .info{
        padding-right: 0;
        flex: 0 0 100%;
    }
}
.news-block2 .info .pen, 
.news-block2 .info .date {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.news-block2 .info .pen {
    font-weight: bold;
    font-size: 12px;
}
.news-block2 .info .pen i, 
.news-block2 .info .date i {
    color: var(--main-blue);
}
.news-block2 .info p {
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
}
.news-block2 .info p a {
    color: #000;
    transition: all .5s ease-in-out;
}
.news-block2:hover .info p a {
    color: var(--main-blue);
}

/* -- News Blocks -- */
.global-title {
    margin-top: 20px;
}
.politics .news-block .img-block img {
    height: 195px;
}
.mix-title {
    margin-top: 30px;
}
.order-1 {
    order: 2;
}
.order-2 {
    order: 1;
}
/* -- ./News Blocks -- */

/* -- Programs -- */
.background-programs{
    background-color: #444;
}
.programs {
    padding-bottom: 15px;
}
.programs .main-title {
    text-align: center;
    background: #444;
    border-top: none;
}
.programs .main-title::before{
    display: none;
}
.programs .main-title a {
    color: #fff;
}
.programs .main-title span {
    margin-left: 15px;
}
.programs .main-title span ~ i {
    transform: rotate(180deg);
}
.programs .main-title a:hover {
    color: var(--main-yellow);
}
.program-slider,
.program-slider .flickity-viewport {
    height: 600px !important;
}
.program-slider .item {
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: none !important;
}
.program-slider .item.is-selected {
    visibility: visible;
}
.program-slider .item .img-block {
    display: block;
    position: relative;
    height: calc(100% - 65px);
    margin-bottom: 15px;
}
.program-slider .item .img-block i {
    position: absolute;
    top: calc(50% - 35px);
    right: calc(50% - 35px);
    color: #fff;
    font-size: 70px;
}
.program-slider .item .img-block:hover i {
    color: #d00;
}
.program-slider .item .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program-slider .flickity-prev-next-button {
    display: none;
}
.program-slider .item iframe {
    width: 100%;
   
}
.program-slider .item p {
    height: 50px;
    padding: 0 20px;
    overflow: hidden;
}

.program-slider .item p a {
    font-weight: bold;
    color: #fff;
    transition: all .5s ease-in-out;
}
.program-slider .item p a:hover {
    color: var(--main-yellow) !important;
}
.program-slider .flickity-page-dots {
    width: 100%;
    display: flex;
    bottom: -115px;
}
.program-slider + .bullets {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding:  0 10px;
}
.program-slider .dot {
    z-index: 5;
    opacity: 0 !important;
}
.program-slider .dot {
    height: 100px;
    width: auto !important;
    flex-grow: 1;
    border-radius: 0;
    display: inline-flex;
}
.program-slider + .bullets img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

@media(max-width:767px){
    .program-slider + .bullets img {
        width: 180px;
    }
    .program-slider .item p {
        height: 45px;
        font-size: 14px;
    }
    .program-slider .item iframe{
        height: 240px;
    }
    .program-slider .flickity-viewport,
    .program-slider {
        height: 350px !important;
    }
}
.program-slider + .bullets li {
    padding: 5px;
    position: relative;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
}
.program-slider + .bullets li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    transition: all .5s ease-in-out;
}
.program-slider + .bullets li.hover i {
    color: #d00;
}
/* -- ./Programs -- */

/* -- Footer -- */
footer {
    background: var(--main-yellow);
    padding: 15px 0;
    margin-top: 25px;
}
footer .logo {
    width: 250px;
    margin: 0 auto 20px;
}
footer .info {
    color: #ffff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
footer .info p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
}
footer .menu {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}
@media(max-width:1199px){
    footer .menu{
        margin-top: 25px;
    }
}
@media (max-width:767px){
    footer .menu{
       text-align: center;
    }
    footer .menu li{
        margin-bottom: 10px;
    }
    footer .logo{
        width: 225px;
    }
}
footer .menu li {
    display: inline-block;
    margin-left: 10px;
}
footer .menu li a {
    color: #fff;
    font-weight: bold;
    transition: all .5s ease-in-out;
}
footer .menu li a:hover {
    color: var(--main-yellow);
}
footer .socail {
    margin-top: 15px;
    display: inline-block;
    display: block;
    text-align: center;
}
footer .socail.one li a {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    transition: all .5s ease-in-out;
}
footer .socail.one li img {
    width: 22px;
}
footer .socail.one li a:hover {
    border-color: var(--main-yellow);
}
footer .socail.one li.google,
footer .socail.one li.apple,
footer .socail.one li.hawaui {
    position: relative;
    top: 5px;
}
footer .socail li {
    display: inline-block;
    margin: 0 5px;
}
.footer-top {
    padding: 25px 0 10px;
}
.footer-top .folow-block {
    display: flex;
    background: #f7f7f7;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
}
.footer-top .folow-block:hover {
    background: var(--main-yellow);
}
.footer-top .folow-block span {
    color: #444;
    display: inline-block;
    font-size: 14px;
    text-align: right;
    position: relative;
    top: 15px;
    margin-right: 20px;
}
.footer-top .folow-block span b {
    display: block;
    font-size: 18px;
    margin-top: 5px;
}
@media(max-width:767px){
    .footer-top .folow-block span b{
        font-size: 16px;
    }
}
.footer-top .folow-block img {
    height: 100px;
    object-fit: contain;

}
/* -- ./Footer -- */

.scroll-inner {
	&::-webkit-scrollbar{
		height: 10px;
	}

	&::-webkit-scrollbar-track {
		background-color:#ccc;
        border-radius: 10px;
	}
	&::-webkit-scrollbar-thumb {
		height: 2px;
        border-radius: 10px;
		background: #7e7e7e;
	}
}

/* -- Inner Psges -- */
.page-cover {
    padding: 425px 0 50px;    
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.page-cover.program-details {
    padding: 400px 0 50px;
}
.page-cover.program-details {

	 
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.page-cover .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}
.page-cover h1 a {
    display: inline-block;
    color: #fff;
    z-index: 3;
    position: relative;
    transition: all .5s ease-in-out;
}
.page-cover h1 a:hover {
    color: var(--main-yellow);
}
.page-navigation {
    text-align: center;
    margin: 20px;
}
.page-navigation .pages-list span,
.page-navigation .pages-list a {
    padding: 5px;
    display: inline-block;
    color: #444;
    font-size: 18px;
    margin: 0 5px;
    background: var(--main-yellow);
    border-radius: 5px;
    min-width: 30px;
    text-align: center;
    transition: all .5s ease-in-out;
}
.page-navigation .pages-list span {
    opacity: .5;
    cursor: not-allowed;
}
.page-navigation .pages-list a:hover {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.about-box {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 20px;
    margin-bottom: 25px;
}
.about-txt {
    text-align: justify;
    line-height: 1.7;
}
.about-txt *{
    font-family: DroidKufi !important;
}
.about-box .side-box {
    padding-right: 15px;
    border-right: 1px dashed #aaa;
}
.about-box .side-box hr {
    margin: 20px 0;
    background: #aaa;
}
.about-box .side-box p {
    color: var(--main-blue);
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
.about-box .side-box .socail {
    text-align: center;
}
.about-box .side-box .socail li {
    display: inline-block;
    margin: 0 5px;
}
.about-box .side-box .socail li a {
    background: #444;
    color: #fff;
    padding: 2px 5px;
    font-size: 16px;
    position: relative;
    top: 0;
    transition: all .5s ease-in-out;
}
.about-box .side-box .socail li a:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    top: -5px;
}
.about-box .side-box .socail li.facebook a {
    color: #fff;
    background: #4867aa;
}
.about-box .side-box .socail li.twitter a {
    color: #fff;
    background: #1da1f2;
}
.about-box .side-box .socail li.youtube a {
    color: #fff;
    background: #f44336;
}
.about-box .side-box .socail li.telegram a {
    color: #fff;
    background: #31a6e1;
}
.about-box .side-box .socail li.telegram a {
    color: #fff;
    background: #31a6e1;
}
.about-box .side-box .socail li.instagram a {
    color: #fff;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.about-box .side-box .socail li.snapchat a {
    color: #000;
    background: #fffc00;
}
.about-box .side-box .folow-block li {
    margin-bottom: 15px;
}
.about-box .side-box .folow-block li a {
    display: block;
    background: var(--main-blue);
    color: #fff;
    transition: all .5s ease-in-out;
}
.about-box .side-box .folow-block li a:hover {
    background: #444;
}
.about-box .side-box .folow-block li img {
    width: 50px;
    background: #fff;
    padding-left: 5px;
    margin-left: 10px;
}
.about-box .live-box {
    text-align: center;
    padding-bottom: 20px;
}
.about-box .live-box a {
    display: inline-block;
    font-weight: bold;
    color: #444;
    font-size: 18px;
    transition: all .5s ease-in-out;
}
.about-box .live-box a:hover {
    color: #d00;
}
.about-box .live-box a i {
    font-size: 22px;
    font-weight: normal;
}
.about-box .live-box a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d00;
    display: inline-block;
    position: relative;
    top: -5px;
    animation: blinker 1s ease-in-out infinite;
    -webkit-animation: blinker 1s ease-in-out infinite;
}
@media (max-width: 991px) {
    .about-box .side-box {
        border: 0;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #aaa;
    }
}
@media (max-width:400px) {
    .about-box .side-box .socail li {
        margin: 0;
    }
}
/* -- News Details -- */
.news-details .text-box *,
.news-details .text-box {
    font-family: DroidKufi !important;
} 
.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 .bx-play-circle {
    position: absolute;
    font-size: 54px;
    top: calc(50% - 22px);
    right: calc(50% - 22px);
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-details .img:hover .bx-play-circle {
    color: #d00;
}
.news-details .img iframe {
    width: 100%;
    max-height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.news-details img {
    height: 100%;
    width: 100%;
}
.news-details iframe {
    width: 100%;
    display: block;
    padding: 5px;
    max-height: 600px;
}
    
    
.news-details .img p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    right: 0;
    width: 100%;
    z-index: 2;
}

.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: #888;
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
    font-size: 12px;
}
.news-details .info li i {
    color: var(--main-blue);
    font-size: 16px;
}
.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-blue);
    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-blue);
    color: #fff;
}

.news-details .text-box p {
    text-align: justify;
    line-height: 2;

    padding-left: 15px;
}

.news-details .text-box img,
.news-details .text-box iframe {
    width: 100%;

    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 var(--main-blue);
    background: #fff;
    display: block;
    padding: 5px 10px;
    color: var(--main-blue);
}

.news-details .choices li a:hover,
.news-details .choices li button:hover {
    color: #fff;
    background: var(--main-blue);
}


.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 .img iframe {
        min-height: 350px;
    }
}

/* -- ./News Details -- */


/* -- 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: 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 var(--main-blue);
	color: #fff;
    background: var(--main-blue);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#dle-content button.btn:hover{
	background: #fff;
	color: var(--main-blue);
}

.phone-email a {
	color: #444;
    font-weight: bold;
}
.phone-email a i {
    font-weight: normal;
    color: var(--main-blue);
    font-size: 16px;
}
.phone-email a:hover {
    color: var(--main-blue);
}

.phone-email li {
    margin-bottom: 10px;
}

.phone-email li svg {
    color: var(--main-blue);
}

@media (max-width:767px) {
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
}
/* -- 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: var(--main-yellow);
    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: var(--main-yellow);
    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: var(--main-yellow);
    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: #555;
}

.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: 100%;
        height: auto;
        line-height: normal;
    }
    .newsbar .newss {
        margin-top: -10px;
    }
	.newsbar .newss .activenews{
		text-align: center;
        padding-right: 0px;
        width: 100%;
	}
	.newsbar p{
        margin-top: -15px;
        font-size: 14px;
        height: 45px;
        padding-left: 40px;
        padding-right: 10px;
        text-align: right;
        display: block;
    }
    .newsbar .show {
        height: 95px;
        bottom: 0;
        top: auto;
    }
    .newsbar .show.back {
        width: 30px
    }
}

/* -- ./urgent news -- */
.inner-top,
.inner-top + div {
    margin-top: 170px;
}
@media (max-width: 1199px) {
    .inner-top,
    .inner-top + div {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .inner-top + div {
        margin-top: 20px;
    }
}
/* -- Apps Download Buttons -- */
.download-app {
    text-align: center;
}
.download-app li {
    width: 48%;
    display: inline-block;
    padding: 10px;
}

.download-app li img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.download-app li a {
    width: 150px;
    height: 50px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 10px 15px;
    color: #fff;
    position: relative;
    background: var(--main-blue);
    transition: all .5s ease-in-out;
}

.download-app li a:hover {
    background: #444;
    color: #fff;
}

.download-app li a .ar {
    font-size: 12px;
    display: block;
    margin-bottom: -2px;
    margin-top: -3px;
    color: #eee;
}

.download-app li a .en {
    font-size: 15px;
    font-weight: bold;
}
.download-app li img {
    width: 30px;
    float: right;
    margin-left: 5px;
}
.download-app li .app-store {
    padding-right: 20px;
}
.download-app li .play-store {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .download-app li {
        width: 100%;
        padding: 0 0 10px;
    }
    .download-app li a {
        margin: 5px auto;
    }
}

/* -- ./Apps Download Buttons -- */
#dx1{
color: #fff !important;
    font-size: 20px;
    display: inline-block;
    z-index: 3;
    position: relative;
    transition: all .5s ease-in-out;
	
}

.page-cover.program-details {
    background-color: var(--sub-blue);
}
@media (max-width: 991px) {
    .page-cover.program-details {
        background-size: contain;
        background-position: center;
        background-attachment: unset;
        padding: 0;
        height: 516vw;
    }
    .page-cover.program-details h1 {
        position: absolute;
        bottom: 30px;
        text-align: center;
        left: 0;
        right: 0;
    }
}
@media (max-width: 400px) {
    .news-details .img iframe {
        min-height:100%;
}
}


#my_video_1{
        width: 100% !important;
    height: 320px;
    
}
}