@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.viewsc span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.viewsc img {
    margin-top: -5px;
}

.pdfscroll {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    cursor: pointer;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.showpdf {
    left: 0;
}

.close2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    background: #e2e2e2;
    width: 35px;
    text-align: center;
    z-index: 999;
    line-height: 28px;
    cursor: pointer;
}

.ticker-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e2e2e2;
    box-sizing: border-box;
    z-index: 9999;
    padding-left: 50px;
    display: flex;
}

    .ticker-wrap .ticker {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        white-space: nowrap;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 100s;
        animation-duration: 100s;
    }

.ticker:hover {
    animation-play-state: paused;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    font-size: 12px;
    color: #424242;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
}

.ticker-wrap .ticker__item-label {
    display: block;
    padding: 4px 10px;
    font-size: 16px;
    background-color: #139fda;
    color: white;
    width: fit-content;
    white-space: nowrap;
    font-family: "Droid Arabic Kufi", sans-serif !important;
    z-index: 1;
}

.newstlogo {
    margin: 0 12px;
}

.ticker-wrap .ticker__item-label a {
    color: white;
    font-weight: normal;
    font-family: var(--default-font-family);
}

.ticker-wrap .ticker__item-label i {
    margin-left: 0.75rem;
}

.ticker-wrap .ticker__item span {
    margin-left: 3px;
}

.newsgrid1 {
    width: 100%;
}

.newsgrid2 {
    width: 100%;
}

.grid-desc {
    height: 24px;
    overflow: hidden;
    color: #fff;
}

.grid-desc2 {
    height: 34px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}

.espt {
    color: #fff;
}

.newsstyle1 {
    position: relative;
    overflow: hidden;
}

    .newsstyle1 img {
        transform-origin: 50% 65%;
        transition: transform 1s ease-in-out;
    }

    .newsstyle1:hover img {
        transform: scale(1.1);
    }

.internews1 {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.innerdesc {
    position: relative;
    padding: 10px;
}

.m-t-22 {
    margin-top: 22px !important;
}

.adscont {
    background: none !important;
}

.cats1 {
    padding: 4px 12px 4px 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: normal;
    font-family: "IttihadHead", sans-serif !important;
    position: absolute;
    top: -29px;
    font-size: 14px;
    right: 0;
    border-right: 5px solid #139fda;
}

.titlepdf {
    background: #CACACA;
    border-right: 3px solid #139FDA;
    padding-right: 5px;
    line-height: 1;
    font-family: IttihadHeadSub;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
}

.darkhome2 {
    width: 23px;
}

.pdfcontainer {
    border-right: 6px solid #CACACA;
    border-bottom: 6px solid #CACACA;
}

.dark .titlepdf {
    background: #535353;
}

.dark .pdfcontainer {
    border-color: #535353;
}

.sep {
    border-top: 1px solid #e2e2e2;
    margin: 25px 0;
}

.sep-vertical {
    border-left: 1px solid #e2e2e2;
    margin: 0 25px;
    height: 500px;
}

.dark .sep, .dark .sep2, .sep-vertical {
    border-top: 1px solid #242424;
}

.sep2 {
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
}

.titleh1 {
    font-size: 28px;
    font-family: "IttihadHead", sans-serif !important;
    color: #474747;
    padding-right: 20px;
    line-height: 1;
    border-right: 5px solid #139fda;
}

.newspic {
    position: relative;
}

.thumbnews1 {
    width: 100%;
}

.catnewsinner {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "IttihadHead", sans-serif !important;
    font-size: 14px;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
}

.innerthumbdesc11 {
    background: #fff;
    padding: 10px 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.desctext {
    color: #424242;
    font-family: "Droid Arabic Kufi", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 34px;
    overflow: hidden;
}

.madda.m-20 {
    margin-top: -21px;
}

.timenews {
    color: #ababab;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.inner2 {
    margin-bottom: 40px;
    cursor: pointer;
}

.title-with-border.navyb {
    border-color: #103E8A;
}

.bluetitle {
    color: #424242;
}

.navy {
    color: #103E8A;
}

.inner2:hover .innerthumbdesc11 {
    background: #424242;
}

.inner2:hover .desctext {
    color: #fff;
}

.inner2:hover .timenews {
    color: #139fda;
}

.ads2 {
    max-width: 100%;
}

.brdleft {
    border-inline-end: 1px solid #e2e2e2;
}

.dark .brdleft {
    border-inline-end: 1px solid #2e2e2e;
}

.brdright {
    position: relative;
}

    .brdright:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background: #e2e2e2;
        right: -10px;
        top: 0;
    }

.dark .brdright:before {
    background: #2e2e2e;
}

.blackhome {
    background: #000;
    padding: 30px 0;
}

.titleh2 {
    font-size: 28px;
    font-family: "IttihadHead", sans-serif !important;
    color: #fff;
    padding-right: 20px;
    line-height: 1;
    border-right: 5px solid #e83438;
}

.videocontainer {
    position: relative;
}

.catvideo {
    color: #fff;
    padding-right: 15px;
    border-right: 5px solid #fdc300;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "IttihadHead", sans-serif !important;
    font-size: 28px;
}

    .catvideo.orange {
        border-color: #EA5C18
    }

    .catvideo.blue {
        border-color: #139fda
    }

.ads2l {
    max-width: 300px;
}

.descvideo {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 35px 30px;
}

.desctextvideo {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    height: 54px;
    overflow: hidden;
}

.vfame {
    border: 0;
    width: 100%;
    height: 523px;
}

.timenews2 {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    color: #139fda;
    font-size: 12px;
}

.timecar {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    color: #139fda;
    font-size: 12px;
    margin-top: 10px;
}

.carcontainer {
    margin-top: 20px;
}

.playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: inline-block !important;
    width: 65px !important;
    cursor: pointer;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #303030 !important;
    /* dots color*/
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ef3f3f !important;
}

.mininewsdesc {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    padding: 0 5px;
    color: #636363;
    font-size: 12px;
    line-height: 1.2;
}

.mininewsdesc2 {
    padding: 18.5px;
    background: #fff;
}

.editorial-author-pic a {
    width: 102px;
}

.titleh11 {
    font-size: 18px;
    font-family: "IttihadHead", sans-serif !important;
    color: #474747;
    padding-right: 10px;
    line-height: 1;
    border-right: 3px solid #139fda;
}

.dark .titleh11 {
    color: #ABABAB;
}

.titleh111 {
    font-size: 14px;
    font-family: "IttihadHead", sans-serif !important;
    color: #139fda;
    line-height: 1;
}

.subtitle11 {
    color: #139fda;
    font-size: 12px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    margin-top: 5px;
}

.bgscroll {
    background: #EAEAEA;
}

.subtitle111 {
    color: #474747;
    font-size: 10px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    margin-top: 5px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bluecaret {
    font-size: 23px;
}

.authname {
    font-size: 12px;
    color: #ababab;
    margin-top: 7px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
}

    .authname a {
        display: unset;
    }

    .authname span {
        font-family: "Droid Arabic Kufi Bold", sans-serif !important;
        font-weight: 700;
        font-size: 10px;
        color: #ababab;
    }

.mrr {
    margin-top: 52px;
}

.mb-30 {
    margin-bottom: 30px;
}

.hadis {
    width: 100%;
}

.hadiscontainer {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
}

.hadistxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
    color: #fff;
    z-index: 2;
    height: 67px;
    overflow: hidden;
    white-space: nowrap;
    width: 82% !important;
    text-overflow: ellipsis;
}

.viewsc {
    position: absolute;
    bottom: 15px;
    width: auto;
    z-index: 2;
    left: 15px;
}

.hadov {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    right: -100%;
    z-index: 1;
}

.hadiscontainer:hover .hadov {
    right: 0;
}

.caricature {
    padding: 30px 0;
    background: #EAEAEA;
}

.dark .caricature, .dark .bgscroll {
    background: #060606;
}

.padcaricature {
    padding-inline-end: 20px;
}

.padcaricature2 {
    padding-inline-start: 20px;
}

.mt-32 {
    margin-top: 32px;
}

.pt1 {
    padding-top: 25px !important;
}

@media screen and (max-width: 576px) {
    .brdleft, .brdright {
        border-inline-end: 0px;
        border-top: 40px;
        margin-top: 40px;
    }

        .brdright:before {
            content: none;
        }

    .mrr {
        margin-top: 40px;
    }

    .caricature {
        padding-top: 0;
    }

    .padcaricature, .padcaricature2 {
        padding-inline-end: 0;
        padding-inline-start: 0;
    }

    .padcaricature2 {
        padding-top: 15px;
        margin-top: 31px;
    }

    .dark .padcaricature2 {
        border-top: 1px solid #2e2e2e;
    }

    .light .padcaricature2 {
        border-top: 1px solid #c8c7c7;
    }

    .caricature .brdleft {
        margin-top: 20px !important;
    }

    .sep {
        display: none;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .brdleft, .brdright {
        border-inline-end: 0px;
    }

        .brdright:before {
            content: none;
        }

    .mt20 {
        margin-top: 20px;
    }
}

.newsstyle1 {
    position: relative;
    overflow: hidden;
}

.newsgrid1 {
    width: 100%;
}

.internews1 {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.cats1.yellow {
    border-color: #FDC300;
}

.innerdesc {
    position: relative;
    padding: 10px;
    width: 80%;
}

.cats1 {
    padding: 0px 12px 0px 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "IttihadHead", sans-serif !important;
    position: absolute;
    top: -21px;
    font-size: 14px;
    right: 0;
    border-right: 5px solid #139fda;
}

@media screen and (max-width: 576px) {
    .internews1 {
        font-size: 12px;
    }

    .mt00 {
        margin-top: 0 !important;
    }
}

.inner2 {
    cursor: pointer;
}

    .inner2:hover .innerthumbdesc11 {
        background: #424242;
    }

    .inner2:hover .desctext {
        color: #fff;
    }

    .inner2:hover .timenews {
        color: #139fda;
    }

.newspic {
    position: relative;
    height: 175px;
}

.thumbnews2 {
    width: 100%;
}

.catnewsinner {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "IttihadHead", sans-serif !important;
    font-size: 14px;
    bottom: 0;
    font-weight: normal;
    right: 0;
    padding: 3px 10px;
    border-inline-start: 4px solid #139fda;
}

    .catnewsinner.yellow {
        border-color: #FDC300;
    }

.innerthumbdesc11 {
    background: #fff;
    padding: 15px 22px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mb0 {
    margin-bottom: 0;
}

.desctext {
    color: #424242;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 34px;
    overflow: hidden;
}

.timenews {
    color: #ABABAB;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dark .timenews {
    color: #6E6E6E;
}

.dark .desctext {
    color: #b4b4b4 !important;
}

.red-arrow-down {
    color: #EF3F3F;
}

.dark.innerthumbdesc11 {
    background-color: #191919 !important;
}

@media (max-width: 575px) {
    .thumbnews1 {
        height: 72px;
        width: auto;
    }

    .w100 {
        width: 100% !important;
        height: auto !important;
    }

    .innerthumbdesc11 {
        padding: 12px 8px 5px !important;
        transition: all 0.5s ease-in-out;
    }

    .inner2 {
        margin-bottom: 20px;
    }

    .desctext {
        font-size: 12px;
        line-height: 15px;
    }

    .newspic {
        position: relative;
        height: auto;
    }
}

.ads2 {
    max-width: 100%;
    margin: auto;
    display: block;
}

@media screen and (max-width: 576px) {
    .ads2 {
        width: 300px;
        max-width: 100%;
    }
}

.madda {
    padding: 0 5px 5px;
    background: #eaeaea;
    text-align: center;
    display: table;
    margin: auto;
}

.dark .madda {
    background: #080808;
}

.madda span {
    padding: 3px 0;
    color: #8e8e8e;
    font-size: 10px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
}

.hrvideo {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 40px 0 30px;
    padding: 0;
}

.extraheight {
    height: 40px;
}

@media screen and(max-width:576px) {
    .hrvideo {
        display: none;
    }
}

.thumbnews1 {
    width: 100%;
}

.mininewsdesc {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    padding: 0 5px;
    font-size: 12px;
}

.sep2 {
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .customcolnews1 {
        flex: 0 0 36%;
        max-width: 36%;
    }

    .customcolnews2 {
        flex: 0 0 64%;
        max-width: 64%;
    }
}

.mobile-layout {
    display: none;
    flex-wrap: nowrap;
}

.editorial-author-pic-mobile a {
    width: 95px;
}

a.a-thumbnews1w {
    width: max-content;
}

@media (max-width: 575px) {
    .thumbnews1 {
        width: 128px;
    }

    .mininewsdesc {
        line-height: 18px;
    }

    .mininewsdesc2 {
        padding: 17.5px !important;
        padding-inline-start: 30px !important;
    }

    .desc-container {
        padding: 10px 8px;
    }
}

.dark .mininewsdesc {
    color: #b4b4b4 !important;
}

.thumbnews1 {
    width: 100%;
}

.gridstyle2 .desctext {
    color: #636363
}

.titleh11 {
    font-size: 18px;
    font-family: "IttihadHead", sans-serif !important;
    padding-right: 8px;
    line-height: 1;
    border-right: 3px solid #139fda;
}

.leftarr {
    margin-right: 10px;
    margin-top: -8px;
}

.subtitle11 {
    color: #139fda;
    font-size: 12px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    margin-top: 5px;
}

.authname {
    font-size: 10px;
    color: #ababab;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
}

    .authname a {
        color: #ababab;
    }

.dark .authname a {
    color: #8D8D8D;
}

@media (max-width: 575px) {
    .thumbnews1 {
        width: 95px;
    }

    .col-desc {
        padding-inline-start: 30px;
    }

    .mininewsdesc2 {
        padding: 12px;
    }

    .subtitle11 {
        font-size: 14px;
        margin-top: 5px;
    }

    .authname {
        font-size: 10px;
        margin-top: 5px;
    }

        .authname span {
            padding-inline-start: 20px;
        }
}

.thumbnews1 {
    width: 100%;
}

.m-t-20 .inner2 {
    margin-bottom: 0;
}

.mininewsdesc22 {
    padding: 8px 20px;
    background: #fff;
    min-height: 73px;
}

.titleh111 {
    font-size: 16px;
    font-family: "IttihadHead", sans-serif !important;
    color: #139fda;
    margin-bottom: 2px;
    line-height: 1;
}

.subtitle111 {
    color: #474747;
    font-size: 12px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    margin-top: 5px;
}

.authname {
    font-size: 10px;
    color: #ababab;
    margin-top: 3px;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
}

@media (min-width: 768px) {
    .customcolwriters1 {
        max-width: 23.23%;
    }

    .customcolwriters2 {
        flex: 0 0 76.77%;
        max-width: 76.77%;
    }
}

.authname span {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 10px;
    color: #ababab;
}

.desc111 {
    width: 100%;
}

.dark .mininewsdesc22 {
    background-color: #191919;
}

.light .mininewsdesc22 {
    background-color: #fff;
}

.light .subtitle111 {
    color: #474747;
}

.dark .subtitle111 {
    color: #cbcbcb;
}

@media (max-width: 575px) {
    .thumbnews1 {
        width: 128px;
    }

    .titleh111 {
        margin-bottom: 0;
    }

    .col-desc.light {
        padding-inline-start: 30px;
    }

    .mininewsdesc22 {
        padding: 9px 12px;
        padding-inline-start: 42px;
    }

    .subtitle111 {
        font-size: 14px;
        margin-top: 5px;
    }

    .authname {
        font-size: 10px;
        margin-top: 1px;
    }

        .authname span {
            padding-inline-start: 20px;
        }

    .mininewsdesc22 .authname span {
        padding-inline-start: 0;
    }
}

.hadis {
    width: 100%;
}

.hadiscontainer {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
}

.hadistxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
    color: #fff;
    z-index: 2;
}

.viewsc {
    position: absolute;
    bottom: 15px;
    width: auto;
    z-index: 2;
    left: 15px;
}

.hadov {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    right: -100%;
    z-index: 1;
}

.hadiscontainer:hover .hadov {
    right: 0;
}

@media screen and (max-width: 768px) {
    .brdright {
        border: none;
        margin-top: 40px;
    }

        .brdright:before {
            display: none;
        }
}

@media screen and (max-width: 576px) {
    .hadistxt {
        font-size: 14px;
        max-width: 77%;
    }
}

.titleh1 {
    font-size: 28px;
    font-family: "IttihadHead", sans-serif !important;
    color: #474747;
    padding-right: 20px;
    line-height: 1;
    border-right: 5px solid #139fda;
}

.leftarr {
    margin-right: 10px;
}

.carcontainer {
    margin-top: 20px;
    background: #eaeaea;
}

.timecar {
    font-family: "Droid Arabic Kufi Bold", sans-serif !important;
    font-weight: 700;
    color: #139fda;
    font-size: 12px;
    margin-top: 10px;
}

/* zakaria's styling */

@media screen and (max-width: 576px) {
    .top-header-section {
        display: none;
    }

    .menumain {
        display: none;
    }
}

.videocontainer {
    position: relative;
}

.videothumb {
    width: 100%;
}

.w95 {
    width: 95px !important;
}

@media screen and (max-width: 576px) {
    .timenews {
        font-size: 11px;
    }

    .madda.m-20 {
        margin-top: 0;
    }

    .mobile-layout {
        display: flex;
    }

    .desktop-layout {
        display: none !important;
    }

    .latest-news-pic {
        width: 127px !important;
        height: 72px !important;
    }

    .title-with-border {
        margin-top: 40px;
    }
}

.innerthumbdesc11 {
    background: #fff;
    padding: 10px 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dark .desctext {
    color: #b4b4b4 !important;
}

.dark .innerthumbdesc11 {
    background-color: #191919 !important;
}

.dark .title-with-border, .dark .bluetitle {
    color: #ABABAB;
}

.dark .col-desc > div {
    background: #191919 !important;
    color: #ababab !important;
}

.light .header-container {
    background: #fff;
}

.dark .mainnav li a {
    color: #ABABAB !important;
}

.dark .titleh1 {
    color: #ababab !important;
}

/* zakaria's styling */

@media screen and (max-width: 576px) {
    .top-header-section {
        display: none;
    }

    .menumain {
        display: none;
    }
}

.videocontainer {
    position: relative;
}

.videothumb {
    width: 100%;
}

.w95 {
    height: 95px !important;
}

@media screen and (max-width: 576px) {
    .timenews {
        font-size: 11px;
    }

    .mobile-layout {
        display: flex;
    }

    .desktop-layout {
        display: none !important;
    }

    .latest-news-pic {
        width: 127px !important;
        height: 72px !important;
    }

    .title-with-border {
        margin-top: 0;
    }
}

.innerthumbdesc11 {
    background: #fff;
    padding: 11px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dark .desctext {
    color: #b4b4b4 !important;
}

.dark .innerthumbdesc11 {
    background-color: #191919 !important;
}

.dark .title-with-border, .dark .bluetitle {
    color: #ABABAB;
}

.dark .col-desc > div {
    background: #191919 !important;
    color: #ababab !important;
}

.light .header-container {
    background: #fff;
}

.dark .mainnav li a {
    color: #ABABAB !important;
}

.dark .titleh1 {
    color: #ababab !important;
}

.blue-border {
    color: #5194CE !important;
}

.dark-blue-border {
    color: #103E8A !important;
}

.title-with-border.yellow {
    border-color: #FDC300;
}

.fa-caret-left.yellow {
    color: #FDC300;
}

.title-with-border.orange {
    border-color: #EA5C18;
}

.fa-caret-left.orange {
    color: #EA5C18;
}

.title-with-border.green {
    border-color: #57A858;
}

.fa-caret-left.green {
    color: #57A858;
}

.title-with-border.dark-green {
    border-color: #2F9C81;
}

.fa-caret-left.dark-green {
    color: #2F9C81;
}

.title-with-border.red {
    border-color: #E83438;
}

.fa-caret-left.red {
    color: #E83438;
}

.title-grey {
    color: #ABABAB;
}

.light .hadis-al-suwar-title {
    color: #ffffff;
}

.dark .hadis-al-suwar-title {
    color: #ABABAB;
}

.expostyle .innerdesc {
    width: 100%;
    background: #B59578;
}

.expostyle .cats1 {
    background: #000;
    border-color: #B59578;
}

.belt {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .innerdesc {
        padding: 5px;
    }

    .grid-desc2 {
        font-size: 9px;
        height: 27px;
    }

    .grid-desc {
        height: 15px;
        font-size: 11px;
    }

    .espt {
        font-size: 9px;
    }

    .cats1 {
        top: -18px;
        font-size: 12px;
    }

    .expostyle .cats1 {
        top: -21px;
    }

    .madda.m-20 {
        margin-top: 0;
    }
}
