﻿body {
    margin: 0;
}
/* font family*/
@font-face {
    font-family: Rubik-Regular;
    src: url('../Fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Medium;
    src: url('../Fonts/Rubik-Medium.ttf');
}

@font-face {
    font-family: Rubik-Bold;
    src: url('../Fonts/Rubik-Bold.ttf');
}

@font-face {
    font-family: Pacifico-Regular;
    src: url('../Fonts/Pacifico-Regular.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;
}

.head-bg {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.wt-bg {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo a img {
    width: 125px;
}

.logo-master a img {
    width: 100px;
}

.top-contact {
    list-style-type: none;
    display: inline;
    float: right;
    margin: 10px 0px 0px -40px;
}

    .top-contact li {
        display: inline-block;
        padding: 0px 0px 0px 10px;
    }

        .top-contact li, .top-contact li a {
            color: #000;
            font-size: 14px;
            transition: all 0.5s;
            font-family: Rubik-Medium;
        }

            .top-contact li a:hover {
                color: #e67817;
            }

            .top-contact li i {
                color: #e67817;
                padding: 0px 3px 0px 0px;
            }

            .top-contact li span i, .top-contact li span a {
            }

                .top-contact li span a:hover {
                    text-decoration: underline;
                    color: #209c0c;
                }

.topline {
    border-bottom: 1px solid #ccc;
    margin: 15px 0px;
}

.mainMenu {
    list-style-type: none;
    margin: 10px 0px 0px -40px;
    width: 100%;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 30px 0px 0px;
    }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
        }

        .mainMenu li a {
            color: #000;
            font-size: 15px;
            transition: all 0.5s;
            font-family: Rubik-Medium;
        }

        .mainMenu li ul li a {
            color: #1e1e1e;
            font-family: Rubik-Regular;
            font-size: 14px;
        }

        .mainMenu li a:hover {
            color: #e67817;
        }

.top-login {
    text-align: right;
    padding-top: 20px;
}

.donate {
    text-align: right;
    margin: 5px 0px 10px;
}

.rCare-btn1 {
    border: 1px solid #fcb92d;
    background-color: #fcb92d;
    width: 120px;
    font-size: 14px;
    padding: 7px 10px 5px;
    border-radius: 30px;
    color: #000;
    font-family: Rubik-Medium;
    transition: all 0.5s;
    text-transform: uppercase;
}

.rCare-btn2 {
    background-color: transparent;
    color: #ff571a;
}

.rCare-btn1:hover {
    border: 1px solid #ff571a;
    background-color: #ff571a;
    color: #fff;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
}

.carousel-control {
    font-size: 40px;
}

.slidertxt {
    padding-top: 310px;
}

    .slidertxt h1 {
        font-family: Pacifico-Regular;
        color: #000;
        text-shadow: 1px 1px 2px #fcb92d, 0 0 1em #000, 0 0 0.2em #fcb92d;
        margin: 0px;
        font-size: 47px;
    }

.slidertxt2 h1, .slidertxt3 h1 {
    color: #fcb92d;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
    font-size: 50px;
}

.fixed-ht {
    height: 128px;
}

.sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Sliderbg1.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 670px;
}

.sliderbg2 {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Sliderbg2.jpg);
    background-position: center;
    background-size: cover;
}

.sliderbg3 {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.3)), url(../Images/General/Sliderbg3.jpg);
    background-position: center;
    background-size: cover;
}

.sliderbg4 {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sliderbg4.jpg);
    background-position: center;
    background-size: cover;
}

.padding1 {
    padding: 30px 0px;
}

.mtop {
    margin-top: 10px;
}

.footer-bg {
    background-color: #fcb92d;
    padding: 10px 0px 0px;
}

.head1 {
    font-size: 40px;
    margin: 0px 0px 20px;
    color: #e67817;
    font-family: Pacifico-Regular;
}

.head2 {
    font-size: 25px;
    margin: 10px 0px 10px;
    color: #e67817;
    font-family: Rubik-Medium;
}

.rCare-div {
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
    padding: 15px;
}

    .rCare-div h3 {
        margin: 0px 0px 10px;
        color: #e67817;
        font-family: Rubik-Medium;
        font-size: 15px;
    }

.rCare-txtbx {
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 3px;
    padding: 5px 10px;
    color: #000;
    width: 100%;
}

    .rCare-txtbx:focus {
        border: 1px solid #e67817;
    }

.home-div {
    padding: 15px;
    background-color: #ff571a;
}

.home-div1 {
    background-color: #fcb92d;
}

.home-div2 {
    background-color: #ffd400;
}

.home-div h6 img {
    width: 125px;
}

.home-div i {
    color: #ffd400;
    font-size: 20px;
}

.home-div h3 {
    margin: 10px 0px;
    font-size: 18px;
    font-family: Pacifico-Regular;
    color: #fff;
    line-height: 30px;
}

.home-div1 h3 {
    color: #1e1e1e;
    margin: 20px 0px;
}

.home-div p {
    margin: 0px;
    color: #ffd400;
    font-family: Rubik-Medium;
    font-size: 14px;
}

.rCare-btn3 {
    border: 1px solid #e67817;
    background-color: #fff;
    color: #e67817;
    font-size: 13px;
    padding: 3px 10px 1px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.home-div, .home-div1 {
    height: 300px;
}

    .home-div1 h3 {
        padding-top: 65px;
    }

.rCare-btn4, .rCare-btn5 {
    border: 1px solid #1e1e1e;
    background-color: #1e1e1e;
    color: #fff;
}

.rCare-btn5 {
    margin: 10px 0px;
}

.rCare-btn3:hover {
    background-color: #e67817;
    color: #fff;
}

.heart {
    width: 330px;
    padding: 20px 0px;
}

.aboutdiv {
    margin: -265px 0px 107px 0px;
}

    .aboutdiv p {
        padding: 0px 80px;
    }

.program-div h6 {
    text-align: center;
}

    .program-div h6 img {
        width: 60%;
    }

.program-div h1 {
    margin: 10px 0px;
    font-family: Rubik-Medium;
    color: #e67817;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.program-div ul {
    margin: 0px 0px 0px -20px;
    min-height: 150px;
}

    .program-div ul li {
        color: #e67817;
        line-height: 21px;
        padding: 5px 0px;
    }

        .program-div ul li span {
            color: #4d4d4d;
        }

.program-div p {
    text-align: center;
}

    .program-div p a {
        background-color: #fcb92d;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 15px;
        color: #000;
        transition: all 0.5s;
    }

        .program-div p a:hover {
            background-color: #e67817;
            color: #fff;
        }

.yellow-bg {
    background-color: #fcb92d;
}

.footer-padding {
    padding: 20px 0px 10px;
}

.heart-full {
    width: 100%;
}

.heart-left, .heart-right {
    width: 200px;
    margin: 0px 0px 0px -30px;
    padding-top: 30px;
}

.heart-right {
    text-align: right;
    margin: 0px 0px 0px 23px;
}

.ftitle {
    margin: 0px 0px 10px;
    color: #1e1e1e;
    font-family: Pacifico-Regular;
    font-size: 18px;
}

.flist {
    list-style-type: none;
    margin: 15px 0px 0px -40px;
}

    .flist li a, .flist li {
        color: #fff;
        font-size: 14px;
        transition: all 0.5s;
    }

        .flist li a:hover {
            color: #1e1e1e;
        }

        .flist li i {
            color: #1e1e1e;
            padding: 0px 3px 0px;
        }

.copyright, .copyright a {
    font-size: 13px;
    color: #1e1e1e;
    margin: 10px 0px 0px;
    transition: all 0.5s;
}

    .copyright a:hover {
        color: #fff;
    }

.aboutbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/About-Bg.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment:fixed;*/
}

.educationbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Education-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.employmentbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Employment-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.skillbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Skill-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.contactbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Contact-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.donatebg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Donate-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.sitemapbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Sitemap-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.termsbg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Terms-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.sub-ht {
    height: 275px;
}

.sub-head {
    margin-bottom: 20px;
}

    .sub-head h1 {
        margin: 0px;
        text-align: center;
        background-color: #fcb92d;
        color: #1e1e1e;
        font-family: Pacifico-Regular;
        font-size: 35px;
        padding: 10px 0px;
    }

.sub-head1 h1 {
    padding: 15px 0px 20px;
}

.feature {
    padding: 20px 20px 10px;
    border-radius: 3px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    transition: all 0.5s;
    border-bottom: 3px solid #fcb92d;
}

    .feature h3 {
        color: #e67817;
        font-family: Pacifico-Regular;
        margin: 10px 0px;
        font-size: 20px;
        text-align: center;
    }

    .feature ul {
        margin: 0px 0px 0px -22px;
    }

        .feature ul li {
            line-height: 22px;
            padding: 5px 0px;
            color: #e67817;
        }

            .feature ul li a {
                color: #4d4d4d;
                transition: all 0.5s;
            }

                .feature ul li a:hover {
                    color: #e67817;
                }

            .feature ul li span {
                color: #4d4d4d;
            }

    .feature h6 {
        margin: 0px 0px 15px;
    }

        .feature h6 i {
            color: #ccc;
            font-size: 45px;
            height: 50px;
        }

    .feature:hover i {
        color: #e67817;
        font-size: 50px;
    }

    .feature p {
        line-height: 24px;
    }

.success-message {
    font-family: Pacifico-Regular;
    font-size: 20px;
    color: #e67817;
}

.padding01 {
    padding: 40px 0px;
}
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .slidertxt1 h1 {
        margin: 41px 0px 0px -87px;
        font-size: 38px;
        line-height: 50px;
    }

    .slidertxt2 h1 {
        margin: -100px 0px 0px 0px;
    }

    .program-ht {
        margin-top: 10px;
    }

    .fprogram {
        margin-left: -50px;
    }

    .feature-ht1 {
        min-height: 480px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
        height: 650px;
    }

    .head1 {
        font-size: 37px;
    }

    .program-div ul {
        min-height: 160px;
    }

    .heart-left, .heart-right {
        width: 175px;
    }

    .fprogram {
        margin-left: -50px;
    }

    .feature-ht1 {
        min-height: 520px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {

    .logo a img {
        width: 125px;
    }

    .mainMenu {
        margin: 10px 0px 0px -40px;
    }

        .mainMenu li {
            padding: 0px 15px 0px 0px;
        }

    .top-login {
        padding: 10px 0px;
    }

    .fixed-ht {
        height: 150px;
    }

    .sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
        height: 500px;
    }

    .slidertxt {
        padding-top: 265px;
    }

        .slidertxt h1 {
            font-size: 38px;
        }

    .carousel-control {
        font-size: 30px;
    }

    .head1 {
        font-size: 35px;
    }

    .aboutdiv p {
        padding: 0px 0px;
    }

    .program-div ul {
        min-height: 165px;
    }

    .program-div h1 {
        font-size: 15px;
    }

    .heart-left, .heart-right {
        width: 135px;
        padding-top: 100px;
    }

    .flist {
        margin: 15px 0px 20px -40px;
    }

    .sub-ht {
        height: 225px;
    }

    .sub-head h1 {
        font-size: 30px;
    }

    .head2 {
        font-size: 22px;
    }
}
/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .Desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }

    .fixed-top {
        position: relative;
        width: 100%;
        z-index: auto;
    }

    .mobilebg {
        background-color: rgba(255,255,255,0.7);
        border-radius: 3px;
    }

    .logo {
        text-align: left;
    }

        .logo a img {
            width: 100px;
            margin-bottom: 5px;
        }

    .mainMenu {
        margin: 5px 0px 0px -40px;
    }

        .mainMenu li, .top-contact li {
            padding: 2px 0px;
            display: list-item;
            font-family: Rubik-Regular;
        }

            .mainMenu li a, .top-contact li a {
                font-family: Rubik-Regular;
            }

    .top-contact {
        float: left;
    }

    .topline {
        border-bottom: 1px solid #ccc;
        margin: 5px 0px;
    }

    .slidertxt {
        padding-top: 200px;
    }

        .slidertxt h1 {
            font-size: 30px;
        }

    .carousel-control {
        font-size: 25px;
    }

    .fixed-ht {
        height: auto;
    }

    .sliderbg1, .sliderbg2, .sliderbg3, .sliderbg4 {
        height: 415px;
    }

    .rCare-btn1 {
        width: auto;
        font-size: 14px;
        padding: 5px 10px 3px;
        color: #000;
        font-family: Rubik-Regular;
    }

    .donate {
        text-align: left;
    }

    .home-div {
        height: auto;
    }

    .home-div1, .home-div2 {
        height: 175px;
    }

    .home-div h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .home-div1 h3 {
        padding-top: 0px;
    }

    .rCare-btn3 {
        text-transform: initial;
        font-family: Rubik-Regular;
        font-size: 14px;
    }

    .head1 {
        font-size: 25px;
    }

    .aboutdiv p {
        padding: 0px 0px;
    }

    .aboutdiv {
        margin: 0px 0px 30px 0px;
    }

    .heart {
        width: 85px;
        padding: 0px 0px 5px;
    }

    .program-div h6 img {
        width: 250px;
    }

    .program-div ul, .program-div p {
        margin: 0px 0px 10px 0px;
    }

    .program-div ul {
        min-height: 0px;
    }

    .program-div h1 {
        font-size: 15px;
    }

    .mobile-container {
        margin: 0px 10px;
    }

    .ftitle {
        font-size: 16px;
    }

    .flist {
        margin: 15px 0px 10px -40px;
    }

    .rCare-btn5 {
        margin: 0px 0px 15px;
    }

    .sub-ht {
        height: 175px;
    }

    .sub-head h1 {
        font-size: 25px;
    }

    .head2 {
        font-size: 18px;
    }

    .sub-head1 h1 {
        padding: 10px 0px;
    }

    .padding01 {
        padding: 20px 0px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .slidertxt {
        padding-top: 175px;
    }

        .slidertxt h1 {
            font-size: 25px;
        }

    .head1, .sub-head h1 {
        font-size: 22px;
    }

    .program-div h6 img {
        width: 150px;
    }

    .sub-ht {
        height: 150px;
    }

    .head2 {
        font-size: 16px;
    }
}
/*Media query*/
