/* 
Theme Name: Dar Al Kutub
Author: afsal | Xpert Solution
Author URI: http://www.xpert-online.com
Version: 1.0 | Arabic & English
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

a { color: var(--color-link); text-decoration: none !important; transition: all .2s;font-family: "Greta Arabic";}
a:hover{ color: var(--color-secondary); text-decoration: none; transition: all .4s}
p:last-of-type{
    margin-bottom: 0 !important;
}
/* a.post_link{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999} */

ul{
    list-style: none
}

/*--------------------------------------------------------------
==== Layout
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background-color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  height: 20rem;
}
.preloader .circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.5rem solid #f3f3f3;
  border-top: 0.5rem solid #cb7d31;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader_spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: bottom;
    }
}
html { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;

}
*, *:before, *:after {

    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

    -webkit-box-sizing: inherit; 
    -moz-box-sizing: inherit;
    box-sizing: inherit;

}

html, body{ 
    margin: 0; 
    padding: 0;
}

body { 
    background: #fff; 
    color: #545454; 
    font-size: 17px; 
    font-family: "Greta Arabic" !important; 
    font-weight: normal; 
    /* line-height: 17px !important; */
    direction: rtl;
    text-align : right;
    overflow-x: hidden !important;
}
body.highcontrast *{
    /* filter: grayscale(1); */
    mix-blend-mode: luminosity;
}
h1, h2, h3, h4, h5, h6{ font-family: "Greta Arabic Bold" !important;}
h1{
    font-size: 2.5rem !important;
}
.h2, h2 {
    font-size: 2.2rem !important;
}
h3 {
    font-size: 1.8rem !important;
}
p,button,a,ul,li{
    font-family: "Greta Arabic AR + LT Medium";
}

img{ max-width: 100%; height: auto}

figure, figcaption{ margin: 0; padding: 0}

.home-pic-icon,
.wrapper-home-pic {
}

.__xps__container{
    margin: auto
}
@media(min-width: 1400px){
    .__xps__container{
        max-width: 85%;

    }
}
@media(min-width: 1200px){
    .__xps__container{
        max-width: 84%;

    }
}
@media(max-width: 1199px){
    .__xps__container{
        max-width: 90%;

    }
}
/*Header*/
#site-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

#site-header .header-top-menu{
    background: var(--color-peru);
    padding: 10px 0;
    z-index: 10000;
    position: relative;
}
#site-header .header-top-menu .header-top-menu-wrapper{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}
#site-header .header-top-menu .header-top-menu-wrapper a,#site-header .header-top-menu .header-top-menu-wrapper button{
    color: #fff
}
#site-header .header-top-menu .header-top-menu-wrapper a.login-tn {
    font-family: "Greta Arabic AR + LT Light";
    font-size: 1.2rem;
}
#site-header .header-top-menu .header-top-menu-wrapper button.site_lang,
#site-header .header-top-menu .header-top-menu-wrapper ul li a{
    border: 1px solid;
    background: none;
    font-size: 15px;
    padding: 7px 13px;
    border-radius: 30px;
    transition : all .2s;
    line-height: 17px;
}
#site-header .header-top-menu .header-top-menu-wrapper button.site_lang:hover{
    background: #fff;
    color: var(--color-peru);
    transition : all .2s;
}

#site-header .header-top-menu .header-top-menu-wrapper ul{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
#site-header .header-top-menu .header-top-menu-wrapper ul li.current-lang{
    display: none
}
#site-header .header-top-menu .header-top-menu-wrapper ul li a {

}

#site-header .header-top-menu .header-top-menu-wrapper button.change-theme{
    border: 1px solid;
    background: #000;
    border-radius: 30px;
    height: 24px;
    width: 50px;
}
#site-header .header-top-menu .header-top-menu-wrapper button.change-theme span.switch{
    width: 20px;
    height: 20px;
    background: #cb7d31;
    border-radius: 50%;
    float: right;
    /* transition: all 1.2s ease; */
    margin-right: -4px;
    border: 1px solid;
}
#site-header .header-top-menu .header-top-menu-wrapper button.change-theme span.switch.active{
    float : left;
    /* transition: all 1.2s ease; */
    margin-right: 0;
    margin-left: -4px;
}
.brand-logo{
    margin-bottom: 1rem;
    overflow: hidden;
    width: 205px;
    height: 60px;
}
.brand-logo img {
    max-height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}
#site-header .brand-logo img.img1{
    transition: all .3s;
}
#site-header.sticky .brand-logo img.img1{
    transform: translateY(110%);
    transition: all .3s;
}
#site-header .brand-logo img.img2{
    transform: translateY(120%);
    transition: all .3s;
    height: 47px;
    width: auto;
}
#site-header.sticky .brand-logo img.img2{
    transform: translateY(-50%);
    transition: all .3s;
}

.header-bottom-menu {
    /*box-shadow: 0 0 10px #b5b0b0;*/
    background: rgb(255 255 255 / 85%);
}
.header-bottom-menu-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 1rem 0 0;
}

ul#menu-primarymenuar {
    display: flex;
    gap: 8rem;
    padding: 0;
    margin: 0;
}
ul#menu-primarymenuar > li{
    position : relative;
    padding-bottom: 1rem
}
ul#menu-primarymenuar > li > a{
    color : var(--color-peru);
    font-family: "Greta Arabic Bold";
}
ul.sub-menu{
    position: absolute;
    right: 0;
    top: calc(100%);
    padding: 1em 1000em;
    margin: 0 -1000em;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transform : translateY(-10px)
}
ul.sub-menu li{
    min-width : 250px;
    line-height: 2;
    margin-right : 0 !important;
}
ul.sub-menu li a{
    position: relative;
    transform: translateX(20px) !important;
    display: inline-block;
    font-family: "Greta Arabic AR + LT SemiBold";
    color: #545454;
}
ul.sub-menu li a:before{
    content : '';
    display : inline-block;
    background-image : url(../images/nav-link.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}
ul#menu-primarymenuar > li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    transform : translateY(0);
    transition: all .7s ease;
    background: rgb(255 255 255 / 85%);
}
button.search {
    background: #e3e1dd;
    border: none;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--color-peru);
    font-size: 23px;
    box-shadow: 0 0 15px #d5c7c7;
    margin-bottom : 1rem
}
.dropdown-toggle::after{
    display:  none;
}
section.xps__main_banner {
    /* margin-top: 140px; */
}

/* Main Banner */
.main_banner_wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.main_banner_wrapper .main_banner_img {
    height: 100%;
    width: 100%;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.main_banner_wrapper .main_banner_img.blurImg{
    filter: blur(20px);
    transition: all .3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.main_banner_wrapper .banner-main-text-img {
    font-family: "Roadway V1";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
    font-size: 5rem;
    z-index: 50;
    opacity: 0;
}
.main_banner_wrapper .banner-main-text-img.visible_box{
    animation: 3s fadeIn; 
    animation-fill-mode: forwards;
}

.bannerbottomcontainer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0;
}
.bannerbottomcontainer.visible_box{
    animation: 3s fadeIn; 
    animation-fill-mode: forwards;
}
.main_banner_wrapper .banner-bottom-img{
    background-image: url(../images/banner-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    position: relative;
    height: 100%;
}
/* .main_banner_wrapper .banner-bottom-img{
    animation: 4s fadeIn;
    animation-fill-mode: forwards;
} */
.banner-icon {
    position: absolute;
    width: 58%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
.banner-icon .icon_col{
    text-align:center;
    cursor : pointer;
}
.banner-icon .icon_col .bn_bt_icon{
    width: 110px;
    max-height: 75px;
    object-fit: contain;
    transition: all .2s
}
.banner-icon .icon_col:hover .bn_bt_icon{
    transform: scale(1.2);
    transition: all .2s
}
.banner-icon .icon_col .icon_title{
    color: #fff;
    margin-top: 25px;
    transition: all .2s
}
.banner-icon .icon_col .icon_title a{
    color : #fff
}
.banner-icon .icon_col:hover .icon_title{
    transform: scale(1.2);
    transition: all .2s
}



section.archive{
    background: #f3f2f1;
    padding: 4rem 0;
}
section.archive .services_archive_title{
    text-align : center;
    color: var(--color-peru);
}
section.archive .archive_slider_wrapper{
    margin-top : 4rem;
}
.archive_slider_wrapper .swiper-slide{
    height: 38em;
    border-radius : 10px;
    overflow: hidden;
    transform: scale(.84);
    transition : all .8s;
    position: relative;
}
.archive_slider_wrapper .swiper-slide a:after{
    content: 'عرض المزيد';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, rgb(255 255 255 / 74%) 41%, rgba(203, 125, 49, 1) 100%); */
    visibility: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 2em;
    font-family: "Greta Arabic Bold";
    color: #fff;
    text-shadow: 0 0 40px #000;
    box-shadow: inset 0 0 80px #000;
    /* transform: scaleX(0); */
    background: rgb(22 66 138 / 29%);
}
.archive_slider_wrapper .swiper-slide:hover a:after{
    visibility: visible;
}
.archive_slider_wrapper .swiper-slide img{
    height: 100%;
    object-fit : cover;
    object-position: left;
    transition : all 2.5s;
    transform: scale(1.04) translateX(-4px);
}
.archive_slider_wrapper .swiper-slide.swiper-slide-active{
    transform: scale(1);
    transition : all .8s;
}
.archive_slider_wrapper .swiper-slide.swiper-slide-active img{
    object-position: center;
    transition : all 2.5s
}


.tree-tapestry{
    background: #f3f2f1;
    padding: 10em 0 4em;
    position: relative;
    background-image : url(../images/book-fair-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    /* background-attachment: fixed; */
}
.nested-tapestry{
    color: #A4A5A6;
    display: flex;
    align-items: center;
    gap: 6em;
    position: relative;
    z-index: 10;
}
.nested-tapestry img {
    max-width: 47.5%;
    border-radius: 15px;
}
.connection-hub p{
    font-size: 20px;
    color : #707070;
}
button.abt_button {
    color: #8E1838;
    background: none;
    padding: 2px 14px;
    text-align: center;
    border: 1px solid #8E1838;
    border-radius: 25px;
    font-family: "Greta Arabic AR + LT SemiBold";
    margin-top: 1rem;
    /* transition : all .1s; */
}
button.abt_button:hover{
    background:#8E1838;
    color : #fff;
    /* transition : all .1s; */
}
button.abt_button:hover a{
    color: #fff;
}
.value-calculator {
    margin-top: 2rem;
}
.variable-holder{
    position : absolute;
    right: 0;
    bottom:0;
    z-index : -1;
    display : none;
}

.book_my_house{
    background: #f3f2f1;
    position: relative;
    background-image : url(../images/bookhouse_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 2rem;
    /* background-attachment: fixed; */
    overflow: hidden;
}
.xps_house_wrapper {
    display: flex;
    align-items: center;
    /*margin : 0 -9%*/
}
.book_title_section{
    width:calc(50%);
    padding-right: 11rem;
    display: flex;
    align-items: end;
}
.book_title_section  img{
    transform: translate(2.5rem, -2rem);
}
.book_title_section .xps_bk_title{
    font-family: "Greta Arabic Bold";
    font-size: 8em;
    color: #16428A;
    line-height: 1;
}
.book_subscribe_section {
    width:calc(50%);
    background: #E3E1DD;
    padding: 4.5rem 4rem 3rem;
    position: relative;
}
.book_subscribe_section:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 113px 113px;
    border-color: transparent transparent #f3f2f1 transparent;
    transform: rotate(0deg);
    z-index: 1000;
}
.subscribe_col{
    display : flex;
    align-items : center;
    justify-content:space-between;
}
.book_subscribe_section .subs_title{
    font-size: 4rem;
    font-family: "Greta Arabic Bold";
    color: #776E64;
}
.book_subscribe_section .subs_sub_title{
    font-size: 2.5rem;
    font-family: "Greta Arabic Bold";
    color: #776E64;
    margin-top: 1.7rem;
}
.book_subscribe_section button.sign_in{
    border: none;
    background: #8E1838;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Greta Arabic Bold";
    padding: 1rem 2rem;
    border-radius: 3rem;
    margin-right: auto;
    display: inherit;
    width: 150px
}
.book_subscribe_section button.sign_in:hover{
    background: #fff;
    color: #8E1838;
}
.login_thr {
    margin-top: 6rem;
}
.login_th_title {
    font-family: "Greta Arabic Bold";
    color: #776E64;
    font-size: 1.5rem;
    margin-bottom : 2rem
}


button.sc_login_btn{
    position: relative;
    background: #fff;
    border: none;
    padding: 1rem;
    height: 30px;
    font-size: 25px;
    color: #707070;
    font-family: "Greta Arabic AR + LT Light";
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    width: calc(100% - 60px);
}
button.sc_login_btn:hover{
    /* background: #fff3e7;
    transition: all .2s;
    animation-name: rotateDown; */
}
._login_details {
    /* border-top: 2px solid #776E64; */
    margin-top: 2em;
    padding-top: 1.5rem;
    /* padding-right: 3rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
._login_details a {
    font-family: "Greta Arabic Bold";
}
._login_details a.no_account {
    font-size: 1.6rem;
    color: #776E64 !important;
}
._login_details .register_new{
    /* font-size: 1.4rem;
    text-decoration : underline !important;
    color: #1B4489 !important; */
    border: none;
    background: #8E1838;
    color: #fff !important;
    font-family: "Greta Arabic Bold";
    padding: 1rem 2rem;
    border-radius: 3rem;
    font-size: 1.2rem;
    margin-right: 2rem;
    width: 150px;
    text-align: center;
}

.book_subscribe_section{
    overflow: hidden;
}
.book_subscribe_Slider{
    overflow: visible !important;
}
.book_subscribe_Slider .book_subscribe.swiper-button-next{
    left: -25px;
    color: var(--color-peru);
}
.book_subscribe_Slider .book_subscribe.swiper-button-prev{
    right: -45px;
    color: var(--color-peru);
}
.book_subscribe_Slider .book_subscribe.swiper-button-next::after,
.book_subscribe_Slider .book_subscribe.swiper-button-prev::after{
    font-size: 26px;
    font-weight: 700;
}
.book_subscribe_Slider .subscribe_block{
    margin-top: 2rem;
}
.book_subscribe_Slider .subscribe_block form {
    display: flex;
}
.book_subscribe_Slider .subscribe_block form input {
    height: 50px;
    border: none;
}
.book_subscribe_Slider .subscribe_block form input::placeholder{
    color: #c7c3bf;
}
#mailpoet_form_1{
    text-align: right !important;
}
.book_subscribe_Slider .subscribe_block form input[type="submit"]{
    background: var(--color-brown);
    padding: 0 1.5rem !important;
    color: #fff;
}

.book_subscribe_Slider .mail_icon{
    font-size: 10rem;
    color: #8E1838;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}











.xps-media_section {
    padding: 5rem 0;
}
.xps_news_wrapper {
    background: #F3F2F1;
    padding: 2rem;
    border-radius: 20px;
}
.xps_news_wrapper {
    background: #F3F2F1;
    padding: 3rem 2.5rem 7rem;
    border-radius: 20px;
    height: 100%;
}
.xps_news_wrapper:hover {
    background: #f1efe9;
    box-shadow: 1px 5px 10px #f4ece5;
    transition: all .2s !important;
}
.xps_news_wrapper h1 {
    color: var(--color-peru) !important;
}
.xps_media_single_col {
    margin-top: 2rem;
}
a.home_news_link{
    display: block;
    margin-bottom: 2rem;
}
a.home_news_link:last-child{
    margin-bottom : 0
}
.single_news_col {
    background: #fff;
    padding: 1.5rem;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    margin-bottom: 2rem;
    align-items: center;
    transition: all .2s !important;
}
.single_news_col:hover{
    background: var(--color-peru);
    transition: all .2s !important;
}
.single_news_col a:last-child{
    /* //margin-bottom : 0 */
}
.single_news_col .news_thumb{
    border-radius: 15px;
    overflow: hidden;
    height: 140px;
    width: 200px;
}
.single_news_col .news_thumb img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    background-color: #150200;
}
.single_news_col .nexs_desc {
    width: calc(100% - 180px);
}
.single_news_col .news_title{
    font-family: "Greta Arabic Bold";
    color : #707070
}
.single_news_col:hover .news_title, .single_news_col:hover .news_date, .single_news_col:hover .news-excerpt{
    color: #fff;
    transition: all .2s !important;
}
.news_date {
    margin-top: 1rem;
    color: #A4A5A6;
    font-size: 1rem;
    display: inline-flex;
    align-items : center;
    gap: 6px;
}
.news_date i {
    font-size: 21px;
    margin-top: -5px;
}
.news_date img{
    margin-left : 10px
}
.news-excerpt{
    font-size: 1rem;
    color: #A4A5A6;
    margin-top: .8rem;
}
.xps_media_single_col .swiper-pagination {
    bottom: 1.8rem !important;
}
.xps_media_single_col .swiper-pagination-bullet{
    width : 12px !important;
    height : 12px !important;
}
.xps_media_single_col .swiper-pagination-bullet{
    background : #A4A5A6 !important;
}
.xps_media_single_col .swiper-pagination-bullet-active{
    background : #16428A !important;
}
.xps_media_single_col .swiper-button-next, .xps_media_single_col .swiper-button-prev{
    top: inherit !important;
    bottom: 1.5rem !important;
    color: var(--color-peru) !important;
    z-index: 100;
}
.xps_media_single_col .swiper-button-next{
    right: 42%;
}
.xps_media_single_col .swiper-button-prev{
    left : 42%
}
.xps_media_single_col .swiper-button-next:after,.xps_media_single_col .swiper-button-prev:after {
    font-size: 12px !important;
}
.event_ft_img {
    border-radius: 15px;
    overflow: hidden;
    max-height: 18em;
}
.event_ft_img img {
    object-fit: cover;
    height: 18em;
    width: 100%;
    transition: all .2s !important;
}
.xps_news_wrapper:hover .event_ft_img img {
    transform: scale(1.05);
    transition: all .5s !important;
    filter: grayscale(1);
}
.event_title {
    font-family: "Greta Arabic Bold";
    color: #707070;
    margin-top: 2rem;
}
.xps_news_wrapper:hover .event_title{
    color: var(--color-peru);
    transition: all .5s !important;
}
.event_desc {
    font-size: 1rem;
    color: #A4A5A6;
    margin-top: 2rem;
}
.xps_news_wrapper:hover .event_desc {
    color: #000;
    transition: all .5s !important;
}
.date_counter {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
}
.date_counter .counter{
    flex-basis: 0;
    flex-grow: 1;
    background: #fff;
    text-align: center;
    padding: 1rem;
    line-height: 1.2;
    border-radius: 15px;
}
.date_counter .counter .ct_num{
    font-size: 3rem;
    color: #8e1838;
}
footer.site_footer .site-footer-top{
    background-color: var(--color-peru);
    background-image: url(../images/footer-bg3.png);
    background-size: auto 375px;
    background-position: -80px center;
    padding: 2.5em 0;
    height: 390px;
    background-repeat: repeat-x;
}
footer.site_footer .site-footer-top .__xps__container{
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
._footer_menu_wrapper{
    width: 100%;
}
.site-footer-top ._footer_menu_wrapper ul{
    padding-right : 3em;
    margin-bottom: 0; 
}
.site-footer-top ._footer_menu_wrapper ul.social_media {
    padding-right: 7rem;
}
.site-footer-top ._footer_menu_wrapper ul li{
    margin-bottom: .2rem;
    color: #fff;
}
.site-footer-top ._footer_menu_wrapper ul li a{
    color : #fff;
    font-size: 1.1rem;
    font-family: 'Greta Arabic';
}
.site-footer-top ._footer_menu_wrapper ul li a.num{
    direction: ltr;
    display: inline-block;
}
.site-footer-top ._footer_menu_wrapper ul.social_media li{
    
}
.site-footer-top ._footer_menu_wrapper ul.social_media li a{
    background: #E3E1DD;
    padding: 6px;
    display: inline-block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 0;
    margin-top : 1rem;
    margin-left: .3em;
}
.site-footer-top ._footer_menu_wrapper ul.social_media li a img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.site-footer-top ._footer_menu_wrapper ul.social_media li a:hover{
    
}
.site-footer-top ._footer_menu_wrapper ul.social_media li a:hover img{
    
}
.site-footer-bottom {
    padding: 1rem 0;
    font-family: "Greta Arabic AR + LT Medium";
}
.site-footer-bottom .ft-txt-left.menu{
    
}
.site-footer-bottom .ft-txt-right {
    font-size: 14px;
}
.site-footer-bottom .ft-txt-left.menu ul{
    font-family: "Greta Arabic AR + LT Medium";
    display: flex;
    justify-content: end;
    gap: 2em;
    margin-bottom: 0;
    font-size: 14px;
}
.site-footer-bottom .ft-txt-left.menu ul li a{
    color : var(--color-peru);
    font-family: "Greta Arabic" !important;
}


/*Sub Page*/
.xps__page_banner {
    height: 700px;
    position: relative
}
.xps__page_banner .hero-banner {
   height : 100%;
   width: 100%;
}
.xps__page_banner .hero-banner .bg {
    height : 100%;
    width: 100%;
    background-image : url(../images/sub-page-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.page-title-col {
    position: absolute;
    bottom: 4rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.parent-title {
    color: var(--color-peru);
    font-family: "Greta Arabic Bold";
    font-size: 3.5em;
    margin-bottom: 1rem;
}
.breadcrumbs {
    font-family: "Greta Arabic AR + LT SemiBold";
    font-size: 1rem;
    color: #707070;
}
.breadcrumbs a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: "Greta Arabic AR + LT SemiBold";
    color: #545454;
}
.breadcrumbs span.current{
    margin-right: 5px;
    color : #8E1838;
    font-family: "Greta Arabic Bold";
}
.xps_page_content{
    padding-top : 5em;
}
.xps_page_content .nav_btn_group{
    
}
.xps_page_content .nav_btn_group .nav-tabs{
    border: none;
    gap: 1.4em;
    justify-content: center;
}
.xps_page_content .nav_btn_group .nav-tabs button{
    border: none;
    border-radius: 20px;
    color: #707070;
    padding: 8px 1em;
    text-align: center;
    transition : all .3s;
    line-height: 17px !important;
}
button:focus{
    outline : none
}
.xps_page_content .nav_btn_group .nav-tabs button:hover{
    background : #e1dfdf;
    transition : all .3s;
}
.xps_page_content .nav_btn_group .nav-tabs button.active{
    background : #8E1838;
    color : #fff;
    transition : all .3s;
}

.page_main_content{
    background-image: url(../images/page-con-bg.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 6em;
    padding-top: 5.5em;
    position: relative;
    /* background-color: whitesmoke; */
}
.page_main_content:after{
    content: '';
    position: absolute;
    bottom: 0;
    left : 0;
    width: 100%;
    height: 90%;
    background: whitesmoke;
    z-index: -1;
}
.xps_aboutus_wrapper{
    background-image: url(../images/abt-con-bg.png);
    background-size: 65%;
    background-position:left 20rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.abt_single_col {
    text-align: center;
    padding: 0 2em;
}
.abt_single_col_icon img {
    max-height: 120px;
}
.abt_single_col_title{
    color : #8E1838;
    font-family: "Greta Arabic Bold";
    margin-top: 1rem;
    font-size: 3.2em;
}
.abt_single_col_content {
    font-family: "Greta Arabic AR + LT Medium";
    margin-top: 2em;
    font-size: 1.4rem;
    color: #776E64;
    line-height: 2;
}
.xps_aboutus_col {
    padding: 1em 0 6em;
}

/*Ask Liabrarian*/
.xps_liabrarian {
    margin: 3em 0;
    text-align: center;
}
.xps_liabrarian_wrap {
    padding: 3em 2rem 7em;
    background: var(--color-peru);
    border-radius: 10px;
    background-image: url(../images/lib-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 100%;
}
.xps_liabrarian_title {
    font-size: 4.2em;
    color: #fff;
}
button.lib_page_link {
    padding: 0;
    border: none;
    margin-top: 2em;
    border-radius: 30px;
    overflow: hidden;
}
button.lib_page_link a {
    background: #8E1838;
    color: #fff !important;
    border: none;
    padding: .9rem 2em;
    font-size: 1.5em;
    display: inline-block;
    font-family: "Greta Arabic AR + LT Medium";
    line-height: 35px !important;
}
button.lib_page_link a:hover{
    background : #fff;
    color : #8E1838 !important;
}
.xps_his_wrap .single_his_col{
    background: #fff;
    padding: 1.2em;
    border-radius: 7px;
    border: 1px solid #bfbbbb;
    margin-bottom: 2em;
}
.his_title {
    font-family: "Greta Arabic Bold";
    font-size: 1.2rem;
}
.his_desc {
    color: #8d8d8d;
    margin-top: 1rem;
}
.his_desc p:last-child{
    margin-bottom : 0;
}

/* Director's Message */
.xps_dir_letter_wrap {
    background: #fff;
    padding: 2em;
    border-radius: 7px;
    border: 1px solid #bfbbbb;
}
._dir_img {
    max-width: 210px;
    background: #f2f2f2;
    display: block;
    float: right;
    margin: 0 0 2em 2em;
    border-radius: 8px;
    overflow: hidden;
}
._dir_img img img{
    width : 100%;
    height : 100%;
    object-fit: cover;
}
._dir_msg {
    color: #7c7979;
}

/* Board Member */
._single_mem_col {
    display: flex;
    align-items: center;
    gap: 2em;
    background: #fff;
    padding: 1em;
    border: 1px solid #bfbbbb;
    border-radius: 7px;
    color: #7c7979;
    margin-bottom: 1.5em;
}
.mem_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
}
.mem_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.mem_name {
    font-family: "Greta Arabic Bold";
    font-size: 1.2rem;
    color : #000
}
.mem_desig {
    color: #7c7979;
}


/* Page News */
.xps_news_wrap{

}
.xps_news_wrap .single_news_col{
    margin-bottom: 2rem;
}
.xps_news_wrap .single_news_col .news-excerpt p
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/* Event Page */
.single_event_wrapper {
    position: relative;
    margin-bottom: 2em;
    overflow: hidden;
    cursor: pointer;
}
.single_event_wrapper ._event_image {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 15px #a19b9b;
}
.single_event_wrapper ._event_image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 100;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.58) 100%);
    transition: all .5s ease-in;
    background: radial-gradient(circle, rgb(16 16 16 / 45%) 45%, rgb(0 0 0 / 90%) 120%);
}
.single_event_wrapper ._event_image:hover:after{
    transition: all .1s ease-in;
    visibility: hidden;
    opacity: 0;
}
.single_event_wrapper ._event_image  .time_det_badge {
    position: absolute;
    bottom: 1rem;
    transform: translateY(-50%);
    right: 5rem;
    transition: all .3s;
    z-index: 1000;
    display: flex;
    gap: 0 1rem;
}
/* .single_event_wrapper:hover ._event_image .time_det_badge{
    right: -100%;
    transition: all .3s;
} */
.single_event_wrapper ._event_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
    position: relative;
}
.single_event_wrapper ._event_image img._event_bg{
    transition: all .5s ease-in;
}
.single_event_wrapper:hover ._event_image img._event_bg {
    /* transform: scale(1.20); */
    transition: all .5s ease-in;
    width: 50%;

}
._event_title_primary {
    position: absolute;
    font-family: 'Greta Arabic AR + LT SemiBold';
    font-size: 3.5rem;
    bottom: 6rem;
    right: 4rem;
    z-index: 1000;
    color: #fff;
}
.single_event_wrapper ._event_image .time_det_badge img{
    width: 50px;
    height: 50px;
    /* background-color: whitesmoke; */
    padding: 9px;
    border-radius: 10px;
    object-fit: contain;
    /* box-shadow: 0 0 11px #545151; */
    margin-left: 5px;
    filter: invert(1) brightness(10);
}
.single_event_wrapper:hover ._event_title_primary,
.single_event_wrapper:hover ._event_image .time_det_badge{
    opacity: 0;
    transition: all .6s ease;
}
.date_slot {
    display: flex;
    align-items: center;
    gap: 5px;
    /* background: var(--color-peru); */
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    padding-left: 15px;
    margin-bottom: 5px;
    /* font-family: "Roadway V1"; */
}

._event_info_wrap {
    position: absolute;
    top: 0;
    /* left: -100%; */
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--color-peru);
    color: #fff;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    transition: all 1.8s;
    z-index: 5;
}
.single_event_wrapper:hover ._event_info_wrap{
    left: 0;
    transition: all .7s;
}
._event_info_title {
    background: #E1A876;
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}
._event_pg_title {
    font-family: "Greta Arabic Bold" !important;
    font-size: 2.4em;
    line-height: 1;
}
._event_date_time{

}
.date__info_slot{
    margin-bottom: .2em;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    font-family: "Greta Arabic Bold" !important;
    gap: 5px;
}
.date__info_slot:last-child{
    margin-bottom: 0;
}
.date__info_slot img{
    width: 25px !important;
    height: 25px !important;
    object-fit: contain !important;
    margin-left: 5px;
}
._event_details {
    height: calc(100% - 110px);
    padding: 2em 2rem 2rem 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
._eve_title {
    font-family: "Greta Arabic Bold";
}
._eve_desc {
    margin-top: 1rem;
}
button._btn_tckt {
    background: #8E1838;
    color: #fff;
    border: none;
    font-family: "Greta Arabic Bold" !important;
    padding: 0.5em;
    margin-top: 2rem;
    width: 215px;
    font-size: 1.2em;
    border-radius: 10px;
    text-align: center;
}
.date_picker_col {
    margin-top: 3em;
    display: flex;
    align-items: center;
    gap: 1rem;
}
._eve_badge{
    background-image: url(../images/date-bg1.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.print_date {
    background-image: url(../images/print_date.png);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e1838;
    /* font-family: "Roadway V1"; */
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: calc(100% - 49px);
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.single_event_wrapper ._event_image:hover .print_date{
    visibility: visible;
}
input.datepicker {
    background-image: url(../images/date-icon.png);
    background-Position: center;
    background-Repeat: no-repeat;
    cursor: pointer;
    border: none;
    height: 50px;
    width: 50px !important;
    background-color: whitesmoke;
    padding: 10px !important;
    background-size: 60%;
    box-shadow: 1px 3px 10px #959393;
    border-radius: 10px;
    text-indent: 80px;
}
.ui-datepicker .ui-datepicker-header{
    background: #E1A876;
}
.ui-widget.ui-widget-content{
    padding: 0;
}
.ui-datepicker th{
    background: var(--color-peru);
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
}
.ui-datepicker th{
    border-right: 1px solid #ddd8d8;
}
.ui-datepicker .ui-datepicker-title select{
    background: #e1a876;
    border: 1px solid #fff;
    margin: 0 3px !important;
    color: #fff;
    padding: 2px 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #877d4d !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
    border-radius: 10px !important;
    margin: auto !important;
    text-align: center !important;
}
.ui-widget.ui-widget-content{
    background: #f5f3f3;
    transform: translate(-50%, 0%);
}


/* Ask a Librarian */
.xps_librarian_wrap{
    background: #fff;
    padding: 5em 5em;
    border-radius: 7px;
    border: 1px solid #bfbbbb;
}

._form_col{
    
}
._form_col p {
    /* text-align: left; */
}
._form_col input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #bfbbbb;
    background: transparent;
    color: #bfbbbb;
    padding: 10px;
    margin-bottom: 25px;
    font-size: inherit;
    appearance: auto;
}
._form_col textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #bfbbbb;
    background: transparent;
    color: #bfbbbb;
    padding: 10px;
    margin-bottom: 25px;
    max-height: 200px;
}
input.submit_btn {
    background: #8E1838;
    color: #fff;
    margin-top: 3em;
    width: 100px;
    height: auto;
    padding: 5px;
    margin-bottom: 0;
}
.page-template-page-ask-librarian input.submit_btn{
    margin-right: auto;
    margin-left: 0;
    display: block;
}
span.wpcf7-spinner {
    display: none;
}
._con_info_wrap {
    padding-right: 4em;
    line-height: 1.7;
}
._con_info {
    margin-top: .5em;
}
._smedia_col {
    margin-top: .5em;
}
._smedia_col a {
    width: 45px;
    height: 45px;
    background: whitesmoke;
    display: inline-flex;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin-left: .1em;
}
._smedia_col a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
._location_map{
    margin-top: 1.8em;
}

/* Archive */
._video_wrap .single_news_col{
    cursor: pointer;
}
._video_wrap .single_news_col .news_thumb{
    position: relative;
}
._video_wrap .single_news_col .news_thumb:after {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    content: '\25BA';
    font-size: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(203 125 49 / 95%);
    z-index: 50;
}
._video_wrap .single_news_col .news_thumb:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(203 125 49 / 50%);
    visibility: hidden;
    z-index: 30;
}
._video_wrap .single_news_col:hover .news_thumb:before{
    visibility: visible;
}

/* Login Form in Home page */
.modal-backdrop{
    z-index: 10000;
}
.home_login_form  {
    z-index: 10500;
}
.home_login_form .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 600px;
    border-radius: 40px !important;
    background: whitesmoke;
    overflow: hidden;
}
.home_login_form .modal-body {
    padding: 3em;
    border: none;
}
.home_login_form form{
    margin-top: 1em;
}
.home_login_form form input {
    border: none;
    height: 55px;
    box-shadow: -1px 2px 8px #b3abab;
    border-radius: 20px;
}
.home_login_form form input::placeholder{
    color: #ddd;
}
button.btn.btn-primary.submit_btn{
    border: none;
    background: #8E1838;
    color: #fff;
    font-family: "Greta Arabic Bold";
    padding: 10px 2rem;
    border-radius: 3rem;
    margin-right: auto;
    display: inherit;
    margin-top: 2rem;
}
.__form_title {
    color: #8E1838;
    font-family: "Greta Arabic Bold";
    font-size: 2em;
}
.home_login_form form label {
    color: #857f7f;
    font-family: "Greta Arabic Bold";
    /* color: #c3c1c1; */
}

/* Single Event */
.__single_event_wrapper {
    font-family: "Greta Arabic AR + LT SemiBold";
    padding-bottom: 8em;
}
.post_title {
    color: #8E1838;
    font-family: "Greta Arabic Bold";
    font-size: 2.5em;
}
.single_event_det_ {
    margin-top: 1.5em;
    color: #776E64;
    /* max-height: 450px; */
}
.post_featured_image {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: -2px 2px 15px #8b8989;
    max-height: 450px;
}
.post_featured_image img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}
.single_event_info_container{
    padding-right: 2em;
}
.event_short_desc, .event_date_info {
    
}
.event_date_info {
    margin-top: 2em;
    display: flex;
    gap: 8em;
}
.ev_dt_title {
    color: #16428A;
    font-family: "Greta Arabic Bold";
    font-size: 1.2em;
    border-bottom: 1px solid;
    width: fit-content;
    margin-bottom: 0.6em;
}
._event_location {
    margin-top: 2em;
}
._event_capacity{
    margin-top: 2em;
}


/* Single News Page */

.__single_news_wrapper {
    font-family: "Greta Arabic AR + LT SemiBold";
    padding-bottom: 8em;
}
.single_news_info_container {
    padding-right: 2em;
}
.single_news_det_ {
    margin-top: 1.5em;
    color: #776E64;
    max-height: 450px;
}
.single_news_det_ .news_date {
    color: #16428A;
    font-family: "Greta Arabic Bold";
    font-size: 1.2em;
    width: fit-content;
    margin-bottom: 0.6em;
}
.single_news_det_ .news_date span {
    margin-left: 4px;
}

/* Search Form */
.asl_w_container{
    width: 200px !important;
    margin-bottom: 1rem !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}
div.asl_m,div.asl_m .probox{
    overflow: visible !important;
}
div.asl_w .probox .promagnifier{
    background: #e3e1dd;
    border: none;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--color-peru);
    font-size: 23px;
    box-shadow: 0 0 15px #d5c7c7;
    margin-bottom: 1rem;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    margin-left: 0 !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
    height: 40px !important;
    border-radius: 10px !important;
}
div.asl_w .probox .promagnifier{
    width: 40px !important;
    height: 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    box-shadow: 0 0 15px #afadad !important;
    overflow: hidden;
    border: none !important;
}
div.asl_m .probox .promagnifier .innericon svg {
    width: 27px !important;
}
form #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    color: #000 !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    height: 40px !important;
    text-align: right;
}
#ajaxsearchlite1:hover .probox{
    border: 1px solid #ddd !important;
}
div.asl_r .results .item .asl_content {
}
div.asl_s.searchsettings .asl_option_label{
    color: inherit !important;;
}

/* Search Form New */
.search_block{
    display: flex;
    align-items: center;
    background: #ededed;
    border-radius: 6px;
    padding: 0;
    margin-bottom: 10px;
}
.search_block .platform_col{
    border-left: 1px solid rgb(203 125 49 / 21%);
    padding-left: 12px;
    margin: 5px;
}
.search_block select.search_platform{
    border: 0;
    background: transparent;
    height: 36px;
    padding: 0 10px;
    min-width: 110px;
}
.search_block .form_col{}
.search_block .form_col .search-field{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 5px;
    height: 36px;
}
.search_block .form_col .search-submit{
    position: relative;
    border: 0;
    height: 45px;
    width: 45px;
    background: #cb7d31;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}
.search_block .form_col .search-submit:hover{
    background: #15428a;
}
.search_block .form_col .search-submit::after{
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.search_block .form_col .catalog_form{
    display: none;
}


/***/
._event_registration {
    margin-top: 6rem;
    border-top: 1px solid #cb7d31;
    padding-top: 2rem;
}
.single_event_det_ h3 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}
._event_registration .form-row {
    margin-bottom: 1rem;
}
._event_registration .form-row label {
    font-weight: 600;
}
._event_registration .form-row  input{
    height: 50px;
    border: 1px solid #cb7d31;
    border-radius: 0;
}
._event_registration .form-row .btn-submit{
    min-width: 150px;
    height: 45px;
    background: #cb7d31;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 8px;
    transition: all 0.3s;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}
._event_registration .form-row.submit{
    margin-top: 2rem;
}
._event_registration .form-row.submit p {
    margin-left: auto;
}

/** Exhibition Map **/
.exhi_map_container{

}
.exhi_map_container .mapframe_head{
    margin-bottom: 8px;
}
.exhi_map_container .mapframe_head .btn_max_mini{
    background: #cbc2ab;
}
.exhi_map_container .mapframe_body{}
.exhi_map_container .map_frame{
    width: 100%;
    height: 640px;
    border: 1px solid #ccc;
    transition: height 0.5s ease;
}
.exhi_map_container.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 100000;
    padding: 2rem;
    width: 100%;
    height: 100%;
    transition: height 0.5s ease;
}
.exhi_map_container.fullscreen .map_frame{
    height: calc(100vh - 6rem);
}

.header-top-menu-wrapper .mobile_menu {
    border: none;
    background: transparent;
}

.single_photo_det_ {
    padding: 3rem 0;
}

.__single_photo_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.__single_photo_wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__single_photo_wrapper .swiper-slide img {
    max-height: 460px;
    object-fit: contain;
}
.__single_photo_wrapper .swiper {
}

.__single_photo_wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.__single_photo_wrapper .mySwiper2 {
    background: #e9e8e8;
    padding: 2rem 0;
    border-radius: 10px 10px 0 0;
    border: 2px solid #ddd;
    border-bottom: none;
}

.__single_photo_wrapper .mySwiper2 .swiper-slide img {
    padding: 2rem;
    height: 435px;
    object-fit: contain;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
}

.__single_photo_wrapper .mySwiper {
    margin-top: 3rem;
}
.__single_photo_wrapper .mySwiper img {
    height: 240px;
    object-fit: cover;
    width: auto;
}
.__single_photo_wrapper .mySwiper .swiper-slide {
    height: 100%;
    /* opacity: 0.4; */
    /* background: #e7e7e7; */
}

.__single_photo_wrapper .mySwiper .swiper-slide img {
    /* height: 300px;
    width: 100%;
    object-fit: cover; */
}

.__single_photo_wrapper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.__single_photo_wrapper .mySwiper .swiper-slide {
    transform: scale(.8);
}
.__single_photo_wrapper .mySwiper .swiper-slide-thumb-active {
    transform: scale(1);
    /* background: #dda56f; */
    padding: 5px;
    border-radius: 5px;
    /* box-shadow: 0 0 15px #aba9a9; */
}

.photoGallerySwiper .swiper-button-next, .photoGallerySwiper .swiper-button-prev{
    color: var(--color-peru);
}
.photoGallerySwiper .swiper-button-next{
    
}
.photoGallerySwiper .swiper-button-prev{

}
.photo_gallery_det {
    background-color: #f1eeee;
    padding: 3rem 0;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 0 0 10px 10px;
}
.ph_title{
    font-weight: 600;
}
.ph_desc{
    margin-top: 5px;
    color: #333;
}

.terms_condition table {
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    width: 100%;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 3px 40px #d1cece;
}
.terms_condition td{
    border: 2px solid #fff;
    padding: 18px 10px;
    min-height: 80px !important;
    background-color: #fff;
}
.terms_condition td.bg-org {
    background: #f4b084;
}
.terms_condition td span.red {
    color: #ff020f;
}
.terms_condition td.bg-yellow{
    background: #E3E1DD;
}
.terms_condition .diagonal {
    position: relative;
}
.terms_condition .diagonal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.terms_condition .top-left, .bottom-right {
    position: absolute;
    font-weight: bold;
    z-index: 1;
}
.terms_condition .top-left {
    top: 5px;
    left: 10px;
}
.terms_condition .bottom-right {
    bottom: 5px;
    right: 10px;
}
.terms_condition span.up {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color-peru);
    height: 50%;
}
.terms_condition span.down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #E3E1DD;
    height: 50%;
    padding: 25px 0;
}
/*Media query*/
@media (min-width: 576px) {
    .home_login_form .modal-dialog{
        max-width: 60%;
    }
}
@media screen and (min-width: 993px) {
    .mobile_view{
        display: none;
    }
}
@media(min-width :992px){
    
}
@media(min-width :1201px){
    .search_block{
        display: flex;
    }
}
@media(min-width :1400px){
    
}
@media(min-width :1500px){
   
}
@media(min-width :1600px){
    
}



@media(max-width :1600px){
    ul#menu-primarymenuar{
        gap: 8rem;
    }
}
@media(max-width :1500px){
    ul#menu-primarymenuar{
        gap: 5rem;
    }
}
@media(max-width :1400px){
    ul#menu-primarymenuar{
        gap: 3rem;
    }
}
@media(max-width :1300px){
    ul#menu-primarymenuar{
        gap: 3rem;
    }
    .brand-logo img{
        max-height: 45px;
        padding-left: 10px;
    }
}
@media(max-width :1200px){
    .brand-logo{
        width: 130px;
    }
    .header-bottom-menu-wrapper {
        padding: 0;
    }
    .menu.mean-container {
    position: relative;
    margin-left: auto;
    }
    .mean-container .mean-bar {
        float: none !important;
        z-index: 10000 !important;
        position: relative !important;
        clear: both !important;
        background: none !important;
    }
    .mean-container a.meanmenu-reveal {
        border: 1px solid white;
        padding: 8px !important;
        border-radius: 5px;
        top: 50% !important;
        transform: translateY(-50%);
    }
    .mean-container .mean-nav {
        position: absolute !important;
        top: 55px !important;
        float: none !important;
        background: #fff !important;
        margin-top: 0 !important;
        width: 300px !important;
    }
    .mean-container .mean-nav ul{
        min-width: 255px;
        width: auto;
        margin-right: auto;
        flex-direction: column;
        /* max-height: 500px; */
        overflow-y: scroll;
        overflow-x: hidden;
        gap: 0 !important;
        background: whitesmoke;
    }
    .mean-container .mean-nav ul li{
        padding-bottom: 0 !important;
        margin-right: 0;
        float: none !important;
    }
    .mean-container .mean-nav ul li a{
        color: var(--color-peru) !important;
        text-align: right !important;
        border-radius: 0 !important;
        border: none !important;
        height: 45px;
        line-height: 45px !important;
        border-bottom: 1px solid #f3eaea !important;
        opacity: 1 !important;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        left: 0 !important;
        right: inherit !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 29px !important;
        font-weight: 100 !important;
        font-family: 'Greta Arabic' !important;
    }
    .mean-container .mean-nav ul li ul.sub-menu {
        position: relative !important;
        transform: none !important;
        opacity: 1 !important;
        background: #fff !important;
        visibility: visible !important;
    }
    .mean-container .mean-nav ul li:hover ul.sub-menu{
        transform: none !important;
        transition: none !important;
    }
    .archive_slider_wrapper .swiper-slide{
        height: 32em;
    }
}
@media(max-width :992px){
    div#navbarNavDropdown {
        display: none;
    }
    .header-top-menu-wrapper .mobile_view {
        display: block;
        margin-left: auto;
    }
    .header-top-menu-wrapper .mobile_menu>a {
        border: 2px solid #ffffff;
        border-radius: 5px;
        width: 40px;
        height: 39px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-peru);
        font-size: 25px;
    }
    .header-top-menu-wrapper .mobile_menu>a i.fa-bars {
        display: block;
    }
    .header-top-menu-wrapper .mobile_menu>a i.fa-xmark {
        display: none;
    }
}
@media(max-width :768px){
    
}
@media(max-width :576px){
    #site-header .header-top-menu .header-top-menu-wrapper{
        gap: 10px;
    }
    .header-bottom-menu {
        padding-bottom: .8rem;
    }
    .search_block{
        background: none;
        margin-bottom: 0;
    }
    .website_form form {
        display: flex;
    }
    .search_block .platform_col,select.form-select.search_platform {
        display: none;
    }
    .brand-logo {
        margin-bottom: 0;
    }
    .search_block .form_col .search-field{
        height: 44px;
        background: #ededed;
        max-width: 190px;
    }
    section.xps__main_banner{
        height: 278px;
        margin-top: 140px;
    }
    .main_banner_wrapper {
        height: 100%;
        width: 100%;
    }
    .main_banner_wrapper .main_banner_img{
        background-position: center 140px;
    }
    .banner-icon{
        width: 95%;
        bottom: -18px;
        top: inherit;
    }
    .banner-icon .icon_col{
        flex: 1;
    }
    .banner-icon .icon_col .bn_bt_icon{
        width: 35px;
    }
    .banner-icon .icon_col .icon_title{
        margin-top: 3px;
        font-size: 14px;
    }
    section.archive{
        padding: 3rem 0;
    }
    .archive_slider_wrapper .swiper-slide {
        height: 20em;
    }
    .archive_slider_wrapper .swiper-slide {
        height: 20em;
    }
    .tree-tapestry{
        padding: 2em 0 2em;
        background-repeat: repeat;
        background-size: 10px;
        background-attachment: fixed;
    }
    .nested-tapestry {
        display: block;
    }
    .nested-tapestry img{
        max-width: 100%;
    }
    .about-us {
        margin-top: 2rem;
    }
    .xps_house_wrapper {
        display: block;
    }
    .book_title_section {
        width: 100%;
        padding: 2rem 0;
        display: block;
    }
    .book_title_section .xps_bk_title{
        font-size: 3em;
        text-align: center;
    }
    .book_title_section .xps_bk_title br{
        display : none
    }
    .book_title_section img {
        transform: translate(0);
        margin: auto;
        display: block;
        margin-top: 1rem;
        max-height: 20px;
    }
    .book_subscribe_section {
        width: 100%;
    }
    .book_subscribe_section{
        padding: 1rem;
    }
    .subscribe_col {
        /* display: block; */
    }
    .book_subscribe_section .subs_title{
        font-size: 2rem;
    }
    .book_subscribe_section .subs_sub_title{
        font-size: 1.2rem;
        margin-top: 0;
    }
    .book_subscribe_section button.sign_in,._login_details .register_new {
        margin-right: auto;
        width: 140px;
        padding: 8px 20px;
        font-size: 17px;
    }
    ._login_details {
        padding: 0;
    }
    #mailpoet_form_1 .mailpoet_message{
        padding: 0;
    }
    ._login_details a.no_account{
        font-size: 1.2rem;
    }
    .book_subscribe_Slider .book_subscribe.swiper-button-next{
        left: -5px
    }
    .book_subscribe_Slider .book_subscribe.swiper-button-prev{
        right: -5px;
    }
    #mailpoet_form_1 form.mailpoet_form{
        display: grid;
        grid-template-columns: 5fr 1fr;
        padding: 12px 10px !important;
    }
    .book_subscribe_Slider .mail_icon{
        font-size: 5rem;
    }
    .book_subscribe_Slider .subscribe_block,.login_thr {
        margin-top: 1.5rem;
    }
    .book_my_house {
        background-size: 13px;
        background-repeat: repeat;
    }
    button.sc_login_btn{
        height: 50px;
        font-size: 15px;
        margin: auto;
        display: block;
    }
    .book_subscribe_section:after{
        border-width: 0 0 60px 60px;
    }
    .login_th_title{
        font-size: 1.2rem;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 37%;
        background: #ffffff82;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
    }
    .book_subscribe_Slider .book_subscribe.swiper-button-next::after, .book_subscribe_Slider .book_subscribe.swiper-button-prev::after{
        font-size: 15px;
    }
    .swiper-button-prev, .swiper-button-next {
        background: #ffffff82!important;
        border-radius: 50%!important;
        width: 25px!important;
        height: 25px!important;
        text-align: center!important;
    }
    .xps-media_section {
        padding: 2rem 0;
    }
    .single_news_col {
        display: block;
    }
    .single_news_col .news_thumb {
        width: 100%;
        height: auto;
    }
    .single_news_col .nexs_desc {
        width: 100%;
        margin-top: 1rem
    }
    .xps_news_wrapper{
        padding: 1rem .5rem;
    }
    .xps_media_single_col .swiper-pagination{
        display: none
    }
    .xps_media_single_col .swiper-button-next, .xps_media_single_col .swiper-button-prev{
        bottom: 1rem !important;
    }
    .xps_news_wrapper h1{
        padding: 0 1rem;
    }
    .xps_news_wrapper{
        height: auto;
        margin-bottom: 1rem;
    }
    .xps_media_single_col {
        margin-top: 0rem;
    }
    h1 {
        font-size: 1.9rem !important;
    }
    .date_counter{
        margin-top: 1rem;
    }
    .date_counter .counter{
        padding: 2px;
    }
    .date_counter .counter .ct_num{
        font-size: 2rem;
    }
    footer.site_footer .site-footer-top{
        height: auto
    }
    .site-footer-top ._footer_menu_wrapper ul{
        padding-right: 0em;
        margin: 1rem 0;
    }

    .footer_logo img {
        width: 100px;
        max-width: auto;
    }

    .site-footer-top ._footer_menu_wrapper ul.social_media{
        padding-right: 0;
    }
    .site-footer-bottom .ft-txt-left.menu ul {
        padding-right: 0;
        flex-wrap: wrap;
        gap: .5rem 1rem;
        justify-content: normal;
    }
    nav.mean-nav {
    }

    .page-title-col {
        transform: translate(-50%, -50%);
        width: 100%;
        top: 58%;
    }
    .parent-title{
        font-size: 2rem;
    }
    .xps__page_banner {
        height: 300px;
        position: relative;
        margin-top: 45px;
    }
    .page_main_content{
        margin-top: 2em;
        padding-top: 2em;
        background-color: whitesmoke;
    }
    .post_title{
        font-size: 1.8rem;
    }
    .xps_page_content {
        padding-top: 2em;
    }
    .xps_page_content .nav_btn_group .nav-tabs {
        padding-right: 0;
        gap: 1rem;
    }
    .xps_liabrarian_title{
        font-size: 1.5em;
    }
    .xps_liabrarian_wrap{
        padding: 1em 1rem 1em;
    }
    button.lib_page_link{
        margin-top: 1em;
    }
    button.lib_page_link a{
        padding: .3rem 1em;
        font-size: 1.1em;
    }
    .xps_liabrarian {
        margin: 1em 0;
    }


}




