*{
    font-family: 'Poppins', sans-serif;
}

.nav-bar {
    top: 0;
    z-index: 111;
}

.social_link {
    display: flex;
    justify-content: space-around;
}

.social_link a {
    text-decoration: none;
}

.nav-item img {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-top: 5px;
}

.sidenav2 {
    /*position: absolute;*/
    padding: 16px 16px;
    /*top: 65px;*/
    background-color: white;
    width: 100%;
    /*height: 50px;*/
    display: inline-block;
    justify-content: space-between;
    text-align: center;
}

.sidenav2 a {
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    transition: 0.3s;
}

.sidenav2 a:hover {
    color: white;
    /*background: #110299;*/
}

.category {
    display: none;
}



/* ****************** nav *************** */
/*.nav-bar {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 111;*/
/*}*/

.nav-bar,
.card1,
.right-div-p,
.left-div-p,
.buttons button,
.contact-footer {
    background: rgb(232, 0, 0);
    background: linear-gradient(267deg, rgba(232, 0, 0, 1) 0%, rgba(61, 0, 0, 1) 100%);
}

.sidenav2 a:hover {
    background: rgb(232, 0, 0);
    background: linear-gradient(267deg, rgba(232, 0, 0, 1) 0%, rgba(61, 0, 0, 1) 100%);
}

.social_link {
    display: flex;
    justify-content: space-around;
}

.social_link a {
    text-decoration: none;
}

.social-icon {
    position: absolute;
    right: 30px;
}

.social-icon a {
    font-size: 25px;
    color: #fff;
    transition: .3s;
}

.social-icon a:hover {
    color: yellow;
    transition: .3s;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    width: 250px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidenav a {
    padding: 4px 8px 4px 2px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #d9dbde;
}

.menu {
    border-bottom: 0 !important;
}

.sidenav a:hover {
    color: #DF2800;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    margin-left: 50px;
}

#close-btn .fa {
    margin-top: 10px;
    color: white;
    font-size: 27px !important;
}

.sidenav_home {
    height: 100px;
    width: auto;
    background: rgb(232, 0, 0);
    background: linear-gradient(267deg, rgba(232, 0, 0, 1) 0%, rgba(61, 0, 0, 1) 100%);
    margin: auto;
}

.sidenav_home img {
    margin: auto;
    padding: 10px;
    height: 100%;
    width: auto;
}


.nav-bar {
    display: grid;
    align-items: center;
    width: 100%;
    height: 65px;
    /*background: linear-gradient(254deg, rgba(0,141,205,1) 50%, rgba(178,231,255,1) 100%);*/
}

.nav-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

.nav-item img {
    height: 100%;
    width: 100%;
    margin: auto;

}

.category {
    font-size: 20px;
    cursor: pointer;
    color: white;
    padding: 11px;
    z-index: 999;
}

.web_logo {
    height: auto;
    width: 60px;
    padding-left: 2px;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav i {
    font-size: 14px;
    margin-bottom: 50px;
}

i {
    margin: 0 !important;
    padding: 0px 3px;
    font-size: 18px;
}

.logout-btn {
    position: relative;
}

.logout-btn:hover a {
    visibility: visible;
    transition: .3s;
}

.logout-btn a {
    visibility: hidden;
    position: absolute;
    top: 50px;
    color: #fff;
    right: 2px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 10px;
    background: red;
    border-radius: 10px;
    transition: .3s;
}

.logout-btn img {
    border-radius: 50%;
}

.nav_heading {
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: auto;
    width: auto;
    padding: 11px;
}

.nav_heading h3 {
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 23px;
    font-weight: bold;
}

#Profile_img {
    height: 40px;
    width: 40px;
}

.social_link i {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .nav_heading {
        width: 400px;
    }

    .nav_heading h3 {
        font-size: 20px;
        margin-left: 90px;
    }

    .social-icon {
        display: none;
    }

    .nav-bar {
        height: 60px;
    }
}


/* ********* member ********** */
.column1 {
    width: 30%;
    margin-bottom: 10px;
}

.card1 {
    height: auto;
    width: 200px;
    margin: auto;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    /*background:#FD6108;*/
    padding: 10px;
}

.card1 img {
    border: 1px solid grey;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.contain-card p, .right-div-p {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}

.member_card p{
    color: white;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}

.contain-card h4 {
    text-align: center;
    margin: 10px;
    color: white;
}

.member_card h4 {
    margin: 10px;
    color: white;
}

.sidenav2 a.active{
    background: linear-gradient(267deg, rgba(232, 0, 0, 1) 0%, rgba(61, 0, 0, 1) 100%);
    color: white;
}
/*.sidenav2{*/
/*    padding-bottom: 42px;*/
/*}*/





@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(../maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);


section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    background: #E7E9EB;
    height: auto;
    padding-top: 30px;
    margin-bottom: 40px;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.stats .fa {
    color: rgba(238, 114, 2, 1);
    font-size: 60px;
}

/*/ end count stats /*/



@import "https://fonts.googleapis.com/css?family=Open+Sans:800&amp;display=swap";

.main_slider {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: open sans;
    background: #f8f8f8;
}

.testimonial h3 {
    text-align: center;
    margin: 6% auto;
    font-size: 1.8rem;
    font-weight: 800;
    color: #444;
}

#test_head {
    margin: 20px 0px;
}

.main_slider .slider {
    display: flex;
    height: 350px;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 16px;
    transform: scroll(calc(var(--i, 0)/var(--n)*-100%));
    scroll-behavior: smooth;
}

.slider::-webkit-scrollbar {
    height: 5px;
    width: 150px;
    display: none;
}

.main_sliderr::-webkit-scrollbar-track {
    background: transparent;
}

.main_sliderr::-webkit-scrollbar-thumb {
    background: #888;
}

.main_sliderr::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main_sliderr img:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

.main_slider {

    position: relative;
}

.main_slider img {
    height: 80%;
    width: 250px;
    margin: 0 10px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.control-prev-btn {
    position: absolute;
    top: 26%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
}

.control-next-btn {
    position: absolute;
    top: 26%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
}

.main_slider img.zoomed {
    width: 500px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* transform: scale(1) translatey(0) !important; */

}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .45);
    top: 0;

    display: none;
}

.overlay.active {
    display: block;
}

@media only screen and (max-width: 420px) {
    .main_sliderr {
        padding: 0;
    }

    .main_slider {
        padding: 16px 10px;
    }

    .main_slider img {
        margin: 0;
    }

    .control-prev-btn {
        top: 37%;
    }

    .control-next-btn {
        top: 37%;
    }
}



.testimonial {
    border-right: 4px solid rgb(51, 146, 4);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    min-height: 250px;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid rgb(255, 89, 0);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid rgb(255, 89, 0);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(255, 89, 0);
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: rgb(51, 146, 4);
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid rgba(238, 114, 2, 1);
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: rgba(238, 114, 2, 1) !important;
    border-color: rgba(238, 114, 2, 1);
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}




.contact-footer {
    bottom: 0;
    z-index: 111;
    /*background: #FD6108!important;*/
    /*background: linear-gradient(254deg, rgba(0,141,205,1) 50%, rgba(178,231,255,1) 100%);*/
}

.main-footer-div {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.social_icon {
    margin: auto;
}

.social_icon a {
    justify-content: space-between;
    padding: 10px;
    color: white;
    text-decoration: none;
    font-size: 26px;
    transition: 0.3s;
}

.social_icon a:hover {
    color: yellow;
    transition: 0.3s;
}

.social_links {
    display: flex;
    margin: auto;
    justify-content: center;
}

.page_link {
    display: inline;
}

.page_link a {
    display: inline;
    margin: auto;
    text-align: left;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.copyright p {
    margin-top: 10px;
    font-size: 10px;
    color: white;
    text-align: center;
}

.Company_detail {
    height: auto;
    width: 100px;
    margin: auto;
}

.Company_detail img {
    margin: auto;
    padding: 5px;
    width: 100%;
}

.Company_detail p {
    text-align: center;
    color: white;
    font-size: 10px;
}

.About_company p {
    margin-top: 10px;
    font-size: 12px;
    color: white;
    text-align: center;
}

.About_company img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.footer_last {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 8px;
    text-align: left !important;
}

.footer_last p {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.footer_last a {
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .main-footer-div {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
    }

    .Company_detail,
    .social_icon {
        margin-bottom: 10px;
    }
}




.login-title {
    background: linear-gradient(180deg, rgba(232, 0, 0, 1) 0%, rgba(72, 0, 0, 1) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold
}

.btn-grad {
    background: linear-gradient(180deg, rgba(232, 0, 0, 1) 0%, rgba(72, 0, 0, 1) 100%);
    color: white
}


.image_preview_div {
    border: 2px solid gray;
    border-radius: 10px;
    height: 40px !important;
}

.image_preview_div img {
    width: 35px;
    padding-left: 3px;
}






.row {
    margin: 0;
    align-items: center;
    /*margin-top: 50px;*/
}

.pradonate .title {
    margin: auto;
    width: 500px;
    height: auto;
    padding: 5px;
    padding-left: 20px;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background-color: white;
    background: rgb(99, 148, 177);
    background: linear-gradient(130deg, rgba(99, 148, 177, 1) 43%, rgba(89, 128, 154, 1) 72%);
}

.nav-heading {
    /* padding: 20px;
    height: 20px;
    width: 100%; */
}

.title p {
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.title span {
    background-color: #CA252B;
    padding: 10px;
    color: white;
    border-radius: 10px;
}

.donation {
    margin: auto;
    margin-top: 20px;
    width: 500px;
    height: auto;
    padding: 10px;
    padding-left: 30px;
    /* text-align: center; */
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background: rgb(61, 108, 136);
    background: linear-gradient(130deg, rgba(61, 108, 136, 1) 43%, rgba(12, 88, 134, 1) 72%);

}

.donation p {
    /* margin-top:20px; */
    font-size: 20px;
    color: #fff;
}

.qrcode {
    margin: auto;
    margin-top: 20px;
    width: 250px;
    height: auto;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-5 {
    /* border: 1px solid red; */
}

.note {
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.note p {
    font-size: 16px;
    font-weight: bold;
}

.donation_payment_img img {
    margin: auto;
    height: 100%;
    width: 350px;
    display: block !important;
    /* margin: auto; */
    margin-top: 10px;
    margin-bottom: 30px;
}

.qr_div {
    background: #fff;
    width: 450px;
    padding: 10px;
    border-radius: 10px;

}

.charge_div {
    padding: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 780px) {
    .qrcode {
        margin: auto;
        margin-top: 30px;
    }

    .qr_div {
        margin: auto;
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .donation {
        width: 340px;
    }

    .donation p {
        font-size: 18px;
    }

    .title {
        font-size: 14px;
        width: 340px;
        line-height: 50px;
    }

    .title p {
        font-size: 20px;
    }

    .title span {
        font-size: 18px;
    }

    .donation_payment_img img {
        height: auto;
        width: 90%;
        display: block !important;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 370px) {
    .donation {
        width: 95%;
    }

    .donation p {
        font-size: 18px;
    }

    .title {
        font-size: 14px;
        width: 95%;
        line-height: 50px;
    }
}

