*{margin:0; padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;font-weight: normal;}
.fa{font-family:FontAwesome!important}
.fa-long-arrow-left{font-family:FontAwesome !important;font-size:40px !important;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
ul{list-style: none;}
p{margin: 0;}
textarea:focus,input:focus{outline:none}
.img-responsive{object-fit:cover;width:100%;height:auto;}
.BoxShadow{box-shadow: 2px 3px 0px -2px #0000001a;}
.border-40{border-radius:40px 0 40px 40px}
.border-20{border-radius:20px 0 20px 20px}
.dropdown-menu{text-align: start;}
.menuMOBshow{display: none;}
.menuMOB{display: none;}
.MaskContentShow{display: none;}
.HiddenDesktop{display: none;}
.bodyScroll{overflow:hidden}
/* .dropdown-item:focus, .dropdown-item:hover {
    color:#D2A348 !important;
    background-color: #125B54;
} */
body::after {position: absolute;content:'';top: 0;right: 0;background-color:#0473B9;width: 70%;height: 4px;}
body::before {position: absolute;content:'';top: 0;left: 0;background-color:#ED8338;width: 30%;height: 4px;}
/* Add Font  */
@font-face{font-family:B-Cairo;src:url(../fonts/textfonts/ArbFONTS-Cairo-Bold-2.woff);font-display: swap;}
@font-face{font-family:R-Cairo;src:url(../fonts/textfonts/ArbFONTS-Cairo-Regular-1.woff);font-display: swap;}
@font-face{font-family:EL-Cairo;src:url(../fonts/textfonts/ArbFONTS-Cairo-ExtraLight-1.woff);font-display: swap;}
@font-face{font-family:SB-Cairo;src:url(../fonts/textfonts/ArbFONTS-Cairo-SemiBold-2.woff);font-display: swap;}
@font-face{font-family:Bk-Cairo;src:url(../fonts/textfonts/ArbFONTS-Cairo-Black-1.woff);font-display: swap;}
@font-face{font-family:L-Cairo;src:url(../fonts/textfonts/ArbFONTS-Cairo-Light-1.woff);font-display: swap;}

.B-Cairo{font-family: B-Cairo;}
.R-Cairo{font-family: R-Cairo;}
.EL-Cairo{font-family: EL-Cairo;}
.SB-Cairo{font-family: SB-Cairo;}
.Bk-Cairo{font-family: Bk-Cairo;}
.L-Cairo{font-family: L-Cairo;}

/*********** start header ************/
.TimeDate{display: flex;justify-content: space-between;align-items:center}
.TimeDate p:nth-child(2){margin: 0 5px;}
.TimeDate p{color: #20201E;}
.social-media{display: flex;align-items:center; margin-top: 10px;}
.social-media ul{display: flex;margin-bottom: 0;}
.social-media ul li {font-size: 18px;margin: 0 5px;}
.social-media ul li img{width:17px;height:17px;border-radius: 0px;}
.H-line{background-color:#ED8338;width: 2px;height: 70%;margin: 0 10px;}
.show{display: none;}
.H-logo{display:flex;flex-direction:column;align-items:center}
.H-logo img {
    width: 300px;
}
header .Navbar {
    border-top: 1px solid #D2D4D4;
    border-bottom: 1px solid #D2D4D4;
}
.itemBoss li.lineNav {
    width: 2px;
    height: 45px;
    background-color: #125B54;
    margin: 0 10px
}
.itemBoss li.nav-item{font-family:R-Cairo}
.itemBoss li.nav-item p{font-family:R-Cairo; text-align: center;font-weight: 700;}
.logoNav{display:none}
.logoNav img{width:100px}
.showlogoNav{display:block}
.blocknavbarNav{align-items:center;width:85% !important}

.searchBlock{position: relative;}
.searchBlock input {text-align: center;background-color:#F3F3F3;border-radius:20px;border:0;color: #868686;font-family: R-Cairo;}
.searchBlock img{position:absolute;top:8px;right:12px;width: 20px;}

.nav-link.active{font-family: Bk-Cairo;}
.nav-link{font-family: 'B-Cairo';font-size: 18px;color: #20201E !important;padding-right: 0.3rem !important;padding-left: 0.3rem !important;}

.weather .nav-link{text-align: center;}
#weather p{font-size: 14px;}
/*********** Ads  leaderboard ************/
.BlockAds{padding: 10px;border-radius:10px;overflow: hidden;}
.BlockAds.ads-showcase.d-md-none a img {max-width: 100%;}
.leaderboard{display:flex;justify-content: center; width:auto;height:auto;margin:0 auto;/*min-width:970px;*/}
.leaderboard a img { margin-right: auto; margin-left: auto; display: block;}
.leaderboard img { margin-right: auto; margin-left: auto; display: block;}
.leaderboardlarger{background-color:#F5F5F5}

.searchMobile{display:none}
.morphsearch {
    display: none;
    width: 84px;
    min-height: 50px;
    background: #1d1d1d;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.openSearch .morphsearch.open {
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display:block;
}
.openSearch{overflow:hidden}


.morphsearch-input {
    width: 100%;
    padding: 28px 28px 0 20px;
    text-align: right;
    cursor: pointer;
    background: 0 0;
    font-family: inherit;
    font-size: 10px;
    color: #b8b8b8;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    transition: none
}

    .morphsearch-input::-ms-clear {
        display: none
    }

.morphsearch.hideInput .morphsearch-input {
    color: transparent
}

.openSearch .morphsearch.open .morphsearch-input {
    font-size: 36px;
    text-align: right;
    cursor: text;
    padding: 0
}

    .openSearch .morphsearch.open .morphsearch-input:focus img, .openSearch .morphsearch.open .morphsearch-input:hover img {
        display: none
    }

.morphsearch-close {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}


/* showcase */
.showcase {margin:auto;max-width: 300px; display:block;}
.showcase img{object-fit:cover;width:100%;height:auto;}
.ads-showcase{margin-bottom: 30px; padding:20px 10px; text-align: center;}

.leftAdsFix{
    position: fixed;
    margin-left: 0px;
    z-index: 10001;
    margin-right:calc(100% - 160px);
    margin-top: -85px;
    height: 600px;
    width: 160px;
    background: #2264A1;
    border-radius:10px;
    display: flex;
    justify-content: center;
}
.rightAdsFix {
    position: fixed;
    z-index: 10001;
    margin-top: -85px;
    margin-left: calc(100% - 160px);
    height: 600px;
    width: 160px;
    background: #2264A1;
    border-radius:10px;
    display: flex;
    justify-content: center;
}

.fixedads{
    margin-top: 0;
    top: 0;
}
.MaskContentShow {
    display: none;
}
/*********** Home ************/

/* ticker */
.ticker{padding: 0px 0;}
.acme-news-ticker-label{background:transparent;padding:6px 10px;width:auto;float:right;margin-left:15px;margin-right:0;line-height:normal;height:100%;color:#0473B9;position:relative;font-family:SB-Cairo;font-size:20px;display:flex;align-items:center;}
.acme-news-ticker-label::after{content:'';position:absolute;left:-5px;top:50%;transform:translate(0,-50%);background-color:#ED8338;width:3px;height:100%;}
.acme-news-ticker{background-color:transparent;height:60px;padding:10px;border-radius:10px 0 10px 10px;border:none;display: flex;}
.acme-news-ticker-box ul li a{color: #000;font-family: SB-Cairo;font-size: 18px;}
.searchBox{position: relative;}
.searchBox i{width: 20%;top:50%;position:absolute;transform:translate(0,-50%);color:#000;background-color:#5b5b5b36;height:100%;left:0;text-align:center;line-height:2.5;}
.searchBox input{padding-left: 10%;}

.swiper{width:100%;height:100%;overflow:hidden}

.swiper-slide{text-align:center;font-size:18px;background:#F5F5F5;display:flex;justify-content:center;align-items:center;}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.SliderBlock{padding-bottom: 30px;}
.rightSlider{background-color:#F5F5F5;border-radius:10px;padding-bottom: 30px;}
.boxSlider{padding-bottom: 20px;}
.boxSlider img{border-radius:10px 0 10px 10px;padding-bottom: 65px;}
.boxSlider h3{height: 130px;overflow: hidden; width: 90%;}
.boxSlider h3 a{color: #000;font-family: B-Cairo;margin: 10px 0;display: block;text-align: right;font-size: 1.8rem;line-height: 1.4;}
.p-publish{text-align: right;color: #C30000;font-family: R-Cairo;font-size: .9rem;}
.paginationSlider{position:absolute;top:38%;width:35%;margin-right:auto;height:50px;right:50%;transform:translate(50%,0%);z-index:9}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{top:50%;background-color:#8C1018;border-radius:50%;width:40px;height:40px;color:#FFF;z-index: 999;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background-color:transparent;color:#8C1018;border:1px solid #8C1018}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev';font-size:20px}
.swiper-pagination-bullet-active{opacity:1;background:#8C1018;}
.swiper-pagination-bullet{width:15px;height:15px;margin:0 10px}
.swiper-pagination{margin-bottom:20px;top:50%;right:50%;transform:translate(50%,-50%);width:100%}

/* title */
.title{display: flex;align-items:center;}
.title h2 {font-size: 37px;font-family: Bk-Cairo;margin: 0 5px;text-align:right}
.title h1 {font-size: 37px;font-family: Bk-Cairo;margin: 0 5px;text-align:right}
.title h2 a{color: #000;}

/* firstNews */
.NewsOne  > h3{text-align:right;height:100px;overflow:hidden;line-height:1.5;margin-bottom: 20px;}
.NewsOne > h3 a{color: #000;font-family: B-Cairo;font-size: 35px;}
.listNews{padding: 10px 0;}
.listNews li{ display: flex;align-items:center;}
.listNews li:not(:last-child){border-bottom:1px dotted #E1E1E1}
.listNews h3{text-align:right;height:40px;overflow:hidden;line-height:1.8;margin-right: 10px;margin-bottom: 0;}
.listNews h3 a{color:#000;font-family:Bk-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.imgNews{position: relative;}
.imgNews > a{position: relative;padding-bottom: 56.2%;display: block;}
.imgNews img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}


.contentTwo{display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;}
.FNewsBlock{width: calc((100% - 20px) / 2);}
.FNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.FNewsBlock .Ftext h3{text-align:right;height:60px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.FNewsBlock .Ftext h3 a{color:#000;font-family:Bk-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.time{text-align: right;font-size: 12px;font-family: SB-Cairo;margin: 5px 0px;}
.Fimage{position: relative;}
.Fimage > a{position: relative;padding-bottom: 67.6%;display: block;}
.Fimage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.tags{position: absolute;bottom: 10px;right: 10px;background-color: #FFF;padding: 5px 10px;}
.tags a{color: #000;font-family: B-Cairo;font-size: 16px;}


/* Policy */
.Policy{padding: 20px 0;}
.PNewsBlock{display: flex;justify-content: space-between;flex-wrap: wrap; padding: 20px 0;}
.contentPNews{width: calc((100% - 20px) / 2);}
.imgePNews{position: relative;height: auto;}
.imgePNews > a{position: relative;padding-bottom: 56.2%;display: block;height: 100%;}
.imgePNews img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}

.textPNews{border-bottom:1px dotted #E1E1E1}
.textPNews h3{text-align:right;height: auto;overflow:hidden;line-height:1.8;margin-bottom: 10px;}
.textPNews h3 a{color: #000;font-family: 'Bk-Cairo';font-size: 35px;}

.textPNColumn h3{text-align:right;height:auto;overflow:hidden;line-height:1.4;margin-bottom: 20px;}
.textPNColumn h3 a{color: #000;font-family: 'B-Cairo';font-size: 25px;}

.imgPNColumn{position: relative;}
.imgPNColumn > a{position: relative;padding-bottom: 68.5%;display: block;}
.imgPNColumn img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: auto;}

.divPNews{display: flex;justify-content: space-between;align-items:center;margin: 0 0 15px 0;}
.divPNews .imgPNColumn{width: 25%;}
.divPNews .textPNColumn{width: 73%;}


/* AllNewsList */
.AllNewsList ul {display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;}
.AllNewsList ul li {width: calc((100% - 60px) / 6);}
.AllNewsList ul li a{position: relative;display: block;}
.AllNewsList ul li a::after{content:"";position: absolute;left: 0;top: 0; width: 100%;height: 100%;background-color:#000000c4}
.AllNewsList ul li p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#FFF;z-index: 2;font-family: 'Bk-Cairo';text-align: center;}
.AllNewsList ul li img{aspect-ratio: 2/1;}


/* Prayer */
.Prayer ul {display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;background-color: #000F19;padding: 30px 0;direction:ltr;}
.Prayer ul li {width: calc((100% - 60px) / 6);}
.Prayer ul li a{position: relative;display: block;}
.Prayer ul li a::after{content:"";position: absolute;left: 0;top: 0; width: 100%;height: 100%;background-color:#000000c4;}
.Prayer ul li p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#FFF;z-index: 2;font-family: 'Bk-Cairo';text-align: center;}
.Prayer ul li img{width: 50px;filter: invert(100%);}
.Prayer ul li span{ color: #fff;font-family: 'B-Cairo';font-size: 14px;}

.PrayerWidget  {background-color: #000F19;padding-top: 10px;}
.PrayerWidget .PrayerCity{text-align: center;color: #fff;font-family: 'Bk-Cairo';font-size: 18px;background-color: #000F19;}
.PrayerWidget ul {display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;padding: 10px 0;direction:ltr;}
.PrayerWidget ul li {display: flex;width: 100%;}
.PrayerWidget ul li div {width: 100%; display: flex;justify-content: center;align-items: center;padding: 5px 0px;}
.PrayerWidget ul li a{position: relative;display: block;}
.PrayerWidget ul li a::after{content:"";position: absolute;left: 0;top: 0; width: 100%;height: 100%;background-color:#000000c4;}
.PrayerWidget ul li p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#FFF;z-index: 2;font-family: 'Bk-Cairo';text-align: center;}
.PrayerWidget ul li img{width: 50px;filter: invert(100%);}
.PrayerWidget ul li span{ color: #fff;font-family: 'B-Cairo';font-size: 14px;}


/* TwoBlock */
.TwoBlock{padding: 20px 0;}
.LatestNewBlock{display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;}
.LatestNewBlock > div{width: calc((100% - 20px) / 2);}
.contentLatestNew{display: flex;justify-content: space-between;margin-top: 20px;}
.contentLatestNew > div{width:calc((100% - 10px) / 2);}
.divNew .imgLatestNew > a{position: relative;padding-bottom: 67.6%;display: block;}
.divNew .imgLatestNew img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.textLatestNew h2{text-align:right;height:115px;overflow:hidden;margin-bottom:0;line-height:1.8}
.textLatestNew h2 a{color:#000;font-family: 'Bk-Cairo';font-size:20px;display:block;height:100%;overflow:hidden;}

.contentLatestNewThree{display: flex;justify-content: space-between;margin-top: 16px;}

.contentLatestNewThree .textLatestNew h2{text-align:right;height: 70px;overflow:hidden;margin-bottom:0;line-height:1.8}
.contentLatestNewThree .textLatestNew h2 a{color:#000;font-family: 'Bk-Cairo';font-size: 20px;display:block;height:100%;overflow:hidden;}

.BlockTreeNews .imgLatestNew img{width: 155px;height: 105px;}
.BlockTreeNews .textLatestNew {margin-right: 10px;}


/* ReadThese */
.ReadThese{background-color:#F9F9F9;border:1px solid#C5C5C5;padding:20px 10px;height: 100%;}
.listRead{padding: 20px 0;border-bottom:1px solid #D7D7D7}
.listRead li{margin-bottom: 20px;}
.listRead a{display: flex;text-align: right;color: #000;}
.listRead a img{width: 109px;}
.textRead{margin-right: 10px;}
.textRead p{font-size: 16px;}
.textRead p:first-child{height: 50px;overflow: hidden;font-family: 'Bk-Cairo';}
.textRead p:last-child{font-family: SB-Cairo;}
.MoreNew{color: #20201E;font-family: SB-Cairo;}


/* sliderOne */
.sliderOne{padding: 40px 0;position: relative;}
.sliderOne::after{content:"";position:absolute;top:0;left:50%;width:80%;height:1px;background-color:#E1E1E1;transform:translate(-50%,-50%)}
.sliderOne::before{content:"";position:absolute;bottom:0;left:50%;width:80%;height:1px;background-color:#E1E1E1;transform:translate(-50%,-50%)}
.sliderOneBlock{display: flex;justify-content: space-between;align-items:center;flex-wrap: wrap;}
.sliderOneBlock .mySwiper {width: 85%;background-color:#F5F5F5}
.titleSliderOne{width: 15%;background-color: #000F19;border-top:8px solid #0473B9;height: 128px;position: relative;}
.akhtrnaLK{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;}
.akhtrnaLK::after{content:"";position:absolute;background-image:url(../images/titleslider.png);background-repeat:no-repeat;top:60%;left:50%;width:150px;height:100px;transform:translate(-50%,-50%)}
.akhtrnaLK a{color: #FFF;font-family: SB-Cairo;}
.akhtrnaLK p a{font-size: 14px;}
.akhtrnaLK p , .akhtrnaLK h2 {z-index: 99;}

.mySwiper .swiper-wrapper{background-color:#F6F6F6;padding: 0 20px;}
.mySwiper .textSlide{margin-left: 20px;position: relative;}
.mySwiper .textSlide::after{content:"";position:absolute;background-image:url(../images/title2.png);background-repeat:no-repeat;top:55%;left:0px;width:35px;height:35px;transform:translate(-50%,-50%)}
.mySwiper .textSlide::before{content:"";position:absolute;top:50%;left:0px;width:1px;height:50px;background-color:#E2E2E2;transform:translate(-50%,-50%)}
.textSlide h3{text-align:right;height:90px;overflow:hidden;line-height:1.4;margin-bottom: 0;width:95%}
.textSlide h3 a{color: #000;font-family: B-Cairo;font-size: 18px;}
.mySwiper .divPagination .swiper-pagination{background-color:#f5f5f5}
.mySwiper .divPagination{padding-bottom:40px}





/* LatestReviews */
.LatestReviews{background-color:#000F19;padding: 30px 0;position: relative;}
.LatestReviews::after{content:"";position:absolute;top:-6px;right:0;width:50%;height:6px;background-color:#ED8338}
.LatestReviews::before{content:"";position:absolute;bottom:-6px;left:0;width:50%;height:6px;background-color:#0473B9}
.LatestReviews .title h2 a{color: #FFF;}
.LatestReviews .title i{color: #FFF;}
.HeaderTitleLR{display: flex;align-items: center;margin-bottom: 30px;}
.HeaderTitleLR a{display: block;color: #FFF;}
.HeaderTitleLR p{font-family: 'B-helvetica';font-size: 1em;}
.HeaderTitleLR i{color: #F0A307;margin-right: 5px;}
.card-Slider{background-color:transparent;color:#FFF;border:none;text-align: right;width:100%}
.cardImage{position: relative;}
.cardImage a{position: relative;padding-bottom: 67.6%;display: block;}
.cardImage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.IconPlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:#ED8338;border-radius:50%;text-align:center;line-height:60px;opacity: .7;}
.IconPlay i {color: #FFF;}
.card-Slider .card-body{padding: 10px 0;}
.card-Slider .card-body h3{text-align:right;height:auto;overflow:hidden;line-height:1.8;margin-bottom:0}
.card-Slider .card-body h3 a{color:#fff;font-family:B-Cairo;font-size:14px;display:block;height:100%;overflow:hidden;}
.card-dateLR{color:#FFF;font-family:'R-helvetica';font-size:.8em;margin-bottom:5px}
.card-titleLR{font-size:.9em;font-family:'B-helvetica';height:45px;line-height: 1.4; overflow:hidden}

.LatestReviews .swiper-slide{background-color:transparent}
.SliderLatestReviews .swiper-wrapper{padding-bottom: 30px;padding-top: 20px;}
.swiper-LatestReviews-next{left:0!important;top:calc((100% - 130px)/ 2);background-color:#FFF;width:50px;border-top-right-radius:30px;border-bottom-right-radius:30px;z-index: 999;cursor: pointer;}
.swiper-LatestReviews-next:after{font-size:18px;color:#000;}
.swiper-LatestReviews-prev{right:0!important;top:calc((100% - 130px)/ 2);background-color:#FFF;width:50px;border-top-left-radius:30px;border-bottom-left-radius:30px;z-index: 999;cursor: pointer;}
.swiper-LatestReviews-prev:after{font-size:18px;color:#000;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events:auto}
.divPagination{position:relative;width:100%;padding-bottom:22px !important;}
.divPagination::after{content:'';position:absolute;top:55%;right:50%;width:85%;height:1px;background-color:#ED8338;transform:translate(50%,-50%)}
.swiper-pagination-LatestReviews .swiper-pagination-bullet{background-color:#fff;opacity: 1;width: 10px;height: 10px;}
.swiper-pagination-LatestReviews .swiper-pagination-bullet-active{background-color:#F0A307}
.divPagination .swiper-pagination{margin-bottom:0px;top:50%;right:50%;transform:translate(50%,-50%);width:fit-content;background-color:#000f19}



/* arts */
.arts{padding: 30px 0;}
.artsBlock{display: flex;justify-content: space-between;flex-wrap: wrap; padding-top: 20px;}
.artsBlock > div {width: calc((100% - 20px) / 2);}
.artsimage{position: relative;height: 68%;}
.artsimage > a{position: relative;padding-bottom: 56.2%;display: block;}
.artsimage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.artstext{padding: 0px 0;height:30%;display:flex;flex-direction:column;justify-content:space-between}
.artstext h3{text-align:right;height: 110px;overflow:hidden;margin-bottom:0;line-height:1.8}
.artstext h3 a{color:#000;font-family: 'Bk-Cairo';font-size: 32px;display:block;height:100%;overflow:hidden;}

.topArts{display: flex;justify-content: space-between;}
.bottomArts{display: flex;justify-content: space-between;flex-wrap: wrap;}
.bottomArts > div {width: calc((100% - 20px ) / 3);}

.bottomArts .Ftext h3{height: 83px;}
.bottomArts .Ftext h3 a{font-size: 18px;}



/* technology */
.technology{padding: 20px 0;}
.techBlock{display: flex;justify-content: space-between;flex-wrap: wrap; padding-top: 20px;}
.techNewsBlock{width: calc((100% - 30px) / 3);}
.techNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.techNewsBlock .Ftext h3{text-align:right;height: 75px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.techNewsBlock .Ftext h3 a{color:#000;font-family: 'Bk-Cairo';font-size: 25px;display:block;height:100%;overflow:hidden;}
.techNewsBlock .Fimage{position: relative;}
.techNewsBlock .Fimage > a{position: relative;padding-bottom: 68.5%;display: block;}
.techNewsBlock .Fimage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}



/* ThreeBlock */
.ThreeBlock{padding: 20px 0;}
.contentThreeBlock{display: flex;justify-content: space-between;flex-wrap: wrap;}
.colThreeBlock{display: flex;flex-direction: column;width: calc((100% - 30px)/3);}
.colThreeBlock .FNewsBlock{width: 100%;}

/* MostRead */
.MostRead{background-color:#F9F9F9;border:1px solid#C5C5C5;padding:20px 10px;}
.MostReadBlock{display: flex;flex-direction: column;padding-top: 20px;position: relative;border-bottom: 1px solid #D7D7D7;}
.MostReadBlock li:not(:last-child)::before{content:'';position:absolute;top:14px;right:4px;width:1px;height:100%;background-color:#C5C5C5}
.MostReadBlock li {position: relative;padding-bottom: 20px;}
.MostReadBlock li::after {content:'';position: absolute;top: 10px;right: 0;width: 10px;height: 10px;background-color:#ED8338;border-radius:50%;z-index: 9;}
.MostReadBlock h3{text-align:right;height:69px;overflow:hidden;margin-bottom: 0;line-height: 1.5;padding-right: 14px;}
.MostReadBlock h3 a{color:#000;font-family:SB-Cairo;font-size:16px;display:block;height:100%;overflow:hidden;}
.MostRead .MoreNew{color: #20201E;font-family: SB-Cairo;}

.followUs{padding: 10px 0;width: 80%;margin: auto;}
.followUs p{font-family: B-Cairo;font-size: 20px;text-align: right;border-bottom:1px solid #707070;width: fit-content;padding-bottom: 10px;margin-bottom: 10px;}
.followUs ul{display: flex;justify-content: space-between;}
.followUs ul li img {width: 20px;height: 20px;border-radius: 0px;}


/* sliderNews */
.sliderNews{padding: 20px 0;}
.sliderNewsBlock{position: relative;}

.SNewsImage{position: relative;width: 100%;}
.SNewsText{position:absolute;bottom:10px;right:10px;padding:5px 10px;}

.SNewsText h3{text-align:right;height: 120px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.SNewsText h3 a{color:#fff;font-family:Bk-Cairo;font-size: 25px;display:block;height:100%;overflow:hidden;text-shadow: 2px 2px #252020;}
.SNewsText .time{color: #fff;}
.SNewsImage > a{position: relative;padding-bottom: 158.7%;display: block;}
.SNewsImage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.SNewsImage > a::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0000003d}

.Stags{background-color: #FFF;padding: 5px 10px;width: fit-content;}
.Stags a{color: #000;font-family: B-Cairo;font-size: 16px;}


.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background-color:#dcdcdc !important;color:#FFF;border:1px solid #fff;opacity: .8;}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{top:50%;border-radius:0 50% 50% 0;width:40px;height:40px;z-index:999;background-color:#ED8338}
.swiper-button-prev{border-radius: 50% 0 0 50%;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 0;}


/* NewsSection */
.NewsSection{padding: 20px 0;}
.GlobalBlock{display: flex;justify-content: space-between;flex-wrap: wrap; padding-top: 20px;}
.SNewsBlock{width: calc((100% - 30px) / 4);}
.SNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.SNewsBlock .Ftext h3{text-align:right;height: 112px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.SNewsBlock .Ftext h3 a{color:#000;font-family: 'Bk-Cairo';font-size: 25px;display:block;height:100%;overflow:hidden;line-height: 35px;}
.SNewsBlock .Fimage{position: relative;}
.SNewsBlock .Fimage > a{position: relative;padding-bottom: 68.5%;display: block;}
.SNewsBlock .Fimage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}


/* lastSectionNews */
.lastSectionNews{padding: 20px 0;}
.lastNewsBlock{padding-top: 20px; display: flex;justify-content: space-between;flex-wrap: wrap;}
.lastNewsBlock .leftLastNew {width: 63%;}
.lastNewsBlock .rightLastNew {width: 35%;}

.lastNewsimage{position: relative;}
.lastNewsimage > a{position: relative;padding-bottom: 56.2%;display: block;}
.lastNewsimage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.lastNewstext{padding:5px 0;height:30%;display:flex;flex-direction:column;justify-content:space-between}
.lastNewstext h3{text-align:right;height: 114px;overflow:hidden;margin-bottom:0;line-height:1.8}
.lastNewstext h3 a{color:#000;font-family: 'Bk-Cairo';font-size: 32px;display:block;height:100%;overflow:hidden;}


.LNewsBlock{width: 100%;border-bottom:1px solid #E1E1E1}
.LNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.LNewsBlock .Ftext h3{text-align:right;height:60px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.LNewsBlock .Ftext h3 a{color:#000;font-family: 'Bk-Cairo';font-size:20px;display:block;height:100%;overflow:hidden;}
.LNewsBlock .Fimage{position: relative;}
.LNewsBlock .Fimage > a{position: relative;padding-bottom: 68.5%;display: block;}
.LNewsBlock .Fimage img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}


.lastNewsBlock .textPNColumn h3{text-align:right;height:65px;overflow:hidden;line-height:1;margin-bottom: 20px;}
.lastNewsBlock .textPNColumn h3 a{color: #000;font-family: 'Bk-Cairo';font-size: 18px;}
.lastNewsBlock .divPNews .imgPNColumn{width: 35%;}
.lastNewsBlock .divPNews .textPNColumn{width: 63%;}


.Reading{border:1px solid #E4E4E4;padding: 10px;}
.Reading .title{padding-bottom: 20px;border-bottom:1px solid #D7D7D7}
.Reading .swiperReading{padding: 20px 0;}
.Reading .swiper-slide{background-color:transparent}
.Reading .divPNews .imgPNColumn{width: 35%;}
.Reading .divPNews .textPNColumn{width: 63%;}
.Reading .textPNColumn h3{text-align:right;height:65px;overflow:hidden;line-height:1;margin-bottom: 20px;}
.Reading .textPNColumn h3 a{color: #000;font-family: SB-Cairo;font-size: 14px;}
.divReadingPagination{position: relative;padding-top: 25px;}

.swiperBlock{display: flex;flex-direction: column;}
.swiper-pagination-bullet{width:40px;height:10px;border-radius:0;background-color:#C5C5C5;opacity:1}
.swiper-pagination-bullet-active{background-color:#ED8338}

/* footer */
footer{padding: 60px 0 0;border-top:1px solid #707070;margin-top: 50px;position: relative;}
.footerlist a{font-family: 'B-Cairo';font-size: 20px;color: #000;}
.FLBlock{display:flex;justify-content:space-around;text-align:right}

.FooterfollowUs{padding: 10px 0;width: 80%;margin: auto;}
.FooterfollowUs p{font-family: B-Cairo;font-size: 20px;text-align: right;border-bottom:1px solid #707070;width: fit-content;padding-bottom: 10px;margin-bottom: 10px;}
.FooterfollowUs ul{display: flex;justify-content: space-between;padding-top: 20px;}
.FooterfollowUs ul li img {width: 40px;height: 40px;}



.BottomFooter{background-color:#000000;padding: 20px 0;margin-top: 40px;}
.ContentBottomFooter{display: flex;justify-content: space-between;align-items:center}
.ContentBottomFooter p{color: #FFF;font-family: R-Cairo;font-size: .8em;direction: ltr;}
.ContentBottomFooter ul{display: flex;margin-bottom: 0;flex-direction:column;text-align:right}
.ContentBottomFooter ul li{color: #FFF;font-family: R-Cairo;font-size: .8em;margin-bottom:10px}

.btnBackTop{background-color:#ED8338;width: 40px;height: 40px;position: absolute;right: 20px;top: -20px;display: flex;justify-content: center;align-items:center;cursor: pointer;}
.btnBackTop i{color: #FFF;font-size: 24px;}




/* Artical */
.Artical{padding: 20px 0;}
.Artical .social-tags{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Artical .social-write{display:flex;justify-content:space-between;margin-top:30px}
.Artical .social-media ul{display:flex;align-items:center;position:relative;border:1px solid #102231;padding:4px;}
.Artical .social-media ul li{margin: 0 10px;}
.Artical .social-media ul li:first-child{margin-right:30px}
.Artical .social-media ul li:first-child p {font-family:R-Cairo;font-size:20px;}
.Artical .social-media ul li img {width: 18px;height: 18px;cursor: pointer}
.Artical .social-media ul .shareIcon{position:absolute;right:-15px;top:5px;background-color:#102231;width:30px;height:30px;text-align:center;}
.Artical .social-media ul .shareIcon i{color: #fff;}
.ArticalTags{background-color: #F5F5F5;padding: 5px 10px;width: fit-content;border:1px solid #E1E1E1}
.ArticalTags a{color: #000;font-family: SB-Cairo;font-size: 20px;}

.Artical-body{padding: 15px 0;}
/*.Artical .Artical-body h2:before{content: "\2022   ";}*/
.Artical .Artical-body h2{font-family:B-Cairo;font-size:40px;text-align: right;margin-bottom: 20px;color: #5c5c5c;}
.Artical .Artical-body h1{font-family:B-Cairo;font-size:52px;text-align: right;margin-bottom: 20px;}
.Artical .img-artical{position:relative;}
.Artical .img-artical iframe{width: 100%;height: auto;min-height: 400px;}
.Artical .img-artical img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: auto;border-radius:0}
.Artical .img-artical2 img{display:block;max-width:100%;top:0;bottom:0;left:0;right:0;width: 100%; height: auto;border-radius:0}
.Artical .title-img-artical > p{text-align:right;width:100%;background-color:#0473b9;padding:10px;font-family:B-Cairo;font-size:20px;color:#FFF;height:50px;overflow:hidden;line-height:1.7;}
.Artical .Text-img-artical{padding:20px 0 40px;margin-bottom:30px}
.Artical .Text-img-artical{line-height: 1.8;font-family: R-Cairo;font-size: 22px;}
.Artical .Text-img-artical{text-align: justify;}
.Artical .Text-img-artical > p{font-family:R-Cairo;font-size:22px;line-height: 2;margin-bottom: 15px;}
.Artical .Text-img-artical > h2{font-family:B-Cairo;font-size:28px;text-align: right;margin-bottom: 20px;margin-top: 20px;color: #0473b9;line-height: 40px;}
.Artical .Text-img-artical ul li {list-style-type: disc;font-family: R-Cairo;font-size: 22px;line-height: 2;margin-bottom: 15px;margin-right: 50px;}
.Artical .Text-img-artical ol li {list-style-type: auto;font-family: R-Cairo;font-size: 22px;line-height: 2;margin-bottom: 15px;margin-right: 50px;}

blockquote {background: #f9f9f9;border-left: 10px solid #ccc;margin: 1.5em 10px;quotes: "\201C""\201D""\2018""\2019";padding: 15px;}
blockquote:before {color: #ccc;content: open-quote;font-size: 4em;line-height: 1em;margin-left: 0.25em;vertical-align: -0.4em;}
blockquote:after {color: #ccc;content: close-quote;font-size: 4em;line-height: 1em;margin-right: 0.25em;vertical-align: -0.4em;}
blockquote p {display: inline;}

/* .Artical .Text-img-artical img{float:left;max-width:300px;padding-right:10px} */
.Artical .RelatedNews{margin:30px 0;padding:20px 0;position:relative;border-top:1px solid #73818B;border-bottom:1px solid #73818B}
/* .Artical .RelatedNews::after{content:'';position:absolute;top:0;width:70%;height:1px;background-color:#73818B;left:50%;transform:translate(-50%,-50%);}
.Artical .RelatedNews::before{content:'';position:absolute;bottom:0;width:70%;height:1px;background-color:#73818B;left:50%;transform:translate(-50%,-50%);} */
.Artical .list-Rnews{display: flex;padding-top: 20px;flex-wrap: wrap}
.Artical .Rnews-card:nth-child(2n+0){margin-right:10px}
.Artical .artical-tags{display:flex;flex-wrap:wrap;}
.Artical .artical-tags span {margin-bottom: 20px;}
.Artical .artical-tags span a{padding:5px 10px;border-radius:10px;border:1px solid #102231;margin-left:5px;font-family:SB-Cairo;font-size: 25px;color: #102231;display:block;}

.write-size{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;}
.write{display: flex;}
.write .Date{margin: 0 10px;}
.write p {font-family:SB-Cairo;font-size:14px}
.write-size .size{display: flex;align-items:center}
.custom-range{margin: 0 10px;}
.write-size .size > span {font-size: 18px;display: flex;align-items:center;font-family:R-Cairo;}
.write-size .size > span span {font-size: 12px;font-family:R-Cairo;margin: 0 3px;}

.Artical .contentLatestNew{background-color:transparent;width:calc((100% - 10px) / 2);margin: 0 0 15px 0px;}
.RelatedNews .imgLatestNew{width: 30%;}
.RelatedNews .textLatestNew{width: 68%;}
.RelatedNews .imgLatestNew > a{position: relative;padding-bottom: 68.5%;display: block;}
.RelatedNews .imgLatestNew img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.RelatedNews .textLatestNew h2{text-align:right;height:80px;overflow:hidden;margin-bottom:0;line-height:1.8}
.RelatedNews .textLatestNew h2 a{color:#000;font-family:Bk-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.RelatedNews .title h2 {font-family: B-Cairo;}

.Text-img-artical p img{width:80%;margin:auto;margin-bottom:10px}
.Text-img-artical .image{text-align:center}
.Text-img-artical .image img{width:75%;margin:auto}
.Text-img-artical iframe{max-width:100% !important;margin:auto}
.raw-html-embed{text-align:center}
.raw-html-embed > div {width:100% !important;max-width:100% !important}


/* section */
.section .FirstNews {padding: 20px 0;}
.section .FirstNews .contentLatestNew{align-items:center;flex-wrap: wrap;}
.section .FirstNews .contentLatestNew .imgLatestNew > a{position: relative;padding-bottom: 56.2%;display: block;}
.section .FirstNews .contentLatestNew .imgLatestNew img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.section .FirstNews .contentLatestNew .textLatestNew h2{text-align:right;height: 262px;overflow:hidden;margin-bottom:0;line-height: 1.4;}
.section .FirstNews .contentLatestNew .textLatestNew h2 a{color:#000;font-family:B-Cairo;font-size: 50px;display:block;height:100%;overflow:hidden;}
.section .FirstNews .description{font-family: B-Cairo;font-size: 16px;color: #102231;text-align: right;}

.section .AllNews .contentLatestNew .imgLatestNew{width: 30%;}
.section .AllNews .contentLatestNew .textLatestNew{width: 68%;}
.section .AllNews .contentLatestNew .imgLatestNew > a{position: relative;padding-bottom: 56.2%;display: block;}
.section .AllNews .contentLatestNew .imgLatestNew img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.section .AllNews .contentLatestNew .textLatestNew h2{text-align:right;height: 118px;overflow:hidden;margin-bottom:0;line-height: 1.4;}
.section .AllNews .contentLatestNew .textLatestNew h2 a{color:#000;font-family: 'B-Cairo';font-size: 32px;display:block;height:100%;overflow:hidden;}
.section .AllNews .description{font-family: SB-Cairo;font-size: 14px;color: #102231;text-align: right;}

.paginationBlock{padding: 30px 0;display: flex;justify-content: center;}

.page-item:first-child .page-link{border-radius:0}
.page-item:last-child .page-link{border-radius:0}

.section .searchBlock input {text-align: right;background-color:#F3F3F3;border-radius:0;border:0;color: #868686;font-family: R-Cairo;}

.resultsBlock{padding: 30px 0;}
.resultsBlock .title h2{background-color:#F5F5F5;font-family: SB-Cairo;font-size: 20px;padding: 5px 15px;}


.menuMOBshow{display: none;}
.menuMOB{display: none;}


.FBLeft {
    font-size: 14px;
}
.Headerads .leaderboard{max-width: 468px;min-width: 468px;}


/* SliderScroll */
.SliderScroll {padding-bottom: 20px;*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;font-weight: normal;}
.fa{font-family:FontAwesome!important}a{text-decoration: none;}a:hover{text-decoration: none;}ul{list-style: none;}p{margin: 0;}textarea:focus,input:focus{outline:none}
.img-responsive{object-fit:cover;width:100%;height:auto;}
.BoxShadow{box-shadow: 2px 3px 0px -2px #0000001a;}
.border-40{border-radius:40px 0 40px 40px}
.border-20{border-radius:20px 0 20px 20px}
.dropdown-menu{text-align: start;}
.menuMOBshow{display: none;}
.menuMOB{display: none;}
.MaskContentShow{display: none;}
.HiddenDesktop{display: none;}
/* .dropdown-item:focus, .dropdown-item:hover {
    color:#D2A348 !important;
    background-color: #125B54;
} */body::after {position: absolute;content:'';top: 0;right: 0;background-color:#0473B9;width: 70%;height: 4px;}body::before {position: absolute;content:'';top: 0;left: 0;background-color:#ED8338;width: 30%;height: 4px;}


/*********** start header ************/
.TimeDate{display: flex;justify-content: space-between;align-items:center}
.TimeDatep:nth-child(2){margin: 0 5px;}
.TimeDatep{color: #20201E;}
.social-media{display: flex;align-items:center}
.social-mediaul{display: flex;margin-bottom: 0;}
.social-mediaulli {font-size: 18px;margin: 0 5px;}
.social-mediaulliimg{width:17px;height:17px}
.H-line{background-color:#ED8338;width: 2px;height: 70%;margin: 0 10px;}
.show{display: none;}
.H-logo{display:flex;flex-direction:column;align-items:center}
.H-logoimg {width: 300px;
}header .Navbar {
    border-top: 1px solid #D2D4D4;border-bottom: 1px solid #D2D4D4;
}
.itemBossli.lineNav {width: 2px;height: 45px;background-color: #125B54;margin: 0 10px}
.itemBossli.nav-item{font-family:R-Cairo}
.logoNav{display:none}
.logoNavimg{width:80px}
.showlogoNav{display:block}
.blocknavbarNav{align-items:center;width:80% !important}

.searchBlock{position: relative;}
.searchBlockinput {text-align: center;background-color:#F3F3F3;border-radius:20px;border:0;color: #868686;font-family: R-Cairo;}
.searchBlockimg{position:absolute;top:8px;right:12px;width: 20px;}

.nav-link.active{font-family: Bk-Cairo;}
.nav-link{font-family: 'B-Cairo';font-size: 20px;color: #20201E !important;}

.weather .nav-link{text-align: center;}
#weatherp{font-size: 14px;}
/*********** Ads  leaderboard ************/
.BlockAds{padding: 10px;border-radius:10px;overflow: hidden;}
.leaderboard{display:flex;justify-content: center;width:auto;height:auto;margin:0 auto;min-width:970px;}
.leaderboardlarger{background-color:#F5F5F5}



/* showcase */
.showcase {margin:auto;max-width: 300px;display:block;}
.showcaseimg{object-fit:cover;width:100%;height:auto;}
.ads-showcase{margin-bottom: 30px;padding:20px 10px;text-align: center;}

.leftAdsFix{position: fixed;margin-left: 0px;z-index: 10001;margin-right:calc(100% - 160px);margin-top: -85px;height: 600px;width: 160px;background: #2264A1;border-radius:10px;display: flex;justify-content: center;
}
.rightAdsFix {position: fixed;z-index: 10001;margin-top: -85px;margin-left: calc(100% - 160px);height: 600px;width: 160px;background: #2264A1;border-radius:10px;display: flex;justify-content: center;
}

.fixedads{margin-top: 0;top: 0;
}

/*********** Home ************/

/* ticker */
.ticker{padding: 0px 0;}
.acme-news-ticker-label{background:transparent;padding:6px 10px;width:auto;float:right;margin-left:15px;margin-right:0;line-height:normal;height:100%;color:#0473B9;position:relative;font-family:SB-Cairo;font-size:20px;display:flex;align-items:center;}
.acme-news-ticker-label::after{content:'';position:absolute;left:-5px;top:50%;transform:translate(0,-50%);background-color:#ED8338;width:3px;height:100%;}
.acme-news-ticker{background-color:transparent;height:60px;padding:10px;border-radius:10px 0 10px 10px;border:none;display: flex;}
.acme-news-ticker-boxullia{color: #000;font-family: SB-Cairo;font-size: 18px;}
.searchBox{position: relative;}
.searchBoxi{width: 20%;top:50%;position:absolute;transform:translate(0,-50%);color:#000;background-color:#5b5b5b36;height:100%;left:0;text-align:center;line-height:2.5;}
.searchBoxinput{padding-left: 10%;}

.swiper{width:100%;height:100%;overflow:hidden}

.swiper-slide{text-align:center;font-size:18px;background:#F5F5F5;display:flex;justify-content:center;align-items:center;}
.swiper-slideimg{display:block;width:100%;height:100%;object-fit:cover}
.SliderBlock{padding-bottom: 30px;}
.rightSlider{background-color:#F5F5F5;border-radius:10px;padding-bottom: 30px;}
.boxSlider{padding-bottom: 20px;}
.boxSliderimg{border-radius:10px 0 10px 10px;padding-bottom: 65px;}
.boxSliderh3{height: 130px;overflow: hidden;width: 90%;}
.boxSliderh3a{color: #000;font-family: B-Cairo;margin: 10px 0;display: block;text-align: right;font-size: 1.8rem;line-height: 1.4;}
.p-publish{text-align: right;color: #C30000;font-family: R-Cairo;font-size: .9rem;}
.paginationSlider{position:absolute;top:38%;width:35%;margin-right:auto;height:50px;right:50%;transform:translate(50%,0%);z-index:9}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{top:50%;background-color:#8C1018;border-radius:50%;width:40px;height:40px;color:#FFF;z-index: 999;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background-color:transparent;color:#8C1018;border:1px solid #8C1018}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev';font-size:20px}
.swiper-pagination-bullet-active{opacity:1;background:#8C1018;}
.swiper-pagination-bullet{width:15px;height:15px;margin:0 10px}
.swiper-pagination{margin-bottom:20px;top:50%;right:50%;transform:translate(50%,-50%);width:100%}

/* title */
.title{display: flex;align-items:center;}
.titleh2 {font-size: 24px;font-family: Bk-Cairo;margin: 0 5px;}
.titleh2a{color: #000;}

/* firstNews */
.NewsOne  >h3{text-align:right;height:100px;overflow:hidden;line-height:1.5;margin-bottom: 20px;}
.NewsOne >h3 a{color: #000;font-family: B-Cairo;font-size: 35px;}
.listNews{padding: 10px 0;}
.listNewsli{display: flex;align-items:center;}
.listNewsli:not(:last-child){border-bottom:1px dotted #E1E1E1}
.listNewsh3{text-align:right;height:40px;overflow:hidden;line-height:1.8;margin-right: 10px;margin-bottom: 0;}
.listNewsh3a{color:#000;font-family:Bk-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.imgNews{position: relative;}
.imgNews >a{position: relative;padding-bottom: 56.2%;display: block;}
.imgNewsimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}


.contentTwo{display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;}
.FNewsBlock{width: calc((100% - 20px) / 2);}
.FNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.FNewsBlock .Ftexth3{text-align:right;height:60px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.FNewsBlock .Ftexth3a{color:#000;font-family:Bk-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.time{text-align: right;font-size: 12px;font-family: SB-Cairo;margin: 10px 0;}
.Fimage{position: relative;}
.Fimage >a{position: relative;padding-bottom: 67.6%;display: block;}
.Fimageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.tags{position: absolute;bottom: 10px;right: 10px;background-color: #FFF;padding: 5px 10px;}
.tagsa{color: #000;font-family: B-Cairo;font-size: 16px;}


/* Policy */
.Policy{padding: 20px 0;}
.PNewsBlock{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 20px 0;}
.contentPNews{width: calc((100% - 20px) / 2);}
.imgePNews{position: relative;height: 100%;}
.imgePNews >a{position: relative;padding-bottom: 56.2%;display: block;height: 100%;}
.imgePNewsimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}

.textPNews{border-bottom:1px dotted #E1E1E1}
.textPNewsh3{text-align:right;height: 118px;overflow:hidden;line-height:1.8;margin-bottom: 10px;}
.textPNewsh3a{color: #000;font-family: 'Bk-Cairo';font-size: 35px;}

.textPNColumnh3{text-align:right;height:90px;overflow:hidden;line-height:1.4;margin-bottom: 20px;}
.textPNColumnh3a{color: #000;font-family: 'B-Cairo';font-size: 25px;}

.imgPNColumn{position: relative;}
.imgPNColumn >a{position: relative;padding-bottom: 68.5%;display: block;}
.imgPNColumnimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}

.divPNews{display: flex;justify-content: space-between;align-items:center;margin: 0 0 15px 0;}
.divPNews .imgPNColumn{width: 25%;}
.divPNews .textPNColumn{width: 73%;}

/* TwoBlock */
.TwoBlock{padding: 20px 0;}
.LatestNewBlock{display: flex;align-items:center;justify-content: space-between;flex-wrap: wrap;}
.LatestNewBlock >div{width: calc((100% - 20px) / 2);}
.contentLatestNew{display: flex;justify-content: space-between;margin-top: 20px;}
.contentLatestNew >div{width:calc((100% - 10px) / 2);}
.divNew .imgLatestNew >a{position: relative;padding-bottom: 67.6%;display: block;}
.divNew .imgLatestNewimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.textLatestNewh2{text-align:right;height:115px;overflow:hidden;margin-bottom:0;line-height:1.8}
.textLatestNewh2a{color:#000;font-family: 'Bk-Cairo';font-size:20px;display:block;height:100%;overflow:hidden;}

.contentLatestNewThree{display: flex;justify-content: space-between;margin-top: 16px;}

.contentLatestNewThree .textLatestNewh2{text-align:right;height:65px;overflow:hidden;margin-bottom:0;line-height:1.8}
.contentLatestNewThree .textLatestNewh2a{color:#000;font-family: 'Bk-Cairo';font-size:16px;display:block;height:100%;overflow:hidden;}

.BlockTreeNews .imgLatestNewimg{width: 155px;height: 105px;}
.BlockTreeNews .textLatestNew {margin-right: 10px;}


/* ReadThese */
.ReadThese{background-color:#F9F9F9;border:1px solid#C5C5C5;padding:20px 10px;height: 100%;}
.listRead{padding: 20px 0;border-bottom:1px solid #D7D7D7}
.listReadli{margin-bottom: 20px;}
.listReada{display: flex;text-align: right;color: #000;}
.listReadaimg{width: 78px;height: 78px;border-radius:50%}
.textRead{margin-right: 10px;}
.textReadp{font-size: 16px;}
.textReadp:first-child{height: 50px;overflow: hidden;font-family: 'Bk-Cairo';}
.textReadp:last-child{font-family: SB-Cairo;}
.MoreNew{color: #20201E;font-family: SB-Cairo;}


/* sliderOne */
.sliderOne{padding: 40px 0;position: relative;}
.sliderOne::after{content:"";position:absolute;top:0;left:50%;width:80%;height:1px;background-color:#E1E1E1;transform:translate(-50%,-50%)}
.sliderOne::before{content:"";position:absolute;bottom:0;left:50%;width:80%;height:1px;background-color:#E1E1E1;transform:translate(-50%,-50%)}
.sliderOneBlock{display: flex;justify-content: space-between;align-items:center;flex-wrap: wrap;}
.sliderOneBlock .mySwiper {width: 85%;background-color:#F5F5F5}
.titleSliderOne{width: 15%;background-color: #000F19;border-top:8px solid #0473B9;height: 128px;position: relative;}
.akhtrnaLK{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;}
.akhtrnaLK::after{content:"";position:absolute;background-image:url(../images/titleslider.png);background-repeat:no-repeat;top:60%;left:50%;width:150px;height:100px;transform:translate(-50%,-50%)}
.akhtrnaLKa{color: #FFF;font-family: SB-Cairo;}
.akhtrnaLKpa{font-size: 14px;}
.akhtrnaLKp , .akhtrnaLKh2 {z-index: 99;}

.mySwiper .swiper-wrapper{background-color:#F6F6F6;padding: 0 20px;}
.mySwiper .textSlide{margin-left: 20px;position: relative;}
.mySwiper .textSlide::after{content:"";position:absolute;background-image:url(../images/title2.png);background-repeat:no-repeat;top:55%;left:0px;width:35px;height:35px;transform:translate(-50%,-50%)}
.mySwiper .textSlide::before{content:"";position:absolute;top:50%;left:0px;width:1px;height:50px;background-color:#E2E2E2;transform:translate(-50%,-50%)}
.textSlideh3{text-align:right;height:90px;overflow:hidden;line-height:1.4;margin-bottom: 0;width:95%}
.textSlideh3a{color: #000;font-family: B-Cairo;font-size: 18px;}






/* LatestReviews */
.LatestReviews{background-color:#000F19;padding: 30px 0;position: relative;}
.LatestReviews::after{content:"";position:absolute;top:-6px;right:0;width:50%;height:6px;background-color:#ED8338}
.LatestReviews::before{content:"";position:absolute;bottom:-6px;left:0;width:50%;height:6px;background-color:#0473B9}
.LatestReviews .titleh2a{color: #FFF;}
.LatestReviews .titlei{color: #FFF;}
.HeaderTitleLR{display: flex;align-items: center;margin-bottom: 30px;}
.HeaderTitleLRa{display: block;color: #FFF;}
.HeaderTitleLRp{font-family: 'B-helvetica';font-size: 1em;}
.HeaderTitleLRi{color: #F0A307;margin-right: 5px;}
.card-Slider{background-color:transparent;color:#FFF;border:none;text-align: right;}
.cardImage{position: relative;}
.cardImagea{position: relative;padding-bottom: 67.6%;display: block;}
.cardImageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.IconPlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:#ED8338;border-radius:50%;text-align:center;line-height:60px;opacity: .7;}
.IconPlayi {color: #FFF;}
.card-Slider .card-body{padding: 10px 0;}
.card-Slider .card-bodyh3{text-align:right;height:65px;overflow:hidden;line-height:1.8;margin-bottom:0}
.card-Slider .card-bodyh3a{color:#fff;font-family:B-Cairo;font-size:18px;display:block;height:100%;overflow:hidden;}
.card-dateLR{color:#FFF;font-family:'R-helvetica';font-size:.8em;margin-bottom:5px}
.card-titleLR{font-size:.9em;font-family:'B-helvetica';height:45px;line-height: 1.4;overflow:hidden}

.LatestReviews .swiper-slide{background-color:transparent}
.SliderLatestReviews .swiper-wrapper{padding-bottom: 30px;padding-top: 20px;}
.swiper-LatestReviews-next{left:0!important;top:calc((100% - 130px)/ 2);background-color:#FFF;width:50px;border-top-right-radius:30px;border-bottom-right-radius:30px;z-index: 999;cursor: pointer;}
.swiper-LatestReviews-next:after{font-size:18px;color:#000;}
.swiper-LatestReviews-prev{right:0!important;top:calc((100% - 130px)/ 2);background-color:#FFF;width:50px;border-top-left-radius:30px;border-bottom-left-radius:30px;z-index: 999;cursor: pointer;}
.swiper-LatestReviews-prev:after{font-size:18px;color:#000;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events:auto}
.divPagination{position:relative;width:100%;padding-bottom:22px}
.divPagination::after{content:'';position:absolute;top:55%;right:50%;width:85%;height:1px;background-color:#ED8338;transform:translate(50%,-50%)}
.swiper-pagination-LatestReviews .swiper-pagination-bullet{background-color:#fff;opacity: 1;width: 10px;height: 10px;}
.swiper-pagination-LatestReviews .swiper-pagination-bullet-active{background-color:#F0A307}
.divPagination .swiper-pagination{margin-bottom:0px;top:50%;right:50%;transform:translate(50%,-50%);width:fit-content;background-color:#000f19}



/* arts */
.arts{padding: 30px 0;}
.artsBlock{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;}
.artsBlock >div {width: calc((100% - 20px) / 2);}
.artsimage{position: relative;height: 68%;}
.artsimage >a{position: relative;padding-bottom: 56.2%;display: block;}
.artsimageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.artstext{padding: 0px 0;height:30%;display:flex;flex-direction:column;justify-content:space-between}
.artstexth3{text-align:right;height: 110px;overflow:hidden;margin-bottom:0;line-height:1.8}
.artstexth3a{color:#000;font-family: 'Bk-Cairo';font-size: 32px;display:block;height:100%;overflow:hidden;}

.topArts{display: flex;justify-content: space-between;}
.bottomArts{display: flex;justify-content: space-between;flex-wrap: wrap;}
.bottomArts >div {width: calc((100% - 20px ) / 3);}

.bottomArts .Ftexth3{height: 65px;}
.bottomArts .Ftexth3a{font-size: 14px;}



/* technology */
.technology{padding: 20px 0;}
.techBlock{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;}
.techNewsBlock{width: calc((100% - 30px) / 3);}
.techNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.techNewsBlock .Ftexth3{text-align:right;height: 75px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.techNewsBlock .Ftexth3a{color:#000;font-family: 'Bk-Cairo';font-size: 25px;display:block;height:100%;overflow:hidden;}
.techNewsBlock .Fimage{position: relative;}
.techNewsBlock .Fimage >a{position: relative;padding-bottom: 68.5%;display: block;}
.techNewsBlock .Fimageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}



/* ThreeBlock */
.ThreeBlock{padding: 20px 0;}
.contentThreeBlock{display: flex;justify-content: space-between;flex-wrap: wrap;}
.colThreeBlock{display: flex;flex-direction: column;width: calc((100% - 30px)/3);}
.colThreeBlock .FNewsBlock{width: 100%;}

/* MostRead */
.MostRead{background-color:#F9F9F9;border:1px solid#C5C5C5;padding:20px 10px;}
.MostReadBlock{display: flex;flex-direction: column;padding-top: 20px;position: relative;border-bottom: 1px solid #D7D7D7;}
.MostReadBlockli:not(:last-child)::before{content:'';position:absolute;top:14px;right:4px;width:1px;height:100%;background-color:#C5C5C5}
.MostReadBlockli {position: relative;padding-bottom: 20px;}
.MostReadBlockli::after {content:'';position: absolute;top: 10px;right: 0;width: 10px;height: 10px;background-color:#ED8338;border-radius:50%;z-index: 9;}
.MostReadBlockh3{text-align:right;height:69px;overflow:hidden;margin-bottom: 0;line-height: 1.5;padding-right: 14px;}
.MostReadBlockh3a{color:#000;font-family:SB-Cairo;font-size:16px;display:block;height:100%;overflow:hidden;}
.MostRead .MoreNew{color: #20201E;font-family: SB-Cairo;}

.followUs{padding: 10px 0;width: 80%;margin: auto;}
.followUsp{font-family: B-Cairo;font-size: 20px;text-align: right;border-bottom:1px solid #707070;width: fit-content;padding-bottom: 10px;margin-bottom: 10px;}
.followUsul{display: flex;justify-content: space-between;}
.followUsulliimg {width: 20px;height: 20px;}


/* sliderNews */
.sliderNews{padding: 20px 0;}
.sliderNewsBlock{position: relative;}

.SNewsImage{position: relative;width: 100%;}
.SNewsText{position:absolute;bottom:10px;right:10px;padding:5px 10px;}

.SNewsTexth3{text-align:right;height: 80px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.SNewsTexth3a{color:#fff;font-family:Bk-Cairo;font-size: 25px;display:block;height:100%;overflow:hidden;text-shadow: 2px 2px #252020;}
.SNewsText .time{color: #fff;}
.SNewsImage >a{position: relative;padding-bottom: 158.7%;display: block;}
.SNewsImageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.SNewsImage >a::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0000003d}

.Stags{background-color: #FFF;padding: 5px 10px;width: fit-content;}
.Stagsa{color: #000;font-family: B-Cairo;font-size: 16px;}


.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background-color:#dcdcdc !important;color:#FFF;border:1px solid #fff;opacity: .8;}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{top:50%;border-radius:0 50% 50% 0;width:40px;height:40px;z-index:999;background-color:#ED8338}
.swiper-button-prev{border-radius: 50% 0 0 50%;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 0;}


/* NewsSection */
.NewsSection{padding: 20px 0;}
.GlobalBlock{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;}
.SNewsBlock{width: calc((100% - 30px) / 4);}
.SNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.SNewsBlock .Ftexth3{text-align:right;height: 70px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.SNewsBlock .Ftexth3a{color:#000;font-family: 'Bk-Cairo';font-size: 25px;display:block;height:100%;overflow:hidden;}
.SNewsBlock .Fimage{position: relative;}
.SNewsBlock .Fimage >a{position: relative;padding-bottom: 68.5%;display: block;}
.SNewsBlock .Fimageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}


/* lastSectionNews */
.lastSectionNews{padding: 20px 0;}
.lastNewsBlock{padding-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.lastNewsBlock .leftLastNew {width: 63%;}
.lastNewsBlock .rightLastNew {width: 35%;}

.lastNewsimage{position: relative;}
.lastNewsimage >a{position: relative;padding-bottom: 56.2%;display: block;}
.lastNewsimageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.lastNewstext{padding:5px 0;height:30%;display:flex;flex-direction:column;justify-content:space-between}
.lastNewstexth3{text-align:right;height: 114px;overflow:hidden;margin-bottom:0;line-height:1.8}
.lastNewstexth3a{color:#000;font-family: 'Bk-Cairo';font-size: 32px;display:block;height:100%;overflow:hidden;}


.LNewsBlock{width: 100%;border-bottom:1px solid #E1E1E1}
.LNewsBlock .Ftext{padding: 5px 0;margin-bottom: 10px;}
.LNewsBlock .Ftexth3{text-align:right;height:60px;overflow:hidden;margin-bottom: 0;line-height: 1.5;}
.LNewsBlock .Ftexth3a{color:#000;font-family: 'Bk-Cairo';font-size:20px;display:block;height:100%;overflow:hidden;}
.LNewsBlock .Fimage{position: relative;}
.LNewsBlock .Fimage >a{position: relative;padding-bottom: 68.5%;display: block;}
.LNewsBlock .Fimageimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}


.lastNewsBlock .textPNColumnh3{text-align:right;height:65px;overflow:hidden;line-height:1;margin-bottom: 20px;}
.lastNewsBlock .textPNColumnh3a{color: #000;font-family: 'Bk-Cairo';font-size: 18px;}
.lastNewsBlock .divPNews .imgPNColumn{width: 35%;}
.lastNewsBlock .divPNews .textPNColumn{width: 63%;}


.Reading{border:1px solid #E4E4E4;padding: 10px;}
.Reading .title{padding-bottom: 20px;border-bottom:1px solid #D7D7D7}
.Reading .swiperReading{padding: 20px 0;}
.Reading .swiper-slide{background-color:transparent}
.Reading .divPNews .imgPNColumn{width: 35%;}
.Reading .divPNews .textPNColumn{width: 63%;}
.Reading .textPNColumnh3{text-align:right;height:65px;overflow:hidden;line-height:1;margin-bottom: 20px;}
.Reading .textPNColumnh3a{color: #000;font-family: SB-Cairo;font-size: 14px;}
.divReadingPagination{position: relative;padding-top: 25px;}

.swiperBlock{display: flex;flex-direction: column;}
.swiper-pagination-bullet{width:40px;height:10px;border-radius:0;background-color:#C5C5C5;opacity:1}
.swiper-pagination-bullet-active{background-color:#ED8338}

/* footer */footer{padding: 60px 0 0;border-top:1px solid #707070;margin-top: 50px;position: relative;}
.footerlista{font-family: R-Cairo;font-size: 20px;color: #000;}
.FLBlock{display:flex;justify-content:space-around;text-align:right}

.FooterfollowUs{padding: 10px 0;width: 80%;margin: auto;}
.FooterfollowUsp{font-family: B-Cairo;font-size: 20px;text-align: right;border-bottom:1px solid #707070;width: fit-content;padding-bottom: 10px;margin-bottom: 10px;}
.FooterfollowUsul{display: flex;justify-content: space-between;padding-top: 20px;}
.FooterfollowUsulliimg {width: 40px;height: 40px;}



.BottomFooter{background-color:#000000;padding: 20px 0;margin-top: 40px;}
.ContentBottomFooter{display: flex;justify-content: space-between;align-items:center}
.ContentBottomFooterp{color: #FFF;font-family: R-Cairo;font-size: .8em;direction: ltr;}
.ContentBottomFooterul{display: flex;margin-bottom: 0;flex-direction:column;text-align:right}
.ContentBottomFooterulli{color: #FFF;font-family: R-Cairo;font-size: .8em;margin-bottom:10px}

.btnBackTop{background-color:#ED8338;width: 40px;height: 40px;position: absolute;right: 20px;top: -20px;display: flex;justify-content: center;align-items:center;cursor: pointer;}
.btnBackTopi{color: #FFF;font-size: 24px;}




/* Artical */
.Artical{padding: 20px 0;}
.Artical .social-tags{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Artical .social-write{display:flex;justify-content:space-between;margin-top:30px}
.Artical .social-mediaul{display:flex;align-items:center;position:relative;border:1px solid #102231;padding:4px;}
.Artical .social-mediaulli{margin: 0 5px;}
.Artical .social-mediaulli:first-child{margin-right:30px}
.Artical .social-mediaulli:first-child p {font-family:R-Cairo;font-size:20px;}
.Artical .social-mediaulliimg {width: 18px;height: 18px;}
.Artical .social-mediaul .shareIcon{position:absolute;right:-15px;top:5px;background-color:#102231;width:30px;height:30px;text-align:center;}
.Artical .social-mediaul .shareIconi{color: #fff;}
.ArticalTags{background-color: #F5F5F5;padding: 5px 10px;width: fit-content;border:1px solid #E1E1E1}
.ArticalTagsa{color: #000;font-family: SB-Cairo;font-size: 20px;}

.Artical-body{padding: 15px 0;}
/*.Artical .Artical-body h2:before{content: "\2022   ";}*/
.Artical .Artical-bodyh2{font-family:B-Cairo;font-size:40px;text-align: right;margin-bottom: 20px;color: #5c5c5c;}
.Artical .Artical-bodyh1{font-family:B-Cairo;font-size:52px;text-align: right;margin-bottom: 20px;}
.Artical .img-artical{position:relative;padding-bottom:55.9%;}
.Artical .img-articalimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;}
.Artical .title-img-artical >p{text-align:right;width:100%;background-color:#ED8338;padding:10px;font-family:B-Cairo;font-size:20px;color:#FFF;height:50px;overflow:hidden;line-height:1.7;}
.Artical .Text-img-artical{padding:20px 0 40px;margin-bottom:30px}
.Artical .Text-img-artical{line-height: 1.8;font-family: R-Cairo;font-size: 22px;}
.Artical .Text-img-artical{text-align: justify;}
.Artical .Text-img-artical >p{font-family:R-Cairo;font-size:24px;line-height: 2;margin-bottom: 15px;}
.Artical .Text-img-artical >h2{font-family:B-Cairo;font-size:35px;text-align: right;margin-bottom: 20px;margin-top: 20px;color: #0473b9;}
/* .Artical .Text-img-artical img{float:left;max-width:300px;padding-right:10px} */
.Artical .RelatedNews{margin:30px 0;padding:20px 0;position:relative;border-top:1px solid #73818B;border-bottom:1px solid #73818B}
/* .Artical .RelatedNews::after{content:'';position:absolute;top:0;width:70%;height:1px;background-color:#73818B;left:50%;transform:translate(-50%,-50%);}
.Artical .RelatedNews::before{content:'';position:absolute;bottom:0;width:70%;height:1px;background-color:#73818B;left:50%;transform:translate(-50%,-50%);} */
.Artical .list-Rnews{display: flex;padding-top: 20px;flex-wrap: wrap}
.Artical .Rnews-card:nth-child(2n+0){margin-right:10px}
.Artical .artical-tags{display:flex;flex-wrap:wrap;}
.Artical .artical-tagsspan {margin-bottom: 10px;}
.Artical .artical-tagsspana{padding:0 10px;border-radius:10px;border:1px solid #102231;margin-left:5px;font-family:SB-Cairo;font-size:.8em;color: #102231;}

.write-size{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;}
.write{display: flex;}
.write .Date{margin: 0 10px;}
.writep {font-family:SB-Cairo;font-size:14px}
.write-size .size{display: flex;align-items:center}
.custom-range{margin: 0 10px;}
.write-size .size >span {font-size: 18px;display: flex;align-items:center;font-family:R-Cairo;}
.write-size .size >span span {font-size: 12px;font-family:R-Cairo;margin: 0 3px;}

.Artical .contentLatestNew{background-color:transparent;width:calc((100% - 10px) / 2);margin: 0 0 15px 0px;}
.RelatedNews .imgLatestNew{width: 30%;}
.RelatedNews .textLatestNew{width: 68%;}
.RelatedNews .imgLatestNew >a{position: relative;padding-bottom: 68.5%;display: block;}
.RelatedNews .imgLatestNewimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.RelatedNews .textLatestNewh2{text-align:right;height:80px;overflow:hidden;margin-bottom:0;line-height:1.8}
.RelatedNews .textLatestNewh2a{color:#000;font-family:Bk-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.RelatedNews .titleh2 {font-family: B-Cairo;}


/* section */
.section .FirstNews {padding: 20px 0;}
.section .FirstNews .contentLatestNew{align-items:center;flex-wrap: wrap;}
.section .FirstNews .contentLatestNew .imgLatestNew >a{position: relative;padding-bottom: 56.2%;display: block;}
.section .FirstNews .contentLatestNew .imgLatestNewimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.section .FirstNews .contentLatestNew .textLatestNewh2{text-align:right;height:80px;overflow:hidden;margin-bottom:0;line-height:1.8}
.section .FirstNews .contentLatestNew .textLatestNewh2a{color:#000;font-family:B-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.section .FirstNews .description{font-family: B-Cairo;font-size: 16px;color: #102231;text-align: right;}

.section .AllNews .contentLatestNew .imgLatestNew{width: 30%;}
.section .AllNews .contentLatestNew .textLatestNew{width: 68%;}
.section .AllNews .contentLatestNew .imgLatestNew >a{position: relative;padding-bottom: 56.2%;display: block;}
.section .AllNews .contentLatestNew .imgLatestNewimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.section .AllNews .contentLatestNew .textLatestNewh2{text-align:right;height:80px;overflow:hidden;margin-bottom:0;line-height:1.8}
.section .AllNews .contentLatestNew .textLatestNewh2a{color:#000;font-family:SB-Cairo;font-size:20px;display:block;height:100%;overflow:hidden;}
.section .AllNews .description{font-family: SB-Cairo;font-size: 14px;color: #102231;text-align: right;}

.paginationBlock{padding: 30px 0;display: flex;justify-content: center;}

.page-item:first-child .page-link{border-radius:0}
.page-item:last-child .page-link{border-radius:0}

.section .searchBlockinput {text-align: right;background-color:#F3F3F3;border-radius:0;border:0;color: #868686;font-family: R-Cairo;}

.resultsBlock{padding: 30px 0;}
.resultsBlock .titleh2{background-color:#F5F5F5;font-family: SB-Cairo;font-size: 20px;padding: 5px 15px;}


.menuMOBshow{display: none;}
.menuMOB{display: none;}


.FBLeft {font-size: 14px;
}
.Headerads .leaderboard{max-width: 468px;min-width: 468px;}


/* SliderScroll */
.SliderScroll {padding-bottom: 20px;}
.SliderScroll .imageFull{position: relative;padding-bottom: 47%;display: block;}
.SliderScroll .imageFullimg{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.SliderScroll .imageFull::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0000003d}
.ScrollBlock{position:relative}
.contnetScroll{position:absolute;bottom:8%;right:50%;width:90%;transform: translate(50%);}
.contnetScroll  >h2{text-align:right;height: 190px;overflow:hidden;line-height:1.5;margin-bottom: 70px;width: 90%;}
.contnetScroll >h2 a{color: #FFF;font-family: BK-Cairo;font-size: 65px;text-shadow: 2px 2px #252020;}

.rowScroll{display:flex;}

#scroll-container {width: 100%;overflow: hidden;
    }

    #scroll-content {white-space: nowrap;transition: transform 0.3s ease;
    }

.scroll-item {display: inline-block;width: calc((100% - 30px ) / 2.5);margin: 5px;border-top: 1px dashed #FFF;
}
#scroll-range {background: #bfbcbc26;border-bottom: 1px solid #bfbcbc26;border-top: 1px solid #bfbcbc26;height: 10px;width: 100%;-moz-appearance: none;-webkit-appearance: none;border-radius: 3px;transition: transform 0.3s ease;
}
#scroll-range::-webkit-slider-thumb {
    background: #ed8338;border: 1px solid #ed8338;cursor: pointer;height: 22px;text-indent: -9999px;width: 90px;box-shadow: 0 3px 6px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.2) inset;-moz-appearance: none;-webkit-appearance: none;border-radius: 10px;
}
.scroll-item .textPNColumnh3{height: 70px;line-height: 1.9;margin-bottom:10px}
.scroll-item .textPNColumnh3a{color:#FFF;white-space: initial;display: block;font-size: 20px;}
.scroll-item .time{color:#CCC}


.liveBlock{width: 20%;display:flex;align-items:center}
.liveBlockdiv:nth-child(2){margin: 0 10px}
.liveBlockdiva {color:#FFF !important;font-family:Bk-Cairo;font-size:30px}
.liveBlocki{color:#F00;}
.colScroll{width: 80%;}
.blob {background: black;border-radius: 50%;box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);margin: 10px;height: 20px;width: 20px;transform: scale(1);animation: pulse-black 2s infinite;
}
    .blob.red {background: #ed8338;box-shadow: 0 0 0 0 rgb(237 131 56);animation: pulse-red 2s infinite;
    }

@keyframes pulse-red {
    0% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {transform: scale(1);box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.urgent{position:fixed;bottom:0;right:0;background-color:#0473b9;width:100%;z-index:99}
.my-news-ticker-urgent{display:flex;align-items:center}
.my-news-ticker-urgentli {display:block !important;margin:0 5px;color:#fff;height: 30px;overflow: hidden;}
.my-news-ticker-urgentlia{color:#FFF !important}
.urgent .acme-news-ticker{padding:0px 20px;align-items:center}
.urgent .acme-news-ticker-label{background-color:#ed8338;color:#0473b9}


.SliderLive{padding:20px 0;}
.contnetLive{position:relative;padding-bottom:40%}
.contnetLive img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;display:block}




@media (min-width: 1200px) {
    .container-fluid{
        width: 90%;
    }
}

@media (min-width: 800px) and (max-width: 1050px){}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 800px) { 
    .TimeDate{margin-top: 20px;}
    .TimeDate p{font-size: 15px;}
    .HeaderTime{justify-content: center !important;}
    .HeaderLogo{justify-content: center !important;}
    .leaderboard{min-width: 320px !important;width: 320px !important;}
    .leaderboard img{object-fit:cover;width:100%;height:auto;}
    .acme-news-ticker{margin-top: 0;}
    .acme-news-ticker-label{top: 0;width: 40%;}
    .NewsOne > h3 a{font-size: 20px;}
    .FNewsBlock .Ftext h3 a{font-size: 14px;}
    .contentPNews{width: 100%;}
    .AllNewsList ul li{width: calc((100% - 20px) / 3);margin-bottom: 10px;}
    .AllNewsList ul li p{font-size: 10px;}
    .LatestNewBlock > div{width: 100%;}
    .ReadThese{margin-top: 20px;}
    .titleSliderOne{width: 100%;}
    .sliderOneBlock .mySwiper{width: 100%;}
    .artsBlock > div{width: 100%;}
    .bottomArts > div{width: calc((100% - 20px ) / 2);margin-bottom: 10px;}
    .artsimage{height: auto;}
    .artstext{height: auto;}
    .techNewsBlock{width: 100%;}
    .colThreeBlock{width: 100%;}
    .SNewsBlock{width: 100%;}
    .lastNewsBlock .leftLastNew{width: 100%;}
    .lastNewsBlock .rightLastNew{width: 100%;}
    .lastNewstext h3{height: 75px;}
    .FLBlock{margin-top: 20px;}
    .ContentBottomFooter{flex-direction: column;align-items:center}
    .menuMOB{background-color:#fcfcfc;position:fixed;top:0;right:0;width:70%;height:100%;z-index:999;border:1px solid #dedede}
    .menuMOBshow{display: block;}
    .navbar-toggler{width:100%;background-color:#ed8338;padding:15px;color:#fff!important}
    .closeMenu{position:absolute;left:20px;top:20px;background-color:#ed8338;width:30px;height:30px;border-radius:50%;text-align:center;font-size:19px;color:#FFF}
    .navbar-nav{padding: 45px 0;}
    li.nav-item{width:100%;text-align:center;border-bottom:1px solid #ccc;margin-bottom:10px}

    .Artical .social-tags{justify-content: center;}
    .ArticalTags{margin-bottom: 20px;}
    .Artical .Artical-body h1{font-size: 28px;}
    .write-size{justify-content: center;}
    .write{margin-bottom: 10px;}
    .Artical .contentLatestNew{width: 100%;margin-bottom: 10px;}
    .RelatedNews .textLatestNew h2{height: 50px;}
    .RelatedNews .textLatestNew h2 a{font-size: 14px;}

    .section .FirstNews .contentLatestNew > div{width: 100%;}
    .section .FirstNews .contentLatestNew .textLatestNew{order: 1;}
    .section .AllNews .contentLatestNew {flex-wrap: wrap;}
    .section .AllNews .contentLatestNew .imgLatestNew{width: 100%;}
    .section .AllNews .contentLatestNew .textLatestNew{width: 100%;}
    .section .searchBlock {width: 90%;margin: 10px auto;}
    .itemBoss{justify-content:center !important}
    .itemBoss li:nth-child(4){display:none}
    .itemBoss li.nav-item{width:40%;border-bottom:none}
    .itemBoss li.lineNav{margin: 0 20px}

    .SliderScroll .imageFull{padding-bottom:185.3%}
    .contnetScroll > h2{width:100%;margin-bottom:10px}
    .contnetScroll > h2 a{font-size:30px}
    .rowScroll{flex-direction:column}
    .liveBlock{width:100%}
    .colScroll{width:100%}
    .scroll-item{width:calc((100% - 30px ) / 1.25)}
    .acme-news-ticker-label{font-size:18px}
    .liveBlock div span{font-size:18px}
    .contnetScroll{width:95%}
    .urgent{display:none}

}
;padding-top: 5px;}
.SliderScroll .imageFull{position: relative;padding-bottom: 47%;display: block;}
.SliderScroll .imageFull img{display:block;max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;height: 100%;}
.SliderScroll .imageFull::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0000003d}
.ScrollBlock{position:relative}
.contnetScroll{position:absolute;bottom: 3%;right:50%;width:90%;transform: translate(50%);}
.contnetScroll  > h2{text-align:right;height: 190px;overflow:hidden;line-height:1.5;margin-bottom: 70px;width: 90%;}
.contnetScroll > h2 a{color: #FFF;font-family: BK-Cairo;font-size: 65px;text-shadow: 2px 2px #252020;}

.rowScroll{display:flex;}

.related-inline.newsletter{margin:15px 0;padding:20px 0;position:relative;border-top:1px solid #73818b;border-bottom:1px solid #73818b}
.related-inline.newsletter .img-cont{width:30%;display:flex;align-items:center;justify-content:center}
.related-inline.newsletter .txt-cont{width:68%;margin-right:20px}
.related-inline.newsletter a{position:relative;display:block}
.related-inline.newsletter img.lazyloaded{display:block;max-width:100%;max-height:100%;top:0;bottom:0;left:0;right:0;height:100%}
.related-inline.newsletter .item-li{width:100%;text-align:right;display:inline-flex}
.related-inline.newsletter h3{text-align:right;height:100px;overflow:hidden;margin-bottom:0;line-height:1.8;font-weight:500;font-family:B-Cairo;color:#212529;font-size:18px;display: flex;align-items: center;justify-content: center;}



#scroll-container {
      width: 100%;
      overflow: hidden;
    }

    #scroll-content {
      white-space: nowrap;
      transition: transform 0.3s ease;
    }

.scroll-item {
    display: inline-block;
    width: calc((100% - 30px ) / 2.5);
    margin: 5px;
    border-top: 1px dashed #FFF;
}
#scroll-range {
    /* background: #bfbcbc26; */
    border-bottom: 1px solid #bfbcbc26;
    border-top: 1px solid #bfbcbc26;
    height: 10px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    transition: transform 0.3s ease;
}
#scroll-range::-webkit-slider-thumb {
    background: linear-gradient(to bottom, #505050 0%, #545454 5%, #525252 16%, #3d3d3d 95%, #3a3a3a 100%);
    border: 1px solid #1a1a1a;
    cursor: pointer;
    height: 22px;
    text-indent: -9999px;
    width: 90px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.2) inset;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 10px;
}
.scroll-item .textPNColumn h3{height: 130px;line-height: 1.9;margin-bottom:10px}
.scroll-item .textPNColumn h3 a{color:#FFF;white-space: initial;display: block;font-size: 24px;text-shadow: 2px 2px #252020;}
.scroll-item .time{color:#CCC}


.liveBlock{width: 20%;display:flex;align-items:center}
.liveBlock div:nth-child(2){margin: 0 10px}
.liveBlock div span {color:#FFF !important;font-family:Bk-Cairo;font-size: 40px;float: right;text-align: right;text-shadow: 2px 2px #252020;}
.liveBlock div span a{color:#FFF !important;font-family:Bk-Cairo;font-size: 40px;float: right;text-align: right;text-shadow: 2px 2px #252020;}
.liveBlock i{color: #ed8338;font-size: 80px;}
.colScroll{width: 80%;}
.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 50px;
    width: 80px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}
    .blob.red {
        background: #ed8338;
        box-shadow: 0 0 0 0 rgb(237 131 56);
        animation: pulse-red 2s infinite;
    }

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.urgent{position:fixed;bottom:0;right:0;background-color:#0473b9;width:100%;z-index:99}
.my-news-ticker-urgent{display:flex;align-items:center}
.my-news-ticker-urgent li {display:block !important;margin:0 5px;color:#fff;height: 30px;overflow: hidden;}
.my-news-ticker-urgent li a{color:#FFF !important}
.urgent .acme-news-ticker{padding:0px 20px;align-items:center}
.urgent .acme-news-ticker-label{background-color:#ed8338;color:#0473b9}

.iconArrow {
    margin: 0 5px;
}

.breadcrumb{background-color:transparent;align-items:center}

.menuLogoMob{display:none}

.BlockAds.d-none.d-sm-block.ads-showcase img { max-width: 100%; }

.Text-img-artical .image figcaption {font-size: 20px;font-family: 'B-Cairo';margin: 5px 0px 0px 0px;}

.SliderLive{padding:20px 0;}
.contnetLive{position:relative;padding-bottom:40%}
.contnetLive img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;display:block}
.videoLive {width: 45%;position: absolute;bottom: 0;left: 5%;border: 3px solid #FFF;}
.videoLive iframe{width:100%;height:100%}
.TextLive{width: 45%;position: absolute;top: 50%;right: 5%;}
.TextLive  h2 {
    text-align: right;
    height: 155px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 90%;
    position:relative;
    padding-right:20px
}
.TextLive  h2::after{content:'';position:absolute;right:0;top:0;width:6px;height:100%;background-color:#ed8338;border-radius: 10px 0 10px 0;}
.TextLive h2 a {
    color: #FFF;
    font-family: BK-Cairo;
    font-size: 50px;
    text-shadow: 2px 2px #252020;
}
.TextLive h2 {
    color: #FFF;
    font-family: BK-Cairo;
    font-size: 50px;
    text-shadow: 2px 2px #252020;
}



@media (min-width: 1200px) {
    .container-fluid{
        width: 90%;
    }
}

@media (min-width: 800px) and (max-width: 1050px){
 
    
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 800px) { 
    .ads-showcase{margin-bottom: 10px; padding: 0px; }

    .TimeDate{margin-top: 20px;}
    .TimeDate p{font-size: 15px;}
    .HeaderTime{justify-content: center !important;}
    .HeaderLogo{justify-content: center !important;display:none!important;}
    .leaderboard{min-width: 320px !important;width: 320px !important;}
    .leaderboard img{object-fit:cover;width:100%;height:auto;}
    .acme-news-ticker{margin-top: 0;}
    .acme-news-ticker-label{top: 0;width: 40%;}
    .NewsOne > h3 a{font-size: 20px;}
    .FNewsBlock .Ftext h3 {height: 95px;}
    .FNewsBlock .Ftext h3 a{font-size: 25px;}
    .MostReadBlock h3 {height: 112px;margin-bottom: 10px;}
     .MostReadBlock h3 a {font-size: 25px;}
    .contentPNews{width: 100%;}
    .AllNewsList ul li{width: calc((100% - 20px) / 3);margin-bottom: 10px;}
    .AllNewsList ul li p{font-size: 18px;}
    .LatestNewBlock > div{width: 100%;}
    .ReadThese{margin-top: 20px;}
    .titleSliderOne{width: 100%;}
    .sliderOneBlock .mySwiper{width: 100%;}
    .artsBlock > div{width: 100%;}
    .bottomArts > div{ width: calc((100% - 20px ) / 2);margin-bottom: 10px;}
    .artsimage{height: auto;}
    .artstext{height: auto;}
    .techNewsBlock{width: 100%;}
    .colThreeBlock{width: 100%;}
    .SNewsBlock{width: 100%;}
    .lastNewsBlock .leftLastNew{width: 100%;}
    .lastNewsBlock .rightLastNew{width: 100%;}
    .lastNewstext {height: auto;}
    .lastNewstext h3{height: auto;}
    .FLBlock{margin-top: 20px;}
    .ContentBottomFooter{flex-direction: column;align-items:center}
    .menuMOB{background-color:#fcfcfc;position:fixed;top:0;right:0;width:70%;height:100%;z-index:999;border:1px solid #dedede}
    .menuMOBshow{display: block;}
    .menuContent{width:100%;background-color:#fff;padding: 5px 15px 5px 0px;color:#fff!important;display:flex;align-items:center}
    .menuLogoMob{display:block;margin:auto; text-align: center;}
    .menuLogoMob img {width: 220px;margin-bottom: 10px;}
    .navbar-toggler {border-color: #ed8338;background-color: #ed8338;}
    .navbar-toggler i{color:#FFF}
    .closeMenu{position:absolute;left:20px;top:20px;background-color:#ed8338;width:30px;height:30px;border-radius:50%;text-align:center;font-size:19px;color:#FFF}
    .navbar-nav{padding: 45px 0;}
    li.nav-item{width:100%;text-align:center;border-bottom:1px solid #ccc;margin-bottom:10px}

    li.nav-item:nth-child(3) { order: 4;}

    .lastNewsBlock .textPNColumn h3 {margin-top: 10px; height:100px;line-height: 1.5;font-size:20px}
    .lastNewsBlock .textPNColumn h3 a{font-size:25px}
    .LNewsBlock .Ftext h3 {height: 110px;}
    .LNewsBlock .Ftext h3 a{font-size : 25px}
    .Artical .social-tags{justify-content: center;}
    .ArticalTags{margin-bottom: 20px;}
    .Artical .Artical-body h1{font-size: 28px;}
    .write-size{justify-content: center;}
    /*.write{margin-bottom: 10px;}*/
    .Artical .contentLatestNew{width: 100%;margin-bottom: 10px;}
    .RelatedNews .textLatestNew h2{height: 50px;}
    .RelatedNews .textLatestNew h2 a{font-size: 14px;}

    .section .FirstNews .contentLatestNew > div{width: 100%;}
    .section .FirstNews .contentLatestNew .textLatestNew{order: 1;}
    .section .AllNews .contentLatestNew {flex-wrap: wrap;}
    .section .AllNews .contentLatestNew .imgLatestNew{width: 100%;}
    .section .AllNews .contentLatestNew .textLatestNew{width: 100%;}
    .section .searchBlock {width: 90%;margin: 10px auto;}
    .itemBoss{justify-content:center !important}
    .itemBoss li:nth-child(4){display:none}
    .itemBoss li.nav-item{width: 42%;border-bottom:none}
    .itemBoss li.lineNav{margin: 0 20px}

    .section .FirstNews .contentLatestNew .textLatestNew h2 a {font-size:40px}
    .section .FirstNews .contentLatestNew .textLatestNew h2 {height:auto}

    .section .AllNews .contentLatestNew .textLatestNew h2 {height:auto;margin-bottom:10px}
    
    .SliderScroll .imageFull{padding-bottom:140%}
    .contnetScroll > h2{width:100%;margin-bottom:10px}
    .contnetScroll > h2 a{font-size:25px}
    .rowScroll{flex-direction:column}
    .liveBlock{width:100%}
    .colScroll{width:100%}
    .scroll-item{width:calc((100% - 30px ) / 1.25)}
    .acme-news-ticker-label{font-size:18px}
    .liveBlock div span{font-size:18px}
    .contnetScroll{width:95%}
    .urgent{display:none}

    .AllNewsList ul li:nth-last-child(-n+3) {
        display:none
    }
    .bottomArts > div:last-child{
        display:none
    }
    .liveBlock{display:none !important}
    .contnetLive{padding-bottom: 130%;}
    .TextLive{width:100%;top:30%}
    .videoLive{width:80%;left:50%;transform:translate(-50%)}
    .section .AllNews .description{display:none;}
    .Text-img-artical .image img{width: 100%;}
	.Text-img-artical  img{width: 100% !important;}
    .scroll-item .textPNColumn h3 a{font-size:20px}
    .title h2{font-size:25px}
    h3 a{font-size:20px !important}
    .SliderScroll .divPNews{align-items: start;}
    .SliderScroll .imgPNColumn > a{padding-bottom:160% !important}
    .textPNColumn h3{height:70px;line-height:1.1;margin-bottom:0}
    .divPNews{align-items:start}
    .title i:before{content:"\f053" !important;font-size:30px}
    .LNewsBlock{margin-bottom:10px}
    .Artical .social-media{width:100%}
    .Artical .social-media ul{width:92%;margin:auto;justify-content:center}
    .Artical .title-img-artical > p{font-size:14px}
    .Artical .Text-img-artical > p{line-height:1.8}
    .searchBlock{padding-top:50px}
    .morphsearch-close i {font-size:20px}
    .searchBlock img {top: 70px;right:15px}
    .morphsearch-content{padding:10px}
    .morphsearch-content > p {font-family:R-Cairo;font-size:20px;text-align:right;margin:20px 0}
    .artical-tags{text-align:right}
    .morphsearch-content .artical-tags span{margin-bottom:20px;display:inline-block;}
    .morphsearch-content .artical-tags span a{padding:0 10px;border-radius:10px;border:1px solid #102231;margin-left:5px;font-family:SB-Cairo;font-size:20px;color:#102231}
    .morphsearch .searchBlock input{width:95%;height:60px;margin:auto}
    .searchMobile{display:block}
    .itemBoss li.nav-item p{font-size:14px}
    .itemBoss li.nav-item{width:100%}
    .itemBoss li.nav-item p{color:#000}
    .MaskContentShow {
        background-color: #0000003d;
        position: fixed;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        z-index: 99;
    }
    .menuMOBshow {
        display: block;
        overflow:scroll
    }
    .menublock{border-bottom:1px solid #ccc}

    .itemBoss li.nav-item:nth-child(2){width: 47%;}
    .itemBoss li.nav-item:nth-child(3){width: 47%;}
    .Artical .img-artical2 img{display: block;margin-left: auto; margin-right: auto;width: 50%;}

    .write-size{
        display:block;
    }
    .write {
        text-align: center;
        display: block;
        margin: 20px 0px;
    }
}
@media (max-width: 500px) {
   
  
}