/*------------- New animation style -------------*/


/*.container-set {max-width: 1349px;width: 100%;}*/

span.hill img {
    width: 100%;
}

.banner-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 77px;
    padding-top: 26px;
}

.banner-back img {
    width: 100%;
}

.banner-sec {
    background: url("../png/background-2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.banner-back {
    z-index: 1;
    position: relative;
}

span.hill {
    position: absolute;
}

.banner-text h1 {
    position: relative;
    width: 100%;
    z-index: 1;
}

span.hill img {
    width: 100%;
}

.banner-text h1 strong {
    justify-content: center;
}

.banner-text {
    position: relative;
    height: 50%;
}

.banner-image ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.banner-image ul li {
    border: 1px dotted #e2e2e2;
    ;
    margin: 0 6px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    background: #fff;
}

li.measure:before {
    content: '';
    width: 2px;
    border: 1px dotted #e2e2e2;
    ;
    height: 282px;
    position: absolute;
    left: -46px;
    top: 17px;
}

li.measure {
    left: -8px;
    top: -11px;
}

li.measure:after {
    content: '';
    position: absolute;
    width: 45px;
    border: 1px dotted #e2e2e2;
    ;
    left: -46px;
    top: 16px;
}

li.communicate {
    left: 46px;
    top: 21px;
}

li.communicate:before {
    content: '';
    width: 2px;
    border: 1px dotted #e2e2e2;
    height: 201px;
    position: absolute;
    left: 72px;
    top: 31px;
}

li.analyze {
    left: 127px;
    top: 14px;
}

li.analyze:before {
    content: '';
    width: 2px;
    border: 1px dotted #e2e2e2;
    ;
    height: 174px;
    position: absolute;
    left: 55px;
    top: 31px;
}

li.analyze:after {
    content: '';
    position: absolute;
    width: 45px;
    border-bottom: 1px dotted #e2e2e2;
    ;
    left: 56px;
    top: 31px;
    height: 174px;
}

li.improve {
    left: 185px;
    top: 36px;
    z-index: 9;
    background: #fff;
}

li.improve:before {
    content: '';
    width: 2px;
    border: 1px dotted #e2e2e2;
    ;
    height: 64px;
    position: absolute;
    left: 69px;
    top: 31px;
}

li.increse {
    left:19em;
}

li.increse:before {
    content: '';
    width: 2px;
    border: 1px dotted #e2e2e2;
    height: 163px;
    position: absolute;
    left: 79px;
    top: 31px;
}


/*------------- End New animation style -------------*/

#smoke {
    position: absolute;
    z-index: 3;
    width: 0.1em;
    height: 16em;
    left: 13.9em;
    top: -6.3em;
    opacity: 0.3;
}


/* smoke balls */

#smoke span {
    display: block;
    position: absolute;
    bottom: -3.5em;
    left: 50%;
    margin-left: -2em;
    height: 0;
    width: 0;
    border: 3em solid #4b4b4b;
    border-radius: 3.5em;
    left: -1em;
    opacity: 0;
    transform: scale(0.2);
}


/* Smoke animation */

@-webkit-keyframes smokeL {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1) translate(-20px, -130px);
        -ms-transform: scale(1) translate(-20px, -130px);
        -webkit-transform: scale(1) translate(-20px, -130px);
        transform: scale(1) translate(-20px, -130px);
    }
}

@-moz-keyframes smokeL {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(-20px, -130px);
        -ms-transform: scale(0.6) translate(-20px, -130px);
        -webkit-transform: scale(0.6) translate(-20px, -130px);
        transform: scale(0.6) translate(-20px, -130px);
    }
}

@-o-keyframes smokeL {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(-20px, -130px);
        -ms-transform: scale(0.6) translate(-20px, -130px);
        -webkit-transform: scale(0.6) translate(-20px, -130px);
        transform: scale(0.6) translate(-20px, -130px);
    }
}

@keyframes smokeL {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(-20px, -130px);
        -ms-transform: scale(0.6) translate(-20px, -130px);
        -webkit-transform: scale(0.6) translate(-20px, -130px);
        transform: scale(0.6) translate(-20px, -130px);
    }
}

@-webkit-keyframes smokeR {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(20px, -130px);
        -ms-transform: scale(0.6) translate(20px, -130px);
        -webkit-transform: scale(0.6) translate(20px, -130px);
        transform: scale(0.6) translate(20px, -130px);
    }
}

@-moz-keyframes smokeR {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(20px, -130px);
        -ms-transform: scale(0.6) translate(20px, -130px);
        -webkit-transform: scale(0.6) translate(20px, -130px);
        transform: scale(0.6) translate(20px, -130px);
    }
}

@-o-keyframes smokeR {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(20px, -130px);
        -ms-transform: scale(0.6) translate(20px, -130px);
        -webkit-transform: scale(0.6) translate(20px, -130px);
        transform: scale(0.6) translate(20px, -130px);
    }
}

@keyframes smokeR {
    0% {
        -moz-transform: scale(0.2) translate(0, 0);
        -ms-transform: scale(0.2) translate(0, 0);
        -webkit-transform: scale(0.2) translate(0, 0);
        transform: scale(0.2) translate(0, 0);
    }
    10% {
        opacity: 1;
        -moz-transform: scale(0.2) translate(0, -5px);
        -ms-transform: scale(0.2) translate(0, -5px);
        -webkit-transform: scale(0.2) translate(0, -5px);
        transform: scale(0.2) translate(0, -5px);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.6) translate(20px, -130px);
        -ms-transform: scale(0.6) translate(20px, -130px);
        -webkit-transform: scale(0.6) translate(20px, -130px);
        transform: scale(0.6) translate(20px, -130px);
    }
}

#smoke .s0 {
    -webkit-animation: smokeL 10s 0s infinite;
    -moz-animation: smokeL 10s 0s infinite;
    -o-animation: smokeL 10s 0s infinite;
    animation: smokeL 10s 0s infinite;
}

#smoke .s1 {
    -webkit-animation: smokeR 10s 1s infinite;
    -moz-animation: smokeR 10s 1s infinite;
    -o-animation: smokeR 10s 1s infinite;
    animation: smokeR 10s 1s infinite;
}

#smoke .s2 {
    -webkit-animation: smokeL 10s 2s infinite;
    -moz-animation: smokeL 10s 2s infinite;
    -o-animation: smokeL 10s 2s infinite;
    animation: smokeL 10s 2s infinite;
}

#smoke .s3 {
    -webkit-animation: smokeR 10s 3s infinite;
    -moz-animation: smokeR 10s 3s infinite;
    -o-animation: smokeR 10s 3s infinite;
    animation: smokeR 10s 3s infinite;
}

#smoke .s4 {
    -webkit-animation: smokeL 10s 4s infinite;
    -moz-animation: smokeL 10s 4s infinite;
    -o-animation: smokeL 10s 4s infinite;
    animation: smokeL 10s 4s infinite;
}

#smoke .s5 {
    -webkit-animation: smokeR 10s 5s infinite;
    -moz-animation: smokeR 10s 5s infinite;
    -o-animation: smokeR 10s 5s infinite;
    animation: smokeR 10s 5s infinite;
}

#smoke .s6 {
    -webkit-animation: smokeL 10s 6s infinite;
    -moz-animation: smokeL 10s 6s infinite;
    -o-animation: smokeL 10s 6s infinite;
    animation: smokeL 10s 6s infinite;
}

#smoke .s7 {
    -webkit-animation: smokeR 10s 7s infinite;
    -moz-animation: smokeR 10s 7s infinite;
    -o-animation: smokeR 10s 7s infinite;
    animation: smokeR 10s 7s infinite;
}

#smoke .s8 {
    -webkit-animation: smokeL 10s 8s infinite;
    -moz-animation: smokeL 10s 8s infinite;
    -o-animation: smokeL 10s 8s infinite;
    animation: smokeL 10s 8s infinite;
}

#smoke .s9 {
    -webkit-animation: smokeR 10s 9s infinite;
    -moz-animation: smokeR 10s 9s infinite;
    -o-animation: smokeR 10s 9s infinite;
    animation: smokeR 10s 9s infinite;
}

.windmill {
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 17em;
}

.first-wind {
    position: absolute;
    top: -108px;
    left: 9em;
}

.first-wind span.stick {
    position: absolute;
    top: 17em;
}

.first-wind span.stick img {
    height: 149px;
}

.first-wind p {
    position: absolute;
    top: 14.4em;
    left: -40px;
    animation: spin 3s infinite linear;
    margin: 0 !important;
    width: 90px;
    height: 82px;
    text-align: center;
}

.second-wind {
    position: absolute;
    top: -58px;
    left: 11em;
}

div#smoke.small-smoke {
    left: 18.6em;
    top: -2.9em;
}

.second-wind span.stick {
    position: absolute;
    top: 17em;
    left: 27px;
}

.second-wind p {
    position: absolute;
    top: 14.2em;
    left: -13px;
    animation: spin 3s infinite linear;
    width: 90px;
    height: 82px;
    margin: 0;
    text-align: center;
}

.second-wind span.stick img {
    height: 137px;
}

.third-wind {
    position: absolute;
    top: -59px;
    left: 14em;
}

.third-wind span.stick {
    position: absolute;
    top: 14em;
    left: 32px;
}

.third-wind p {
    position: absolute;
    top: 11.1em;
    left: -6px;
    animation: spin 3s infinite linear;
    width: 90px;
    height: 82px;
    margin: 0;
    text-align: center;
}

.third-wind span img {
    height: 185px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.first-wind p img {
    width: 76px;
    height: 65px;
}

.second-wind p img {
    width: 76px;
    height: 65px;
}

.third-wind p img {
    width: 76px;
    height: 65px;
}

.first-tree {
    position: absolute;
    top: 353px;
    left: 87px;
}

.first-tree img {
    height: 63px;
}

.second-tree {
    position: absolute;
    top: 374px;
    right: 193px;
}

.second-tree img {
    height: 42px;
}

.third-tree {
    position: absolute;
    top: 336px;
    right: 21px;
}

.third-tree img {
    height: 42px;
}

.fourth-tree {
    position: absolute;
    top: 351px;
    right: -46px;
}

.fourth-tree img {
    height: 42px;
}


/*-------- bird ---------------*/

.bird {
    background-image: url("../svg/bird.svg");
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
    opacity: 0.1;
}

.bird--one {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.bird--two {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.bird--three {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.bird--four {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.bird-container {
    position: absolute;
    top: 20%;
    left: -10%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    -webkit-animation-name: fly-right-one;
    animation-name: fly-right-one;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.bird-container--one {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.bird-container--two {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.bird-container--three {
    -webkit-animation-duration: 14.6s;
    animation-duration: 14.6s;
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
}

.bird-container--four {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -900px 0;
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -900px 0;
    }
}

@-webkit-keyframes fly-right-one {
    0% {
        transform: scale(0.3) translateX(-10vw);
    }
    10% {
        transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    20% {
        transform: translateY(0vh) translateX(30vw) scale(0.5);
    }
    30% {
        transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    40% {
        transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.6);
    }
    60% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
}

@keyframes fly-right-one {
    0% {
        transform: scale(0.3) translateX(-10vw);
    }
    10% {
        transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    20% {
        transform: translateY(0vh) translateX(30vw) scale(0.5);
    }
    30% {
        transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    40% {
        transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.6);
    }
    60% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
}

@-webkit-keyframes fly-right-two {
    0% {
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }
    10% {
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }
    20% {
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }
    30% {
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }
    40% {
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }
    51% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}

@keyframes fly-right-two {
    0% {
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }
    10% {
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }
    20% {
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }
    30% {
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }
    40% {
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }
    51% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}


/*----------------- End bird --------------*/

.ml6 {
    position: relative;
    margin: 0;
    line-height: 20px;
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    overflow: hidden;
}

.ml6 .letter {
    display: inline-block;
    line-height: 0em;
}

.second-tree img {
    animation: leaves 3s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(0.01);
    }
    100% {
        transform: scale(1.0);
    }
}

@-moz-keyframes leaves {
    0% {
        transform: scale(0.01);
    }
    100% {
        transform: scale(1.0);
    }
}

.third-tree img {
    animation: leaves 5s ease-in-out infinite alternate;
}

.fourth-tree img {
    animation: leaves 5s ease-in-out infinite alternate;
}


/*---------------- Water tank -----------*/

.circle {
    overflow: hidden;
    position: absolute;
    width: 45px;
    height: 37px;
    right:66px;
    top: 17.4em;
    opacity: 0.6;
    border-radius: 5px;
}

.wave {
    position: relative;
    width: 100%;
    height: 100%;
    background: #00adef;
    border-radius: 42%;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}

.wave:before,
.wave:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.wave:before {
    border-radius: 45%;
    background: rgb(223 219 215);
    animation: animate 5s linear infinite;
}

.wave:after {
    border-radius: 40%;
    /* background: rgba(255, 255, 255, .5); */
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

@-moz-keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}


/*---------------- End Water tank -----------*/