body{
   overflow-x: hidden;
    
}

.paytm-getway {
    display: none;
}
.main-navigation {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 9;
}

.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;
}

.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;
}

.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;
    overflow: hidden;
}

.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: 20px;
        right: 0;
    }
}

@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;
}

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

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


.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;

}

.header-text {
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 25px;
}

.footer {
    padding: 20px;
}

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

.child-img {
    width: 100%;

}

.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: auto;
}

.donate-btn {
    background-color: #e7525c;
    border: none;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    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;
}


.to-see-text {
    padding-top: 300px;
    font-size: 35px;
    color: #198b52;
    font-weight: bold;

}




.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-mission {
    padding-bottom: 20px;
    padding-top: 30px;
}

.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;
    margin-top: -20px;
}

.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;
}

.footer-text {
    color: #fff;
}

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

a {
    color: #000;
}



.giffting-text {
    margin-top: 30px;
    font-weight: bold;
    font-family: sans-serif;
    color: #000;
}

.how-many-kids {
    font-family: sans-serif;
    font-size: 18px;
    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: 15px;
    padding: 10px 0px 9px 4px;
    margin-top: 2px;
}
.numbers-kids {
    padding: 11px 0px 8px 15px;
}


#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features {
    padding: 7em 0;
}

.fh5co-section-gray {
    background: rgba(0, 0, 0, 0.04);
    padding-bottom: 55px;
}

.heading-section {
    padding-bottom: 1em;
    margin-bottom: 5em;
}

.fh5co-testimonial,
.fh5co-team {
    position: relative;
    background: #fff;
    padding: 60px 10px 10px 20px;
    border-radius: 5px;
}

.fh5co-testimonial figure,
.fh5co-team figure {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -65px;
    background-size: cover;
}

.fh5co-testimonial figure img,
.fh5co-team figure img {
    width: 130px;
    height: 130px;
    border: 10px solid #fff;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;

}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none;
}

.healp-p {
    margin-top: 10px;
}

.helpers {
    font-family: sans-serif;
    color: #e7525c;
    font-weight: bold;
    font-size: 25px;
    margin-top: 25px;
}

#fh5co-content-section,
    {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-content-section,
        {
        padding: 4em 0;
    }
}

.heading-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #e85c68;
}

.bg-green {

    background-color: #5da172;
    padding: 50px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1em;
}

p {
    margin: 0 0 20px;

}


.section-heading p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
}


.intro {
    width: 100%;
    position: relative;
}


.intro-content {
    padding: 50px 0 60px;

}

.intro-content.intro-nobg {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 140px 0 60px;
}

.donate-pannel {
    padding: 22px;
    background: #fff;
}


.panel.panel-skin {
    border-color: #ddd;

}

.panel-skin > .panel-heading {
    color: #fff;
    background-color: #62a172;
    border-color: #62a172;
    box-shadow: none;
}

.panel-body {
    padding: 25px;
    background: #fff;
    padding-bottom: -20px;

}
.well-trans{
    
}

.well-2 {
    min-height: 15px;
    padding: 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.form-wrapper h3.panel-title {
    font-size: 20px;
    font-weight: 700;
}

.form-wrapper h3.panel-title span {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
    font-size: 16px;
    color: #ddd;
}

form.lead label,
form.lead input {
    font-size: 16px;
}

.panel-skin > .panel-heading .badge {
    background-color: #fff;
}


.donation-text {
    text-align: center;
    margin-top: 25px;

}

.table-bordered {
    border: 1px solid #ddd !important;
}

table caption {
    padding: .5em 0;
}

th {
    background-color: #5da172;
    border: 1px solid #5da172;
    font-weight: normal;
    text-align: center;
    color: white;
}

.serch-button {
    float: right;
    width: 100%;
    max-width: 20%;
    font-size: 16px;
    padding: 11px 0px 10px 11px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    table caption {
        display: none;
    }
}

.social-icon {
    padding: 4px;
    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;
}

.form-btn {
    padding: 10px 97px;
    overflow-x: hidden;
}

@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;
    }
    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 20px;
    }
        .img-colum {
    width: 100%;
    max-width: 100%;
    margin:auto 0;
}

}


@media (min-width: 491px) and (max-width: 767px) {
    .form-btn {
        padding: 7px 43px;
        overflow-x: hidden;
    }
    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 20px;
    }
        .img-colum {
    width: 100%;
    max-width: 100%;
    margin:auto 0;
}
   
}

@media (min-width: 481px) and (max-width: 490px) {
    .form-btn {
        padding: 7px 43px;
        overflow-x: hidden;
    }
    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 20px;
    }
        .img-colum {
    width: 100%;
    max-width: 100%;
    margin:auto 0;
}

}


@media (min-width: 411px) and (max-width: 480px) {
    .form-btn {
        padding: 7px 43px;
        overflow-x: hidden;
    }
    .top-logo-2 {
        margin-top: 30px;
        width: 100%;
        max-width: 80%;
    }
    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 20px;
    }
    .img-colum {
    width: 100%;
    max-width: 100%;
    margin:auto 0;
}

     .video-youtube{
        width: 100%;
        max-width:98%;
        padding-bottom: 10px;
    }

}

@media (min-width: 361px) and (max-width: 410px) {
    .form-btn {
        padding: 7px 43px;
        overflow-x: hidden;
    }
    .top-logo-2 {
        margin-top: 30px;
        width: 100%;
        max-width: 80%;
    }
    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 20px;
    }
        .img-colum {
    width: 100%;
    max-width: 100%;
    margin:auto 0;
}

      .video-youtube{
        width: 100%;
        max-width:98%;
        padding-bottom: 10px;
    }

}



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

    .form-btn {
        padding: 7px 43px;
        overflow-x: hidden;
    }

    .top-logo-2 {
        margin-top: 30px;
        width: 100%;
        max-width: 80%;
    }
    .black-bg {
        background-color: #000;
        padding: 20px;
        margin-top: 20px;
    }
    .img-colum {
    width: 100%;
    max-width: 100%;
   margin:auto 0;
}

    .video-youtube{
        width: 100%;
        max-width:98%;
        padding-bottom: 10px;
    }
    
    
}



.about-us-follow {
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
}

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

.bhaskar-image {
    width: 100%;
    margin-bottom: 100px;
}


/*-Camp CSS-*/

.bg-gray {
    background-color: #e6e6e6;
    padding: 10px;
}


.camp-1-img {
    width: 100%;
    max-width: 100%;
    border: 2px solid;
    border-color: #e85769; 
}


.camp-3-img {
     width: 100%;
    max-width: 80%;
    border: 2px solid;
    border-color: #e85769; 
}


.camp-sidebar {
	width: 100%;
	max-width: 100%;
    color: #000;
    float: right; 
}

.camp-main-nav {
	font-size: 18px;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-right: 2px;

}

.camp-nav-item {
	list-style: none;
	width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}


.camp-nav-header {
    font-weight: bold;
    color: #5da172;
    font-size: 19px;
    font-family: sans-serif;
    font-style: italic;
}



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

.gallery-btn {
    
}


.column {
  display: none; 
}


.show {
  display: block;
}

.gallery-btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #5da172;
  cursor: pointer;
 margin-bottom: 20px;
color: #fff;
}

.gallery-btn:hover {
  background-color: #077328;
}

.gallery-btn.active {
  background-color: #077328;
   color: white;
}


