.month h6,
.month p,
h2 {
    text-transform: uppercase
}

.button15,
.flip-box-back,
.month span,
wrapper {
    overflow: hidden
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

body,
ul {
    margin: 0
}

.banner h1 span a,
a,
a:hover {
    text-decoration: none
}

.banner,
.button15,
.button15 input,
.happykids,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center
}

body {
    font-family: Allerta, sans-serif
}

.button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Londrina Solid', cursive
}

.container-fluid {
    width: 80%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #141515
}

h1 {
    font-size: 65px
}

h2 {
    font-size: 60px
}

h4 {
    font-size: 55px
}

h5 {
    font-size: 40px;
    color: #fff
}

h6 {
    font-size: 25px
}

.button {
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 20px;
    color: #141515;
    transition: .2s ease all;
    border: 2px solid #141515
}

.banner h1 span a,
p {
    font-family: Allerta, sans-serif
}

.button:hover {
    color: #efcc23
}

.yellowBtn {
    background-color: #ffffff
}

a {
    color: #141515
}

p {
    font-size: 20px;
    color: #131413
}

ul {
    list-style: none;
    padding: 0
}

section {
    padding: 70px 0
}

wrapper {
    display: block
}

.banner h1,
.button15 {
    display: inline-block
}

section h2 {
    margin-bottom: 30px
}

div#main {
    position: relative;
    overflow: hidden
}

header {
    padding: 30px 0
}

header .navigation {
    float: left;
    margin: 10px 0
}

header .navigation li {
    display: inline-block;
    position: relative;
    margin: 0 15px
}

header .navigation li.active:before {
    content: '';
    position: absolute;
    background-image: url(../images/hoverLines.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 10px
}

header .navigation li:hover a {
    color:#9d0203;
}

header .navigation li a {
    transition: .2s ease all;
    font-size: 16px;
    color: #141515;
    text-decoration: none
}

header .headerContact {
    float: right
}

.circle1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 750px;
    z-index: -1
}

.banner h1,
.bannerInner,
.button15 {
    position: relative
}

.banner h1 span.main {
    position: absolute;
    bottom: -10px;
    right: 0;
    font-weight: 600
}

.banner h1 span a {
    font-size: 18px;
    transition: .4s ease
}

.banner h1 span a:hover {
    color: #ee2844
}

.buttonBox {
    margin-top: 40px
}

.button15 {
    color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 3px solid #000;
    line-height: 42px;
    height: 50px;
    min-width: 160px;
    border-radius: 20px;
    font-family: 'Londrina Solid', cursive;
    font-size: 24px;
    padding: 0 20px
}

.button15 a,
.button15 input {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
    z-index: 99;
    position: relative;
    transition: 1s ease
}

.button15 input {
    background-color: transparent;
    border: none;
    line-height: inherit;
    margin: 0 auto
}

.button15::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #efcc23;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.yellowBtn.button15::after {
    background-color: #000;
    z-index: 8
}

.yellowBtn.button15 a {
    z-index: 9;
    position: relative;
    transition: .8s ease
}

.yellowBtn.button15:hover a {
    color: #fff
}

.whiteBtn.button15 {
    border-color: #fff
}

.whiteBtn.button15::after {
    background-color: #efcc23;
    z-index: 8
}

.whiteBtn.button15 a {
    z-index: 999;
    position: relative;
    transition: .8s ease;
    color: #fff
}

.button15:hover a,
.button15:hover input,
.whiteBtn.button15:hover a {
    color: #000
}

.button15::after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.button15:hover::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

span.red {
    color: #ee2844
}

@keyframes float {

    0%,
    100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }
}

.kidsBox {
    position: relative;
    height: 180px
}

.kids {
    position: absolute;
    left: 18%;
    top: 2px;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

.kids img {
    margin: 0 10px
}

.happykids {
    margin-top: 50px;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

.happykids img {
    margin: 0 20px
}

.storySec {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 30px
}

.storySec .left,
.storySec .right {
    display: table-cell;
    width: 50%
}

.storySec .left .leftText {
    position: absolute;
    bottom: 13%;
    left: 30%;
    cursor: pointer;
    text-align: left
}

.storySec .left h2,
.storySec .right h2 {
    color: #fff;
    text-align: left
}

.storySec .right .rightText {
    position: absolute;
    bottom: 13%;
    right: 80px;
    cursor: pointer;
    text-align: left
}

.clients p,
.features p,
.flip-box-inner,
.loadMore {
    text-align: center
}

.storySec span {
    position: absolute;
    z-index: 9999999;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff
}

.storySec span .fas {
    font-size: 30px;
    color: #efcc23;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.storySec .right span {
    right: auto;
    left: 30px
}

.storySec .cross {
    z-index: 99999
}

.storySec img {
    width: 100%
}

.overlay,
.overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s linear
}

.overlay.active,
.overlay2.active {
    opacity: 1;
    visibility: visible;
    transition: visibility .5s, opacity .5s linear
}

.overlayStory {
    display: table;
    width: 100%
}

.overlayStory .image,
.overlayStory .text {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.overlayStory .image {
    position: relative
}
.overlayStory .image p {
    font-size:15px;
    margin-top:8px;
}

.overlayStory .text {
    padding-left: 60px;
    padding-right: 60px
}

.overlayStory .text p {
    margin-bottom: 25px
}

.overlayStory .text p.yellow {
    color: #c1ab41;
    border-top: 2px solid #eec917;
    border-bottom: 2px solid #eec917;
    padding: 20px 0
}

.overlayStory .image .imageCircle {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: .7;
    background-color: #9dd
}

.overlayStory .image .circleText {
    position: absolute;
    top: 50%;
    left: -70px;
    width: 300px;
    height: 300px
}

.right .overlayStory .image .circleText {
    left: auto;
    right: -70px
}

.overlayStory .image h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%
}

.storySec .button15 {
    margin-top: 10px
}

.we {
    display: table;
    width: 100%
}

.we .leftBoy,
.we .rightCircle {
    display: table-cell;
    vertical-align: top
}

.we .leftBoy {
    width: 50%
}

.we .leftBoy img {
    width: 80%
}

.we .rightCircle {
    width: 50%;
    position: relative
}

.blrow .blcol,
.cbox,
.clientsLogos ul li {
    vertical-align: middle
}

.we .rightCircle .bgcircle {
    position: absolute;
    background-color: #faf1d5;
    width: 1000px;
    height: 1000px;
    right: -20%;
    top: -40%;
    z-index: -1;
    border-radius: 50%
}

.we .rightCircle .text {
    width: 60%;
    margin-left: 40px;
    margin-top: 40px
}

.we .rightCircle p {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.featuresBox {
    margin-top: 50px
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 400px;
    perspective: 1000px;
    margin-bottom: 30px
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-back,
.flip-box-front {
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
}

.textContent {
    position: relative;
    width: 100%;
    height: 100%
}

.textContent .contentInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%
}

.flip-box-back img {
    width: 100%;
    opacity: .7
}

.flip-box-back {
    backface-visibility: hidden;
    color: #fff;
    transform: rotateY(180deg)
}

.flip-box-back p {
    color: #fff;
    margin-bottom: 20px
}

.loadMore {
    margin-top: 20px
}

.clientsLogos {
    margin-top: 50px
}

.clientsLogos ul {
    width: 100%;
    display: table
}

.clientsLogos ul li {
    display: table-cell;
    width: 20%;
    text-align: center
}

.month h6,
.month p {
    text-align: left
}

.care p,
.featureItem .items .heading,
.featureItem .items .image,
.footerLeft,
.footerRight p,
footer .butn {
    text-align: center
}

.clientsLogos ul li img {
    max-width: 200px
}

.month {
    position: relative;
    padding-top: 5px;
    margin-top: 60px
}

.month span {
    position: absolute;
    left: 0;
    top: 0
}

.month p {
    font-size: 28px;
    color: #efcb21;
    font-weight: 600
}

.careFeatures {
    margin-top: 70px
}

.careFeatures .featuresBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.careFeatures .featuresBox .featureItem {
    -ms-flex: 25%;
    flex: 25%;
    display: inline-flex
}

.careFeatures .featuresBox .featureItem .items {
    position: relative;
    margin: 0;
    padding: 60px 30px 0;
    transition: .6s cubic-bezier(.4, 0, .2, 1);
    border: 8px solid transparent
}

.careFeatures .featuresBox .featureItem .items:hover {
    transform: translateY(-39px);
    border-color: #efcc23
}

.featureItem .items .image {
    height: 115px;
    transition: .3s;
    margin: 0 auto
}

.featureItem .items .heading {
    margin-top: 41px;
    margin-bottom: 27px;
    transition: .3s
}

.featureItem .items .btn,
.featureItem .items .text {
    margin: 0 auto;
    text-align: center
}

.featureItem .items .heading h5 {
    color: #282828
}

.featureItem .items .btn {
    padding-top: 60px;
    padding-bottom: 69px;
    transition: scale 0s, opacity .3s;
    transform: scale(1, 0);
    opacity: 0;
    display: block
}

.featureItem .items:hover .btn {
    transform: scale(1, 1);
    opacity: 1
}

footer {
    position: relative;
    padding-bottom: 10px
}

footer .circle {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background-color:#73c1ff;
    bottom: -80%;
    right: -5%;
    position: absolute;
    z-index: -1
}

.footerLeft {
    position: relative
}

.footerLeft .girl {
    position: absolute;
    left: -10px;
    top: 50px;
    z-index: -1
}
.greenCircle .inner,
.social ul li a img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.social {
    margin-top: 20px
}

.social ul li {
    display: inline-block;
    margin: 0 8px
}

.social ul li a {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #fff;
    border: 3px solid #090909;
    display: block;
    transition: .5s ease
}

.social ul li a img {
    width: 30px;
    position: absolute
}

.centersec,
.greenCircle,
.vision img {
    position: relative
}

.dashedlineleft,
.dashedlineright,
.greenCircle .inner {
    position: absolute
}

.social ul li:hover a {
    background-color: #50bcff
}

footer .butn {
    display: block;
    margin-top: 30px
}

.footerBottom .simpleLogo,
.vision {
    text-align: right
}

footer h2 {
    margin-bottom: 30px
}

.footerBottom {
    padding: 10px 0
}

.footerBottom a:hover {
    color: #efcb21
}

.line {
    margin: 30px 0 10px
}

.blrow .blcol .left p,
.centersec p {
    margin-bottom: 30px
}

.line img {
    width: 100%
}

.footerBottom .simpleLogo img {
    width: 25px
}

.mission,
.vision {
    width: 90%
}

.footerLeft a:hover {
    color: #efcc23
}

.bannerInner p {
    margin-top: 30px
}

.vision p {
    text-align: left
}

.mission {
    text-align: right;
    margin-left: auto
}

.mission p {
    text-align: center
}

.vision img {
    right: -130px
}

.blrow {
    display: table;
    width: 100%;
}

.blrow .blcol {
    display: table-cell;
    width: 50%
}

.blrow .blcol .left {
    padding-left: 180px;
    width: 90%
}

.blrow .blcol img {
    width: 100%
}

.centersec {
    padding: 80px 0
}

p.yellow {
    color: #0095f2;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 20px 0;
}

p.yellow2 {
    margin-bottom: 50px
}

.greenCircle {
    width: 1000px;
    height: 1000px;
    background-color: #93e7fb;
    border-radius: 50%;
    margin: 70px auto
}

.ourTeam .contentBox.contentBox2,
.ourTeam .imageBox.imageBox2 {
    margin-left: auto
}

.greenCircle .inner h2 {
    letter-spacing: 20
}

.greenCircle .inner p {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center
}

.greenCircle img {
    width: 70%
}

.dashedlineright {
    right: 200px;
    top: -110px;
    width: 40%;
    z-index: -1
}

.dashedlineleft {
    left: 250px;
    bottom: -260px;
    width: 50%;
    z-index: -1
}

.doNow {
    margin-top: 50px
}

.doNow p {
    margin-bottom: 30px
}

.doNow .rightsec {
    position: relative
}

.doNow .rightsec .bgCircle {
    position: absolute;
    right: -50%;
    top: -140px;
    z-index: -1;
    width: 125%
}

.imgabovecircle {
    position: absolute;
    top: 100px;
    right: -210px;
    width: 100%
}

.absolImages {
    height: 480px;
    margin-bottom: 80px
}

.ourTeam h2 {
    margin-bottom: 70px
}

.ourTeam .row {
    margin-bottom: 100px
}

.ourTeam .imageBox {
    width: 400px;
    height: 500px;
    position: relative
}

.ourTeam .imageBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.ourTeam .imageBox .sad1 {
    position: absolute;
    z-index: -1;
    width: auto;
    bottom: 0;
    right: -120px;
    left: auto;
    transform: none;
    top: auto;
    height: auto
}

.ourTeam .imageBox .hand,
.ourTeam .imageBox .sad2 {
    position: absolute;
    z-index: 9;
    width: auto;
    left: auto;
    transform: none;
    height: auto
}

.ourTeam .imageBox .sad2 {
    bottom: auto;
    right: 100px;
    top: -112px
}

.ourTeam .imageBox .hand {
    bottom: 50px;
    right: -5px;
    top: auto
}

.ourTeam .contentBox {
    width: 400px;
    text-align: center;
    margin-top: 20px
}

.ourTeam .contentBox h4 {
    font-size: 46px
}

.ourTeam .contentBox h6 {
    margin-bottom: 10px
}

.ourTeam .contentBox .mail a,
.ourTeam .contentBox p a:hover {
    color: #deb811
}

.teamText {
    padding-left: 100px
}

.teamText.teamText2 {
    padding-left: 0
}

.teamText p {
    margin-bottom: 20px
}

.subsec h4 {
    text-align: left;
    color: #c1ab41
}

.artInner,
.help p,
.pledge .buttonBox,
.tellImages .buttonBox {
    text-align: center
}

.subsec p {
    margin-bottom: 30px
}

.help p {
    margin-bottom: 20px
}

.help p.yellow {
    margin-top: 30px;
    margin-bottom: 30px
}

.greenCircle .inner {
    width: 70%;
    text-align: center;
}

.greenCircle.green2 h2 {
    letter-spacing: inherit
}

.artformContent {
    margin-top: 50px
}

.artInner {
    width: 80%;
    margin: 0 auto
}

.artInner h6 {
    margin: 20px 0 15px
}

.tellatale {
    margin-top: 60px
}

.tellImages .row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px
}

.tellImages .row:first-child {
    margin-top: 40px
}

.tellImages .row .col-md-12,
.tellImages .row .col-md-6 {
    padding-right: 5px;
    padding-left: 5px
}

.tellImages .imageBox img {
    width: 100%
}

.pledge .pledgeText {
    padding-left: 180px;
    padding-top: 100px
}

.pledge .pledgeText img {
    width: auto
}

.pledge .box {
    position: relative;
    width: 90%
}

.pledge .box p {
    font-size: 24px;
    position: absolute;
    top: 40%;
    padding: 0 50px
}

.innerFooter {
    margin-top: 70px
}

.milestone ul,
.spiral {
    margin-top: 30px
}

.milestone ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px
}

.milestone ul li p {
    text-align: left
}

.milestone ul li span {
    position: absolute;
    left: 0;
    top: 6px;
}
.milestone ul li b {
    font-size:35px;
    display:block;
    color: #efcc23;
}
.spiral {
    text-align: center
}

.spiral img {
    width: 200px
}

.utube {
    margin: 30px 0
}

.elementInner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    text-align: left;
    margin-bottom: 60px
}

.elementInner .elementBox {
    width: 75%;
    margin: 0 auto
}

.elementInner .elementBox img {
    margin-top: 15px
}

.elementInner .elementBox h2 {
    text-align: left;
    margin-bottom: 20px
}

.newsletter,
form .buttonBox {
    text-align: center
}

.elementBox .spiral {
    margin-top: 90px
}

.artforms h5 {
    color: #282828;
    margin: 10px 0
}

.artforms p a,
.artforms p a:hover {
    color: #efcc23
}

.artforms .row:last-child {
    margin-top: 40px
}

.artforms p a {
    transition: .4s ease
}

.cForm {
    margin: 50px 0
}

.cbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Allerta, sans-serif;
    margin-left: 20px
}

.cbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #282828
}

.cbox input:checked ~ .checkmark,
.cbox:hover input ~ .checkmark {
    background-color: #efcc23
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.cbox input:checked ~ .checkmark:after {
    display: block
}

.cbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

form .inputBoxes {
    margin-top: 50px
}

form input[type=email],
form input[type=number],
form input[type=text] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px
}

form textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid;
    padding: 10px;
    font-size: 18px
}

.month .donorsImg,
.month span {
    border-radius: 50%
}

form input:focus,
form textarea {
    outline: 0
}

form label {
    font-size: 22px;
    font-family: 'Londrina Solid', cursive;
    font-weight: 300
}

.newsletter {
    margin-top: 70px
}

.newsletter h4 {
    margin-bottom: 20px
}

.newsletter .form2 {
    width: 70%;
    margin: 30px auto 0
}

.newsletter .form2 label {
    text-align: left;
    display: block
}

.newsletter .form2 input[type=email] {
    width: 75%;
    float: left
}

.month .donorsImg,
.month .social ul li a {
    width: 30px;
    height: 30px
}

.newsletter .form2 .newsButton {
    float: right
}

form h6 {
    text-align: left
}

.month {
    padding-left: 84px
}

.month .donorsImg img {
    width: 100%
}

.month .social ul li a img {
    width: 15px
}

.month span {
    width: 65px;
    height: 65px
}

.month span img {
    width: 100%
}

@media(max-width:1700px) {
    .kids {
        left: 10%
    }

    .textContent .contentInner {
        width: 80%
    }

    .footerLeft .girl {
        left: -30px
    }

    .greenCircle {
        width: 900px;
        height: 900px
    }

    .greenCircle .inner p {
        margin-top: 20px;
        font-size: 18px
    }

    .pledge .pledgeText {
        padding-top: 30px
    }

    .pledge .box p {
        top: 36%
    }

    .dashedlineleft,
    .dashedlineright {
        display: none
    }
}

@media(max-width:1500px) {
    p {
        font-size: 18px
    }

    .overlayStory .text p {
        margin-bottom: 15px
    }

    .storySec span {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px
    }

    .storySec .right span {
        left: 20px
    }

    .button15 {
        font-size: 20px
    }

    h2 {
        font-size: 50px
    }

    .we .leftBoy img {
        width: 70%
    }

    .we .rightCircle .bgcircle {
        width: 900px;
        height: 900px
    }

    .flip-box {
        height: 350px
    }

    .featureItem .items .btn {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .pledge .pledgeText {
        padding-left: 30px
    }

    .pledge .box p {
        font-size: 20px;
        top: 35%
    }

    .blrow .blcol .left {
        padding-left: 0
    }

    .greenCircle {
        width: 800px;
        height: 800px
    }

    .absolImages {
        height: 304px
    }

    .overlayStory .text {
        padding-left: 40px;
        padding-right: 40px
    }

    .overlayStory .text p.yellow {
        padding: 10px 0
    }

    .imgabovecircle {
        top: 40px
    }
}

@media(max-width:1400px) {
    h1 {
        font-size: 60px
    }

    .bannerInner {
        padding: 120px 0
    }

    .container-fluid {
        width: 90%
    }

    .greenCircle,
    .we .rightCircle .bgcircle {
        width: 850px;
        height: 850px
    }

    .we .rightCircle p {
        font-size: 20px
    }

    .pledge {
        padding-top: 0
    }

    .dashedlineright {
        right: 70px
    }
}

@media(max-width:1300px) {

    .subsec p,
    section h2 {
        margin-bottom: 20px
    }

    .kids {
        left: 6%
    }

    p {
        font-size: 16px
    }

    .overlayStory .image .circleText,
    .overlayStory .image .imageCircle {
        width: 260px;
        height: 260px
    }

    .we .rightCircle .bgcircle {
        width: 700px;
        height: 700px
    }

    .flip-box {
        height: 320px
    }

    h5 {
        font-size: 35px
    }

    .featureItem .items .heading {
        margin-top: 10px
    }

    .subsec h4 {
        font-size: 50px
    }

    .absolImages {
        height: 375px
    }
}

@media(max-width:1200px) {

    .right .overlayStory .image .circleText,
    .storySec .right .rightText {
        right: 20px
    }

    .container-fluid {
        width: 100%
    }

    header .navigation li {
        margin: 0 7px
    }

    .kids {
        left: 0
    }

    .bannerInner {
        padding: 70px 0
    }

    .storySec .left .leftText {
        left: 25%
    }

    .overlayStory .text {
        padding-left: 30px;
        padding-right: 30px
    }

    .overlayStory .text p {
        margin-bottom: 10px
    }

    .overlayStory .image .circleText,
    .overlayStory .image .imageCircle {
        width: 200px;
        height: 200px
    }

    .overlayStory .image .circleText {
        left: 20px
    }

    .we .rightCircle .text {
        width: 80%;
        margin-left: 10px;
        margin-top: 0
    }

    h5 {
        font-size: 30px
    }

    .we .rightCircle .bgcircle {
        width: 650px;
        height: 650px
    }

    .circle1 {
        width: 520px
    }

    .flip-box {
        height: 300px
    }

    .textContent .contentInner {
        width: 90%
    }

    h2 {
        font-size: 45px
    }

    section {
        padding: 50px 0
    }

    .careFeatures .featuresBox .featureItem {
        -ms-flex: 25%;
        flex: 50%
    }

    .footerLeft .girl {
        left: -10px;
        width: 120px;
        top: 80px
    }

    .social ul li a {
        width: 40px;
        height: 40px
    }

    .social ul li a img {
        width: 20px
    }

    .pledge .pledgeText {
        padding-top: 0
    }

    .pledge .pledgeText img {
        width: 350px
    }

    .pledge .box p {
        top: 130px
    }

    form h6 {
        text-align: left
    }

    .cbox {
        margin-left: 0
    }

    .imgabovecircle {
        top: 40px;
        right: -20px;
        width: 100%
    }

    .ourTeam .imageBox {
        width: 360px;
        height: 460px
    }

    .ourTeam .contentBox {
        width: 360px
    }

    .ourTeam .contentBox h4 {
        font-size: 40px
    }
}

@media(max-width:991px) {

    .blrow .blcol .left,
    .centersec p,
    .doNow h2,
    .doNow p,
    .elementInner .elementBox h2,
    .footerBottom,
    .footerBottom .simpleLogo,
    .mission,
    .overlayStory .image,
    .overlayStory .text,
    .overlayStory .text p,
    .pledge .pledgeText,
    .subsec h4,
    .subsec p,
    .teamText,
    .vision,
    .vision p {
        text-align: center
    }

    header .navigation li {
        margin: 0 5px
    }

    header .navigation li a {
        font-size: 15px
    }

    .button15 {
        font-size: 18px;
        min-width: 150px
    }

    .kids img {
        width: 70px
    }

    .kidsBox {
        height: 100px
    }

    .storySec .left {
        display: block;
        width: 100%
    }

    .storySec .left > img,
    .storySec .right > img {
        display: none
    }

    .storySec .right {
        display: block;
        width: 100%
    }

    .overlay,
    .overlay2 {
        position: relative;
        opacity: 1;
        visibility: visible
    }

    .logo img {
        width: 210px
    }

    .storySec .cross {
        display: none
    }

    .overlayStory .image,
    .overlayStory .text {
        display: block;
        width: 100%;
        margin: 20px 0
    }

    .overlayStory .image .circleText {
        left: 35%;
        top: 70%
    }

    .right .overlayStory .image .circleText {
        right: 38%
    }

    .we .leftBoy img {
        width: 90%
    }

    .we .rightCircle p {
        font-size: 16px
    }

    .clientsLogos ul li img {
        max-width: 110px
    }

    .month p {
        font-size: 22px
    }

    .careFeatures {
        margin-top: 10px
    }

    .featureItem .items .image {
        height: 95px
    }

    .careFeatures .featuresBox .featureItem .items {
        padding: 30px 30px 0
    }

    .featureItem .items .btn {
        padding-bottom: 40px
    }

    .footerLeft {
        margin-top: 40px
    }

    .footerLeft .girl {
        left: 90px
    }

    .overlay2 {
        background-color: transparent
    }

    .storySec .left .leftText .button15,
    .storySec .right .rightText .button15 {
        display: none
    }

    .blrow,
    .blrow .blcol {
        display: block
    }

    .subsec h4 {
        font-size: 45px
    }

    .greenCircle {
        width: 730px;
        height: 730px
    }

    .greenCircle .inner p {
        margin-top: 10px;
        font-size: 16px
    }

    h4 {
        font-size: 45px
    }

    .artInner {
        width: 90%
    }

    .tellImages .imageBox {
        margin-bottom: 10px
    }

    .tellImages .row {
        margin-bottom: 0
    }

    .blrow .blcol {
        width: 100%
    }

    .pledge .box {
        width: 70%;
        margin: 0 auto
    }

    .pledge .box p {
        top: 160px
    }

    .milestone ul li {
        margin-bottom: 20px
    }

    .pledge .pledgeText {
        padding: 0;
        margin-bottom: 30px
    }

    .elementInner .elementBox {
        text-align: center;
        width: 90%
    }

    .elementInner .elementBox h2 {
        margin-top: 20px
    }

    .elementBox .spiral {
        margin-top: 30px
    }

    .elementInner .elementBox img {
        margin-top: 0
    }

    .elementInner {
        padding: 50px 0
    }

    .help .happykids img {
        height: 140px;
        width: auto
    }

    .footerBottom p {
        line-height: 25px
    }

    .utube iframe {
        height: 400px
    }

    .cbox {
        margin-top: 15px
    }

    form input[type=email],
    form input[type=number],
    form input[type=text] {
        padding: 0 5px 5px
    }

    .newsletter .form2 {
        width: 90%
    }

    .newsletter .form2 input[type=email] {
        padding: 12px
    }

    .newsletter {
        margin-top: 40px
    }

    .mission,
    .vision {
        width: 100%
    }

    .vision img {
        right: auto;
        width: 200px;
        margin-bottom: 40px
    }

    .blrow .blcol .left,
    .ourTeam .imageBox {
        margin: 0 auto
    }

    .centersec {
        padding: 50px 0
    }

    .doNow .kidsBox {
        display: none
    }

    .imgabovecircle {
        right: 0
    }

    .ourTeam .contentBox {
        margin: 20px auto
    }

    .teamText {
        padding: 0 10px
    }

    .teamText .spiral {
        margin-bottom: 60px
    }

    .ourTeam .row:last-child,
    .ourTeam .row:last-child .teamText .spiral {
        margin-bottom: 0
    }

    .ourTeam h2 {
        margin-bottom: 140px
    }

    .ourTeam .imageBox .sad2 {
        right: 80px
    }

    .absolImages {
        height: 415px
    }

    .month h6 {
        font-size: 22px
    }

    .landing-text {
        text-align: center
    }

    .logo img {
        width: 100%
    }

    header .navigation {
        margin: 0
    }

    header .navigation li a {
        font-size: 14px
    }

    header .navigation li {
        margin: 0 3px
    }

    header .headerContact {
        margin-top: -10px
    }
}

@media(max-width:767px) {

    .logo,
    .month .social,
    .month h6,
    .month p,
    .month span,
    header .headerContact,
    header .navigation {
        text-align: center
    }

    .kids,
    .month,
    .month span {
        position: relative
    }

    header .navigation {
        float: none;
        margin: 20px 0
    }

    header .headerContact {
        float: none;
        margin-top: 30px
    }

    .bannerInner {
        padding: 30px 0
    }

    .kids {
        top: 30px
    }

    .kidsBox {
        height: 150px
    }

    .overlayStory .image .circleText {
        left: 100px;
        top: 40%
    }

    .right .overlayStory .image .circleText {
        right: 100px
    }

    .we .leftBoy,
    .we .rightCircle {
        display: block;
        width: 100%
    }

    .we .rightCircle .text {
        margin: 20px auto 0;
        text-align: center
    }

    .we .rightCircle .bgcircle {
        width: 500px;
        height: 500px;
        top: -180px
    }

    .flip-box {
        margin-bottom: 20px
    }

    .clientsLogos ul li {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .clientsLogos ul li img {
        max-width: 220px
    }

    .happykids img {
        margin: 0 10px
    }

    .month {
        padding-left: 0;
        padding-top: 0;
        margin-top: 20px
    }

    .month span {
        left: auto;
        right: auto;
        display: block;
        margin-bottom: 10px
    }

    .footerLeft .girl {
        left: 0;
        width: 70px
    }

    .subsec h4 {
        font-size: 35px
    }

    .pledge .pledgeText img {
        width: 300px
    }

    .pledge .box {
        width: 100%
    }

    .pledge .box p {
        font-size: 16px;
        padding: 0 30px;
        top: 130px
    }

    .footerLeft .girl {
        top: -20px
    }

    .greenCircle {
        border-radius: 0;
        width: 100%;
        height: auto
    }

    .greenCircle .inner {
        width: 80%;
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto;
        padding: 40px 0;
        position: relative
    }

    .utube iframe {
        height: 250px
    }

    .contactArt .artformContent .artInner {
        margin-bottom: 40px
    }

    .cForm,
    .contactArt .row:last-child {
        margin-top: 0
    }

    .newsletter .form2 input[type=email] {
        float: none;
        width: 100%
    }

    .newsletter .form2 .newsButton {
        float: none
    }

    .ourTeam .imageBox .sad2 {
        right: 80px
    }

    .absolImages {
        height: 210px
    }

    .month span {
        margin: 0 auto
    }

    .month h6 {
        margin-top: 20px
    }

    .logo img {
        width: 70%
    }

    header .navigation li.active:before {
        display: none
    }

    header .navigation li.active a {
        color: #9d0203;
    }

    .landing-page .artformContent .row .col-sm-6:first-child {
        margin-bottom: 30px
    }
    .milestone ul li b {
        font-size:25px;
    }
}

@media(max-width:480px) {
    .happykids img {
        width: 70px
    }

    .right .overlayStory .image .circleText {
        right: 80px
    }

    .overlayStory .image .circleText {
        left: 80px
    }

    h1 {
        font-size: 50px
    }

    .overlayStory .text {
        padding-left: 10px;
        padding-right: 10px
    }

    .banner {
        margin-top: 30px
    }

    .elementInner {
        margin-bottom: 40px
    }

    .help .happykids img {
        height: 120px
    }

    .tellatale {
        margin-top: 40px
    }
}

@media(max-width:380px) {
    .pledge .box p {
        top: 90px
    }

    .ourTeam .imageBox {
        width: 340px;
        height: 440px
    }

    .ourTeam .contentBox {
        width: 340px
    }

    .ourTeam .imageBox .sad2 {
        right: 70px
    }

    .absolImages {
        height: 190px
    }
}

@media(max-width:320px) {

    .footerLeft .girl,
    .pledge .box img {
        display: none
    }

    .social ul li {
        margin: 0 5px
    }

    .pledge .pledgeText img {
        width: 220px
    }

    .pledge .box p {
        position: relative;
        top: 0;
        text-align: center;
        padding: 0
    }

    .help .happykids img {
        height: 100px
    }

    .ourTeam .imageBox {
        width: 290px;
        height: 370px
    }

    .ourTeam .imageBox .sad2 {
        right: 40px
    }

    .ourTeam .contentBox {
        width: 290px
    }

    .ourTeam .contentBox h4 {
        font-size: 30px
    }

    .absolImages {
        height: 160px
    }
}

.landing-image img {
    width: 70%
}

.landing-text #typed {
    text-align: left;
    display: inline-block
}

.typed-cursor {
    font-size: 65px;
    font-family: 'Londrina Solid', cursive;
    font-weight: 100;
    color: #141515
}

.landing-banner .row {
    display: flex;
    flex-direction: row;
    align-items: center
}

.land-bannerbtn {
    margin-top: 20px
}

.landing-story .overlay {
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: transparent
}

.sec-heading {
    text-align: center;
    margin-bottom: 60px
}

.sec-heading h2 {
    margin-bottom: 20px
}

.rte {
    padding: 0
}

.landing-help .artforms .row {
    margin-top: 40px
}

.landing-help .artforms .row:first-child {
    margin-top: 0
}

.landing-page .flip-box:hover .flip-box-inner {
    transform: rotateY(0)
}

.landing-page .newsletter {
    margin-top: 0
}

.drive .tellatale {
    margin-top: 0
}

.news-social {
    margin: 30px 0 50px 0;
    text-align: center
}

.news-social a {
    transition: .4s ease;
    color: #efcc23
}

.overlayStory .text b {
    color: #c1ab41
}

#helpme .we .rightCircle .text {
    width: 80%;
    margin-top: 0
}

#helpme:focus {
    outline: 0
}

.landing-page .textContent .contentInner {
    width: 85%
}

.landing-page .textContent .contentInner h2 {
    font-size: 40px;
    margin-bottom: 12px
}

.landing-page .we .rightCircle p {
    font-size: 20px
}

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

.rte .inner .left-text p {
    text-align: left;
    position: relative;
    padding-left: 30px
}

.rte .inner .left-text p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #efcc23
}

.artInner textarea {
    position: absolute;
    opacity: 0
}
.landing-page .pledge {
    background: #faf1d5;
}
.landing-page .pledge .box p {
    top: 30%;
}
#paymentModal p {
    font-size: 18px;
}
#paymentModal .modal-body {
    padding: 15px 30px;
}
.pledge .buttonBox {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.alternate {
    margin-left: 15px;
}
.alternate a {
    font-size: 18px;
    cursor: pointer;
    text-decoration:underline;
}
.alternate a:hover {
    color: #af8e03;
}
.bankdetails {
    padding-left: 20px;
}
#paymentModal .bankdetails p {
    margin-bottom: 5px;
    font-size: 16px;
}
.paytm {
    margin-top: 15px;
}
.paytm span {
    color: #af8e03;
}
.pledge .buttonBox .button15 {
    background-color:#fff;
}
.landing-page .pledge .box p span {
    text-decoration:underline;
}
.g-recaptcha>div {
    margin: 30px auto 0 auto;
}
.cForm #firstname {
    height:1px;
    opacity:0;
    padding:0;
    margin-bottom:0;
}

@media(max-width:1500px){
    .landing-page .pledge .box p {
        top: 30%;
        font-size: 18px;
    }
}
@media(max-width:1200px) {
    .landing-image img {
        width: 80%
    }
    .landing-page .pledge .box p {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .landing-banner .row {
        flex-direction: column
    }

    .landing-image {
        text-align: center
    }

    .landing-image img {
        width: 70%
    }

    .land-bannerbtn {
        text-align: center
    }

    .rte .greenCircle {
        width: 730px;
        height: 730px
    }
    .landing-page .pledge .box p {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .rte .greenCircle {
        width: 100%;
        height: auto;
        margin: 0
    }
    .landing-page .pledge .box p {
        top: 26%;
        font-size: 15px;
    }
    .pledge .buttonBox {
        flex-direction: column;
    }
    .alternate {
        margin-left: 0;
        margin-top: 15px;
    }
    .bankdetails {
        padding-left: 10px;
    }
}
@media(max-width:380px){
    .landing-page .pledge .box p {
        position: relative;
        text-align: center;
    }
    .landing-page .box img {
        display: none;
    }
}