/*
    Theme Name: charbidari
    Theme URI: https://taghian.ir/
    Author: seyyed ahmad taghian
    Author URI: https://taghian.ir/
    mobile : 09358523414 - 09119524152 (telegram)
    Created on : Feb 6, 2024, 10:44:12 AM
*/

@font-face {
    font-family: 'vazir';
    src:
        url('fonts/vazir/Vazir-Medium-FD.eot?#') format('eot'), /* IE6–8 */
        url('fonts/vazir/Vazir-Medium-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/vazir/Vazir-Medium-FD.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
body{
    direction: rtl;
    font-family: vazir;
    text-align: right;
    color: #282828;
    background-color: #fff ;
}
.ltr{
    direction: ltr;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input[type=text]{
    outline: none;
}
.container{
    max-width: 1400px;
}
.margin-auto{
    margin: auto;
}
img {
    max-width: 100%;
}
.text_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_shadow{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.fs_sm_1{
    font-size: 8px ;
}
.fs_1{
    font-size: 14px ;
}
.fs_2{
    font-size: 18px ;
}
.fs_3{
    font-size: 20px ;
}
.fs_4{
    font-size: 22px ;
}
.fs_5{
    font-size: 25px ;
}
.fs-7{
    font-size: 0.9rem ;
}
.color_1{
    color: #009e74 ;
}

.color_2{
    color: #5e848c;
}
.color_3{
    color: #31A3BB;
}
.color_4{
    color: #D47A95;
}
.font_bold{
    font-weight: bold;
}

p {
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
    color: #3b3b3b;
}
.card {
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
/*end other class */

#header{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 15px ;
}
#header_main .navbar-nav {
    margin: 0 auto;
}
#header_main .nav-link{
    color: #001d23 ;
    padding: 17px 20px;
    font-weight: 600;
}
#header_main .nav-link:hover{
    color: #019E74 ;
}
.navbar-brand img{

}
.navbar-nav li{
    display: inline-block;
}
@media (max-width: 576px) {
    .navbar-brand img{
        height: 50px ;
    }
}
#logo{
    margin-top: 20px ;
    max-height: 60px;
}

.search{
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    width: 90%;
    height: 38px;
    margin: 5px auto 0 auto;
    padding: 6px 20px 6px 10px;
    background-color: #fff;
}
.search img{
    width: 10%;
    max-height: 100%;
}
.search input{
    border: 0px ;
    width: 85%;
    text-align: center;
    color: #dbdbdb;
}
.btn_menu_sigin{
    background: #027932;
    text-decoration: none;
    color: #fff;
    padding: 7px 12px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px auto 0 auto;
    display: inline-block;
}
.btn_menu_sigin:hover{
    color: #fff;
}

#menu_bar{
    background-color: #E7E7E7;
    border-bottom: 1px solid #e2e3e6;
}
@media (min-width: 576px) {
    .dropdown1:hover .dropdown-menu1 {
        display: block;
        margin-top: 0;
    }
}

#slideshow img{
    border-radius: 7px ;
}
#campaign_special ul li{
    color: #090909 ;
    font-size: 16px;
    line-height: 24px;
    list-style: inside;
}
#campaign_special {
    background-color: #f2f2f2;
    text-align: justify;
    margin-top: 15px;
}
.campaign_special_desc span {
    color: #fe4a55;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.campaign_special_desc h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800;
}
.campaign_special_desc p {
    color: #606060;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}

#campaign_special .btn_pay {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffc20a;
    color: #000;
    padding: 10px 50px;
    display: block;
    width: max-content;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    border: 0px;
    border-radius: 7px;
}

.prj_card_tag{
    position: relative;
}
.prj_card_tag ul{
    margin: 0px ;
    padding: 0px ;
}
.prj_card_tag ul{
    position: absolute;
    top: 0;
    left: 50%;

    margin-top: -43px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.prj_card_tag li{
    display: inline;
}
.prj_card_tag a{

    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    white-space: nowrap;
    color: #FFFFFF;
    background: #006E3C;
    padding: 5px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 158, 116, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 158, 116, 0.3);

}
.prj_card_tag a{
    color: #fff ;
}
#latest_projects h2 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #001d23;
    font-weight: bold;
}

.header-line span {
    height: 3px;
    background-color: #009e74;
    display: block;
    width: 100px;
    left: 50%;
    float: right !important;
    position: absolute;
    margin-left: -50px;
}
#latest_projects .card{
    border: 2px solid #eff7fb;
}
#latest_projects img{
    padding: 10px;
    border-radius: 20px;

}
#latest_projects .card-title {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 5px 0;
    letter-spacing: normal;
    color: #001d23;
}
#latest_projects .card-title:hover{
    color: #009e74;
}
.card-body .progress{

}
.card-body .progress-bar-color1{
    background-color: #31A3BB;
}
.card-body .progress-bar-color2{
    background-color: #D47A95;
}
.prj_amounts p {
    margin: 0;
    font-size: 16px;
}
.prj_amounts span {
    margin: 0;
    font-size: 16px;
}
.latest_news{
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 30px;
}
.latest_news .card-title {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 5px 0;
    letter-spacing: normal;
    color: #001d23;
}
.latest_news .card-title:hover{
    color: #009e74;
}
.latest_news .card {
    border-radius: 20px;
}
.latest_news h2 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #001d23;
    font-weight: bold;

}
.latest_news img {
    padding: 10px;
    border-radius: 20px;
    height: auto;

}
.latest_news .card-title{
    line-height: 32px;
    font-size: 16px;
    min-height: 70px;
}
.btn_more {
    color: #001d23;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 15px;
    border: 2px solid #009e74;
    margin: auto auto;
    display: block;
    width: 130px;
    text-align: center;
}
.btn_more:hover{
    background: #009e74;
    text-decoration: none;
    color: #fff ;

}
#footer{
    padding: 50px 0 20px 0;
    background-color: #f2f2f2;

}
.footer_contact{
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.footer_social span{
    display: inline-block;
    margin-bottom: 30px;
    color: #001D23;
    font-size: 16px;
}
.footer_social ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 20px;
}
.footer_social li {
    display: inline-block;
    background-color: #209d7d;
    padding: 7px;
    border-radius: 50%;
    margin-left: 7px ;
}
.footer_social img{
    width: 25px;
}
.footer_contact_item li {
    display: inline-block;
    margin-right: 50px;
    padding: 0;
    padding-top: 0px;
    border: none;
}
.footer_contact_item .phone-icon, .footer_contact_item .email-icon, .footer_contact_item .address-icon {
    background-repeat: repeat;
    padding-right: 45px;
    background-repeat: no-repeat;
    background-position: right;
}
.footer_contact_item .phone-icon {
    background-image: url(images/phone-icon.png);
}
.footer_contact_item .email-icon {
    background-image: url(images/email-icon.png);
}
.footer_contact_item .address-icon {
    background-image: url(images/address-icon.png);
}
.footer_contact_item h5{
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    color: #001D23 ;
}
.footer_contact_item li span {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #001D23 ;
    direction: ltr;
}
.footer_contact_item li a{
    color: #001D23 ;
}
.footer_contact_item li a:hover{
    color: #009e74 ;
}
.footer_description{
    text-align: justify;
    line-height: 2;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 40px;
}
#copyright{
    padding: 30px ;
    color: #001D23;
    text-align: center;
    font-size: 14px;
    background-color: #f2f2f2;
    padding-top: 10px;
}


/*start sign */
#sign{
    background-image: url('images/green-pattern.png');
    background-repeat: repeat-x;
}
#sign .box_sign{
    margin-top: 20px;
    margin-bottom: 20px ;
    border-radius: 7px ;
    border:1px solid #e7e7e7;
    -webkit-box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
    box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
}
#sign .box_sign img{
    width: 20%;
    display: block;
    margin: auto;
}
.box_form_control{
    border-bottom: 2px solid #ccc ;
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: right;
    padding: 10px;
}
.form_sign_input_error{
    color:red;
    margin-right: 35px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
}
#sign .box_sign .box_form_control img{
    width: 30px;
    display: inline-block;
}
#sign .box_sign .box_form_control input{
    border: 0px ;
    display: inline-block;
    width: calc(100% - 40px);
    color: #282828;
    outline: none ;
}
#sign .box_sign .box_form_control input[type="button"]{
    width: auto;
}
#sign .box_sign .box_form_control input[type="checkbox"]{
    width: auto;
}
#sign .sign_btn{
    color: #fff ;
    padding: 7px 15px ;
    border-radius: 7px;
    text-decoration: none;
    background-color: #FEC900;
    min-width: 50px;
    border: 0px;
    font-size: 16px;

}
.sign_btn:hover{
    background-color: #86B828 ;
    text-decoration: none;
    color: #fff ;
}

#sign .f_S_14{
    font-size: 14px ;
}
#sign a{
    color: #212529;
}
#sign a:hover{
    color: #0056b3;
}
.g-recaptcha > div:first-child{
    margin: auto ;
}
#sign #captcha{
    border-radius: 7px;
    border: 0px;
    text-align: center;
    height: 35px;
    width: calc(100% - 120px);
}
.box_captcha{
    background-color: #f2f2f2;
    border-radius: 7px;
    padding: 5px 10px;
    border: 1px solid #eee;
}

#success_signup{
    background-image: url('images/green-pattern.png');
    background-repeat: repeat-x;
    display: none ;
}
#success_signup .box_sign{
    margin-top: 100px;
    margin-bottom: 100px ;
    border-radius: 20px ;
    border:1px solid #e7e7e7;
    -webkit-box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
    box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
}
#success_signup .box_sign img{
    width: 30%;
    display: block;
    margin: auto;
}

#success_signup .box_sign .box_form_control img{
    width: 30px;
    display: inline-block;
}
#success_signup .box_sign .box_form_control input{
    border: 0px ;
    display: inline-block;
    width: calc(100% - 40px);
    color: #282828;
}
#success_signup .box_sign .box_form_control input[type="button"]{
    width: auto;
}
#success_signup .box_sign .box_form_control input[type="checkbox"]{
    width: auto;
}
#success_signup .sign_btn{
    color: #fff ;
    padding: 7px 15px ;
    border-radius: 20px;
    text-decoration: none;
    background-color: #91C72B;
    min-width: 50px;
    border: 0px;
    font-size: 16px;

}


#success_signup .f_S_14{
    font-size: 14px ;
}
#success_signup a{
    color: #212529;
}
#success_signup a:hover{
    color: #0056b3;
}

#success_forget{
    background-image: url('images/green-pattern.png');
    background-repeat: repeat-x;
    display: none ;
}
#success_forget .box_sign{
    margin-top: 100px;
    margin-bottom: 100px ;
    border-radius: 20px ;
    border:1px solid #e7e7e7;
    -webkit-box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
    box-shadow: 0px 22px 46px -31px rgba(0,0,0,0.14);
}
#success_forget .box_sign img{
    width: 30%;
    display: block;
    margin: auto;
}

#success_forget .box_sign .box_form_control img{
    width: 30px;
    display: inline-block;
}
#success_forget .box_sign .box_form_control input{
    border: 0px ;
    display: inline-block;
    width: calc(100% - 40px);
    color: #282828;
}
#success_forget .box_sign .box_form_control input[type="button"]{
    width: auto;
}
#success_forget .box_sign .box_form_control input[type="checkbox"]{
    width: auto;
}
#success_forget .sign_btn{
    color: #fff ;
    padding: 7px 15px ;
    border-radius: 20px;
    text-decoration: none;
    background-color: #91C72B;
    min-width: 50px;
    border: 0px;
    font-size: 16px;

}


#success_forget .f_S_14{
    font-size: 14px ;
}
#success_forget a{
    color: #212529;
}
#success_forget a:hover{
    color: #0056b3;
}

/* end sign */

/*category blog */

.category .category_heading h2{
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

.category .post_item{
    background-color: #F4F4F4;
    padding: 15px;
    border-radius: 10px;
}
.category .post_excerpt{
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    color: #717171;
    text-align: justify;
    display: block;
    margin-top: 15px;
}
.category h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #272727;
    margin-top: 7px ;
}

.inline-related-post {
    background: #2D2159;
    border-radius: 7px 0 0 7px;
    padding: 10px;
    display: block;
    border-right: 4px solid #C71F49;
    color: #fff;

}
.inline-related-post:hover{
    color: #DAC1D9;
}
.inline-related-post span {
    color: #282828;
    font-weight: bold;

}
.inline-related-post span strong{
    color : #e83826;
    padding-left: 10px;
}

/* post_pagination */
.fa-backward::before {
    content: "\22B2 \22B2";
}
.fa-arrow-left::before {
    content: "\22B2";
}
.fa-forward::before {
    content: "\22B3 \22B3";
}
.fa-arrow-right::before {
    content: "\22B3";
}
.pagination{
    display: inline-flex;
}
#category .page-item:first-child .page-link {
    margin-left: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#category .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* end post_pagination */

/*single blog */
.blog{
    line-height: 34px;
    font-size: 16px;
    color: #5b5b5b;
    text-align: justify;
    border: 0px ;
    border-radius: 10px;
}
.blog .card-body img {
    border-radius: 10px ;
    max-width: 100%;
    margin: auto;
    display: block;
}
.blog_header {
    border: 0px solid #fff;
}
.blog_header img{
    border-radius: 10px 10px 0 0;
}
.blog .card_title {
    margin: 0 0 7px;
}
.blog .card_title{
    color: #222 !important;
    font-size: 18px;
    font-weight: bold;
}
.blog .card_title a {
    color: #222 !important;
    font-size: 18px;
    font-weight: bold;
}
.blog .card_title  {
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.blog h2,h3{
    font-size: 1.2rem;
}
.blog h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.blog h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.blog h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
}
.blog p{
    font-size: 17px;
    line-height: 2.5;
    color: #272727;
    margin: 0 0 15px 0;
}

.sidbar_popular .card_body_parent {
    padding: 25px 10px;
}
.sidbar_popular .card {
    box-shadow: none;
    border: 0px;
}

/* sidebar */

.sidebar{

}
.blog_sidebar .widget {
    border: 0px solid;
    padding: 30px;
    background-color: #F4F4F4;
    border-radius: 10px;
}

.blog_sidebar .widget .widget_title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}
.blog_sidebar .widget .widget_title h2 {
    font-size: 20px;
    line-height: 1.2;
}
.blog_sidebar .post_item h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog_sidebar .widget_media_image {
    background: #fff;
    border: 0;
    padding: 0;
    width: 100% ;
    border-radius: 10px;
}
.blog_sidebar .widget_media_image img{
    width: 100% ;
    border-radius: 10px;
}

/* del */
.post_header {
    margin: 30px 0;
}
#box_donate_form{
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 800px 460px;
}
.donate_form_container{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    color: #002866;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #eeefff;
}
.box_donate_form{
    background-color: #002866;
    padding: 15px;
    border-radius: 7px;
}
#b_donate_form .form-control{
    padding: 25px 10px;
    border-radius: 10px;
    font-size: 16px;
}
.btn_donate{
    font-weight: 500;
    text-transform: uppercase;
    background-color: #096357;
    color: #fff;
    padding: 10px 50px;
    display: block;
    width: max-content;
    margin: auto;
    margin-top: auto;
    border: 0px ;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}
.btn_donate:hover{
    background-color: #EECC8F;
    color: #000;
}
.btn_pay{
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f70e3a;
    color: #fff;
    padding: 10px 50px;
    display: block;
    width: max-content;
    margin: auto;
    margin-top: auto;
    border: 0px ;
    border-radius: 7px;
}
.btn_pay:hover{
    background-color: #fff;
    color: #f70e3a;
}
.donate_form_thumb{
    border-radius: 15px;
}
.box_profile_image{
    display: block;
    text-align: center;
    padding: 5px 0;
    width: 95%;
    bottom: 10px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: #f2f2f2;
    border-radius: 20px;
    width: 100%;
}
#image_attach{
    width: 50px;
    border-radius: 50%;
    height: 50px;
}
#btn_select_image{
    border: 0px ;
}

.box_captcha{
    background-color: #f2f2f2;
    border-radius: 7px;
    padding: 5px 10px;
    border: 1px solid #eee;
}
.donate_form_captcha{
    background-color: transparent;
    width: 100%;
    color: #fff;
    border: 1px solid #26436f;
}
#lbl_captcha{
    font-family: vazir;
}
#captcha{
    border-radius: 7px;
    border: 0px;
    text-align: center;
    height: 35px;
    width: calc(100% - 110px);
    font-family: vazir;
}
.captcha_refresh{
    width: 30px;
    cursor: pointer;
}
[type="email"], [type="number"], [type="tel"], [type="url"] {
    direction: rtl;
}
.single_content .post_thumbnail {
    border-radius: 7px;
}

/* single project */

.single_project_page{

    padding: 10px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 800px 460px;
    padding-top: 0;
}
.single_project_page h2{
    font-weight: bold;
    font-size: 30px;
}
.single_project_page .post_thumbnail{
    border-radius: 20px;
}
.single_project_page p{
    line-height: 2.5;
}
.donation_level_list{
    list-style: none;
    padding: 0px ;
    margin: 0px;
}
.thumb-content {
    display: block;
    text-align: center ;
    padding: 5px 0;

    width: 95%;
    bottom: 10px;
    background: #fff;

    background-color: #f2f2f2;
    border-radius: 20px;
    width: 100%;
}
.thumb-content .row{
    margin: 0;
}
.thumb-content span{
    padding-top: 5px;
    display: block;
    font-size: 14px ;
    color: #282828;
}
.thumb-content li {
    text-align: center;
    display: inline-block;
}
.thumb-content li {
    margin: 0 15px;
}
.thumb-content li .title {
    color: #696969;
}
.thumb-content li:nth-child(1) .rate {
    color: #fe813a;
}
.thumb-content li:nth-child(2) {
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    padding: 0 10px;
}
.thumb-content li:nth-child(3) .rate {
    color: #379ff4;
}
.donation_level_item{
    display: inline-block;
    padding: 7px 15px;
    background-color: #002866;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
}
/* progress */
.circle_progress{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.circle_progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #002866;
    position: absolute;
    top: 0;
    left: 0;
}
.circle_progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.circle_progress .progress_left{
    left: 0;
}
.circle_progress .progress_bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.circle_progress .progress_left .progress_bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.circle_progress .progress_right{
    right: 0;
}
.circle_progress .progress_right .progress_bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    /*animation: loading-1 1.8s linear forwards;*/
    transition-duration: 1s;
    transition-delay: 0 ;
    transition-timing-function: linear;
}
.circle_progress .progress_value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.circle_progress.blue .progress_bar{
    border-color: #049dff;
}
.circle_progress.blue .progress_left .progress_bar{
    /*animation: loading-2 1.5s linear forwards 1.8s;*/
    transition-duration: 0.6s;
    transition-delay: 0.99s;
    transition-timing-function: linear;


}
.circle_progress.yellow .progress-bar{
    border-color: #fdba04;
}
.circle_progress.yellow .progress_left .progress_bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.circle_progress.pink .progress-bar{
    border-color: #ed687c;
}
.circle_progress.pink .progress_left .progress_bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.circle_progress.green .progress_bar{
    border-color: #1abc9c;
}
.circle_progress.green .progress_left .progress_bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@keyframes loading-6{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(175deg);
        transform: rotate(175deg);
    }
}
@media only screen and (max-width: 990px){
    .circle_progress1{
        margin-bottom: 20px;
    }
}

/*profile */
#profile{
    margin-top: 0px;
    background-color: #f4f4f4;
    padding-bottom: 20px;
}
.usre_dashboard_right_pannel{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    min-height: 600px;
}
.user_profile_info{
    text-align: center ;
    margin-top: 20px ;
}
.user_profile_info img{

    border-radius: 50%;
    max-width: 90% ;
    padding: 25px;
}
.user_profile_name{
    font-size: 1.1rem;
    margin-bottom: 15px ;
}

.usre_dashboard_right_pannel .header-line span {
    height: 3px;
    background-color: #FCCA09;
    display: block;
    width: 70px;
    float: right !important;
    margin-top: 7px;
}
.usre_dashboard_right_pannel ul{
    list-style: none ;
    padding: 25px 0px 10px 0;
}
.usre_dashboard_right_pannel ul li{
    display: block;
    padding: 7px 15px;
    margin: 7px 0;
    border-radius: 5px;
    font-size: 0.9rem;
    background-color: #FAFAFC;
}
.usre_dashboard_right_pannel ul li span{
    margin-right: 10px;
}
.usre_dashboard_right_pannel ul li:hover{
    background-color: #464DE3 ;
    color: #fff ;
}
.usre_dashboard_right_pannel ul li:hover a{
    color: #131313 ;
}
.usre_dashboard_right_pannel ul li a{
    color: #282828 ;
    display: block;
    font-size: 1rem;
}

.usre_dashboard_right_pannel ul li a:hover{
    color: #fff ;
}

.usre_dashboard_middle_pannel{

}
.dash_welcome{
    min-height: 150px;
    background-color: #141CCC;
    border-radius: 15px 15px 15px 15px;
    margin: 20px auto;
    padding: 25px;
    color: #fff;
    width: 100% ;
    line-height: 2.0rem;
}
.dash_welcome_title{
    font-size: 1.1rem;
}
.usre_dashboard_left_pannel{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    min-height: 600px;
}

#profile .new_project{
    font-family: 'vazir';
}
/* end profile */

/* charity */

.charity_btn_a{
    background-color: #13DA7E;
    color: #000279;
}
.charity_btn_a:hover{
    background-color: #000279;
    color:  #13DA7E;
}
.top_header_thumb{
    position: relative;
}
.top_header_thumb_shadow{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -120px 55px -30px rgba(0,0,0,.5);
}
.charity_page_menu_section{

    z-index: 3;
}
.charity_page_menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.charity_page_menu li{
    display: inline-block;
    padding: 0 15px 7px 15px;
}
.social_item li{

    background-color: #D6111E;
    padding: 7px;
    border-radius: 50%;
    margin-left: 7px;
}
.social_item img {
    width: 25px;
}
.top_header_author1{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 15px;
    text-align: center;
    max-width: 200px;
    z-index: 4;
}
.top_header_author{
    margin: auto;
    z-index: 4;
}
.author_thumb{
    border-radius: 100%;
    border: 6px solid #fff;
    margin: -80px auto 0 auto;
    overflow: hidden;
    width: 140px;
    height: 140px;
    background-color: #888da8;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.charity_navigation {
    padding: 0px 30px;
    border-radius: 7px;
    background-color: #fff;
    border: 0px solid #eee;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.charity_navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.charity_navigation li{
    display: inline-block;
    margin: 0 7px;
    cursor: pointer ;
}
.charity_navigation li.active_charity_menu{
    border-bottom: 4px solid #13DA7E;
}

.charity_navigation a{
    padding: 12px 15px 12px 15px;
    color: #282828;
    display: block;
}
.charity_post_card{
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #eff7fb;
}
.charity_post_header{
    padding: 15px 15px 15px;
}
.charity_post_header img{
    border-radius: 50%;
    width: 50px !important;
    height: auto !important;
    margin-left: 0 !important;
    max-width: 50px;
    vertical-align: top;
    border: 3px solid #666;
}
.charity_post_info{
    vertical-align: top;
}
.charity_post_info .date_publish{
    color: #8e8c8c;
    font-size: 14px;
}

.charity_post_image{
    padding: 0px 15px 10px;
}
.charity_post_image img{
    display: block;
    border-radius: 20px;
    width: 100%
}
.charity_post_text{
    padding: 15px 15px 10px;
}



.accordion-button:not(.collapsed){
    background-color: #fff ;
}
.accordion-item {
    border: 2px solid #eff7fb;
}
.widget_banner .widget_img{
    border-radius: 10px ;
}
.widget_banner_b::after {
    content: url(images/square_shape.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.widget_banner_b {
    background-color: #ffca28;
    overflow: hidden;
    padding: 30px 0 0;
    text-align: center;
    position: relative;
    border-radius: 8px;
}
.widget_banner_b .widget_title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.widget_banner_b .widget_subtitle {
    font-weight: 500;
    color: #fff;
    margin-bottom: 22px;
}
.widget_banner_b .widget_btn {
    margin-bottom: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 20px;
    padding: 6px 22px;
    box-shadow: 0 10px 6px 0 rgba(0,0,0,.1);
}
.widget_banner_b .widget_img img {
    border-radius: 0 0 8px 8px;
}

.charity_sidebar .widget {
    border: 0px solid;
    padding: 30px;
    background-color: #fff ;
    border-radius: 10px;
}
.charity_sidebar .widget .widget_title {
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #272727;
    padding-left: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}
.charity_sidebar .widget_item img {
    border-radius: 50% ;
    max-width: 80px ;
}
.charity_sidebar .widget_item a {
    color: #272727;
    transition: color 0.25s ease;

}
.charity_sidebar .widget_item h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 10px;
}
/*gallery */
.charity_gallery_item{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 280px;
    border-radius: 7px ;
}

.fallower_thumb  {
    border-radius: 100%;
    border: 6px solid #fff;
    margin: 0px auto 10px auto;
    overflow: hidden;
    width: 140px;
    height: 140px;
    background-color: #888da8;
    display: block;

    vertical-align: middle;
}
.charity_fallowers  h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 10px;
}
/* end charity */

/* payment */
#payment_success img{
    max-width: 130px ;
}
/* end payment */

/* modal  */
.loading{
    display: none ;
}
.modal_loader {
    display: none;
    position: fixed;
    z-index: 1101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: none;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
}
.modal_loader_content{

    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 0px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: center;
}
.modal_loader_content img {
    width: 150px;
}
/* end  modal  */