#header {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 40px;
}

.paytm-getway {
    display: none;
}

.header-inner {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
    background-color: #ebf9df;
    overflow: hidden;

}


.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}


.header-content {
    float: left;
    width: 100%;
    height: 100%;

}


.header-top {
    display: inline;
    float: left;
    width: 100%;
}


.logo-area {
    display: inline;
    float: left;
}

.header-text p {
    font-weight: bold;
    font-family: sans-serif;
    color: #198b52;
}


.header-text h1 {
    font-weight: bold;
    font-family: sans-serif;
}

.to-see-text {
    color: red;
}

.brighter-text {
    color: #e85a66;

}

.logo {}


.logo:hover,
.logo:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}


.menu-area {
    display: inline;
}


.main-wrap {
    position: relative;
}



.header-bottom {
    display: inline;
    float: left;
    width: 100%;
}


.header-bottom-left {
    margin-top: 50px;
    display: inline;
    float: left;
    padding-top: 60px;
    padding-right: 50px;
    text-align: left;
    width: 100%;

}


.header-bottom-left h1 {
    color: #e85769;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
}


.header-bottom-left p {
    color: #429663;
    font-size: 25px;
    margin: 35px 0 0;
}


.download-btn {
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-top: 30px;
    opacity: 0.8;
    text-align: center;
    width: 180px;
    -webkit-transition: all 0.5s ease 0s;
    ;
    -o-transition: all 0.5s ease 0s;
    ;
    transition: all 0.5s ease 0s;
    ;
}


.download-btn:hover,
.download-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    opacity: 1;
}


.header-bottom-right {
    display: inline;
    float: left;
    width: 100%;
}


.social-icon {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 30%;
}

.social-icon:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    padding: 10px 12px;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}



.main-navigation {
    position: absolute;
    top: 80px;
    right: 100px;
    z-index: 999;
}

.main-navigation ul {
    list-style: none;
    background: white;
    padding: 0px 10px 10px 0px;
    margin: 0;
    border: 2px solid white;
    visibility: hidden;
    opacity: 0;
    zoom: 1;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    position: absolute;
    left: -100px;
    right: 50px;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    top: 50px;
    min-width: 300px;
    z-index: 999;
}

.main-navigation ul:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.main-navigation ul.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 480px) {
    .main-navigation ul.active {
        left: 0;
        width: 200px;
        margin: auto;
    }
}

.main-navigation ul li {
    float: left;
}

.main-navigation ul li a {
    padding: 10px;
    white-space: nowrap;
    display: block;
    color: #5da272;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}


.menu-toggle {
    background: white;
    border: 2px solid white;
    padding: 10px 17px;
    color: #5da272;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
    outline: none;
    z-index: 9;
}

.menu-toggle:hover,
.menu-toggle.active {
    background: #f86b75;
    color: white;
    border-color: white;
}

.menu-toggle .fa {
    font-size: 15px;
    margin-right: 10px;
}




.button {
    border: 2px solid #e85c68;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 600;
    color: #e85c68;
    background: none;
    -webkit-box-shadow: inset 0 0 0 #e85c68;
    box-shadow: inset 0 0 0 #e85c68;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.button:hover {
    -webkit-box-shadow: inset 0 0 0 30px #e85c68;
    box-shadow: inset 0 0 0 30px #e85c68;
    color: white;
}



form input {
    border-width: 1px;
    border-style: solid;
    border-color: lightgrey;
    background-color: white;
    align-items: center;
    padding: 5px 0;
    font-family: inherit;
    outline: none;
}

form input:focus,
form input:active {
    border-color: #e85c68;
}



header.site-header {
    background: #fce9eb;
    color: white;
    padding-top: 100px;
}

header.site-header .container {
    position: relative;
}


.primary-color {
    background-color: #fce9eb;
    color: white;
    padding-bottom: 50px;



}

.secondary-color {
    background-color: #151c1f;
    color: #7b8b92;
    font-size: 15px;
    line-height: 33px;
}

.my-text {
    color: #e85c68;
}



@media screen and (max-width: 480px) {

    .main-navigation {
        position: relative;
        margin-top: -90px;
        right: 0;
        text-align: center;
    }

}

@media screen and (max-width: 640px) {
    .main-navigation ul {
        right: 0;
        top: 50px;
        min-width: 200px;
        -webkit-transform: translateX(0) translateY(-30px);
        -ms-transform: translateX(0) translateY(-30px);
        transform: translateX(0) translateY(-30px);
    }

    .main-navigation ul.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-navigation ul li {
        float: none;
    }
}


.logo-gif {
    width: 100%;
    max-width: 40%;
    margin-top: 80px;
}


.power-of-vision-1 {
    width: 100%;
    max-width: 46%;
    margin-left: 150px;


}

.power-of-vision-2 {
    width: 100%;
    max-width: 71%;
    margin-top: 50px;
    margin-right: 150px;

}


.aanya-img {
    width: 100%;
    max-width: 96%;
    margin-left: 3px;
    text-align: center;
    margin-top: 134px;
    display: block;
}


.goal-bg {
    color: #454545
}

.bg-2 {
    background-color: grey;
    height: 20px;
}

.goal-text {
    color: #000;
    font-family: sans-serif;
    padding-top: 20px;
}

.main-text {
    font-size: 30px;
    font-weight: bold;
}

.gal-section {
    padding-top: 0px;
}

.name-aanya {
    font-family: sans-serif;
}

.optivision-text2 {
    font-family: sans-serif;
    font-size: 17px;
    text-align: justify;
    font-weight: 500;
}

.bg-mega {
    background-color: #f7c3c6;
    padding: 0px;
}


.bg-grey {
    background-color: #f5f5f5;


}

.bg-black {
    background-color: #212121;
}

.bg-white {
    background-color: #fff;
}

#logo {
    width: 100%;
    margin-top: -18px;
    max-width: 42%;
    height: auto;
    margin-left: 50px;
    transition: top 0.3s;
    overflow: hidden;
    z-index: 999;
    display: none;

}



.footer {
    padding: 20px;
}

.OPTIVISION-text {
    font-family: sans-serif;
    font-size: 17px;
    text-align: justify;
}

.child-img {
    width: 100%;
    margin-top: 13px;

}

.slide-image {
    width: 100%;
    max-width: 150%;
    height: 100%;

}

.galerry-img {
    padding-top: 30px;
    padding-bottom: 50px;
}

.gal-img {
    width: 100%;
    padding-bottom: 25px;
    height: 240px;
}

.donate-btn {
    background-color: #e7525c;
    border: none;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
}

.give-text {
    padding-top: 55px;
    margin-left: 50px;
    color: #fff;
}

.give-text h2 {
    color: #000;
    font-family: sans-serif;
}

.give-text p {
    color: #000;
    font-family: sans-serif;
}



.logo-2 {
    padding-bottom: 10px;
}


.achievement-box {
    text-align: center;
    margin: 50px 0;
    color: #fff;
    font-size: 10px;
}

#achievements {
    margin-top: -30px;
    background-color: #61a375;
}

.numscroller {
    color: #fff;
    font-family: sans-serif;
    font-size: 45px;
}

.service {
    font-size: 40px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #61a375;
}

.points {
    text-align: left;
}

.sub-btn {
    background-color: #61a375;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
}


.power-logo {
    position: absolute;
    top: 350px;
    left: 700px;
}




.service-text {
    color: #393a3a;
    font-weight: bold;
    font-family: sans-serif;

}

.service-text-p {
    font-weight: 500;
    color: #000;
    font-family: sans-serif;
}

.section-achiev {
    padding-top: 50px;
    padding-bottom: 0px;
}

.section-ourgoal {
    padding-bottom: 40px;
}

.section-OPTIVISION {
    padding-bottom: 20px;
    padding-top: 10px;
}

.tosee-text-light {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 50;
}

.bri-text-light {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 35px;
}

.section-form {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blue-bg {
    background-color: #5da172;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-us-p {
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
}

.about-us-h2 {
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;

}

.main-logo {
    width: 80%;
    max-width: 40%;
}

.avatar {
    border-radius: 50%;
}


.darken-grey-text {
    color: #2E2E2E;
}

.black-bg {
    background-color: #000;
    padding: 20px;
}

.Quick-Facts {
    text-align: left;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 30px;
}

.Quick-Facts-h1 {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;

}

.contact-details {
    font-family: sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
}

.form-newsletter {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-class {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.footer-text {
    color: #fff;
}

.footer-text a {
    color: #fff;
}

a {
    color: #000;
}

.section-2 {
    margin-bottom: 50px;
}

.power-of-vision-img {
    width: 100%;
    max-width: 40%;
    margin-left: 25px;
}

.header-text {
    margin-left: 25px;
}




.header2 {
    margin-top: -258px;

}

.logo-top {
    z-index: 999;
}

.left-header {
    margin-top: 150px;
}

.giffting-text {
    margin-top: 18px;
    font-weight: bold;
    font-family: sans-serif;
    color: #000;
    font-size: 20px;

}

.how-many-kids {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #e7525c;
}

.number-kids {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.join-us-text {

    font-weight: bold;
    font-family: sans-serif;
    color: #000;
}

.total-amount {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}


.totalamount {
    margin-left: 27px;
    padding: 5px 0px 10px 11px;
    margin-top: 10px;
}



.fa-dribbble {
    background: #ff9e11;
    color: white;
}




.tax-text {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

.btn-white {
    color: #fff;
}

.giffting-text-join-us {
    color: #e7525c;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;

}

.Aurora {
    font-weight: bold;
}

.bank-ac {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #e7525c;
}

.paytm-button {
    margin-top: 20px;
}


.home-pagegalary {
    margin-top: 30px;

}



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media (min-width: 768px) and (max-width: 1199px) {
    .donate-btn {
        z-index: 999;
        position: relative;
        margin-top: 0px;
        padding: 10px;
    }


    .header-bottom-left h1 {
        color: #e85769;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 28px;
        z-index: 999;
    }

}


@media (min-width: 491px) and (max-width: 767px) {}

@media (min-width: 481px) and (max-width: 490px) {}


@media (min-width: 411px) and (max-width: 480px) {

    .power-of-vision-img {
        width: 100%;
        max-width: 40%;
        margin-left: 110px;
        margin-top: 103px;
    }

    .header-text p {
        font-size: 10px;
    }

    .top-logo-2 {
        margin-top: 30px;
        width: 100%;
        max-width: 60%;
        z-index: 999;
    }

    .header-bottom-left h1 {
        color: #e85769;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header-bottom-left p {
        color: #429663;
        font-size: 16px;
        margin: 25px 0 0;
    }

    .header-img {
        width: 100%;
        float: right;
        margin-top: -50px;
        margin-right: -20px;
    }



    .donate-btn {
        z-index: 999;
        position: relative;
    }


    .header-bottom-right img {
        width: 85%;
        float: right;

    }

    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 10px;
    }

    .paytm-button {
        margin-bottom: 20px;
    }

    .home-pagegalary {
        margin-top: 20px;

    }



}

@media (min-width: 361px) and (max-width: 410px) {
    .power-of-vision-img {
        width: 100%;
        max-width: 40%;
        margin-left: 110px;
        margin-top: 102px;
    }

    .header-text p {
        font-size: 10px;
    }

    .paytm-button {
        margin-bottom: 20px;
    }

    .top-logo-2 {
        width: 100%;
        max-width: 100%;
    }

    .header-bottom-left h1 {
        color: #e85769;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 28px;
        z-index: 999;
    }

    .donate-btn {
        z-index: 999;
        position: relative;
    }

    .header-bottom-left p {
        color: #429663;
        font-size: 16px;
        margin: 25px 0 0;
    }

    .header-img {
        width: 100%;
        float: right;
        margin-top: -40px;
        margin-right: -20px;
    }

    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 10px;
    }

    .home-pagegalary {
        margin-top: 20px;

    }


}



@media (min-width: 320px) and (max-width: 360px) {

    .power-of-vision-img {
        width: 100%;
        max-width: 40%;
        margin-left: 67px;
        margin-top: 100px;
    }

    .header-text p {
        font-size: 10px;
    }

    .paytm-button {
        margin-bottom: 20px;
    }

    .top-logo-2 {
        margin-top: 30px;
        width: 100%;
        max-width: 80%;
    }

    .header-bottom-left h1 {
        color: #e85769;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
    }

    .header-bottom-left p {
        color: #429663;
        font-size: 16px;
        margin: 25px 0 0;
    }

    .header-img {
        width: 100%;
        float: right;
        margin-top: -40px;
        margin-right: -20px;

    }

    .donate-btn {
        z-index: 999;
        position: relative;
    }

    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 10px;
    }

    .home-pagegalary {
        margin-top: 20px;

    }



}
