html,
body {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    position: relative;
}

:root {
    /* --green: rgb(13 112 119 / 100%); */
    /* --gold: #c69a47; */
    --blue: #005078;
    --green: #5F8D2B;
    --green_light: rgb(13 112 119 / 13%);
    --gold_light: rgb(198 154 71 / 13%);
    --blue_light: 0 66 102;
    --green_light: 95 141 43;
}


input[type=button], input[type=reset], input[type=submit], button {
    min-width: 0 !important;
}

a,
.btn,
a:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    /*padding: 0.40rem 1.5rem;*/
    font-weight: 500;
    border-radius: 0.82rem;
}

.btn-green,
.btn-green:visited,
.btn-green:active {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-gold,
.btn-gold:visited,
.btn-gold:active {
    color: #fff;
    background-color: var(--gold);
    border-color: var(--gold);
}

/* .btn-gold-light {
    background-color: rgb(198 154 71 / 13%);
    color: var(--gold);
  }
  .btn-gold-light:hover {
    background-color: rgb(198 154 71 / 100%);
    color: #fff;
  } */
/* .btn-green-light {
    background-color: rgb(13 112 119 / 8%);
    color: var(--green);
  }
  .btn-green-light:hover {
    background-color: rgb(13 112 119 / 100%);
    color: #fff;
  } */
.btn-blue {
    background-color: rgb(var(--blue_light) / 100%);
    color: #fff;
}

    .btn-blue:hover {
        background-color: rgb(var(--blue_light) / 100%);
        color: #fff;
    }

.btn-blue-light {
    background-color: rgb(var(--blue_light) / 8%);
    color: var(--blue);
}

    .btn-blue-light:hover {
        background-color: rgb(var(--blue_light) / 100%);
        color: #fff;
    }

.btn-green-light {
    background-color: rgb(var(--green_light) / 8%);
    color: var(--green);
}

    .btn-green-light:hover {
        background-color: rgb(var(--green_light) / 100%);
        color: #fff;
    }

.bg_green_light {
    background-color: rgb(13 112 119 / 7%);
}

.bg_white {
    background-color: #fff;
}

.tooltip {
    font-family: 'tajawal';
}

.clr-green {
    color: var(--green);
}

.clr-gold {
    color: var(--gold);
}

.clr-blue {
    color: var(--blue);
}

p {
    text-align: justify;
}

.btn {
    transition: all .2s ease;
}

nav.main_nav.nav_bg {
    background-color: #eef2f4;
    /*background-color: rgb(var(--blue_light) / 8%);*/
    position: sticky;
    top: 0;
    z-index: 9999;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}

nav.main_nav {
    padding: 1.3rem 0;
}

    nav.main_nav .navbar-nav .nav-item:last-child .nav-link {
        padding-left: 0 !important;
    }


nav .kfu_logo {
    /*width: 200px;*/
    height: 65px;
}

nav .bkfair_logo {
    height: 61px;
}

.links_nav {
    background-color: var(--green);
}

    .links_nav a.nav-link {
        color: #fff;
        font-weight: 600;
        font-size: 1.1rem;
    }

.links_nav_top {
    padding-right: 0%;
}

    .links_nav_top a.nav-link {
        color: var(--blue);
        font-weight: 600;
        font-size: 1.1rem;
        padding-right: .8rem !important;
        padding-left: .8rem !important;
    }

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu {
    position: static;
    top: 53px;
    margin: 0;
    background-color: #eef2f4;
    padding: 1rem 0;
    text-align: right;
    right: 0;
    left: auto;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.dropdown-item {
    font-weight: 500;
    padding: .5rem 1.6rem;
}

    .dropdown-item:hover {
        color: var(--blue);
        background-color: transparent;
    }

header {
    /* background-color: rgb(13 112 119 / 7%); */
    /* display: flex; */
    /* align-items: center; */
    /* height: 70vh; */
    /*overflow: hidden;*/
    /*padding: 1rem 0;*/
    /*        background-image: url(../imgs/sss.svg);
        background-position: -50px 40px;
        background-repeat: no-repeat;
        background-size: 44%;*/
    /* background-color: var(--gold_light); */
}

.hero_cont_wrap {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
}

header .bookfair_logo {
    width: 180px;
    margin-bottom: 2rem;
}

header p {
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
}

header .counter {
    /* padding-left: 2rem;
  padding-right: 6rem; */


    margin: 2rem 0;
}

header #dateCount {
    /* display: flex; */
    /* justify-content: center; */
}

header .date_item {
    text-align: center;
    /* margin: 0 1rem; */
    display: inline-block;
    width: 80px;
}

    header .date_item h5 {
        font-size: 2rem;
        margin-bottom: -.3rem;
        color: var(--blue);
        display: block;
        width: 100%;
    }

    header .date_item p {
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--green);
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }




header .swiper-wrapper {
    max-height: 60vh;
    overflow: hidden;
}

    header .swiper-wrapper img {
        width: 100%;
    }

header .swiper-pagination {
}

    header .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
        border-radius: 3px;
        background-color: #fff;
        /*opacity: 1;*/
    }

header .btn {
    min-width: 200px;
}

.swiper_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-rtl .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background-color: rgb(var(--blue_light) / 20%);
    color: var(--blue);
}

    .swiper-button-prev:after {
        content: "\f3d2" !important;
        font-family: "Ionicons";
        font-size: 1rem;
        color: var(--blue);
    }

    .swiper-button-next:after {
        content: "\f3d3" !important;
        font-family: "Ionicons";
        font-size: 1rem;
        color: var(--blue);
    }

header .swiper_caption {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem 4rem;
    color: #fff;
    /* height: 100%; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 60vh;
    flex-direction: column;
    align-items: center;
}

    header .swiper_caption .btn {
        color: var(--blue);
        background-color: #ffffff;
        padding: 0.3rem 1.5rem;
        margin-top: 1rem;
    }

.col_main {
    background-color: var(--gold_light);
    padding: 2rem 0rem 2rem 0;
    border-radius: 0 200px 200px 0;
}

.col_wrap {
    background-color: var(--gold_light);
    padding: 2rem 0rem;
    border-radius: 0 200px 200px 0;
}

.col_logo {
    background-color: var(--gold_light);
    padding: 4rem 7rem 4rem 0;
    border-radius: 0 200px 200px 0;
    width: 440px;
}

.ddd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.time_sch {
    max-width: 100% !important;
    text-align: center;
    /* padding-left: 2rem; */
    font-size: 1.2rem;
    color: var(--green);
    font-weight: 600;
}


.about_conf {
    /*background-color: rgb(var(--blue_light) / 7%);*/
    /*padding: 2rem 0;*/
}

.f_w {
    width: 400px;
}

.deef {
    height: 180px !important;
    margin-left: 30px !important;
}

.about_conf .img_wrap {
    /* background-color: rgb(13 112 119 / 12%); */
    background-color: rgb(var(--blue_light) / 10%);
    /*padding: 2rem 0;*/
    overflow: hidden;
    border-radius: 0 200px 200px 0;
    text-align: left;
}

    .about_conf .img_wrap img {
        /*margin-left: -60px;*/
        width: 100%;
    }

.about_conf .about_inner_wrap {
    padding: 5rem 9rem;
}

.pres_word {
    padding: 3rem 0;
    position: relative;
    background-color: rgb(var(--blue_light) / 7%);
}

    .pres_word .pw_inner_wrap {
        padding: 0 4rem;
    }

        .pres_word .pw_inner_wrap p,
        .pres_word .pw_inner_wrap span {
            font-family: "tajawal" !important;
            background-color: transparent !important;
            font-size: 1rem !important;
            text-align: justify !important;
        }

    .pres_word .f_w {
        width: 360px;
    }

    .pres_word .img_wrap {
        height: 160px;
        width: 160px;
        border-radius: 20%;
        overflow: hidden;
        border: 10px solid rgb(var(--green_light) / 20%);
    }

        .pres_word .img_wrap::after {
            position: absolute;
            content: "";
            right: 0;
            top: 0;
            height: 100%;
            width: 280px;
            background-color: rgb(var(--green_light) / 20%);
            z-index: -1;
        }

        .pres_word .img_wrap img {
            max-width: 100%;
            display: block;
        }

.events {
    /*background-color: rgb(var(--blue_light)/ 7%);*/
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.book_pat {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 35%;
    z-index: -1;
    opacity: .2;
}

.nav-tabs {
    border: none;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

    .nav-tabs:before {
        content: "";
        position: absolute;
        top: 55%;
        right: 0;
        left: 0;
        height: 2px;
        background-color: rgb(var(--blue_light) / 20%);
        z-index: -1;
    }

    .nav-tabs .nav-link {
        margin-bottom: 0;
        background-color: #fff;
        border: 2px solid rgb(var(--blue_light) / 20%);
        border-radius: 25px;
        overflow: hidden;
        padding: 0;
        /*margin: 0 1rem;*/
        transition: all .2s ease;
    }

        .nav-tabs .nav-link small {
            font-size: 1.2rem;
            display: block;
            background-color: var(--green);
            color: #fff;
            padding: 1rem 2rem;
            border-radius: 20px;
            transition: all .2s ease;
        }

        .nav-tabs .nav-link span {
            display: block;
            color: var(--blue);
            padding: 1rem 1.9rem;
            font-weight: 500;
            font-size: 1.4rem;
            transition: all .2s ease;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link.active:hover {
            background-color: #dce6ea;
            border: 2px solid var(--blue);
        }

            .nav-tabs .nav-link.active small,
            .nav-tabs .nav-link.active:hover small {
                background-color: var(--blue);
                color: #fff;
            }

        .nav-tabs .nav-link:hover {
            background-color: #dce6ea;
            border: 2px solid rgb(var(--blue_light) / 60%);
        }

            .nav-tabs .nav-link:hover small {
                background-color: rgb(var(--blue_light) / 80%);
                color: #fff;
            }

.tab-content {
    width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
    /* border: 2px solid rgb(var(--blue_light) / 20%); */
    /* border-radius: 15px; */
    padding: 2rem 0;
    margin-top: 1rem;
}

.swip_item {
    background-color: rgb(var(--blue_light) / 3%);
    padding: 1.5rem;
    border: 2px solid rgb(var(--blue_light) / 11%);
    border-radius: 15px;
}
    /*.swiper-slide-active .swip_item {
    background-color: rgb(var(--blue_light) / 5%);
    border-color: rgb(var(--blue_light) / 43%);
}*/

    .swip_item small {
        display: block;
        font-size: 1rem;
        margin: 5px 0;
    }

.e_item small i {
    margin-left: 5px;
    display: inline-block;
    color: var(--blue);
    font-size: .8rem;
}

.e_item h4 {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    color: var(--blue);
    min-height: 46px;
}

.e_item p {
    margin: 0;
}

.sponsers {
    padding: 5rem 0;
}

.logos_wrap {
    display: flex;
    justify-content: flex-start;
}

.sponsers .sponser_logo {
    height: 110px;
    display: inline-block;
    margin: 0 2rem;
}

.dd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-left: 2px solid var(--blue);
    padding-left: 2rem;
}

.news {
    padding: 3rem 0;
}

.news_item {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 1rem;
    box-shadow: 0px 18px 10px -13px #eaeaea;
    border-radius: 20px;
}

.news_img_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 225px;
}

    .news_img_wrap img {
        width: 100%;
    }

.news_cont_wrap {
    /*background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 1rem;
    box-shadow: 0px 18px 10px -13px #eaeaea;
    border-radius: 10px;
    margin: -40px 15px 0;*/
    margin-top: 1rem;
    z-index: 999;
    position: relative;
}

    .news_cont_wrap h5 {
        color: var(--green);
        font-size: 1rem;
        margin-bottom: .5rem;
        text-align: justify;
    }

    .news_cont_wrap p {
        font-size: .95rem;
        margin-bottom: 1.3rem;
        color: #565555;
        height: 72px;
        overflow: hidden;
    }

.news_details_wrap {
    max-width: 70%;
    margin: 0 auto;
}

    .news_details_wrap .news_img_wrap {
        height: auto;
    }

.modal.fade .modal-dialog {
    transform: translate(0, 0px);
}

.modal-content {
    border: 1px solid var(--green);
    border-radius: 15px;
    overflow: hidden;
}

.modal-header {
    background-color: var(--green);
    color: #fff;
}


.modal-body {
    position: relative;
}

.signup_bg {
    position: absolute;
    left: 10px;
    top: 10%;
    height: 70%;
    opacity: .1;
    z-index: 0;
}

.sign_pop .modal-dialog {
    max-width: 680px;
    /* margin: 1.75rem auto; */
}

.sign_pop .modal-content {
    border-radius: 0;
    border: none;
}

.sign_pop .modal-title {
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 1rem;
}

.sign_pop .modal-body {
    padding: 0;
}

.sign_pop .close_modal {
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(var(--blue_light) / 20%);
    color: rgb(var(--blue_light) / 100%);
    border-radius: 7px;
    font-size: .8rem;
    transition: all .2s ease;
}

    .sign_pop .close_modal:hover {
        background-color: rgb(var(--blue_light) / 100%);
        color: #fff;
    }

.sign_pop .modal-side {
    height: auto;
    width: 330px;
    background-color: rgb(var(--blue_light) / 30%);
    position: relative;
}

    .sign_pop .modal-side img {
        position: absolute;
        bottom: -12px;
        width: 100%;
        left: 0;
        transform: rotate(-90deg);
    }

.sign_pop .pop_content {
    width: calc(100% - 250px);
    padding: 1.5rem;
}


.modal-backdrop {
    background-color: rgb(0 0 0 / 70%);
    /* opacity: 1 !important; */
    backdrop-filter: blur(3px);
}

label {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.form-control {
    border-radius: 10px;
    margin-bottom: 1rem;
    background-color: #fff;
}


.poll {
    padding: 4.5rem 0;
    background-color: rgb(var(--blue_light)/ 7%);
    position: relative;
}

.poll_wrap {
    position: relative;
    list-style: none;
    padding-right: 20px;
    padding-left: 0;
}

    .poll_wrap:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 0;
        width: 1px;
        background-color: var(--blue);
    }

    .poll_wrap li {
        margin-bottom: 2rem;
    }

    .poll_wrap h3 {
        margin-bottom: .7rem;
        background-color: #fff;
        font-size: 1.2rem;
        position: relative;
    }

        .poll_wrap h3:after {
            content: "";
            position: absolute;
            top: 7px;
            right: -25px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background-color: var(--blue);
        }

    .poll_wrap textarea {
        border-radius: 10px;
        background-color: #fcfcfc;
        text-align: center;
        padding: 1rem;
    }

        .poll_wrap textarea:focus {
            border-color: #ccd9e0;
        }

.poll_count {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.b_item {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

    .b_item img {
        width: 50px;
        margin-left: .8rem;
    }

    .b_item h5 {
        font-weight: 600;
        font-size: 1rem;
        color: var(--blue);
    }

.message {
    min-height: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: fit-content;
}
/*.poll_count p,
    .poll-pagination {
        margin: 0;
        background-color: rgb(var(--blue_light) / 10%);
        padding: .5rem;*/
/* width: 80px; */
/*color: var(--blue);
        border-radius: 100px;
        display: flex;
        align-items: center;
        font-size: 1.1rem;
    }

        .poll_count p span,
        .poll-pagination span {
            background-color: var(--blue);
            width: 30px;
            height: 30px;
            color: #fff;
            border-radius: 100px;
            display: inline-flex;
            align-items: center;
            justify-content: center;*/
/* margin-left: 1rem; */
/*}

            .poll_count p span:first-child,
            .poll-pagination .swiper-pagination-total {
                background-color: rgba(198 154 71 / 1%);
                color: var(--blue);
            }*/
.poll-pagination {
    margin: 0;
    background-color: rgb(var(--blue_light) / 10%);
    padding: .5rem;
    /* width: 80px; */
    color: var(--blue);
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    width: fit-content;
    justify-content: center;
}

    .poll-pagination span {
        background-color: rgba(198 154 71 / 1%);
        color: var(--blue);
        margin: 0 10px;
    }

    .poll-pagination .swiper-pagination-total {
        background-color: var(--blue);
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* margin-left: 1rem; */
    }

.poll_count .swiper-button-disabled {
    cursor: not-allowed;
    opacity: .5;
}


.poll_count p small {
    margin: 0 .6rem;
}

.poll_count a,
.poll_count button {
    margin: 0;
    background-color: rgb(var(--green_light) / 10%);
    padding: .5rem 2rem;
    color: var(--green);
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    text-decoration: none;
    margin: 0 1rem;
    box-shadow: none;
    outline: none;
    border: none;
    font-weight: 500
}

.poll_count .send_poll {
    background-color: var(--green);
    color: #fff;
    display: none;
}

.poll_img {
    position: absolute;
    left: 1rem;
    bottom: 0;
    height: 90%;
    z-index: -1;
    opacity: 0.1;
}





footer {
    background-color: rgb(var(--blue_light) / 100%);
}

    footer .foot_logo {
        width: 150px;
    }

    footer h5 {
        color: #87b156;
        margin-bottom: 1.5rem;
        position: relative;
    }

        footer h5:after {
            position: absolute;
            content: "";
            bottom: -7px;
            right: 0;
            height: 2px;
            width: 70px;
            background-color: var(--green);
        }

    footer p {
        color: #fff;
        margin-bottom: 5px;
    }

        footer p span {
            display: inline-block;
            width: 20px;
            color: #87b156;
        }

        footer p a,
        footer p a:hover {
            text-decoration: none;
            color: #fff;
        }

    footer .same_links {
        /*text-align: center;*/
        /*padding: 2rem 0;*/

        display: flex;
        flex-wrap: wrap;
    }

        footer .same_links a {
            color: #fff;
            text-decoration: none;
            margin: 0 0 .9rem;
            width: 100%;
            flex: 0 0 auto;
            position: relative;
            padding-right: 17px;
        }

            footer .same_links a:after {
                position: absolute;
                content: "\f107";
                top: 1px;
                right: 0;
                font-family: "Ionicons";
                color: #87b156
            }

    footer .col-md-3:not(:first-child) {
        border-right: 1px solid #4c7e149c;
    }

    footer .cr {
        background-color: #023955;
        font-weight: 500;
        letter-spacing: .5px;
    }

.foot-logo {
    width: 190px;
    margin-bottom: 1.5rem;
}

.mob_icons {
    /*display: flex;
    justify-content: center;*/
    text-align: center;
    padding-top: 1rem;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #4c7e149c;
}

    .mob_icons .icons_wrap {
        display: flex;
        justify-content: center;
    }

    .mob_icons p {
        text-align: center;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    .mob_icons a {
        display: inline-flex;
        width: 145px;
        margin-left: 1rem;
    }

.social_icons {
    margin-top: .5rem;
    text-align: center;
}

    .social_icons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-left: .5rem;
        height: 25px;
        width: 25px;
        background-color: var(--green);
        color: #fff;
        border-radius: 9px;
        font-weight: 100 !important;
    }

    .social_icons i {
        font-weight: 100 !important;
    }

        .social_icons i:before {
            font-weight: 100 !important;
        }
/* .about {
  padding: 3rem 0;
} */
.about_goals {
    background-color: rgb(var(--blue_light) / 7%);
}

.about_side {
    background-color: var(--blue);
    /* width: 450px; */
    /* height: 300px; */
    padding: 5rem 3rem;
}

    .about_side img {
        max-width: 100%;
    }

.about_cont_wrap {
    padding: 0 5rem;
}

    .about_cont_wrap p {
        margin-bottom: 5px;
        padding-right: 1.5rem;
        position: relative;
    }

        .about_cont_wrap p::after {
            position: absolute;
            right: 0;
            top: 3px;
            content: '';
            display: inline-block;
            height: 15px;
            width: 15px;
            background-image: url(../imgs/ab_arrow.svg);
            background-size: cover;
            margin-left: 10px;
        }

    .about_cont_wrap ul,
    .about_cont_wrap ol {
        padding: 0;
        list-style: none;
    }

        .about_cont_wrap ul li,
        .about_cont_wrap ol li {
            margin-bottom: 20px;
            padding-right: 1.5rem;
            margin-left: 1rem;
            position: relative;
            line-height: 1.3;
        }

    .about_cont_wrap li::after {
        position: absolute;
        right: 0;
        top: 3px;
        content: '';
        display: inline-block;
        height: 15px;
        width: 15px;
        background-image: url(../imgs/ab_arrow.svg);
        background-size: cover;
        margin-left: 10px;
    }

.loc_wrap {
    padding: 6rem;
}

.f_location {
    width: 100%;
    height: 450px;
    display: block;
    margin: 0;
}

.legan_block ul,
.legan_block ol {
    display: flex;
    flex-wrap: wrap;
}

.legan_block li {
    flex: 0 0 auto;
    width: 40%;
}

.f_search {
    padding: 4rem 0;
}

.search_form {
    background-color: #eef2f4;
    /* padding: 2.5rem; */
    border-radius: 5px;
    /* margin: 4rem 0; */
}

    .search_form .form-control {
        margin: 0;
    }

.btns_wrap {
    background-color: rgb(var(--blue_light) / 12%);
    padding: 1.3rem;
}

.inputs_row {
    padding-right: 1.5rem;
}

.book {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: rgb(var(--blue_light) / 7%);
    border: 1px solid rgb(var(--blue_light) / 10%);
    border-radius: 10px;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: all .2s ease;
}

.err_div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

.book:hover {
    box-shadow: 0px 0px 15px -5px rgb(183, 183, 183);
}

.book::after {
    position: absolute;
    content: '';
    top: -6px;
    left: 20px;
    background-image: url(../imgs/book_padge.svg);
    height: 200px;
    width: 15%;
    background-size: contain;
    background-repeat: no-repeat;
}

.book::before {
    opacity: .12;
    position: absolute;
    content: '';
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    background-image: url(../imgs/book_pat.svg);
    /* height: 100%; */
    /* width: 100%; */
    border: 2px solid var(--blue);
    border-radius: 10px;
    background-size: contain;
    background-position: 100% 45%;
    background-repeat: no-repeat;
}

.book p {
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    max-width: 100%;
    color: var(--blue);
    margin: 0;
    /* 
  background-color: rgb(255 255 255 / 94%);
  padding: 10px 10px 10px 20px;
  border-radius: 400px 0px 0px 400px; */
}

.book_details_pop {
}

    .book_details_pop .book_det {
        padding: 0 1rem 1rem;
    }

    .book_details_pop .modal-dialog {
        max-width: 850px;
        margin: 1.75rem auto;
    }

        .book_details_pop .modal-dialog .modal-content {
            border-radius: 5px;
            border: none;
        }

        .book_details_pop .modal-dialog h4 {
            /* color: var(--blue); */
            padding: 1rem 1rem;
            font-size: 1.3rem;
        }

    .book_details_pop .book_det p {
        background-color: rgb(var(--blue_light) / 7%);
        margin: 0;
        border: 1px solid rgb(var(--blue_light) / 20%);
        margin-bottom: -1px;
    }

        .book_details_pop .book_det p strong {
            background-color: rgb(var(--blue_light) / 7%);
            padding: 5px 10px;
            display: inline-block;
            min-width: 150px;
            color: var(--blue);
            margin-left: .8rem;
        }

    .book_details_pop .close_modal {
        cursor: pointer;
        height: 25px;
        width: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(var(--blue_light) / 20%);
        color: rgb(var(--blue_light) / 100%);
        border-radius: 7px;
        font-size: .8rem;
        transition: all .2s ease;
        position: absolute;
        left: 20px;
        top: 19px;
    }

        .book_details_pop .close_modal:hover {
            background-color: rgb(var(--blue_light) / 100%);
            color: #fff;
        }


.album {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    /* width: 250px; */
    height: 250px;
    display: block;
}

    .album img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 150%;
        max-height: 130%;
        transform: translate(-50%, -50%);
        scale: inherit;
    }

    .album .overlay {
        position: absolute;
        background-color: var(--blue);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: .5;
    }

.vid_ovrly {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 7rem;
}

.album h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #fff;
    z-index: 99;
    padding: 6rem 1rem 1.3rem 1rem;
    background-image: linear-gradient(0deg, var(--blue), transparent);
    font-size: 1.6rem;
}

.img_gal_wrap {
    height: 150px;
    margin: 3px 2px;
}

    .img_gal_wrap img {
        height: 100%;
        width: auto;
    }

.form-check {
    padding-right: 1.5em;
    padding-left: 0;
}

    .form-check .form-check-input {
        float: right;
        margin-right: -1.5em;
    }

.form-check-input:checked {
    background-color: var(--blue);
    border-color: var(--blue);
}

.form-check-input:focus {
    border-color: #ccc;
    box-shadow: none;
}

@media (min-width: 992px) {
    .tkttbl {
        width: 100% !important;
    }
}

.ticket_wrap {
    background-color: rgb(var(--blue_light) / 4%);
    border: 2px dashed var(--blue);
    border-radius: 10px;
    padding: 1rem;
}

.ticket_logo {
    height: 60px;
    margin: 0 .8rem;
}

.fancybox__container {
    z-index: 99999 !important;
}

.img_gal {
    min-height: calc(100vh - 409px);
}



.ask_kfu {
    display: inline-block;
    width: 110px;
    position: fixed;
    right: 5px;
    bottom: -180px;
    border-radius: 10px 10px 0 0;
    z-index: 99999;
    transition: all 2.5s ease;
}

    .ask_kfu.loaded {
        bottom: 0;
    }

    .ask_kfu img {
        width: 100%;
        display: block;
    }

        .ask_kfu img.hide {
            display: none;
        }

    .ask_kfu .kfu_open {
        width: 86px;
    }

    .ask_kfu .pattern {
        position: absolute;
        bottom: 70px;
        right: 50px;
        height: 40px;
        width: 60px;
        border: 3px solid var(--blue);
        border-radius: 50%;
        z-index: -1;
        box-shadow: 0px 0px 30px 5px rgb(0 80 120 / 50%);
        animation-name: fade_pattern;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

        .ask_kfu .pattern.hide {
            display: none;
        }

@keyframes fade_pattern {
    0% {
        box-shadow: 0px 0px 0px 0px rgb(0 80 120 / 50%);
    }

    50% {
        box-shadow: 0px 0px 30px 5px rgb(0 80 120 / 50%);
    }

    100% {
        box-shadow: 0px 0px 0px 0px rgb(0 80 120 / 50%);
    }
}

.btn.dropdown-toggle.show {
    background-color: rgb(var(--blue_light) / 100%);
    color: #fff;
}





/*********** Chat BOT ************/
.close_bot {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    background-color: #c56262;
    color: #fff;
    left: -12px;
    top: -9px;
    border-radius: 50%;
    font-size: .8rem;
    position: absolute;
    cursor: pointer;
    z-index: 99999
}

.ask_kfu_chat {
    position: fixed;
    right: 64px;
    bottom: 79px;
    background-color: #fff;
    height: 340px;
    width: 340px;
    border-radius: 15px;
    /*overflow: hidden;*/
    z-index: 99999;
    box-shadow: 0px 0px 12px -3px #b9b9b9;
    display: none;
}

    .ask_kfu_chat.open {
        display: block;
    }

    .ask_kfu_chat:after {
        display: none;
        position: fixed;
        content: '';
        bottom: 120px;
        left: 228px;
        height: 30px;
        width: 30px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 12px -3px #7c7c7c;
    }

    .ask_kfu_chat:before {
        display: none;
        position: fixed;
        content: '';
        bottom: 95px;
        left: 209px;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 12px -3px #7c7c7c;
    }

    .ask_kfu_chat a {
        color: #005078;
    }

.webchat__basic-transcript__filler {
    display: none;
}

#webchat p {
    text-align: justify;
    margin-bottom: 5px;
    font-size: .9rem;
}

#webchat {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

    #webchat * {
        font-family: 'Tajawal' !important;
        font-weight: 300 !important;
        outline: none !important;
    }




        #webchat *:focus {
            outline: none !important;
        }

    #webchat > div {
        width: 100% !important;
        height: 100%;
        position: absolute;
        background: transparent;
    }

        #webchat > div > div > div:nth-child(2) {
            background: transparent;
        }

.chatbot_wrap [type=reset],
.chatbot_wrap [type=submit],
.chatbot_wrap button {
    cursor: pointer;
}

.ac-pushButton {
    font-weight: 500 !important;
    color: #005078 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0px;
    padding: 5px;
    width: 10px;
    margin: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 50px;
    border: 3px solid #eaeaea;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #333;
    }

.webchat__send-box-text-box {
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

    .webchat__send-box-text-box input {
        padding: 3px 5px !important;
    }

.webchat__send-box__main {
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: #005078 !important;
}

.webchat__bubble__content {
    border-radius: 10px !important;
}

    .webchat__bubble__content a {
        color: #fff !important;
        text-decoration: underline;
    }

.ac-pushButton[aria-pressed="true"] {
    background-color: #5F8D2B !important;
    border-color: #5F8D2B !important;
    color: white !important;
    outline: none;
}

.text_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    padding-left: 30px;
    text-align: center;
}

    .text_wrap img {
        display: block;
        margin: 0 auto;
        max-width: 200px;
    }

    .text_wrap h3 {
        color: #5F8D2B;
    }

        .text_wrap h3 strong {
            color: #5F8D2B;
        }

    .text_wrap p {
        color: #333;
        font-size: 1.3rem;
    }

.webchat__icon-button svg {
    fill: #fff !important;
}

.ac-textBlock {
    color: #fff !important;
}

.webchat__upload-button {
    display: none !important;
}

.syasat {
    float: left;
    color: #fff;
    text-decoration: none;
}

.go_top {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    z-index: 9999;
    background-color: rgb(2 57 85 / 70%);
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all .2s ease;
    opacity: 0;
}

    .go_top:hover {
        background-color: rgb(2 57 85 / 100%);
    }

    .go_top.show {
        opacity: 1;
    }

.pupl_item {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    margin: .5rem 0;
    background-color: rgb(0 80 120 / 5%);
    border-radius: 5px;
    padding: 1rem;
    flex-direction: column;
}

    .pupl_item .pub_logo {
        height: 60px;
    }

    .pupl_item h4 {
        font-size: 1.2rem;
        font-weight: 600;
        margin: .5rem 0;
        color: var(--blue)
    }




#dateCount {
    direction: ltr;
}

.king_name {
    width: 250px !important;
    display: block;
    margin: 0.5rem auto;
}


.comingsoon {
    margin-bottom: 2rem;
    text-align: center;
    color: #004266;
    font-weight: 500;
    font-size: 1.5rem !important;
}

.soon {
    margin: .5rem 0 0;
    color: var(--green);
    font-weight: 200;
    font-size: 1.1rem;
    text-align: center;
    display: none;
}

    .soon.show {
        display: block;
    }


.arkan {
    width: 100%;
}

    .arkan tr:nth-child(odd) {
        background-color: #edf2f4;
    }

    .arkan tr td:first-child {
        text-align: left;
        font-weight: bold;
        font-size: 1.2rem;
        color: var(--blue);
        padding: 1rem 2rem;
        background-color: rgb(0 80 120 / 3%);
    }

    .arkan td {
        padding: 1rem;
        vertical-align: unset;
    }

        .arkan td p {
            margin: .5rem 0;
        }



.inputs_wrap {
    background-color: rgb(0 80 120 / 3%);
    padding: 1rem 1.5rem;
    height: 100%;
}

.register_wrap {
    background: rgb(0 80 120 / 3%);
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #eaeaea;
}

    .register_wrap .nav-tabs .nav-link small {
        font-size: 1rem;
        color: #fff;
        padding: .7rem 1.7rem;
        border-radius: 20px;
        transition: all .2s ease;
    }

.nav-tabs .nav-link span {
    padding: .7rem 1.7rem;
    font-size: 1.2rem;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: transparent !important;
}
.swal2-popup {
    border: 1px solid #ddd !important;
    box-shadow: 0px 0px 25px -7px #a5a5a5 !important;
    border-radius: 15px !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-confirm:focus-within {
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--blue) !important;
}

table p {
    text-align: center;
}
.news_cont_wrap p,
.news_cont_wrap span {
    text-align: justify !important;
}

.send_btn {
    margin: 0 auto;
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
}
.smile {
    width: 50px;
    margin: 0 auto 1rem;
}