/*Header Section*/
 header{position: fixed;width: 100%;top:0;left: 0;z-index: 9999;padding: 5px 0;transition: all 0.5s ease-in-out;background: transparent linear-gradient(180deg, #fff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;} 
 .header-bg{box-shadow: 0 0 5px grey;background: #fff;}
/* header .brand-logo{padding-top: 10px;} */
header .logo-header img{transition: width 0.3s ease-in-out;display: block;margin: -15px auto 0; width: 95%;}
.logo-header{width: 200px;transition: width 0.3s ease-in-out;}
/*.logo-header{width: 215px;}*/
/*header.header-bg .logo-header{width: 130px;}*/
header.header-bg .logo-header img{width: 130px;}
 header .brand-logo .logo-header img{display: inline-block;position: relative;z-index: 9999;vertical-align: middle;} 
 header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
 header .upper .ctc-wrapper{margin-right: 20px;}      
 header .enq-btn-wrapper{padding: 5px 0px 0 0;}
 .virtual_numbers{color: #fff !important; display: inline-block !important;margin-bottom: 0 !important;font-size: 18px !important;font-weight: 600;}
 .mob-icon{vertical-align: middle;width: 16px;}
 .download-icon{width: 20px;vertical-align: sub;}
 .headerCallNumber{padding-right: 25px;padding-top: 8px;}
 .headerCallNumber img{vertical-align: middle;}
 header .lower{}
 header .lower .nav-links{padding: 12px 0 0;}
 .nav-links li{display: inline-block;list-style-type: none;vertical-align: top;}
 header .lower .nav-links a{display: block;margin-right: 20px;margin-top: 5px;color: #000;position: relative;text-align: center;font-size: 16px; line-height: 26px;font-weight: 500;text-transform: uppercase;}    
 header .lower .nav-links a.active{font-weight: 500;} 
header .lower .nav-links a.active::after{ content: url('../images/navafter.svg');position: absolute;left: 50%;top: 17px;transform: translate(-50%, 0px);}
 header .form-container{transition: top 0.5s ease-in-out;position: absolute;width: 300px;top:58px;right: 15px;background-color:#fff;padding:10px;display:none;color: #303030;box-shadow:0px 1px 5px 2px rgba(0, 0, 0, 0.06);z-index: 9999;}
 header .form-container .frmclose{position: relative;top:0px;right:0px;color:#382c32;font-size: 24px;border: 1px solid #382c32;padding: 4px 4px 4px;line-height: 20px;display: inline-block;}
 header .form-container .thankyou{margin: 10px 0;text-align: center;}      
 header .form-container  .form-group{margin-bottom:12px !important;}
 header .form-container label{margin-bottom: 0 !important;}
 .form-container .bro-btn, .overlay-popup .bro-btn{display: none;}
 .thankyou{text-align: center;}
 .footer-form-wrapper .thankyou{text-align: center;padding: 50px 10px;}
 .footer-form-wrapper{color: #fff;width: 500px;max-width: 100%;padding: 10px;}
 .contac-us-form-wrapper .form-control, .contac-us-form-wrappe .sell_do_form_control, .form-container .form-control {background-color: #F1F3E3 !important;border:1px solid #E2E2EA !important;}
 /*Footer Section*/
 footer{float: left;width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.3);color: #000;background-color: #fff;font-size: 14px;font-weight: 500;}
 footer a{color:#000;}
 footer .lower{padding: 10px 0 5px;}
 .footer-logo{text-align: center;padding: 0px 10px;}
 .rera-sec{border-bottom: 1px solid #ccc;padding-bottom: 10px;margin-bottom: 10px;}
 .sellability-logo{width: 130px;margin-left: 10px;vertical-align: bottom;}
 .whatsapp{position: fixed;bottom: 20px;right: 10px;z-index: 999;}
 .whatsapp img{width: 40px;display:block;margin: 0 auto;}
 .social-icon{vertical-align: middle;display: inline-block;}
 .social-icon img{display: block;}
 /*Footer End*/
 .fixed-enquire-now{position: fixed;right: -67px;top: calc(35% + 135px); padding: 15px 20px;background-color: #382c32;color: #fff;font-size: 20px;line-height: 23px;transform: rotate(-90deg);z-index: 999;cursor: pointer;border-top-left-radius: 6px;border-top-right-radius: 6px;border: 1px solid #382c32;font-weight: 700;box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6);letter-spacing: 1px;}
 .callwrap {
 background-color: #382c32;
 padding: 10px 15PX;
 position: fixed;
 right: -185px;
 z-index: 9;
 top: 35%;
 width: 40px;
 box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6);
 width: 240px;
 display: table;
 -webkit-transition: all 1s linear;
 -moz-transition: all 1s linear;
 -ms-transition: all 1s linear;
 -o-transition: all 1s linear;
 transition: all 1s linear;
 z-index:999;
 margin-top: 5px;
 cursor: pointer;
 border-top-left-radius: 6px;
 border-bottom-left-radius: 6px;
 }
 .callwrap.active {
 right: 0px;
 }
 .callme, .callmeon {
 display: table-cell;
 vertical-align: middle;
 }

 .callmeon p.callnumber {
 margin-bottom: 0 !important;
 }
 .callmeon p {
 font-size: 18px;
 font-weight: bold;
 color: #303030;
 }
 .callme img{vertical-align: middle;width: 24px;}
 .contact{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
 }
 .icon-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
 }
 .footer-text{
    font-size: 16px;
    color:#848484;
    line-height: 16px;
    font-weight: 400;
 }
 .foot-icon-wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: 25% 25% 25%;
}


 /*Form CSS Start*/
 label{color: #092D58;font-weight: 500;}
 label span{color: red;}
 .customForm .form-group-wrapper{margin-bottom: 20px;padding: 0 10px;position: relative;}
 .customForm .form-group-wrapper select,.customForm .form-group-wrapper input[type=text],.customForm .form-group-wrapper input[type=tel], .customForm .form-group-wrapper input[type=email], .customForm .form-group-wrapper textarea{display: block;width: 100%;height: 35px;padding: 0 7px;outline: 0;color: #3C446B;border: 1px solid #ccc;background-color: #fff;border-radius: 4px;}
 .customForm .form-group-wrapper input[type=tel]{padding-left: 45px;}
 .customForm .form-group-wrapper textarea{resize: none;padding: 7px;height: 50px;}
 .form-group-wrapper .submit-btn{font-size: 16px;line-height: 26px; margin-top: 5px;padding: 10px 20px;background-color: #382c32;color: #fff; border: 1px solid #382c32;}
 label.error{color: red !important;position: absolute;left: 0px;bottom: -20px;font-size: 12px !important;line-height: 16px !important;font-weight: normal;width: 100%;display: block;}
 label.error{left: 12px !important;}
 .iti-mobile .intl-tel-input.iti-container{z-index: 9999;}
 .intl-tel-input{width: 100%;display: block;} 
 .customForm .sent .form-group-wrapper{display:none;}     
 .thankyou{font-weight: bold;}    

 .checkbox-check{margin-bottom:10px;display: flex;align-items: flex-start;width:100%;}
 .checkbox-check input{width:auto;display:inline-block;margin-right:5px;}
 .checkbox-check span,.checkbox-check a{color: #000;font-size: 12px;vertical-align: text-top;line-height: 20px;}  
 /*Form CSS End*/

 /*Common CSS Start*/
 .theme-btn{display: inline-block;padding:12px 20px;color:#fff;background: #382c32;transition: background 0.5s;line-height: 24px;cursor: pointer;font-size: 16px;min-width: 158px;text-align: center;font-weight: 600;border-radius: 6px;-webkit-tap-highlight-color: transparent;}
 .theme-btn2{background-color: #fff;color: #382c32;}
 .sec-title{font-size: 18px;line-height: 26px;margin-bottom: 20px;text-transform: uppercase;font-weight: 700;letter-spacing: 1.2px;}
 .sec-heading{font-size: 38px;line-height: 48px;padding-bottom: 20px;letter-spacing: -0.92px;}            
 .subHeading{font-size: 32px;line-height: 40px;padding-bottom: 10px;}
 .subHeading2{font-size: 26px;line-height: 28px;} 
 .sec-desc{font-size: 18px;line-height: 28px;}
 
 .slick-slide img.visible-sm{display: none;}
 .bx-wrapper .bx-pager{padding-top: 10px;}
 .bx-controls{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);z-index: 99;}
 .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{display: inline-block;}
 .bx-wrapper .bx-pager.bx-default-pager a{background: #fff;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 2px;outline: 0;-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius: 100px;}
 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{background: #382c32;}      
 .img-desc{position: absolute;left: 5px;bottom: 5px;background-color: rgba(0,0,0,0.5);color: #fff;padding: 0px 5px;font-size: 6px;line-height: 12px;display: inline-block;z-index: 99;}
 .img-desc-right{left: unset;right: 5px;}
 .img-desc-top{left: unset;right: 5px;top: 5px;bottom: unset;}
 .tnc{position: absolute;right: 5px;bottom: 5px;background-color: rgba(0,0,0,0.5);color: #fff;padding: 2px 5px 2px;font-size: 8px;line-height: 12px;display: inline-block;z-index: 99;}
 .dis-flex{display: flex;align-items: center;}
 .justify-center{justify-content: center;} 
 .overlay{position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0,0.8);}      
 .bAnimDelay,.banner-overlay{animation-delay: 0.5s;}
 .z1{z-index: 1;}
 .list li{padding: 5px 0;}
 .slick-arrow{cursor: pointer;-webkit-tap-highlight-color: transparent;}

 .overlay-popup {
     overflow: auto;
     position: fixed;
     height: 100%;
     max-width: 100%;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: rgba(0,
             0, 0, 0.8);
     z-index: 99999;
     display: none;
 }

 .popup {
     max-width: 90%;
     width: 550px;
     padding: 20px;
     position: relative;
     background: #fff;
     margin: 40px auto;
     margin-top: 100px;
 }

 .close {
     position: absolute;
     top: 6px;
     right: 6px;
     cursor: pointer;
     color: #382c32;
     font-size: 26px;
     border: 1px solid #382c32;
     padding: 0 6px;
     z-index: 1;
 }
 /*Common CSS End*/

 /*Parallax Start*/
 .parallex{height: 100vh;background-attachment: fixed;}
 /*Parallax End*/


 /*Home Start*/
 #home,.banner_ht{width: 100%;height: 100vh;}
 .slide{background-position: center;background-repeat: no-repeat;background-size: cover;}
 .slide-1{background-image: url('../images/banner-desktop-1.jpg');background-position: center;}       
 .slide-2{background-image: url('../images/banner-desktop-2.jpg');background-position: center;}       
 .banner-wrapper{padding: 0px 50px;}      
 .tagline-wrapper{position: absolute;right: 15%;top: 25%;transform: translateY(-50%);width: 700px;max-width: 100%;z-index: 9;}      
 .tag-1{font-size: 70px;line-height: 80px;padding-bottom: 10px;color: #382c32;letter-spacing: -1.2px;}
 .tag-2{font-size: 35px;line-height: 60px;}
 
 .bannerCTA{margin-top: 30px;}      
 #home .slick-arrow{position: absolute;top: 50%;transform: translateY(-50%);z-index: 99;}      
 #home .arrowLeft{left: 5px;}
 #home .arrowRight{right: 5px;}     

 .scroll-down-wrapper {
     display: inline-block;
     position: absolute;
     bottom: 0px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 99;
 }
 .scroll-down {
     -webkit-animation: mover 0.50s infinite alternate;
     animation: mover 0.50s infinite alternate;
     cursor: pointer;
 }
 @keyframes mover{
       0% {
           transform: translateY(0);
       }
       100%{
           transform: translateY(-10px); 
       }
 }
 /*Home End*/

/* Overview Start*/
.over-left{padding-right: 20px;}
.overview-video-wrapper iframe{height: 400px;}
/*.bgLogo{position: absolute;left: 10%;bottom: 0px;width: 150px;}*/
.bgLogo{position: absolute;left: 30%;top: -50px;width: 150px;}
/*.bgLogo{width: 150px;}*/
/* Overview End*/

/*why-wwb Start*/
 .highlights-wrapper {
    padding: 170px 0 150px;
    margin: 20px auto 0;
/*    color: #fff;*/
    width: 800px;
    max-width: 100%;
}

.high-circle-img {
    width: 293px;
}

.high-head {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 45px;
    width: 200px;
    max-width: 100%;
}

.high-leaves-1 {
    position: absolute;
    top: -75px;
    right: -70px;
}

.wwb-head{font-size: 18px;}

.high-points {
    position: absolute;
    width: 215px;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
}
.animpins{-webkit-animation:pinsAnim ease-in 1;-moz-animation:pinsAnim ease-in 1;animation:pinsAnim ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;}
@keyframes pinsAnim{from{opacity:0;}
to{opacity:1;}
}

.high-point-1 {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay:1s;
}

.high-point-2 {
    top: 16%;
    right: 0;
    animation-delay:1.5s;
}

.high-point-3 {
    bottom: 25%;
    right: 0;
    animation-delay:2s;
}

.high-point-4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.high-point-5 {
    bottom: 20%;
    left: 0;
    animation-delay:2.5s;
}

.high-point-6 {
    top: 16%;
    left: 0;
    animation-delay:3s;
}


/*why-wwb End*/

/*Opportunity Start*/
.opp-2{position: absolute; left: 10px;top: 0px;width: 250px;}
.small-dis{font-size: 10px;}
/*Opportunity End*/

/*Infra Start*/
.boost-wrapper{background-color: #382c32;padding: 30px 20px;margin: 10px;border-radius: 6px;min-height: 390px;color: #fff;}
.infra-head{font-size: 30px;line-height: 40px;font-weight: 600;padding-bottom: 10px;}
.infra-list{list-style: inside;padding-left: 0;padding-top: 10px;}
.infra-list li{padding: 5px 0;}
/*Infra End*/

/*Amenity Start*/
.overImg-desc{font-size: 18px;color: #111111;}
.overview-slider-wrapper{padding: 30px 0;}
.overview-slider-wrapper .overSlider img{border-radius: 7px;/*transform: scale(0.8);transform-origin: bottom;transition: all 0.8s ease-in-out;*/}
.overSlider .item{margin:0px 30px;/*padding: 40px 0;*/position: relative;}
.overSlider .even{padding-top: 60px;}
.overSlider .even .overImg-desc{position: absolute; top: 15px;left: 0;width: 100%;text-align: center;}
/*Amenity End*/

/*Location Start*/
.map-content-wrapper{margin: 90px 0 40px;}
.map-wrapper{border: 1px solid rgba(27, 38, 3, 0.20);border-radius: 12px;box-shadow: 0 3px 7px rgba(175, 172, 172, 0.42);}
.mapHead{font-size: 14px;color: rgba(255, 255, 255, 0.7);}
.mapHead.act{font-weight: 600;color: #fff;}
.map-toggle-btn{position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);background-color: #AE8371;border-radius: 20px 20px 0px 0px;padding: 4px 20px;width: 330px;max-width: 100%;text-align: center;z-index: 9;}
.map-toggle-btn .switch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 28px;
    border-radius: 20px;          
    transition: background .28s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
    cursor: pointer;
    background: #AE8371;
    border: 1px solid #fff;
    cursor: pointer;
}
.map-toggle-btn .switch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
}
.map-toggle-btn input:checked+.switch{background: #AE8371;border: 1px solid #fff;}
.map-toggle-btn input:checked+.switch::before{left: 33px;background: #fff;}
.g-map iframe,.i-map{height: 552px;display: block;border-radius: 12px;}
.g-map{display: none;}
.i-map{background-position: center bottom;}


.nearby-wrapper{position: absolute;top: -45px;left: 50%;transform: translateX(-50%);z-index: 1;width: 100%;}
.nb-tabs-wrapper{z-index: 1;position: relative;}
.nb-tabs-wrapper a{display: inline-flex;padding: 20px;border: 1px solid #AE8371;border-radius: 6px;margin: 0 20px;background-color: #fff;color: #AE8371;font-weight: bold;}
.nb-tab-active{background-color: #AE8371 !important;color: #fff !important;}
.nb-tab-active svg path{fill: #fff !important;}
.nb-content-wrap{width: 850px;max-width: 100%;margin: 0 auto;padding: 80px 50px 50px;background-color: #fff;margin-top: -46px;display: none;}
.nb-head{font-size: 20px;}
.nb-list{color: rgba(0, 0, 0, 0.7);}
.nb-list li{padding: 5px 0;}
/*Location End*/

/*Gallery Start*/
#gal-left,#gal-right{position: absolute;top: 50%;transform: translateY(-50%);z-index: 9;}
#gal-left{left: 0%;}
#gal-right{right: 0%;}
.gallery-slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .gallery-slider img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(0.8);
  }
  .gallery-slider .slick-active img {
    transform: scale(1);
  }
/*Gallery End*/


 /*Privacy Policy Start*/
 .privacy-policy-list{list-style-type: lower-alpha;}
 .privacy-policy-list li{padding: 5px 0;}
 /*Privacy Policy End*/

 /*Animation Start*/
 html.lenis {
     height: auto;
   }
 .lenis .lenis-smooth {
     scroll-behavior: auto;
 }
 .lenis .lenis-smooth [data-lenis-prevent] {
     overscroll-behavior: contain;
 }
 .lenis .lenis-stopped {
     overflow: hidden;
 }
 .lenis .lenis-scrolling iframe {
     pointer-events: none;
 }
 .falling-leaves, .falling-leaves1, .falling-leaves2, .falling-leaves3, .falling-leaves4, .falling-leaves5, .falling-leavesh {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 50%;
     width: 100%;
     height: 100%;
     transform: translate(-50%, 0);
     overflow: hidden;
 }

 .leaf-scene {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     width: 100%;
     transform-style: preserve-3d;
 }

 .leaf-scene div {
     position: absolute;
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     background: url(../images/leaf.png) no-repeat;
     background-size: 100%;
     transform-style: preserve-3d;
     backface-visibility: visible;
     z-index: 999;
 }

      #canv {
          z-index: 1;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%!important;
          float: left;
      }
      #clouds {    
          z-index: 1;
          position: absolute;
          top: -50px;
          left: 0;
          width: 100%;
/*          height: 100%;*/
      }
      .cloud {
        width: 692px;
        height: 230px;
        background-image: url("../images/c1.png");
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 200px;
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        position: absolute;
      }
      .clou2{
       background-image: url("../images/c2.png");
      }

      .x1 {
        left: -500px;
        top: 30px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation: moveclouds 100s linear infinite;
        -moz-animation: moveclouds 100s linear infinite;
        -o-animation: moveclouds 100s linear infinite;
      }
      .x2 {
        left: -120px;
        top: -20px;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.8;
        -webkit-animation: moveclouds 150s linear infinite;
        -moz-animation: moveclouds 150s linear infinite;
        -o-animation: moveclouds 150s linear infinite;
      }
      .x3 {
        left: -550px;
        top: -20px;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.8;
        -webkit-animation: moveclouds 200s linear infinite;
        -moz-animation: moveclouds 200s linear infinite;
        -o-animation: moveclouds 200s linear infinite;
      }
      .x4 {
        left: 250px;
        top: -50px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: moveclouds 70s linear infinite;
        -moz-animation: moveclouds 70s linear infinite;
        -o-animation: moveclouds 70s linear infinite;
      }
      .x5 {
        left: -750px;
        top: -75px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.8;
        -webkit-animation: moveclouds 110s linear infinite;
        -moz-animation: moveclouds 110s linear infinite;
        -o-animation: moveclouds 110s linear infinite;
      }

      .x6 {
        left: 120px;
        top: -50px;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.75;
        -webkit-animation: moveclouds 150s linear infinite;
        -moz-animation: moveclouds 150s linear infinite;
        -o-animation: moveclouds 150s linear infinite;
      }
      .x7 {
        left: -750px;
        top: -100px;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-animation: moveclouds 180s linear infinite;
        -moz-animation: moveclouds 180s linear infinite;
        -o-animation: moveclouds 180s linear infinite;
      }
      .x8 {
        left: 200px;
        top: -20px;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        transform: scale(0.6);
        -webkit-animation: moveclouds 40s linear infinite;
        -moz-animation: moveclouds 40s linear infinite;
        -o-animation: moveclouds 40s linear infinite;
      }

      .x9 {
        left: 800px;
        top: -50px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.9);
        -webkit-animation: moveclouds 30s linear infinite;
        -moz-animation: moveclouds 30s linear infinite;
        -o-animation: moveclouds 30s linear infinite;
      }
      .x10 {
        left: -880px;
        top: -30px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.9;
        -webkit-animation: moveclouds 170s linear infinite;
        -moz-animation: moveclouds 170s linear infinite;
        -o-animation: moveclouds 170s linear infinite;
      }


      @-webkit-keyframes moveclouds {
        0% {
          margin-left: 800px;
        }
        100% {
          margin-left: -800px;
        }
      }
      @-moz-keyframes moveclouds {
        0% {
          margin-left: 800px;
        }
        100% {
          margin-left: -800px;
        }
      }
      @-o-keyframes moveclouds {
        0% {
          margin-left: 800px;
        }
        100% {
          margin-left: -800px;
        }
      }

 .revealOnScroll {
     opacity: 0
 }

 .animated {
     -moz-animation-duration: 1.2s;
     -o-animation-duration: 1.2s;
     -webkit-animation-duration: 1.2s;
     -ms-animation-duration: 1.2s;
     animation-duration: 1.2s;
     -moz-animation-fill-mode: both;
     -o-animation-fill-mode: both;
     -webkit-animation-fill-mode: both;
     -ms-animation-fill-mode: both;
     animation-fill-mode: both
 }

 @keyframes fadeInLeft {
     from {
         opacity: 0;
         -webkit-transform: translate3d(-100%, 0, 0);
         -o-transform: translate3d(-100%, 0, 0);
         -moz-transform: translate3d(-100%, 0, 0);
         -ms-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0)
     }
     to {
         opacity: 1;
         -webkit-transform: none;
         -ms-transform: none;
         -moz-transform: none;
         -o-transform: none;
         transform: none
     }
 }

 .fadeInLeft {
     -webkit-animation-name: fadeInLeft;
     -o-animation-name: fadeInLeft;
     -ms-animation-name: fadeInLeft;
     -moz-animation-name: fadeInLeft;
     animation-name: fadeInLeft
 }

 @keyframes fadeInRight {
     from {
         opacity: 0;
         -webkit-transform: translate3d(100%, 0, 0);
         -o-transform: translate3d(100%, 0, 0);
         -ms-transform: translate3d(100%, 0, 0);
         -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0)
     }
     to {
         opacity: 1;
         -webkit-transform: none;
         -o-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         transform: none
     }
 }

 .fadeInRight {
     -webkit-animation-name: fadeInRight;
     -o-animation-name: fadeInRight;
     -ms-animation-name: fadeInRight;
     -moz-animation-name: fadeInRight;
     animation-name: fadeInRight
 }

 @keyframes fadeInUp {
     from {
         opacity: 0;
         -webkit-transform: translate3d(0, 100%, 0);
         -o-transform: translate3d(0, 100%, 0);
         -ms-transform: translate3d(0, 100%, 0);
         -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0)
     }
     to {
         opacity: 1;
         -webkit-transform: none;
         -o-transform: none;
         -ms-transform: none;
         -moz-transform: none;
         transform: none
     }
 }

 .fadeInUp {
     -webkit-animation-name: fadeInUp;
     -o-animation-name: fadeInUp;
     -ms-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
     animation-name: fadeInUp
 }

 @keyframes fadeInDown {
     from {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         -o-transform: translate3d(0, -100%, 0);
         -moz-transform: translate3d(0, -100%, 0);
         -ms-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0)
     }
     to {
         opacity: 1;
         -webkit-transform: none;
         -o-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         transform: none
     }
 }

 .fadeInDown {
     -webkit-animation-name: fadeInDown;
     -o-animation-name: fadeInDown;
     -ms-animation-name: fadeInDown;
     -moz-animation-name: fadeInDown;
     animation-name: fadeInDown
 }

 @keyframes fadeIn {
     0% {
         opacity: 0
     }
     to {
         opacity: 1
     }
 }

 .fadeIn {
     animation-name: fadeIn
 }
 /*Animation End*/


