*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 body {
     position: relative;
     overflow: hidden;
     height: auto!important;
     background-color: #c6e1ee;
}
 @font-face {
     font-family: 'FredokaOneRegular';
     src: url('../fonts/FredokaOneRegular.eot');
     src: url('../fonts/FredokaOneRegular.eot') format('embedded-opentype'), url('../fonts/FredokaOneRegular.woff2') format('woff2'), url('../fonts/FredokaOneRegular.woff') format('woff'), url('../fonts/FredokaOneRegular.ttf') format('truetype'), url('../fonts/FredokaOneRegular.svg#FredokaOneRegular') format('svg');
}
 @font-face {
     font-family: 'open_sansregular';
     src: url('../fonts/OpenSans-Regular-webfont.eot');
     src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'open_sansbold';
     src: url('../fonts/OpenSans-Bold-webfont.eot');
     src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
     font-weight: normal;
     font-style: normal;
}
 img {
     display: block;
     max-width: 100%;
}
 a {
     text-decoration: none;
}
 .clearB {
     clear: both;
     display: block;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header {
    position: fixed!important;
    width: 100%;
    top: 0;
}

.is-loading {
  overflow: hidden; }
 .bg {
     /*background: url(../images/down-bg.png) top center no-repeat;
     background-size: cover;*/
}
 .up-bg {
     background: url(../images/up-bg.png) top center no-repeat;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
}
 .text-center {
     text-align: center;
}
 #wrapper {
     position: relative;
     z-index: 999;
}

 #elements {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     max-width: 1208px;
     min-width: auto;
     margin: 0 auto;
}
 #global {
     position: absolute;
     top: 204px;
     left: 162px 
}
 #what-new {
     position: absolute;
     top: 263px;
     right: 157px;
     z-index: 99999;
     cursor: pointer;
}
 #what-new a {
     /*font-family: 'FredokaOneRegular';*/
     font-size: 16px;
     font-weight: bold;
     color: #ffffff;
     position: relative;
     padding-left: 23px;
     color:#764c29;
}
 #what-new a:before, #what-new a:after {
     content: '';
     position: absolute;
     width: 13px;
     height: 13px;
}
 #what-new a:before {
     top: 4px;
     left: 0;
     background: url(../images/yellow-dot.png) left center no-repeat;
}
 #what-new a:after {
     top: 4px;
     left: 0;
     border-radius: 50%;
     animation: pulse2 1s infinite;
     width: 13px;
     height: 13px;
}
 @-webkit-keyframes pulse2 {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(142,198,63,0.8);
    }
     70% {
         -webkit-box-shadow: 0 0 0 7px rgba(142,198,63, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(142,198,63, 0);
    }
}
 @keyframes pulse2 {
     0% {
         -moz-box-shadow: 0 0 0 0 rgba(142,198,63, 0.8);
         box-shadow: 0 0 0 0 rgba(142,198,63, 0.8);
    }
     70% {
         -moz-box-shadow: 0 0 0 7px rgba(142,198,63, 0);
         box-shadow: 0 0 0 7px rgba(142,198,63, 0);
    }
     100% {
         -moz-box-shadow: 0 0 0 0 rgba(142,198,63, 0);
         box-shadow: 0 0 0 0 rgba(142,198,63, 0);
    }
}
 .swing-1 {
     -webkit-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: swing 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 .swing-2 {
     -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 .swing-3 {
     -webkit-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 .swing-4 {
     -webkit-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: swing 2.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 .swing-5 {
     -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 @-webkit-keyframes swing {
     0% {
         -webkit-transform: rotateZ(1deg);
         -moz-transform: rotateZ(1deg);
         transform: rotateZ(1deg);
    }
     100% {
         -webkit-transform: rotateZ(-1deg);
         -moz-transform: rotateZ(-1deg);
         transform: rotateZ(-1deg);
    }
}
 @-moz-keyframes swing {
     0% {
         -webkit-transform: rotateZ(1deg);
         -moz-transform: rotateZ(1deg);
         transform: rotateZ(1deg);
    }
     100% {
         -webkit-transform: rotateZ(-1deg);
         -moz-transform: rotateZ(-1deg);
         transform: rotateZ(-1deg);
    }
}
 @-ms-keyframes swing {
     0% {
         -webkit-transform: rotateZ(1deg);
         -moz-transform: rotateZ(1deg);
         transform: rotateZ(1deg);
    }
     100% {
         -webkit-transform: rotateZ(-1deg);
         -moz-transform: rotateZ(-1deg);
         transform: rotateZ(-1deg);
    }
}
 @keyframes swing {
     0% {
         -webkit-transform: rotateZ(1deg);
         -moz-transform: rotateZ(1deg);
         transform: rotateZ(1deg);
    }
     100% {
         -webkit-transform: rotateZ(-1deg);
         -moz-transform: rotateZ(-1deg);
         transform: rotateZ(-1deg);
    }
}
 .cloud-1 {
     -webkit-animation: cloud 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: cloud 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: cloud 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 .cloud-2 {
     -webkit-animation: cloud 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: cloud 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: cloud 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 @-webkit-keyframes cloud {
     0% {
         -webkit-transform: rotateZ(3deg);
         -moz-transform: rotateZ(3deg);
         transform: rotateZ(3deg);
    }
     100% {
         -webkit-transform: rotateZ(-3deg);
         -moz-transform: rotateZ(-3deg);
         transform: rotateZ(-3deg);
    }
}
 @-moz-keyframes cloud {
     0% {
         -webkit-transform: rotateZ(3deg);
         -moz-transform: rotateZ(3deg);
         transform: rotateZ(3deg);
    }
     100% {
         -webkit-transform: rotateZ(-3deg);
         -moz-transform: rotateZ(-3deg);
         transform: rotateZ(-3deg);
    }
}
 @-ms-keyframes cloud {
     0% {
         -webkit-transform: rotateZ(3deg);
         -moz-transform: rotateZ(3deg);
         transform: rotateZ(3deg);
    }
     100% {
         -webkit-transform: rotateZ(-3deg);
         -moz-transform: rotateZ(-3deg);
         transform: rotateZ(-3deg);
    }
}
 @keyframes cloud {
     0% {
         -webkit-transform: rotateZ(3deg);
         -moz-transform: rotateZ(3deg);
         transform: rotateZ(3deg);
    }
     100% {
         -webkit-transform: rotateZ(-3deg);
         -moz-transform: rotateZ(-3deg);
         transform: rotateZ(-3deg);
    }
}
 .bounce {
     -webkit-animation: bounce 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: bounce 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: bounce 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 @-webkit-keyframes bounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-100px);
         -moz-transform: translateY(-100px);
         transform: translateY(-100px);
    }
}
 @-moz-keyframes bounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-100px);
         -moz-transform: translateY(-100px);
         transform: translateY(-100px);
    }
}
 @-ms-keyframes bounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-100px);
         -moz-transform: translateY(-100px);
         transform: translateY(-100px);
    }
}
 @keyframes bounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-100px);
         -moz-transform: translateY(-100px);
         transform: translateY(-100px);
    }
}


.bounce2 {
     -webkit-animation: wbounce 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     -moz-animation: wbounce 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: wbounce 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 @-webkit-keyframes wbounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-25px);
         -moz-transform: translateY(-25px);
         transform: translateY(-25px);
    }
}
 @-moz-keyframes wbounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-15px);
         -moz-transform: translateY(-15px);
         transform: translateY(-15px);
    }
}
 @-ms-keyframes wbounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-15px);
         -moz-transform: translateY(-15px);
         transform: translateY(-15px);
    }
}
 @keyframes wbounce {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         -webkit-transform: translateY(-15px);
         -moz-transform: translateY(-15px);
         transform: translateY(-15px);
    }
}


 .rotate {
     -webkit-animation: rotate 15s infinite linear;
     -moz-animation: rotate 15s infinite linear;
     animation: rotate 15s infinite linear;
}
 @-webkit-keyframes rotate {
     0% {
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(359deg);
         -moz-transform: rotate(359deg);
         transform: rotate(359deg);
    }
}
 @-moz-keyframes rotate {
     0% {
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(359deg);
         -moz-transform: rotate(359deg);
         transform: rotate(359deg);
    }
}
 @-ms-keyframes rotate {
     0% {
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(359deg);
         -moz-transform: rotate(359deg);
         transform: rotate(359deg);
    }
}
 @keyframes rotate {
     0% {
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(359deg);
         -moz-transform: rotate(359deg);
         transform: rotate(359deg);
    }
}
 #bird {
     position: absolute;
     top: 406px;
     left: 919px;
     z-index: 99999;
}
 #cloud-left {
     background: url(../images/left-cloud.png) left no-repeat;
     position: absolute;
     left: -10px;
     top: 1226px;
     height: 584px;
     width: 100%;
     z-index: auto;
}
 #cloud-right {
     background: url(../images/right-cloud.png) right no-repeat;
     position: absolute;
     right: -10px;
     top: 1226px;
     height: 584px;
     width: 100%;
     z-index: 3;
}
 #hand {
     position: absolute;
     top: 2990px;
     right: 142px;
     z-index: 3;
}
 #leaf-circle {
     position: absolute;
     top: 4030px;
     right: 329px;
}
 #rock {
     position: absolute;
     top: 4379px;
     right: -60px;
}
 #hands {
     position: absolute;
     top: 5312px;
     right: 118px;
}
 #land {
     position: absolute;
     top: 6179px;
     left: 49px;
}
 #sun {
     position: absolute;
     top: 1564px;
     left: 503px;
     z-index: 1;
     width: 477px;
}
 #leaf {
     position: absolute;
     top: 0;
     left: -47px;
     right: 0;
     width: 1255px;
     margin: 0 auto;
     z-index: 999;
}
 #leaf1 {
     position: absolute;
     top: 2589px;
     left: -10px;
}
 #leaf3 {
     position: absolute;
     top: 4113px;
     left: -10px;
}
 #leaf5 {
     position: absolute;
     top: 5407px;
     left: -26px;
}
 #leaf7 {
     position: absolute;
     top: 6428px;
     left: -10px;
}
 #leaf2 {
     position: absolute;
     top: 2334px;
     right: -10px;
     z-index: 2;
}
 #leaf4 {
     position: absolute;
     top: 3749px;
     right: -10px;
}
 #leaf6 {
     position: absolute;
     top: 4815px;
     right: -10px;
}
 #leaf8 {
     position: absolute;
     top: 5857px;
     right: -10px;
}
 section {
     height: 720px;
     position: relative;
}
 .section1, .section2 {
     z-index: 999;
}
 .home-container {
     max-width: 1208px;
     min-width: auto;
     margin: 0 auto;
}

 .section1 img:nth-child(1) {
    position: absolute;
    /*left: 30px;*/
    left: 0;
    right: 0;
    top: 75px;
}


.section1 img:nth-child(2) {
    right: 0;
    position: absolute;
    top: 100px;
}

 /* .text {
     font-family: 'FredokaOneRegular';
} */
 .text h1 {
     font-size: 50px;
     color: #ffffff;
     line-height: 52px;
     /*text-transform: uppercase;*/
     letter-spacing: 1px;
}
 .color-text h1, .color-text h4 {
     /*color: #443145;*/
     color: #764c29;
}
 .color-text h4 {
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 6px;
     text-transform: uppercase;
}
 .text p {
     font-family: 'open_sansregular';
     font-size: 16px;
     color: #272727;
     font-weight: normal;
     line-height: 23px;
     margin-top: 15px;
}
 .btns {
     display: flex;
     align-items: center;
     margin-top: 25px;
     position: relative;
     z-index: 9999;
}
 .btns a {
     font-family: 'open_sansregular';
     font-size: 16px;
     color: #272727;
     font-weight: normal;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     cursor: pointer;
}
 a.discover-btn {
     width: 91px;
     height: 91px;
     line-height: 91px;
     color: #ffffff;
     text-align: center;
     background-color: #8ec63f;
     border-radius: 50%;
     position: relative;
     margin-right: 32px;
     cursor: pointer;
}
 a.discover-btn:after {
     content: '';
     position: absolute;
     top: 0px;
     left: 0px;
     /*background-color: rgba(142,199,65,0.20);*/
     width: 91px;
     height: 91px;
     border-radius: 50%;
     animation: pulse 1s infinite;
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(142,199,65,0.9);
    }
     70% {
         -webkit-box-shadow: 0 0 0 10px rgba(142,199,65, 0.5);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(142,199,65, 0.5);
    }
}
 @keyframes pulse {
     0% {
         -moz-box-shadow: 0 0 0 0 rgba(142,199,65, 0.9);
         box-shadow: 0 0 0 0 rgba(142,199,65, 0.9);
    }
     70% {
         -moz-box-shadow: 0 0 0 10px rgba(142,199,65, 0.5);
         box-shadow: 0 0 0 10px rgba(142,199,65, 0.5);
    }
     100% {
         -moz-box-shadow: 0 0 0 0 rgba(142,199,65, 0.5);
         box-shadow: 0 0 0 0 rgba(142,199,65, 0.5);
    }
}

a.discover-btn.remove-animtion:after {
    display: none;
}

 /*.btns div {
     overflow: hidden;
}*/
 .btns div span {
     display: block;
     position: relative;
     left: 0;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     transition: all .5s;
}
 .btns div.show-btn span {
     left: 0;
}
 .white-btn, .black-btn {
     background: #8dc73f;
     color: #ffffff!important;
     padding: 7px 14px;
     border-radius: 5px;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     transition: all .5s;
}
 .white-btn:hover, .black-btn:hover {
     background: #764c29;
}
 .km-btn {
     margin-right: 32px;
}
 .watch-btn {
     padding-left: 37px;
     padding-top: 1px;
     padding-bottom: 1px;
     background: url(../images/play-btn.png) left center no-repeat;
}
 a.black-btn {
     background: #272727;
     color: #ffffff;
     margin: 0 8px;
}
 a.watch-btn:after {
     content: '';
     position: absolute;
     top: -4px;
     left: -5px;
     background-color: rgba(39,39,39,0.20);
     width: 33px;
     height: 33px;
     border-radius: 50%;
}
 .heading {
     padding-top: 17px;
}
 .heading h1 {
     font-family: 'FredokaOneRegular';
     font-size: 142px;
     color: rgba(255,255,255,0.40);
     text-transform: uppercase;
     letter-spacing: 3px;
}
 .text1 {
     padding-top: 512px;
}
 .text2 {
     padding-top: 343px;
}
 .text3 {
     padding-top: 293px;
}
 .text4 {
     padding-top: 48px;
}
 .text5 {
     padding-top: 130px;
}
 .text6 {
     padding-top: 68px;
}
 .text7 {
     padding-top: 143px;
}
 .text8 {
     padding-top: 36px;
}
 .text9 {
     padding-top: 13px;
}
 .text2 h1 {
     width: 400px;
}
 .text4 h1, .text6 h1 {
     width: 500px;
}
 .text8 h1 {
     width: 535px;
}
 #partnership .heading {
     padding-top: 49px;
}
 
 
 #scroll-menu {
     position: fixed;
     top: 160px;
     right: 30px;
     z-index: 99999;
     background-color: rgba(0,0,0,0.3);
     padding: 20px 10px;
     border-radius: 20px;
}
 #scroll-menu ul {
     list-style: none;
     text-align: right;
}
/*#scroll-menu > ul > li {
     position: relative;
}
*/
 #scroll-menu > ul > li > a {
     /*font-family: 'FredokaOneRegular';*/
     font-size: 16px;
     font-weight: bold;
     color: #ffffff;
     /*text-transform: uppercase;*/
     display: inline-block;
     position: relative;
     padding: 10px 15px 10px 0;
}
 #scroll-menu > ul > li > a > span {
     padding-right: 35px;
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     color: #764c29;
}
 #scroll-menu > ul > li > a:after {
     content: '';
     position: absolute;
     top: 3px;
     right: 0;
     width: 15px;
     height: 15px;
     background-color: #ffffff;
     border-radius: 50%;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     transition: all .5s;
     z-index: 5;
}
 #scroll-menu > ul > li > ul > li > a:after {
     content: '';
     position: absolute;
     top: 2px;
     right: 4px;
     width: 7px;
     height: 7px;
     background-color: #ffffff;
     border-radius: 50%;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     transition: all .5s;
     z-index: 5;
}
 #scroll-menu > ul > li > a:hover > span, #scroll-menu > ul > li.active > a > span {
     display: inline-block;
}
 #scroll-menu > ul > li > ul > li {
     padding-bottom: 15px;
     position: relative;
}
 #scroll-menu > ul > li:before {
     content: '';
     position: absolute;
     top: 25px;
     right: 17px;
     width: 1px;
     height: 174px;
     background-color: #ffffff;
}
 .change #scroll-menu > ul > li:before {
     background-color: #fbe95d;
}
#scroll-menu > ul > li > a.seen:after,
#scroll-menu > ul > li > ul > li > a.seen:after,
#scroll-menu > ul > li > a:hover:after,
#scroll-menu > ul > li > ul > li > a:hover:after{
    background-color: #8ec63f;
}
 #wn-popup {
     visibility: hidden;
     position: absolute;
     top: 280px;
     left: 530px;
     width: 477px;
     background-color: rgba(0,0,0,0.95);
     border-radius: 10px;
     z-index: 999999;
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
     opacity: 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 #wn-popup .slick-list {
     margin: 0 10px;
}
 #wn-popup h1 {
     font-family: 'open_sansbold';
     font-size: 24px;
     color: #ffffff;
     padding: 20px 0 15px 26px;
}
 .wn-body {
     display: flex;
     align-items: initial;
     width: 437px;
}
.wn-body .wn-img {
    margin-right: 17px;
}

 .wn-body .wn-img img {
     max-width: 156px;
     border-radius: 10px;
}
 .wn-info {
     font-family: 'open_sansregular';
     padding-left: 0;
}
 .wn-info h2 {
     font-size: 17px;
     color: #ffffff;
     font-weight: normal;
}
 .wn-info h6 {
     font-size: 13px;
     color: rgba(255,255,255,0.40);
     font-weight: normal;
     margin-top: 4px;
     margin-bottom: 8px;
}
 .wn-info p {
     font-size: 13px;
     color: rgba(255,255,255,0.50);
     font-weight: normal;
     margin-bottom: 13px;
}
 .wn-info a {
     font-family: 'open_sansbold';
     font-size: 11px;
     color: #ffffff;
     text-transform: uppercase;
     padding: 5px 8px;
     border: 2px solid #ffffff;
     display: inline-block;
     border-radius: 5px;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     transition: all .5s;
}
 .wn-info a:hover {
     opacity: 0.4;
}
 #close {
     position: absolute;
     top: 16px;
     right: 16px;
     cursor: pointer;
}
 #wn-popup:before {
     border-right: 10px solid transparent;
     border-bottom: 10px solid rgba(0,0,0,.75);
     border-left: 10px solid transparent;
     content: '';
     height: 0;
     top: -10px;
     right: 67px;
     width: 0;
     position: absolute;
}
 #wn-popup.popup-open {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     opacity: 1;
     visibility: visible;
     top: 298px;
     padding-bottom: 20px
}
 .va-btn {
     font-family: 'open_sansbold';
     font-size: 11px;
     color: #ffffff;
     position: absolute;
     bottom: 32px;
     right: 20px;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     transition: all .5s;
}
 .va-btn:hover {
     opacity: 0.4;
}
 #scroll-icon {
     position: fixed;
     top: 498px;
     right: 33px;
}

.back-to-top {
    position: fixed;
    width: 40px;
    bottom: 25px;
    right: 22px;
    z-index: 9999999999;
    cursor: pointer;
    display: none;
}

.footer-section {
    /*padding-top: 355px;*/
    /*padding-top: 330px;*/
    position: relative;
    z-index: 9999;
    height: 620px;
}

.footer-section .footer-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.center-logo {
    position: absolute;
    width: 281px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
}

img#top-cloud1 {
    left: -100px;
}

@media (max-width: 1199px) {
    .footer-section .footer-wrap footer {
        padding: 0;
        padding-top: 0;
    }
}

/*=====mobile version css start=====*/
 body.mobile-body, html#mobile-html {
     overflow-y: visible;
     overflow-x: hidden!important;
     background-color: #d8dbd1;
}
 .mobile-bg {
    /*height: 11530px;
    */
    /*height: 5920px!important;*/
     background: url(../images/m-bg.png) top no-repeat;
     background: url(../images/m-bg.png) top no-repeat;
     background-size: cover;
     overflow: hidden;
}
 .mobile-container {
     max-width: 750px;
     min-width: auto;
     margin: 0 auto;
     position: relative;
}
 .mobile-body .center-logo {
    top: 75px;
}
 .mobile-body section {
    height: 600px;
    width: 320px;
     margin: 0 auto;
     position: relative;
     z-index: auto;
}
 .mobile-body .home-container {
     max-width: 300px;
     text-align: center;
     height: 100%;
}
 .mobile-body #what-new {
    top: 200px;
    right: 15px;
    cursor: pointer; 
}
.mobile-body #wn-popup:before {
    display: none;
}

 .mobile-body .text1, .mobile-body .text2, .mobile-body .text3, .mobile-body .text4, .mobile-body .text5, .mobile-body .text6, .mobile-body .text7, .mobile-body .text8, .mobile-body .text9 {
     padding-top: 0;
     text-align: center;
}
 .mobile-body .text {
     margin: 0 auto;
     height: 100%;
     position: relative;
    z-index: 1;
}
 .mobile-body .text h1 {
     margin: 0 auto;
     position: absolute;
     right: 0;
     left: 0;
     z-index: 1;
}
 .mobile-body .btns {
     display: block;
     position: relative;
    z-index: 1;
}
 .mobile-body .btns a.discover-btn {
     margin-right: 0;
     margin-bottom: 30px;
}
 .mobile-body .btns div span {
     left: 0;
}
 .mobile-body .heading, .mobile-body #partnership .heading {
     padding-top: 5vh;
     text-align: center;
     left: 0;
     right: 0;
     margin: 0 auto;
     width: 100%;
}
 .mobile-body .heading h1 {
     font-size: 75px;
     text-align: center;
}
 .mobile-body #global {
         top: 350px;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .mobile-body #cloud-left {
     top: 960px;
     left: -20px;
     z-index: auto;
     height: 472px;
     background-size: 100%;
}
 .mobile-body #cloud-right {
     top: 975px;
     right: -20px;
     height: 462px;
     background-size: 100%;
     z-index: auto;
}
 .mobile-body #cloud-left img {
     height: 472px;
}
 .mobile-body #sun {
     top: 463px;
     left: 0;
     right: 0;
     margin: 0 auto;
     z-index: auto;
}
 .mobile-body #hand {
     top: 20px;
     right: 0;
     left: 0;
     margin: 0 auto;
     z-index: auto;
}
 .mobile-body #leaf-circle {
    top: 320px;
     right: 0;
     left: 0;
     margin: 0 auto;
     z-index: auto;
}
 .mobile-body #rock {
         top: 110px;
     right: 0;
     left: 0;
     margin: 0 auto;
     z-index: auto;
}
 .mobile-body #hands {
     top: 300px;
     right: 0;
     left: 0;
     margin: 0 auto;
     z-index: auto;
}
 .mobile-body #land {
     top: 410px;
     right: 0;
     left: 0;
}
 .mobile-body #bird {
     top: 373px;
    left: 240px;
     width: 74px;
     z-index: 2;
}
 .mobile-body .text1 h1 {
     top: 250px;
}
 .mobile-body .text2 h1 {
     top: 280px;
}
 .mobile-body .text > div > h1 {
     position: relative;
}
 .mobile-body .text > div {
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .mobile-body .text3 > div {
         top: 320px;
}
 .mobile-body .text4 h1 {
     top: 270px;
}
 .mobile-body .text5 > div {
         top: 320px;
}
 .mobile-body .text6 h1 {
         top: 150px;
}
 .mobile-body .text7 > div {
     top: 340px;
}
 .mobile-body .text8 h1 {
     top: 150px;
}
 .mobile-body .text9 > div {
     top: 200px;
}
 .mobile-body #wn-popup {
     width: 90%;
     top: 15px;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .mobile-body .wn-body {
     display: block;
     width: 100%;
}
.mobile-body .wn-body .wn-img {
    margin-right: 0;
}
 .mobile-body .wn-body .wn-img img {
     max-width: 100%;
     border-radius: 10px;
     width: 100%;
}
 .mobile-body .wn-info {
     padding-left: 0;
     margin: 15px 0 30px 0;
}
 #cssmenu.menuopen {
     right: 0;
     padding-left: 308px;
}

     .mobile-body .text h1 {
         font-size: 25px;
         line-height: 30px;
    }
     .mobile-body .text p {
         font-size: 13px;
         line-height: 21px;
         margin-top: 10px;
    }
     .mobile-body .heading h1 {
         font-size: 29px;
    }
     .mobile-body .text1 h1 {
         width: 250px;
         z-index: 1;
    }
     .mobile-body .text2 h1 {
         width: 250px;
    }
     .mobile-body .text4 h1, .mobile-body .text6 h1 {
         width: 300px;
    }
     .mobile-body .text8 h1 {
         width: 250px;
    }
     .mobile-body .btns {
         margin-top: 17px;
    }
     .mobile-body .btns a {
         font-size: 14px;
    }
     .mobile-body .km-btn {
         margin-right: 16px;
    }
     .mobile-body .white-btn, .mobile-body .black-btn {
         padding: 5px 10px;
    }
     .mobile-body a.black-btn {
         margin: 0 5px;
    }
     .mobile-body a.watch-btn:after {
         top: -2px;
         left: -4px;
         width: 26px;
         height: 26px;
    }
     .mobile-body .watch-btn {
         padding-left: 33px;
         background-size: 18px;
    }
     .mobile-body #sun {
         width: 280px;
    }
     .mobile-body #hand {
         width: 160px;
    }
     .mobile-body #leaf-circle {
         width: 150px;
    }
     .mobile-body #rock {
         width: 200px;
    }
     .mobile-body #hands {
         width: 200px;
    }
     .mobile-body .footer-row, .mobile-body .footer-row2 {
         width: 100%;
    }
    .mobile-body .footer-row2{
        margin-top: 15px;
    }

     .mobile-body footer ul li div {
         padding-left: 9px;
    }
     .mobile-body .copyright {
         display: block;
    }
     .mobile-body .first-line {
         display: none;
    }
     .mobile-body .copy-right-wrap {
         margin-bottom: 0;
    }
     .mobile-body .copy-right-wrap a {
         margin: 7px 0;
         display: inline-block;
    }
     .mobile-body .divider {
         padding: 0 6px;
    }
     .mobile-body #what-new a {
         font-size: 13px;
    }

    #m-leaf1 img {
        width: 136px;
    }

    #m-leaf2 img {
        width: 100px;
    }

    #m-leaf3 img,
    #m-leaf5 img {
        width: 120px;
    }

    #m-leaf6 img,
    #m-leaf8 img {
        width: 130px;
    }

    #m-leaf7 img {
        width: 140px;
    }

.mobile-body .social-icon {
    text-align: center;
}

.mobile-body .social-icon a, 
.mobile-body .social-icon a img {
    margin: 0 4px;
}

.m-leaf {
    position: absolute;
}

#m-leafs {
    position: absolute;
    top: 606px;
    z-index: auto;
    width: 100%;
    left: 0;
}

.scene {
    height: 600px;
}

.mobile-body .section10 {
    height: 480px;
    position: relative;
}

.mobile-body .footer-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#m-leaf1 {
    top:397vh; 
    left:-11px;
}
#m-leaf2 {
    top:600vh; 
    right:-11px;
}
#m-leaf3 {
    top:674vh; 
    left:-11px;
}
#m-leaf4 {
    top:723vh; 
    right: -11px;
}
#m-leaf5 {
    top:780vh; 
    left:-11px;
}
#m-leaf6 {
    top:800vh; 
    right: -11px;
}
#m-leaf7 {
    top:880vh; 
    left:-11px;
}
#m-leaf8 {
    top:900vh; 
    right:-11px;
}
#m-leaf9 {
    top:950vh; 
    right: -11px;
}

.landscape {
    display: none;
}

div#downarrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: 0 auto;
    z-index: 99999999;
    text-align: center;
    width: 100%;
    color: #272727
}

div#downarrow img {
    display: inline-block;
}

div#downarrow span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

@media (orientation: landscape) {
    .landscape {
        height: 100vh;
        background-color: #1a1a18;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap; /* NEW */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-family: 'open_sansbold';
        color: #fff;
        text-align: center;
        letter-spacing: normal;
    }
    
    .landscape div {
        margin: 0 15px;
        background-color: #1a1a18;
    }
    
    .landscape div img {
        margin: 0 auto;
    }
    
    .landscape div p {
        font-family: 'open_sansregular';
        font-weight: normal;
        color: #ffffff;
        letter-spacing: normal;
    }
    
    .orientation {
        display: none;
    }
}

@media screen and ( min-height: 650px ){
    .fullpage {
        margin-top: 70px;
    }
    
    .mobile-body #global{
        
        top:300px;
    }
    
    #m-leafs{
        
        top:740px;
    }
    
    /*.mobile-body .footer-wrap{
        
        height:520px;
    }*/
    
    .mobile-body .center-logo {
        top: 30px;
    }
    
    .mobile-body #what-new {
        top: 180px;
    }
}


@media screen and ( min-height: 700px ){
    
    .mobile-body section{
        
        height:700px;
        
    }

    
}   

/*=====mobile version css end=====*/