body {
    margin: 0;
}
/* font family*/
@font-face {
    font-family: Roboto-Regular;
    src: url('../Fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../Fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../Fonts/Roboto-Bold.ttf');
}


/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.custom-width {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}


.logo a img {
    width: 180px;
    padding: 3px 0px;
}

.top-login {
    list-style-type: none;
    margin: 3px 0px 3px -40px;
    text-align: right;
}

    .top-login li {
        display: inline-block;
        padding: 0px 0px 0px 15px;
        font-family: Roboto-Medium;
        font-size: 14px;
        color: #fff;
    }

        .top-login li a {
            color: #fff;
            transition: all 0.5s;
        }

        .top-login li i {
            padding: 0px 3px 0px 0px;
            color: #fff118;
        }

        .top-login li a:hover {
            text-decoration: underline;
        }

.mainMenu {
    list-style-type: none;
    margin: 30px 0px 0px -40px;
    text-align: center;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 18px;
    }

        .mainMenu li a {
            color: #1e1e1e;
            font-family: Roboto-Medium;
            font-size: 14px;
            transition: all 0.5s;
            text-transform: uppercase;
        }

            .mainMenu li a:hover {
                color: #f38432;
            }

.donate-contact {
    margin: 32px 0px 0px 0px;
    text-align: right;
}

    .donate-contact a {
        background-color: #f38432;
        padding: 10px 20px;
        border-radius: 3px;
        color: #fff;
        font-family: Roboto-Medium;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0px 3px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        transition: all 0.5s;
    }

    .donate-contact span a {
        background-color: #ffd400;
        color: #1e1e1e;
    }

    .donate-contact a:hover {
        background-color: #a97347;
        color: #fff;
    }

.slider01-bg {
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Slider-01.jpg);
    background-position: center;
    background-size: cover;
}

.slider02-bg {
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Slider-02.jpg);
    background-position: center;
    background-size: cover;
}

.slider03-bg {
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../Images/General/Slider-03.jpg);
    background-position: center;
    background-size: cover;
}


.slider-ht {
    height: 535px;
}

.banner-arrow i {
    font-size: 40px;
    margin-top: 265px;
}

.slider-txt {
    padding-top: 200px;
}

    .slider-txt h1, .slider-txt h3 {
        color: #fff;
        font-family: Roboto-Bold;
        margin: 10px 0px;
        text-transform: uppercase;
        font-size: 50px;
        text-shadow: 1px 1px 2px #000;
    }

    .slider-txt h2 {
        font-size: 35px;
        color: #0dfbe5;
        font-family: Pacifico-Regular;
        text-shadow: 1px 1px 2px #000;
    }

    .slider-txt h3 {
        font-size: 50px;
        margin: 20px 0px 0px;
    }

.padding01 {
    padding: 40px 0px;
}

.padding02 {
    padding: 20px 0px;
}

.grey-bg {
    background-color: #eee;
}

.reach p {
    color: #000;
}

    .reach p i {
        color: #f38432;
        padding: 0px 3px 0px;
    }

    .reach p a {
        color: #000;
        transition: all 0.5s;
    }

        .reach p a:hover {
            color: #f38432;
        }

.footer-donate {
    margin: 45px 0px 0px;
    text-align: right;
}

    .footer-donate a {
        color: #fff;
        background-color: #f38432;
        padding: 10px 20px;
        border-radius: 3px;
        text-transform: uppercase;
        font-family: Roboto-Medium;
        font-size: 14px;
        transition: all 0.5s;
    }

        .footer-donate a:hover {
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }

.footer-menu {
    list-style-type: none;
    margin: 10px 0px 10px -40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.socialicon {
    color: #000;
    margin: 42px 0px 0px;
    text-align: right;
}

    .socialicon a i {
        color: #000;
        font-size: 30px;
        padding: 0px 0px 0px 3px;
        transition: all 0.5s;
    }

        .socialicon a i:hover {
            color: #f38432;
        }

.footer-menu li {
    padding: 0px 5px;
    display: inline-block;
}

    .footer-menu li a {
        color: #000;
        transition: all 0.5s;
    }

        .footer-menu li a:hover {
            text-decoration: underline;
        }

.copyright, .copyright a {
    margin: 7px 0px;
    font-size: 13px;
    font-family: Roboto-Medium;
    color: #000;
}

    .copyright a {
        text-decoration: underline;
    }

.orange-bg-01 {
    background-color: #f38432;
}

.orange-bg-02 {
    background-color: #ffd400;
}

.tag p {
    margin: 0px;
    padding: 20px 0px;
    font-family: Roboto-Medium;
    color: rgba(0,0,0,0.7);
    font-size: 18px;
}

.wid25, .wid50 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%
}

.wid50 {
    width: 50%;
}

.bg01 {
    background-color: #d94b38;
    transition: all 0.5s;
}

.bg02 {
    background-color: #a97347;
    transition: all 0.5s;
}

.bg03 {
    background-color: #f38432;
    transition: all 0.5s;
}

.bg06 {
    background-color: #bd480c;
    transition: all 0.5s;
}

.bg01:hover {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Bg-01.jpg);
    background-position: center;
    background-size: cover;
}

.bg02:hover {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Bg-02.jpg);
    background-position: center;
    background-size: cover;
}

.bg03:hover {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Bg-03.jpg);
    background-position: center;
    background-size: cover;
}

.bg06:hover {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Bg-06.jpg);
    background-position: center;
    background-size: cover;
}

    .bg01:hover h3, .bg02:hover h3, .bg03:hover h3, .bg06:hover h3 {
        color: #fff118;
    }

.div01 {
    padding: 50px 15px;
}

    .div01 img {
        width: 75px;
        margin: 20px 0px;
    }

    .div01 h3 {
        margin: 10px 0px 0px;
        color: #fff;
        font-size: 18px;
        font-family: Roboto-Medium;
    }

.head1 h1 {
    font-family: Roboto-Bold;
    font-size: 40px;
    color: #f38432;
    margin: 0px 0px 10px;
}

.head1 h2 {
    margin: 0px 0px 15px;
    background-color: #ffd400;
    height: 3px;
    width: 80px;
}

.home-about {
    font-size: 18px;
    line-height: 30px;
}

.img01 img {
    width: 55%;
}

.img02 img {
    width: 100%;
    border-radius: 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.img03 img {
    width: 100%;
    border-bottom: 5px solid #f38432;
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.img04 img {
    width: 65%;
}

.bg04, .bg05 {
    background-image: url(../Images/General/Bg-04.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    filter: grayscale(100%);
}

.bg05 {
    background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url(../Images/General/Bg-04.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    filter: inherit;
}

.bg04, .bg05 {
    height: 500px;
}

.bg-about {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Bg-About.jpg);
    background-position: center;
    background-size: cover;
}

.bg-donate {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Bg-Donate.jpg);
    background-position: center;
    background-size: cover;
}

.bg-contact {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Bg-Contact.jpg);
    background-position: center;
    background-size: cover;
}

.bg-activities {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Bg-Activities.jpg);
    background-position: center;
    background-size: cover;
}

.bg-beneficiary-stories {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Bg-Beneficiary.jpg);
    background-position: center;
    background-size: cover;
}

.bg-newsletter {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.4)), url(../Images/General/Bg-Newsletter.jpg);
    background-position: center;
    background-size: cover;
}

.bg-sitemap {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url(../Images/General/Bg-Sitemap.jpg);
    background-position: center;
    background-size: cover;
}

.bg-disclaimer {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Bg-Disclaimer.jpg);
    background-position: center;
    background-size: cover;
}

.sub-height h1 {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.sub-height {
    padding: 135px 0px;
}

.head2 h1 {
    margin: 0px 0px 10px;
    font-size: 25px;
    color: #f38432;
    font-family: Roboto-Medium;
}

.head2 h2 {
    margin: 0px 0px 10px;
    height: 3px;
    background-color: rgba(0,0,0,0.4);
    width: 45px;
}

.mtop {
    margin-top: 20px;
}

.bline {
    border-bottom: 1px solid #eee;
    margin: 20px 0px 20px;
}

.keyicon i {
    font-size: 50px;
    color: #ccc;
}

.keydetails h3 {
    margin: 0px 0px 10px;
    font-size: 17px;
    font-family: Roboto-Medium;
    color: #000;
}

.keydetails h4 {
    margin: 0px 0px 10px;
    color: #f38432;
    font-size: 15px;
    font-family: Roboto-Medium;
}

.keydetails h5 {
    margin: 10px 0px 0px;
    color: #000;
    font-size: 14px;
}

    .keydetails h5 i {
        padding: 0px 5px 0px 0px;
    }

.trustees-tbl {
    width: 100%;
    margin: 10px 0px 0px;
}

    .trustees-tbl tr th {
        padding: 5px;
        font-weight: 500;
        background-color: #f38432;
        color: #fff;
        border: 1px solid #333;
    }

    .trustees-tbl tr td {
        padding: 5px;
        border: 1px solid #ccc;
    }

.tbl-01 tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.tbl-02 tr:nth-child(even) {
    background-color: #f2f2f2;
}

.form-div, .sitemap-div, .beneficiary-div {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 3px;
    border-bottom: 5px solid #f38432;
    padding: 30px;
}

.activities-div {
    margin-bottom: 20px;
    padding: 15px;
    min-height:0px;
}

    .activities-div img {
        width: 100%;
    }

    .activities-div p {
        font-family: Roboto-Medium;
        margin: 10px 0px 0px;
    }

.sitemap-div {
    padding: 17px;
}

.dd-div {
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-div ul {
    margin: 0px 0px 10px -40px;
    list-style-type: none;
    text-align: center;
}

    .form-div ul li {
        display: inline-block;
        padding: 5px;
        line-height: 20px;
    }

.jb-txtbx {
    border: 1px solid rgba(0,0,0,0.7);
    border-radius: 5px;
    color: #000;
    padding: 7px 14px;
    width: 100%;
    transition: all 0.5s;
}

    .jb-txtbx:focus {
        border: 1px solid #f38432;
    }

.jb-txtbx01 {
    background-color: #f38432;
    border: 1px solid #f38432;
    color: #fff;
    width: 120px;
    text-align: center;
}

jb-txtbx01:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-div p {
    margin: 10px 0px;
}

    .form-div p i {
        color: #fff;
        background-color: #f38432;
        font-size: 22px;
        text-align: center;
        padding: 7px 0px;
        width: 35px;
        height: 35px;
        border-radius: 3px;
    }

.jb-btn, .neft-fcra a {
    border: 1px solid #f38432;
    background-color: #f38432;
    border-radius: 5px;
    color: #fff;
    padding: 7px 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto-Medium;
    transition: all 0.5s;
    margin: 10px 0px 0px;
}

    .jb-btn:hover, .neft-fcra a:hover {
        border: 1px solid #ffd400;
        background-color: #ffd400;
        color: #000;
    }

.neft-fcra a {
    border: 1px solid #a97347;
    background-color: #a97347;
    cursor: pointer;
}

.modal-header p {
    color: #f38432;
    font-size: 15px;
    margin: 0px;
    font-family: Roboto-Medium;
}

.modal-body table {
    width: 100%;
    margin: 0px;
}

    .modal-body table tr td {
        padding: 5px;
        border-bottom: 1px solid #eee;
    }

.tdbold {
    color: #000;
}

.modal-body table tr td:nth-child(1) {
    width: 45%;
}

.modal-body img {
    width: 80%;
}

.head3 {
    color: #f38432;
    font-family: Roboto-Medium;
}

.duediligence-tbl {
    margin: 0px 0px;
    width: 100%;
}

    .duediligence-tbl tr th {
        padding: 5px;
        border: 1px solid #666;
        background-color: #f38432;
        color: #fff;
        font-family: Roboto-Medium;
        font-weight: 500;
    }

    .duediligence-tbl tr td {
        padding: 5px;
        border: 1px solid #666;
    }

        .duediligence-tbl tr td i {
            padding: 0px 3px 0px 0px;
        }

.trclr {
    background-color: #ffd400;
    color: #000;
}

.contact p, contact h6 {
    font-family: Roboto-Medium;
    color: #000;
    font-size: 16px;
}

.contact h6 {
    margin: 0px;
}

    .contact h6 a {
        color: #f38432;
        font-size: 16px;
    }

    .contact h6 i {
        color: #f38432;
        padding: 0px 3px 0px 0px;
    }

    .contact h6 a:hover {
        text-decoration: underline;
    }

.sitemap {
    margin: 0px;
    color: #f38432;
}

    .sitemap li {
        list-style-type: square;
        padding: 0px 0px 2px;
    }

        .sitemap li a {
            color: #4d4d4d;
            transition: all 0.5s;
        }

            .sitemap li a:hover {
                color: #f38432;
            }

.beneficiary-top {
    margin-top: 30px;
}

.beneficiary-left table {
    width: 100%;
}

    .beneficiary-left table tr td {
        padding: 5px;
        vertical-align: middle;
    }

        .beneficiary-left table tr td h6 {
            margin: 0px 0px 0px;
        }

            .beneficiary-left table tr td h6 i {
                color: rgba(0,0,0,0.3);
                font-size: 50px;
            }

        .beneficiary-left table tr td h3 {
            margin: 0px 0px 0px;
            font-size: 16px;
            color: #f38432;
            font-family: Roboto-Medium;
        }

        .beneficiary-left table tr td h4 {
            margin: 5px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 14px;
            color: #000;
        }

            .beneficiary-left table tr td h4 i {
                color: #f38432;
                padding: 0px 5px 0px 0px;
            }

        .beneficiary-left table tr td h5 {
            margin: 3px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 14px;
            color: #000;
        }

            .beneficiary-left table tr td h5 i {
                color: #f38432;
                font-size: 16px;
                padding: 0px 5px 0px 0px;
            }

.td-width {
    width: 75px;
}

.bottom-line {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin: 15px 0px 25px;
}

.sd-goals img {
    width: 300px;
}

.sd-goals div span img {
    width: 115px;
    border-radius: 50%;
}

.sd-goals div p {
    line-height: 21px;
}

.abt-approach h6, .abt-approach h5 {
    margin: 10px 0px;
}

    .abt-approach h6 i, .abt-approach h5 i {
        color: #f38432;
        font-size: 25px;
    }

.abt-approach h5 {
    text-align: right;
}

.abt-approach p {
    text-align: center;
}

.newsletter-tbl {
    margin: 10px 0px;
    width: 100%;
}

    .newsletter-tbl tr td {
        padding: 10px;
        border: 1px solid #eee;
    }

    .newsletter-tbl tr {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .newsletter-tbl tr td:nth-child(1) {
            width: 20%
        }

        .newsletter-tbl tr td a img {
            width: 100%;
            cursor: pointer;
        }

        .newsletter-tbl tr td h1 {
            margin: 0px 0px 15px;
            font-size: 18px;
            color: #f38432;
            font-family: Roboto-Medium;
        }

        .newsletter-tbl tr td h2 {
            margin: 0px 0px 15px;
            font-size: 15px;
            color: #4d4d4d;
            line-height: 22px;
        }

            .newsletter-tbl tr td h2 a {
                color: #f38432;
                cursor: pointer;
                transition: 0.3s;
            }

                .newsletter-tbl tr td h2 a:hover {
                    text-decoration: underline;
                }

        .newsletter-tbl tr td h3 i {
            color: #f38432;
            padding: 0px 3px 0px 0px;
        }

        .newsletter-tbl tr td h3 {
            margin: 0px 0px 15px;
            font-size: 14px;
            color: #000;
            font-family: Roboto-Medium;
        }

        .newsletter-tbl tr td p a, .nlink {
            color: #293af7;
            cursor: pointer
        }

            .newsletter-tbl tr td p a:hover, .nlink:hover {
                text-decoration: underline;
            }

.news-img {
    width: 100%;
    margin: 10px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 8px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px;
}

.beneficiary-top {
    margin-top: 30px;
}

.beneficiary-left table {
    width: 100%;
}

    .beneficiary-left table tr td {
        padding: 5px;
        vertical-align: middle;
    }

        .beneficiary-left table tr td h6 {
            margin: 0px 0px 0px;
        }

            .beneficiary-left table tr td h6 i {
                color: rgba(0,0,0,0.3);
                font-size: 50px;
            }

        .beneficiary-left table tr td h3 {
            margin: 0px 0px 0px;
            font-size: 16px;
            color: #f38432;
            font-family: Roboto-Medium;
        }

        .beneficiary-left table tr td h4 {
            margin: 5px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 14px;
            color: #000;
        }

            .beneficiary-left table tr td h4 i {
                color: #f38432;
                padding: 0px 5px 0px 0px;
            }

        .beneficiary-left table tr td h5 {
            margin: 3px 0px 0px;
            font-family: Roboto-Medium;
            font-size: 14px;
            color: #000;
        }

            .beneficiary-left table tr td h5 i {
                color: #f38432;
                font-size: 16px;
                padding: 0px 5px 0px 0px;
            }

.td-width {
    width: 75px;
}

.bottom-line {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin: 15px 0px 25px;
}

.lblcaptcha {
    color: #f38432;
    font-family: Roboto-Medium;
}

.jb-list {
    margin: 0px 0px 10px;
    list-style-type: none;
}

    .jb-list li i {
        color: #f38432;
        font-size: 16px;
        padding: 0px 3px 0px 0px;
    }

    .jb-list li span {
        color: #f38432;
    }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .mainMenu {
        margin: 30px 0px 0px -75px;
    }

    .beneficiary-div {
        padding: 50px;
        margin-bottom: 15px;
    }

    .abt-approach p {
        font-size: 16px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li {
        padding: 0px 0px 0px 20px;
    }

        .mainMenu li a {
            text-transform: none;
        }

    .slider-txt h1, .slider-txt h3 {
        font-size: 40px;
    }

    .slider-txt h2 {
        font-size: 30px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        text-align: center;
    }

    .top-login {
        margin: -10px 0px 0px -40px;
        text-align: center;
    }

    .mainMenu {
        margin: 5px 0px 5px -40px;
        text-align: left;
    }

        .mainMenu li {
            padding: 0px 10px 0px 0px;
        }

            .mainMenu li a {
                text-transform: none;
            }

    .donate-contact {
        margin: 5px 0px 15px 0px;
    }

        .donate-contact a {
            padding: 7px 10px;
            font-size: 13px;
        }


    .slider-ht {
        height: 460px;
    }

    .banner-arrow i {
        font-size: 35px;
        margin-top: 220px;
    }

    .slider-txt {
        padding-top: 180px;
    }

        .slider-txt h1, .slider-txt h3 {
            font-size: 35px;
        }

        .slider-txt h2 {
            font-size: 25px;
        }

    .padding01 {
        padding: 30px 0px;
    }

    .padding02 {
        padding: 20px 0px;
    }

    .div01 {
        padding: 30px 15px;
    }

        .div01 img {
            width: 55px;
            margin: 20px 0px;
        }

        .div01 h3 {
            font-size: 16px;
        }

    .tag p {
        padding: 15px 0px;
        font-size: 16px;
    }

    .head1 h1 {
        font-size: 35px;
    }

    .head1 h2 {
        width: 65px;
    }

    .home-about {
        font-size: 16px;
        line-height: 26px;
    }

    .bg04, .bg05 {
        height: 400px;
    }

    .sub-height {
        padding: 85px 0px;
    }

    .keydetails h3 {
        font-size: 16px;
        color: #000;
    }

    .keydetails h4 {
        font-size: 15px;
    }

    .keydetails h5 {
        margin: 10px 0px 10px;
        font-size: 14px;
    }

    .wid25 {
        width: 50%;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .custom-width {
        width: 100%;
    }

    .top-login {
        margin: 5px 0px 5px -40px;
        text-align: left;
    }

    .mainMenu {
        margin: 10px 0px 0px -40px;
        text-align: left;
    }

    .top-login li {
        padding: 0px 0px;
        display: list-item;
    }

    .mainMenu li {
        padding: 1px 0px;
        display: list-item;
    }

        .mainMenu li a, .mainMenu li a:hover {
            border-bottom: none;
            padding-bottom: 0px;
            font-size: 14px;
            text-transform: none;
        }

    .donate-contact {
        margin: 10px 0px;
        text-align: left;
    }

        .donate-contact a {
            background-color: #f38432;
            padding: 5px 10px;
            font-size: 14px;
            text-transform: none;
        }

    .slider-ht {
        height: 350px;
    }

    .banner-arrow i {
        font-size: 30px;
        margin-top: 175px;
    }

    .slider-txt {
        padding-top: 135px;
    }

        .slider-txt h1, .slider-txt h3 {
            font-size: 28px;
        }

        .slider-txt h2 {
            font-size: 20px;
            margin: 10px 0px 10px;
        }

    .padding01 {
        padding: 20px 0px;
    }

    .padding02 {
        padding: 20px 0px;
    }


    .footer-menu {
        text-align: left;
    }

        .footer-menu li {
            padding: 1px 0px;
            display: list-item;
        }

            .footer-menu li:nth-child(even) {
                display: none;
            }

    .wid25 {
        width: 50%;
    }

    .div01 {
        padding: 35px 15px;
    }

        .div01 img {
            width: 45px;
            margin: 15px 0px;
        }

        .div01 h3 {
            font-size: 15px;
        }

    .tag p {
        padding: 15px 0px;
        font-size: 16px;
    }

    .head1 h1 {
        font-size: 28px;
    }

    .head1 h2 {
        margin: 0px 0px 15px;
        height: 2px;
        width: 50px;
    }

    .home-about {
        font-size: 14px;
        line-height: inherit;
    }

    .footer-donate {
        margin: 10px 0px 0px;
        text-align: left;
    }

        .footer-donate a {
            padding: 5px 10px;
            font-family: Roboto-Regular;
            font-size: 14px;
        }


    .socialicon {
        margin: 10px 0px;
        text-align: left;
    }

        .socialicon a i {
            font-size: 20px;
            padding: 0px 3px 0px 0px;
            transition: all 0.5s;
        }

    .bg04, .bg05 {
        height: 250px;
    }

    .sub-height {
        padding: 65px 0px;
    }

    .head2 h1 {
        font-size: 20px;
    }

    .head2 h2 {
        width: 35px;
        height: 2px;
    }

    .mtop {
        margin-top: 10px;
    }

    .form-div, .dd-div, .sitemap-div {
        padding: 15px;
    }

    .keydetails h3 {
        font-size: 15px;
        color: #000;
    }

    .keydetails h4 {
        font-size: 14px;
    }

    .keydetails h5 {
        margin: 0px 0px 20px;
        font-size: 14px;
    }

    .contact p, contact h6 {
        font-size: 15px;
    }

    .contact h6 a {
        font-size: 14px;
    }

    .beneficiary-left table {
        margin: 10px 0px 10px;
    }

        .beneficiary-left table tr td h5, .beneficiary-left table tr td h4 {
            font-family: Roboto-Regular;
            color: #f38432;
        }

    .bottom-line {
        margin: 10px 0px 20px;
    }

    .beneficiary-div {
        padding: 20px;
    }

    .sd-goals img {
        width: 50%;
    }

    .sd-goals div span img {
        width: 75px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .slider-txt h1, .slider-txt h3 {
        font-size: 24px;
    }

    .slider-txt h2 {
        font-size: 18px;
    }

    .head1 h1 {
        font-size: 26px;
    }

    .head1 h2 {
        width: 40px;
    }

    .div01 h3 {
        font-size: 14px;
        font-family: Roboto-Regular;
    }
}
/*Media query*/
