body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.layoutWrapper{height:100vh;overflow:auto}.headerWrapper,.layoutWrapper{background-color:#fff;width:100%}.headerWrapper{box-shadow:0 6px 24px 6px #7474740d;height:65px;position:sticky;top:0;transition:box-shadow 1s;z-index:101}.headerWrapper.sticky-header{box-shadow:0 6px 24px 6px #74747433}.headerWrapper .header-container{align-items:center;background-color:#fff;color:#2f4f4f;display:flex;gap:30px;height:100%;margin:0 auto;position:relative}.headerWrapper .header-container .logoBlock{align-items:center;cursor:pointer;display:flex;gap:20px;height:100%}.headerWrapper .header-container .logoBlock img{height:75%}@media only screen and (max-width:992px){.headerWrapper .header-container .logoBlock img{height:65%}}.headerWrapper .header-container .headerLinks{align-items:center;display:flex;gap:20px;margin-left:auto}@media only screen and (max-width:992px){.headerWrapper .header-container .headerLinks{gap:12px}}@media only screen and (max-width:768px){.headerWrapper .header-container .headerLinks{display:none}}.headerWrapper .header-container .headerLinks a{color:#a3a3a3;font-size:16px;font-weight:500;text-decoration:none}@media only screen and (max-width:992px){.headerWrapper .header-container .headerLinks a{font-size:14px}}.headerWrapper .header-container .headerLinks a.active{color:#3ba4ff}.headerWrapper .header-container .ham-menu{cursor:pointer;display:none;margin-left:auto}@media only screen and (max-width:768px){.headerWrapper .header-container .ham-menu{display:grid;place-content:center}}.headerWrapper .header-container .ham-menu.active .bars .top{stroke-dashoffset:-132px}.headerWrapper .header-container .ham-menu.active .bars .middle{stroke-dashoffset:-71px}.headerWrapper .header-container .ham-menu.active .bars .bottom{stroke-dashoffset:-132px}.headerWrapper .header-container .ham-menu .bars{width:65px}.headerWrapper .header-container .ham-menu .bars .line{fill:none;stroke:#3ba4ff;stroke-width:4;stroke-linecap:square;transition:stroke-dasharray .4s,stroke-dashoffset .4s}.headerWrapper .header-container .ham-menu .bars .top{stroke-dasharray:40 172}.headerWrapper .header-container .ham-menu .bars .line.middle{stroke-dasharray:40 111}.headerWrapper .header-container .ham-menu .bars .line.bottom{stroke-dasharray:40 172}.headerWrapper .ham-list{border-bottom:5px solid #ffa200;display:none;height:max-content;max-height:50vh;position:fixed;top:65px;width:100%}@media only screen and (max-width:768px){.headerWrapper .ham-list{display:block}}.headerWrapper .ham-list .ham-links{align-items:end;background-color:#fff;display:flex;flex-direction:column;gap:15px;padding:24px 50px;width:100%}.headerWrapper .ham-list .ham-links a{color:#a3a3a3;font-size:18px;font-weight:500;text-decoration:none}.headerWrapper .ham-list .ham-links a.active{color:#3ba4ff}.aboutWrapper{width:100%}.aboutWrapper .about-container{grid-gap:20px;color:#707070;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:0 auto;width:85%}@media only screen and (max-width:630px){.aboutWrapper .about-container{grid-template-columns:1fr}}.aboutWrapper .about-container .about-img{background-color:aqua;grid-row-end:3;grid-row-start:1;min-height:400px;width:100%}.aboutWrapper .about-container .about-img img{height:100%;object-fit:cover;object-position:right;width:100%}.aboutWrapper .about-container .content{display:flex;flex-direction:column}.aboutWrapper .about-container .content p:first-child{color:#3ba4ff;font-size:20px;font-weight:600}.aboutWrapper .about-container .content p:nth-child(2){color:#707070;font-size:16px;margin-top:0}.aboutWrapper .about-container .content a{color:#ffa200;cursor:pointer;display:block;margin:auto 0 0;text-decoration:none}.gapdiv{height:60px;width:100%}.powerWrapper{background-color:#f5f5f5}.powerWrapper .power-container{text-align:center}.powerWrapper .power-container .video{border-radius:20px;margin:12px auto;outline:2px dashed #3ba4ff;outline-offset:10px;width:60%}@media only screen and (max-width:992px){.powerWrapper .power-container .video{width:80%}}@media only screen and (max-width:768px){.powerWrapper .power-container .video{outline-offset:6px;width:90%}}@media only screen and (max-width:480px){.powerWrapper .power-container .video{outline:none;outline-offset:0}}.powerWrapper .power-container .video video{border-radius:20px;height:100%;max-height:400px;object-fit:cover;width:100%}.powerWrapper .power-container .video-caption{color:#707070;font-size:18px;line-height:26px;margin:30px auto 0;width:75%}@media only screen and (max-width:768px){.powerWrapper .power-container .video-caption{margin:28px 20px 0}}.galleryWrapper{width:100%}.galleryWrapper .gallery-container{display:flex;flex-flow:row wrap;gap:12px;margin:0 auto;width:85%}@media only screen and (max-width:768px){.galleryWrapper .gallery-container{flex-flow:column nowrap}}.galleryWrapper .gallery-container div{background-color:aqua;height:300px;max-height:400px;width:100%}.galleryWrapper .gallery-container div img{height:100%;max-height:400px;object-fit:cover;width:100%}.galleryWrapper .gallery-container div:first-child{flex:0 0 60%}.galleryWrapper .gallery-container div:nth-child(2){flex:1 0 20%}.galleryWrapper .gallery-container div:nth-child(3){flex:0 0 25%}.galleryWrapper .gallery-container div:nth-child(4){flex:1 0 40%}.whyWrapper{background-color:#3ba4ff;width:100%}.whyWrapper .why-container{grid-gap:20px;color:#fff;display:grid;gap:20px;grid-template-columns:5fr 3fr;margin:0 auto;width:85%}@media only screen and (min-width:1300px){.whyWrapper .why-container{grid-template-columns:7fr 3fr}}@media only screen and (max-width:1299px){.whyWrapper .why-container{grid-template-columns:5fr 3fr}}@media only screen and (max-width:992px){.whyWrapper .why-container{grid-template-columns:7fr 3fr}}@media only screen and (max-width:630px){.whyWrapper .why-container{grid-template-columns:1fr;height:max-content}}.whyWrapper .why-container .content-block{display:flex;flex-direction:column;gap:20px;height:max-content;justify-content:space-between}@media only screen and (max-width:480px){.whyWrapper .why-container .content-block{text-align:center}}.whyWrapper .why-container .content-block .why-title{color:#fff;font-size:40px;margin:0}.whyWrapper .why-container .content-block .points{grid-gap:12px;display:grid;gap:12px;grid-template-columns:40% 40%;text-align:left}@media only screen and (max-width:992px){.whyWrapper .why-container .content-block .points{grid-template-columns:50% 50%}}@media only screen and (max-width:768px){.whyWrapper .why-container .content-block .points{grid-template-columns:1fr}}.whyWrapper .why-container .content-block .points .point{align-items:center;color:#fff;display:flex;flex-flow:row nowrap;gap:15px;min-height:65px;width:100%}@media only screen and (max-width:480px){.whyWrapper .why-container .content-block .points .point{justify-content:center}}.whyWrapper .why-container .content-block .points .point .p-icon{height:60%}.whyWrapper .why-container .content-block .points .point .p-icon svg{stroke:#fff;height:100%;width:auto}.whyWrapper .why-container .content-block .points .point .p-content{flex:0 1 auto}.whyWrapper .why-container .content-block .desc{margin:0}.whyWrapper .why-container .content-block .stats-container{align-items:stretch;display:flex;flex-flow:row nowrap;gap:20px;width:100%}@media only screen and (max-width:768px){.whyWrapper .why-container .content-block .stats-container{gap:20px;text-align:center}}@media only screen and (max-width:590px){.whyWrapper .why-container .content-block .stats-container{align-items:center;flex-flow:column nowrap;gap:20px;justify-content:end;text-align:center}}.whyWrapper .why-container .content-block .stats-container .stats-block{display:flex;flex:0 0 40%;flex-direction:column;gap:10px;justify-content:start}@media only screen and (max-width:992px){.whyWrapper .why-container .content-block .stats-container .stats-block{align-items:stretch;flex:0 0 50%;justify-content:start}}@media only screen and (max-width:480px){.whyWrapper .why-container .content-block .stats-container .stats-block{align-items:stretch;flex:0 0 100%;justify-content:start}}.whyWrapper .why-container .content-block .stats-container .stats-block .stats-number{color:#003563;font-size:40px}.whyWrapper .why-container .content-block .stats-container .stats-block .stats-title{color:#f5f5f5;font-size:16px}.whyWrapper .why-container .img-block{border:2px dashed #fff;min-height:300px;padding:12px;width:100%}@media only screen and (max-width:480px){.whyWrapper .why-container .img-block{padding:6px}}.whyWrapper .why-container .img-block img{height:100%;object-fit:cover;width:100%}.testimonialWrapper{width:100%}.testimonialWrapper .testimonial-container{display:flex;flex-direction:column;margin:0 auto;width:85%}.testimonialWrapper .testimonial-container .content-block{align-items:stretch;display:flex;flex-wrap:nowrap;gap:20px;overflow-y:auto;padding-top:80px}.testimonialWrapper .testimonial-container .content-block .content{aspect-ratio:3/4;background-color:#fff;border:2px dashed #e4e4e4;flex:0 0 260px;padding:6px;position:relative}@media only screen and (max-width:480px){.testimonialWrapper .testimonial-container .content-block .content{aspect-ratio:4/6}}.testimonialWrapper .testimonial-container .content-block .content:before{background-color:#ffa200;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFF2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuN2JhZmNmMCwgMjAyMS8xMC8xMy0wMDo0MToyOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNS0wNS0wNFQxNTo0NTo1MCswNTozMCIgeG1wOk1vZGlmeURhdGU9IjIwMjUtMDUtMDRUMTU6NTY6MTkrMDU6MzAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjUtMDUtMDRUMTU6NTY6MTkrMDU6MzAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWM1OWQ4NDgtNTY2Yy00NTRhLWI0ODktZjRjNTQ2ZjY5ZmU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjljNTlkODQ4LTU2NmMtNDU0YS1iNDg5LWY0YzU0NmY2OWZlNiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjljNTlkODQ4LTU2NmMtNDU0YS1iNDg5LWY0YzU0NmY2OWZlNiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OWM1OWQ4NDgtNTY2Yy00NTRhLWI0ODktZjRjNTQ2ZjY5ZmU2IiBzdEV2dDp3aGVuPSIyMDI1LTA1LTA0VDE1OjQ1OjUwKzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuNSAoV2luZG93cykiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+R0m73QAAAaVJREFUaIHtlz8vQ1EYh5/rzyBdVBiEzdJY1IAYJMRgkBh8CInJyOIDSAwivgeLWYKBtImhg5D4BJYixNRjaEtzneOet9p63Z4nOcnN2/P2/J57c3pPI2MMaaDnrwO0iiCijSCijSCijSCijSCijSCijT7J5CiKbOUpYBWYBcaADeDG8yuHgWVgBcgBBWCr/qHoZG6M8R4xssA+UAZMw1j0XHoNuI71njWdrUmRceAyFqI+FjwktoGKpfe0kyKDwJVDwgBLCRKbP/Sed0okAvYcIS6AndrTcpEDXi29T8ABsN4pkTzf94QBjoGBhCcBcGTpfcHxFNspsmsJUgYmPSSywK2l/9DVIMkmfY/MWGqlWsAkRoEJS/1EmMGKVGTEUnukemeTyAD9lvqDMIMV0QvRESQLTDvm31Pd3OC+aXlgyFJ/A+68kwn3SAH3T6dtzDcsNSfsLbVzj0ip/KL3XTI5NYfGIKKNIKKNIKKNrhXJCOf3Oq5bvpb0rFXk6+zkw3Psuijo9TlRfxLF/ov/W7p2j6gliGgjiGgjiGgjiGgjiGgjNSIfZAxLU1W5R8AAAAAASUVORK5CYII=);background-size:cover;content:"";height:50px;left:25px;position:absolute;top:-25px;width:50px;z-index:9}.testimonialWrapper .testimonial-container .content-block .content img{height:auto;margin-top:15px;object-fit:cover;width:100%}.testimonialWrapper .new-container{margin:30px auto 0;text-align:right;width:85%}@media only screen and (max-width:768px){.testimonialWrapper .new-container{text-align:center}}.testimonialWrapper .new-container a{color:#ffa200;font-size:18px;font-weight:600;text-decoration:none;text-decoration:underline}.statsWrapper{width:100%}.statsWrapper .stats-container{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-evenly;margin:0 auto;width:85%}.statsWrapper .stats-container .stats-block{align-items:center;display:flex;flex:0 0 50%;flex-direction:column;text-align:center}.statsWrapper .stats-container .stats-block .stats-number{border:2px dashed #ffa200;border-radius:10px 10px 0 0;color:#ffa200;font-size:28px;padding:30px;width:50%}.statsWrapper .stats-container .stats-block .stats-title{background-color:#ffa200;border:2px solid #ffa200;border-radius:0 0 10px 10px;color:#707070;font-size:18px;padding:30px;width:50%}.pnfWrapper{width:100%}.pnfWrapper .pnf-container{display:grid;margin:0 auto;min-height:calc(100vh - 466px);place-content:center;width:85%}.footerWrapper{background-color:#ffa200;padding:15px 0;width:100%}.footerWrapper .borderWrapper{border-bottom:2px dashed #f5f5f5;border-top:2px dashed #f5f5f5}.footerWrapper .borderWrapper .footer-container{display:flex;flex-flow:row nowrap;gap:20px;justify-content:space-between;margin:0 auto;width:85%}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container{flex-flow:column nowrap}}.footerWrapper .borderWrapper .footer-container .company{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;max-width:450px;min-width:250px;text-align:center}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container .company{max-width:100%}}.footerWrapper .borderWrapper .footer-container .company img.co-icon{height:auto;width:100px}.footerWrapper .borderWrapper .footer-container .company img.co-text{height:auto;width:80%}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container .company img.co-text{width:95%}}.footerWrapper .borderWrapper .footer-container .company .social-icon{display:flex;gap:15px}.footerWrapper .borderWrapper .footer-container .company .social-icon img{border-radius:6px;cursor:pointer;height:auto;width:30px}.footerWrapper .borderWrapper .footer-container .footer-contact,.footerWrapper .borderWrapper .footer-container .footer-links{display:flex;flex-direction:column;gap:15px;max-width:350px;min-width:250px}.footerWrapper .borderWrapper .footer-container .footer-contact p,.footerWrapper .borderWrapper .footer-container .footer-links p{color:#4d4d4d;font-size:22px;font-weight:600;margin-top:0}.footerWrapper .borderWrapper .footer-container .footer-contact a,.footerWrapper .borderWrapper .footer-container .footer-links a{color:#f5f5f5;font-weight:500}.footerWrapper .borderWrapper .footer-container .footer-contact a:hover,.footerWrapper .borderWrapper .footer-container .footer-links a:hover{scale:1.1}@media only screen and (max-width:992px){.footerWrapper .borderWrapper .footer-container .footer-links{display:none}}.footerWrapper .borderWrapper .footer-container .footer-contact .detail{align-items:center;display:flex;gap:15px}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container .footer-contact .detail{justify-content:center}}.footerWrapper .borderWrapper .footer-container .footer-contact .detail img{border-radius:6px;cursor:pointer;height:auto;width:30px}.footerWrapper .borderWrapper .footer-container .footer-contact .detail svg{fill:#4d4d4d;flex:0 0 28px}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container .footer-contact .detail svg:first-child{display:none}}.footerWrapper .borderWrapper .footer-container .footer-contact .detail svg:nth-child(3){fill:#f5f5f5;cursor:pointer;flex:0 0 24px}.footerWrapper .borderWrapper .footer-container .footer-contact .detail p{color:#f5f5f5;font-size:16px;font-weight:500;margin:0}.footerWrapper .borderWrapper .footer-container .footer-contact .detail .number{font-size:18px;font-weight:600}.footerWrapper .borderWrapper .footer-container .footer-contact .social-icon{display:flex;gap:15px}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container .footer-contact .social-icon{justify-content:center}}.footerWrapper .borderWrapper .footer-container .footer-contact .social-icon img{border-radius:6px;cursor:pointer;height:auto;width:30px}@media only screen and (max-width:768px){.footerWrapper .borderWrapper .footer-container .footer-contact{justify-content:center;max-width:100%;text-align:center}}@media only screen and (max-width:768px)and (max-width:768px){.footerWrapper .borderWrapper .footer-container .footer-contact .title{display:none}}.copyright{color:#707070;font-size:14px;padding:15px 0;text-align:center;width:100%}.aboutusWrapper p{align-items:stretch;color:#707070;display:flex;gap:20px}.aboutusWrapper p:before{background-color:#f5f5f5;content:"";display:inline-block;flex:0 0 5px;width:10px}.aboutusWrapper .aboutus-container .about-astron{display:flex;flex-flow:row nowrap;gap:20px;width:100%}.aboutusWrapper .aboutus-container .about-astron .about-astron-image{flex:0 0 25%}.aboutusWrapper .aboutus-container .about-astron .about-astron-image img{width:100%}.aboutusWrapper .aboutus-container .about-astron .about-astron-content{flex:1 0 50%}.aboutusWrapper .aboutus-container .about-astron .about-astron-content h5{color:#3ba4ff;font-size:28px;font-weight:600;margin:0}@media only screen and (max-width:768px){.aboutusWrapper .aboutus-container .about-astron{flex-flow:column nowrap}.aboutusWrapper .aboutus-container .about-astron .about-astron-image{flex:0 0 100%}.aboutusWrapper .aboutus-container .about-astron .about-astron-image img{width:110px}.aboutusWrapper .aboutus-container .about-astron .about-astron-content{flex:0 0 100%}}.aboutusWrapper .aboutus-container .about-vedic{display:flex;flex-flow:row nowrap;gap:20px;width:100%}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-image{flex:0 0 25%;order:2}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-image img{width:100%}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-content{flex:1 0 50%;order:1}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-content h5{color:#ffa200;font-size:28px;font-weight:600;margin:0}@media only screen and (max-width:768px){.aboutusWrapper .aboutus-container .about-vedic{flex-flow:column nowrap}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-image{flex:0 0 100%;order:1}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-image img{width:110px}.aboutusWrapper .aboutus-container .about-vedic .about-vedic-content{flex:0 0 100%;order:2}}.aboutusWrapper .aboutus-container .about-vedicbenifits-content h5{color:#ffa200;font-size:28px;font-weight:600;margin:0}.aboutusWrapper .aboutus-container .vedic-abacus{width:100%}.aboutusWrapper .aboutus-container .vedic-abacus h5.title{color:#3ba4ff;font-size:28px;text-align:center}.aboutusWrapper .aboutus-container .vedic-abacus .table-grid{overflow:auto;width:100%}.aboutusWrapper .aboutus-container .vedic-abacus .table-grid .diff-content,.aboutusWrapper .aboutus-container .vedic-abacus .table-grid .diff-header{grid-gap:15px;border-bottom:1px dashed #e4e4e4;display:grid;gap:15px;grid-template-columns:minmax(210px,1fr) minmax(210px,1fr);max-width:100%;min-width:min-content;padding:0 20px}.aboutusWrapper .aboutus-container .vedic-abacus .table-grid .diff-content p,.aboutusWrapper .aboutus-container .vedic-abacus .table-grid .diff-header p{padding-right:10px}.aboutusWrapper .aboutus-container .vedic-abacus .table-grid .diff-header{background-color:#f5f5f5;color:#ffa200;font-size:22px;padding:16px 0;text-align:center}.aboutusWrapper .aboutus-container .vedic-abacus .table-grid .diff-header h5{margin:0}.contactusWrapper .content-img{height:400px;overflow:hidden;width:100%}.contactusWrapper .content-img img{height:100%;transform:translate(75%)}@media only screen and (max-width:1200px){.contactusWrapper .content-img img{transform:translate(50%)}}@media only screen and (max-width:992px){.contactusWrapper .content-img img{transform:translate(30%)}}@media only screen and (max-width:768px){.contactusWrapper .content-img img{transform:translate(0)}}@media only screen and (max-width:480px){.contactusWrapper .content-img img{transform:translate(-10%)}}@media only screen and (max-width:320px){.contactusWrapper .content-img img{transform:translate(-30%)}}.contactusWrapper .contactus-container{margin-top:-210px;position:relative}.contactusWrapper .contactus-container .title{background-color:#fff;color:#3ba4ff;display:inline-block;font-size:28px;font-weight:600;margin:30px 0 30px 15px;padding:6px 12px}.contactusWrapper .contactus-container .contactus-content{background-color:#fff;border:2px dashed #3ba4ff;border-radius:20px;display:flex;flex-flow:row nowrap;gap:20px;min-height:300px;padding:20px;width:100%}.contactusWrapper .contactus-container .contactus-content .contact-details{display:flex;flex:0 0 48%;flex-direction:column;gap:15px}.contactusWrapper .contactus-container .contactus-content .contact-details .detail{align-items:start;display:flex;flex-flow:row nowrap;gap:12px}.contactusWrapper .contactus-container .contactus-content .contact-details .detail svg{width:20px}.contactusWrapper .contactus-container .contactus-content .contact-details .detail .text{display:flex;flex-direction:column;gap:6px}.contactusWrapper .contactus-container .contactus-content .contact-details .detail .text p{font-size:14px;margin:0}.contactusWrapper .contactus-container .contactus-content .contact-details .detail .text p:first-child{font-weight:600}.contactusWrapper .contactus-container .contactus-content .contact-details .gmap{flex:1 0 auto}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail{align-items:center;display:flex;flex-flow:row wrap;gap:12px}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail svg{cursor:pointer;width:20px}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail .text p{font-size:14px;margin:0}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail .text p:first-child{font-weight:600}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail img{border-radius:6px;cursor:pointer;height:auto;width:26px}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail.branch .text{align-items:center;display:flex;flex-flow:row wrap;gap:10px}.contactusWrapper .contactus-container .contactus-content .contact-details .mno-detail.branch .text p:not(:first-child){background-color:#ffd997;border-radius:30px;padding:3px 8px}@media only screen and (max-width:840px){.contactusWrapper .contactus-container .contactus-content{flex-flow:column nowrap}}.contactusWrapper .contactus-container .contactus-content .contact-form{flex:1 0 auto}.franchiseWrapper .content-img{height:600px;width:100%}.franchiseWrapper .content-img img{height:100%;object-fit:cover;width:100%}.franchiseWrapper .franchise-container{background-color:#fff;border-radius:24px;margin-top:-80px;outline:2px dashed #3ba4ff;outline-offset:-15px;padding:40px;position:relative}@media only screen and (max-width:480px){.franchiseWrapper .franchise-container{outline:none;outline-offset:0;padding:20px}}.franchiseWrapper .franchise-container p{align-items:stretch;color:#707070;display:flex;gap:20px;margin:0}.franchiseWrapper .franchise-container p:before{background-color:#f5f5f5;content:"";display:inline-block;flex:0 0 5px;width:10px}.franchiseWrapper .franchise-container h5{color:#3ba4ff;font-size:28px;font-weight:600;margin:0}.franchiseWrapper .franchise-container .franchise-intro{display:flex;flex-direction:column;gap:10px}.franchiseWrapper .franchise-container .franchise-intro .video{border-radius:20px;margin:30px auto 12px;outline:2px dashed #3ba4ff;outline-offset:10px;width:70%}@media only screen and (max-width:992px){.franchiseWrapper .franchise-container .franchise-intro .video{width:75%}}@media only screen and (max-width:768px){.franchiseWrapper .franchise-container .franchise-intro .video{outline-offset:6px;width:80%}}@media only screen and (max-width:480px){.franchiseWrapper .franchise-container .franchise-intro .video{outline:none;outline-offset:0}}.franchiseWrapper .franchise-container .franchise-intro .video video{border-radius:20px;height:100%;object-fit:cover;width:100%}.franchiseWrapper .franchise-container .franchise-intro .video-caption{color:#707070;font-size:18px;margin:28px 0 0;text-align:center}@media only screen and (max-width:768px){.franchiseWrapper .franchise-container .franchise-intro .video-caption{margin:28px 20px 0}}.franchiseWrapper .franchise-container .reason-block{display:flex;flex-direction:column;gap:12px}.franchiseWrapper .franchise-container .reason-block .reason-point{display:flex;flex-direction:column;gap:8px}.franchiseWrapper .franchise-container .reason-block .reason-point p:first-child{color:#ffa200;font-size:20px;font-weight:500}.franchiseWrapper .franchise-container .reason-block .reason-point p:nth-child(2){padding-left:40px}.franchiseWrapper .franchise-container .reason-block .reason-point p:nth-child(2):before{display:none}.franchiseWrapper .franchise-container .franchise-form-block{background-color:#fff;border-radius:24px;display:flex;flex-flow:row nowrap;gap:15px}@media only screen and (max-width:768px){.franchiseWrapper .franchise-container .franchise-form-block{flex-flow:column nowrap}}.franchiseWrapper .franchise-container .franchise-form-block .form-img{display:grid;flex:0 0 45%;place-content:center}@media only screen and (max-width:768px){.franchiseWrapper .franchise-container .franchise-form-block .form-img{display:none}}.franchiseWrapper .franchise-container .franchise-form-block .form-img img{width:100%}.franchiseWrapper .franchise-container .franchise-form-block .form{flex:1 0 auto}.franchiseWrapper .franchiseFormWrapper{align-items:center;background-color:#000000e6;bottom:0;cursor:not-allowed;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.franchiseWrapper .franchiseFormWrapper .form-box{background-color:#fff;border-radius:10px;cursor:auto;height:max-content;max-height:95vh;overflow-x:auto;padding:18px;width:35%}@media only screen and (max-width:992px){.franchiseWrapper .franchiseFormWrapper .form-box{width:60%}}@media only screen and (max-width:550px){.franchiseWrapper .franchiseFormWrapper .form-box{width:90%}}@media only screen and (max-width:350px){.franchiseWrapper .franchiseFormWrapper .form-box{width:100%}}.formWrapper{display:flex;flex-flow:column nowrap;gap:15px}.formWrapper .form-title{align-items:start;display:flex;gap:10px;justify-content:space-between}.formWrapper .form-title h5{color:#ffa200;font-size:22px;font-weight:500;margin:0 0 20px}.formWrapper .form-title a{color:tomato;width:max-content}.formWrapper .form-title a p{font-size:18px;font-weight:600;margin:5px 0 0}.formWrapper .input-block .input-container{position:relative}.formWrapper .input-block .input-container .input-field{border:1px solid #ccc;color:#707070;font-size:16px;outline:none;padding:10px;resize:none;width:100%}.formWrapper .input-block .input-container .floating-label{background-color:#fff;color:#707070;left:10px;padding:0 5px;pointer-events:none;position:absolute;top:10px;transition:all .2s ease-in-out}.formWrapper .input-block .input-container .floating-label.focused{color:#007bff;font-size:12px;top:-8px}.formWrapper .input-block p{color:#707070;font-size:11px;margin:5px 0 0;visibility:hidden}.formWrapper .input-block p.warn{color:#ff6a6a;visibility:visible}.formWrapper button{background-color:#ffa200;border:none;color:#f5f5f5;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:8px 16px;width:180px}@media only screen and (max-width:480px){.formWrapper button{width:100%}}.formWrapper button:focus,.formWrapper button:hover{outline:1px dashed #f5f5f5;outline-offset:-5px}.input-drop-container{margin-bottom:5px;position:relative}.input-drop-container .dropdown-button{background-color:#fff;border:1px solid #ccc;color:#707070;cursor:pointer;font-size:16px;font-weight:400;min-height:41px;outline:none;padding:10px;text-align:left;width:100%}.input-drop-container svg{fill:#707070;position:absolute;right:5px;top:10px;transform:translate(-50%);width:21px}.input-drop-container svg.rotate{transform:translate(-50%) rotate(-180deg)}.input-drop-container .floating-label{background-color:#fff;color:#707070;left:10px;padding:0 5px;pointer-events:none;position:absolute;top:10px;transition:all .2s ease-in-out}.input-drop-container .floating-label.floating-label.focused{color:#007bff;font-size:12px;top:-8px}.input-drop-container .dropdown-list{background-color:#f9f9f9;box-shadow:0 8px 16px 0 #0003;list-style:none;margin:0;min-width:160px;padding:0;position:absolute;width:100%;z-index:1}.input-drop-container .dropdown-list li{color:#000;cursor:pointer;display:block;padding:12px 16px;text-decoration:none}.input-drop-container .dropdown-list li:hover{background-color:#ddd}.loader{animation:l13 1s linear infinite;aspect-ratio:1;background:radial-gradient(farthest-side,#fff 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#fff);border-radius:50%;margin:0 auto;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);width:20px}@keyframes l13{to{transform:rotate(1turn)}}.noInternetWrapper{max-width:650px;text-align:center;width:35%}@media only screen and (max-width:768px){.noInternetWrapper{height:80%;min-width:280px}}.noInternetWrapper img{width:100%}.noInternetWrapper p{color:#fff;font-size:28px;font-weight:600}.noInternetWrapper button{background-color:#ffa200;color:#f5f5f5;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;margin-top:10px;padding:12px 20px;text-align:center;width:180px}.noInternetWrapper button:hover{outline:1px dashed #f5f5f5;outline-offset:-5px}*{box-sizing:border-box;font-family:Roboto,sans-serif}body{margin:0 auto;max-width:2200px}a{text-decoration:none}.astron-hr{border-top:2px dashed #4d4d4d;height:3px;width:100%}.astronAppWrapper-notOnline{align-items:center;background-color:#000000e6;bottom:0;cursor:not-allowed;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.sliderWrapper{min-height:500px;position:relative;width:100%}.sliderWrapper img{height:500px;object-fit:cover;width:100%}@media only screen and (min-width:1540px){.sliderWrapper img{height:650px}}@media only screen and (min-width:1800px){.sliderWrapper img{height:800px}}.sliderWrapper .slider-title{align-items:end;display:flex;flex-flow:column nowrap;gap:10px;position:absolute;right:8%;text-align:right;text-shadow:2px 2px 4px #00000080;top:50%;transform:translateY(-20%);width:380px;z-index:99}.sliderWrapper .slider-title p{margin:0}.sliderWrapper .slider-title p:first-child{color:#f5f5f5;font-size:40px;font-weight:800}.sliderWrapper .slider-title p:nth-child(2){color:#f5f5f5;font-size:28px}.sliderWrapper .slider-title a{background-color:#ffa200;color:#f5f5f5;display:inline-block;font-size:16px;font-weight:600;margin-top:10px;padding:12px 20px;text-align:center;width:180px}.sliderWrapper .slider-title a:hover{outline:1px dashed #f5f5f5;outline-offset:-5px}@media only screen and (max-width:768px){.sliderWrapper .slider-title{align-items:center;background-color:#a0d3ff;padding:40px;position:static;text-align:center;transform:translate(0);width:100%}.sliderWrapper .slider-title p{margin:0}.sliderWrapper .slider-title p:first-child{font-size:28px}.sliderWrapper .slider-title p:nth-child(2){font-size:22px}}.sliderWrapper .controlBlock{bottom:0;left:0;position:absolute;right:0;text-align:center;top:0}.sliderWrapper .controlBlock .next,.sliderWrapper .controlBlock .prev{bottom:0;cursor:pointer;display:grid;min-width:60px;place-content:center;position:absolute;top:0;width:8%}.sliderWrapper .controlBlock .next svg,.sliderWrapper .controlBlock .prev svg{stroke:#f5f5f5;filter:drop-shadow(3px 3px 6px #4d4d4d);height:50px;width:50px}.sliderWrapper .controlBlock .prev{left:0}.sliderWrapper .controlBlock .next{right:0}@media only screen and (min-width:1540px){.sliderWrapper .controlBlock{height:650px}}@media only screen and (min-width:1800px){.sliderWrapper .controlBlock{height:800px}}@media only screen and (max-width:768px){.sliderWrapper .controlBlock{height:500px}}@media only screen and (min-width:1540px){.sliderWrapper{height:650px}}@media only screen and (min-width:1800px){.sliderWrapper{height:800px}}.gd{background-color:#0000;height:60px;width:100%}.default-container-height{min-height:calc(100vh - 476px)}.default-container{margin:0 auto;max-width:1440px;width:85%}@media only screen and (max-width:992px){.default-container{width:85%}}@media only screen and (max-width:768px){.default-container{width:90%}}@media only screen and (max-width:550px){.default-container{width:93%}}.titleWrapper{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;height:60px;justify-content:flex-end;margin-top:60px;width:100%}@media only screen and (max-width:550px){.titleWrapper{justify-content:center}}.titleWrapper .strip{align-items:stretch;background-color:#3ba4ff;display:flex;flex:0 0 50%}@media only screen and (max-width:550px){.titleWrapper .strip{color:#3ba4ff;display:contents;flex:0 0 20px}}.titleWrapper .strip .title-strip{align-items:stretch;display:flex;transform:translate(-50%)}@media only screen and (max-width:550px){.titleWrapper .strip .title-strip{transform:translate(0)}}.titleWrapper .strip .title-strip .headTail{background-color:#3ba4ff;width:20px}.titleWrapper .strip .title-strip .title{align-items:center;background-color:#fff;display:flex;font-size:26px;font-weight:800;min-width:max-content;padding:0 40px}@media only screen and (max-width:550px){.titleWrapper .strip .title-strip .title{padding:0 20px}}.titleWrapper .strip-yellow{align-items:stretch;background-color:#ffa200;display:flex;flex:0 1 50%}@media only screen and (max-width:550px){.titleWrapper .strip-yellow{color:#ffa200;display:contents;flex:0 0 20px}}.titleWrapper .strip-yellow .title-strip{align-items:stretch;display:flex;transform:translate(-50%)}@media only screen and (max-width:550px){.titleWrapper .strip-yellow .title-strip{transform:translate(0)}}.titleWrapper .strip-yellow .title-strip .headTail{background-color:#ffa200;width:20px}.titleWrapper .strip-yellow .title-strip .title{align-items:center;background-color:#fff;display:flex;font-size:26px;font-weight:800;min-width:max-content;padding:0 40px}@media only screen and (max-width:550px){.titleWrapper .strip-yellow .title-strip .title{padding:0 20px}}
/*# sourceMappingURL=main.e7e116e8.css.map*/