:root{
    --primary-color:#522d24;
    --secondary-color:#79abde;
    --bg-color:#d0c7c8;
    --bg-color2:#222;
    --facebook:#4862a3;
    --twiiter:#1da1f2;
    --whatsapp:#229e0e;
    --telegram:#31aae6;
}
@font-face {
    font-family: "expo";
    src: url("fonts/expo-arabic-book.ttf");
    font-display: swap;
}
@font-face {
    font-family: "expo-bold";
    src: url("fonts/expo-arabic-bold.ttf");
    font-display: swap;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'expo';
    background: #fff;
    color: var(--primary-color);
}
.wp_btn{
    outline: 0 !important;
    border: 0 !important;
    background: var(--primary-color);
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px !important;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none !important;
    transition: .3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: none !important;
}
.wp_title{
    font-family: 'expo-bold';
    font-size: 36px;
    line-height: 1.6;
    color: var(--bg-color2);
}
.wp_title span{
    color: var(--secondary-color);
}
/******/
.header_sec.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.wp_nav{
    background: var(--primary-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.wp_nav .navbar-light{
    background: none !important;
}
.wp_nav .navbar-brand{
    color: #fff !important;
    font-size: 30px;
    font-family: 'expo-bold';
}
.wp_nav .navbar-brand img{
    width: 53px;
}
.wp_nav .nav-item{

}
.wp_nav .nav-link{
    transition: .3s ease-in-out;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
}
.wp_nav .nav-link:hover{
    opacity: .8;
}
.wp_nav button.nav-link{
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
}
.wp_nav .wp_btn{
    color: #000 !important;
    background: var(--bg-color);
}
.wp_nav .wp_btn:hover{
    opacity: .8;
}
.wp_nav .navbar-toggler{
    color: var(--bg-color);
    border: 0;
    font-size: 25px;
    outline:0;
    border:0;
}
.wp_nav .navbar-nav .dropdown-menu{
    padding: 0;
    background: var(--primary-color);
    border: 0;
}
.wp_nav .navbar-nav .dropdown-menu .dropdown-item{
    transition: .3s ease-in-out;
    padding: 10px 7px;
    color: #fff;
}
.wp_nav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background: var(--primary-color);
    opacity: .8;
    padding-right: 10px;
}
/***/
.hook_sec{
    background: var(--primary-color);
    color: #fff;
    height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hook_sec .img-box{

}
.hook_sec .wp_title{
    color: #fff;
}
.hook_sec .img-box img{

}
.hook_sec .bio{
    opacity: .8;
    font-size: 16px;
    margin: 20px 0px;
}
.search_box{
    width: 100%;
    padding:15px 0;
}
.search_box .dropdown-toggle{
    border: 0;
    padding: 10px;
    border-radius: 10px;
    outline: 0 !important;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: 0 !important;
    outline-offset: 0;
    box-shadow: none;
}
.search_box .dropdown-toggle .filter-option-inner{
    text-align: right;
}
.search_box .wp_btn{
    display: block;
    width: 100%;
    background: var(--secondary-color);
}
.search_box .dropdown.bootstrap-select{
    border-radius: 10px;
}
.search_box .bs-searchbox .form-control{
    box-shadow: none;
}
/*********/
.wp_posts{

}
.wp_posts .wp_title{
    color: var(--primary-color);
    font-size: 25px;
}
.post_block{
    padding: 10px;
    margin-top: 15px;
    display: block;
    width: 100%;
    transition: .3s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.post_block:hover{
    background: var(--bg-color);
}
.post_block .title{
    color: #3a3a3a;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
}
.post_block .title .text-danger{
    color: var(--primary-color) !important;
}
.post_block .description{
    line-height: 1.8;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 50px;
}
.post_block .description img,
.post_block .description iframe{
    display: none;
}
.post_block .description p,
.post_block .description div,
.post_block .description span{
    max-width: 100%;
}
.post_block .read_more {
    float: left;
    display: inline-block;
    background: var(--primary-color);
    padding: 3px 8px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;
}
.post_block .data{
    margin: 0;
    font-size: 11px;
}
.post_block .data i{
    opacity: .6;
}
.post_block .data span{
    color: #8a8a8a;
}
.post_block .data a,
.wp_post .intro .data a{
    color: #4c4c4c;
}
/******/
.wp_counter{
    padding: 50px 0;
    background: #f5f6f8;
    color: #222;
}
.wp_counter .block{
    text-align: center;
    margin: 25px 0;
}
.wp_counter .block img{

}
.wp_counter .block h2{
    font-size: 50px;
    margin: 10px 0;
    font-family: 'expo-bold';
    color: var(--primary-color);
}
.wp_counter .block p{
    font-size: 19px;
    margin: 0;
}
/*****/
.wp_footer{
    padding-top: 40px;
    background: var(--secondary-color);
    color: #fff;
}
.wp_footer .block{

}
.wp_footer .block.follow{

}
.wp_footer .block.follow .logo{

}
.wp_footer .block.follow .logo img{
    width: 105px;
}
.wp_footer .block.follow .bio{
    color: #fff;
    font-size: 13px;
    margin:25px 0;
    opacity: .9;
    font-family: 'expo-bold';
}
.wp_footer .block.follow .social{

}
.wp_footer .block.follow .social li{
    display: inline-block;
}
.wp_footer .block.follow .social li a{
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #4A3656;
    color: #4A3656;
    opacity: .6;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 17px;
    transition: .3s ease-in-out;
    margin-top: 10px;
}
.wp_footer .block.follow .social li a:hover{
    opacity: 1;
}
.wp_footer .block.follow .social li a i{

}
.wp_footer .links{

}
.wp_footer .links li{

}
.wp_footer .links li a{
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    transition: .3s ease-in-out;
}
.wp_footer .links li a:hover{
    opacity: .8;
}
.wp_footer .block h2{
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff;
}
.wp_footer .block .info{
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #222;
    font-weight: bold;
}
.wp_footer hr{
    border-color: #8e8e8e;
    margin-bottom: 0;
}
.wp_footer .copy{
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 0;
    color: #000;
    background: var(--bg-color);
}
.wp_footer .copy span{
    font-weight: bold;
}
/*****/
.auth_form{
    padding: 50px 0;
}
.wp_form .wp_title {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
    color: var(--primary-color);
}
.form-control {
    border: 1px solid #ddd !important;
    border-radius: 0;
    height: 50px;
    box-shadow: none !important;
}
.auth_form .dropdown-toggle{
    border-radius: 0;
    height: 50px;
    box-shadow: none !important;
    padding: 0 10px;
    line-height: 50px;
    text-align: right !important;
    background: #fff;
    outline: 0;
}
.filter-option {
    text-align: right !important;
}
.auth_form .show > .btn-light.dropdown-toggle,
.auth_form .dropdown-toggle.btn-light:hover{
    background: #fff !important;
}
.iti{
    width: 100%;
    direction: ltr;
}
form .wp_btn{
    height: 50px;
}
.invalid-feedback{
    font-size: 11px;
    display: block;
}
.is-invalid{
    border-color: #e10b0b !important;
}
/****/
.wp_setting{
    padding: 30px 0;
}
.wp_side_menu{
    padding: 0;
    margin-bottom: 20px;
    background: var(--primary-color);
    list-style: none;
    color: #fff;
}
.wp_side_menu li{

}
.wp_side_menu li a{
    display: block;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    opacity: .9;
    border-bottom: 1px solid #808080;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-size: 14px;
}
.wp_side_menu li i{
    margin-left: 5px;
}
.wp_side_menu li a:hover{
    background: var(--secondary-color);
}
.required_mark{
    color:red;
}
.wp_setting .wp_title{
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'expo-Bold';
}
/***/
.pagination{
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 20px;
}
.pagination .page-item{
    display: inline-block;
}
.pagination .page-link{
    border: 1px solid #ddd;
    border-radius: 0 !important;
    color: var(--primary-color);
    font-family: 'expo-bold';
    transition: .3s ease-in-out;
    box-shadow: none;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link{
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
/*********/
.update_bookmark{
    background: none;
    box-shadow: none !important;
    border: 0;
    transition: .3s ease-in-out;
}
.update_bookmark.active,
.update_bookmark:hover{
    background: #e3e333 !important;
}
/*****/
.wp_page{
    padding: 30px 0;
}
/****/
.cus_editor img,
.cus_editor p,
.cus_editor div,
.cus_editor iframe,
.cus_editor span{
    max-width: 100%;
}
.wp_post .description{
    line-height: 1.8;
    font-size: 17px;
    color: #000;
    border: 1px solid #e8e8e8;
    padding: 20px 10px;
    margin-bottom: 15px;
    border-top: 0;
}
.wp_post .intro{
    background: #f2f4fa;
    border: 1px solid #e8e8e8;
}
.wp_post .p1,
.wp_post .p2{
    padding: 20px 10px;
    border-bottom: 1px solid #e8e8e8;
}
.wp_post .p1{
    border-bottom: 1px solid #e8e8e8;
}
.wp_post .intro .title{
    font-family: 'expo-bold';
    color: #000;
    font-size: 19px;
    line-height: 1.7;
    margin: 0;
}
.wp_post .intro .title .text-danger{
    color: var(--primary-color) !important;
}
.wp_post .intro .data{
    margin: 0;
    font-size: 13px;
}
.wp_social_post a{
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    text-align: center;
}
.wp_social_post a.facebook{
    background: var(--facebook);
}
.wp_social_post a.twitter{
    background: var(--twiiter);
}
.wp_social_post a.whatsapp{
    background: var(--whatsapp);
}
.wp_social_post a.telegram{
    background: var(--telegram);
}
.wp_post .actions{
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    margin: 0;
    border-left: 0;
    border-top: 0;
}
.wp_post .actions .btn{
    box-shadow: none;
    background: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    border-radius: 0;
    height: 100%;
    transition: .3s ease-in-out;
    border: 0;
    border-left: 1px solid #e8e8e8;
}
.wp_post .actions .btn.report_btn:hover{
    background: #c11b1b;
    color: #fff;
}
.wp_post .actions .btn.contact_btn:hover{
    background: #118439;
    color: #fff;
}
/******/
.wp_404{
    text-align: center;
    height: 100vh;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.wp_404 h1{
    font-family: 'expo-black';
    font-size: 150px;
}
.wp_404 p{
    font-size: 25px;
    margin: 20px 0;
    font-family: 'expo-bold';
}
/*********/
textarea{
    min-height: 110px !important;
}
.wp_contact{
   padding: 30px 0;
}
.wp_contact .wp_title{
    text-align: center;
    font-size: 35px;
    color: var(--primary-color);
}
.wp_contact form{
    background: var(--bg-color);
    padding: 20px;
    margin-top: 20px;
}
.wp_contact form input{
    height: 50px;
    border: 0;
    box-shadow: none !important;
    border-radius: 0;
}
.wp_contact form .form-group{
    margin-bottom: 20px;
}
.bootstrap-select .dropdown-toggle{
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    outline-offset:0 !important;
    border-radius: 10px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: 0 !important;
}
.bootstrap-select .filter-option-inner-inner{
    text-align: right;
}
.wp_contact form textarea{
    box-shadow: none !important;
    border: 0;
    height: 150px;
    resize: none;
    border-radius: 0;
}
.wp_contact .wp_btn{
    height: 50px;
}
.wp_contact .img-box{
    margin-bottom: 20px;
    background: var(--primary-color);
    height: 100%;
}
.wp_contact .img-box .profile{
    display: block;
    margin: 0 auto;
    width: 150px;
}
form .dropdown-menu{
    padding: 0;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a{
    padding: 10px;
    transition: .3s ease-in-out;
}
.bootstrap-select .dropdown-menu li a:hover,
.dropdown-item.active,
.dropdown-item:active{
    background: var(--primary-color);
    color: #fff;
}
.wp_contact .img-box .con_info{
    display: block;
    text-decoration: none;
    margin-top: 20px;
    font-family: 'Tahoma';
    color: var(--primary-color);
}
.wp_contact .img-box .con_info:hover span{
    color: var(--primary-color);
}
.wp_contact .img-box .con_info i{
    opacity: .7;
    margin-left: 5px;
}
.wp_contact .img-box .con_info span{
    color: var(--secondary-color);
    font-size: 15px;
    transition: .3s ease-in-out;
}
/*****/
.wp_side_nav .block{
    margin-bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wp_side_nav .block h2{
    font-size: 15px;
    font-family: 'expo-bold';
    background: var(--primary-color);
    color: #fff;
    padding: 15px 5px;
    margin: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.wp_side_nav .block ul{
    background: #fff;
}
.wp_side_nav .block li{

}
.wp_side_nav .block li a{
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 13px 5px;
    color: #3a3a3a;
    transition: .3s ease-in-out;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
}
.wp_side_nav .block li a:hover{
    background: #f5f6f8;
}
.wp_side_nav .block .cus_editor{
    padding: 10px 5px;
}
/*******/
.wp_search{
    background-color: var(--bg-color) !important;
    padding: 0;
    width: 100%;
}
.wp_search .bg-light{
    background: none !important;
}
.wp_search .collapse.show{
    /*padding: 15px;*/
}
/********/
/*Payment-form*/
#payment-form-container{

}
#payment-form-container{

}
#payment-form-container button[type='submit']{
    margin-top: 20px;
    border-radius: 0;
}
#payment-form-container #error-handler{
    color: #e30404;
    text-align: center;
    direction: ltr;
    font-size: 14px;
}
.disable_form_container{
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: none;
}
.disable_form_container i{
    margin-left: 2px;
    font-size: 25px;
}
.disable_form_container span{
    font-family: 'expo-bold';
}
#payment-form-container .secure_txt{
    color: #919191;
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 11px;
}
/********/
#contact_modal .block{
    background: #dddddd;
    margin: 10px 0;
    padding: 10px 5px;
    color: #000;
}
#contact_modal .block p{
    margin: 0;
}
#contact_modal .block a{

}
#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999; }
#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
    width: 100px;
}
.fr-wrapper div:first-child {
    display: none !important;
}
p[data-f-id="pbf"] {
    display: none !important;
}
.post_image_block{
    padding: 10px;
    border: 1px solid #fffcfc;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}