/* Author: HishamDalal@gmail.com */
/* vars */
/* vars */
:root {
    --primary: #5ac2ff;
    --primary-light: #29bab2;
    --primary-dark: #3d9fd9;
    --secondary: #f9e0a6;
    --light: #dde4e4;
    --dark: #242122;
    --white: #ffffff;
    --black: #000000;
    --gray: #cdcdcd;
    --gray-light: #cdd4d4;
    --gray-light-2: #efefef;
    --gray-dark: #747475;
    --brown-dark: #473526;
    --brown-light: #d39e73;
    --gold: #ffd23c;
    --gold-1: #ffdc73;
    --gold-2: #ffcf40;
    --gold-3: #ffbf00;
    --gold-4: #bf9b30;
    --gold-5: #a67c00;
    --blue: #599afe;
    --blue-light: #00bcd4;
    --orange: #ff6600;
    --orange-light: #ff8523;
    --purple: #b524bf;
    --left-up: #030303b8;
    --left-down: #5ac2ffbd;
    --right-up: #ffffffeb;
    --right-down: #ec292ebf;
}
/*sidebar button*/
.vertical {
    writing-mode: tb-rl;
    filter: flipH flipV;
}

.box {
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: 9999;
    margin-top: 20px;
}

    .box .leftside {
        margin-top: 37px;
        margin-bottom: 1px;
        height: 23px;
        width: 23px;
        list-style-type: none;
        text-align: center;
        font-weight: bold
    }
/*sidebar button*/
/*image grid for mobile*/
@media screen and (max-width: 768px) {

    .image-grid {
        height: 480px !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "left-up right-up" "left-down right-down";
        grid-gap: 4px;
        background: #fff;
    }

    .img-g-title-en {
        font-size: medium;
    }
}
    @media screen and (max-width: 420px) {

        .image-grid {
            height: 400px !important;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            grid-template-areas: "left-up right-up" "left-down right-down";
            grid-gap: 4px;
            background: #fff;
        }

        .img-g-title-en {
            font-size:small
        }

       
        
        #img-g-title-fr {
            font-size: medium
        }
    }
    /*image grid for mobile*/

    @media screen and (min-width: 768px) {
        .mobile-toggle {
            display: none;
        }
    }
    /*@media screen and (max-width: 768px) {
    .with-sidebar .has-sidebar #mobile-toggle {
        display: none;
    }
}*/

    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }

    button, input {
        overflow: visible
    }

    body {
        font-family: 'Maven Pro', 'Tajawal', sans-serif;
        text-align: left;
    }

    /*    keyframes   */
    @media screen and (max-width: 768px) {

        .with-sidebar .sidebar {
            display: none;
        }

        .with-sidebar .has-sidebar {
            padding: 0 20px;
        }

        /*.with-sidebar .has-sidebar .mobile-toggle {
        display: inline-block;
        top: 0px;
        margin-top: 10px;
        position: fixed;
        top: 60px;
        right: 0px;
        float: right;
        z-index: 9999;
        margin-top: 20px;
        /*opacity:1 !important;*/
        /*}*/
        
        /*.active #sidebar {
            display: none;
        }*/

        .for-tablet {
            display: block !important;
        }

        footer.footer .block {
            margin-bottom: 10px;
        }

        footer.footer .line {
            margin: 0;
            margin-bottom: 5px;
        }

        .divider-top {
            margin-top: 50px;
        }

        .sidebar {
            position: fixed;
            top: 5rem;
            right: -320px;
            height: 80%;
            width: 320px;
            z-index: 999;
            background-color: #fff;
            overflow: auto;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .sidebar.active {
                right: 0;
            }

            .sidebar .sidebar-title {
                margin: 0 -15px;
                height: 53px;
                text-align: center;
                border-bottom: 1px solid #f2f2f2;
                letter-spacing: .5px;
                font-weight: 700;
                line-height: 55px;
                font-family: 'Raleway', sans-serif;
                margin-bottom: 30px;
            }

        .trending-tags {
            margin-bottom: 20px;
        }

        .search-toggle {
            display: none;
        }

        nav.menu {
            height: 55px;
        }

            nav.menu .mobile-toggle {
                display: inline-block;
            }

            nav.menu ul.nav-list {
                position: fixed;
                width: 320px;
                height: 100%;
                top: 0;
                right: -320px;
                background-color: #fff;
                z-index: 3000;
                overflow: auto;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -moz-transition: all 0.5s;
            }

                nav.menu ul.nav-list.active {
                    right: 0;
                }

                nav.menu ul.nav-list li {
                    display: block;
                    float: none;
                    position: static;
                    padding-top: 2px;
                    padding-bottom: 2px;
                }

                nav.menu ul.nav-list > li:first-child {
                    margin-left: 0;
                    text-align: center;
                    position: relative;
                }

                    nav.menu ul.nav-list > li:first-child .back {
                        z-index: 9;
                        position: absolute;
                        height: 100%;
                        width: 50px;
                        line-height: 55px;
                        font-size: 20px;
                    }

                    nav.menu ul.nav-list > li:first-child a {
                        border-bottom: 1px solid #f2f2f2;
                    }

                        nav.menu ul.nav-list > li:first-child a:after {
                            display: none;
                        }

                nav.menu ul.nav-list > li > a {
                    display: block;
                }

                    nav.menu ul.nav-list > li > a .badge {
                        right: 10px;
                        top: 5px;
                    }

                nav.menu ul.nav-list > li .dropdown-menu {
                    box-shadow: none;
                    position: absolute;
                    top: 57px;
                    left: initial;
                    right: -320px;
                    height: calc(100% - 55px);
                    height: -webkit-calc(100% - 55px);
                    height: -moz-calc(100% - 55px);
                    height: -o-calc(100% - 55px);
                    width: 320px;
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    visibility: visible;
                    display: none;
                    opacity: 1;
                }

                    nav.menu ul.nav-list > li .dropdown-menu.active {
                        right: 0;
                    }

                    nav.menu ul.nav-list > li .dropdown-menu > li > a {
                        width: auto;
                    }

                        nav.menu ul.nav-list > li .dropdown-menu > li > a:hover:after {
                            transform: scale(105);
                            -webkit-transform: scale(105);
                            -moz-transform: scale(105);
                            -o-transform: scale(105);
                        }

                    nav.menu ul.nav-list > li .dropdown-menu > li ul {
                        top: 0;
                    }

                    nav.menu ul.nav-list > li .dropdown-menu [class^="col-"] {
                        margin-bottom: 30px;
                    }

        header.primary.up {
            top: -286px;
        }

        .firstbar {
            text-align: center;
        }

            .firstbar .brand {
                float: none;
            }

                .firstbar .brand img {
                    float: none;
                    display: inline-block;
                    margin-bottom: 15px;
                }

                .firstbar .brand h2 {
                    display: block;
                    float: none;
                    border: none;
                    margin: 0;
                    padding: 0;
                    width: initial;
                }

            .firstbar .search {
                margin: 0 0px;
            }

            .firstbar .right {
                float: none;
                display: block;
                margin: 0px auto;
            }
    }

    @media screen and (max-width: 425px) {
        .article-list figure {
            width: 100%;
            height: 200px;
            margin-bottom: 10px;
        }

        .article-list .details {
            margin-left: 0;
        }

            .article-list .details .detail {
                display: inline-flex;
                display: -webkit-inline-box;
            }

        .line div {
            font-size: 14px;
        }

        .featured {
            height: 200px;
        }

            .featured .details h1 {
                font-size: 16px;
            }

            .featured .details .category a {
                padding: 3px 6px;
            }

        .firstbar .search {
            margin-left: 20px;
            margin-right: 20px;
        }

        .topbar .topbar-nav li a i, .topbar ul.info li a i {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            display: block;
            font-size: 22px;
        }

        .topbar .topbar-nav li a span, .topbar ul.info li a span {
            display: none;
        }

        .for-mobile {
            display: block !important;
        }

        .nav-icons {
            float: right;
            padding: 0;
            margin: 0;
            margin-top: 27px;
        }

        .box-wrapper {
            width: 100%;
        }

        .box .box-body {
            padding: 20px;
        }
    }

    @media screen and (max-width: 320px) {
        nav.menu ul.nav-list {
            width: 290px;
            right: -350px;
        }

            nav.menu ul.nav-list > li .dropdown-menu {
                width: 290px;
                right: -350px;
            }

        .sidebar {
            width: 290px;
            right: -350px;
        }

        article figure {
            height: 200px;
        }
    }

    @keyframes love {
        0% {
            top: 0px;
            transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
        }

        20% {
            top: -10px;
            transform: rotate(20deg);
            -moz-transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            opacity: .8;
        }

        40% {
            top: -20px;
            transform: rotate(-20deg);
            -moz-transform: rotate(-20deg);
            -webkit-transform: rotate(-20deg);
            -o-transform: rotate(-20deg);
            opacity: .6;
        }

        60% {
            top: -30px;
            transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -webkit-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            opacity: .4;
        }

        80% {
            top: -40px;
            transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            opacity: .2;
        }

        100% {
            top: -50px;
            transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
            opacity: 0;
        }
    }

    @-webkit-keyframes love {
        0% {
            top: 0px;
            transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
        }

        20% {
            top: -10px;
            transform: rotate(20deg);
            -moz-transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            opacity: .8;
        }

        40% {
            top: -20px;
            transform: rotate(-20deg);
            -moz-transform: rotate(-20deg);
            -webkit-transform: rotate(-20deg);
            -o-transform: rotate(-20deg);
            opacity: .6;
        }

        60% {
            top: -30px;
            transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -webkit-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            opacity: .4;
        }

        80% {
            top: -40px;
            transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -webkit-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            opacity: .2;
        }

        100% {
            top: -50px;
            transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
            -o-transform: rotate(0);
            opacity: 0;
        }
    }
    /*   keyframes  */

    /*  Nav Taps  */
    .nav-tabs-group {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs-group .nav-tabs-list {
            padding: 0;
            margin: 0;
        }

            .nav-tabs-group .nav-tabs-list li {
                float: left;
                display: block;
            }

                .nav-tabs-group .nav-tabs-list li a {
                    display: block;
                    padding: 10px 20px;
                    color: #999;
                    font-weight: 400;
                    text-decoration: none;width:auto;
                }

                    .nav-tabs-group .nav-tabs-list li a:hover {
                        color: #191E21;
                    }

                .nav-tabs-group .nav-tabs-list li.active a {
                    color: #191E21;
                    border-bottom: 2px solid #f45344;
                }

        .nav-tabs-group .form-control {
            height: 30px;
            padding: 0;
            margin-top: 3px;
        }

        .nav-tabs-group .nav-tabs-right {
            float: right;
            display: inline-block;
            width: 100px;
        }
    /*  Nav Taps  */


    /* Div Line */
    .line {
        display: inline-block;
        width: 100%;
        height: 4px;
        background-color: #f2f2f2;
        margin: 30px 0;
        position: relative;
    }

        .line.thin {
            height: 2px;
        }

        .line.transparent {
            background-color: transparent;
        }

        .line.little {
            margin: 10px 0;
        }

        .line.top {
            margin-top: 50px;
        }

        .line div {
            margin: 0;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            font-size: 16px;
            background-color: #fff;
            text-transform: uppercase;
            padding-left: 20px;
            padding-right: 20px;
            color: #000;
            font-weight: 800;
            font-family: 'Raleway';
        }

    /*h1, h2, h3, h4, h5, h6, .line div {
        
        color: #000;
        margin:  0;
    }*/
    /*  Div Line  */


    /*  Article Mini*/
    .article-mini {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

        .article-mini .inner {
            display: inline-block;
            height: 100%;
        }

        .article-mini .padding {
            padding: 0 0px;
            margin-left: 0px;
            margin-right: 2px;
            /*width:100%;*/
            padding: 0px;
            margin-top: 3px;
            float: left;
        }

        .article-mini figure {
            float: right;
            /*display: inline-block;*/
            width: 80px;
            height: 60px;
            /*overflow: hidden;*/
            margin: 0;
            /*margin-left:10px;*/
        }

            .article-mini figure img {
                width: 100%;
            }

        .article-mini h1 {
            margin: 0;
            /*line-height: 22px;*/
            text-transform: capitalize;
            font-weight: 700;
            font-size: 14px;
        }

            .article-mini h1 a {
                color: #000;
            }

                .article-mini h1 a:hover {
                    color: #f45344;
                    text-decoration: none;
                    font-weight: bold;
                }

        .article-mini .detail {
            margin-top: 5px;
        }

            .article-mini .detail .category {
                margin-left: 0;
            }

                .article-mini .detail .category a {
                    text-transform: uppercase;
                    color: #f45344;
                }

    /*  Article Mini  */



    /*  Slider  */
    .headline {
        margin-bottom: 20px;
        text-align: right;
    }

        .headline .item {
            padding: 5px;
            width: 100%;
            text-align: right;
            direction: rtl;
            margin-right: 0px;
        }

            .headline .item a {
                color: #191E21;
                font-size: 14px;
                text-transform: capitalize;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 100%;
                display: inline-block;
                text-align: left;
            }

                .headline .item a .badge {
                    background-color: #f45344;
                    margin-right: 5px;
                }

        .headline .nav {
            display: inline-block;
            float: right;
            margin-left: 0px;
            position: relative;
            z-index: 2;
        }

        .headline .carousel-control {
            text-shadow: none;
            background-color: transparent;
            background-image: none;
            position: relative;
            display: inline-block;
            color: #000;
            width: auto;
            width: 30px;
            height: 30px;
            border: 1px solid #ddd;
            margin-left: -5px;
        }

            .headline .carousel-control.right {
                border-left: 0;
            }

        .headline .carousel-inner {
            overflow: hidden;
            width: initial;
        }
    /*  Slider  */
 


    /*    aside   */

    aside {
        margin-bottom: 40px;
        display: inline-block;
        width: 100%;
    }

        aside:last-child {
            margin-bottom: 0;
        }

        aside .aside-title {
            font-size: 16px;
            position: relative;
            font-weight: 800;
            margin: 0;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

            aside .aside-title .all {
                position: absolute;
                right: 0;
                font-size: 12px;
                font-weight: 700;
                color: #383838;
                top: 5px;
            }

                aside .aside-title .all i {
                    color: #5ac2ffbd;
                    margin-left: 5px;
                }

            aside .aside-title:after {
                content: ' ';
                position: absolute;
                bottom: -10px;
                /*left: 0;*/
                width: 15px;
                height: 2px;
                background-color: #5ac2ffbd;
            }

        aside .article-mini {
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            aside .article-mini figure {
                margin-bottom: 0;
            }

            aside .article-mini h1 {
                margin-top: -3px;
            }

        aside .nav li a {
            background-color: #F0F0F0;
            color: #333;
            padding: 12px;
            font-size: 14px;
            border-radius: 0 !important;
        }

            aside .nav li a i:before {
                font-size: 18px;
                margin-right: 5px;
            }

        aside .nav li.active a {
            background-color: #fff;
            color: #000;
            border-top: 2px solid #5ac2ffbd !important;
        }

            aside .nav li.active a i {
                color: #5ac2ffbd;
            }

        aside .tab-pane {
            border: 1px solid #ddd;
            border-top: none;
            padding: 20px;
        }

        aside .line {
            margin: 0px 0;
        }

        aside .sponsored {
            padding: 0;
            margin: 0 -5px;
        }

            aside .sponsored li {
                float: left;
                display: inline-block;
                width: 50%;
                padding: 5px;
            }

                aside .sponsored li a img {
                    width: 100%;
                }

        aside .ads img {
            width: 100%;
        }

        aside .ads figcaption {
            font-size: 12px;
            margin-top: 3px;
            color: #989898;
        }
    /*  aside   */











    /*****************************************************************************************************/
    /*@media screen and (max-width: 768px) {
    .with-sidebar .sidebar {
        display: none;
    }

    .with-sidebar .has-sidebar {
        padding: 0 20px;
    }

    .for-tablet {
        display: block !important;
    }

    footer.footer .block {
        margin-bottom: 10px;
    }

    footer.footer .line {
        margin: 0;
        margin-bottom: 5px;
    }

    .divider-top {
        margin-top: 50px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -320px;
        height: 100%;
        width: 320px;
        z-index: 2001;
        background-color: #fff;
        overflow: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

        .sidebar.active {
            right: 0;
        }

        .sidebar .sidebar-title {
            margin: 0 -15px;
            height: 53px;
            text-align: center;
            border-bottom: 1px solid #f2f2f2;
            letter-spacing: .5px;
            font-weight: 700;
            line-height: 55px;
            font-family: 'Raleway', sans-serif;
            margin-bottom: 30px;
        }

    .trending-tags {
        margin-bottom: 20px;
    }

    .search-toggle {
        display: none;
    }

    nav.menu {
        height: 55px;
    }

        nav.menu .mobile-toggle {
            display: inline-block;
        }

        nav.menu ul.nav-list {
            position: fixed;
            width: 320px;
            height: 100%;
            top: 0;
            right: -320px;
            background-color: #fff;
            z-index: 3000;
            overflow: auto;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            nav.menu ul.nav-list.active {
                right: 0;
            }

            nav.menu ul.nav-list li {
                display: block;
                float: none;
                position: static;
                padding-top: 2px;
                padding-bottom: 2px;
            }

            nav.menu ul.nav-list > li:first-child {
                margin-left: 0;
                text-align: center;
                position: relative;
            }

                nav.menu ul.nav-list > li:first-child .back {
                    z-index: 9;
                    position: absolute;
                    height: 100%;
                    width: 50px;
                    line-height: 55px;
                    font-size: 20px;
                }

                nav.menu ul.nav-list > li:first-child a {
                    border-bottom: 1px solid #f2f2f2;
                }

                    nav.menu ul.nav-list > li:first-child a:after {
                        display: none;
                    }

            nav.menu ul.nav-list > li > a {
                display: block;
            }

                nav.menu ul.nav-list > li > a .badge {
                    right: 10px;
                    top: 5px;
                }

            nav.menu ul.nav-list > li .dropdown-menu {
                box-shadow: none;
                position: absolute;
                top: 57px;
                left: initial;
                right: -320px;
                height: calc(100% - 55px);
                height: -webkit-calc(100% - 55px);
                height: -moz-calc(100% - 55px);
                height: -o-calc(100% - 55px);
                width: 320px;
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                visibility: visible;
                display: none;
                opacity: 1;
            }

                nav.menu ul.nav-list > li .dropdown-menu.active {
                    right: 0;
                }

                nav.menu ul.nav-list > li .dropdown-menu > li > a {
                    width: auto;
                }

                    nav.menu ul.nav-list > li .dropdown-menu > li > a:hover:after {
                        transform: scale(105);
                        -webkit-transform: scale(105);
                        -moz-transform: scale(105);
                        -o-transform: scale(105);
                    }

                nav.menu ul.nav-list > li .dropdown-menu > li ul {
                    top: 0;
                }

                nav.menu ul.nav-list > li .dropdown-menu [class^="col-"] {
                    margin-bottom: 30px;
                }

    header.primary.up {
        top: -286px;
    }

    .firstbar {
        text-align: center;
    }

        .firstbar .brand {
            float: none;
        }

            .firstbar .brand img {
                float: none;
                display: inline-block;
                margin-bottom: 15px;
            }

            .firstbar .brand h2 {
                display: block;
                float: none;
                border: none;
                margin: 0;
                padding: 0;
                width: initial;
            }

        .firstbar .search {
            margin: 0 0px;
        }

        .firstbar .right {
            float: none;
            display: block;
            margin: 0px auto;
        }
}*/

    /* article-fw  */

    .article-fw {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

        .article-fw:first-child {
            margin-bottom: 0;
        }

        .article-fw figure {
            overflow: hidden;
            width: 100%;
            height: 178px;
        }

            .article-fw figure img {
                width: 100%;
            }

        .article-fw .details h1 {
            margin: 0;
            font-size: 24px;
            line-height: 34px;
        }

            .article-fw .details h1 a {
                color: #000;
                text-decoration: none;
            }

                .article-fw .details h1 a:hover {
                    color: #5ac2ffbd;
                }

        .article-fw .details p {
            margin-top: 15px;
            line-height: 24px;
        }
    /* article-fw  */

    /*Datapager-fields*/
    .dpf {
        height: 30px;
        width: 50px;
        background-color: brown;
    }
    /*Datapager-fields*/

    /*a-img-grid*/
    .a-img-grid {
        text-shadow: 0px 0px 5px #242122, 1px 1px 2px #242122, -1px -1px 2px #242122, 1px -1px 2px #242122, -1px 1px 2px #242122;
        text-align: center;
        color: #fff;
    }
    /*a-img-grid*/

    /*auther*/
    .featured-author {
        display: block;
    }

        .featured-author .featured-author-cover {
            width: 100%;
            height: 250px;
            display: inline-block;
            background-size: cover;
            background-position: center;
            position: relative;
        }



    .featured-author-cover .recent-work-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .featured-author-cover .recent-work-wrap .overlay {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 1;
            vertical-align: middle;
            -webkit-transition: opacity 500ms;
            -moz-transition: opacity 500ms;
            -o-transition: opacity 500ms;
            transition: opacity 500ms;
            padding: 10px;
        }

    .featured-author .featured-author-cover .badges {
        position: absolute;
        top: 10px;
        left: 10px;
    }

        .featured-author .featured-author-cover .badges .badge-item {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 30px;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            background-color: #191E21;
            letter-spacing: 1px;
        }

    .featured-author .featured-author-cover .featured-author-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        text-align: center;
    }

    .featured-author .featured-author-cover .featured-author-picture {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 0;
        border: 2px solid #fff;
    }

        .featured-author .featured-author-cover .featured-author-picture img {
            width: 100%;
            height: 200px;
        }

    .featured-author .featured-author-cover .featured-author-info .name {
        font-size: 18px;
        color: #fff;
        margin: 0;
        margin-top: 10px;
        background-color: rgba(21, 127, 218, 0.49);
        text-align: center;
        vertical-align: middle;
        padding: 10px;
    }

    .featured-author .featured-author-cover .featured-author-info .desc {
        font-size: 12px;
        margin-top: 3px;
        color: #1ABC9C;
    }

    .featured-author .featured-author-body {
        box-shadow: 0 0 3px #ddd;
        margin-top: -30px;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        z-index: 1;
        border-radius: 3px;
        background-color: #fff;
        line-height: 20px;
    }

        .featured-author .featured-author-body .featured-author-count {
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #f2f2f2;
        }

            .featured-author .featured-author-body .featured-author-count .item {
                float: left;
                width: calc(100% / 3);
                width: -webkit-calc(100% / 3);
                width: -moz-calc(100% / 3);
                width: -o-calc(100% / 3);
                text-align: center;
                padding: 5px 0;
                border-right: 1px solid #f2f2f2;
                transition: all 0.5s;
            }

                .featured-author .featured-author-body .featured-author-count .item a:hover {
                    text-decoration: none;
                }

                    .featured-author .featured-author-body .featured-author-count .item a:hover .name {
                        color: #C8081C;
                    }

                .featured-author .featured-author-body .featured-author-count .item:last-child {
                    border-right: 0;
                }

                .featured-author .featured-author-body .featured-author-count .item .name {
                    text-transform: uppercase;
                    font-size: 12px;
                    color: #f45344;
                    font-weight: 500;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                }

                .featured-author .featured-author-body .featured-author-count .item .value {
                    font-size: 18px;
                    font-weight: 800;
                    color: #666;
                }

                .featured-author .featured-author-body .featured-author-count .item .icon {
                    padding-top: 13px;
                    margin: 0 auto;
                    display: inline-block;
                    font-size: 12px;
                }

                    .featured-author .featured-author-body .featured-author-count .item .icon div {
                        float: left;
                        display: inline-block;
                        text-transform: uppercase;
                        font-weight: 600;
                    }

                    .featured-author .featured-author-body .featured-author-count .item .icon i {
                        display: inline-block;
                        float: left;
                        margin-left: 5px;
                    }

        .featured-author .featured-author-body .featured-author-quote h1 {
            padding: 10px;
            font-size: 15px;
            font-family: 'Cairo',sans-serif;
            font-style: oblique;
            color: #f45344;
            text-align: center;
        }

        .featured-author .featured-author-body .featured-author-quote p {
            padding: 7px;
            font-size: 14px;
            font-family: 'Cairo',sans-serif;
            /*font-style: oblique;*/
            color: #000;
            text-align: center;
        }

        .featured-author .featured-author-body .featured-author-footer {
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

            .featured-author .featured-author-body .featured-author-footer a {
                display: block;
                padding: 5px;
                text-transform: uppercase;
                font-weight: 500;
                letter-spacing: 1px;
                font-size: 12px;
                border-top: 1px solid #f2f2f2;
            }

        .featured-author .featured-author-body .block {
            display: inline-block;
            padding: 15px;
        }

            .featured-author .featured-author-body .block .block-title {
                font-size: 14px;
                position: relative;
                font-weight: 800;
                margin: 0;
                text-transform: uppercase;
            }

                .featured-author .featured-author-body .block .block-title .all {
                    position: absolute;
                    right: 0;
                    font-size: 12px;
                    font-weight: 700;
                    color: #383838;
                    top: 5px;
                }

                    .featured-author .featured-author-body .block .block-title .all i {
                        color: #f45344;
                        margin-left: 5px;
                    }

            .featured-author .featured-author-body .block .block-body {
                margin-top: 10px;
            }

    .item-list-round {
        padding: 0;
        margin: 0;
    }

        .item-list-round li {
            float: left;
            display: block;
        }

            .item-list-round li.hidden {
                display: none;
            }

            .item-list-round li a {
                display: block;
                width: 60px;
                height: 60px;
                overflow: hidden;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 5px;
                background-size: cover;
                background-position: center;
                position: relative;
            }

                .item-list-round li a:hover {
                    opacity: .7;
                }

                .item-list-round li a .more {
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-color: rgba(0, 0, 0, 0.5);
                    width: 100%;
                    height: 100%;
                    border-radius: 5px;
                    color: #fff;
                    text-align: center;
                    line-height: 64px;
                    font-size: 18px;
                    font-weight: 600;
                }

    .aside-title .carousel-nav, .title-col .carousel-nav, .best-of-the-week .carousel-nav {
        float: right;
        display: inline-block;
    }

        .aside-title .carousel-nav .prev, .aside-title .carousel-nav .next, .title-col .carousel-nav .prev, .title-col .carousel-nav .next, .best-of-the-week .carousel-nav .prev, .best-of-the-week .carousel-nav .next {
            display: block;
            line-height: 24px;
            width: 25px;
            height: 25px;
            border: 2px solid #ddd;
            color: #999;
            text-align: center;
            float: left;
            cursor: pointer;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .aside-title .carousel-nav .prev:hover, .aside-title .carousel-nav .next:hover, .title-col .carousel-nav .prev:hover, .title-col .carousel-nav .next:hover, .best-of-the-week .carousel-nav .prev:hover, .best-of-the-week .carousel-nav .next:hover {
                background-color: #f2f2f2;
            }

        .aside-title .carousel-nav .prev, .title-col .carousel-nav .prev, .best-of-the-week .carousel-nav .prev {
            border-right: 0;
        }


    /*auther*/

    /*article style*/

    .article p, article p, .most-popular p {
        font-family: 'Merriweather', sans-serif;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
    }

    .article .time, .article .category, article .time, article .category, .most-popular .time, .most-popular .category {
        font-size: 10px;
        letter-spacing: .5px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .article {
        margin-bottom: 35px;
    }

    article figure {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
        display: inline-block;
    }

        article figure img {
            width: 100%;
            /*height:auto;*/
            max-height: 300px
        }

    article .detail {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
    }

    .article .inner {
        box-shadow: 0 1px 2px #ddd;
    }

    .article .padding {
        padding: 15px;
        padding-top: 0;
    }

    .article h2 {
        text-transform: capitalize;
        font-size: 16px;
        margin: 0;
        line-height: 28px;
        margin-bottom: 10px;
    }

        .article h2 a {
            color: #333;
            text-decoration: none;
        }

            .article h2 a:hover {
                color: #5ac2ff;
            }

    .article p {
        line-height: 24px;
        font-size: 14px;
    }

    article .detail {
        display: flex;
        margin-bottom: 5px;
        font-size: 12px;
    }

    article .time, article .category {
        margin: 0 10px;
        color: #191E21;
    }

    article .category {
        margin: 0 10px;
    }

        article .category a {
            color: #f45344;
        }

    article .time {
        margin: 0;
    }

    article footer {
        text-align: right;
    }

    article div .btn-primary {
        margin: 5px;
        background-color: darkslategrey;
        border-color: #5ac2ff;
        color: #5ac2ff;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
    }

        article div .btn-primary:after {
            position: absolute;
            content: ' ';
            bottom: 0;
            left: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            z-index: -1;
        }

        article div .btn-primary:hover {
            color: #fff;
            background: #3d9fd9;
        }

            article div .btn-primary:hover:after {
                transform: scale(20);
                -moz-transform: scale(20);
                -webkit-transform: scale(20);
                -o-transform: scale(20);
                background-color: #f45344;
            }

        article div .btn-primary:focus {
            outline: 0;
        }

    .line div {
        font-size: 14px;
    }
    /*articl style*/

    /*counters style*/
    .counter_deaths {
        //background-color: #030303b8;
        background-color: #3c3939;
        color: #ec292ebf;
        height: 100%;
        width: 100%;
    }

    .counter_recovered {
        background-color: #ffffffeb;
        color: #030303b8;
        height: 100%;
        width: 100%;
    }

    .counter_cases {
        background-color: #ec292ebf;
        color: #030303b8;
        height: 100%;
        width: 100%;
    }
    /*counters style*/

    /*========================================start top par==================================*/
    /*EN adn FR top btn =======================*/
    .TwaslBox {
        top: 0px;
        margin-top: 37px;
    }


    .SideTitles {
        text-align: left;
    }

        .SideTitles h1 {
            margin-bottom: 1px;
            font-size: 17px;
        }

        .SideTitles a {
            color: #000;
        }

        .SideTitles i {
            color: #5ac2ffbd;
            margin: 5px;
        }

    .TwaslBox {
        position: fixed;
        top: 100px;
        right: 0px;
        z-index: 9999;
        margin-top: 20px;
    }

        .TwaslBox .IconsTws {
            /*border:1px solid #000;*/
            float: right;
            color: #fff;
            padding: 2px;
            width: 24px;
            height: 53px;
        }

            .TwaslBox .IconsTws ul li {
                margin-top: 1px;
                margin-bottom: 1px;
                height: 23px;
                width: 23px;
                background-color: #FC624D;
                color: #FC624D;
                vertical-align: middle;
                text-align: center;
                font-weight: bold;
            }

                .TwaslBox .IconsTws ul li:hover {
                    background-color: #48a998;
                }

                .TwaslBox .IconsTws ul li a:hover {
                    text-decoration: none;
                    color: #ffffff;
                }

            .TwaslBox .IconsTws img {
                width: 25px;
                height: 25px;
            }

        .TwaslBox .gear-clikTwasl {
            padding: 5px;
            background: #c1b7b7;
            color: #030303b8;
            cursor: pointer;
        }

    /*EN adn FR top btn =======================*/

    /* Helper */
    .fs-1 {
        font-size: 1.12rem;
    }

    .fs-2 {
        font-size: 2.24rem;
    }

    .fs-3 {
        font-size: 3.36rem;
    }

    .fs-4 {
        font-size: 4.48rem;
    }

    .fs-5 {
        font-size: 5.6rem;
    }

    .fs-6 {
        font-size: 6.72rem;
    }

    .fs-7 {
        font-size: 7.84rem;
    }

    .fs-8 {
        font-size: 8.96rem;
    }

    .fs-9 {
        font-size: 10.08rem;
    }

    .fs-10 {
        font-size: 11.2rem;
    }

    /* Fix Bootstrap */
    .container, .container-fluid {
        max-width: 100%;
    }

    .container {
        /*padding: 0 3rem;*/
        padding: 0 1rem;
    }

    .container-fluid {
        padding: 0;
    }

    .row {
        margin: 0 -1rem;
    }

        .row > [class*="col"] {
            padding: 0 1rem;
        }

    /* 
.row > [class*="col-"] {
	padding: 0;
	padding-bottom: .5rem;
}

@include for-size(md) {
	.row > [class*="col-"] {
		padding: .5rem;
	}	
	.padding [class*="col-"]:nth-child(1){
		padding-left: 0
	}
	.padding [class*="col-"]:last-child{
		padding-right: 0
	}
} */
    /*
.ib-1 > [class*="col-"] {padding: 0 1rem;}

 .ib-1 > [class*="col-"]:first-child {padding:0; padding-right: 1rem;}
.ib-1 > [class*="col-"]:last-child  {padding:0; padding-left: 1rem;}
 */
    /* Index */
    /************** GLOBAL **************/
    body {
        font-family: 'Maven Pro', 'Tajawal', sans-serif;
    }

    a:hover {
        color: #5ac2ff;
    }

    /************** NAV **************/
    .sticky-nav {
        background: rgba(255, 255, 255, 0.9);
        color: #5ac2ff;
    }

    nav#top-nav {
        /* flex-flow: row; */
        /* justify-content:right; */
        display: grid;
        grid-template-columns: 1fr auto;
        /* background: #ffffffb5; */
        background: #fff;
    }

        nav#top-nav.top_nav_bg {
            background: rgba(255, 255, 255, 0.85);
            color: #000;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            transition-property: all;
            -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            -webkit-transition-duration: .3s;
            -moz-transition-duration: .3s;
            transition-duration: .3s;
        }

        nav#top-nav .navbar,
        nav#top-nav .dropdown-menu {
            font-size: 1rem;
        }

        nav#top-nav a {
            font-weight: 500;
        }

    @media (min-width: 1200px) and (max-width: 1300px) {
        nav#top-nav {
            grid-template-columns: 1fr;
        }
    }

    .navbar-nav .nav-link {
        padding: .5rem 1rem;
        margin-left: auto;
    }

    @media (max-width: 991px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 1.6rem;
            padding-left: 1.6rem;
        }
    }

    /* 
#top-nav.transparent {
	background: rgba(255, 255, 255, 0.71);
} */
    .navbar-brand {
        color: black;
        font-weight: 700;
    }

        .navbar-brand img {
            max-height: 59px;
            width: auto;
            margin: auto;
        }

    @media (max-width: 430px) {
        .navbar-brand img {
            width: 100%;
            height: auto;
        }
    }

    .navbar {
        padding: 0.2rem 1rem;
    }

    .navbar-toggler {
        background-color: #ffffff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #3d9fd9;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            background: #5ac2ff;
            color: #ffffff;
        }

    /************** Title style **************/
    .card-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .title > span:first-child, .card-title > span:first-child {
            padding-right: .6em;
            white-space: normal;
        }

        .title > span.line, .card-title > span.line {
            width: 100%;
            background: #ffd23c;
            height: 1px;
            -webkit-transition-duration: .5s;
            -moz-transition-duration: .5s;
            transition-duration: .5s;
            -webkit-transition-timing-function: cubic-bezier(0.53, 0.28, 0, 1.01);
            -moz-transition-timing-function: cubic-bezier(0.53, 0.28, 0, 1.01);
            transition-timing-function: cubic-bezier(0.53, 0.28, 0, 1.01);
            -webkit-transition-property: background;
            -moz-transition-property: background;
            transition-property: background;
        }

    .card:hover .card-title > span.line {
        background: #29bab2;
        background: #00eddd;
    }

    /***************************************
    GRID
****************************************/
    #intro {
        display: grid;
        grid-auto-flow: column;
        grid-gap: 0;
        grid-template-columns: 1rem repeat(2, 1fr) 1rem;
        grid-template-areas: ". . . ." ". header-1 header-1 ." ". header-1 header-1 ." ". header-2 header-2 .";
        grid-template-rows: 5rem 14rem repeat(7, auto);
    }

    .header-img {
        grid-area: header-1;
        padding-top: 1rem;
    }

    .header-txt {
        grid-area: header-2;
        padding-top: 4rem;
    }

.rectangle-1 {
    grid-area: 3 / 1 / 5 / 5; 
    background: #eef3f7;
   
    z-index: -1;
}

    /************** Animated Images Block **************/
@media screen and (min-width: 768px) {
    .image-grid {
        height: 530px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "left-up right-up" "left-down right-down";
        grid-gap: 4px;
        background: #fff;
    }
}
    

        .image-grid > div {
            position: relative;
            overflow: hidden;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -moz-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: .6rem;
            font-size: 1.6rem;
            color: #fff;
            -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
            z-index: 4;
            background-size: cover;
            background-position: center center;
        }

            .image-grid > div:hover > .details {
                background-image: url("../../img/logo-transparent.png");
                opacity: 0;
            }

            .image-grid > div > .details {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                padding: 0 .6em;
                height: 100%;
                text-decoration: none;
                display: grid;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                justify-items: center;
                font-size: 3rem;
                opacity: 1;
                background-image: none;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                /* transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99); */
                -webkit-transition-property: all;
                -moz-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                transition-duration: 1s;
                -webkit-transition-timing-function: cubic-bezier(0.95, 0.39, 0.14, 0.93);
                -moz-transition-timing-function: cubic-bezier(0.95, 0.39, 0.14, 0.93);
                transition-timing-function: cubic-bezier(0.95, 0.39, 0.14, 0.93);
                -webkit-transition-delay: .3s;
                -moz-transition-delay: .3s;
                transition-delay: .3s;
                z-index: -1;
            }

        .image-grid .left-up {
            grid-area: left-up;
            background-color: #ec292ebf;
            background-image: url(../../img/buildings/3.jpg);
            border: 2px solid #ec292ebf;
        }

            .image-grid .left-up > .details {
                left: 0;
                background-color: rgb(236,41,46,.8);
            }

            .image-grid .left-up:hover .details {
                top: 100%;
                left: 100%;
                right: auto;
            }

.image-grid .left-down {
    grid-area: left-down;
    background-color: #ffeef3f7;
    background-image: url(../../img/oldhei_3.jpg);
    border: 2px solid #ffeef3f7;
    background-size: 100% 100%;
    background-repeat: space;
}

    .image-grid .left-down > .details {
        left: 0;
        background-color: rgb(238,243,247,.8);
    }

            .image-grid .left-down:hover .details {
                top: -100%;
                left: 100%;
                right: auto;
            }

        .image-grid .right-up {
            grid-area: right-up;
            background-color: #ffffffeb;
            background-image: url(../../img/minister_pic1.jpg);
            border: 2px solid #ffffffeb;
        }

            .image-grid .right-up > .details {
                left: auto;
                background-color: rgb(255, 255, 255,.8);
            }

            .image-grid .right-up:hover .details {
                top: 100%;
                left: auto;
                right: 100%;
            }

.image-grid .right-down {
    grid-area: right-down;
    background-color: #030303b8;
    background-image: url(../../img/MC.jpg);
    border: 2px solid #030303b8;
}

            .image-grid .right-down > .details {
                background-color: rgb(50,40,40,.8);
            }

            .image-grid .right-down:hover .details {
                top: -100%;
                left: -100%;
                right: 100%;
            }

        .image-grid h4 {
            text-shadow: 0px 0px 5px #242122, 1px 1px 2px #242122, -1px -1px 2px #242122, 1px -1px 2px #242122, -1px 1px 2px #242122;
            text-align: center;
        }

    .header-img,
    .header-txt {
        margin-top: 0rem;
    }

        .header-txt h4 {
            margin-bottom: 1em;
        }

        .header-txt .content-wrapper {
            margin: auto;
            padding-left: 2rem;
            width: 80%;
        }


            .header-txt .content-wrapper h4 {
                display: inline-block;
                margin-bottom: 1em;
                line-height: 1;
                margin: 0;
                color: #fff;
                font-weight: 100;
            }

            .header-txt .content-wrapper h1 {
                margin-bottom: 1em;
                color: #ffffff;
                padding: 0rem 1rem 1rem 0rem;
                text-shadow: 0px 0px 6px #05615b;
            }

            .header-txt .content-wrapper .text p {
                font-size: 1.2rem;
            }

            .header-txt .content-wrapper #covid19-counter {
                font-size: 1.5rem;
                margin-bottom: 3rem;
                text-align: center;
                border: 2px solid rgba(255, 255, 255, 0.22);
                background: rgba(255, 255, 255, 0.1);
            }

                .header-txt .content-wrapper #covid19-counter .title-wrapper {
                    margin-bottom: 1rem;
                    background: rgba(255, 255, 255, 0.25);
                }

                    .header-txt .content-wrapper #covid19-counter .title-wrapper .title {
                        font-size: 2rem;
                        margin: 0;
                        padding-bottom: .3rem;
                    }

                .header-txt .content-wrapper #covid19-counter .blocks-wrapper {
                    padding: 0 .8rem;
                }

                    .header-txt .content-wrapper #covid19-counter .blocks-wrapper .block .wrapper {
                        background: #5ac2ff;
                        border: 1px solid rgba(255, 255, 255, 0.7);
                        width: 100%;
                        margin-bottom: .8rem;
                        border-radius: 1rem;
                    }

                    .header-txt .content-wrapper #covid19-counter .blocks-wrapper .block .titles {
                        background: #f5f5f2;
                        padding: 0 0 .3rem 0;
                        border-radius: .8rem .8rem 0 0;
                    }

                        .header-txt .content-wrapper #covid19-counter .blocks-wrapper .block .titles p {
                            font-size: 1.3rem;
                            margin: 0;
                        }

                    .header-txt .content-wrapper #covid19-counter .blocks-wrapper .block .number {
                        padding: .5rem 0;
                        font-size: 3rem;
                        font-weight: 500;
                        /*color: #fff;*/
                    }

            .header-txt .content-wrapper #important-news .section-title {
                font-size: 1.7rem;
                margin-bottom: 1rem;
                color: #5ac2ff;
            }

            .header-txt .content-wrapper #important-news .title {
                font-size: 1.4rem;
            }

            .header-txt .content-wrapper #important-news p {
                font-size: 1.2rem;
                font-weight: 100;
            }

            .header-txt .content-wrapper #important-news .read-more-link {
                border: 1px solid #fff;
                color: #000;
                float: right;
                padding: .375rem .5rem .375rem 1rem;
                -webkit-transition: padding ease-in-out 300ms;
                -moz-transition: padding ease-in-out 300ms;
                transition: padding ease-in-out 300ms;
            }

                .header-txt .content-wrapper #important-news .read-more-link i {
                    padding: 0 10px;
                    -webkit-transition: padding ease-in-out 300ms;
                    -moz-transition: padding ease-in-out 300ms;
                    transition: padding ease-in-out 300ms;
                }

                .header-txt .content-wrapper #important-news .read-more-link:hover {
                    border: 1px solid #5ac2ff;
                    background: #ffffff;
                }

                    .header-txt .content-wrapper #important-news .read-more-link:hover i {
                        padding-right: 0;
                        padding-left: 20px;
                        -webkit-transition: padding ease-in-out 300ms;
                        -moz-transition: padding ease-in-out 300ms;
                        transition: padding ease-in-out 300ms;
                    }

    /************** Section 2 **************/
    .section .row {
        height: auto;
    }

        .section .row .row > div {
            padding: 4rem;
            height: auto;
        }

    /************** Section #intro-2 **************/
    #intro-2 {
        height: auto;
    }

        #intro-2 > div {
            height: auto;
            padding: 4rem 0rem;
        }

        #intro-2 .news small {
            color: #747475;
        }

        #intro-2 .news a {
            text-decoration: none;
            color: #000000;
        }

            #intro-2 .news a:hover {
                color: red;
            }

        #intro-2 .news [class*="col-"] {
            padding-bottom: .5rem;
        }

    /************** Section #services **************/
    #services {
        padding: 4rem 1rem;
        background: #efefef;
    }

        #services .row > div {
            margin-bottom: 2rem;
        }

    .card {
        -webkit-box-shadow: 0 0 7px #ccc;
        box-shadow: 0 0 7px #ccc;
    }

        .card .image-wrapper {
            overflow: hidden;
        }

        .card .card-footer {
            text-align: right;
        }

            .card .card-footer .source {
                margin-right: auto;
            }

            .card .card-footer .link {
                margin-left: auto;
            }

            .card .card-footer .btn {
                border: 1px solid #ccc;
            }

                .card .card-footer .btn:hover,
                .card:hover .btn {
                    border: 1px solid #5ac2ff;
                    background: #5ac2ff;
                    color: #fff;
                }

            .card .card-footer .small {
                text-decoration: none;
                font-size: 9px;
            }

        .card:hover {
            -webkit-box-shadow: 0 4px 12px #ccc !important;
            box-shadow: 0 4px 12px #ccc !important;
        }

            .card:hover .card-title {
                color: #5ac2ff;
            }

        .card img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .card:hover img {
            -webkit-filter: brightness(110%);
            filter: brightness(110%);
            -webkit-transform: scale(1.3) rotate(-5deg);
            -moz-transform: scale(1.3) rotate(-5deg);
            -ms-transform: scale(1.3) rotate(-5deg);
            transform: scale(1.3) rotate(-5deg);
        }

    /************** Section #partiners **************/
    #partiners {
        overflow: hidden;
    }

    /************** Section #social **************/
    #social {
        background: #5ac2ff;
        text-align: center;
        padding: .25rem;
    }

        #social ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #social li {
            display: inline-block;
        }

            #social li a {
                display: block;
                width: 3rem;
                height: 3rem;
                font-size: 1.5rem;
                color: #fff;
                border-radius: 50%;
                -webkit-transition-duration: .5s;
                -moz-transition-duration: .5s;
                transition-duration: .5s;
                -webkit-transition-timing-function: cubic-bezier(0, 2.25, 1, 1.26);
                -moz-transition-timing-function: cubic-bezier(0, 2.25, 1, 1.26);
                transition-timing-function: cubic-bezier(0, 2.25, 1, 1.26);
            }

                #social li a:hover,
                #social li:hover a {
                    color: #fff;
                    color: #5ac2ff;
                    background: #000;
                    background: #242122;
                }

            #social li i.fa {
                line-height: 2;
                text-shadow: 0 0 7px #343a4070;
            }

    /************** FOOTER **************/
    footer {
        padding: 5em 1rem 0.5rem;
        background: #242122;
        /* forms */
        /*-----------------------------------------------*/
    }

        footer,
        footer a,
        footer p {
            color: #dde4e4;
        }

            footer a:hover {
                text-decoration: none;
                color: #ccc;
                color: #29bab2;
            }

            footer .logo {
                margin: .5rem 0;
            }

            footer .title {
                border-left: 0.2rem solid #5ac2ff;
                padding-left: 1rem;
                color: #fff;
                color: #5ac2ff;
            }

            footer .row .text {
                padding-left: 1.2rem;
                padding-right: .6rem;
            }

            footer .search .btn {
                border: 1px solid #5ac2ff;
                color: #fff;
                color: #5ac2ff;
            }

                footer .search .btn:hover {
                    border: 1px solid #ffd23c;
                    background: #ffd23c;
                    color: #473526;
                }

            footer .list-group-item-dark {
                background: #242122;
                color: #dde4e4;
                padding-top: 0.2rem;
                padding-bottom: 0;
            }

            footer .form-group .search {
                max-width: 100%;
                display: grid;
                grid-template-columns: 4fr 1fr;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 0;
            }

    .v-menu {
        list-style: none;
        padding: 0;
    }

    a.back-to-top {
        position: fixed;
        bottom: 1em;
        right: 0em;
        width: 2em;
        height: 2em;
        z-index: 999999999;
        line-height: 1;
        font-size: 2em;
        border-radius: 50%;
        display: grid;
        justify-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        text-shadow: 0px 0px 7px #cdcdcd, 1px 1px 4px #cdcdcd, -1px -1px 4px #cdcdcd, 1px -1px 4px #cdcdcd, -1px 1px 4px #cdcdcd;
    }

    .back-to-top.back-to-top-is-visible {
        visibility: visible;
        opacity: .8;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .back-to-top {
        color: #fff;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s;
    }

        .back-to-top:hover,
        .back-to-top .back-to-top:focus {
            color: #3d9fd9;
            text-shadow: 1px 1px 0px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
        }

    /***************************************
    MEDIA QUERIES
****************************************/
    /*-----------------------------------------------*/
    /* @media screen and (min-width: 300px) {
	
	.navbar-brand img {
		width: 70%;
		height: auto;
		margin: auto;
	}
} */
    @media screen and (min-width: 992px) {
        #intro {
            grid-template-columns: 2rem repeat(2, 1fr) 2rem;
        }

        .navbar {
            padding: 0.2rem 2rem;
        }

        #services {
            padding: 4rem 2rem;
        }

        footer {
            padding: 5em 2rem 0.5rem;
        }

        .navbar-brand {
            /* 		img  {
			max-height: 59px;
			width: auto;
		}
		 */
        }

            .navbar-brand span {
                font-size: 1.1rem;
            }

        nav {
            /* 		
		.navbar-nav {
			display: grid;
			flex-direction: column;
			padding-left: 0;
			margin-bottom: 0;
			list-style: none;
			grid-template-columns: max-content;
			justify-content: end;
			background: #fffffff0;
			width: fit-content;
			position: absolute;
			top: 64px;
			right: 20px;
		} */
        }

            nav .nav-item a {
                font-size: .85rem;
                color: #747475;
            }

            nav .nav-item.active a.nav-link {
                color: #242122;
            }

            nav .nav-item.active .nav-link:hover,
            nav .nav-item.dropdown .nav-link:hover {
                background: #5ac2ff;
                color: #ffffff;
            }

            nav .nav-item.nav-link:hover, nav .nav-item.nav-link.active {
                background: #5ac2ff;
                color: #ffffff;
            }

            nav .nav-item.dropdown .nav-link:hover,
            nav .nav-item.dropdown.show .nav-link {
                background: #5ac2ff;
                color: #ffffff;
            }

            nav .btn-subscripe {
                color: #fff;
            }

        .dropdown-item {
            color: #5ac2ff;
        }

            .dropdown-item:focus, .dropdown-item:hover {
                /*color: #000;*/
                /*background: #ffd23c;*/
                color: #5ac2ff;
                text-decoration: none;
            }

            .dropdown-item.active, .dropdown-item:active {
                color: #fff;
                background: #5ac2ff;
            }

        .dropdown-menu {
            top: 97%;
            padding: 0;
            border: none;
            background: #fffffff0;
        }
        /*---- Inverse ----*/
        .top_nav_bg .navbar-brand img {
            height: 48px;
        }

        .top_nav_bg .navbar-brand span {
            font-size: 1.25rem;
        }

        nav.top_nav_bg .navbar-nav .nav-item .nav-link {
            color: #747475;
        }

            nav.top_nav_bg .navbar-nav .nav-item .nav-link:hover {
                color: #fff;
            }

        .top_nav_bg .nav-item.active a.nav-link {
            color: #fffffff0;
            background: #5ac2ff;
        }

        .top_nav_bg .nav-item.active .nav-link:hover,
        .top_nav_bg .nav-item.dropdown .nav-link:hover {
            color: #fff;
        }

        .top_nav_bg .nav-item .nav-link:hover,
        .top_nav_bg .nav-item .nav-link.active {
            background: #5ac2ff;
            color: #fff;
        }

        .top_nav_bg .nav-item.dropdown .nav-link {
            color: #5ac2ff;
        }

            .top_nav_bg .nav-item.dropdown .nav-link:hover,
            .top_nav_bg .nav-item.dropdown.show .nav-link {
                color: #ffffff;
                background: #5ac2ff;
            }

        .top_nav_bg .dropdown-menu {
            top: 97%;
            padding: 0;
            border: none;
            background: #fffffff0;
        }

        .top_nav_bg .dropdown-item.active,
        .dropdown-item:active {
            background: #fff;
            color: #5ac2ff;
        }

        .top_nav_bg .btn-subscripe {
            color: #000;
            color: #5ac2ff;
        }
        /*--------------*/
        #intro {
            display: grid;
            grid-auto-flow: column;
            grid-gap: 0;
            grid-template-columns: 2rem repeat(6, 1fr) 2rem;
            grid-template-areas: "nav nav nav nav nav nav nav nav" ". header-1 header-1 header-1 header-2 header-2 header-2 .";
            grid-template-rows: 3rem minmax(3rem, auto) 4rem;
        }

        .content-block {
            /* margin-left: 2em; */
        }

        .rectangle-1 {
            grid-area: 1 / 4 / 4 / 9;
            z-index: -1;
        }

        .header-img,
        .header-txt {
            margin-top: 4rem;
        }

        .rblock-animate:hover .title {
            color: #473526;
        }

            .rblock-animate:hover .title > span.line {
                background: #dde4e4;
            }

        .rblock-animate:hover .content {
            right: 50%;
            background: #ffcf40;
            background: #bf9b30;
            color: #fff;
            color: #ffffff;
            opacity: .8;
        }
    }

    /* page about */
    .about .navbar {
        border-bottom: 2px solid #5ac2ff;
    }

    .about .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }

    .about nav .nav-item .nav-link:hover {
        background: #5ac2ff;
        color: #fff;
    }

    .about > #intro {
        margin-top: 4rem;
    }

    .section .row div .item {
        position: relative;
        overflow: hidden;
        padding: 0 .4rem;
    }

    #about-blocks.section .row > div:first-child {
        padding: 2rem 4rem;
    }

    .about nav .nav-item.active a.nav-link {
        background: #000;
        background: #5ac2ff;
        color: #fff;
    }

    .row div .page-corner-shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(115deg, #b6b6b6, #f0f0f0, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent);
        background: linear-gradient(-25deg, #b6b6b6, #f0f0f0, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent);
        /* background: linear-gradient(-25deg, #767676, #d1d1d1, #f8f8f8, transparent, transparent, transparent, transparent, transparent, transparent, transparent); */
        top: 100%;
        left: 100%;
        border-radius: 20%;
        z-index: -1;
        -webkit-transition-property: top, left;
        -moz-transition-property: top, left;
        transition-property: top, left;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
        -moz-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
        transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
    }

    .row div:hover .page-corner-shadow {
        top: 0;
        left: 0;
    }

    .section .row div .title {
        margin-bottom: 1.5rem;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
        -moz-transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
        transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
    }

    .section .row div:hover .title {
        color: red;
    }

    /************** TRANSITION **************/
    a,
    .btn,
    .card img,
    .card .card-title,
    .card .btn {
        text-decoration: none;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0, 1.41, 0.54, 1.24);
        -moz-transition-timing-function: cubic-bezier(0, 1.41, 0.54, 1.24);
        transition-timing-function: cubic-bezier(0, 1.41, 0.54, 1.24);
        -webkit-transition-property: background;
        -moz-transition-property: background;
        transition-property: background;
        /* 
	cubic-bezier(0, 2.2, 0.54, 1.28);
	cubic-bezier(0, 2.22, 1, 1.58);
	cubic-bezier(0, 1.79, 1, 1.31);
	cubic-bezier(0.39, 1.82, 0, 0.88);
  cubic-bezier(0, 1.51, 1, 1.38);
	cubic-bezier(0, 1.79, 1, 1.31); */
    }

    .card img {
        text-decoration: none;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0, 1.41, 0.54, 1.24);
        -moz-transition-timing-function: cubic-bezier(0, 1.41, 0.54, 1.24);
        transition-timing-function: cubic-bezier(0, 1.41, 0.54, 1.24);
        -webkit-transition-property: -webkit-filter, -webkit-transform;
        transition-property: -webkit-filter, -webkit-transform;
        -moz-transition-property: filter, transform, -moz-transform;
        transition-property: filter, transform;
        transition-property: filter, transform, -webkit-filter, -webkit-transform, -moz-transform;
    }

    nav {
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .6s;
        -moz-transition-duration: .6s;
        transition-duration: .6s;
    }

    /************** Page **************/
    body.page {
        margin-top: 5rem;
    }

    section.page {
        margin-top: 5rem;
    }

    /* Minister */
    body.minister main {
        padding-top: 7rem;
    }

        body.minister main .page-title-container {
            margin-bottom: 1rem;
        }

    /***************************************
    GRID
****************************************/
    main {
        display: grid;
        grid-auto-flow: column;
        grid-gap: 0;
        grid-template-columns: 1rem repeat(2, 1fr) 1rem;
        grid-template-areas: ". . . ." ". header-1 header-1 ." ". header-1 header-1 ." ". header-2 header-2 ." ". social social .";
        grid-template-rows: 5rem 14rem repeat(7, auto);
    }

        main .rectangle {
            grid-area: 1 / 5 / 3 / 9;
            z-index: -1;
            background: url(../../img/buildings/2.jpg) #5ac2ff;
            background-size: cover;
            background-blend-mode: soft-light;
            background-attachment: fixed;
        }

    @media screen and (min-width: 992px) {
        main {
            display: grid;
            grid-auto-flow: column;
            grid-gap: 0;
            grid-template-columns: 2rem repeat(6, 1fr) 2rem;
            grid-template-areas: "nav nav nav nav nav nav nav nav" ". . header-1 header-1 header-1 header-1 . ." ".  header-2 header-2 header-2 header-2 header-2  header-2 ." "social social social social social social social social";
            grid-template-rows: repeat(3, minmax(4rem, auto)) auto;
        }

            main .rectangle {
                grid-area: 1 / 1 / 3 / 5;
                z-index: -1;
            }

            main .page-title-container {
                grid-area: 1/5 / 1/2;
            }
    }

    #top-nav {
        grid-area: nav;
    }

    #brief {
        grid-area: header-1;
    }

    #links-block {
        grid-area: header-2;
    }

    #social {
        grid-area: social;
    }

    .page-title-container .page-title {
        margin-top: 2rem;
        color: #fff;
        text-shadow: 0px 0px 5px #242122, 1px 1px 2px #242122, -1px -1px 2px #242122, 1px -1px 2px #242122, -1px 1px 2px #242122;
    }

    #brief .wrapper {
        background: #ebe7e7;
        padding: 2rem;
        margin-bottom: 3rem;
        border-radius: 1rem;
    }

        #brief .wrapper .title i {
            margin-right: .5rem;
        }

        #brief .wrapper .link {
            float: right;
            background: #fff;
            color: #000;
            padding: .375rem .5rem .375rem 1rem;
            -webkit-transition: color ease-in-out 300ms;
            -moz-transition: color ease-in-out 300ms;
            transition: color ease-in-out 300ms;
        }

            #brief .wrapper .link i {
                -webkit-transition: padding ease-in-out 300ms;
                -moz-transition: padding ease-in-out 300ms;
                transition: padding ease-in-out 300ms;
                display: inline-black;
                padding: 0 10px;
            }

            #brief .wrapper .link:hover i {
                padding-right: 0;
                padding-left: 20px;
            }

    .rtl #brief .wrapper .link {
        float: left;
        padding: .375rem .5rem .375rem 1rem;
    }

        .rtl #brief .wrapper .link:hover i {
            padding-right: 20px;
            padding-left: 0;
        }

    #links-block {
        margin: 2rem 0;
        position: relative;
    }

        #links-block div[class^="col"] {
            height: 200px;
            padding: 0 1em;
            background-repeat: no-repeat;
            background-position: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            #links-block div[class^="col"] h4 {
                margin: 0;
                color: #fff;
                -webkit-transition: all ease-in-out 200ms;
                -moz-transition: all ease-in-out 200ms;
                transition: all ease-in-out 200ms;
                text-shadow: 0px 0px 5px #242122, 1px 1px 2px #242122, -1px -1px 2px #242122, 1px -1px 2px #242122, -1px 1px 2px #242122;
            }

                #links-block div[class^="col"] h4 a {
                    color: #fff;
                }

            #links-block div[class^="col"]:hover > h4 {
                margin-bottom: 1em;
            }



    /* Author: HishamDalal@gmail.com */
    /*  archive  */
    .archive-title {
        color: #5ac2ff;
        background: #242122;
        padding: 1rem;
        border: .2rem solid #5ac2ff;
        border-radius: 5px;
    }

    .cat-container {
        background: #242122;
        border: .2rem solid #5ac2ff;
        border-radius: 5px;
    }

    .cat-square {
        /*border: .3rem groove #5ac2ff;*/
        border: .1rem groove #fff;
    }

        .cat-square:hover {
            /*box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)*/
            border: .2rem groove #5ac2ff;
        }
[data-link] {
    cursor: pointer
}
.NewsTop {
    margin-bottom: 0px;
    text-align: right;
    border: 1px solid #c9c9c9;
    padding: 0px;
    height: 30px;
    font-family: 'Cairo', sans-serif;
}
    /* archive  */
    /*article title*/

.article-title2 {
    height: 4rem;
    text-overflow: ellipsis;
    overflow-y: hidden;    
}


/*article title*/
    /*# sourceMappingURL=main.css.map */
