@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");body,html{overflow-x:hidden}body{font-family:Nunito,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:var(--text-clr);font-size:20px;font-style:normal;font-weight:400;line-height:1.5;scroll-behavior:smooth;width:100%}:root{scroll-behavior:inherit;--theme-clr-1:#0bc2dd;--theme-clr-2:#3f59e3;--theme-clr-3:#8484f0;--theme-gradient:linear-gradient(90deg,#4057e3,#928df3);--text-clr:#25345f;--white:#fff;--black:#000;--new-blue-clr:#4057e3}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-left:0;padding-right:0}b,strong{font-weight:700}ol,ul{list-style:none;margin:0;padding:0}p{margin:0 0 15px}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{color:var(--text-clr);font-weight:700;margin:0 0 25px;padding:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}.h1-title,h1{background:-webkit-linear-gradient(0deg,var(--theme-clr-1) 0,#aa3dd8,#4057e3 100%);background:-webkit-linear-gradient(0deg,#5f8ed4,#aa3dd8,#4057e3);-webkit-background-clip:text;background-clip:text;font-size:100px;-webkit-text-fill-color:transparent}.h1-title,.h2-title,h1,h2{font-weight:700;line-height:1}.h2-title,h2{font-size:50px;text-align:center}.h3-title,h3{font-size:25px;font-weight:700;line-height:1}.h4-title,h4{font-size:24px;line-height:1.2}.h5-title,h5{font-size:20px;line-height:1.2}a{color:var(--text-clr);margin:0;outline:none!important;padding:0;text-decoration:none!important;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a:hover{color:var(--new-blue-clr)}img{max-width:100%}input[type=email],input[type=password],input[type=tel],input[type=text],select{background-color:var(--white);background:var(--white);font-size:18px;height:60px;padding:0 20px}input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:10px;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.25);box-shadow:0 4px 22px rgba(0,0,0,.25);color:var(--text-clr);outline:none!important;width:100%}textarea{background-color:var(--white);height:115px;padding:12px 20px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;background:url(//46873213.fs1.hubspotusercontent-na1.net/hubfs/46873213/raw_assets/public/sciento/images/sort-down.svg) no-repeat calc(100% - 34px) center var(--white);background-size:10px;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.25);box-shadow:0 4px 22px rgba(0,0,0,.25);color:var(--text-clr);outline:none;padding:0 50px 0 20px;width:100%}select::-ms-expand{display:none}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--theme-gradient);border:none;border-radius:100px;color:var(--white);cursor:pointer;font-size:20px;font-weight:500;height:55px;outline:none!important;padding-left:34px;padding-right:34px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}input[type=submit]:hover{background:-o-linear-gradient(210deg,#4057e3 0,#928df3 100%);background:linear-gradient(240deg,#4057e3,#928df3)}::-webkit-input-placeholder{color:var(--text-clr);opacity:1}:-ms-input-placeholder{color:var(--text-clr);opacity:1}:-moz-placeholder,::-moz-placeholder{color:var(--text-clr);opacity:1}.alignright{float:right;margin:0 0 20px 20px}.alignleft{float:left;margin:0 20px 20px 0}.aligncenter{clear:both;display:block;float:none;margin-bottom:20px;margin-left:auto;margin-right:auto}.form_input_check label{display:inline-block;margin:0;padding-left:40px;position:relative}.form_input_check label span{margin:0;padding:0}.form_input_check label input[type=checkbox]{display:none;visibility:hidden}.form_input_check label input[type=checkbox]+span:before{background:transparent;border:1px solid #3e3e42;content:"";height:22px;left:0;position:absolute;top:0;width:22px}.form_input_check label input[type=checkbox]+span:after{background:url(images/tick.svg) no-repeat 50%;background-size:15px;content:"";height:22px;left:0;position:absolute;top:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width:22px}.form_input_check label input[type=checkbox]:not(:checked)+span:after{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.form_input_check label input[type=checkbox]:checked+span:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.form_input_radio label{display:inline-block;margin:0;padding-left:30px;position:relative}.form_input_radio label span{margin:0;padding:0}.form_input_radio label input[type=radio]{display:none;visibility:hidden}.form_input_radio label input[type=radio]+span:before{background:#fff;border:2px solid #000;border-radius:100%;content:"";height:22px;left:0;position:absolute;top:1px;width:22px}.form_input_radio label input[type=radio]+span:after{background:#4b0049;border-radius:100%;content:"";height:12px;left:5px;position:absolute;top:6px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width:12px}.form_input_radio label input[type=radio]:not(:checked)+span:after{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.form_input_radio label input[type=radio]:checked+span:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.main-head{padding:67px 0 10px}.navbar-brand{display:inline-block;margin:0;padding:0;width:210px}.navbar-brand img{width:100%}.navbar{background:none;border:none;border-radius:0;height:inherit;margin:0;min-height:inherit;padding:0}.navbar-nav li{list-style:none;position:relative}.navbar-nav>li{margin:0 15px;position:relative}.navbar-nav>li:last-child{margin-right:0}.navbar-nav>li:first-child{margin-left:0}.navbar-nav>li>a{color:var(--text-clr);font-weight:500;line-height:1.2;position:relative;text-transform:capitalize}.navbar-nav>li.current-menu-item a,.navbar-nav>li>a:hover{color:#3f59e3}.sub-menu{background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:0;display:none;left:0;padding:0;position:absolute;top:100%;width:140px;z-index:1000}.sub-menu>li>a{color:var(--text-clr);font-size:18px;font-weight:500;line-height:1.2;padding:6px 10px}.sub-menu>li,.sub-menu>li>a{display:block;width:100%}.sub-menu>li.current-menu-item>a,.sub-menu>li.menu-item-has-children:hover>a,.sub-menu>li>a:hover{background:var(--theme-gradient);color:#fff}.navbar-nav>li:last-child>.sub-menu{left:inherit;padding:0;right:0}.navbar-nav>li>.sub-menu .sub-menu{left:100%;position:absolute;top:0}.navbar-collapse .navbar-toggler{display:none}#navoverlay{background:transparent;display:block;height:100%;left:0;margin:0;padding:0;pointer-events:none;position:fixed;top:0;-webkit-transition:background-color .5s linear;-o-transition:background-color .5s linear;transition:background-color .5s linear;width:100%;z-index:99}.navbar-nav{margin:0 32px 0 auto}.cmn-btn{background:var(--theme-gradient);border:none;border-radius:50px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:12px 21px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px}.cmn-btn:hover{background:-o-linear-gradient(210deg,#4057e3 0,#928df3 100%);background:linear-gradient(240deg,#4057e3,#928df3);color:var(--white)}.hero-section{padding:62px 0 40px;position:relative}.hero-section.inner-pg{padding:22px 0 40px}.particle-shap{height:auto;left:calc(50% - 800px);opacity:.8;pointer-events:none;position:absolute;width:1069px;z-index:-1}.particle-btm{bottom:0;opacity:.6;right:calc(50% - 867.5px);top:auto;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.hero-section h1{margin:0 auto 40px;max-width:710px}.hero-inr{margin:0 auto;max-width:950px;text-align:center}.hero-sec-vdo-wrp{background:var(--white);border-radius:20px;height:509px;margin:57px auto 48px;max-width:946px;padding:20px;position:relative;width:100%}.video-wrp-inr{border-radius:20px;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.hero-sec-vdo-wrp:after{background:-o-linear-gradient(330deg,#aa3dd8 0,#726777 26%,#8d8af2 49%,rgba(0,218,220,.82) 73%,#0ebcdd);background:linear-gradient(-240deg,#aa3dd8,#726777 26%,#8d8af2 49%,rgba(0,218,220,.82) 73%,#0ebcdd);border-radius:20px;content:"";-webkit-filter:blur(18.5px);filter:blur(18.5px);height:calc(100% + 21px);left:50%;opacity:.4;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% + 21px);z-index:-1}.hero-sec-vdo-wrp video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-sec-vdo{overflow:hidden;position:relative}.hero-sec-vdo.active .video-wrp-inr{opacity:1;z-index:2}.thumbnail{border-radius:20px;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.play-btn-wrp.active{opacity:0}.thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.vdo-play-btn{background:var(--white);border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmn-img-box .vdo-play-btn img{border-radius:0;height:12px;object-fit:contain;width:12px}.play-btn-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;height:59px;width:59px;z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.play-btn-wrp,.play-btn-wrp:after,.play-btn-wrp:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.play-btn-wrp:after,.play-btn-wrp:before{-webkit-animation:scale 3s cubic-bezier(.25,1,.5,1) infinite;animation:scale 3s cubic-bezier(.25,1,.5,1) infinite;background:hsla(0,0%,100%,.4);border-radius:50%;content:"";z-index:-1}.play-btn-wrp:after{-webkit-animation:smallScale 2.5s linear infinite;animation:smallScale 2.5s linear infinite;background:#fff;height:93px;opacity:.4;width:93px;z-index:-1}.play-btn-wrp:before{-webkit-animation:fadeIn 4s linear infinite;animation:fadeIn 4s linear infinite;background:#fff;height:128px;opacity:.2;width:128px;z-index:-2}@-webkit-keyframes fadeIn{0%{opacity:.2;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@keyframes fadeIn{0%{opacity:.2;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@-webkit-keyframes smallScale{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@keyframes smallScale{0%{opacity:.4;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}.trust-section{overflow:hidden;padding:80px 0 60px;position:relative}.trust-section:before{background-color:#e3f0ff;border-radius:50%;bottom:-200px;content:"";-webkit-filter:blur(67px);filter:blur(67px);height:286px;left:0;position:absolute;width:286px;z-index:-1}.abt-pg.trust-section{overflow:unset;padding:100px 0 70px}.abt-pg.trust-section:before{background-color:rgba(0,218,220,.48);border-radius:50%;bottom:auto;content:"";-webkit-filter:blur(67px);filter:blur(67px);height:482px;left:auto;position:absolute;right:-208px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:482px}.abt-pg.trust-section .curve-line{bottom:-2.938vw;z-index:-1}.trust-inr{text-align:center}.trust-inr h2{margin-bottom:57px}.trust-slider-item{height:100%}.trusted-logo{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.trusted-logo img{mix-blend-mode:multiply}.trust-section .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.trust-section .slick-slide{height:inherit!important}.problem-section{background:#f5f5f5;padding:69px 0 54px}.problem-inr .sec-head{margin-left:auto;margin-right:auto;max-width:840px}.sec-head{margin-bottom:60px;text-align:center}.sec-head h2{color:var(--black)}.sec-head .head-upr-txt{display:block;font-weight:700;margin-bottom:16px}.prob-card-inr{text-align:center}.prob-card-icon{display:block;margin:0 auto 27px}.prob-card-head{margin-bottom:10px;min-height:141px}.prob-card-head h3{color:var(--black)}.prob-card-conetent p{color:var(--black);font-weight:400;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.prob-card-inr:hover .prob-card-conetent p{color:var(--text-clr)}.prob-cards-wrp{--bs-gutter-x:30px;--bs-gutter-y:30px}.solution-section{background:#f5f5f5;position:relative;z-index:1}.curve-line{position:absolute;right:calc(50% - 864.5px);top:0;-webkit-transform:rotateY(180deg) rotate(27deg);transform:rotateY(180deg) rotate(27deg);z-index:1}.solution-inr{background:var(--white);border-radius:10px;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.25);box-shadow:0 4px 22px rgba(0,0,0,.25);padding:60px 50px;position:relative;z-index:2}.solution-inr .sec-head{margin:0 auto 40px;max-width:840px}.solution-inr .sec-head h2{line-height:1.2}.solution-inr .sec-head h2 .gr-head{background:-o-linear-gradient(.27deg,#928df3 44.62%,#928df3 -50.38%,#00dadc 44.29%,#00dadc 64.29%,#4057e3 101.76%);background:linear-gradient(89.73deg,#928df3 39.62%,#928df3 0,#00dadc 44.29%,#00dadc 64.29%,#4057e3 101.76%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.solution-card-inr{text-align:center}.solution-card-head .blue-txt{color:#4057e3;font-size:38px}.solution-section{padding-bottom:102px}.solution-cards-wrp.row{margin:0 auto;max-width:580px}.blog-section .head-upr-txt,.problem-section .head-upr-txt,.solution-section .head-upr-txt{font-size:25px}.what-make-section{background:var(--text-clr);overflow-x:hidden;padding:73px 0 140px;position:relative;z-index:1}.what-make-section .sec-head{margin-bottom:86px}.make-content,.make-content .h3-title,.what-make-section .sec-head .h2-title{color:var(--white)}.make-figure{border-radius:0 28px 28px 0;margin-bottom:0;margin-left:-231px;overflow:hidden;width:653px}.make-content{padding-left:3px}.make-ul li:not(:last-child){margin-bottom:15px}.make-ul li{padding-left:30px;position:relative}.make-ul li:before{background-color:var(--white);border-radius:50%;content:"";display:inline-block;height:11px;left:0;position:absolute;top:7px;width:11px}.make-row-list .make-row:not(:last-child){margin-bottom:65px}.make-content .h3-title{margin-bottom:20px}.make-content .cmn-btn{margin-top:21px}.large-circle{background:rgba(0,218,220,.42);-webkit-filter:blur(97px);filter:blur(97px);height:1620px;right:-24%;top:50%;-webkit-transform:translatey(-50%);-ms-transform:translatey(-50%);transform:translatey(-50%);width:495.19px}.large-circle,.make-lft-pt{pointer-events:none;position:absolute;z-index:-1}.make-lft-pt{left:0;top:-137px;-webkit-transform:rotate(-22.77deg);-ms-transform:rotate(-22.77deg);transform:rotate(-22.77deg)}.make-rit-pt{right:0;top:41%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.make-rit-pt,.small-circle-blue{pointer-events:none;position:absolute;z-index:-1}.small-circle-blue{background-color:#4057e3;border-radius:50%;-webkit-filter:blur(122px);filter:blur(122px);height:286px;left:calc(50% - 400px);top:122px;width:286px}.make-row:last-child .rowspan{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-section{overflow-x:hidden;padding:99px 0 68px;position:relative}.blog-section .sec-head{margin-bottom:30px}.blog-sec-head .h2-title{color:var(--text-clr)}.blog-sec-head .h2-title span{color:var(--new-blue-clr);display:block;line-height:1.18}.blog-figure{border-radius:20px;margin-bottom:41px}.blog-figure a{background:#fff;-webkit-box-shadow:0 4px 17px rgba(0,0,0,.17);box-shadow:0 4px 17px rgba(0,0,0,.17);display:block;height:100%;overflow:hidden;padding:9px 9px 9px 12px}.blog-figure a,.blog-figure a img{border-radius:20px;width:100%}.cmn-arrow{background:transparent;border:0;pointer-events:all}.blog-slider-wrap{position:relative}.custom-btnSlider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none;position:absolute;top:119px;width:100%}.blog-slider .slick-list{margin:0 -15px}.blog-slider-item{padding:15px 15px 0}.prev-arrows{margin-left:-54px}.next-arrows{margin-right:-54px}.blog-card .h3-title{margin-bottom:16px}.blog-card p{padding-right:1px}.read-more-link{font-weight:700}.custom-btnSlider .cmn-arrow:hover img{opacity:.2}.custom-btnSlider .cmn-arrow img{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.small-circle{background:rgba(0,218,220,.15);border-radius:100%;-webkit-filter:blur(97px);filter:blur(97px);height:495.19px;right:-15%;top:-22%;width:495.19px}.blog-line-pt,.small-circle{pointer-events:none;position:absolute;z-index:-1}.blog-line-pt{left:-22%;top:-106px;-webkit-transform:rotate(8deg);-ms-transform:rotate(8deg);transform:rotate(8deg);width:466px}.footer{padding:6.25vw 0 0;position:relative}.footer:before{content:"";height:6.25vw;left:0;-webkit-mask-image:url(//46873213.fs1.hubspotusercontent-na1.net/hubfs/46873213/raw_assets/public/sciento/images/footer-shape.png);mask-image:url(//46873213.fs1.hubspotusercontent-na1.net/hubfs/46873213/raw_assets/public/sciento/images/footer-shape.png);mask-mode:luminance;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;position:absolute;top:0;width:100%;z-index:2}.footer-outer,.footer:before{background:-webkit-gradient(linear,left top,right top,from(#01d8dc),color-stop(54%,#3f59e3),to(#8d8af2));background:-o-linear-gradient(left,#01d8dc 0,#3f59e3 54%,#8d8af2 100%);background:linear-gradient(90deg,#01d8dc,#3f59e3 54%,#8d8af2)}.footer-outer{overflow:hidden;padding-top:57px;position:relative}.scinto-mark{bottom:-87px;opacity:.12;pointer-events:none;position:absolute;right:-154px}.footer-inr{position:relative;z-index:1}.footer-upr p,.schedule-heading{color:var(--white)}.schedule-heading{max-width:240px;text-align:left}.footer-upr{border-bottom:1px solid;-o-border-image:-o-linear-gradient(left,#0ebcdd 0,var(--white) 50%,#757bed 100%);border-image:-webkit-gradient(linear,left top,right top,from(#0ebcdd),color-stop(50%,var(--white)),to(#757bed));border-image:linear-gradient(to right,#0ebcdd 0,var(--white) 50%,#757bed 100%);border-image-slice:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 50px}.ftr-upr-heaidng{width:25%}.ftr-upr-content{width:50%}.ftr-upr-btn{padding-top:10px;text-align:right;width:25%}.ftr-logo{display:block;margin-bottom:13px;width:274px}.ftr-logo img{width:100%}.ftr-widget{color:var(--white);width:36%}.ftr-widget:nth-child(2){width:38%}.ftr-widget:last-child{width:26%}.ftr-widget:first-child .ftr-widget-inr{padding-right:40px}.ftr-widget-heading{font-size:25px;font-weight:700;margin-bottom:13px}.ftr-links-list,.ftr-links-list ul{display:-webkit-box;display:-ms-flexbox;display:flex}.ftr-links-list ul{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding-left:0}.ftr-links-list ul li a{color:var(--white);font-weight:500}.ftr-links-list ul li{margin-bottom:5px;width:50%}.ftr-links-list ul li:last-child{margin-bottom:0}.ftr-links-list ul li a:hover{color:var(--theme-clr-1)}.footer-btm{border-bottom:1px solid hsla(0,0%,100%,.2);padding:53px 0 60px}.social-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.social-links ul li{margin-right:30px}.social-links ul li a img{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.social-links ul li a:hover img{-webkit-filter:brightness(0) saturate(100%) invert(68%) sepia(93%) saturate(2999%) hue-rotate(144deg) brightness(98%) contrast(91%);filter:brightness(0) saturate(100%) invert(68%) sepia(93%) saturate(2999%) hue-rotate(144deg) brightness(98%) contrast(91%)}.social-links ul li:last-child{margin-right:0}.copyright{padding:28px 0;text-align:center}.copyright p,.copyright p a{color:var(--white);font-size:16px}.copyright p a:hover{color:var(--theme-clr-1)}.ftr-top-shape{left:0;mix-blend-mode:screen;pointer-events:none;position:absolute;top:-1px;width:100%}.hero-section.inner-pg h1{margin:0 auto 7px}.hero-section.about-pg{padding-bottom:94px}.hero-section.about-pg:before{background-color:#e3f0ff;border-radius:50%;bottom:-127px;content:"";-webkit-filter:blur(67px);filter:blur(67px);height:286px;left:-117px;position:absolute;width:286px;z-index:-1}.about-section .hero-sec-vdo-wrp{height:auto;margin:0}.banner-inr{margin:0 auto;max-width:950px;text-align:center}.about-section{padding-top:100px;--bs-gutter-x:30px;--bs-gutter-y:30px;text-align:left}.about-section .sec-head{margin-bottom:20px}.about-section .sec-head h2{text-align:left}.about-section h2 .gr-head,.gr-head,.gradient-light h2 .gr-head,.our-mission-inr h2 .gr-head{background:-webkit-gradient(linear,left top,right top,color-stop(-100%,#0bc2dd),color-stop(-5%,#3f59e3),to(#8484f0));background:-o-linear-gradient(left,#0bc2dd -100%,#3f59e3 -5%,#8484f0 100%);background:linear-gradient(90deg,#0bc2dd -100%,#3f59e3 -5%,#8484f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-text-fill-color:transparent}.about-section .hero-sec-vdo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.about-section .hero-sec-vdo{border-radius:20px}.about-section .hero-sec-vdo-wrp{padding:12px}.our-mission-inr .sec-head{margin:0 auto 52px;max-width:760px;position:relative}.circle-2{bottom:-20px;left:-65px;opacity:.5;pointer-events:none;position:absolute;z-index:-1}.our-mission-section{background:#f5f5f5;padding:100px 0;position:relative}.our-mission-inr{position:relative;z-index:1}.mission-card-inr{background:var(--white);border-radius:10px;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.25);box-shadow:0 4px 22px rgba(0,0,0,.25);padding:30px}.mission-card-inr .icon-card-wrp{margin:-57px 0 15px}.icon-card-wrp{margin:0 0 15px;position:relative;z-index:1}.icon-card{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;width:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--white);border-radius:5px;position:relative}.icon-card:after{background:-webkit-gradient(linear,left top,left bottom,from(var(--theme-clr-1)),to(#928df3));background:-o-linear-gradient(var(--theme-clr-1) 0,#928df3 100%);background:linear-gradient(var(--theme-clr-1) 0,#928df3 100%);border-radius:5px;content:"";height:calc(100% + 1px);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% + 1px);z-index:-1}.icon-card img{width:40px}.msn-card-head{margin-bottom:7px}.mission-cards{--bs-gutter-x:30px;--bs-gutter-y:57px}.msn-cards-outer-wrp{position:relative}.our-mission-section .curve-line{right:-70px;top:55%;-webkit-transform:translateY(-50%) rotateY(180deg) rotate(27deg);transform:translateY(-50%) rotateY(180deg) rotate(27deg);z-index:1}.cmn-img-box{background:var(--white);border-radius:20px;-webkit-box-shadow:0 4px 17px rgba(0,0,0,.17);box-shadow:0 4px 17px rgba(0,0,0,.17);padding:12px;position:relative;z-index:1}.cmn-img-box img{border-radius:20px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.value-section{padding:100px 0;position:relative;z-index:2}.value-left-wrp h2{margin-bottom:17px}.value-left-wrp,.value-left-wrp .sec-head,.value-left-wrp h2{text-align:left}.value-left-wrp .sec-head{margin-bottom:17px}.val-card-inr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.val-card-right{padding-left:20px;width:calc(100% - 60px)}.val-card-right h3{margin-bottom:7px}.value-card-wrp{margin-bottom:30px}.value-card-wrp:last-child{margin-bottom:0}.team-section{background:var(--text-clr);padding:100px 0;position:relative;z-index:1}.team-section .particle-shap.top-shape{left:calc(50% - 1094.5px);opacity:.11;right:auto;top:-200px;-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg);z-index:-1}.team-section .particle-btm{opacity:.11;right:calc(50% - 800px);top:0}.team-section:before{background:rgba(0,218,220,.42);-webkit-filter:blur(94px);filter:blur(94px);height:100%;right:calc(50% - 987px);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:496px}.team-section:after,.team-section:before{border-radius:50%;content:"";position:absolute;z-index:-1}.team-section:after{background:rgba(64,87,227,.58);-webkit-filter:blur(122px);filter:blur(122px);height:286px;left:calc(50% - 470px);top:0;width:286px}.team-cards-wrp{margin:0 -15px}.team-card{padding:0 15px}.team-inr-cards-wrp{position:relative}.team-inr-cards-wrp .custom-btnSlider{top:50%;transform:translateY(-50%)}.team-inr-cards-wrp .custom-btnSlider button img{filter:brightness(0) invert(1)}.team-inr .sec-head{margin-bottom:37px}.team-card-img{border-radius:10px;display:block;height:100%;margin-bottom:13px;overflow:hidden;width:100%}.team-card-img img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:100%}.team-card-inr:hover .team-card-img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.team-bdy .social-links ul li:hover a{-webkit-filter:none;filter:none;opacity:.8}.team-card-inr{background:#2d3e70;border-radius:20px;-webkit-box-shadow:0 4px 34px #4b6c9200;box-shadow:0 4px 34px #4b6c9200;padding:12px 12px 23px}.team-bdy h3,.team-bdy p{color:var(--white);margin-bottom:7px}.team-bdy h3{font-size:22px}.about-pg.trust-section{overflow:unset;padding:100px 0 50px}.about-pg.trust-section:before{background:rgba(0,218,220,.42);bottom:auto;-webkit-filter:blur(97px);filter:blur(97px);height:482px;left:auto;pointer-events:none;right:-208px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:482px;z-index:1}.trust-section .curve-line{bottom:-2.738vw;left:-108px;right:auto;top:auto;-webkit-transform:rotateY(0deg) rotate(0deg);transform:rotateY(0deg) rotate(0deg);z-index:1}.about-pg.trust-section .trust-inr{position:relative;z-index:1}.hero-section.contact-pg{padding:32px 0 50px}.contact-left .gr-head{background:-webkit-gradient(linear,left top,right top,color-stop(-100%,#0bc2dd),color-stop(-5%,#3f59e3),to(#8484f0));background:-o-linear-gradient(left,#0bc2dd -100%,#3f59e3 -5%,#8484f0 100%);background:linear-gradient(90deg,#0bc2dd -100%,#3f59e3 -5%,#8484f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-text-fill-color:transparent}.contact-left h2{margin-bottom:14px}.contact-section{padding:0 0 70px;position:relative}.contact-section .particle-shap.particle-btm{bottom:50px;opacity:.5;right:calc(50% - 855px);top:auto!important;z-index:-1}.contact-inr{position:relative;z-index:1}.contact-section .particle-shap.cntct-pg{bottom:266px;left:calc(50% - 855px);opacity:.5;top:auto!important;z-index:-1}.contact-left .sec-head{margin-bottom:22px}.contact-left .sec-head,.contact-left h2{text-align:left}.contact-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:33px}.ctctcd-icon{width:21px}.ctctcd-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:15px;width:calc(100% - 21px)}.ctctcd-info a,.ctctcd-info p{font-size:18px}.ctctcd-info h3{font-size:20px;font-weight:600;margin-bottom:11px;width:100%}.ctctcd-info p{max-width:210px}.social-card ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.social-card ul li{margin-right:10px}.social-card ul li:last-child{margin-right:0}.social-card ul li a{border:1px solid var(--text-clr);border-radius:50%;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;width:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-card ul li a:hover{background:var(--text-clr)}.social-card ul li a img{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.social-card ul li a:hover img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.input-grp{margin-bottom:20px}.map{height:auto;margin:0 0 50px;width:100%}.map img{-o-object-fit:cover;object-fit:cover}.map iframe,.map img{height:100%;width:100%}.map iframe{border:none}.recent-post-right .sec-head h2{text-align:left}.trust-inr .sec-head{margin-bottom:25px}.sec-head.txtclr h2,.txtclr h2{color:var(--text-clr)}.sec-head h2.white,h2.white{color:var(--white)}.main-head .hs_cos_wrapper{width:100%}.main-head span.hs_cos_wrapper{display:block;width:100%}.main-head span.hs_cos_wrapper .hs-menu-flow-horizontal{display:flex;flex-grow:1}.particle-shap{top:27%}.navbar-brand{flex-shrink:0}.blog-card{padding:0 15px}.blog-slider-item{padding:0}.curve-line{right:-70px}.particle-shap{left:0}.particle-btm{left:auto;right:0}.blog-line-pt{left:-30px;top:180px}h1.h3-title{background:transparent;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;line-height:1.2}.blog-details-wrp{--bs-gutter-x:30px;--bs-gutter-y:30px;align-items:flex-start}.recent-post-right{border-left:1px solid #e1e1e1;padding-left:22px}.recent-post-wrp .sec-head h2{text-align:left}.post-dtl{align-items:center;display:flex;margin-bottom:20px}.post-dtl p{font-size:16px;margin:0}.post-dtl .cstmr-name,.post-dtl .post-date{font-size:16px;margin-right:30px}.bdtl-left h1{margin-bottom:10px;max-width:100%}.bdtl-left .h3-title,.bdtl-left h3{line-height:1.2}.bdtl-left .gr-head{background:transparent;color:#3f59e3;-webkit-text-fill-color:initial;background-clip:initial}.bdtl-left h4{font-size:20px;margin-bottom:15px}.post-img{height:100%;margin-bottom:30px;position:relative;width:100%}.post-img img{border-radius:10px;height:100%;object-fit:cover;width:100%}.bg-cr{background:#e3f0ff;border-radius:50%;filter:blur(67px);height:286px;left:-348px;position:absolute;top:50%;transform:translateY(-50%);width:286px;z-index:-1}.post-list .bg-cr{left:auto;right:calc(50% - 1058.5px)}.post-list{margin-bottom:25px;position:relative}.post-list ul li{margin-bottom:8px;padding-left:15px;position:relative}.post-list ul li:last-child{margin-bottom:0}.post-list ul li:before{background:var(--text-clr);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:10px;width:6px}.post-cmpny-logo{border-radius:30px;display:block;height:100%;margin-bottom:25px;object-fit:cover;width:100%}.bdtl-left .font-20{font-size:20px;margin-bottom:25px;text-align:left}.post-list.list-mb ul li{margin-bottom:15px}.post-list.list-mb ul li a{text-decoration:underline!important}.stepto-reduce{margin-bottom:20px}.bdtl-left .step span{font-weight:700}.bdtl-left .light{color:#697eef;font-size:18px;font-weight:400}.bdtl-left p a{color:var(--theme-clr-2)}.bdtl-left p a.link{color:var(--text-clr);text-decoration:underline!important}.bdtl-left p a.link:hover{color:var(--theme-clr-2)}.bdtl-left p a:hover{color:var(--text-clr)}.bdtl-left .social-wrp ul{align-items:center;display:flex;flex-wrap:wrap}.bdtl-left .social-wrp ul li{margin-right:18px}.bdtl-left .social-wrp ul li a{display:block}.bdtl-left .social-wrp ul li a:hover img{filter:brightness(0) saturate(100%) invert(68%) sepia(93%) saturate(2999%) hue-rotate(144deg) brightness(98%) contrast(91%)}.bdtl-left .social-wrp ul li a img{filter:brightness(0);height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bdtl-left .social-wrp ul li:last-child{margin-right:0}.blgdtl-pg:before{display:none}.blgdtl-pg:after{bottom:-150px}.recent-post-right .sec-head{margin-bottom:30px}.recent-post-right .sec-head .h2-title,.recent-post-right .sec-head h2{text-align:left}.blog-post-section.pc-pg{padding-top:0}.blog-post-section{padding:60px 0 100px;position:relative}.hero-section.inner-pg.blog-pg{padding:62px 0 40px}.hero-section.inner-pg.blog-pg h1{display:inline-block;line-height:1.1}.blog-post-section .sec-head{margin-bottom:40px}.blog-post-section .sec-head h2{color:var(--text-clr)}.blog-post-section .curve-line{bottom:-3.038vw;left:-108px;right:auto;top:auto;-webkit-transform:rotateY(0deg) rotate(0deg);transform:rotateY(0deg) rotate(0deg);z-index:-1}.bptc-inr{--bs-gutter-x:28px;--bs-gutter-y:55px}.bpc-img{-webkit-box-shadow:0 4px 34px rgba(0,0,0,.17);box-shadow:0 4px 34px rgba(0,0,0,.17);display:block;margin-bottom:20px;padding:9px 9px 9px 12px}.bpc-img-inr{display:block;overflow:hidden;padding-top:70.5%;position:relative}.bpc-img img,.bpc-img-inr{border-radius:20px;height:100%;width:100%}.bpc-img img{bottom:0;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.bpc-img:hover img{transform:scale(1.1)}.bpch-upr{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.bpch-upr .cmn-btn{font-size:16px;font-weight:500;line-height:1;min-width:112px;padding:7px 16px}.bpch-upr .cmn-btn:hover{background:var(--theme-gradient)}.bpc-date{font-size:16px}.bpc-btm p,.bpc-head h3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.2em;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.bpc-head h3 a{display:block}.read-more{font-weight:700}.read-more i{font-size:14px}.particle-right{left:auto;right:calc(50% - 767.5px);top:-180px}.blog-post-section .particle-shap{opacity:.5}.blog-post-section:before{background-color:#e3f0ff;height:286px;left:-117px;top:25%;width:286px}.blog-post-section:after,.blog-post-section:before{border-radius:50%;content:"";-webkit-filter:blur(67px);filter:blur(67px);position:absolute;z-index:-1}.blog-post-section:after{background-color:rgba(0,218,220,.15);bottom:0;height:482px;left:auto;right:-208px;width:482px}.blog-post-tab-head{margin:0 0 30px;position:relative;z-index:9}.blog-post-tab-head ul{align-items:center;display:flex;justify-content:center}.blog-post-tab-head ul li{color:#c1c5d0;cursor:pointer;font-size:25px;font-weight:700;margin-right:50px;transition:all .3s ease-in-out}.blog-post-tab-head ul li.active,.blog-post-tab-head ul li:hover{color:var(--text-clr)}.blog-post-tab-head ul li:last-child{margin-right:0}.blog-post-card{display:none}.blog-post-card.active{display:block}.blog-post-tab-content{margin-bottom:90px}.load-more-wrp{align-items:center;display:flex;justify-content:center}.load-more{cursor:pointer;font-weight:700}.load-more img{margin-right:5px}.blog-post-tab-content{position:relative}.pc-pg .blog-post-card-inr{padding:15px;position:relative}.pc-pg .blog-post-tab-content{margin:-15px}.pc-pg .sec-head{margin-bottom:35px}.pc-pg .bpc-btm{padding-right:15px}.pc-pg .play-btn-wrp:after{height:47px;width:47px}.pc-pg .play-btn-wrp:before{height:66px;width:66px}.pc-pg .play-btn-wrp{height:30px;width:30px}.pc-pg .bpc-btm p{display:block;-webkit-line-clamp:auto;line-clamp:auto;-webkit-box-orient:vertical;line-height:1.2em;overflow:hidden;text-overflow:clip;white-space:normal}.share-wrp{align-items:center;display:flex}.guests-count{border-right:1px solid var(--text-clr);display:block;font-weight:700;line-height:1;margin-right:10px;padding-right:10px;text-transform:capitalize}.share-btn{align-items:center;display:inline-flex;font-size:16px;font-weight:400}.share-btn img{display:inline-block;margin-left:12px}.pc-pg.blog-post-section:before{bottom:0;top:auto}.pc-pg.blog-post-section:after{display:none}.pc-pg.blog-post-section .curve-line{z-index:-3}.bpc-img{box-shadow:0 4px 12px rgba(0,0,0,.12)}.contact-form .input{margin-bottom:20px}.contact-form .hs-form-field>label,.contact-form .hs_error_rollup{display:none}.contact-form .hs-form-field .hs-error-msgs{color:red;font-size:15px;position:relative;top:-15px}.submitted-message{background:var(--theme-gradient);border-radius:15px;color:#fff;font-size:20px;font-weight:600;padding:50px 15px;text-align:center}.what-make-section{background:linear-gradient(103.21deg,#2a187c,#5c62ee)}.bdtl-bdy .social-wrp{margin-top:15px}.what-make-siento-sec{overflow:hidden}.make-lft-pt-wave{left:0;-webkit-transform:rotate(-22.77deg);-ms-transform:rotate(-22.77deg);transform:rotate(-22.77deg)}.make-lft-pt-wave,.make-rit-pt-wave{bottom:-100px;pointer-events:none;position:absolute;z-index:-1}.make-rit-pt-wave{right:0}.blogpost-sectionnew:after{display:none}.blogpost-sectionnew:before{bottom:0;left:auto;right:-70px;top:auto}.blogpost-sectionnew .particle-shap.particle-right{top:-85px}.blogpost-sectionnew .particle-shap{top:0}.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text h1 span,.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text h2 span,.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text h3 span,.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text h4 span,.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text h5 span,.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text h6 span,.blog-details-wrp .bdtl-bdy .hs_cos_wrapper_type_rich_text p span{color:#3f59e3}.abt-team-sec{background:linear-gradient(103.21deg,#2a187c,#5c62ee)}.abt-team-sec .make-lft-pt{top:20%}.abt-team-sec .make-lft-pt,.abt-team-sec .make-rit-pt{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.abt-team-sec .make-rit-pt{top:50%}.abt-team-sec:before{opacity:.5}.navbar-nav>li.active a{color:#3f59e3}.mobile-app-mh{padding:67px 0 47px}.mobile-app-bnnr{height:100%;padding:135px 0 97px;position:relative;width:100%}.mobile-app-bnnr:before{background:linear-gradient(120deg,#2a187c,#5c62ee);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.particle-shap-mob{height:660px;left:-100px;pointer-events:none;position:absolute;width:800px;z-index:1}.bnr-dot1{top:-120px}.bnr-dot2{height:560px;left:auto;right:-20px;top:0;width:920px}.mob-bnr-row{align-items:center;margin:0 -10px}.mob-bnr-col1{padding:0 10px;width:70%}.mob-bnr-col2{padding:0 10px;width:30%}.mobile-app-bnr-txt-wppr{position:relative;z-index:2}.mob-bnr-txt h1{background:-webkit-linear-gradient(0deg,#01d8dc,#aa3dd8);line-height:1.1;margin:0 0 15px;max-width:100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.mob-bnr-txt h1 span{color:var(--white);-webkit-text-fill-color:var(--white)}.mob-bnr-txt p{color:var(--white);margin-bottom:20px}.mob-bnr-rit-img{margin-right:-100px}.mob-bnr-rit-img img{height:100%;object-fit:cover;width:100%}.mob-bnr-grn{height:632px;pointer-events:none;position:absolute;right:0;top:0;width:496px}.mobile-respond-sec{padding:100px 0 0}.respond-challange-wppr{min-height:240px;position:relative}.respond-innr-wppr{width:100%}.resp-txt-repeat{padding:0 10px;width:50%}.respond-innr-wppr .resp-txt-repeat:nth-child(odd){text-align:right}.respond-innr-wppr .resp-txt-repeat:nth-child(2n) .resp-innr-txt{margin-left:auto;padding-left:20px}.resp-innr-txt{max-width:332px;padding:0 10px;width:100%}.resp-txt-repeat{margin-bottom:52px;min-height:196px}.resp-txt-repeat:last-child,.resp-txt-repeat:nth-last-child(2){margin-bottom:0}.mobile-phn-mid{bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.resp-txt-repeat .dash1{height:70px;left:31%;position:absolute;top:15px;width:70px}.resp-txt-repeat .dash1 img{height:100%;width:100%}.resp-txt-repeat .dash1 span,.resp-txt-repeat .dash2 span,.resp-txt-repeat .dash3 span,.resp-txt-repeat .dash4 span{display:inline-block;height:100%;position:relative;width:100%}.resp-txt-repeat .dash1 span:before{background:linear-gradient(265deg,#01d8dc,#aa3dd8 50.5%,#4057e3);border-radius:100%;content:"";height:20px;left:-6px;position:absolute;top:-6px;width:20px}.resp-txt-repeat .dash2{height:70px;position:absolute;right:31%;top:15px;width:70px}.resp-txt-repeat .dash2 span:before{background:linear-gradient(90deg,#01d8dc,#aa3dd8 50.5%,#4057e3);border-radius:100%;content:"";height:20px;position:absolute;right:0;top:-15px;width:20px}.resp-txt-repeat .dash3{height:70px;left:30%;position:absolute;top:50%;width:70px}.resp-txt-repeat .dash3 span:before{background:linear-gradient(200deg,#01d8dc,#aa3dd8 50.5%,#4057e3);border-radius:100%;bottom:25px;content:"";height:20px;left:0;position:absolute;width:20px}.resp-txt-repeat .dash4{height:70px;position:absolute;right:30%;top:50%;width:70px}.resp-txt-repeat .dash4 span:before{background:linear-gradient(160deg,#01d8dc,#aa3dd8 50.5%,#4057e3);border-radius:100%;bottom:30px;content:"";height:20px;position:absolute;right:10px;width:20px}.resp-innr-txt h3{margin-bottom:10px}.mobile-respond-sec .curve-line{top:50%;transform:translateY(-50%) rotateY(180deg) rotate(27deg)}.share-heal-innr .sec-head{margin:0 auto 20px;max-width:926px}.share-innr-content{align-items:flex-start;display:flex;justify-content:center}.share-txt-wppr{max-width:calc(100% - var(--icon-width));padding:0 20px;width:100%}.share-img-wppr{background:linear-gradient(0deg,#01d8dc,#928df3);flex:0 0 auto;height:var(--icon-width);margin-left:auto;padding:1px;position:relative;width:var(--icon-width)}.share-border,.share-img-wppr{border-radius:5px;display:flex}.share-border{align-items:center;background-color:var(--white);height:100%;justify-content:center;width:100%}.share-row{--bs-gutter-x:24px;--bs-gutter-y:42px}.value-section.share-heal-sec{padding:100px 0 163px}.share-outer-repeat:nth-child(odd){text-align:right}.share-outer-repeat:nth-child(2n){text-align:left}.share-outer-repeat:nth-child(2n) .share-innr-content{flex-direction:row-reverse;padding-left:152px}.share-outer-repeat:nth-child(odd) .share-innr-content{padding-right:152px}.share-col2 .share-outer-repeat{margin-left:auto;text-align:left}.share-col2 .share-innr-content{flex-direction:row-reverse}.share-col2 .share-img-wppr{margin-left:0}.share-col2 .share-txt-wppr{margin-left:auto}.share-outer-content{padding-top:60px;position:relative}.share-mob-img{left:50%;position:absolute;top:0;transform:translateX(-50%)}.share-txt-wppr h3{display:inline-block;margin-bottom:15px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.share-txt-wppr:hover h3{background:-webkit-gradient(linear,left top,right top,color-stop(0,#0bc2dd),color-stop(48%,#3f59e3),to(#8484f0));background:-o-linear-gradient(left,#0bc2dd 0,#3f59e3 48%,#8484f0 100%);background:linear-gradient(90deg,#0bc2dd,#3f59e3 48%,#8484f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-text-fill-color:transparent}.community-slider-sec{background:linear-gradient(103.21deg,#2a187c,#5c62ee)}.community-slider-sec.team-section:after{display:none}.community-card-wppr{text-align:center}.comm-img-wpr{border-radius:100%;height:100px;margin:0 auto 15px;overflow:hidden;width:100px}.comm-img-wpr img{height:100%;object-fit:cover;width:100%}.comm-para p{color:var(--white)}.mobile-download-sec .download-wppr{margin:0 auto;max-width:926px}.mobile-download-sec .appl-logo-wppr{text-align:center}.download-wppr .trust-inr h2,.download-wppr .trust-inr p{margin-bottom:20px}.mobile-download-sec:before,.schedule-slider-sec:before{display:none}.schedule-slider-sec .trust-inr h2{margin-bottom:20px}.txt-height textarea{height:95px}.txt-height-lg textarea{height:147px}.hero-section.schedule-bnnr-section{padding-bottom:0}.schedule-bnnr-section .about-conetent{margin-top:-50px;max-width:502px;width:100%}.schedule-lists li{align-items:flex-start;display:flex;margin-bottom:15px}.schedule-lists li span{display:flex;flex:0 0 auto;height:40px;width:40px}.schedule-lists li p{padding-left:20px}.schedule-bnnr-section .sec-head.txtclr h1{margin:0;text-align:left}.schedule-bnnr-section .sec-head.txtclr h1 span{background:linear-gradient(90deg,#01d8dc,#aa3dd8 50%,#4057e3);-webkit-background-clip:text;font-size:50px;-webkit-text-fill-color:transparent;background-clip:text}.faster-peer-txt{display:flex;flex-wrap:wrap;margin:0 -17px}.faster-peer-txt>*{width:33.333%}.faster-txt-wppr{padding:0 17px;position:relative}.faster-txt-wppr:not(:last-child):before{background-color:var(--black);content:"";height:103px;position:absolute;right:5px;top:0;width:1px}.faster-peer-wppr>p{margin:20px 0 30px}.faster-txt-wppr h2{background:linear-gradient(90deg,#5f8ed4,#aa3dd8 50%,#4057e3);-webkit-background-clip:text;font-size:35px;text-align:left;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.schedule-bnnr-section .about-section{padding-top:80px}.vdo-play-btn img{margin-left:3px}.schedule-form-outer input[type=submit]{padding-left:21px;padding-right:21px}.schedule-form-outer form .form-columns-1 textarea.hs-input,.schedule-form-outer form fieldset{max-width:100%;width:100%}.schedule-form-outer form fieldset.form-columns-1 .input,.schedule-form-outer form fieldset.form-columns-2 .input{margin-right:0}.schedule-form-outer form fieldset .field{padding:0 10px}.schedule-form-outer form fieldset .field .input .hs-input{width:100%!important}.schedule-form-outer form fieldset .field textarea[name=how_did_you_hear_about_us_]{height:95px}.community-card-each{padding:0 15px}.team-cards-wrp2 .slick-list{margin:0 -15px}.trust-section:before{display:none}.appl-logo-wppr{align-items:center;display:flex;gap:15px}.trust-section .appl-logo-wppr{justify-content:center}.abt-team-sec .team-card-inr .social-links ul li a{display:inline-block;height:22px;line-height:0;width:22px}.abt-team-sec .team-card-inr .social-links ul li a img{height:100%;width:100%}.make-figure{height:100%;padding-bottom:81.82%;position:relative}.make-figure img{position:absolute}.make-figure img:not(:first-child){opacity:0}.make-ul li.active{opacity:1;transform:translateY(0);transition:all .3s ease-in-out}.make-ul li{opacity:0;transform:translateY(10px);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.share-outer-repeat.active h3{background:-webkit-gradient(linear,left top,right top,color-stop(0,#0bc2dd),color-stop(48%,#3f59e3),to(#8484f0));background:-o-linear-gradient(left,#0bc2dd 0,#3f59e3 48%,#8484f0 100%);background:linear-gradient(90deg,#0bc2dd,#3f59e3 48%,#8484f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-text-fill-color:transparent}.sec-elements-wrp-pin{height:100vh;left:0;position:absolute;top:0;width:100%}.lgcrwrp{height:100%;position:relative;width:100%}.lgcrwrp .large-circle{height:90%;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.share-mob-img,.share-mob-img img{height:100%;object-fit:cover;width:100%}.share-mob-img img{padding:3px 5px}.share-img-wrp-outer-nw{border-radius:47px 47px 52px 52px;left:50%;max-width:278px;overflow:hidden;position:absolute;top:0;transform:translateX(-50%)}img.mobile-frame{height:100%;object-fit:cover;position:relative;width:100%;z-index:4}.share-mob-img-active{border-radius:17px;left:0;margin-top:15px;position:relative;transform:none;transition:all .3s ease-in-out}.team-card-img{height:auto}.team-card,.team-card-inr{height:100%}.tmcd-sl-item{height:inherit!important}.team-cards-wrp .slick-track{display:flex!important}.team-card-inr{display:flex;flex-direction:column;justify-content:space-between}.make-ul li.highlight{color:var(--theme-clr-1)}.make-ul li.highlight:before,.make-ul li:before{transition:all .3s ease-in-out}.make-ul li.highlight:before{background:var(--theme-clr-1)}.make-figure img{height:100%;left:0;position:unset;top:0;transition:opacity .3s ease-in-out;width:100%}.make-figure img:not(:first-child){opacity:1}.make-figure a{cursor:zoom-in;height:100%;left:0;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}.make-figure a:not(:first-child){opacity:0}.make-figure a:first-child{z-index:2}.make-row-list{position:relative}.make-row{left:0;opacity:0;position:absolute;top:0;transform:translateY(25px);transition:all .2s ease-in-out}.make-row.active{opacity:1;position:relative;transform:translateY(0);z-index:2}.make-row.next,.make-row.prev{transform:translateY(-25px)}.make-figure{height:auto}.lgcrwrp,.sec-elements-wrp-pin{pointer-events:none}.solution-section{background:linear-gradient(180deg,#f5f5f5,#fff)}.make-row-list .make-row:not(:last-child){margin-bottom:0}.make-content p,.make-ul li{font-size:18px;line-height:1.3;margin-bottom:10px}.blog-post-body ul li:before{background:var(--text-clr);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:10px;width:6px}.blog-post-body ul li{margin-bottom:8px;padding-left:15px;position:relative}.resp-txt-repeat .dash3{top:45%}.resp-txt-repeat .dash3 span:before{bottom:0}.legal-consent-container{margin:0 0 25px}textarea#how_can_we_help_you-f49cbf02-0c31-4949-86fc-9ff739aac735_6319{width:100%}.for-mobile-img{display:none}@media only screen and (min-width:1025px){.navbar-nav .clickD{display:none}.navbar-nav li.menu-item-has-children:hover>.sub-menu{display:block}}@media only screen and (min-width:1200px){.container{max-width:1164px}}@media only screen and (min-width:1400px){.abt-pg.trust-section .curve-line{bottom:-3.038vw}}@media only screen and (min-width:1600px){.abt-pg.trust-section .curve-line{bottom:-4vw}.abt-pg.trust-section .curve-line,.blog-post-section .curve-line{-webkit-transform:rotateY(0deg) rotate(-4deg);transform:rotateY(0deg) rotate(-4deg)}.blog-post-section .curve-line{bottom:-4.29vw}.team-section:before{right:calc(50% - 1200px)}.what-make-section{height:100%;max-height:100%;min-height:85vh;padding:4.563vw 0 5.75vw}.what-make-section .sec-head{margin-bottom:3vw}.make-content{padding-left:.188vw}.make-ul li:not(:last-child){margin-bottom:.638vw}.make-ul li{padding-left:1.875vw}.make-ul li:before{height:.688vw;top:.438vw;width:.688vw}.make-row-list .make-row:not(:last-child){margin-bottom:4.063vw}.make-content .h3-title{font-size:1.12vw;margin-bottom:1.2vw}.what-make-section .sec-head .h2-title{font-size:3.125vw}.make-content .cmn-btn{margin-top:1.313vw}.large-circle{height:101.25vw;position:absolute;width:30.949vw}.make-lft-pt{top:-8.563vw}.small-circle-blue{height:17.875vw;left:calc(50% - 25vw);top:7.625vw;width:17.875vw}.what-make-section .container{max-width:72.75vw}.make-row.next,.make-row.prev{transform:translateY(-1.563vw)}.make-content p,.make-ul li{font-size:1vw;margin-bottom:.62vw}.make-content .cmn-btn{border-radius:3.125vw;font-size:1.25vw;min-width:12.5vw;padding:.75vw 1.313vw}.make-figure{border-radius:0 1.75vw 1.75vw 0;margin-left:-13.338vw;width:40.013vw}}@media (min-width:1200px) and (max-width:1600px){.make-figure{border-radius:0 28px 28px 0;margin-bottom:0;margin-left:-13.2vw;overflow:hidden;width:40.113vw}.what-make-section .container{max-width:72.75vw}}@media only screen and (max-width:1399px){.prev-arrows{margin-left:-44px}.next-arrows{margin-right:-14px}.pc-pg .blog-post-tab-content .prev-arrows{margin-left:-30px}.pc-pg .blog-post-tab-content .next-arrows{margin-right:0}.team-inr .next-arrows{margin-right:-44px}.blog-slider-wrap,.pc-pg .blog-post-tab-content,.team-inr{padding:0 15px}.mob-bnr-rit-img{margin-right:-10px}.make-content p,.make-ul li{font-size:15px;line-height:1.2;margin-bottom:10px}.make-ul li:not(:last-child){margin-bottom:10px}.what-make-section{padding:50px 0 100px}.what-make-section .sec-head{margin-bottom:40px}.make-content{padding-left:0}.make-content .h3-title{margin-bottom:12px}}@media only screen and (max-width:1199px){.cmn-btn{margin-left:auto;min-width:180px}.navbar-brand{width:190px}.navbar-nav{margin:0 22px 0 auto}.navbar-nav>li{margin:0 12px}.hero-section{padding:40px 0}.h1-title,h1{font-size:80px;margin-bottom:20px}.trust-inr h2{margin-bottom:45px}.h2-title,h2{font-size:45px}.solution-inr .sec-head{margin:0 auto 30px}.solution-section{padding-bottom:80px}.what-make-section{padding:70px 0 80px}.what-make-section .sec-head{margin-bottom:60px}.make-figure{margin-left:-20px;width:375px}.make-row-list .make-row:not(:last-child){margin-bottom:50px}.blog-section{padding:60px 0 80px}.blog-figure{margin-bottom:30px}.blog-figure,.blog-figure a img{border-radius:15px}.blog-card .h3-title{margin-bottom:10px}.ftr-upr-btn{width:22%}.ftr-upr-heaidng{width:28%}.footer-upr{padding:0 0 30px}.footer-outer{padding-top:40px}.hero-section.about-pg{padding-bottom:60px}.our-mission-section,.team-section,.value-section,.value-section.share-heal-sec{padding:70px 0}.about-section{padding-top:70px}.cmn-arrow{padding:0 5px!important;width:25px}.custom-btnSlider{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;top:100%;width:100%}.team-inr-cards-wrp .custom-btnSlider{top:100%;transform:translateY(0)}.team-inr{padding:0}.blog-post-section{padding:0 0 70px}.blog-post-section.blgdtl-pg{padding-top:40px}.bpch-upr .cmn-btn{margin-left:0}.blog-post-section.pc-pg{padding-top:0}.bptc-inr{--bs-gutter-x:26px;--bs-gutter-y:40px}.mobile-app-mh{padding:30px 0}.mobile-app-bnnr{padding:80px 0}.mobile-phn-mid{width:30%}.respond-innr-wppr .resp-txt-repeat:nth-child(2n) .resp-innr-txt{margin-left:auto;margin-right:0}.share-row{--bs-gutter-y:35px}.faster-peer-txt{margin:0 -11px}.faster-peer-txt>*{padding:0 10px}.resp-innr-txt{max-width:282px}.resp-txt-repeat{min-height:176px}.resp-txt-repeat .dash2{right:30%;top:25px;transform:rotate(-15deg)}}@media only screen and (max-width:1024px){.navbar-nav .clickD{background:url(images/sort-down.svg) 50% no-repeat;background-size:10px;cursor:pointer;display:block;height:20px;position:absolute;right:0;top:17px;width:20px}.navbar-nav .clickD.toggled{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sub-menu>li.menu-item-has-children .clickD{right:5px;top:8px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.sub-menu>li.menu-item-has-children .clickD.toggled{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.navbar-nav>li.menu-item-has-children,.sub-menu>li.menu-item-has-children>a{padding-right:20px}.sub-menu.show{display:block}.navbar-nav>li{padding-bottom:15px;padding-top:15px}.navbar-nav>li.current-menu-item>a:after,.navbar-nav>li.menu-item-has-children>a:after,.navbar-nav>li>a:after{opacity:0;width:100%}.navbar-nav>li.current-menu-item>a:after,.navbar-nav>li.menu-item-has-children:hover>a:after,.navbar-nav>li>a:hover:after{opacity:1;width:100%}}@media only screen and (max-width:991px){.navbar-toggler{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;height:28px;margin-left:20px;outline:none!important;padding:0;position:relative;width:33px}.stick,.stick:after,.stick:before{background:#000;border-radius:5px;height:2px;left:0;position:absolute;top:auto;-webkit-transition:all .6s;-o-transition:all .6s;transition:all .6s;width:30px}.stick:before{content:"";left:0;top:-10px}.stick:after{content:"";left:0;top:10px}.stick.open{background:transparent;-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}.stick.open:before{left:2px;-webkit-transform:rotate(45deg) translate(42px,-28px);-ms-transform:rotate(45deg) translate(42px,-28px);transform:rotate(45deg) translate(42px,-28px)}.stick.open:after{left:2px;-webkit-transform:rotate(-45deg) translate(42px,28px);-ms-transform:rotate(-45deg) translate(42px,28px);transform:rotate(-45deg) translate(42px,28px)}.navbar-nav .clickD{right:10px;top:8px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.navbar-nav .clickD.toggled{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sub-menu>li.menu-item-has-children .clickD{right:10px;top:8px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.navbar-nav>li>.sub-menu .sub-menu,.sub-menu{border:none;left:inherit;position:relative;right:inherit;top:inherit;width:100%}.navbar-nav>li.menu-item-has-children{padding-right:0}.navbar-nav>li{margin:0;padding:0}.navbar-nav>li>a{display:inline-block;padding:8px 20px;width:100%}.navbar-nav li.menu-item-has-children>a{padding-right:30px}.sub-menu>li>a{padding-left:40px}.sub-menu .sub-menu>li>a{padding-left:60px}.sub-menu .sub-menu .sub-menu>li>a{padding-left:80px}.navbar-nav>li>a:after{bottom:0}.navbar-collapse{background:#fff;height:100%!important;margin:0;overflow-y:auto;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:inherit!important;-o-transition:inherit!important;transition:inherit!important;width:290px;z-index:100}.navbar-collapse,.navbar-collapse.collapsing,.navbar-collapse.show{display:block!important;-webkit-transition:transform .2s ease-in-out!important;-webkit-transition:-webkit-transform .2s ease-in-out!important;transition:-webkit-transform .2s ease-in-out!important;-o-transition:transform .2s ease-in-out!important;transition:transform .2s ease-in-out!important;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out!important}.navbar-collapse.collapsing,.navbar-collapse.show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.navbar-collapse .navbar-toggler{display:block;position:absolute;right:20px;top:20px}#navoverlay.open{background-color:rgba(0,0,0,.4);pointer-events:all;-webkit-transition:background-color .5s linear;-o-transition:background-color .5s linear;transition:background-color .5s linear}body.open-nav,html.open-nav{height:100%;overflow:hidden}.main-head{padding:30px 0 10px}.cmn-btn{min-width:150px;padding:7px 12px}body{font-size:18px}.h1-title,.hero-section h1,h1{font-size:60px;margin:0 auto 10px;max-width:70%}.hero-section{padding:20px 0}.hero-sec-vdo-wrp{height:auto;margin:40px auto;padding:12px}.hero-sec-vdo-wrp,.thumbnail,.video-wrp-inr{border-radius:12px}.h2-title,h2{font-size:36px}.trust-inr h2{margin-bottom:30px}.problem-section{padding:50px 0}.sec-head .head-upr-txt{margin-bottom:5px}.sec-head{margin-bottom:50px}.prob-card.col-lg-4{width:50%}.prob-cards-wrp{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prob-card-icon{display:inline-block;margin-bottom:20px;width:60px}.prob-card-head{margin-bottom:5px;min-height:120px}.h3-title,h3{font-size:22px}.solution-inr{padding:40px}.solution-inr .sec-head h2{line-height:1.1}.solution-inr .sec-head{margin:0 auto 20px}.solution-card.col-lg-4{width:33.3333%}.solution-card-head .blue-txt{font-size:30px;line-height:1}.solution-section{padding-bottom:50px}.what-make-section{padding:50px 0}.what-make-section .sec-head{margin-bottom:50px}.make-row-list .make-row .rowspan>*{width:50%}.make-content .cmn-btn{margin-top:10px}.blog-section{padding:50px 0 70px}.blog-section .sec-head{margin-bottom:20px}.small-circle{height:294px;width:294px}.cmn-arrow{padding:0 5px!important;width:25px}.blog-figure{margin-bottom:20px}.blog-figure,.blog-figure a,.blog-figure a img{border-radius:10px}.blog-card p{padding:0}p{margin:0 0 10px}.ftr-upr-heaidng{width:26%}.ftr-upr-btn{width:24%}.footer-upr{padding:0 0 20px}.footer-btm{padding:50px 0}.ftr-logo{width:190px}.ftr-widget:first-child .ftr-widget-inr{padding-right:0}.ftr-links-list ul{margin-right:0}.ftr-links-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.social-links ul li{margin-right:25px}.ftr-widget:nth-child(2){width:34%}.ftr-widget:last-child{width:30%}.copyright{padding:20px 0}.our-mission-section,.value-section{padding:60px 0}.team-section{padding:60px 0 80px}.about-section{padding-top:60px;--bs-gutter-x:12px;--bs-gutter-y:24px}.about-section.row>*{width:50%}.about-conetent p{font-size:15px}.about-section .sec-head{margin-bottom:10px}.mission-card.col-lg-6{width:50%}.mission-card-inr{padding:20px}.msn-bdy p{font-size:16px}.icon-card{height:50px;padding:8px;width:50px}.mission-card-inr .icon-card-wrp{margin:-40px 0 10px}.our-mission-inr .sec-head{margin:0 auto 42px}.mission-cards{--bs-gutter-x:24px;--bs-gutter-y:47px}.value-left-wrp h2{margin-bottom:10px}.value-card-wrp{margin-bottom:20px}.val-card-right p{font-size:16px}.val-card-right{padding-left:12px;width:calc(100% - 50px)}.value-left-wrp.col-lg-6{width:40%}.value-right-wrp.col-lg-6{width:60%}.value-left-wrp .sec-head p{font-size:15px}.team-inr .sec-head{margin-bottom:30px}.team-card.col-lg-3{width:33.333364%}.team-cards-wrp.row{--bs-gutter-x:15px;--bs-gutter-y:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.abt-pg.trust-section:before{height:282px;right:-158px;width:282px}.hero-section.contact-pg{padding:32px 0 40px}.contact-left-wrp.col-lg-6,.contact-right-wrp.col-lg-6{width:50%}.contact-card{margin-bottom:25px}.ctctcd-info h3{margin-bottom:7px}input[type=email],input[type=password],input[type=tel],input[type=text],select{height:50px}.input-grp{margin-bottom:15px}.contact-section{padding:0 0 50px}.ctctcd-icon{width:15px}.ctctcd-info{width:calc(100% - 15px)}.problem-section .head-upr-txt,.solution-section .head-upr-txt{font-size:22px}.circle-2{bottom:0;left:-23px;width:60px}.abt-pg.trust-section{padding:60px 0}.navbar-collapse .navbar-nav{margin:80px 0 0;padding:0 0 40px}.main-head span.hs_cos_wrapper .hs-menu-flow-horizontal{display:block}.recent-post-right{border:none;padding-left:0}.recent-post-wrp>*{width:50%}.cmn-img-box{border-radius:15px;padding:9px}.cmn-img-box img{border-radius:12px}.blog-post-section{padding:30px 0 60px}.blog-post-tab-head ul li{font-size:21px;margin-right:40px}.blog-post-tab-head{margin:0 0 20px}.bpc-btm p,.bpc-head h3{margin-bottom:15px}.blog-post-section.pc-pg{padding:30px 0 80px;padding-top:0}.blog-post-tab-content{margin-bottom:60px}.bptc-inr{--bs-gutter-x:24px;--bs-gutter-y:35px}.cmn-img-box.bpc-img{border-radius:12px}.bpc-img-inr{border-radius:10px}.contact-form .input{margin-bottom:15px}.submitted-message{font-size:18px;padding:30px 15px}.mobile-app-mh{padding:30px 0 10px}.mobile-app-bnnr{padding:60px 0}.mobile-phn-mid{bottom:-40px}.mob-bnr-txt h1{margin:0 0 10px}.resp-innr-txt h3{font-size:19px}.resp-txt-repeat .dash1{left:33%}.resp-txt-repeat .dash3{top:46%}.resp-txt-repeat .dash4{top:48%}.resp-txt-repeat .dash2{right:32%}.mobile-phn-mid{padding:10px}.respond-innr-wppr .resp-txt-repeat:nth-child(2n) .resp-innr-txt{padding-left:30px}.resp-txt-repeat{margin-bottom:30px;min-height:auto}.resp-innr-txt{max-width:230px}.share-mob-img{position:relative;width:30%}.share-outer-repeat:nth-child(odd) .share-innr-content{flex-direction:row-reverse;padding-right:0;text-align:left}.share-outer-repeat:nth-child(2n) .share-innr-content{padding-left:0}.share-txt-wppr{padding:0 12px}:root{--icon-width:50px}.share-border{padding:7px}.share-row-wrp{margin-bottom:20px}.share-outer-content{padding-top:30px}.schedule-bnnr-section.hero-section h1{max-width:100%}.schedule-bnnr-section .about-section{padding-top:70px}.faster-txt-wppr:not(:last-child):before{right:0}.make-figure{height:auto;margin-left:-30px;width:345px}.make-row:last-child .rowspan{align-items:stretch}.share-img-wrp-outer-nw{border-radius:27px;position:relative;width:30%}.share-mob-img{position:absolute!important;width:100%!important}.resp-txt-repeat .dash2{right:30%;top:25px;transform:rotate(-20deg)}.resp-txt-repeat .dash3{left:32%;top:33%}.resp-txt-repeat .dash4{right:31%;top:43%}}@media only screen and (max-width:767px){.aligncenter,.alignleft,.alignright{clear:both;display:block;float:none;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:100%}.h1-title,.hero-section h1,h1{font-size:48px}.hero-sec-vdo-wrp{margin:30px 0}.abt-pg.trust-section,.trust-section{padding:30px 0}.trust-inr h2{margin-bottom:20px}.h2-title,h2{font-size:28px}body{font-size:16px}.problem-section{padding:40px 0}.sec-head{margin-bottom:40px}.prob-card-icon{margin-bottom:15px;width:40px}.h3-title,h3{font-size:20px}.prob-card-head{min-height:93px}.prob-card-conetent p{font-size:15px}.solution-inr{padding:20px}.solution-card-head .blue-txt{font-size:24px}.solution-section{padding-bottom:40px}.what-make-section{padding:40px 0}.what-make-section .sec-head{margin-bottom:40px}.make-row-list .make-row .rowspan>*{width:100%}.make-row-list .make-row .rowspan{--bs-gutter-y:30px}.make-figure{border-radius:30px;margin-left:0;width:100%}.make-content .h3-title,.make-ul li:not(:last-child){margin-bottom:10px}.make-ul li{padding-left:20px;position:relative}.make-ul li:before{height:8px;top:6px;width:8px}.make-row-list .make-row:not(:last-child){margin-bottom:40px}.blog-section{padding:40px 0 60px}.blog-section .sec-head{margin-bottom:10px}.next-arrows{margin-right:-34px}.prev-arrows{margin-left:-34px}.blog-slider-wrap{padding:0}.blog-slider-item{padding:12px 12px 0}.blog-figure{border-radius:7px;margin-bottom:12px}.blog-figure a{padding:7px}.blog-figure a,.blog-figure a img{border-radius:7px}.cmn-btn{min-width:130px;padding:6px 10px}.ftr-upr-content{width:73%}.ftr-upr-btn{width:27%}.ftr-upr-heaidng{margin-bottom:10px;width:100%}.footer-upr{padding:0 0 15px}.footer-btm{padding:30px 0}.ftr-widget,.ftr-widget:nth-child(2){width:50%}.ftr-widget:last-child{margin-top:20px;width:100%}.ftr-widget-heading{font-size:20px;margin-bottom:10px}.copyright{padding:15px 0}.about-section.row>*{width:100%}.about-section{padding-top:50px}.hero-section.about-pg{padding-bottom:50px}.our-mission-section,.value-section,.value-section.share-heal-sec{padding:50px 0}.team-section{padding:50px 0 70px}.value-left-wrp.col-lg-6,.value-right-wrp.col-lg-6{width:100%}.value-inr.row{--bs-gutter-y:24px}.icon-card img{width:100%}.icon-card{height:46px;width:46px}.val-card-right{width:calc(100% - 46px)}.team-card.col-lg-3{width:50%}.team-card-img{border-radius:8px;margin-bottom:10px}.team-card-inr{border-radius:12px}.social-links ul li a img{height:20px;width:20px}.abt-pg.trust-section .curve-line{width:200px}.hero-section.contact-pg{padding:20px 0 35px}.contact-left-wrp.col-lg-6,.contact-right-wrp.col-lg-6{width:100%}.ctctcd-info{padding-left:12px}.contact-card{margin-bottom:20px}.contact-inr.row{--bs-gutter-y:24px}.social-card ul li a{height:35px;width:35px}input[type=email],input[type=password],input[type=tel],input[type=text],select{font-size:16px;height:45px;padding:0 12px}textarea{font-size:16px;padding:12px}input[type=submit]{font-size:16px;height:45px;padding:5px 20px}select{background:url(//46873213.fs1.hubspotusercontent-na1.net/hubfs/46873213/raw_assets/public/sciento/images/sort-down.svg) no-repeat calc(100% - 16px) transparent;background-size:10px;padding-right:40px}.blog-section .head-upr-txt,.problem-section .head-upr-txt,.solution-section .head-upr-txt{font-size:20px}.circle-2{bottom:30px;left:-18px}.ctctcd-info h3{font-size:18px}.ctctcd-info a,.ctctcd-info p{font-size:16px}.blog-post-section:after{height:282px;width:282px}.post-list.list-mb ul li{margin-bottom:10px}.blog-slider-item{padding:0}.blog-details-wrp{--bs-gutter-y:40px}.blog-post-section.blgdtl-pg{padding-top:30px}.post-dtl{margin-bottom:15px}.post-img,.post-list{margin-bottom:20px}.post-list ul li{margin-bottom:5px}.post-cmpny-logo{border-radius:15px;margin-bottom:20px}.recent-post-right{padding-left:15px}.recent-post-right .sec-head{margin-bottom:20px}.blog-post-section{padding:30px 0 50px}.blog-post-tab-head{margin:0 0 15px}.blog-post-tab-head ul li{font-size:20px;margin-right:30px}.blog-post-section.pc-pg{padding:0 0 70px;padding-top:0}.blog-post-section .sec-head{margin-bottom:30px}.blog-post-tab-content{margin-bottom:40px}.cmn-img-box.bpc-img{border-radius:9px;padding:9px}.bpc-img-inr{border-radius:6px}.map .hs-embed-content-wrapper>div{padding-bottom:50%!important}.schedule-form-outer form fieldset.form-columns-2 .field{width:100%}.schedule-form-outer form fieldset .field{padding:0}.mobile-app-bnnr{padding:50px 0}.mob-bnr-col1 h1{font-size:45px;max-width:100%}.mobile-phn-mid{padding:0;position:relative;width:30%}.resp-txt-repeat .dash1 img,.resp-txt-repeat .dash2 img,.resp-txt-repeat .dash3 img,.resp-txt-repeat .dash4 img{display:none}.resp-txt-repeat .dash1,.resp-txt-repeat .dash2,.resp-txt-repeat .dash3,.resp-txt-repeat .dash4{left:10px;top:3px}.resp-txt-repeat .dash1 span:before,.resp-txt-repeat .dash2 span:before,.resp-txt-repeat .dash3 span:before,.resp-txt-repeat .dash4 span:before{height:10px;left:0;top:0;width:10px}.resp-txt-repeat{padding-left:30px;position:relative}.mobile-phn-mid{bottom:0}.appl-logo-wppr .cmn-btn img{width:100%}.respond-innr-wppr{margin-bottom:20px}.respond-innr-wppr .resp-txt-repeat,.respond-innr-wppr .resp-txt-repeat:nth-child(odd){text-align:left}.resp-innr-txt,.respond-innr-wppr .resp-txt-repeat:nth-child(2n) .resp-innr-txt{max-width:100%;padding:0}.resp-txt-repeat,.resp-txt-repeat:nth-last-child(2){margin-bottom:30px}section.our-mission-section.mobile-respond-sec{padding-bottom:0}.share-row{--bs-gutter-y:30px}.share-outer-content{padding-top:20px}.schedule-form-outer input[type=submit]{font-size:16px;height:45px;padding:5px 20px}.schedule-bnnr-section .about-section{padding-top:50px}.schedule-lists li span{height:30px;width:30px}.make-ul li:not(:last-child){margin-bottom:20px}.make-figure img{position:static}.make-figure img:not(:first-child){opacity:1}.make-ul li{opacity:1;transform:translateY(0)}.make-ul li .make-figure{margin-bottom:10px}.share-outer-repeat.active h3{background:-webkit-gradient(linear,left top,right top,color-stop(0,#0bc2dd),color-stop(48%,#3f59e3),to(#8484f0));background:-o-linear-gradient(left,#0bc2dd 0,#3f59e3 48%,#8484f0 100%);background:linear-gradient(90deg,#0bc2dd,#3f59e3 48%,#8484f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-text-fill-color:transparent}.lgcrwrp,.sec-elements-wrp-pin{height:auto;position:static;width:auto}.lgcrwrp .large-circle{height:300px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.make-ul li:not(:last-child){margin-bottom:25px}.make-row:last-child .rowspan{align-items:stretch}.make-figure{padding-bottom:0}.share-img-wrp-outer-nw{display:none}.share-mob-img-active{display:block}.make-figure a{display:block;position:relative}.make-ul ul{margin-top:30px}.make-row{opacity:1;position:relative;transform:translate(0)}.resp-txt-repeat .dash2{transform:none}.center-btn{padding-top:25px;text-align:center}.sgn-btn-left{padding-bottom:10px;padding-top:25px}.make-ul li{transition:none}.share-img-wrp-outer-nw.share-mob-img-active{display:none}.mobile-active-img .for-mobile-img{display:flex;justify-content:center;margin:20px auto;max-width:200px}}@media only screen and (max-width:575px){.hero-sec-vdo-wrp{border-radius:7px;margin:20px 0;padding:7px}.thumbnail,.video-wrp-inr{border-radius:7px}.problem-section{padding:30px 0}.h2-title,h2{font-size:26px}.sec-head .head-upr-txt{margin-bottom:0}.prob-card.col-lg-4{width:100%;z-index:2}.prob-card-head{margin-bottom:10px;min-height:auto}.solution-card-head .blue-txt{font-size:20px;margin-bottom:0}.solution-card-inr p{font-size:14px;line-height:1.2}.solution-inr{padding:20px 15px}.solution-section{padding-bottom:30px}.what-make-section{padding:30px 0}.what-make-section .sec-head{margin-bottom:30px}.make-row-list .make-row .rowspan{--bs-gutter-y:20px}.make-row-list .make-row:not(:last-child){margin-bottom:30px}.blog-section{padding:30px 0 50px}.custom-btnSlider{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:100%;width:100%}.footer-upr p{font-size:15px}.ftr-upr-content{width:100%}.ftr-upr-btn{text-align:left;width:100%}.ftr-logo{margin-bottom:10px;width:180px}.copyright{padding:12px 0}.navbar-brand{width:170px}.about-section{padding-top:40px}.about-section .hero-sec-vdo{border-radius:12px}.about-section .hero-sec-vdo-wrp{padding:9px}.hero-section.about-pg{padding-bottom:40px}.our-mission-section,.value-section{padding:40px 0}.team-section{padding:40px 0 60px}.our-mission-inr h2{margin-bottom:10px}.mission-card-inr{padding:15px}.value-card-wrp{margin-bottom:15px}.icon-card{height:40px;padding:5px;width:40px}.val-card-right{width:calc(100% - 40px)}.team-card.col-lg-3{width:50%}.map{margin-bottom:30px}.contact-left h2{margin-bottom:10px}textarea{height:100px;padding:12px}input[type=submit]{height:auto;padding:5px 12px}.contact-section{padding:0 0 40px}.blog-section .head-upr-txt,.problem-section .head-upr-txt,.solution-section .head-upr-txt{font-size:18px}.circle-2{bottom:-20px;left:0}.post-dtl .cstmr-name,.post-dtl .post-date{font-size:15px;margin-right:20px}.bdtl-left .font-20{font-size:18px}.bdtl-left .light{font-size:16px}.bdtl-left .social-wrp ul li a{height:20px}.recent-post-wrp>*{width:100%}.cmn-img-box{height:300px}.bpc-img{height:auto}.blog-post-section{padding:20px 0 40px}.blog-post-tab-head ul li{font-size:18px;margin-right:15px}.blog-post-section.pc-pg{padding-top:0}.blog-post-section .sec-head{margin-bottom:20px}.blog-post-tab-content{margin-bottom:30px}.pc-pg .blog-post-tab-content{padding:0}.bptc-inr{--bs-gutter-y:30px}.play-btn-wrp{height:50px;width:50px}.submitted-message{border-radius:10px;font-size:16px;padding:25px 10px}.resp-innr-txt h3{margin-bottom:5px}.mobile-phn-mid,.share-mob-img{width:80%}.share-txt-wppr h3{margin-bottom:5px}.share-outer-content{padding-top:10px}.mob-bnr-col1{margin-bottom:20px;padding:0;width:100%}.mob-bnr-row{margin:0}.mob-bnr-col2{padding:0;width:100%}.mob-bnr-rit-img{margin:0}.h1-title,.hero-section h1,h1{font-size:36px;max-width:100%}.sec-head.txtclr h2,.txtclr h2{margin-bottom:10px}.resp-txt-repeat{width:100%}.respond-innr-wppr{width:auto}.our-mission-inr .sec-head{margin:0 auto 30px}.appl-logo-wppr .cmn-btn{min-width:auto;width:130px}:root{--icon-width:40px}.faster-txt-wppr:not(:last-child):before{display:none}.faster-peer-txt>*{margin-bottom:20px;padding:0 12px;width:50%}.faster-peer-txt>:last-child{margin-bottom:0}.faster-peer-txt{margin:0 -12px}.faster-txt-wppr h2{font-size:26px;margin-bottom:5px}.schedule-lists li span{height:30px;width:30px}.schedule-lists li p{padding-left:15px}.share-img-wrp-outer-nw{border-radius:47px 47px 52px 52px;position:relative;width:100%}.share-mob-img{position:absolute!important;width:100%!important}}@media only screen and (max-width:479px){.navbar-brand{width:150px}.main-head{padding:10px 0}.prob-card-icon{margin-bottom:10px;width:35px}.solution-card.col-lg-4{padding:0 8px;width:50%}.solution-cards-wrp.row{--bs-gutter-y:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.solution-inr{padding:20px 12px}.what-make-section .sec-head{margin-bottom:20px}.make-figure{border-radius:16px}.make-row-list .make-row .rowspan{--bs-gutter-y:15px}.h3-title,h3{font-size:18px;margin-bottom:8px}.ftr-widget,.ftr-widget:nth-child(2){margin-bottom:20px;width:100%}.ftr-widget:last-child{margin:0}.ftr-upr-heaidng .h2{font-size:26px}.mission-card.col-lg-6{width:100%}.msn-cards-outer-wrp .curve-line{right:-40px;width:200px}.our-mission-section,.value-section,.value-section.share-heal-sec{padding:30px 0}.team-section{padding:30px 0 50px}.cmn-img-box{height:200px}.team-card.col-lg-3{width:100%}.map{margin:0 0 30px}.ctctcd-icon{width:15px}.ctctcd-info{padding-left:10px;width:calc(100% - 15px)}.contact-card{margin-bottom:15px}.ctctcd-info h3{margin-bottom:5px}.bpc-img{height:auto}.blog-post-section{padding:0 0 30px}.blog-post-tab-head ul li{font-size:16px}.map .hs-embed-content-wrapper>div{padding-bottom:56.26%!important}}@media only screen and (max-width:375px){.navbar-brand{width:120px}.hdr-btn{font-size:13px;line-height:1;min-width:auto;padding:9px 8px 8px}.navbar-toggler{margin-left:8px}.solution-inr .sec-head h2{font-size:16px;line-height:1.2}.sec-head .head-upr-txt{font-size:15px}.cmn-arrow{width:20px}.copyright p,.copyright p a{color:var(--white);font-size:13px}.ftr-upr-heaidng .h2{font-size:24px}.bpc-img{height:auto}.blog-post-tab-head ul li{font-size:15px;margin-right:12px}.mobile-app-mh{padding:10px 0}.faster-peer-txt>*{width:100%}}.soon-wrapper{align-content:center;align-items:center;display:flex;flex-direction:column;font-size:10rem;font-weight:700;justify-content:space-evenly}