
        .hero-3 {
            position: relative;
        }

        .hero-3 .hero-content h5 {
            margin-bottom: 19px;
            position: relative;
            font-family: Pangolin;
            font-weight: 500;
            color: #2d3091;
            font-size: 26px;
            margin-top: 30px;
            background:white;
            padding:4px 50px;
            display: inline;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            border-radius:10px;
            margin-bottom:10px;
        }

        .hero-3 .swiper-dot {
            position: absolute;
            top: 42%;
            left: 2%;
            z-index: 99;
            transform: translateY(-50%);
            transform: rotate(90deg);
        }

        .hero-3 .swiper-dot::before {
            position: absolute;
            top: 58px;
            left: -105px;
            width: 85px;
            height: 2px;
            background: linear-gradient(90deg, #F39F5F 4.85%, rgba(255, 255, 255, 0) 96.39%);
            content: "";
        }

        .hero-3 .swiper-dot::after {
            position: absolute;
            bottom: 13px;
            right: -105px;
            width: 85px;
            height: 2px;
            background: linear-gradient(90deg, #F39F5F 4.85%, rgba(255, 255, 255, 0) 96.39%);
            content: "";
        }

        @media (max-width: 1399px) {
            .hero-3 .swiper-dot {
                display: none;
            }
        }

        .hero-3 .slider-image .parasuit-shape {
            position: absolute;
            top: 15%;
            left: 5%;
        }

        @media (max-width: 767px) {
            .hero-3 .slider-image .parasuit-shape {
                display: none;
            }
        }

        .hero-3 .slider-image .doll-shape {
            position: absolute;
            top: 10%;
            left: 41%;
        }

        @media (max-width: 991px) {
            .hero-3 .slider-image .doll-shape {
                display: none;
            }
        }

        .hero-3 .slider-image .bus-shape {
            position: absolute;
            bottom: 10%;
            left: 10%;
        }

        @media (max-width: 991px) {
            .hero-3 .slider-image .bus-shape {
                display: none;
            }
        }

        .hero-3 .slider-image .bee-shape {
            position: absolute;
            bottom: 10%;
            left: 43%;
        }

        @media (max-width: 991px) {
            .hero-3 .slider-image .bee-shape {
                display: none;
            }
        }

        .hero-3 .slider-image .star-shape {
            position: absolute;
            top: 20%;
            left: 35%;
            transform: translateX(-50%);
        }

        .hero-3 .slider-image .frame-shape {
            position: absolute;
            top: 7%;
            right: 27%;
            transform: rotate(10deg);
            /* Base tilt to right */
            animation: subtle-right-rotate 3s ease-in-out infinite;
        }

        @keyframes subtle-right-rotate {
            0% {
                transform: rotate(10deg);
            }

            25% {
                transform: rotate(12deg);
            }

            50% {
                transform: rotate(10deg);
            }

            75% {
                transform: rotate(8deg);
            }

            100% {
                transform: rotate(10deg);
            }
        }

        @media (max-width: 991px) {
            .hero-3 .slider-image .star-shape {
                display: none;
            }
        }

        @media (max-width: 1399px) {
            .hero-3 .hero-content {
                padding: 95px 0;
            }
        }

        .hero-3 .hero-content {
            position: relative;
            z-index: 9;
            padding-bottom: 270px;
            padding-top: 200px;
        }

        @media (max-width: 1399px) {
            .hero-3 .hero-content {
                padding: 180px 0;
            }
        }

        @media (max-width: 1199px) {
            .hero-3 .hero-content {
                padding: 160px 0;
            }
        }

        @media (max-width: 991px) {
            .hero-3 .hero-content {
                padding: 130px 0;
            }
        }

        @media (max-width: 767px) {
            .hero-3 .hero-content {
                padding: 110px 0;
            }
        }

        @media (max-width: 575px) {
            .hero-3 .hero-content {
                text-align: center;
                margin: 0 auto;
                padding: 80px 0;
            }
        }

        @media (max-width: 767px) {
            .hero-3 .hero-content h5 {
                font-size: 18px;
            }
        }

        @media (max-width: 575px) {
            .hero-3 .hero-content h5 {
                font-size: 16px;
            }
        }

        .hero-3 .hero-content h1 {
            margin-bottom: 20px;
            margin-top:30px;

        }

        .hero-3 .hero-content h1 span {
            color: #ffff;

        }

        @media (max-width: 1399px) {
            .hero-3 .hero-content h1 {
                font-size: 50px;
                color: #ffaa23;
            }
        }

        @media (max-width: 1199px) {
            .hero-3 .hero-content h1 {
                font-size: 62px;
            }
        }

        @media (max-width: 991px) {
            .hero-3 .hero-content h1 {
                font-size: 52px;
            }
        }

        @media (max-width: 767px) {
            .hero-3 .hero-content h1 {
                font-size: 42px;
            }
        }

        @media (max-width: 575px) {
            .hero-3 .hero-content h1 {
                font-size: 34px;
            }
        }

        .hero-3 .hero-content p {
            font-size: 20px;
        }

        .hero-3 .hero-content .hero-button {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 50px;
        }

        @media (max-width: 767px) {
            .hero-3 .hero-content .hero-button {
                margin-top: 30px;
            }
        }

        @media (max-width: 575px) {
            .hero-3 .hero-content .hero-button {
                flex-wrap: wrap;
                margin-top: 20px;
                justify-content: center;
            }
        }

        :root {
            --body: #fff;
            --black: #000;
            --white: #fff;
            --theme: #2e3192;
            --theme2: #70A6B1;
            --header: #ed2129;
            --text: #5C707E;
            --text-2: #ffffffcc;
            --border: #E5E5E5;
            --border2: #242449;
            --border3: #5262FF;
            --bg: #F4EEE5;
            --bg2: #EFF5F6;
            --bg3: #70A6B1;
            --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
        }

        .theme-btn {
            display: inline-block;
            vertical-align: middle;
            border: none;
            outline: none !important;
            background-color: var(--theme);
            color: var(--white);
            font-size: 16px;
            font-weight: 700;
            padding: 22px 40px;
            transition: all 0.4s ease-in-out;
            letter-spacing: 0;
            border-radius: 22px;
            position: relative;
            overflow: hidden;
            text-align: center;
            line-height: 1;
            z-index: 9;
            text-transform: capitalize;
        }

        .theme-btn i {
            margin-left: 10px;
        }

        .theme-btn::before,
        .theme-btn::after {
            position: absolute;
            top: 50%;
            content: "";
            width: 20px;
            height: 20px;
            background-color: var(--header);
            border-radius: 50%;
            z-index: -1;
        }

        .theme-btn::before {
            left: -20px;
            transform: translate(-50%, -50%);
        }

        .theme-btn::after {
            right: -20px;
            transform: translate(50%, -50%);
        }

        .theme-btn:hover {
            color: var(--white);
        }

        .theme-btn:hover::before {
            animation: criss-cross-left 0.8s both;
            animation-direction: alternate;
        }

        .theme-btn:hover::after {
            animation: criss-cross-right 0.8s both;
            animation-direction: alternate;
        }

        .theme-btn.bg-white {
            background-color: var(--white);
            color: var(--header);
        }

        .theme-btn.bg-white:hover {
            color: var(--white);
        }

        .theme-btn.transparent {
            background-color: transparent;
            border: 1px solid var(--theme2);
            color: var(--theme2);
            padding: 20px 40px;
        }

        .theme-btn.transparent:hover {
            color: var(--white);
        }

        @media (max-width: 767px) {
            .theme-btn.transparent {
                padding: 18px 32px;
            }
        }

        @media (max-width: 575px) {
            .theme-btn.transparent {
                padding: 16px 30px;
                font-size: 14px;
            }
        }

        .theme-btn.transparent-2 {
            background-color: transparent;
            border: 1px solid var(--theme);
            color: var(--theme);
            padding: 20px 40px;
        }

        .theme-btn.transparent-2:hover {
            color: var(--white);
            border: 1px solid transparent;
        }

        @media (max-width: 767px) {
            .theme-btn.transparent-2 {
                padding: 18px 32px;
            }
        }

        @media (max-width: 575px) {
            .theme-btn.transparent-2 {
                padding: 16px 30px;
                font-size: 14px;
            }
        }

        @media (max-width: 767px) {
            .theme-btn {
                padding: 20px 32px;
            }
        }

        @media (max-width: 575px) {
            .theme-btn {
                padding: 18px 30px;
                font-size: 14px;
            }
        }

        .theme-btn-2 {
            font-size: 16px;
            display: inline-block;
            font-weight: 600;
            color: var(--text);
            text-transform: capitalize;
        }

        .theme-btn-2 i {
            margin-left: 10px;
        }

        .theme-btn-2:hover {
            color: var(--theme);
        }

        @keyframes criss-cross-left {
            0% {
                left: -20px;
            }

            50% {
                left: 50%;
                width: 20px;
                height: 20px;
            }

            100% {
                left: 50%;
                width: 375px;
                height: 375px;
            }
        }

        @keyframes criss-cross-right {
            0% {
                right: -20px;
            }

            50% {
                right: 50%;
                width: 20px;
                height: 20px;
            }

            100% {
                right: 50%;
                width: 375px;
                height: 375px;
            }
        }

        @keyframes rotated2 {
            0% {
                transform: rotate(0);
            }

            100% {
                transform: rotate(-360deg);
            }
        }

        @keyframes wave {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(-25%);
            }

            100% {
                transform: translateX(-50%);
            }
        }




        .hero-3.frame-shape {
            position: absolute;
            top: 15%;
            right: 42%;
            animation: rounded 5s linear infinite;
        }

        @media (max-width: 1199px) {
            .hero-3 .frame-shape {
                display: none;
            }
        }


        .hero-4 .hero-content h5 {
            margin-bottom: 15px;
            color: var(--theme);
            font-family: "Pangolin";
            font-weight: 500;
            position: relative;
            display: inline-block;
        }

        .hero-4 .hero-content h1 {
            margin-bottom: 20px;
        }

        .hero-4 .hero-content h1 span {
            color: var(--theme);
        }

        @media (max-width: 1399px) {
            .hero-4 .hero-content h1 {
                font-size: 60px;
            }
        }

        @media (max-width: 1199px) {
            .hero-4 .hero-content h1 {
                font-size: 56px;
            }
        }

        @media (max-width: 767px) {
            .hero-4 .hero-content h1 {
                font-size: 42px;
            }
        }

        @media (max-width: 575px) {
            .hero-4 .hero-content h1 {
                font-size: 34px;
            }
        }

        .hero-4 .hero-content p {
            font-size: 20px;
        }

        @media (max-width: 767px) {
            .hero-4 .hero-content p {
                font-size: 18px;
            }
        }

        @media (max-width: 575px) {
            .hero-4 .hero-content p {
                font-size: 16px;
            }
        }

        .hero-4 .hero-content .hero-button {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-top: 50px;
        }

        @media (max-width: 767px) {
            .hero-4 .hero-content .hero-button {
                margin-top: 40px;
            }
        }

        @media (max-width: 575px) {
            .hero-4 .hero-content .hero-button {
                margin-top: 25px;
                justify-content: center;
                flex-wrap: wrap;
                gap: 20px;
            }
        }

        .hero-4 .hero-content .hero-button .video-btn {
            background-color: var(--theme);
            color: var(--white);
            display: inline-block;
            font-size: 16px;
            height: 50px;
            width: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            position: relative;
        }

        .hero-4 .hero-content .hero-button .video-btn::before {
            position: absolute;
            top: 50%;
            left: 50%;
            right: 0;
            bottom: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid var(--theme);
            content: "";
            transform: translate(-50%, -50%);
        }

        .hero-4 .hero-content .hero-button .button-text span {
            font-size: 16px;
            color: var(--header);
            font-weight: bold;
        }

        .hero-4 .hero-image-area {
            position: relative;
        }

        .hero-4 .hero-image-area .hero-image {
            max-width: 555px;
            position: relative;
            z-index: 1;
            margin-bottom: -30px;
        }

        .hero-4 .hero-image-area .hero-image img {
            width: 100%;
            height: 100%;
        }

        .hero-4 .hero-image-area .hero-bg {
            position: absolute;
            bottom: 0;
            left: 0;
        }

        @media (max-width: 1199px) {
            .hero-4 .hero-image-area .hero-bg {
                display: none;
            }
        }

        /* Generic floating animation - vertical */
        @keyframes floatUpDown {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }

            100% {
                transform: translateY(0);
            }
        }

        /* Horizontal float */
        @keyframes floatLeftRight {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(10px);
            }

            100% {
                transform: translateX(0);
            }
        }

        /* Apply to each image shape */
        .parasuit-shape img,
        .doll-shape img,
        .bus-shape img,
        .bee-shape img,
        .star-shape img,
        .frame-shape img {
            animation: floatUpDown 3s ease-in-out infinite;
        }

        /* Optionally vary animation for some */
        .bee-shape img {
            animation: floatLeftRight 4s ease-in-out infinite;
        }

        .star-shape img {
            animation: floatUpDown 5s ease-in-out infinite;
        }



        .text-danger {
    color: #f73f3f;
}

        .zebra-shape {
            position: absolute;
            top: -24%;
            right: 0;
        }

        .float-bob-y {
            -webkit-animation-name: float-bob-y;
            animation-name: float-bob-y;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        @-webkit-keyframes float-bob-y {
            0% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }

            50% {
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
            }

            100% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }
        }

        @keyframes float-bob-y {
            0% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }

            50% {
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
            }

            100% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }
        }

        .float-bob-x {
            -webkit-animation-name: float-bob-x;
            animation-name: float-bob-x;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        @-webkit-keyframes float-bob-x {
            0% {
                -webkit-transform: translateX(0px);
                transform: translateX(30px);
            }

            50% {
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }

            100% {
                -webkit-transform: translateX(30px);
                transform: translateX(30px);
            }
        }

        @keyframes float-bob-x {
            0% {
                -webkit-transform: translateX(30px);
                transform: translateX(30px);
            }

            50% {
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }

            100% {
                -webkit-transform: translateX(30px);
                transform: translateX(30px);
            }
        }

        @keyframes bounce-x {
            0% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

            50% {
                -webkit-transform: translateX(30px);
                transform: translateX(30px);
            }

            100% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
        }

        .bounce-x {
            -webkit-animation: bounce-x 7s infinite linear;
            animation: bounce-x 7s infinite linear;
        }

        /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
        .about-one {
            position: relative;
            padding: 0 0 75sssspx;
        }

        @media (max-width: 767px) {
            .about-one {
                padding: 0 0 100px;
            }
        }

        .about-one__content {
            position: relative;
        }

        @media (min-width: 1200px) {
            .about-one__content {
                padding: 80px 15px 0 0;
            }
        }

        .about-one__content .sec-title {}

        .sec-title {

            margin-bottom: 0px !important;
        }

        .about-one__content__text {
            line-height: 30px;
            margin: 0 0 40px;
        }

        .about-one__content .kidearn-btn {
            font-size: 16px;
            padding: 11px 50px;
        }

        .about-one__image {
            position: relative;
            z-index: 2;
        }

        @media (max-width: 991px) {
            .about-one__image {
                margin: 40px 0 0;
            }
        }

        @media (min-width: 1200px) {
            .about-one__image {
                padding: 0 0 0 12px;
            }
        }

        .about-one__image__one {
            position: relative;
            display: inline-block;
            -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 302.000000"><g transform="translate(0.000000,302.000000) scale(0.050000,-0.050000)"><path d="M2590 6019 c-2434 -335 -3454 -3293 -1730 -5019 1056 -1057 3313 -1336 4368 -540 955 721 1014 3098 109 4368 -600 843 -1726 1331 -2747 1191z"/></g></svg>');
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 302.000000"><g transform="translate(0.000000,302.000000) scale(0.050000,-0.050000)"><path d="M2590 6019 c-2434 -335 -3454 -3293 -1730 -5019 1056 -1057 3313 -1336 4368 -540 955 721 1014 3098 109 4368 -600 843 -1726 1331 -2747 1191z"/></g></svg>');
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center center;
            mask-position: center center;
            -webkit-mask-size: cover;
            mask-size: 100%;
        }

        .about-one__image__one img {
            width: 100%;
            height: auto;
        }

        .about-one__image__border {
               position: absolute;
    left: 71px;
    top: 38px;
    z-index: -1;
        }

        .about-one__image__border img {
            max-width: 100%;
            height: auto;
            -webkit-animation: rotated2 6s infinite linear;
            animation: rotated2 6s infinite linear;
        }

        .about-one__image__ball {
            width: 63px;
            height: 63px;
            background-color: var(--kidearn-secondary, #FFAA23);
            border-radius: 50%;
            position: absolute;
            right: -34px;
            bottom: 85px;
            animation: animationFrames 20s infinite linear;
        }

        @keyframes animationFrames {
            0% {
                transform: translate(0px, 0px) rotate(0deg) scale(1);
            }

            20% {
                transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            }

            40% {
                transform: translate(141px, 72px) rotate(72deg) scale(1);
            }

            60% {
                transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            }

            80% {
                transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            }

            100% {
                transform: translate(0px, 0px) rotate(0deg) scale(1);
            }
        }

        .about-one__image__leaf {
            position: absolute;
            left: -19px;
            bottom: 0px;
        }

        .about-one__image__leaf img {
            -webkit-animation: airTree 5s ease-in infinite;
            animation: airTree 5s ease-in infinite;
        }

        @keyframes airTree {

            0%,
            100% {
                -webkit-transform: rotate(0deg) translateX(0);
                transform: rotate(0deg) translateX(0);
            }

            25%,
            75% {
                -webkit-transform: rotate(5deg) translateX(15px);
                transform: rotate(5deg) translateX(15px);
            }

            50% {
                -webkit-transform: rotate(10deg) translateX(30px);
                transform: rotate(10deg) translateX(30px);
            }
        }

        .sec-title__tagline {
            margin: 0;
            font-family: var(--kidearn-special-font, "Schoolbell", cursive);
            color: var(--kidearn-base, #F25334);
            font-size: 20px;
            line-height: 1.2em;
        }

        .sec-title__title {
            margin: 0;
            font-size: 33px;
            color: #2e3192;

            line-height: 1.25em;
            margin-top: 5px;

        }

    .fun-fact1 {
    position: absolute;
    bottom: -134px;
    left: -37px;
    -webkit-animation: move2 10s linear infinite;
    animation: move2 10s linear infinite;
    z-index:99;
}

@keyframes move2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
.fun-fact2 {
    position: absolute;
    bottom: -72px;
    right: -36px;
    -webkit-animation: move3 10s linear infinite;
    animation: move3 10s linear infinite;
    z-index: 99;
}

@keyframes move3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-up-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes float-left-right {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(15px); }
}


.funfact-one__shape1 {
  animation: float-up-down 6s ease-in-out infinite;
}

.funfact-one__shape2 {
  animation: float-left-right 8s ease-in-out infinite;
}

.funfact-one__shape3 {
  animation: float-up-down 7s ease-in-out infinite;
}

.funfact-one__shape4 {
  animation: float-left-right 6s ease-in-out infinite;
}

.funfact-one__shape5 {
  animation: float-up-down 5s ease-in-out infinite;
}
/* Rotate Animation */
@keyframes rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Zoom In & Out Animation */
@keyframes zoom {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.2); }
}
.funfact-one__shape2 {
  animation: rotate 8s linear infinite;
  transform-origin: center;
  will-change: transform;
}

.funfact-one__shape4 {
  animation: zoom 8s ease-in-out infinite;
  will-change: transform;
  z-index:99;
}



            /*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  padding: 138px 0 158px;
  background-color: #2f3292;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 482"><path d="M1591.25 53.3324C1363.25 34.1804 1136.44 -5.60265 907.429 0.106598C776.78 3.37644 647.245 21.4644 516.751 27.9262C292.741 39.0592 66.4493 15.5735 -148 -41V454.433C-31.732 451.423 228.375 446.129 325.675 456.068C452.645 469.044 714.306 486.301 799.868 482.019C955.341 474.234 1131 450.203 1255.92 456.068C1404.35 463.023 1953.35 484.562 2067 489V40.9018C1912.85 69.1107 1749.32 66.5934 1591.25 53.3324Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 482"><path d="M1591.25 53.3324C1363.25 34.1804 1136.44 -5.60265 907.429 0.106598C776.78 3.37644 647.245 21.4644 516.751 27.9262C292.741 39.0592 66.4493 15.5735 -148 -41V454.433C-31.732 451.423 228.375 446.129 325.675 456.068C452.645 469.044 714.306 486.301 799.868 482.019C955.341 474.234 1131 450.203 1255.92 456.068C1404.35 463.023 1953.35 484.562 2067 489V40.9018C1912.85 69.1107 1749.32 66.5934 1591.25 53.3324Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .funfact-one {
    padding: 80px 0 100px;
  }
}
.funfact-one__shape1 {
  position: absolute;
  left: 7%;
  top: 19%;
  mix-blend-mode: luminosity;
}
.funfact-one__shape1 img {
  animation: leftToRight 5s linear infinite;
}
@media (max-width: 1399px) {
  .funfact-one__shape1 {
    left: 2%;
  }
}
@media (max-width: 1199px) {
  .funfact-one__shape1 {
    display: none;
  }
}
.funfact-one__shape2 {
  position: absolute;
  left: 40%;
  bottom: 8%;
  mix-blend-mode: luminosity;
}
.funfact-one__shape2 img {
  animation: rotated 6s infinite linear;
}
@media (max-width: 1199px) {
  .funfact-one__shape2 {
    display: none;
  }
}
.funfact-one__shape3 {
  position: absolute;
  right: 10%;
  top: 21%;
  mix-blend-mode: luminosity;
}
@media (max-width: 1399px) {
  .funfact-one__shape3 {
    right: 4%;
  }
}
.funfact-one__shape3 img {
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1199px) {
  .funfact-one__shape3 {
    display: none;
  }
}
.funfact-one__shape4 {
  position: absolute;
  right: 5%;
  bottom: 14%;
  mix-blend-mode: luminosity;
}
.funfact-one__shape4 img {
  animation: rotated2 7s infinite linear;
}
@media (max-width: 1199px) {
  .funfact-one__shape4 {
    display: none;
  }
}
.funfact-one__shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.funfact-one__shape5 img {
  animation: zoomBig2 3s linear infinite;
}
@media (max-width: 1199px) {
  .funfact-one__shape5 {
    display: none;
  }
}
.funfact-one__item {
  position: relative;
  padding: 0 20px;
  transition: 500ms ease;
}
.funfact-one__item--noborder::after {
  display: none;
}
.funfact-one__item::after {
  position: absolute;
  right: -20px;
  top: -11px;
  bottom: 0;
  margin: auto;
  height: 220px;
  width: 1px;
  content: "";
  border-right: 1px dashed rgba(var(--kidearn-white-rgb, 255, 255, 255), 0.4);
}
@media (max-width: 767px) {
  .funfact-one__item::after {
    display: none;
  }
}
.funfact-one__item:hover .funfact-one__icon span {
  transform: rotateY(360deg);
}
@media (max-width: 991px) {
  .funfact-one .funfact-one__item--smnone::after {
    display: none;
  }
}
.funfact-one__icon {
  position: relative;
  display: block;
  line-height: 70px;
  font-size: 70px;
  color: var(--kidearn-white, #fff);
  margin-bottom: 20px;
}
.funfact-one__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.funfact-one__count {
  display: block;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: var(--kidearn-white, #fff);
  font-family: var(--kidearn-heading-font, "Fredoka", serif);
  margin: 0 0 2px;
}
.funfact-one__count .count-box {
  display: inline-flex;
}
.funfact-one__title {
  text-transform: capitalize;
  margin: 0;
  color: var(--kidearn-white, #fff);
}



.service-two {
  position: relative;
  padding: 120px 0 131px;
}
@media (max-width: 767px) {
  .service-two {
    padding: 80px 0;
  }
}
.service-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  background-color: var(--kidearn-gray, #FAF5F2);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 725"><path d="M458.534 -2.08068C258.988 -25.8589 34.5685 24.1921 -26.0887 59.5905L-36.7973 677.379C98.1034 574.128 208.021 747.834 475.465 686.717C613.236 655.234 731.298 749.424 984.741 718.919C1279.65 694.919 1570.74 718.901 1715.65 718.919C1909.51 718.944 1999.69 716.742 2081.41 737.628L2092.12 119.84C2092.12 119.84 1841.66 -2.27967 1612.72 -2.20152C1383.78 -2.12337 1291.89 6.65564 984.742 -2.08068C746 -8.87133 756.442 33.4186 458.534 -2.08068Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 725"><path d="M458.534 -2.08068C258.988 -25.8589 34.5685 24.1921 -26.0887 59.5905L-36.7973 677.379C98.1034 574.128 208.021 747.834 475.465 686.717C613.236 655.234 731.298 749.424 984.741 718.919C1279.65 694.919 1570.74 718.901 1715.65 718.919C1909.51 718.944 1999.69 716.742 2081.41 737.628L2092.12 119.84C2092.12 119.84 1841.66 -2.27967 1612.72 -2.20152C1383.78 -2.12337 1291.89 6.65564 984.742 -2.08068C746 -8.87133 756.442 33.4186 458.534 -2.08068Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.service-two .sec-title__tagline {
  color: #f73f3f;
}
.service-two .sec-title {
  padding-bottom: 55px;
}
.service-two .container {
  position: relative;
}
.service-two__item {
  position: relative;
  text-align: center;
  max-width: 245px;
  padding: 27px 39px 36px;
  margin: auto;
  --accent-color: var(--kidearn-secondary2, #75C137);
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 245 286"><path d="M14.5418 60.1758C32.7176 27.4886 67.2071 4.58352 104.174 0.674149C153.081 -4.49242 202.774 24.1476 226.74 67.4434C250.707 110.739 249.734 165.987 227.936 210.437C214.8 237.234 194.096 260.794 167.584 274.175C141.072 287.556 108.581 289.916 81.6248 277.464C40.8147 258.589 29.1815 217.825 14.4052 179.076C-0.71285 139.465 -7.32377 99.5623 14.5418 60.1758Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 245 286"><path d="M14.5418 60.1758C32.7176 27.4886 67.2071 4.58352 104.174 0.674149C153.081 -4.49242 202.774 24.1476 226.74 67.4434C250.707 110.739 249.734 165.987 227.936 210.437C214.8 237.234 194.096 260.794 167.584 274.175C141.072 287.556 108.581 289.916 81.6248 277.464C40.8147 258.589 29.1815 217.825 14.4052 179.076C-0.71285 139.465 -7.32377 99.5623 14.5418 60.1758Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.service-two__item__image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 167.000000 161.000000"><g transform="translate(0.000000,161.000000) scale(0.050000,-0.050000)"><path d="M1530 3192 c-1489 -292 -2068 -2249 -891 -3010 731 -472 2074 -10 2505 862 552 1121 -398 2386 -1614 2148z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 167.000000 161.000000"><g transform="translate(0.000000,161.000000) scale(0.050000,-0.050000)"><path d="M1530 3192 c-1489 -292 -2068 -2249 -891 -3010 731 -472 2074 -10 2505 862 552 1121 -398 2386 -1614 2148z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.service-two__item__image img {
    width: 100%;
    height: 161px;
}
.service-two__item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  max-width: 116px;
  margin: 0 auto;
  color:black;
}

   .main-footer .contact-info-list li a {

            color: white;

        }

        .main-footer .contact-info-list li {
            color: #ffffff;

        }

        .main-footer .footer-column .widget-title {
            font-family: inherit;
            color: #ffffff;
            font-size: 23px;

        }
div{
    color:black;
}
