﻿body , html {
    overflow-x: hidden;
}
@media (max-width: 320px) {


    #cssmenu {
        width: 100%;
        padding-top: 0px;
        background: none;
        box-shadow: 0 0 0 0 #000;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            position: absolute;
            z-index: 17;
            background: #e3b000;
            top: 0px;
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                padding: 10px 20px !important;
                font-size: .9em;
                border-top: 1px solid #22446f;
                font-weight: normal;
                color: #fff;
                background: #13304c;
            }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li.active > a {
            color: #fff;
            background: #22446f;
        }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 15px 25px;
            font-size: 12px;
            color: #fff;
            font-weight: normal;
            border-top: 1px solid #18304d;
            background: #22446f;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #333;
                background: #fbf300;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            top: 0;
            box-shadow: 0 0 0 0 #000;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 0px;
        color: #fff;
        cursor: pointer;
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: -26px;
            right: 15px;
            display: block;
            width: 20px;
            height: 2px;
            background: #000;
        }

        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: -19px;
            right: 15px;
            display: block;
            width: 20px;
            height: 9px;
            border-top: 2px solid #000;
            border-bottom: 2px solid #000;
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 34px;
        width: 40px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 12px;
            left: 20px;
            display: block;
            width: 1px;
            height: 11px;
            background: #fff;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 17px;
            display: block;
            width: 11px;
            height: 1px;
            background: #fff;
            z-index: 99;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}

@media (max-width: 360px) {


    #cssmenu {
        width: 100%;
        padding-top: 0px;
        background: none;
        box-shadow: 0 0 0 0 #000;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            position: absolute;
            z-index: 17;
            background: #e3b000;
            top: 0px;
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                padding: 10px 20px !important;
                font-size: .9em;
                border-top: 1px solid #22446f;
                font-weight: normal;
                color: #fff;
                background: #13304c;
            }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li.active > a {
            color: #fff;
            background: #22446f;
        }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 15px 25px;
            font-size: 12px;
            color: #fff;
            font-weight: normal;
            border-top: 1px solid #18304d;
            background: #22446f;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #333;
                background: #fbf300;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            top: 0;
            box-shadow: 0 0 0 0 #000;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 0px;
        color: #fff;
        cursor: pointer;
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: -28px;
            right: 15px;
            display: block;
            width: 20px;
            height: 2px;
            background: #fff;
        }

        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: -21px;
            right: 15px;
            display: block;
            width: 20px;
            height: 7px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 34px;
        width: 40px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 12px;
            left: 20px;
            display: block;
            width: 1px;
            height: 11px;
            background: #fff;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 17px;
            display: block;
            width: 11px;
            height: 1px;
            background: #fff;
            z-index: 99;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    z-index: 999;
    width: auto;
    line-height: 1;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 20px 15px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}



#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }


#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 214px;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
        letter-spacing: 1px;
        background: green;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
            }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 20px 20px 20px 30px;
            font-size: 12px;
            color: #000000;
            background: none;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #000000;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #fff;
        }

        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 7px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}



.table-striped {
    border: 1px solid;
    border-color: lightgray;
}

    .table-striped th {
        background: black;
        color: white;
        border: 1px solid white;
        font-size: 16px;
        padding: 10px 15px !important;
    }

    .table-striped td {
        padding: 10px 15px !important;
        color: black;
        background: #f1f1f1;
        border: 1px solid darkgray;
    }

.imgall {
    padding: 10px 0px;
    transition: 1s ease;
    filter: brightness(50%);
}

    .imgall:hover {
        transform: scale(1.1);
        filter: brightness(100%);
    }

.imgall {
    width: 100%;
    height: 200px;
}

.para {
    text-align: center;
    color: white;
}

.para1 {
    font-size: 15px;
    margin-top: 100px;
}

#para2 {
    font-size: 15px;
    color: white;
    margin-top: -100px;
}

.header .header-top {
    background: #01d262 none repeat scroll 0 0;
    height: 50px;
}

body {
    font-family: 'Mukta', sans-serif ;
    overflow-x: hidden;
}

.contact > p {
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.header .header-top .contact p a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Mukta', sans-serif;
}

.header .header-top .contact p span {
    margin-right: 45px;
}

.join-us > p {
    background: #089549 none repeat scroll 0 0;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.header .header-top .join-us p a {
    background: #089549 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: 500;
    padding: 0 40px;
    text-decoration: none;
    font-family: 'Mukta', sans-serif;
}

.header .header-bottom .menu {
    margin: 34px 0;
}

    .header .header-bottom .menu ul {
        float: right;
    }

        .header .header-bottom .menu ul li a {
            color: #000;
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
            padding-left: 40px;
            padding-right: 0;
        }

.top1 {
    text-align: justify;
    line-height: 24px;
    padding: 10px 30px;
}

.top2 {
    padding: 10px 30px
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.main-logo {
    text-align: center;
    margin: 0px;
}

    .main-logo > img {
        display: inline-block;
    }

    .main-logo > h2 {
        display: inline-block;
        font-size: 40px;
        font-weight: bold;
        color: #640002;
    }

.carosal-area .img {
    text-align: center;
    margin-bottom: 50px;
}

    .carosal-area .img > h3 {
        color: #fff;
        font-size: 35px;
        font-weight: bold;
        font-family: 'Mukta', sans-serif;
        margin-top: 210px;
    }

    .carosal-area .img > p {
        color: #fff;
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 28px;
    }

    .carosal-area .img > h5 {
        display: inline-block;
        margin-left: 10px;
        margin-top: 52px;
    }

        .carosal-area .img > h5 a {
            border: 1px solid #fff;
            border-radius: 25px;
            color: #fff;
            font-family: "Mukta", sans-serif;
            font-size: 16px;
            font-weight: 500;
            padding: 15px 40px;
            text-decoration: none;
        }

        .carosal-area .img > h5.white-button a {
            background: #fff;
            color: #01d262;
        }

.carosal-area .owl-prev {
    left: 0;
    position: absolute;
    top: 48%;
}

.carosal-area .owl-next {
    right: 0;
    position: absolute;
    top: 48%;
}

.carosal-area .owl-theme .owl-nav [class*="owl-"] {
    background: #1cb060 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 25px;
    height: 50px;
    line-height: 43px;
    width: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff none repeat scroll 0 0;
}


.wrapper section > h2 {
    color: #3c354e;
    font-family: "Mukta", sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

    .wrapper section > h2::before {
        background: #01d262 none repeat scroll 0 0;
        bottom: -13px;
        content: "";
        height: 2px;
        left: 48%;
        position: absolute;
        width: 75px;
        margin: 0 auto;
    }

.wrapper section > p {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}


.our_activity .single-Promo {
    border-radius: 7px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 100px 35px 0;
    padding: 40px 45px;
    position: relative;
}

    .our_activity .single-Promo .promo-icon {
        left: 0;
        position: absolute;
        text-align: center;
        top: -40px;
        width: 100%;
    }

    .our_activity .single-Promo h2 {
        border-radius: 60px;
        margin: 10px auto 38px;
        position: relative;
        width: -moz-fit-content;
    }

        .our_activity .single-Promo h2::before {
            background: #000 none repeat scroll 0 0;
            bottom: -5px;
            content: "";
            height: 2px;
            left: 20%;
            position: absolute;
            width: 60%;
        }

        .our_activity .single-Promo h2 a {
            text-decoration: none;
            font-family: "Mukta", sans-serif;
            font-size: 22px;
            font-weight: 500;
            color: #3c354e;
        }

    .our_activity .single-Promo p {
        color: #3c354e;
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
    }

    .our_activity .single-Promo i {
        border: 0 solid #000;
        border-radius: 50%;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
        font-size: 30px;
        padding: 25px;
        text-align: center;
        background: #fff;
    }

    .our_activity .single-Promo:hover > h2 a {
        color: #01d262;
    }

    .our_activity .single-Promo:hover > .promo-icon i {
        background: #01d262;
        color: #fff;
    }

    .our_activity .single-Promo:hover > h2::before {
        background: #01d262;
        color: #fff;
    }

.donate_section {
    background-image: url("img/donate-bg.jpg");
    background-size: cover;
}

    .donate_section h4 {
        font-family: "Mukta", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }

    .donate_section h3 {
        color: #fff;
        font-family: "Mukta", sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 35px;
        text-align: center;
    }

    .donate_section p {
        color: #fff;
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .donate_section .for-padding {
        padding: 87px 20px 107px;
    }

    .donate_section .progress {
        max-width: 700px;
        margin: 0 auto;
        height: 10px;
        background-color: #1eb464;
    }

    .donate_section .progress-bar {
        background-color: #fff;
    }

    .donate_section .progress-text {
        position: relative;
        width: 700px;
        margin: 0 auto;
    }

        .donate_section .progress-text .progress-right {
            position: absolute;
            right: 0;
            margin-top: 15px;
        }

        .donate_section .progress-text .progress-left {
            left: 0;
            position: absolute;
            margin-top: 15px;
        }

    .donate_section h2 {
        margin-top: 120px;
        text-align: center;
    }

        .donate_section h2 a {
            background: #fff none repeat scroll 0 0;
            border-radius: 30px;
            color: #05ce68;
            font-family: "Mukta", sans-serif;
            font-size: 16px;
            font-weight: 500;
            padding: 15px 40px;
            text-decoration: none;
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        }

.events_section_area .events_single {
    margin: 60px 20px 0;
}

    .events_section_area .events_single img {
        width: 100%;
    }

    .events_section_area .events_single p {
        font-size: 14px;
        font-family: "Mukta", sans-serif;
        margin-top: 14px;
        font-weight: 400;
        position: relative;
    }

        .events_section_area .events_single p i {
            font-size: 15px;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .events_section_area .events_single p span.event_left {
            left: 0;
            position: absolute;
            padding-left: 20px;
        }

        .events_section_area .events_single p span.event_right {
            position: absolute;
            right: 0;
            padding-left: 20px;
        }

    .events_section_area .events_single h3 {
        font-family: "Mukta", sans-serif;
        font-size: 20px;
        font-weight: 700;
        margin-top: 70px;
        text-align: center;
    }

    .events_section_area .events_single:hover h3 {
        color: #01d262;
        text-decoration: underline;
    }

    .events_section_area .events_single h6 {
        color: #6f6f6f;
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
    }

.our_cuauses .our_cuauses_single {
    margin-top: 75px;
    margin-bottom: 55px;
}

    .our_cuauses .our_cuauses_single .item {
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding-bottom: 20px
    }

        .our_cuauses .our_cuauses_single .item img {
            width: 100%;
        }

        .our_cuauses .our_cuauses_single .item h2 {
            color: #3c354e;
            font-family: "Mukta", sans-serif;
            font-size: 20px;
            font-weight: 700;
            margin: 110px 0 40px;
        }

        .our_cuauses .our_cuauses_single .item p {
            color: #595959;
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
            margin: 0;
        }

            .our_cuauses .our_cuauses_single .item p span {
                color: #01d262;
            }

            .our_cuauses .our_cuauses_single .item p.progress-top {
                text-align: center
            }

        .our_cuauses .our_cuauses_single .item .for_padding {
            padding: 0 30px
        }

.our_cuauses .progress {
    background-color: #e5e5e5;
    height: 10px;
    margin-top: 20px;
    max-width: 100%;
}

.our_cuauses .progress-bar {
    background-color: #01d262;
}

.our_cuauses .progress-text {
    margin: 0 auto;
    position: relative;
}

    .our_cuauses .progress-text .progress-left {
        left: 0;
        margin-top: 15px;
        position: absolute;
    }

    .our_cuauses .progress-text .progress-right {
        margin-top: 15px;
        position: absolute;
        right: 0;
    }

.our_cuauses h2 {
    margin-top: 120px;
    text-align: center;
}

    .our_cuauses h2 {
        color: #3c354e;
        font-family: "Mukta", sans-serif;
        font-size: 32px;
        font-weight: 700;
        margin: 115px auto 50px;
        position: relative;
        width: -moz-fit-content;
    }

    .our_cuauses h2::before {
        background: #01d262 none repeat scroll 0 0;
        bottom: -13px;
        content: "";
        height: 2px;
        left: 25%;
        position: absolute;
        width: 50%;
    }

    .our_cuauses h2.borderes::before {
        background: #01d262 none repeat scroll 0 0;
        bottom: -13px;
        content: "";
        height: 0px;
        left: 25%;
        position: absolute;
        width: 0%;
    }

.wrapper .our_cuauses > p {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.our_cuauses h2 a {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    color: #05ce68;
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    text-decoration: none;
    border: 1px solid #05ce68;
}

.our_cuauses .our_cuauses_single .item {
    margin-bottom: 20px
}

    .our_cuauses .our_cuauses_single .item .for_padding:hover > h2 {
        color: #01d262;
    }

        .our_cuauses .our_cuauses_single .item .for_padding:hover > h2 a {
            color: #fff;
            background: #01d262;
        }

.our_cuauses .owl-theme .owl-nav {
    margin: 50px 0;
}

    .our_cuauses .owl-theme .owl-nav [class*="owl-"] {
        background: transparent;
        border: medium none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 50px;
        margin: 8px;
        padding: 0;
    }

    .our_cuauses .owl-theme .owl-nav i {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #01d262;
        border-radius: 5px;
        color: #01d262;
        font-size: 25px;
        height: 50px;
        overflow: hidden;
        padding: 10px 15px;
        width: 50px;
    }

        .our_cuauses .owl-theme .owl-nav i:hover {
            background: #01d262;
            color: #fff;
        }

.donors {
    height: 450px;
    padding: 40px 0px;
}

    .donors .donors_input {
        background: #01d262 none repeat scroll 0 0;
        float: left;
        height: 450px;
        text-align: center;
        width: 50%;
    }

        .donors .donors_input h2,
        .donors .donors_image h2 {
            color: #fff;
            font-family: "Mukta", sans-serif;
            font-size: 22px;
            font-weight: 500;
            margin: 20px 0 20px;
            text-align: center;
        }

    .donors .donors_image h2 {
        color: #000;
    }

    .donors .donors_input p {
        color: #fff;
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        margin: 35px 0;
        text-align: center;
        text-transform: uppercase;
    }

        .donors .donors_input p input {
            margin-left: 20px;
            margin-right: 10px;
        }

    .donors .donors_input h5 {
        margin: 65px auto 0;
        max-width: 500px;
    }

        .donors .donors_input h5 input {
            background: #01d262 none repeat scroll 0 0;
            border: 1px solid #fff;
            border-radius: 10px;
            color: #fff;
            padding: 17px 20px;
            width: 47%;
        }

            .donors .donors_input h5 input[type="text"] {
                font-family: "Mukta", sans-serif;
                font-size: 15px;
                font-weight: 400;
                color: #fff;
                margin-right: 2%;
            }

            .donors .donors_input h5 input[type="email"] {
                font-family: "Mukta", sans-serif;
                font-size: 15px;
                font-weight: 400;
                color: #fff;
                margin-left: 2%;
            }

    .donors .donors_input input[type="submit"] {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #01d262;
        border-radius: 10px;
        color: #01d262;
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-top: 45px;
        padding: 15px 40px;
    }

    .donors .donors_input h4 {
        margin-top: 20px;
        text-align: center;
    }

        .donors .donors_input h4 select {
            width: 500px;
            background: #01d262 none repeat scroll 0 0;
            border: none;
            padding: 17px 20px;
            border-radius: 10px;
            border: 1px solid #fff;
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: #fff;
        }

    .donors .donors_image {
        background: #eceff1 none repeat scroll 0 0;
        float: left;
        width: 50%;
        height: 450px;
    }

        .donors .donors_image .item {
            text-align: center;
        }

            .donors .donors_image .item img {
                border-radius: 10px;
                margin: 0 auto 20px;
                width: 58%;
                box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
            }

            .donors .donors_image .item h3 {
                font-family: "Mukta", sans-serif;
                font-size: 20px;
                font-weight: 500;
            }

            .donors .donors_image .item p {
                font-family: "Mukta", sans-serif;
                font-size: 15px;
                font-weight: 400;
                margin: 10px 0 75px;
            }

                .donors .donors_image .item p span {
                    color: #01d262;
                }

        .donors .donors_image .owl-theme .owl-nav {
            margin-top: 10px;
            display: none;
        }

        .donors .donors_image .owl-theme .owl-dots .owl-dot.active span,
        .donors .donors_image .owl-theme .owl-dots .owl-dot:hover span {
            background: #01d262 none repeat scroll 0 0;
            border: 1px solid #01d262;
        }

        .donors .donors_image .owl-theme .owl-dots .owl-dot span {
            border: 1px solid #7b7e80;
            height: 12px;
            width: 12px;
        }

.volunteer_area .item {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

    .volunteer_area .item img {
        float: left;
        width: 160px;
    }

    .volunteer_area .item .text {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
        float: left;
        width: 250px;
        padding: 20px 30px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .volunteer_area .item .text h3 {
            font-family: "Mukta", sans-serif;
            font-size: 18px;
            font-weight: 500;
            margin: 0;
        }

        .volunteer_area .item .text h6 {
            font-family: "Mukta", sans-serif;
            font-size: 14px;
            font-weight: 400;
            margin: 10px 0 0;
        }

        .volunteer_area .item .text h5 i {
            font-size: 18px;
            color: #504b5f;
            margin-right: 20px;
        }

        .volunteer_area .item .text p {
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
            margin: 10px 0 0;
        }

.volunteer_area .owl-theme .owl-nav {
    margin: 65px 0 110px;
}

    .volunteer_area .owl-theme .owl-nav [class*="owl-"] {
        background: transparent;
        border: medium none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 50px;
        margin: 8px;
        padding: 0;
    }

.volunteer_single {
    margin-top: 70px;
}

.volunteer_area .owl-theme .owl-nav i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #01d262;
    border-radius: 5px;
    color: #01d262;
    font-size: 25px;
    height: 50px;
    overflow: hidden;
    padding: 10px 15px;
    width: 50px;
}

    .volunteer_area .owl-theme .owl-nav i:hover {
        background: #01d262;
        color: #fff;
    }
/*
.carosal_bottom {
    background-image: url(img/carosal_bottom_bg.jpg);
    background-size: 100% 100%;
    height: 575px;
}*/

.carosal_bottom .item {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

    .carosal_bottom .item img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .carosal_bottom .item p {
        color: #fff;
        font-family: "Mukta", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 28px;
    }

    .carosal_bottom .item h5 {
        margin-top: 21px;
    }

        .carosal_bottom .item h5 i {
            color: #1dbb6b;
            font-size: 60px;
        }

    .carosal_bottom .item h4 {
        color: #fff;
        font-family: "Mukta", sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin-top: 13px;
        text-transform: uppercase;
    }

    .carosal_bottom .item h6 {
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

.carosal_bottom .owl-theme .owl-nav,
.carosal_bottom .owl-theme .owl-dots {
    display: none;
}

.letast_news .single_news {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 130px;
    margin-top: 70px;
    border-radius: 10px;
}

    .letast_news .single_news img {
        width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .letast_news .single_news .texts {
        padding: 30px;
    }

        .letast_news .single_news .texts p.date a {
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
            text-decoration: none;
            color: #000;
        }

        .letast_news .single_news .texts h3 {
            color: #000;
            font-family: "Mukta", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 27px;
            margin: 0;
        }

        .letast_news .single_news .texts p.texts {
            color: #000;
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            margin-top: 15px;
            padding: 0;
        }

        .letast_news .single_news .texts h3 a {
            color: #000;
            font-family: "Mukta", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            text-decoration: none;
        }

    .letast_news .single_news:hover .texts h3 {
        color: #30dd85;
    }

        .letast_news .single_news:hover .texts h3 a {
            color: #30dd85;
            text-decoration: underline;
        }

.footer_carosal {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 150px;
    padding: 60px 0;
}

    .footer_carosal .footer_carosal_icon .item img {
        width: 150px;
    }

.footer {
    background: #faea56;
    padding-top: 80px
}



    .footer .footer-charity-text h2 {
        color: #03963d;
        font-family: "Mukta", sans-serif;
        font-size: 25px;
        font-weight: 700;
        margin: 0 0 27px;
    }

    .footer .footer-charity-text p {
        color: rgb(91, 91, 91);
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
    }

    .footer .footer-charity-text hr {
        border-color: rgb(91, 91, 91);
    }

    .footer .footer-charity-text p i {
        color: #5b5b5b;
        font-size: 18px;
        margin-right: 20px;
    }

.footer-charity-text hr {
    margin: 35px 0;
}

.footer .footer-text h3 {
    color: #03963d;
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0 25px;
}

.footer .footer-text ul {
    margin: 0;
    padding: 0;
}

.footer .footer-text.one ul li {
    color: rgb(91, 91, 91);
    list-style: outside none none;
    padding-left: 20px;
    position: relative;
}

    .footer .footer-text.one ul li i {
        color: rgb(91, 91, 91);
        font-size: 15px;
        left: -7px;
        position: absolute;
        top: 3px;
    }

    .footer .footer-text.one ul li a {
        color: rgb(91, 91, 91);
        font-family: "Mukta", sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
    }

.footer .footer-text.two ul li a {
    color: rgb(91, 91, 91);
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer .footer-text ul li {
    margin-bottom: 10px;
}

.footer .footer-text.two ul li a:hover,
.footer .footer-text.one ul li a:hover,
.footer .footer-text.one ul li i:hover,
.footer .footer-charity-text p i:hover {
    color: black;
}

.footer .footer_bottom p {
    background: #01d262 none repeat scroll 0 0;
    color: black;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 75px;
    line-height: 75px;
    margin: 70px 0 0;
    padding: 0;
    text-align: center;
}

    .footer .footer_bottom p a {
        color: #2ad880;
        text-decoration: none;
    }

.block-wrapper {
    background-image: url(../img/count.jpg);
    background-size: 100% 100%;
}

.block-wrapper {
    padding: 10px ;
    margin-top: 130px;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


    .block-wrapper .block {
        text-align: center;
        padding: 25px 0;
    }

        .block-wrapper .block i {
            font-size: 60px;
            color: #000;
        }

        .block-wrapper .block p.counter-wrapper span {
            color: #000;
            font-family: "Mukta", sans-serif;
            font-size: 35px;
            font-weight: 700;
        }

        .block-wrapper .block p.text-block {
            color: #000;
            font-family: "Mukta", sans-serif;
            font-size: 15px;
            font-weight: 400;
        }

    .block-wrapper .for-border {
        border-left: 1px solid #2be587;
    }

        .block-wrapper .for-border:first-child {
            border-left: 0px solid #fff
        }

.clear {
    clear: both;
}

.footer_carosal_icon .owl-nav {
    display: none;
}

.table-striped {
    width: 100%;
}

    .table-striped th td {
        color: orange;
        background-color: green;
    }



.newimages {
    float: left;
    height: 250px;
    width: 250px;
    margin: 10px;
    border: 2px solid #4CAF50; /* Green border around images */
    border-radius: 5px; /* Rounded corners for the images */
}

