    @font-face {
        font-family: Cairo;
        src: url(../fonts/Cairo-Regular.ttf);
        font-weight: 400;
    }
    
    @font-face {
        font-family: Cairo;
        src: url(../fonts/Cairo-Bold.ttf);
        font-weight: bold;
    }
    
    * {
        font-family: cairo;
        font-weight: 400;
        text-align: right;
    }
    
    body {
        overflow-y: scroll;
        background-color: #FFFFFF;
        line-height: normal;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    body::-webkit-scrollbar,
    .scrolling ::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }
    
    body::-webkit-scrollbar-track,
    .scrolling::-webkit-scrollbar-track {
        background-color: transparent;
    }
    
    body::-webkit-scrollbar-thumb,
    .scrolling::-webkit-scrollbar-thumb {
        background-color: #FE3F0D;
        border-radius: 5px;
    }
    /* ////myClass//// */
    
    .myHPadding {
        padding-left: 7vw;
        padding-right: 7vw;
    }
    
    .text-bold {
        font-weight: bold;
    }
    
    .row {
        min-width: 100%;
    }
    /* Start upHeader styling  */
    
    .upperDate {
        background-color: #EAEAEA;
    }
    
    .upperDate p {
        margin: 0px;
        font-size: 16px;
        font-size: .8vw;
        display: inline-block;
        max-width: calc(50vw);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .upperDate .col {
        display: flex;
        align-items: center;
    }
    
    .socialMedia .btn {
        padding: 10px;
        box-shadow: none;
    }
    
    .socialMedia img {
        height: 1.45vw;
        width: 1.45vw;
        min-height: 28px;
        min-width: 28px;
        object-fit: contain;
    }
    
    .largest {
        height: 10vw;
        background-image: url(../images/largest.png);
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .largest p {
        margin: 0px;
        font-size: 25px;
        font-size: 1.3vw;
        color: #ffffff;
        text-align: center;
    }
    /* End UpHeader Styling */
    /* Start NavBar Styling  */
    
    .navbar-brand {
        margin: 0px;
    }
    
    .navbar-brand img {
        width: 120px;
        height: 120px;
        width: 6.35vw;
        height: 6.35vw;
        object-fit: cover;
        border-radius: 15px;
        border-radius: 0.78vw;
        margin: 2px;
        margin: 0.35vw;
    }
    
    .navbar .row {
        width: 100%;
    }
    
    .navbar>.row>.col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .navbar p {
        margin-bottom: 0px;
    }
    
    .navbar-nav {
        padding: 0px;
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 10px 0;
        margin: 0px 1.58vw;
    }
    
    .navbar-expand-md .navbar-nav .nav-item:first-of-type .nav-link {
        margin-right: .65vw;
    }
    
    .upperNav {
        padding-right: .65vw;
        border-bottom: 2px solid #FFC12E;
        align-items: center;
    }
    
    .upperNav .text-center {
        font-size: 18px;
        font-size: 1vw;
        padding: 0px 10px;
    }
    
    .upperNav .text-bold {
        font-size: 20px;
        font-size: 1vw;
    }
    
    .navIconBtns {
        display: flex;
    }
    
    .navIconBtns .btn {
        padding: 0px;
        min-width: 50px;
        display: flex;
        align-items: center;
    }
    
    .navIconBtns .btn i {
        margin: 10px;
        margin: .85vw;
        font-size: 18px;
        font-size: 1vw;
        color: #707070;
    }
    
    .navIconBtns .btn p {
        margin: 0px;
        font-weight: bold;
        font-size: 18px;
        font-size: 1vw;
        color: #707070;
    }
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 20px;
        font-size: 1.1vw;
        color: #000000;
    }
    
    .navbar-light .navbar-nav .nav-link:hover,
    .navIconBtns .btn:hover i,
    .navIconBtns .btn:hover p {
        color: #FFC12E;
    }
    
    .navbar-light .navbar-nav .nav-link.active {
        font-weight: bold;
    }
    /* End NavBar Styling  */
    /* Start Styling blockImgItem  */
    
    .blockImgItem {
        display: inline-flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        cursor: pointer;
    }
    
    .blockImgItem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .blockImgItem .title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    
    .blockImgItem .content {
        padding: 10px;
        padding: 1vw;
        background: #292929;
        position: relative;
    }
    
    .blockImgItem .title p {
        color: #ffffff;
        font-size: 24px;
        font-size: 1.2vw;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .blockImgItem .title .catBadge {
        position: absolute;
        top: -1.45vw;
        right: 1vw;
    }
    
    .catBadge {
        display: inline-block;
        padding: 2px 10px;
        padding: 2px 1vw;
        background: #FE3F0D;
        color: #ffffff;
        border-radius: 3px;
        /* position: absolute;
    top: -1.65vw;
    right: 1vw; */
        font-size: 19px;
        font-size: 1vw;
        font-weight: bold;
    }
    /*End Styling blockImgItem  */
    /* start topNews style  */
    
    .topNews .mainNews .blockImgItem {
        width: calc(100% - .8vw);
        height: 31.8vw;
    }
    
    .topNews .secNews {
        display: flex;
        flex-direction: column;
        height: 31.8vw;
        justify-content: space-between;
    }
    
    .topNews .secNews .blockImgItem {
        height: calc(50% - .4vw);
        /* width: calc(100% - 1vw); */
    }
    
    .topNews .mainNews .blockImgItem .title p {
        font-size: 30px;
        font-size: 1.56vw;
    }
    /* End topNews style  */
    /* download style  */
    
    .downLoad {
        background: rgba(255, 199, 46, 1);
        background: -moz-linear-gradient(left, rgba(255, 199, 46, 1) 0%, rgba(254, 113, 25, 1) 50%, rgba(254, 61, 13, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 199, 46, 1)), color-stop(50%, rgba(254, 113, 25, 1)), color-stop(100%, rgba(254, 61, 13, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 199, 46, 1) 0%, rgba(254, 113, 25, 1) 50%, rgba(254, 61, 13, 1) 100%);
        background: -o-linear-gradient(left, rgba(255, 199, 46, 1) 0%, rgba(254, 113, 25, 1) 50%, rgba(254, 61, 13, 1) 100%);
        background: -ms-linear-gradient(left, rgba(255, 199, 46, 1) 0%, rgba(254, 113, 25, 1) 50%, rgba(254, 61, 13, 1) 100%);
        background: linear-gradient(to right, rgba(255, 199, 46, 1) 0%, rgba(254, 113, 25, 1) 50%, rgba(254, 61, 13, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc72e', endColorstr='#fe3d0d', GradientType=1);
        padding: 0px 3vw;
    }
    
    .downLoad .mobileImg {
        width: 19.5vw;
    }
    
    .downLoad p {
        color: #ffffff;
        font-size: 20px;
        font-size: 2vw;
        font-weight: bold;
        padding: 0px .6vw;
    }
    
    .downLoad .row>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .storeBtns {
        display: inline-flex;
    }
    
    .storeBtns .btn {
        background: #000;
        border-radius: 8px;
        box-shadow: none;
        margin: .6vw;
        padding: 0px 10px;
    }
    
    .storeBtns .btn img {
        height: 3.75vw;
        width: 11vw;
        object-fit: contain;
    }
    /* End download style  */
    /* ٍstart categories News  */
    
    .catTitle {
        font-size: 32px;
        font-size: 1.7vw;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        margin-bottom: 1vw;
        position: relative;
        padding-bottom: .75vw;
    }
    
    .catTitle::after {
        content: '';
        position: absolute;
        height: 4px;
        border-radius: 4px;
        background-color: #FE3F0D;
        bottom: 0px;
        right: 0px;
        width: 11vw;
    }
    
    .catsNews .blockImgItem {
        height: 24vw;
    }
    /* .thumbNews  */
    
    .newsList li:last-of-type {
        margin-bottom: 0px;
    }
    
    .thumbNews img {
        width: 17vw;
        height: 100%;
        object-fit: cover;
    }
    
    .thumbNews .row {
        height: 10vw;
    }
    
    .thumbNews .row>div {
        height: 100%;
    }
    
    .thumbNews .title {
        font-weight: bold;
        font-size: 24px;
        font-size: 1.25vw;
        height: 4vw;
        line-height: 2vw;
        color: #292929;
        overflow: hidden;
    }
    
    .thumbNews .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        padding-inline-start: 15px;
    }
    
    .newsDate {
        color: #FE3F0D;
        font-weight: bold;
        font-size: 18px;
        font-size: .94vw;
        margin: auto 0px 0px;
        width: 22vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        flex-shrink: 0;
    }
    /* cardNews  */
    
    .cardNews {
        /* padding: 5px; */
        display: inline-block;
        cursor: pointer;
        width: 100%;
    }
    
    .cardNews img {
        width: 100%;
        height: 11.9vw;
        object-fit: cover;
    }
    
    .cardNews .title {
        font-weight: bold;
        font-size: 24px;
        font-size: 1.25vw;
        line-height: 1.5;
        color: #292929;
        height: 4vw;
        line-height: 2vw;
        overflow: hidden;
    }
    
    .deathRow,
    .jobsRow {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }
    /* jobNews  */
    
    .jobNews .title {
        font-weight: bold;
        font-size: 24px;
        font-size: 1.25vw;
        line-height: 1.5;
        color: #292929;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        flex-shrink: 0;
    }
    
    .jobNews img {
        width: 9vw;
        height: 100%;
        object-fit: contain;
        border: 1px solid #292929;
    }
    
    .jobNews .row {
        height: 9vw;
    }
    
    .jobNews .row>div {
        height: 100%;
    }
    
    .jobNews .col {
        width: calc(100% - 11vw);
    }
    
    .jobNews .content {
        height: 100%;
        padding-inline-start: 15px;
        display: flex;
        flex-direction: column;
    }
    
    .normalText {
        font-size: 18px;
        font-size: 1vw;
        margin: 0px;
        color: #292929;
    }
    
    .jobNews .normalText {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0.2rem 0px;
    }
    /* End categories News  */
    /* start contact us styleing  */
    
    .socialList {
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }
    
    .socialList .btn {
        border: none;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        padding: 0px;
        background-color: #FFC12E;
        border-radius: 2vw;
        border: 2px solid #EAEAEA;
        margin-bottom: 1vw;
        width: 100%;
    }
    
    .socialList .btn:hover {
        background-color: #292929 !important;
    }
    
    .socialList .btn:hover i {
        color: #292929 !important;
    }
    
    .socialList .content {
        background: #fff;
        width: 3.5vw;
        height: 3.5vw;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    .socialList .btn i {
        font-size: 2.25vw;
    }
    
    .socialList .btn p {
        padding: 0px 2vw;
        color: #fff;
        font-size: 1.5vw;
        width: 100%;
        text-align: center;
    }
    /* End contact us styleing  */
    /* Start footer styling  */
    
    footer {
        background-color: #F2F2EF;
    }
    
    .aboutRow .col-auto img {
        width: 10.7vw;
        height: 10.7vw;
        border-radius: .78vw;
        border: 2px solid #ffffff;
    }
    
    footer .navIconBtns .btn i {
        margin-inline-start: 0px;
    }
    
    footer .nav-item {
        font-size: 20px;
        font-size: 1.1vw;
        font-weight: bold;
        color: #000000;
    }
    
    footer ul {
        margin: 0px;
    }
    
    footer ul li {
        padding: 5px;
    }
    
    footer .nav-item:hover {
        color: #FFC12E;
    }
    
    footer .contacts {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    @media screen and (max-width: 1199px) {
        .upperDate p {
            font-size: 1.2vw;
        }
        .largest p {
            font-size: 1.75vw;
        }
        .upperNav .text-bold {
            font-size: 1.25vw;
        }
        .myHPadding {
            padding-left: 5vw;
            padding-right: 5vw;
        }
        .upperNav .text-center {
            font-size: 1.3vw;
        }
        .navIconBtns .btn {
            min-width: 0px;
        }
        .navIconBtns .btn i {
            margin: 0.5vw;
            font-size: 1.3vw;
        }
        .navIconBtns .btn p {
            font-size: 1.15vw;
        }
        .navbar-light .navbar-nav .nav-link {
            font-size: 1.25vw;
        }
        .catTitle {
            padding-bottom: 1vw;
        }
        .catTitle::after {
            height: 3px;
        }
        .normalText {
            font-size: 1.15vw;
        }
        .socialMedia img {
            min-height: 22px;
            min-width: 22px;
        }
        .socialMedia .btn {
            padding: 8px;
        }
        footer ul li {
            padding: 2px;
        }
        footer .nav-item {
            font-size: 1.4vw;
        }
        .socialList .btn p {
            font-size: 2vw;
        }
        .socialList .content {
            width: 4.5vw;
            height: 4.5vw;
        }
        .socialList .btn {
            border-radius: 3vw;
        }
        .socialList .btn i {
            font-size: 3vw;
        }
    }
    
    @media screen and (max-width: 991px) {
        .myHPadding {
            padding-left: 2vw;
            padding-right: 2vw;
        }
        .upperDate p {
            font-size: 1.5vw;
        }
        .largest p {
            font-size: 2vw;
        }
        .upperNav .text-bold {
            font-size: 1.5vw;
        }
        .upperNav .text-center {
            font-size: 1.65vw;
        }
        .navIconBtns .btn i {
            margin: 10px;
            font-size: 1.65vw;
        }
        .navIconBtns .btn p {
            font-size: 1.45vw;
        }
        .navbar-light .navbar-nav .nav-link {
            font-size: 1.58vw;
            padding: 6px 0;
            margin: 0px 1.2vw;
        }
        .catBadge {
            font-size: 1.35vw;
        }
        .blockImgItem .title .catBadge {
            top: -2.2vw;
        }
        .blockImgItem .title p {
            font-size: 1.65vw;
        }
        .storeBtns .btn img {
            height: 4.75vw;
            width: 15vw;
        }
        .newsDate {
            font-size: 1.25vw;
            padding: 0px 1vw;
        }
        .thumbNews .row {
            height: 11vw;
        }
        .thumbNews .content {
            padding-inline-start: 8px;
        }
        .thumbNews .title {
            font-size: 1.5vw;
            height: 4.4vw;
            line-height: 2.2vw;
        }
        .catTitle {
            font-size: 2vw;
        }
        .cardNews .title {
            font-size: 1.5vw;
            height: 4.4vw;
            line-height: 2.2vw;
        }
        .jobNews .content {
            padding-inline-start: 8px;
        }
        .jobNews .title {
            font-size: 1.65vw;
            line-height: 1.65;
        }
        .jobNews .row {
            height: 11vw;
        }
        .jobNews img {
            width: 11vw;
        }
        .normalText {
            font-size: 1.5vw;
            line-height: 2.25vw;
        }
        .jobNews .normalText {
            margin: 0px;
        }
        .deathRow,
        .jobsRow {
            margin-left: -0.25rem;
            margin-right: -0.25rem;
        }
        .socialMedia .btn {
            padding: 4px 8px;
        }
        footer .navIconBtns .btn i {
            margin: 4px 10px;
        }
        footer .nav-item {
            font-size: 1.65vw;
        }
        .socialList .btn p {
            font-size: 2.5vw;
        }
        .socialList .content {
            width: 5.5vw;
            height: 5.5vw;
        }
        .socialList .btn {
            border-radius: 3vw;
        }
        .socialList .btn i {
            font-size: 3.25vw;
        }
    }
    
    @media screen and (max-width: 767px) {
        .upperDate p {
            font-size: 2vw;
        }
        .largest p {
            font-size: 2.5vw;
        }
        .navbar-brand img {
            width: 8.35vw;
            height: 8.35vw;
            margin: 0.5vw;
        }
        .upperNav .text-bold {
            font-size: 2vw;
        }
        .navIconBtns .btn i {
            margin: 8px;
            font-size: 2.2vw;
        }
        .navIconBtns .btn p {
            font-size: 2vw;
        }
        .navbar-toggler {
            padding: 8px 8px;
            font-size: 16px;
            margin: 8px;
            background: #ffffff;
        }
        .upperDate .row {
            align-items: center;
        }
        .navbar-collapse {
            position: fixed;
            top: 0px;
            right: -100vw;
            background: rgba(0, 0, 0, .5);
            z-index: 1;
            width: 100vw;
            height: 100vh;
            transition: none;
            display: block !important;
            transition: linear 0s right;
        }
        .navbar-collapse .navbar-nav {
            width: 200px;
            height: 100vh;
            position: absolute;
            right: -200px;
            background-color: #FFC12E;
            transition: linear .25s right;
            overflow-y: scroll;
        }
        .navbar-collapse.show {
            right: 0px;
        }
        .navbar-collapse.show .navbar-nav {
            right: 0px;
        }
        .collapsing {
            transition: none !important;
        }
        .closeMenu {
            text-align: left;
        }
        .closeMenu .navbar-toggler {
            background: transparent;
            border: none;
            width: 44px;
            height: 44px;
            margin: 0px;
            text-align: center;
        }
        .closeMenu .navbar-toggler i {
            color: #fff;
            font-size: 24px;
        }
        .navbar-light .navbar-nav .nav-link {
            font-size: 18px;
            padding: 1.5vw 10px;
        }
        .navbar-light .navbar-nav .nav-link:hover {
            color: #fff;
        }
        .topNews .secNews {
            flex-direction: row;
            justify-content: space-between;
        }
        .topNews .secNews .blockImgItem {
            height: 100%;
            width: calc(50% - 5px);
            flex-shrink: 0;
        }
        .topNews .mainNews .blockImgItem {
            width: 100%;
            height: 51vw;
            display: block;
            margin-bottom: 10px;
        }
        .topNews .mainNews .blockImgItem .title p {
            font-size: 2.5vw;
        }
        .blockImgItem .content {
            padding: 10px;
        }
        .blockImgItem .title .catBadge {
            top: -2.5vw;
            right: 10px;
        }
        .catBadge {
            font-size: 1.85vw;
        }
        .blockImgItem .title p {
            font-size: 2.4vw;
        }
        .downLoad p {
            font-size: 2.5vw;
            margin-bottom: 0px !important;
            margin-top: 10px;
        }
        .storeBtns .btn img {
            height: 6.5vw;
            width: 20vw;
        }
        .storeBtns .btn {
            margin: 10px 5px;
        }
        .downLoad .row>div {
            justify-content: end;
        }
        .catTitle {
            font-size: 2.65vw;
            padding-bottom: 1.5vw;
        }
        .catsNews .blockImgItem {
            height: 51vw;
        }
        .thumbNews img {
            width: 28vw;
            /* display: none; */
        }
        .thumbNews .row {
            height: 16vw;
        }
        .thumbNews .title,
        .cardNews .title,
        .jobNews .title {
            font-size: 2.5vw;
            height: 7vw;
            line-height: 3.5vw;
        }
        .newsDate {
            font-size: 10px;
            width: 40vw;
        }
        .thumbNews .content {
            padding-inline-start: 10px;
        }
        .cardNews img {
            height: 27vw;
        }
        .jobNews img {
            width: 20vw;
        }
        .jobNews .row {
            height: 20vw;
        }
        .jobNews .title {
            height: 3.5vw;
            margin-bottom: 8px !important;
        }
        .normalText {
            font-size: 2.5vw;
            line-height: 4.5vw;
        }
        .jobNews {
            padding: 5px 0px;
            display: block;
        }
        footer .nav-item {
            font-size: 2.25vw;
        }
    }
    
    @media screen and (max-width: 599px) {
        .upperDate p {
            font-size: 3vw;
        }
        .socialMedia .btn {
            padding: 5px;
        }
        .largest {
            height: 20vw;
        }
        .largest p {
            font-size: 3.75vw;
            padding: 0px 10px;
        }
        .navbar {
            padding-top: 0px;
            padding-bottom: 0px;
        }
        .navbar-brand img {
            width: 10.35vw;
            height: 10.35vw;
            margin: 3px;
        }
        .upperNav .text-bold {
            font-size: 3.25vw;
        }
        .navIconBtns .btn p {
            font-size: 3vw;
        }
        .navIconBtns .btn i {
            margin: 5px;
            font-size: 4vw;
        }
        .topNews .mainNews .blockImgItem .title p {
            font-size: 3.5vw;
        }
        .blockImgItem .title .catBadge {
            top: -4vw;
            font-size: 2.75vw;
        }
        .catBadge {
            padding: 0px 1vw;
            font-size: 2.75vw;
        }
        .blockImgItem .title p {
            font-size: 3vw;
        }
        .downLoad p {
            font-size: 3.25vw;
        }
        .storeBtns .btn {
            margin: 5px 5px;
        }
        .catTitle {
            font-size: 3.65vw;
            padding-bottom: 2vw;
        }
        .newsList {
            margin-top: 0px !important;
        }
        .thumbNews .row {
            height: auto;
        }
        .thumbNews .title,
        .cardNews .title {
            font-size: 3.2vw;
            height: 9vw;
            line-height: 4vw;
            margin-bottom: 0px !important;
        }
        .thumbNews img {
            width: 32vw;
            height: 22.25vw;
        }
        .newsList li {
            margin-bottom: 10px !important;
        }
        .jobNews .title {
            margin-bottom: 5px !important;
            font-size: 3.5vw;
        }
        .normalText {
            font-size: 3.5vw;
            line-height: 5.5vw;
        }
        .jobNews .col {
            width: calc(100% - 20vw);
        }
        .jobNews .row {
            height: auto;
        }
        .aboutRow .col-auto img {
            width: 16.5vw;
            height: 16.5vw;
        }
        footer .navIconBtns {
            flex-direction: column;
        }
        footer .nav-item {
            font-size: 3.25vw;
        }
        .socialList {
            width: 90%;
            max-width: 280px;
        }
        .socialList .btn p {
            font-size: 4vw;
        }
        .socialList .content {
            width: 10vw;
            height: 10vw;
        }
        .socialList .btn {
            border-radius: 5vw;
            margin-bottom: 3vw;
        }
        .socialList .btn i {
            font-size: 7vw;
        }
    }
    /* modal  */
    
    #ouibounce-modal {
        height: 100vh !important;
        overflow: hidden !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #ouibounce-modal .modal-body img {
        height: 100% !important;
        object-fit: contain !important;
        width: auto !important;
        max-width: 100%;
    }
    
    #ouibounce-modal .modal2 {
        height: 100vh !important;
        width: auto !important;
        /* display: inline-block; */
        max-width: 100%;
        left: auto !important;
        right: auto !important;
    }
    
    #close_button {
        top: 10px !important;
        right: 10px !important;
    }