/* ================================================================
   NIINE CSS SECTION
   01-global-base.css
   Global base/theme and common styles
   Extracted in original top-to-bottom order.
   ================================================================ */

/*
   NIINE WEBSITE - MASTER STYLESHEET
   All original inline CSS combined into ONE file.
   CSS STEP numbers follow the original HTML order.
*/


/* ================================================================
   CSS STEP 1
   Original <style> block #1
   Kept in original top-to-bottom order
   ================================================================ */


/* ------------------------------------------------------------------
   WORK: AURA / BASE THEME
   Provides global typography, colors, buttons, common components,
   sections, spacing, animations and responsive base behavior.
   ------------------------------------------------------------------ */
/* ===== css/aura.css ===== */
body{font-family:'Seoge UI',sans-serif!important;font-weight:400;letter-spacing:0}body *{outline:0}.orange{color:#fbb33d}.colored,.colored-hover:hover{color:#5a5be2!important}.bg-colored,.bg-colored-hover:hover{background-color:#ee3533!important}.border-colored,.border-colored-hover:hover{border-color:#ee3533!important}.colored1,.colored1-hover:hover{color:#fbb33d!important}.bg-colored1,.bg-colored1-hover:hover{background-color:#fbb33d!important}.border-colored1,.border-colored1-hover:hover{border-color:#fbb33d!important}.colored2,.colored2-hover:hover{color:#ffae4f!important}.bg-colored2,.bg-colored2-hover:hover{background-color:#ffae4f!important}.border-colored2,.border-colored2-hover:hover{border-color:#ffae4f!important}::selection{background-color:#4264d1!important}.bg-soft-gradient:before,.bg-soft-gradient1:before,.bg-soft-gradient2:before,.bg-soft-gradient3:before{opacity:.96}.bg-gradient,.bg-soft-gradient:before{background:linear-gradient(to right bottom,#fbb33d,#ee3533)}.bg-gradient1,.bg-soft-gradient1:before{background:linear-gradient(to right bottom,#fbb33d,#ee3533)}.bg-gradient2,.bg-soft-gradient2:before{background:#d2d1d7;background:-moz-linear-gradient(45deg,#d2d1d7 0,#fff 100%);background:-webkit-linear-gradient(45deg,#d2d1d7 0,#fff 100%);background:linear-gradient(to 45deg,#d2d1d7 0,#fff 100%)}.bg-soft-gradient3:before,.bg-gradient3{background:#f6f6f6;background:-moz-linear-gradient(140deg,#fff 0,#f6f6f6 100%);background:-webkit-linear-gradient(140deg,#fff 0,#f6f6f6 100%);background:linear-gradient(140deg,#fff 0,#f6f6f6 100%)}.home{width:100%;position:relative;height:auto;padding:145px 0 195px;overflow:hidden}.home:after{content:'';width:70%;height:85%;z-index:1;position:absolute;right:0;top:0;background-size:contain}@media only screen and (min-width:1550px){.home{width:100%;position:relative;height:auto;padding:145px 0 85px!important;overflow:hidden}}@media only screen and (max-width:1240px){.home:after{width:70%;height:70%;top:15%;right:0;background-size:cover}}@media only screen and (max-width:1100px),screen and (max-height:800px){.home{padding:105px 0 185px}}@media only screen and (max-width:992px){.home{text-align:left;padding:0;padding:65px 0 175px}.home:after{width:100%;height:85%;top:0;background-size:cover;opacity:.5;background-position:center center}}@media only screen and (max-width:700px){.home{text-align:left;padding:0;padding:65px 0 205px}.home:after{width:100%;height:85%;top:0;background-size:cover;opacity:.5;background-position:center center}}.home .home-shape{width:100%;position:absolute;height:330px;background-image:url("images/shape_home.svg");background-size:cover;bottom:0;background-repeat:no-repeat;background-position:center top;margin-bottom:-20px}@media only screen and (min-width:2000px){.home{padding:170px 0 300px}.home .home-shape{height:450px}}.home .home-details{position:relative;z-index:3}@media only screen and (min-width:1460px){.home .home-details{max-width:1200px}.font-track{font-size:43px}}.home .home-subtitle{font-weight:600;font-size:15px;letter-spacing:-0.2px}.home .home-title h1{font-size:45px;font-weight:600;letter-spacing:-1.5px;line-height:49px}#product h1{font-size:55px;font-weight:900}#product h3{font-size:35px;font-weight:600}@media only screen and (min-width:1100px){.mar-40{margin-left:-40px}}@media only screen and (max-width:1300px){.home .home-title{font-size:37px;letter-spacing:-1.2px;line-height:43px}.font-track{font-size:43px}.mar-100{margin-left:100px}}@media only screen and (max-width:1100px){.home .home-title{font-size:33px;letter-spacing:-0.9px;line-height:41px}.font-track{font-size:36px}}@media only screen and (max-width:992px){.home .home-title{font-size:25px;letter-spacing:-0.5px;line-height:34px}section.content-note{padding:40px 0 25px!important}.track{padding:0 20px}}.home .home-input{margin:20px 0 0;position:relative;z-index:9;width:90%;max-width:500px}@media only screen and (max-width:992px){.home .home-input{margin:20px auto 0}}.home .home-input input{display:block;background:#fff;text-align:left;width:100%;border-radius:10px;padding:17px 21px;font-size:16px;box-shadow:0 0 0 0 rgba(0,0,0,0.2);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.home .home-input input:hover{box-shadow:1px 10px 35px 2px rgba(0,0,0,0.15)}.home .home-input input:focus,.home .home-input input:active{box-shadow:0 3px 90px 0 rgba(0,0,0,0.4)}.home .home-input button{position:absolute;right:13px;top:50%;border:0;background:transparent;color:#aaa;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.home .home-input button i{font-size:14px}.home .home-input .values{width:100%;margin-top:10px;visibility:hidden;opacity:0;height:auto;background:#fff;z-index:99;overflow-x:hidden;overflow-y:auto;max-height:250px;position:absolute;border-radius:10px;box-shadow:0 3px 90px 0 rgba(0,0,0,0.4);-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.home .home-input .values .value-item{padding:18px 26px;display:block;border-bottom:1px solid #eee;text-align:left}.home .home-input .values .value-item:hover{background-color:#fafafa}.home .home-input .values .value-item h4{color:#646464;font-weight:600;font-size:14px;letter-spacing:-0.1px}.home .home-input .values .value-item h4 i{color:#888;font-size:14px;margin-right:7px}.home .home-input .values .value-item p{color:#999;margin-top:6px}@media only screen and (max-width:640px){.home .home-input .values .value-item{padding:15px 18px}.home .home-input .values .value-item p{font-size:13px;margin-top:4px}}.home .home-input.active .values{visibility:visible;opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.home .home-slider{min-width:600px;min-height:615px;width:615px;height:630px;padding:0!important;display:block;overflow:hidden;position:relative;-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-border-radius:51% 51% 91% 91% / 45% 45% 133% 133%;border-radius:51% 51% 91% 91% / 45% 45% 133% 133%;border-top:1px rgba(0,0,0,0.086);border-right:14px rgba(0,0,0,0.086);border-bottom:17px rgba(0,0,0,0.086);border-left:2px rgba(0,0,0,0.086);border-style:solid;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:8px 5px 32px -8px rgba(0,0,0,0.06)}.home .home-slider .slide{min-width:620px;min-height:635px;width:635px!important;height:655px!important;left:-1%!important;top:-1%!important;position:absolute!important;background-size:cover;background-position:center center;display:block}.home .home-slider .slick-list{overflow:visible!important;height:100%!important;top:-9%;left:1%;-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.home .home-slider .slick-track{height:100%}@media only screen and (max-width:1400px){.home .home-slider{min-width:500px;min-height:515px;width:515px;height:530px}.home .home-slider .slide{min-width:520px;min-height:535px;width:535px!important;height:555px!important}}@media only screen and (max-width:1100px),screen and (max-height:800px){.home .home-slider{min-width:500px;min-height:515px;width:515px;height:530px;margin:50px auto;right:4%}.home .home-slider .slide{min-width:520px;min-height:535px;width:535px!important;height:555px!important}}@media only screen and (max-width:640px){.home .home-slider{min-width:300px;min-height:315px;width:315px;height:330px;margin:40px auto}.home .home-slider .slide{min-width:320px;min-height:335px;width:335px!important;height:355px!important}}.home button.custom-slider-arrow{position:absolute;display:block;width:46px;height:46px;background:rgba(0,0,0,0.1);border-radius:100%;text-align:center}.home button.custom-slider-arrow span{position:absolute;width:100%;height:100%;z-index:2;opacity:0;display:block;left:50%;top:50%;visibility:hidden;background:#fff;border-radius:100%;box-shadow:1px 10px 35px 2px rgba(0,0,0,0.2);-ms-transform:translateX(-50%) translateY(-50%) scale(0);-webkit-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);-webkit-transition:all .4s cubic-bezier(0.86,0,0.07,1);-moz-transition:all .4s cubic-bezier(0.86,0,0.07,1);transition:all .4s cubic-bezier(0.86,0,0.07,1)}.home button.custom-slider-arrow:before,.home button.custom-slider-arrow:after{display:inline-block;content:'';z-index:3;width:1px;height:13px;background:#fff;position:relative;vertical-align:middle;opacity:.7;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .4s cubic-bezier(0.86,0,0.07,1);-moz-transition:all .4s cubic-bezier(0.86,0,0.07,1);transition:all .4s cubic-bezier(0.86,0,0.07,1)}.home button.custom-slider-arrow:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.home button.custom-slider-arrow.custom-slider-next{right:17.5%;bottom:17.5%}.home button.custom-slider-arrow.custom-slider-next:before{top:4.5px}.home button.custom-slider-arrow.custom-slider-next:after{top:-4.5px}.home button.custom-slider-arrow.custom-slider-prev{right:24%;bottom:10.4%}.home button.custom-slider-arrow.custom-slider-prev:before{top:-4.5px}.home button.custom-slider-arrow.custom-slider-prev:after{top:4.5px}.home button.custom-slider-arrow:hover span{opacity:1;visibility:visible;-ms-transform:translateX(-50%) translateY(-50%) scale(1.4);-webkit-transform:translateX(-50%) translateY(-50%) scale(1.4);transform:translateX(-50%) translateY(-50%) scale(1.4)}.home button.custom-slider-arrow:hover:before,.home button.custom-slider-arrow:hover:after{background:#222;opacity:1}.home .home-large-button{width:95px;height:95px;right:8%;top:-2%;background:#fff;border-radius:100%;display:block;position:absolute;box-shadow:0 0 55px 0 rgba(255,255,255,0.33);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.home .home-large-button:before,.home .home-large-button:after{display:block;content:'';z-index:3;left:50%;top:50%;width:2px;height:27px;background:#5d6ded;position:absolute;opacity:1;-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.home .home-large-button:after{width:27px;height:2px}.home .home-large-button:hover{background:#ffaf32;box-shadow:0 0 55px 0 rgba(255,170,50,0.33)}.home .home-large-button:hover:before,.home .home-large-button:hover:after{background:#fff}@media only screen and (max-width:1240px){.home .home-large-button{width:75px;height:75px;right:8%;top:-5%}.home button.custom-slider-arrow.custom-slider-next{right:13.5%;bottom:17.5%}.home button.custom-slider-arrow.custom-slider-prev{right:22%;bottom:12.4%}}@media only screen and (max-height:800px) and (min-width:1240px){.home button.custom-slider-arrow.custom-slider-next{right:20.5%;bottom:16.5%}.home button.custom-slider-arrow.custom-slider-prev{right:29%;bottom:11.4%}}@media only screen and (max-width:992px){.home .home-large-button{position:relative;right:auto;margin:0 auto;margin-top:12px}}.categories{overflow:hidden}.categories .tab-item{padding:0 15px 80px}.categories .tab-item .visible-item{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.categories .tab-item:hover .visible-item{-webkit-transform:translateY(0%)!important;-moz-transform:translateY(0%)!important;-ms-transform:translateY(0%)!important;transform:translateY(0%)!important}.categories .tab-item .hidden-item{opacity:0;padding-top:10px;-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);transform:translateY(25px);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.categories .tab-item:hover .hidden-item{opacity:1;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}.categories .category-boxes{border-bottom:1px solid #e7e7e7;background-color:#f7f7f7}.categories .category-boxes .category-content{padding:30px;border-style:solid;position:relative;z-index:1;background-color:#fff;border-color:#e7e7e7;border-left-width:1px;border-top-width:1px;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}@media only screen and (max-width:1100px){.categories .category-boxes .category-content{padding:80px 3%}}.categories .category-boxes .category-content:hover{background-color:#fafafa}.categories .category-boxes .category-content .content-title{color:#505050;margin-top:10px;font-weight:600;letter-spacing:-0.7px}.categories .category-boxes .category-content .content-desc{font-size:16px;line-height:24px;margin-top:10px;font-weight:400;letter-spacing:0;color:#898989}section.content-note{padding:70px 0 25px}section.content-note .layered-images{position:relative;padding:18% 0}@media only screen and (max-width:1460px){section.content-note .content-details{max-width:1200px}section.content-note .layered-images{padding:14% 0}}@media only screen and (max-width:992px){section.content-note .layered-images{padding:35% 0}}section.content-note .layered-images img{position:absolute;width:100%;display:block;left:0;top:0;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}section.content-note .layered-images:hover img.image3{left:-10px}section.content-note .layered-images:hover img.image2{left:10px}section.blog{padding:290px 0 310px;overflow:hidden;position:relative;background-size:cover;background-position:center center}section.blog .blog-container{max-width:1200px}section.blog .shape-top,section.blog .shape-bottom{width:100%;position:absolute;height:345px;background:url("images/shape_blog_01.svg") center top;background-size:cover;top:0}section.blog .shape-bottom{background:url("images/shape_blog_02.svg") center bottom;background-size:cover;top:auto;bottom:0}@media only screen and (min-width:2000px){section.blog{padding:410px 0 450px}section.blog .shape-top,section.blog .shape-bottom{height:450px}}.aura-blog-slider{height:auto!important}.aura-blog-slider .left-image{width:300px;height:300px!important;border-radius:100%;position:relative;box-shadow:0 0 0 15px rgba(255,255,255,0.07);background-size:cover;background-position:center center;margin-left:200px}.aura-blog-slider,.aura-blog-slider .slick-list,.aura-blog-slider .slide{overflow:visible}.aura-blog-slider .left-image:before,.aura-blog-slider .left-image:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;border:1px solid #fff;opacity:.1;background:transparent;border-radius:100%}.aura-blog-slider .left-image:before{width:113%;height:113%;left:0;top:7px}.aura-blog-slider .left-image:after{width:110%;height:110%;left:auto;right:0;top:0}.aura-blog-slider .right-texts{padding-top:60px;margin-left:10px}.aura-blog-slider .slide-title{font-size:28px;text-shadow:2px 2px 12px rgba(0,0,0,0.05);font-weight:700;line-height:50px;text-align:left}.aura-blog-slider .slide-details{margin-top:25px;font-size:11px;font-weight:700;text-transform:uppercase}.aura-blog-slider .slide-details .detail{display:inline-block;margin-right:15px}.aura-blog-slider .slide-details .detail .item-title{font-size:10px}.aura-blog-slider .slide-subtitle{font-size:22px;font-weight:600;margin-top:30px}.aura-blog-slider .slide-message{font-size:16px;font-weight:400;margin-top:12px;color:#999;line-height:22px}@media only screen and (max-width:1440px){.aura-blog-slider .right-texts{padding-top:20px}}@media only screen and (max-width:992px){.aura-blog-slider{text-align:center;margin:0 20px}.aura-blog-slider .left-image{width:150px;height:150px!important;margin-left:27%;margin-top:10%}.aura-blog-slider .right-texts{padding-top:40px}.aura-blog-slider .slide-title{font-size:35px;line-height:40px;letter-spacing:-1.5px}}.slide-changer{visibility:visible;opacity:1;width:150px;height:150px;line-height:150px;position:absolute;overflow:hidden;color:#fff;left:10px;top:78%;text-align:center;z-index:99;border-radius:100%;background-size:cover;background-position:center center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.slide-changer.hiding{visibility:hidden;opacity:0}.slide-changer:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:#222;opacity:.7;-webkit-transition:all .6s;-moz-transition:all .6s;transition:all .6s}.slide-changer.next-slide-button{left:auto;right:10px}.slide-changer a:before,.slide-changer a{z-index:4;display:block;width:100%;height:100%;position:absolute;line-height:inherit;text-align:center;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.slide-changer a span{display:block;position:relative;font-size:2px;font-weight:600;line-height:inherit;font-family:'Seoge UI',sans-serif;visibility:hidden;opacity:0;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.slide-changer.prev-slide-button{margin-top:-30%}.slide-changer:hover a span{opacity:1;visibility:visible;font-size:14px}.slide-changer:hover a:before{opacity:0;visibility:hidden}@media only screen and (max-width:992px){.slide-changer{width:75px;height:75px;line-height:75px;top:60%!important;bottom:13%;left:auto}.slide-changer.next-slide-button{left:75%;right:auto}.slide-changer:hover{width:75px;height:75px}.slide-changer:hover a span{font-size:10px}.slide-changer.prev-slide-button{margin-top:-84%!important}.after-3e{font-size:14px!important;color:#ffe2c5!important;vertical-align:0!important}.three-e{font-size:30px!important;font-weight:820!important;margin-right:20px!important}p{font-size:12px!important}}.still-no-luck{padding:80px 0 40px;background:url("images/world_02.png") right center no-repeat}.facts-container .fact{margin-top:40px}.facts-container .fact .factor{font-weight:600;font-size:35px;letter-spacing:-1.5px;color:#505050;line-height:45px}.facts-container .fact .factor-keeper{position:relative;display:inline-block;width:auto}.facts-container .fact .factor-keeper span{position:absolute;text-align:left;left:110%;left:calc(100%+5px);top:0;display:block;letter-spacing:0;font-size:16px;font-weight:600;color:#505050}.facts-container .fact .factor-description{margin-top:15px;font-size:16px;font-weight:400;color:#898989}.still-no-luck .still-no-luck-boxes{padding:0 30px}@media only screen and (max-width:992px){.still-no-luck .still-no-luck-boxes{padding:0 15px}}.still-no-luck .still-no-luck-boxes .box{padding:60px 30px;margin-top:30px;background-color:#fff;border-radius:30px;box-shadow:2px 23px 77px 5px rgba(0,0,0,0.04);display:block;-webkit-transition:all .45s;-moz-transition:all .45s;transition:all .45s}@media only screen and (max-width:1460px){.still-no-luck .still-no-luck-boxes .box{padding:40px 30px}}.still-no-luck .still-no-luck-boxes .box .box-icon{display:inline-block;font-size:35px;-webkit-transition:all .45s;-moz-transition:all .45s;transition:all .45s}.still-no-luck .still-no-luck-boxes .box .box-title{margin:15px 0;font-size:18px;font-weight:600;color:#505050;-webkit-transition:all .45s;-moz-transition:all .45s;transition:all .45s}.still-no-luck .still-no-luck-boxes .box .box-desc{font-size:16px;font-weight:400;line-height:23px;color:#898989;-webkit-transition:all .45s;-moz-transition:all .45s;transition:all .45s}.still-no-luck .still-no-luck-boxes .box:hover{box-shadow:2px 13px 47px 5px rgba(0,0,0,0.1);-ms-transform:scale(0.98);-webkit-transform:scale(0.98);transform:scale(0.98)}.still-no-luck .still-no-luck-boxes .box.active{background-color:#56576c}.still-no-luck .still-no-luck-boxes .box.active .box-icon,.still-no-luck .still-no-luck-boxes .box.active .box-title,.still-no-luck .still-no-luck-boxes .box.active .box-desc{color:#fff!important}.subscribe-section{padding:0 0 25px;position:relative;z-index:10}.subscribe-section .newsletter-form{width:100%;padding:0 15px;max-width:570px;margin:35px auto 0}.subscribe-section form input{border:0;padding-left:25px;outline:none!important}.subscribe-section form input.error_warning{background-color:rgba(197,53,53,0.85)!important;color:white}.subscribe-section form input.error_warning::-webkit-input-placeholder{color:#fff}.subscribe-section form input.error_warning:-moz-placeholder{color:#fff}.subscribe-section form input.error_warning::-moz-placeholder{color:#fff}.subscribe-section form input.error_warning:-ms-input-placeholder{color:#fff}.subscribe-section form input,.subscribe-section form button{padding-top:18px;padding-bottom:18px;box-shadow:2px 30px 127px 5px rgba(63,75,188,0.14)!important}@media only screen and (max-width:992px){.subscribe-section{padding:90px 0}.subscribe-section form input{border:1px solid #fafafa}}.subscribe-section form input::-webkit-input-placeholder{color:#919191}.subscribe-section form input:-moz-placeholder{color:#919191}.subscribe-section form input::-moz-placeholder{color:#919191}.subscribe-section form input:-ms-input-placeholder{color:#919191}.footer{position:relative;padding:220px 0 150px}@media only screen and (max-width:992px){.footer{padding:200px 0 250px}}.footer .footer-shape{width:100%;position:absolute;height:330px;z-index:1;background:url("images/shape_footer.svg") center top;background-size:cover;top:0}@media only screen and (min-width:2000px){.footer{padding:120px 0 330px}.footer .footer-shape{height:450px}}.footer .bottom-elements{width:100%;height:auto;position:absolute;bottom:0;left:0;width:100%;text-align:center}.footer .bottom-elements .bottom-elements-inner{border-top:1px solid rgba(255,255,255,0.1)}.footer .bottom-elements .bottom-links a{font-size:14px;margin-right:25px;color:#fff}.icon-xs{color:#fff}@media only screen and (max-width:640px){.footer .bottom-elements .bottom-links a{margin-right:10px}}.footer .bottom-elements .bottom-links a:last-child{margin-right:0}.footer .bottom-elements .bottom-links a:hover{text-decoration:none}.footer .bottom-elements .bottom-copyright{font-size:13px;opacity:.4;text-transform:uppercase;margin-top:3px}@media only screen and (min-width:992px){.footer .bottom-elements .left-part{text-align:left}.footer .bottom-elements .right-part{text-align:right}}.search-results{background:url("images/world_02.png") right center no-repeat}.search-results .aura-search-sub{position:relative}.search-results .aura-search-sub input{margin-top:45px;display:block;width:100%;height:auto;padding:20px;background-color:#f5f5f5;border:1px solid #e4e4e4;border-radius:6px}.search-results .aura-search-sub button{position:absolute;right:13px;top:50%;border:0;background:transparent;color:#aaa;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.search-results .aura-search-sub button i{font-size:14px}.result-boxes{text-align:left;margin-top:70px}.result-boxes .result-box{background-color:#fff;display:block;margin-top:25px;border-radius:10px;padding:40px 35px;box-shadow:2px 23px 77px 5px rgba(0,0,0,0.04);-webkit-transition:all .45s;-moz-transition:all .45s;transition:all .45s}.result-boxes .result-box:hover{box-shadow:2px 13px 47px 5px rgba(0,0,0,0.1);-ms-transform:scale(0.98);-webkit-transform:scale(0.98);transform:scale(0.98)}.result-boxes .result-box .result-title{font-size:18px;color:#474747;font-weight:600}.result-boxes .result-box .result-text{font-size:16px;color:#959595;margin-top:12px}section.details{background:url("images/world_02.png") right top repeat-y}section.details #sticky-details p{line-height:160%;font-size:15px;color:#8c8c8c}.left-sticky-box{padding:40px 0;background-color:#fff;border-radius:30px;box-shadow:2px 23px 77px 5px rgba(0,0,0,0.04);display:block}.left-sticky-box a{display:block;font-size:14px;color:#616161;font-weight:600;padding:8px 35px;letter-spacing:-0.3px}.left-sticky-box a:hover,.left-sticky-box a.active{color:#5a5be2}.read-more-state{display:none}.read-more-target{opacity:0;max-height:0;font-size:0;transition:.25s ease}.read-more-state:checked ~ .read-more-wrap .read-more-target{opacity:1;font-size:inherit;max-height:999em}.read-more-state ~ .read-more-trigger:before{content:'Show'}.read-more-state:checked ~ .read-more-trigger:before{content:'Hide'}.error{float:left;font-size:12px;margin-top:-10px;color:red;margin-bottom:10px}.read-more-trigger{cursor:pointer;display:inline-block;color:#666;font-size:12px;font-style:italic;text-decoration:underline}.btn-img{position:relative;background:url(image/slider-button.png) no-repeat;width:143px;height:52px;line-height:52px;text-align:center;color:#fff;display:inline-block;font-size:.8rem;font-weight:700}#btn-white .bg-colored,.bg-colored-hover:hover{background-color:#fff!important;color:#ee3533!important;border:transparent}#btn-white .qdr-hover-6:after{width:150%;height:150%;left:-250%;top:-25%;content:'';display:block;position:absolute;opacity:.4;background:-moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%);background:linear-gradient(to right,rgba(0,0,0,0) 0,rgba(238,53,51,0.5) 50%,rgba(0,0,0,0) 100%)}.container-xl{padding-left:15px!important}.footer-mike{height:180px}@media only screen and (max-width:992px){.footer-mike{height:60px}#recent-opening .ap-pb{padding-bottom:10px}.calender-img{width:30%!important;margin-bottom:20px}.mb-top200{margin-top:-200px}.mb-bottom200{margin-bottom:-200px}#product h1{font-size:35px!important;font-weight:900}#product h3{font-size:25px!important;font-weight:600}#sect3{margin-top:-80px!important;z-index:999;margin-bottom:-40px}.napkin img{width:65%}.disposal h3{color:#fbb33d;font-weight:800;font-size:25px;line-height:1.2;margin-bottom:10px}.dis_bag{width:70%;margin-top:0;margin-bottom:90px}#tab5d img{width:80%}#tab5d p{margin-top:20px;color:#aaa;font-weight:bold}.modern-tabs>div a,.modern-tabs>li a{padding:8px 15px!important}.modern-tabs span{font-size:12px!important}#tab1d img{width:100%}#tab1d p{margin-top:-40px}#tab1d .feature_img img{width:40%;margin-top:10px}#tab1d .feature_img p{margin-top:-10px!important;font-size:12px!important;line-height:1.2;font-weight:400}#tab2d img{width:100%}#tab2d .feature_img img{width:40%;margin-top:10px}#tab2d .feature_img p{margin-top:-10px!important;font-size:12px!important;line-height:1.2;font-weight:400}#tab3d img{width:100%}#tab3d p{margin-top:-70px}#tab3d .feature_img img{width:40%;margin-top:10px}#tab3d .feature_img p{margin-top:-10px!important;font-size:12px!important;line-height:1.2;font-weight:400}#tab4d img{width:100%}#tab4d p{margin-top:-40px}#tab4d .feature_img img{width:40%;margin-top:10px}#tab4d .feature_img p{margin-top:-10px!important;font-size:12px!important;line-height:1.2;font-weight:400}#tab5d .feature_img img{width:50%;margin-top:10px}#tab5d .feature_img p{padding-top:0!important;margin-top:3px!important;font-size:12px!important;line-height:1.2;font-weight:400;padding-bottom:10px}.disposal p{font-size:13px!important}.feature ul{font-size:13px!important}.blog-post-img{height:200px;background-size:cover;background-repeat:no-repeat;margin:0}.mobile_hide{display:none}#variations li{width:100%;border-bottom:1px solid #f5f5f5}#variations a{width:100%}.icon-head,.icon-bottom{font-size:10px!important}}@media only screen and (min-width:995px){.desktop_hide{display:none}.blog-post-img{height:500px;background-size:cover;background-repeat:no-repeat;margin:0}#tab4d img{width:60%}#tab4d p{margin-top:-100px}#tab4d .feature_img img{width:40%}#tab4d .feature_img p{margin-top:-15px!important;font-size:13px!important;line-height:1.2;font-weight:400}#tab3d img{width:50%}#tab3d p{margin-top:-120px}#tab3d .feature_img img{width:40%}#tab3d .feature_img p{margin-top:-15px!important;font-size:13px!important;line-height:1.2;font-weight:400}#tab2d img{width:60%}#tab2d .feature_img img{width:40%}#tab2d .feature_img p{margin-top:-15px!important;font-size:13px!important;line-height:1.2;font-weight:400}#tab1d img{width:50%}#tab1d p{margin-top:-100px!important}#tab1d .feature_img img{width:40%}#tab1d .feature_img p{margin-top:-15px!important;font-size:13px!important;line-height:1.2;font-weight:400}#tab5d p{margin-top:20px;color:#888;text-align:center;font-weight:bold}#tab5d img{width:50%}#tab5d .feature_img img{width:50%}#tab5d .feature_img p{margin-top:10px!important;font-size:13px!important;line-height:1.2;font-weight:600}.dis_bag{width:80%;margin-top:-77px}. .napkin img{width:45%!important}.disposal h3{color:#fbb33d;font-weight:800;font-size:25px}}.calender-img{width:70%}.text_gif{text-align:justify;margin-top:0!important;color:#000!important}.per-title{color:#000;font-weight:600;font-size:45px;margin-bottom:20px}@media(max-width:768px){.text_gif{text-align:justify!important;margin-top:0!important;font-weight:0!important;color:#000!important}.features_ul{padding-bottom:40px}}



/* ------------------------------------------------------------------
   WORK: CUSTOM WEBSITE STYLES
   NIINE-specific overrides and page/component styling.
   ------------------------------------------------------------------ */
/* ===== css/custom.css ===== */
.home .home-shape {
    margin-bottom: -48px
}

.thumbnail-img {
    padding: 8px;
    border: 1px solid #ddd0
}

.launch_box {
    border-radius: 70px
}

.launch_title {
    color: #fc6;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px
}

#launch .factor,
.fact {
    color: #fff;
    font-size: 50px
}

#navigation.modern.white-nav .columns .nav-menu ul.dropdown-menu li a:hover {
    color: #888 !important
}

.bg-gradient-launch:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    opacity: .9;
    background: linear-gradient(to right bottom, #ff2926, #ff9e00)
}

#launch .home {
    padding: 85px 0 85px
}

.front-vision {
    width: 50%;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 25%
}

.bg-vision {
    width: 100%;
    position: relative;
    text-align: center;
    right: 0
}

.launch-dot i {
    color: #fc6;
    font-size: 8px
}

.font-26 {
    font-size: 26px !important
}

.facebook {
    background: #4b6ea8 !important
}

#navigation {
    background: linear-gradient(to right bottom, rgba(251, 179, 61, .8), rgba(238, 53, 51, .8)) !important
}

.home-shape {
    background-image: url("images/shape_home.svg")
}

.forcefullwidth_wrapper_tp_banner {
    display: none
}

.Available4 {
    color: #fff;
    float: left;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    width: auto;
    font-family: 'Seoge UI', sans-serif !important;
    background: #01c5ff;
    line-height: 30px;
    padding: 8px 32px;
    letter-spacing: 6px;
    vertical-align: text-top;
    position: relative;
    left: 88px
}

.text-track {
    text-align: left
}

.desk-no {
    display: none
}

.mob-no {
    display: block
}

.reviews .slick-slide {
    box-shadow: 0 0 6px 2px #d5d5d5;
    border-radius: 30px;
    padding: 10px 10px 30px 10px;
    margin: 10px
}

.modal-open .modal {
    opacity: 1
}

.modal .close {
    top: -11px;
    right: -12px
}

.modal-body {
    padding: 5px;
    background: #fca927
}

.mdlimg {
    width: 100%
}

#gdpr-cookie-accept {
    padding-left: 60px;
    padding-right: 60px;
    line-height: normal;
    padding: 12px 50px;
    letter-spacing: -.3px;
    background-color: #ee3533 !important;
    border-radius: 40px !important;
    color: #fff;
    margin-left: 5%
}

#gdpr-cookie-message {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    padding: 13px 0;
    background-image: linear-gradient(to right bottom, #fbb33d, #ee3533)
}

#gdpr-cookie-message p {
    color: #fff;
    padding: 0 100px
}

.powered-by {
    visibility: hidden !important
}

#powered_by_pixlee695d4c6d-d3b0-5457-2b56-adf1c7d508bb {
    display: none !important;
    visibility: hidden !important
}

#insta_feed .col-xs-12 {
    width: 30% !important
}

.estitle {
    display: none !important;
    visibility: hidden !important
}

.monthLabel {
    color: #000 !important
}

