.top-bar {
    background-color: #23282d;
}

@media (min-width: 1200px){
.top-bar .col-lg-5 {
    float: right
}
}


a#loginname {
    color: #e1e0e0;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    font-family: 'Nexa-light';
    text-decoration: none;
}

.top-bar a:hover {
    background-color: rgb(50, 55, 60);
    text-decoration: none;
}

li.logo {
    list-style-type: none;
}

 /* line 4, ../sass/custom.scss */
.menubar.navbar-default {
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: auto;
    border: 0;
    background: transparent;
    border-radius: 0;
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 99;
}
@media (max-width: 767px) {
    /* line 4, ../sass/custom.scss */
    .menubar.navbar-default {
        position: absolute;
        top: 0;
        padding-top: 20px;
        background: #5e306f;
    }
}
/* line 20, ../sass/custom.scss */
.menubar.navbar-default ul {
    margin: 0 auto;
    float: none;
    width: auto;
    text-align: right;
}
    /* line 25, ../sass/custom.scss */
    .menubar.navbar-default ul li {
        font-family: 'Nexa-bold';
        font-size: 16px;
        display: inline-block;
        float: none;
    }

@media (max-width: 767px) {
    /* line 25, ../sass/custom.scss */
    .menubar.navbar-default ul li {
        display: block;
        text-align: left;
    }
}
/* line 34, ../sass/custom.scss */
.menubar.navbar-default ul li a {
    color: #fff;
}
    /* line 37, ../sass/custom.scss */
    .menubar.navbar-default ul li a:hover {
        color: #ffc13c;
    }
/* line 41, ../sass/custom.scss */
.menubar.navbar-default ul .bor {
    background-image: url(../images/devider.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 3px;
}

@media (max-width: 767px) {
    /* line 41, ../sass/custom.scss */
    .menubar.navbar-default ul .bor {
        background-image: none;
    }
}

@media (max-width: 767px) {
    /* line 52, ../sass/custom.scss */
    .menubar.navbar-default .logo {
        margin-bottom: 15px;
    }
        /* line 56, ../sass/custom.scss */
        .menubar.navbar-default .logo img {
            max-width: 65px;
        }
}
/* line 61, ../sass/custom.scss */
.menubar.navbar-default .pos-relat {
    position: relative;
}
/* line 64, ../sass/custom.scss */
.menubar.navbar-default .search {
    position: absolute;
    right: 15px;
    top: 44px;
}

@media (max-width: 991px) {
    /* line 64, ../sass/custom.scss */
    .menubar.navbar-default .search {
        top: -5px;
    }
}

@media (max-width: 991px) {
    /* line 64, ../sass/custom.scss */
    .menubar.navbar-default .search {
        top: 11px;
        right: 85px;
    }
}
/* line 76, ../sass/custom.scss */
.menubar.navbar-default .search input {
    color: #848484;
    height: 26px;
    width: 120px;
    border-radius: 40px;
    border: none;
    font-family: 'Nexa';
    font-size: 13px;
    padding: 0 7px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left 5px center;
    background-size: 13px;
}
/* line 91, ../sass/custom.scss */
.menubar.navbar-default .search ::placeholder {
    color: #848484;
}
/* line 95, ../sass/custom.scss */
.menubar.navbar-default .search :-ms-input-placeholder {
    color: #848484;
}
/* line 99, ../sass/custom.scss */
.menubar.navbar-default .search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #848484;
}

/* line 104, ../sass/custom.scss */
.container {
    max-width: 992px;
}

/* line 108, ../sass/custom.scss */
.hero-slide .carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    text-shadow: none;
}
/* line 115, ../sass/custom.scss */
.hero-slide .item {
    height: 100%;
}
    /* line 117, ../sass/custom.scss */
    .hero-slide .item img {
        width: 100%;
        display: block;
    }

@media (max-width: 1199px) {
    /* line 117, ../sass/custom.scss */
    .hero-slide .item img {
        object-fit: cover;
        height: 500px;
        width: auto;
    }
}

@media (max-width: 767px) {
    /* line 117, ../sass/custom.scss */
    .hero-slide .item img {
        object-fit: cover;
        height: 434px;
        width: auto;
    }
}
/* line 135, ../sass/custom.scss */
.hero-slide .carousel-control {
    width: 60px;
    height: 30px;
    top: 50%;
    box-shadow: none;
    text-transform: none;
    background-image: none;
}
/* line 143, ../sass/custom.scss */
.hero-slide .carousel-indicators {
    bottom: 35px;
}
/* line 147, ../sass/custom.scss */
.hero-slide .banner .banner-image {
    padding-top: 140px;
}

@media (max-width: 1199px) {
    /* line 147, ../sass/custom.scss */
    .hero-slide .banner .banner-image {
        padding-top: 140px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    /* line 147, ../sass/custom.scss */
    .hero-slide .banner .banner-image {
        padding-top: 120px;
    }
}
/* line 159, ../sass/custom.scss */
.hero-slide .banner .banner-image h1 {
    font-size: 35px;
    font-family: 'Nexa-light';
    text-align: right;
    color: #fff;
    margin: 0;
    line-height: 1.2em;
}

@media (max-width: 991px) {
    /* line 159, ../sass/custom.scss */
    .hero-slide .banner .banner-image h1 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    /* line 159, ../sass/custom.scss */
    .hero-slide .banner .banner-image h1 {
        font-size: 20px;
    }
}
/* line 175, ../sass/custom.scss */
.hero-slide .banner .banner-image .bor-top {
    margin: 15px 0;
    border-top: 4px solid #ffc13c;
    width: 260px;
    float: right;
}

@media (max-width: 767px) {
    /* line 175, ../sass/custom.scss */
    .hero-slide .banner .banner-image .bor-top {
        width: 180px;
    }
}
/* line 185, ../sass/custom.scss */
.hero-slide .banner .banner-image h2 {
    color: #ffc13c;
    font-family: 'Asap-italic';
    text-align: right;
    margin: 0;
    font-size: 20px;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    /* line 185, ../sass/custom.scss */
    .hero-slide .banner .banner-image h2 {
        font-size: 14px;
    }
}
/* line 196, ../sass/custom.scss */
.hero-slide .banner .banner-image a {
    background-color: #fff;
    display: inline-block;
    float: right;
    padding: 4px 22px;
    font-size: 21px;
    color: #5e306f;
    border-radius: 50px;
    margin-top: 20px;
    font-family: 'Nexa-light';
    font-weight: bold;
}
    /* line 207, ../sass/custom.scss */
    .hero-slide .banner .banner-image a:hover {
        text-decoration: none;
        background-color: #ffc13c;
        color: #fff;
    }

/* line 215, ../sass/custom.scss */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

/* line 220, ../sass/custom.scss */
.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    /* line 224, ../sass/custom.scss */
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

/* line 231, ../sass/custom.scss */
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

/* line 236, ../sass/custom.scss */
.carousel-fade .carousel-control {
    z-index: 99;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    /* line 240, ../sass/custom.scss */
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* line 246, ../sass/custom.scss */
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        /* line 252, ../sass/custom.scss */
        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}
/* line 260, ../sass/custom.scss */
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    font-size: 17px;
}

    /* line 264, ../sass/custom.scss */
    .carousel-caption h3 {
        font-size: 30px;
        font-family: 'Lato', sans-serif;
    }

/* line 269, ../sass/custom.scss */
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/* line 275, ../sass/custom.scss */
.height-40 {
    height: 60px;
    background-color: #5e306f;
    width: 100%;
}

@media (max-width: 767px) {
    /* line 275, ../sass/custom.scss */
    .height-40 {
        height: 150px;
    }
}

/* line 283, ../sass/custom.scss */
.donate_section {
    background-color: #ffc13c;
    padding: 46px 30px;
    text-align: center;
    color: #5e306f;
    position: relative;
}
    /* line 291, ../sass/custom.scss */
    .donate_section .progress {
        max-width: 570px;
        margin: 0 auto;
        height: 45px;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #212121;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.7);
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.7);
        border: 9px solid #9c50b7;
        border-radius: 59px;
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        -webkit-background-size: 22px 22px;
        background-size: 22px 22px;
    }

@media screen and (max-width: 767px) {
    /* line 291, ../sass/custom.scss */
    .donate_section .progress {
        max-width: 80%;
        margin: 0 auto;
        height: 25px;
        border: 5px solid #9c50b7;
    }
}
/* line 319, ../sass/custom.scss */
.donate_section .progress-bar {
    background-color: #9d49bc;
    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.7);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-right: 1px solid #fff;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 332, ../sass/custom.scss */
.donate_section .progress-bar-striped, .donate_section .progress-striped .progress-bar {
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
/* line 337, ../sass/custom.scss */
.donate_section h3 {
    margin: 0 0 10px 0;
    font-size: 27px;
    font-family: 'Nexa-heavy';
}
    /* line 342, ../sass/custom.scss */
    .donate_section h3 i {
        font-size: 20px;
    }
/* line 346, ../sass/custom.scss */
.donate_section h4 {
    margin: 10px 0 20px 0;
    font-size: 17px;
    font-family: 'Nexa';
}
    /* line 351, ../sass/custom.scss */
    .donate_section h4 i {
        font-size: 14px;
    }
    /* line 354, ../sass/custom.scss */
    .donate_section h4 span {
        font-family: 'Nexa-heavy';
    }
/* line 358, ../sass/custom.scss */
.donate_section a {
    font-size: 19px;
    font-family: 'Nexa';
    color: #fff;
    border-radius: 50px;
    padding: 10px 32px;
    background-color: #5e306f;
}
    /* line 366, ../sass/custom.scss */
    .donate_section a span {
        font-family: 'Nexa-heavy';
    }
    /* line 371, ../sass/custom.scss */
    .donate_section a:hover {
        text-decoration: none;
        color: #ffc13c;
    }
/* line 375, ../sass/custom.scss */
.donate_section .campaign {
    background: url(../images/radius-bg.png) no-repeat center;
    color: #5e306f;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 52px;
    padding-top: 10px;
    font-family: 'Nexa-light';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 99;
}

/* line 394, ../sass/custom.scss */
.gallery {
    font-family: 'Nexa';
    padding: 10px 0 70px;
    font-weight: normal;
}

.newgallerytext {
    text-align: center;
}
    /* line 400, ../sass/custom.scss */
    .gallery h3 {
        font-size: 27px;
        color: #5e306f;
        text-transform: uppercase;
        text-align: center;
    }
    /* line 405, ../sass/custom.scss */
    .gallery h4 {
        font-size: 10px;
        color: #5e306f;
        margin-bottom: 50px;
        text-align: center;
    }
    /* line 411, ../sass/custom.scss */
    .gallery ul {
        margin: 0;
        padding: 0;
    }
        /* line 414, ../sass/custom.scss */
        .gallery ul li {
            list-style: none;
            width: 25%;
            float: left;
            padding: 5px;
        }

@media (max-width: 767px) {
    /* line 414, ../sass/custom.scss */
    .gallery ul li {
        width: 33.33%;
    }
}

@media (max-width: 480px) {
    /* line 414, ../sass/custom.scss */
    .gallery ul li {
        width: 50%;
    }
}
/* line 425, ../sass/custom.scss */
.gallery ul li img {
    max-width: 100%;
    display: block;
}
/* line 431, ../sass/custom.scss */
.gallery .visit {
    color: #5e306f;
    display: inline-block;
    margin: 20px auto 0;
    font-size: 17px;
}
    /* line 436, ../sass/custom.scss */
    .gallery .visit i {
        font-size: 12px;
    }

/* line 441, ../sass/custom.scss */
.angila_section {
    background: url(../images/background.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0 80px;
    text-align: center;
}
    /* line 447, ../sass/custom.scss */
    .angila_section h3 {
        font-family: 'Asap-bold-italic';
        font-size: 53px;
        color: #fff;
    }

@media (max-width: 991px) {
    /* line 447, ../sass/custom.scss */
    .angila_section h3 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    /* line 447, ../sass/custom.scss */
    .angila_section h3 {
        font-size: 22px;
    }
}
/* line 459, ../sass/custom.scss */
.angila_section p {
    font-family: 'Asap-italic';
    font-size: 23px;
    color: #ffc13c;
    max-width: 686px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    /* line 459, ../sass/custom.scss */
    .angila_section p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    /* line 459, ../sass/custom.scss */
    .angila_section p {
        font-size: 14px;
        padding: 0 20px;
    }
}
/* line 474, ../sass/custom.scss */
.angila_section img {
    margin: 20px 0 40px;
    display: inline-block;
}
/* line 478, ../sass/custom.scss */
.angila_section a {
    font-size: 19px;
    font-family: 'Nexa-heavy';
    color: #5e306f;
    border-radius: 50px;
    padding: 7px 22px;
    background-color: #ffc13c;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
}
    /* line 488, ../sass/custom.scss */
    .angila_section a span {
        font-family: 'Nexa';
    }
    /* line 492, ../sass/custom.scss */
    .angila_section a:hover {
        text-decoration: none;
        color: #fff;
    }

/* line 497, ../sass/custom.scss */
.family {
    position: relative;
}
    /* line 499, ../sass/custom.scss */
    .family .white-space {
        height: 40px;
        background: #fff;
    }
    /* line 503, ../sass/custom.scss */
    .family .family_content {
        background: #5e306f;
        height: 160px;
    }

@media (max-width: 991px) {
    /* line 503, ../sass/custom.scss */
    .family .family_content {
        height: auto;
        padding-top: 160px;
    }
}
/* line 512, ../sass/custom.scss */
.family .family_content .family_text {
    padding: 8px 0 0 30px;
}

@media (max-width: 991px) {
    /* line 512, ../sass/custom.scss */
    .family .family_content .family_text {
        padding: 22px 0 0 30px;
    }
}

@media (max-width: 767px) {
    /* line 512, ../sass/custom.scss */
    .family .family_content .family_text {
        padding: 10px 0 0 30px;
    }
}
/* line 523, ../sass/custom.scss */
.family .family_content .family_text h2 {
    color: #ffc13c;
    font-family: 'Asap-bold';
    font-size: 50px;
}

@media (max-width: 1199px) {
    /* line 523, ../sass/custom.scss */
    .family .family_content .family_text h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    /* line 523, ../sass/custom.scss */
    .family .family_content .family_text h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    /* line 523, ../sass/custom.scss */
    .family .family_content .family_text h2 {
        font-size: 20px;
        margin-top: 10px;
    }
}
/* line 541, ../sass/custom.scss */
.family .family_content .family_text p {
    font-size: 24px;
    color: #fff;
    font-family: 'Asap';
}

@media (max-width: 991px) {
    /* line 541, ../sass/custom.scss */
    .family .family_content .family_text p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    /* line 541, ../sass/custom.scss */
    .family .family_content .family_text p {
        font-size: 15px;
    }
}
/* line 555, ../sass/custom.scss */
.family .family_img {
    position: absolute;
    bottom: -159px;
}

@media (max-width: 991px) {
    /* line 555, ../sass/custom.scss */
    .family .family_img {
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
}
/* line 565, ../sass/custom.scss */
.family .family_img img {
    max-width: 100%;
}

/* line 570, ../sass/custom.scss */
.annual_budget {
    padding: 10px 0;
}
    /* line 573, ../sass/custom.scss */
    .annual_budget .img_annual_budget {
        float: left;
        width: 33%;
    }

@media (max-width: 767px) {
    /* line 573, ../sass/custom.scss */
    .annual_budget .img_annual_budget {
        width: 100%;
        text-align: center;
    }
}
/* line 582, ../sass/custom.scss */
.annual_budget .img_annual_budget img {
    max-width: 100%;
    display: inline-block;
}
/* line 587, ../sass/custom.scss */
.annual_budget .text_annual_budget {
    float: left;
    width: 41%;
}

@media (max-width: 767px) {
    /* line 587, ../sass/custom.scss */
    .annual_budget .text_annual_budget {
        width: 100%;
        text-align: center;
    }
}
/* line 595, ../sass/custom.scss */
.annual_budget .text_annual_budget p {
    font-size: 24px;
    color: #5e306f;
    font-family: 'Asap';
}

@media (max-width: 991px) {
    /* line 595, ../sass/custom.scss */
    .annual_budget .text_annual_budget p {
        font-size: 17px;
    }
}
/* line 603, ../sass/custom.scss */
.annual_budget .text_annual_budget p span {
    font-family: 'Nexa';
    font-size: 55px;
    display: block;
    margin-top: 10px;
}

@media (max-width: 991px) {
    /* line 603, ../sass/custom.scss */
    .annual_budget .text_annual_budget p span {
        font-size: 35px;
    }
}
/* line 615, ../sass/custom.scss */
.annual_budget .button_annual_budget {
    float: left;
    width: 25%;
}

@media (max-width: 767px) {
    /* line 615, ../sass/custom.scss */
    .annual_budget .button_annual_budget {
        width: 100%;
        text-align: center;
    }
}
/* line 623, ../sass/custom.scss */
.annual_budget .button_annual_budget a {
    font-size: 19px;
    font-family: 'Nexa-heavy';
    color: #5e306f;
    border-radius: 50px;
    padding: 7px 32px;
    background-color: #ffc13c;
    display: inline-block;
    margin-top: 80px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
    /* line 633, ../sass/custom.scss */
    .annual_budget .button_annual_budget a span {
        font-family: 'Nexa';
    }

@media (max-width: 991px) {
    /* line 623, ../sass/custom.scss */
    .annual_budget .button_annual_budget a {
        padding: 7px 20px;
    }
}

@media (max-width: 767px) {
    /* line 623, ../sass/custom.scss */
    .annual_budget .button_annual_budget a {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}
/* line 644, ../sass/custom.scss */
.annual_budget .button_annual_budget :hover {
    text-decoration: none;
    color: #ffc13c;
    background-color: #5e306f;
}

/* line 651, ../sass/custom.scss */
footer {
    background-color: #5e306f;
    padding: 40px 0 30px;
    display: block;
    color: #fff;
    font-family: 'Nexa';
}
    /* line 658, ../sass/custom.scss */
    footer address, footer p {
        margin: 0;
        padding-left: 80px;
        line-height: 1.7em;
        font-size: 16px;
    }
@media (max-width: 767px) {
    footer address, footer p {
        padding-left: 20px;
    }

}

@media (max-width: 767px) {
    /* line 664, ../sass/custom.scss */
    footer address {
        margin-bottom: 20px;
    }
}
/* line 669, ../sass/custom.scss */
footer .mobile-logo {
    margin-bottom: 30px;
}
/* line 673, ../sass/custom.scss */
footer a {
    color: #fff;
}
/* line 676, ../sass/custom.scss */
footer .footer_logo {
    float: right;
    margin-right: 40px;
}

/*---------askanim-page--------------*/
/* line 683, ../sass/custom.scss */
.navbar-default.inner-pages {
    position: relative;
    background-color: #5e306f;
    top: 0;
}

@media (max-width: 767px) {
    /* line 683, ../sass/custom.scss */
    .navbar-default.inner-pages {
        position: absolute;
        z-index: 999;
    }
}

/* line 693, ../sass/custom.scss */
.about-banner {
    background: url(../images/about-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 105px;
    text-align: center;
}

@media (max-width: 767px) {
    /* line 693, ../sass/custom.scss */
    .about-banner {
        margin-top: 70px;
    }
}
/* line 701, ../sass/custom.scss */
.about-banner h1 {
    font-size: 36px;
    color: #5e306f;
    font-family: 'Nexa-light';
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* line 709, ../sass/custom.scss */
.about-section {
    padding: 20px 0;
}
    /* line 712, ../sass/custom.scss */
    .about-section .search {
        float: right;
    }

@media (max-width: 767px) {
    /* line 712, ../sass/custom.scss */
    .about-section .search {
        float: none;
    }
}
/* line 718, ../sass/custom.scss */
.about-section .search .form-group {
    margin: 0;
}
/* line 721, ../sass/custom.scss */
.about-section .search input {
    color: #848484;
    height: 37px;
    width: 310px;
    border-radius: 40px;
    background-color: #ebebeb;
    border: none;
    font-family: 'Nexa';
    font-size: 18px;
    padding: 0 7px;
    background-image: url(../images/search-big.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left 10px center;
    background-size: 22px;
    box-shadow: none;
}

@media (max-width: 767px) {
    /* line 721, ../sass/custom.scss */
    .about-section .search input {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* line 743, ../sass/custom.scss */
.about-section .search ::placeholder {
    color: #848484;
}
/* line 747, ../sass/custom.scss */
.about-section .search :-ms-input-placeholder {
    color: #848484;
}
/* line 751, ../sass/custom.scss */
.about-section .search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #848484;
}
/* line 755, ../sass/custom.scss */
.about-section select {
    color: #848484;
    height: 37px;
    width: 140px;
    border-radius: 40px;
    background-color: #ebebeb;
    border: none;
    font-family: 'Nexa';
    font-size: 18px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {
    /* line 755, ../sass/custom.scss */
    .about-section select {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* line 774, ../sass/custom.scss */
.about-section select:focus {
    outline: none;
}
/* line 777, ../sass/custom.scss */
.about-section .user_profile {
    margin: 65px 0;
    float: left;
    width: 100%;
    text-align: center;
}
    /* line 782, ../sass/custom.scss */
    .about-section .user_profile .user-img {
        width: 134px;
        height: 134px;
        border-radius: 100%;
        margin: 0px auto;
        overflow: hidden;
    }
        /* line 789, ../sass/custom.scss */
        .about-section .user_profile .user-img img {
            max-width: 100%;
            display: block;
        }
    /* line 794, ../sass/custom.scss */
    .about-section .user_profile .uder-details {
        max-width: 200px;
        margin: 0 auto 35px;
    }
        /* line 797, ../sass/custom.scss */
        .about-section .user_profile .uder-details h3 {
            font-size: 14px;
            font-family: 'Nexa-heavy';
            color: #5e306f;
            margin: 15px 0 5px;
        }
        /* line 804, ../sass/custom.scss */
        .about-section .user_profile .uder-details h4 {
            display: inline-block;
            padding: 2px 16px;
            border-radius: 40px;
            background-color: #ffc13c;
            color: #5e306f;
            font-family: 'Nexa-heavy';
            font-size: 18px;
            margin: 2px 0;
        }
        /* line 814, ../sass/custom.scss */
        .about-section .user_profile .uder-details .progress {
            max-width: 570px;
            margin: 0 auto;
            height: 7px;
            margin-bottom: 6px;
            margin-top: 12px;
            overflow: hidden;
            background-color: #212121;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
            border: 1px solid #9c50b7;
            border-radius: 59px;
            -webkit-animation: progress-bar-stripes 2s linear infinite;
            -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
            background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
        }

@media screen and (max-width: 767px) {
    /* line 814, ../sass/custom.scss */
    .about-section .user_profile .uder-details .progress {
        max-width: 80%;
        margin: 0 auto;
        height: 9px;
        border: 1px solid #9c50b7;
    }
}
/* line 842, ../sass/custom.scss */
.about-section .user_profile .uder-details .progress-bar {
    background-color: #9d49bc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-right: 1px solid #fff;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 855, ../sass/custom.scss */
.about-section .user_profile .uder-details .progress-bar-striped, .about-section .user_profile .uder-details .progress-striped .progress-bar {
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
/* line 860, ../sass/custom.scss */
.about-section .user_profile .uder-details p {
    font-size: 12px;
    color: #5e306f;
    font-family: 'Nexa';
}
    /* line 864, ../sass/custom.scss */
    .about-section .user_profile .uder-details p span {
        font-family: 'Nexa-heavy';
    }
/* line 870, ../sass/custom.scss */
.about-section .row-1 {
    margin-left: -10px;
    margin-right: -10px;
}
/* line 874, ../sass/custom.scss */
.about-section .pad-about {
    padding: 0 10px;
}

/*--------------------user-page-------------------------*/
/* line 880, ../sass/custom.scss */
.user-section {
    margin: 70px 0;
    display: block;
}

@media (max-width: 767px) {
    /* line 880, ../sass/custom.scss */
    .user-section {
        margin: 30px auto;
    }
}
/* line 886, ../sass/custom.scss */
.user-section .uder-profile-pic {
    width: 360px;
    height: 360px;
    border-radius: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* line 886, ../sass/custom.scss */
    .user-section .uder-profile-pic {
        margin: 0 auto;
        width: 240px;
        height: 240px;
    }
}
/* line 898, ../sass/custom.scss */
.user-section .uder-profile-pic img {
    max-width: 100%;
    display: block;
}
/* line 903, ../sass/custom.scss */
.user-section .user-content {
    max-width: 400px;
    margin-top: 60px;
}

@media (max-width: 767px) {
    /* line 903, ../sass/custom.scss */
    .user-section .user-content {
        margin: 30px auto;
    }
}
/* line 909, ../sass/custom.scss */
.user-section .user-content p {
    font-size: 14px;
    color: #5e306f;
    font-family: 'Nexa';
    text-align: justify;
}
    /* line 915, ../sass/custom.scss */
    .user-section .user-content p.text-right {
        text-align: right;
        font-family: 'Nexa-heavy';
    }
/* line 920, ../sass/custom.scss */
.user-section .uder-details {
    max-width: 350px;
    margin: 0 auto 35px;
    text-align: center;
}
    /* line 924, ../sass/custom.scss */
    .user-section .uder-details h3 {
        font-size: 40px;
        font-family: 'Nexa-heavy';
        color: #5e306f;
        margin: 15px 0 60px;
    }

@media (max-width: 680px) {
    /* line 924, ../sass/custom.scss */
    .user-section .uder-details h3 {
        font-size: 30px;
        margin: 0 auto 20px;
    }
}
/* line 936, ../sass/custom.scss */
.user-section .uder-details h4 {
    display: inline-block;
    padding: 2px 29px;
    border-radius: 40px;
    background-color: #ffc13c;
    color: #5e306f;
    font-family: 'Nexa-heavy';
    font-size: 40px;
    margin: 15px 0;
}

@media (max-width: 680px) {
    /* line 936, ../sass/custom.scss */
    .user-section .uder-details h4 {
        font-size: 28px;
        margin: 10px auto;
        width: 210px;
        height: 30px;
    }
}
/* line 953, ../sass/custom.scss */
.user-section .uder-details .progress {
    max-width: 570px;
    margin: 0 auto;
    height: 12px;
    margin-bottom: 6px;
    margin-top: 12px;
    overflow: hidden;
    background-color: #212121;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
    border: 2px solid #9c50b7;
    border-radius: 59px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}

@media screen and (max-width: 767px) {
    /* line 953, ../sass/custom.scss */
    .user-section .uder-details .progress {
        max-width: 80%;
        margin: 0 auto;
        height: 9px;
        border: 1px solid #9c50b7;
    }
}
/* line 981, ../sass/custom.scss */
.user-section .uder-details .progress-bar {
    background-color: #9d49bc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.7);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-right: 1px solid #fff;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 994, ../sass/custom.scss */
.user-section .uder-details .progress-bar-striped, .user-section .uder-details .progress-striped .progress-bar {
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
/* line 999, ../sass/custom.scss */
.user-section .uder-details p {
    font-size: 25px;
    color: #5e306f;
    font-family: 'Nexa';
}

@media (max-width: 680px) {
    /* line 999, ../sass/custom.scss */
    .user-section .uder-details p {
        font-size: 20px;
    }
}
/* line 1008, ../sass/custom.scss */
.user-section .uder-details p span {
    font-family: 'Nexa-heavy';
}
/* line 1012, ../sass/custom.scss */
.user-section .uder-details a {
    font-size: 28px;
    font-family: 'Nexa';
    color: #fff;
    border-radius: 50px;
    padding: 10px 26px;
    background-color: #5e306f;
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 680px) {
    /* line 1012, ../sass/custom.scss */
    .user-section .uder-details a {
        font-size: 19px;
        margin-top: 5px;
    }
}
/* line 1027, ../sass/custom.scss */
.user-section .uder-details a span {
    font-family: 'Nexa-heavy';
}
/* line 1034, ../sass/custom.scss */
.user-section .uder-details a:hover {
    text-decoration: none;
    color: #ffc13c;
}
/* line 1039, ../sass/custom.scss */
.user-section .about-angila {
    max-width: 260px;
    margin: 290px auto 0;
    text-align: center;
}

@media (max-width: 767px) {
    /* line 1039, ../sass/custom.scss */
    .user-section .about-angila {
        margin: 20px auto;
    }
}
/* line 1047, ../sass/custom.scss */
.user-section .about-angila p {
    font-size: 14px;
    color: #5e306f;
    font-family: 'Asap-italic';
}
    /* line 1052, ../sass/custom.scss */
    .user-section .about-angila p span {
        font-family: 'Asap-bold-italic';
        display: block;
        font-size: 20px;
    }
/* line 1058, ../sass/custom.scss */
.user-section .about-angila a {
    font-size: 19px;
    font-family: 'Nexa-heavy';
    color: #5e306f;
    border-radius: 50px;
    padding: 7px 22px;
    background-color: #ffc13c;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
}
    /* line 1068, ../sass/custom.scss */
    .user-section .about-angila a span {
        font-family: 'Nexa';
    }
    /* line 1072, ../sass/custom.scss */
    .user-section .about-angila a:hover {
        text-decoration: none;
        color: #fff;
    }

/* line 1078, ../sass/custom.scss */
.donations {
    margin: 90px 0 50px 0;
    text-align: center;
}

@media (max-width: 767px) {
    /* line 1078, ../sass/custom.scss */
    .donations {
        margin: 30px auto;
    }
}
/* line 1086, ../sass/custom.scss */
.donations h3 {
    text-transform: uppercase;
    font-size: 27px;
    color: #929292;
    font-family: 'Nexa';
    margin-bottom: 30px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    /* line 1086, ../sass/custom.scss */
    .donations h3 {
        font-size: 22px;
    }
}
/* line 1098, ../sass/custom.scss */
.donations .row-custom {
    margin-right: -10px;
    margin-left: -10px;
}
/* line 1102, ../sass/custom.scss */
.donations .content-donation {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    /* line 1102, ../sass/custom.scss */
    .donations .content-donation {
        width: 50%;
    }
}

@media (max-width: 640px) {
    /* line 1102, ../sass/custom.scss */
    .donations .content-donation {
        width: 100%;
    }
}
/* line 1117, ../sass/custom.scss */
.donations .content-donation .inner-details {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px 15px 5px 15px;
    width: 100%;
    float: left;
    min-height: 250px;
}
    /* line 1126, ../sass/custom.scss */
    .donations .content-donation .inner-details .uder-details {
        width: 50%;
        float: left;
        max-width: 350px;
        text-align: center;
        min-height: 127px;
    }
        /* line 1132, ../sass/custom.scss */
        .donations .content-donation .inner-details .uder-details h3 {
            font-size: 17px;
            font-family: 'Nexa-heavy';
            color: #5e306f;
            margin: 0;
            text-transform: initial;
        }
        /* line 1140, ../sass/custom.scss */
        .donations .content-donation .inner-details .uder-details h5 {
            font-size: 14px;
            font-family: 'Nexa';
            color: #5e306f;
            margin: 5px 0 0;
        }
        /* line 1146, ../sass/custom.scss */
        .donations .content-donation .inner-details .uder-details h4 {
            display: inline-block;
            padding: 1px 10px;
            border-radius: 40px;
            background-color: #ffc13c;
            color: #5e306f;
            font-family: 'Nexa-heavy';
            font-size: 18px;
        }
        /* line 1156, ../sass/custom.scss */
        .donations .content-donation .inner-details .uder-details p {
            font-size: 14px;
            color: #5e306f;
            font-family: 'Nexa';
            margin: 0;
        }
        /* line 1162, ../sass/custom.scss */
        .donations .content-donation .inner-details .uder-details span {
            font-family: 'Nexa-heavy';
            font-size: 14px;
            color: #5e306f;
            display: inline-block;
        }
    /* line 1169, ../sass/custom.scss */
    .donations .content-donation .inner-details .media-image {
        width: 50%;
        float: left;
    }
        /* line 1173, ../sass/custom.scss */
        .donations .content-donation .inner-details .media-image img {
            display: block;
            max-width: 100%;
        }
    /* line 1178, ../sass/custom.scss */
    .donations .content-donation .inner-details label {
        font-size: 10px;
        font-family: 'Nexa-italic';
        color: #535253;
        display: block;
        text-align: left;
        margin: 10px 0 0 4px;
    }
    /* line 1186, ../sass/custom.scss */
    .donations .content-donation .inner-details textarea {
        height: 60px;
        width: 100%;
        border: none;
        background-color: #fff;
        border-radius: 8px;
        font-size: 10px;
        font-family: 'Nexa';
        padding: 5px;
    }
    /* line 1196, ../sass/custom.scss */
    .donations .content-donation .inner-details .text-italic {
        font-size: 10px;
        font-family: 'Nexa-italic';
        color: #535253;
        display: block;
        text-align: right;
        margin-bottom: 0;
    }

/*------------payment-form-----------------*/
/* line 1208, ../sass/custom.scss */
.payment-form {
    padding: 110px 0;
}
    /* line 1211, ../sass/custom.scss */
    .payment-form .thank-you-report {
        padding: 0 0 110px;
        color: #5e306f;
        font-family: 'Nexa';
    }
        /* line 1216, ../sass/custom.scss */
        .payment-form .thank-you-report h3 {
            font-size: 33px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

@media (max-width: 767px) {
    /* line 1211, ../sass/custom.scss */
    .payment-form .thank-you-report {
        padding: 0 0 30px;
    }
        /* line 1224, ../sass/custom.scss */
        .payment-form .thank-you-report h3 {
            font-size: 25px;
        }
}
/* line 1228, ../sass/custom.scss */
.payment-form .thank-you-report p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
/* line 1235, ../sass/custom.scss */
.payment-form .donation_amount h3 {
    font-size: 33px;
    margin: 0 0 40px 0;
    padding: 0;
    text-transform: uppercase;
    color: #5e306f;
    font-family: 'Nexa';
    text-align: center;
}

@media (max-width: 767px) {
    /* line 1235, ../sass/custom.scss */
    .payment-form .donation_amount h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
/* line 1250, ../sass/custom.scss */
.payment-form .donation_amount .big-amount {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
    /* line 1254, ../sass/custom.scss */
    .payment-form .donation_amount .big-amount li {
        width: auto;
        display: inline-block;
        padding: 0 10px;
        color: #5e306f;
    }

@media (max-width: 991px) {
    /* line 1254, ../sass/custom.scss */
    .payment-form .donation_amount .big-amount li {
        width: 31%;
    }
}

@media (max-width: 767px) {
    /* line 1254, ../sass/custom.scss */
    .payment-form .donation_amount .big-amount li {
        width: 100%;
    }
}
/* line 1266, ../sass/custom.scss */
.payment-form .donation_amount .big-amount li h4 {
    font-family: 'Nexa';
    font-size: 15px;
    max-width: 156px;
    margin: 10px auto;
}
/* line 1272, ../sass/custom.scss */
.payment-form .donation_amount .big-amount li p {
    font-size: 34px;
    background-color: #ffc13c;
    display: inline-block;
    font-family: 'Nexa-heavy';
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 5px 20px;
}
    /* line 1281, ../sass/custom.scss */
    .payment-form .donation_amount .big-amount li p i {
        font-size: 30px;
    }

@media (max-width: 767px) {
    /* line 1272, ../sass/custom.scss */
    .payment-form .donation_amount .big-amount li p {
        font-size: 24px;
    }
        /* line 1287, ../sass/custom.scss */
        .payment-form .donation_amount .big-amount li p i {
            font-size: 15px;
        }
}
/* line 1292, ../sass/custom.scss */
.payment-form .donation_amount .big-amount li p:hover {
    background: #5e306f;
    color: #ffc13c;
}
/* line 1299, ../sass/custom.scss */
.payment-form .donation_amount .small_ammount {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
    /* line 1303, ../sass/custom.scss */
    .payment-form .donation_amount .small_ammount li {
        width: auto;
        display: inline-block;
        margin: 0 15px;
        color: #ffc13c;
        font-size: 19px;
        background-color: #5e306f;
        display: inline-block;
        font-family: 'Nexa-heavy';
        border-radius: 30px;
        padding: 4px 15px;
        margin-bottom: 20px;
    }

@media (max-width: 991px) {
    /* line 1303, ../sass/custom.scss */
    .payment-form .donation_amount .small_ammount li {
        width: 31%;
    }
}
/* line 1319, ../sass/custom.scss */
.payment-form .donation_amount .small_ammount li p {
    padding: 0;
    margin: 0;
}
/* line 1324, ../sass/custom.scss */
.payment-form .donation_amount .small_ammount li:hover {
    background: #ffc13c;
    color: #5e306f;
}
/* line 1330, ../sass/custom.scss */
.payment-form h5, .payment-form label {
    font-size: 23px;
    color: #5e306f;
    font-family: 'Nexa';
    font-weight: normal;
}

@media (max-width: 991px) {
    /* line 1330, ../sass/custom.scss */
    .payment-form h5, .payment-form label {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    /* line 1343, ../sass/custom.scss */
    .payment-form h5 {
        margin-top: 20px;
    }
}
/* line 1349, ../sass/custom.scss */
.payment-form .information .form-control {
    height: 47px;
    font-size: 23px;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none;
    border-radius: 40px;
    margin-bottom: 20px;
    font-family: 'Nexa';
    padding-left: 20px;
    font-family: 'Nexa';
}

@media (max-width: 991px) {
    /* line 1349, ../sass/custom.scss */
    .payment-form .information .form-control {
        font-size: 17px;
        height: 47px;
    }
}
/* line 1366, ../sass/custom.scss */
.payment-form .information textarea.extra {
    height: 83px;
    border-radius: 6px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    /* line 1366, ../sass/custom.scss */
    .payment-form .information textarea.extra {
        font-size: 17px;
    }
}
/* line 1374, ../sass/custom.scss */
.payment-form .information textarea.comment {
    height: 120px;
    border-radius: 6px;
    margin-bottom: 0;
}
/* line 1379, ../sass/custom.scss */
.payment-form .information .charty-text {
    margin-top: -50px;
}
/* line 1382, ../sass/custom.scss */
.payment-form .information .mar-top {
    margin-top: 50px;
}
/* line 1385, ../sass/custom.scss */
.payment-form .information .mgt-20 {
    margin-top: -46px;
}

@media (max-width: 767px) {
    /* line 1389, ../sass/custom.scss */
    .payment-form .information .charty-text {
        margin-top: 0px;
    }
    /* line 1392, ../sass/custom.scss */
    .payment-form .information .mar-top {
        margin-top: 0px;
    }
    /* line 1395, ../sass/custom.scss */
    .payment-form .information .mgt-20 {
        margin-top: 0px;
    }
}
/* line 1399, ../sass/custom.scss */
.payment-form .information .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
    /* line 1404, ../sass/custom.scss */
    .payment-form .information .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
/* line 1415, ../sass/custom.scss */
.payment-form .information .btn-primary.cutom {
    font-size: 19px;
    border-radius: 20px;
    padding: 3px 9px;
    color: #ffc13c;
    background-color: #5e306f;
    float: right;
    width: 145px;
    font-family: 'Nexa-heavy';
}
    /* line 1426, ../sass/custom.scss */
    .payment-form .information .btn-primary.cutom:hover {
        color: #5e306f;
        background: #ffc13c;
        border-color: #ffc13c;
    }
/* line 1433, ../sass/custom.scss */
.payment-form .payment-method h3 {
    font-size: 33px;
    margin: 80px 0 40px 0;
    padding: 0;
    text-transform: uppercase;
    color: #5e306f;
    font-family: 'Nexa';
    text-align: center;
}

@media (max-width: 767px) {
    /* line 1433, ../sass/custom.scss */
    .payment-form .payment-method h3 {
        font-size: 25px;
    }
}
/* line 1446, ../sass/custom.scss */
.payment-form .payment-method .methods_pay {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
    /* line 1450, ../sass/custom.scss */
    .payment-form .payment-method .methods_pay li {
        width: 31%;
        display: inline-block;
        margin: 15px 0;
        list-style-type: none;
        background: url(../images/bor-verti.png) no-repeat right center;
    }

@media (max-width: 767px) {
    /* line 1450, ../sass/custom.scss */
    .payment-form .payment-method .methods_pay li {
        width: 100%;
        background: none;
    }
}

@media (max-width: 991px) {
    /* line 1461, ../sass/custom.scss */
    .payment-form .payment-method .methods_pay li img {
        width: 150px;
    }
}
/* line 1467, ../sass/custom.scss */
.payment-form .payment-method .methods_pay li:last-child {
    background-image: none;
}
/* line 1472, ../sass/custom.scss */
.payment-form .submit {
    font-size: 32px;
    font-family: 'Nexa-heavy';
    color: #ffc13c;
    background: #5e306f;
    border-radius: 50px;
    padding: 5px 40px;
    margin: 40px 0;
}

@media (max-width: 767px) {
    /* line 1472, ../sass/custom.scss */
    .payment-form .submit {
        font-size: 20px;
    }
}
/* line 1487, ../sass/custom.scss */
.payment-form .submit:hover {
    color: #5e306f;
    background: #ffc13c;
}

/*add to css via shmulik*/

/*for user page donate button*/

.user-section .uder-details a:hover {
    border-style: outset;
}

.user-section .uder-details a {
    font-size: 28px;
    font-family: 'Nexa';
    color: #fff;
    border-radius: 50px;
    padding: 10px 26px;
    background-color: #5e306f;
    margin-top: 30px;
    display: inline-block;
    border-style: solid;
}

/*for payments button*/

.payment-form .payment-method .methods_pay li img {
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
    border-radius: 15px;
}

    .payment-form .payment-method .methods_pay li img:hover {
        border-style: solid;
        border-width: 3px;
        border-color: #602e6c;
        border-radius: 15px;
    }

/*for amount button*/

.payment-form .donation_amount .big-amount li p {
    border-style: solid;
    border-color: transparent;
    border-width: 3px;
}

    .payment-form .donation_amount .big-amount li p:hover {
        border-style: solid;
        border-color: #ffc13c;
        border-width: 3px;
    }

/*for top donation donate button*/

.donate_section a:hover {
    text-decoration: none;
    color: #5e306f;
    background-color: #ffc24f;
    border-style: solid;
    border-width: 3px;
    border-color: #5e306f;
}

/*copyright section*/
.copyright p {
    font-size: 10px;
    padding-left: inherit;
}

/*nav bar white divider*/
div#bs-example-navbar-collapse-1 {
    color: #fff;
}


/* hide progress bar in the top of page after event*/


/*.progress, .donate_section h3, .donate_section h4, .donate_section .campaign {
    display: block;
     
}


.donate_section {
  padding-top: 30px;
}*/




/*hide or unhide social media icon */

.mediaicons {
    display: none;
}



/* new homepage gallery*/


.newgallery .row > .column {
  padding: 0 8px;
}

.newgallery .row:after {
  content: "";
  display: table;
  clear: both;
}

.newgallery .column {
  float: left;
  width: 25%;
}

.newgallery .smallcolumn .column {
  float: left;
  width: 12.5%;
  padding: 0.5px;
}

/* The Modal (background) */
.newgallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.newgallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.newgallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.newgallery .close:hover,
.newgallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.newgallery .mySlides {
  display: none;
}

.newgallery.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.newgallery .prev,
.newgallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.newgallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.newgallery .prev:hover,
.newgallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.newgallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.newgallery img {
  margin-bottom: -4px;
   max-height: 650px;
}

.newgallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.newgallery .demo {
  opacity: 0.6;
}

.newgallery .active,
.newgallery .demo:hover {
  opacity: 1;
}

.newgallery img.hover-shadow {
  transition: 0.3s;
}

.newgallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vidcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.vidcontainer .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* end of new homepage gallery*/



 #donationpopindiv {
            visibility: hidden;
            min-width: 250px;
            margin-left: 0px;
            background-color: #333;
            color: #fff;
            text-align: center;
            border-radius: 2px;
            padding: 16px;
            position: fixed;
            z-index: 1;
            left: 30px;
            bottom: 50%;
            font-size: 17px;
        }

 #donationpopindiv.show {
                visibility: visible;
                -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
                animation: fadein 0.5s, fadeout 0.5s 2.5s;
            }

        @-webkit-keyframes fadein {
            from {
                left: 0;
                opacity: 0;
            }

            to {
                left: 30px;
                opacity: 1;
            }
        }

        @keyframes fadein {
            from {
                left: 0;
                opacity: 0;
            }

            to {
                left: 30px;
                opacity: 1;
            }
        }

        @-webkit-keyframes fadeout {
            from {
                left: 30px;
                opacity: 1;
            }

            to {
                left: 0;
                opacity: 0;
            }
        }

        @keyframes fadeout {
            from {
                left: 30px;
                opacity: 1;
            }

            to {
                left: 0;
                opacity: 0;
            }
        }