:root{
    --primary-color:#fd5a27;
    --secondary-color:#e2e2e2;
    --bg-color:#282b2c;
    --bg-color2:#3a3a3a;
    --facebook:#4862a3;
    --twiiter:#1da1f2;
    --whatsapp:#229e0e;
    --telegram:#31aae6;
}
@font-face {
    font-family: "tajawal";
    src: url("fonts/Tajawal-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: "tajawal-bold";
    src: url("fonts/Tajawal-Bold.ttf");
    font-display: swap;
}@font-face {
    font-family: "tajawal-black";
    src: url("fonts/Tajawal-Black.ttf");
    font-display: swap;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'tajawal';
    background: #fff;
    color: var(--bg-color);
}
.wp_section{
    padding: 80px 0;
}
.wp_btn{
    outline: 0 !important;
    border: 0 !important;
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 10px 20px !important;
    font-size: 19px;
    line-height: 1.5;
    text-decoration: none !important;
    transition: .3s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: none !important;
    text-align: center;
}
.wp_btn:hover{
    background: var(--secondary-color);
    color: var(--bg-color);
}
.wp_title{
    font-family: 'tajawal-bold';
    font-size: 36px;
    line-height: 1.6;
    color: var(--bg-color2);
}
.wp_title span{
    color: var(--secondary-color);
}
/******/
.wp_nav{
    background: var(--bg-color);
}
.wp_nav .navbar-light{
    background: none !important;
}
.wp_nav .navbar-brand{

}
.wp_nav .navbar-brand img{
    width: 125px;
}
.wp_nav .nav-item{
    margin: 0 15px;
}
.wp_nav .nav-link{
    transition: .3s ease-in-out;
    color: #fff !important;
    cursor: pointer;
}
.wp_nav .nav-link:hover{
    color: var(--primary-color) !important;
}
.wp_nav button.nav-link{
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
}
.wp_nav .wp_btn{

}
.wp_nav .wp_btn:hover{
    color: #fff !important;
}
.wp_nav .navbar-toggler{
    color: var(--secondary-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;
}
.wp_footer{
    padding-top: 40px;
    background: var(--bg-color);
    color: #fff;
}
.wp_footer .block{

}
.wp_footer .block.follow{

}
.wp_footer .block.follow .logo{
    text-align: center;
    display: block;
}
.wp_footer .block.follow .logo img{
    width: 130px;
}
.wp_footer .block.follow .bio{
    color: #fff;
    font-size: 13px;
    margin:25px 0;
    opacity: .9;
    font-family: 'tajawal-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 #fff;
    color: #fff;
    opacity: .6;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 17px;
    transition: .3s ease-in-out;
}
.wp_footer .block.follow .social li a:hover{
    opacity: 1;
}
.wp_footer .block.follow .social li a i{

}
.wp_footer .links{
    text-align: center;
    margin: 0;
}
.wp_footer .links li{
    display: inline-block;
    margin: 0px 5px;
}
.wp_footer .links li a{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    margin-bottom: 0px;
    display: block;
    transition: .3s ease-in-out;
}
.wp_footer .links li a:hover{
    opacity: .8;
}
.wp_footer .block h2{
    font-family: 'tajawal-bold';
    font-size: 17px;
    margin-bottom: 20px;
}
.wp_footer .block .info{
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.wp_footer hr{
    border-color: #8e8e8e;
    margin-bottom: 0;
}
.wp_footer .copy{
    text-align: center;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'tajawal-bold';
    padding: 30px 0;
}
.wp_footer .copy span{
    color: var(--secondary-color);
}
/*****/
.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;
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'tajawal-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: 'tajawal-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;
    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: 'tajawal-bold';
    color: #000;
    font-size: 19px;
    line-height: 1.7;
    margin: 0;
}
.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: 'tajawal-bold';
    font-size: 150px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.8;
}
.wp_404 p{
    font-size: 25px;
    margin: 20px 0;
    font-family: 'tajawal-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{
    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(--secondary-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;
}
/********/
#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;
}
/****/
.block_blog{
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
}
.block_blog .img-box{
    margin-bottom: 15px;
}
.block_blog .img-box img{

}
.block_blog h3{
    color: #000;
    margin: 0;
    font-size: 18px;
}
.block_blog p{
    color: var(--bg-color2);
    font-size: 13px;
    opacity: .9;
    margin: 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    height: 3em;
    line-height: 1.5em;
    transition: .3s ease-in-out;
    text-decoration: none;
}
.block_blog a{
    background: var(--primary-color);
    width: 50%;
    transition: .3s ease-in-out;
}
.block_blog a:hover{
    background: var(--secondary-color);
}
/*****/
.wp_social_share{

}
.wp_social_share li{
    display: inline-block;
    margin-left: 15px;
}
.wp_social_share li a{
    width: 45px;
    display: block;
    text-align: center;
    background: #fff;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .3s ease-in-out;
    border-radius: 2px;
}
.wp_social_share li i{

}
.wp_social_share li a.facebook{
    color: var(--facebook);
}
.wp_social_share li a.facebook:hover{
    background: var(--facebook);
    color: #fff;
}
.wp_social_share li a.twitter{
    color: var(--twiiter);
}
.wp_social_share li a.twitter:hover{
    background: var(--twiiter);
    color: #fff;
}
.wp_social_share li a.whatsapp{
    color:var(--whatsapp);
}
.wp_social_share li a.whatsapp:hover{
    background:var(--whatsapp);
    color: #fff;
}
.wp_social_share li a.telegram{
    color:var(--telegram);
}
.wp_social_share li a.telegram:hover{
    background:var(--telegram);
    color: #fff;
}
/***/
.wp_post{

}
.desc_editor{
    max-width: 100%;
    line-height: 1.8;
    color: #3a3a3a;
    font-size: 16px;
}
.wp_post .wp_title
{
    font-size: 26px;
    margin-bottom: 25px;
    background: var(--bg-color);
    padding: 5px;
    text-align: center;
    border: 1px solid #f1f1f1;
}
/******/
.wp_page{

}
.wp_page .desc_editor{

}
/****/
.wp_about .block{
    background: var(--primary-color);
    padding: 50px 30px;
    color: #fff;
    font-size: 19px;
    line-height: 1.8;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
}
.alert{
    margin-bottom: 0;
}
/******/
.hook_sec{
    color: var(--secondary-color);
    background-image: url("../images/hook_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hook_sec .right{
    text-align: center;
}
.hook_sec .right h1{
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
}
.hook_sec hr{
    background: var(--primary-color);
    height: 2px;
    width: 15%;
}
.hook_sec .right p{
    font-size: 28px;
    line-height: 1.8;
    margin: 0;
}
.hook_sec .left{
    background: rgba(86, 86, 86, 0.2);
    border-radius: 10px;
    padding: 50px 20px;
}
.hook_sec .left h2{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.hook_sec .left hr{
    margin-bottom: 20px;
    text-align: right;
    display: inline-block;
}
.hook_sec .left ul{

}
.hook_sec .left ul li{
    font-size: 21px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 15px;
}
.hook_sec .left ul li i{
    margin-left: 10px;
    opacity: .9;
}
.hook_sec .left .wp_btn{
    display: block;
    width: 100%;
    text-align: center;
}
/*******/
.plan_sec{

}
.plan_sec .block{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px 0;
}
.plan_sec .block h5{
    text-align: center;
    color: var(--primary-color);
    font-family: 'tajawal-bold';
    margin-bottom: 40px;
}
.plan_sec .block .sell{
    position: absolute;
    right: 0;
}
.plan_sec .block h3{
    font-family: 'tajawal-black';
    margin-bottom: 20px;
    font-size: 50px;
}
.plan_sec .block h3 span{
    font-family: 'tajawal';
    font-size: 15px;
    color: #555555;
}
.plan_sec .block ul{

}
.plan_sec .block ul li{
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333333;
}
.plan_sec .block a{
    width: 100%;
    display: block;
}
/********/
.sponser_sec{
    border-top: 1px solid #ddd;
    text-align: center;
}
.sponser_sec .wp_title{
    margin-bottom: 20px;
}
.sponser_sec h5{
    color: #555555;
    margin-bottom: 30px;
}
.sponser_sec a{
    display: block;
    margin: 30px 0;
}
/*****/
.signal_sec{
    background-image: url("../images/pro-service-bg2.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.signal_sec .block{

}
.signal_sec .wp_title{
    color: #fff;
    font-size: 40px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.signal_sec .block hr{
    background: var(--primary-color);
    height: 2px;
    width: 15%;
    display: inline-block;
}
.signal_sec .block ul{
    list-style: disc;
}
.signal_sec .block ul li{
    color: #fff;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 20px;
}
.signal_sec .block a{
    width: 100%;
    display: block;
}
/*********/
.book_sec{

}
.book_sec .wp_title{
    text-align: center;
    margin-bottom: 20px;
}
.book_sec h5{
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
}
.book_sec .block{

}
.book_sec .block .img-box{
    height: 350px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.book_sec .block .img-box img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .3s ease-in-out;
}
.book_sec .block .img-box img:hover{
    transform: scale(1.2);
}
.book_sec .block h2{
    text-align: center;
}
.book_sec .block h2 span{
    display: block;
    font-size: 20px;
    font-family: 'tajawal-bold';
    line-height: 1.6;
}
.book_sec .block .trans{
    text-align: center;
    margin-bottom: 15px;
}
.book_sec .block a{
    width: 100%;
    display: block;
}
/*******/
.question_sec{
    background: #f6f8fa;
}
.question_sec .wp_title{
    text-align: center;
    margin-bottom: 30px;
}
.question_sec .card{
    border: 0;
    margin-bottom: 20px;
}
.question_sec .card .card-header{
    background: #fff;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.question_sec .card .card-header a{
    color: var(--bg-color);
    font-family: 'tajawal-bold';
    transition: .3s ease-in-out;
}
.question_sec .card .card-header a:hover{
    color: var(--primary-color);
}
.question_sec .card .card-header i{
    float: left;
    position: relative;
    top: 5px;
}
.question_sec .card .card-body{
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}
.question_sec .note{
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.9;
}