.cus_page{
    background: var(--bg-color);
    padding: 30px 15px;
}
.wp_intro{
    background: var(--bg-color);
    padding: 30px 0;
}
.wp_intro .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wp_intro .img-box{
    height: 350px;
    overflow: hidden;
}
.wp_about .img-box img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top-left-radius: 50px;
    border: 10px solid var(--secondary-color);
}
.wp_intro .info,
.wp_about .info{

}
.wp_intro .info h1,
.wp_about .info h1{
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.wp_intro .info h1{
    color: var(--secondary-color);
}
.wp_intro .info h1 span,
.wp_about .info h1 span{
    color: var(--secondary-color);
}
.wp_intro .info h5,
.wp_about .info h5{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
}
.wp_intro .info p,
.wp_about .info p{
    font-size: 20px;
    line-height: 1.52;
    opacity: .9;
    margin-bottom: 15px;
}
.wp_intro .block{
    margin: 15px 0;
}
.wp_intro .block .key{
    color: var(--primary-color);
}
.wp_intro .block .value a{
    color: var(--secondary-color);
}
.wp_intro .block .key i{

}
.show_items_sec{
    padding: 30px 0;
    background: #fff;
}
.show_items_sec .block{
    display: block;
    text-decoration: none;
    text-align: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    padding: 10px;
    border-top: 2px solid var(--secondary-color);
    overflow: hidden;
}
.show_items_sec .block:hover p,
.show_items_sec .block:hover a{
    color: var(--secondary-color);
}
.show_items_sec .block img{

}
.show_items_sec .block .title{
    color: var(--primary-color);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}
.show_items_sec .block .pref{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--primary-color);
    margin-top: 10px;
    opacity: .7;
    height: 3em; /* Adjust height as needed */
    line-height: 1.5em; /* Adjust line height as needed */
    transition: .3s ease-in-out;
    text-decoration: none;
}
.show_items_sec .block .video_box{
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.show_items_sec .block .video_box video,
.show_items_sec .block .video_box iframe{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.open_item_btn{
    float: left;
    display: block;
    background: var(--secondary-color);
    color: #fff;
    border-right: 10px solid var(--bg-color2);
    font-size: 13px;
    margin-top: 0;
    text-decoration: none !important;
    transition: .3s ease-in-out;
    width: 100%;
    text-align: center;
    padding: 10px 7px;
}
.open_item_btn:hover{
    color: #fff;
    background: var(--bg-color2);
    border-color: var(--secondary-color);
}
.open_item_btn i{
    font-size: 12px;
    float: left;
    top: 4px;
    position: relative;
}

/******/
.wp_footer{
    padding: 30px 0;
    background: var(--primary-color);
    text-align: center;
    margin-top: 50px;
}
.wp_footer .logo{

}
.wp_footer .logo img{
    width: 150px;
}
.wp_footer ul{
    margin: 30px 0;
}
.wp_footer ul li{
    display: inline-block;
}
.wp_footer ul a{
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
    transition: .3s ease-in-out;
    opacity: .8;
}
.wp_footer ul a:hover{
    opacity: 1;
}
.wp_footer ul a i{

}
.wp_footer .copy{
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.wp_footer .copy span{
    font-weight: bold;
    color: var(--secondary-color);
}
.wp_footer .pages{
    padding-right: 0;
}
.wp_footer .pages li{

}
.wp_footer .pages li a{
    font-size: 13px;
    text-decoration: none;
    transition: .3s ease;
    color: #fff;
}
.wp_footer .pages li a:hover{
    color:var(--secondary-color);
}
/*******/
.wp_contact{

}
.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: 0;
}
.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;
}
.wp_contact .img-box .profile{
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 auto;
    display: block;
}
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;
}
/*****/
.wp_about{

}
.wp_about .page{

}

.wp_about h4{
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 15px;
}
.wp_about p{
    color: #3e3e3e;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: justify;
}
.wp_about i{
    color: var(--primary-color);
}
.wp_about ul{

}
.wp_about ul li{
    color: #3e3e3e;
    margin-bottom: 10px;
    line-height: 1.5;
}
.wp_about ul li i{
    color: var(--bg-color2);
}
/******/
.wp_404{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_404 h1{
    font-family: 'Arial';
    font-weight: bold;
    font-size: 100px;
}
.wp_404 p{
    font-size: 25px;
    margin: 20px 0;
    opacity: .8;
}
.wp_404 .wp_btn{
    background: var(--secondary-color);
}
.wp_404 .wp_btn:hover{
    border-color: var(--secondary-color);
}
/*********/
.wp_book,
.wp_post{

}

.wp_book .book_cover{
    background: var(--bg-color2);
    color: #fff;
    padding: 20px;
}
.wp_book .book_cover .img-box{
    margin-bottom: 15px;
}
.wp_book .book_cover .img-box img{
    /*width: 70%;*/
    margin: 0 auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 5px solid #fff;
    border-radius: 2px;
}
.wp_book .book_cover .data{

}
.wp_book .book_cover .data p{
    margin-bottom: 11px;
}
.wp_book .book_cover .data .name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;

}
.wp_book .book_cover .data .key{

}
.wp_book .book_cover .data .value{
    font-family: 'Tahoma';
    text-transform: uppercase;
    font-weight: bold;
    opacity: .9;
}
.wp_book .book_cover .data .share_txt{
    color: var(--secondary-color);
}
.wp_book .book_cover .wp_btn{
    background: var(--secondary-color);
    border-color: #fff;
}
.wp_book .book_cover .wp_btn:hover{

}
.wp_book .wp_title
{

}
.wp_book .wp_title h1,
.wp_post .wp_title h1,
.wp_index .wp_title h1
{
    font-size: 20px;
}
.wp_book .wp_title h1 i,
.wp_post .wp_title h1 i,
.wp_index .wp_title h1 i
{
    font-size: 15px;
    top: 5px;
}
.wp_book .page,
.wp_post .page
{
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.wp_post .page .description img,
.wp_post .page .description p,
.wp_post .page .description iframe,
.wp_post .page .description video,
.wp_post .page .description span{
    text-indent: 0 !important;
}
.wp_book .page .description_title{
    border-bottom: 2px solid var(--bg-color2);
    padding-bottom: 10px;
    display: inline-block;
    font-size: 22px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.wp_book .page .description{

}
.wp_book .show_items_sec{
    background: none;
}
.wp_book .show_items_sec .wp_title{
    margin-bottom: 15px;
}
.tw_editor * {
    max-width: 100%;
    line-height: 1.8;
}

.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{

}
.wp_post .post{
    background: #fff;
    padding: 20px;
}
.wp_post .post .img-box{
    margin-bottom: 10px;
    text-align: center;
}
.wp_post .post .img-box img{

}
.wp_post .wp_social_share li{
    margin-left: 0;
    margin-right: 15px;
}
.wp_post .video_box{
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin-bottom: 15px;
}
.wp_post .video_box iframe,
.wp_post .video_box video
{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wp_post audio{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
/****/
.side_ul{

}
.side_ul h5{
    background: var(--primary-color);
    padding: 10px;
    font-size: 18px;
    color: #fff;
    border-right: 5px solid var(--secondary-color);
    border-bottom: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
}
.side_ul ul{
    background: #fff;
}
.side_ul ul li{

}
.side_ul ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 5px;
    color: var(--primary-color);
    font-size: 13px;
    text-decoration: none !important;
    transition: .3s ease-in-out;
}
.side_ul ul li a:hover{
    background: #f8f8f8;
}
.side_ul ul li a .icon{
    opacity: .8;
    font-size: 10px;
    margin-left: 1px;
}
.side_ul ul li a .name{
    line-height: 1.5;
}
.side_ul ul li a .date{
    display: block;
    text-align: left;
    font-size: 11px;
    color: #555;
    margin-top: 5px;
}
.side_ul ul li a .date i{

}
.side_ul .data{
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.side_ul .data img,
.side_ul .data p,
.side_ul .data div,
.side_ul .data iframe,
.side_ul .data span{
    max-width: 100%;
}

/****/
.wp_index{
    padding-top: 30px;
}
.wp_index .show_items_sec{
    background: none;
    padding-top: 0;
}
.wp_paginate{
    text-align: center;
}
.wp_paginate ul{
    display: block;
}
.wp_paginate li{
    display: inline-block;
}
.wp_paginate li .page-link{
    background: var(--bg-color2);
    color: #fff;
    font-family: 'Arial';
    font-size: 14px;
    border: 0;
    transition: .3s ease-in-out;
    box-shadow: none;
}
.wp_paginate li a:hover,
.wp_paginate li.active .page-link
{
    background: var(--secondary-color);
    color: var(--primary-color);
}
.wp_paginate li.disabled .page-link{
    color: var(--primary-color);
    font-weight: bold;
}
.wp_search_sec{
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border: 1px solid #f1f1f1;
}
.wp_search_sec button{
    height: 50px;
}
.wp_search_sec .bootstrap-select .dropdown-toggle{
    border: 1px solid #ddd !important;
}
p[data-f-id="pbf"] {
    display: none;
}
#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;
}
/***********/
.wp_media_video_sec{

}
.wp_media_video_sec .block{

}
.wp_media_video_sec .block .video_box{
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.wp_media_video_sec .block .video_box video,
.wp_media_video_sec .block .video_box iframe{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wp_media_audio_sec .block audio{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.wp_media_audio_sec .block .wp_social_share{
    margin: 0;
    text-align: left;
}
.wp_media_audio_sec .wp_social_share li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.wp_media_audio_sec .block .title{
    width: 100%;
    color: var(--secondary-color);
    line-height: 1.5em;
    font-size: 15px;
    text-decoration: none;
    transition: .3s ease-in-out;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    margin-top: 5px;
}
.wp_media_audio_sec .block .view{
    color: var(--primary-color);
    display: block;
    text-align: right;
}
.wp_media_video_sec .block a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    color: var(--secondary-color);
    padding: 15px 0;
    height: 4em;
    line-height: 1.5em;
    font-size: 15px;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.wp_media_video_sec .block a:hover,
.wp_media_audio_sec .block .title:hover{
    color: var(--primary-color);
}

.form-control:focus{
    box-shadow: none;
    border-color: #ced4da;
}
select.form-control:not([size]):not([multiple]){
    height: 50px;
    border: 0;
}
/*Start Post-Block*/
.post-block{
    display: block;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-decoration: none !important;
}
.post-block .img-block{
    height: 200px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.post-block .img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}
.post-block .title{
    background: #fff;
    color: var(--primary-color);
    text-align:center;
    font-size: 14px;
    transition: .5s ease;
    border-top: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    width: 100%;
    display: block;
}
.post-block:hover .title{
    background:var(--primary-color);
    color:#fff;
}
.post-block:hover .img-block img{
    scale: .9;
}
.img-block {
    position: relative;
}

.icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    font-size: 50px;
    color: white;
    transition: 0.5s;
    pointer-events: none;
}

.post-block:hover .icon-overlay {
    opacity: 1;
}

/*End Post-Block*/

/*Start wp_plan_sec*/
.wp_plan_sec{
    padding: 50px 0;
    background: #fff;
}
.wp_plan_sec .title{
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-weight: bold;
}
.wp_plan_sec .sub_title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: var(--secondary-color);
    line-height: 1.6;
}
.wp_plan_sec .card{
    border-color:#ddd !important;
}
.wp_plan_sec .card-title{
    color: var(--primary-color) !important;
    font-weight: bold;
    font-size: 17px;
}
.wp_plan_sec .card-header{
    background: var(--secondary-color) !important;
    border: 0 !important;
}
.wp_plan_sec .card-footer{

}
.wp_plan_sec .select-plan-btn{
    background: var(--primary-color);
    border-color: var(--primary-color);
    transition: .3s ease-in-out;
    color: #fff;
    padding: 10px 5px;
    box-shadow: none;
}
.wp_plan_sec .select-plan-btn:hover{
    background: none;
    color:var(--primary-color);
}
.wp_plan_sec .card li i{
    color: var(--secondary-color);
}
.wp_plan_sec .card li{
    color: var(--primary-color);
}
/*End wp_plan_sec*/
/*Start wp_reg_sec*/
.wp_reg_sec{
    background: #fff;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/*End wp_reg_sec*/
