@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);:root{--black:#000;--primary:#3394F8;--secondary:#13d8b9;--white:#ffffff;--ink:#0b0e0b;--forest:#183324;--leaf:#2d6644;--mint:#4d9966;--gold:#c8922a;--gold2:#e8ae40;--cream:#f7f4ed;--warm:#ede8dc;--paper:#faf9f6;--muted:#6b7267;--faint:#a8ad9e}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Roboto;text-transform:capitalize}p,ul{font-family:Montserrat;margin:0;padding:0;list-style:none}input,textarea{font-family:Montserrat;margin:0;padding:0}a,button,span{font-family:Montserrat;margin:0;padding:0}a:hover{color:inherit}body{overflow-x:hidden;font-family:Montserrat;background:#ebebeb}*{margin:0;padding:0;box-sizing:border-box}.heading-one{font-size:60px;line-height:67px}.heading-two{font-size:52px;line-height:59px}.heading-three{font-size:40px;line-height:47px}.heading-four{font-size:30px;line-height:37px}.heading-five{font-size:24px;line-height:31px}.heading-six{font-size:20px;line-height:27px}p{font-size:16px;line-height:22px;margin:0 0 10px}li{font-size:16px;line-height:22px;margin:0 0 5px}.website-main-buttons{margin:30px 0 0;display:flex;align-items:center}.website-main-buttons a.call-btn,.website-main-buttons a.read-more-btn,.website-main-buttons button.chat-btn,.website-main-buttons button.popup-btn{padding:.6em 1em;background-color:transparent;border-radius:6px;border:.3px solid var(--white);transition:.5s;position:relative;overflow:hidden;cursor:pointer;z-index:1;font-weight:600;font-size:16px;line-height:26px;text-transform:capitalize;color:var(--white);width:200px;outline:0}.website-main-buttons a.call-btn::after,.website-main-buttons a.call-btn::before,.website-main-buttons a.read-more-btn::after,.website-main-buttons a.read-more-btn::before,.website-main-buttons button.chat-btn::after,.website-main-buttons button.chat-btn::before,.website-main-buttons button.popup-btn::after,.website-main-buttons button.popup-btn::before{content:'';display:block;height:100%;width:100%;transform:skew(90deg) translate(-50%,-50%);position:absolute;inset:50%;left:25%;z-index:-1;transition:.5s ease-out;background-color:var(--secondary)}.website-main-buttons a.call-btn::before,.website-main-buttons a.read-more-btn::before,.website-main-buttons button.chat-btn::before,.website-main-buttons button.popup-btn::before{top:-50%;left:-25%;transform:skew(90deg) rotate(180deg) translate(-50%,-50%)}.website-main-buttons a.call-btn:hover::before,.website-main-buttons a.read-more-btn:hover:before,.website-main-buttons button.chat-btn:hover::before,.website-main-buttons button.popup-btn:hover::before{transform:skew(45deg) rotate(180deg) translate(-50%,-50%)}.website-main-buttons a.call-btn:hover::after,.website-main-buttons a.read-more-btn:hover:after,.website-main-buttons button.chat-btn:hover::after,.website-main-buttons button.popup-btn:hover::after{transform:skew(45deg) translate(-50%,-50%)}.website-main-buttons a.call-btn:hover,.website-main-buttons a.read-more-btn:hover,.website-main-buttons button.chat-btn:hover,.website-main-buttons button.popup-btn:hover{color:var(--white);border-color:var(--secondary)}.custom-header{position:absolute;width:100%;top:20px;z-index:999}.custom-navbar{background:rgba(255,255,255,.3);backdrop-filter:blur(10px);border-radius:16px;margin:0 30px;padding:10px 15px}.logo-img{width:150px}.custom-btn{padding:10px 25px;border:1px solid #fff;color:#fff!important;font-weight:600;text-transform:uppercase;transition:.5s ease;background:0 0}.custom-btn:hover{background:#3394f8;border-color:#3394f8!important;color:#fff!important}.hero-section{position:relative;width:100%;padding:200px 20px 100px;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:1}.hero-section::before{content:'';background:var(--black);position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;opacity:.4}.hero-video{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;z-index:0}.hero-canvas{position:absolute;inset:0;width:100%;height:100%}.hero-content{position:relative;z-index:2;max-width:1200px;text-align:center;color:#fff}.hero-badge{display:inline-block;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.5);padding:8px 20px;border-radius:50px;backdrop-filter:blur(10px);margin-bottom:15px;font-weight:600}.hero-content h1{font-size:80px;line-height:91px;margin:15px 0;font-style:italic;font-weight:900}.hero-content h1 span{font-weight:800;color:#3394f8}.hero-content p{font-size:19px;width:90%;margin:0 auto 20px;line-height:34px;font-weight:400}.hero-form{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;background:rgba(255,255,255,.1);padding:15px;border-radius:15px;backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.6)}.hero-form input{padding:10px;border-radius:8px;border:none;outline:0}.hero-form button{background:#3394f8!important;color:#fff;border:none;border-radius:8px;font-size:18px;cursor:pointer;transition:.3s all ease-in}.hero-form button:hover{background:0 0!important;border:1px solid #fff}section.tabs-section{padding:40px 0 90px;background:#f7f4ed}section.tabs-section .tabs-head h2{color:var(--secondary);font-weight:700;font-size:45px;line-height:55px;margin:18px 0 14px;font-style:italic;font-family:Roboto;text-align:center}section.tabs-section .sub-heading{background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:7px 15px;border-radius:50px;backdrop-filter:blur(10px);font-size:19px;line-height:29px;text-transform:capitalize;margin:0 auto;display:flex;justify-content:center;width:fit-content}section.tabs-section .tabs-head h2 span{color:var(--primary)}section.tabs-section .image-box{display:flex;flex-wrap:wrap;text-align:center;gap:15px;justify-content:center}section.tabs-section .image-box .img-div{position:relative;width:24%}section.tabs-section .image-box .img-div img{width:85%;border-radius:10px;position:relative;z-index:1;height:400px;object-fit:cover}section.tabs-section .image-box .img-div a{position:relative;z-index:1;display:block;position:relative;overflow:hidden;transition:all .3s ease-in-out}section.tabs-section .image-box .img-div a::after{content:"+";position:absolute;top:0;left:22px;background:#0000009c;color:#fff;font-size:40px;width:86%;height:400px;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:all .3s ease-in-out;border-radius:10px}section.tabs-section .image-box .img-div a:hover::after{transform:scale(1);z-index:1}section.tabs-section .image-box .img-div::after{content:'';position:absolute;background:linear-gradient(90deg,var(--secondary),var(--primary));width:100%;height:75%;left:0;z-index:0;bottom:-30px;border-radius:20px}.services-tab-sec{padding:80px 0 100px;background:#f8f8f4}.services-tab-sec .sub-heading{display:inline-block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:7px 20px;border-radius:50px;backdrop-filter:blur(10px);margin-bottom:5px;font-weight:500;font-size:17px;line-height:27px;text-transform:capitalize}.services-tab-sec .service-tab-content-main{text-align:center;margin-bottom:40px}.services-tab-sec .service-tab-content-main .about-title{color:var(--secondary);font-weight:700;font-size:38px;line-height:1.15;margin:18px 0 14px;font-style:italic;font-family:Roboto}.services-tab-sec .service-tab-content-main .about-title span{color:var(--primary)}.services-tab-sec .service-tab-content-main p.about-text{margin:0 auto;color:var(--black);font-size:21px;line-height:31px;font-weight:500;width:60%}.services-tab-sec .nav-pills{min-width:300px;flex-shrink:0}.services-tab-sec .nav-pills .nav-link{background:#fff;color:var(--black);border-radius:12px;padding:15px 15px;margin-bottom:15px;text-align:left;transition:all .28s ease;border:1.5px solid rgba(0,0,0,.08);font-family:Roboto;font-style:italic;line-height:1;display:flex;flex-direction:column;gap:15px;position:relative;overflow:hidden}.services-tab-sec .nav-pills .nav-link::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary);transform:scaleY(0);transform-origin:bottom;transition:transform .28s ease;border-radius:0 2px 2px 0}.services-tab-sec .nav-pills .nav-link.active::before,.services-tab-sec .nav-pills .nav-link:hover::before{transform:scaleY(1)}.services-tab-sec .nav-pills .nav-link .phase-label{font-size:15px;font-weight:600;letter-spacing:1.5px;text-transform:capitalize;color:var(--black);font-family:Roboto;transition:color .25s}.services-tab-sec .nav-pills .nav-link strong{font-size:18px;font-weight:800;color:var(--secondary);transition:color .25s;font-style:normal;line-height:20px}.services-tab-sec .nav-pills .nav-link:hover{border-color:var(--primary);background:#fffbf2;transform:translateX(3px)}.services-tab-sec .nav-pills .nav-link:hover .phase-label{color:var(--primary)}.services-tab-sec .nav-pills .nav-link.active{background:var(--primary);border-color:var(--primary);box-shadow:0 8px 28px rgba(184,134,11,.28);transform:translateX(0)}.services-tab-sec .nav-pills .nav-link.active .phase-label{color:rgba(255,255,255,.65)}.services-tab-sec .nav-pills .nav-link.active strong{color:#fff}.services-tab-sec .tab-content{width:100%;padding-left:24px}.services-tab-sec .tab-pane{opacity:0;transform:translateX(-40px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.services-tab-sec .tab-pane.show.active{opacity:1;transform:translateX(0);pointer-events:all}.services-tab-sec .service-card-content{background:#fff;padding:24px;border-radius:16px;transition:all .32s ease;position:relative;overflow:hidden;height:100%;border:1.5px solid rgba(0,0,0,.06);display:flex;flex-direction:column}.services-tab-sec .service-card-content::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0f6b45,var(--primary));transform:scaleX(0);transform-origin:left;transition:transform .35s ease;border-radius:0}.services-tab-sec .service-card-content:hover::before{transform:scaleX(1)}.services-tab-sec .service-card-content:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.1);border-color:rgba(15,107,69,.18)}.services-tab-sec .service-card-content.featured-card{border-color:rgba(184,134,11,.25);background:#fffdf7}.services-tab-sec .service-card-content.featured-card::before{transform:scaleX(1)}.svc-icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px;flex-shrink:0}.ic-green{background:#e8f5ee}.ic-blue{background:#e6f1fb}.ic-amber{background:#fdf6e3}.ic-purple{background:#eeedfe}.ic-coral{background:#faece7}.ic-teal{background:#e1f5ee}.svc-top-badge{position:absolute;top:16px;right:16px;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 10px;border-radius:50px;background:#fdf6e3;color:#8a6200;border:1px solid rgba(184,134,11,.3)}.svc-top-badge.badge-featured{background:var(--primary);color:#fff;border-color:var(--primary)}.services-tab-sec .service-card-content h4{font-size:25px;margin:0 0 9px;color:var(--primary);font-weight:700;line-height:35px;font-style:italic}.services-tab-sec .service-card-content p{font-size:18px;color:var(--black);line-height:28px;font-weight:400}.svc-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid rgba(0,0,0,.06)}.svc-badge{font-size:17px;font-weight:600;line-height:27px;text-transform:capitalize;padding:5px 20px;border-radius:50px;display:inline-block;font-family:Roboto;color:var(--white)!important;background:var(--black)!important}.badge-green{background:#e8f5ee;color:#0a5235}.badge-blue{background:#e6f1fb;color:#0c447c}.badge-amber{background:#fdf6e3;color:#7a5200}.badge-purple{background:#eeedfe;color:#3c2e99}.badge-coral{background:#faece7;color:#7a2e18}.badge-teal{background:#e1f5ee;color:#085041}.services-tab-sec .service-card-content a{display:inline-flex;align-items:center;gap:7px;font-size:18px;font-weight:600;color:var(--primary);text-decoration:none;transition:all .22s;white-space:nowrap;line-height:28px}.services-tab-sec .service-card-content a .arr{display:inline-block;transition:transform .22s}.services-tab-sec .service-card-content a:hover{color:var(--secondary)}.services-tab-sec .service-card-content a:hover .arr{transform:translateX(4px)}.about-section{padding:45px 0}.about-section .why-this-name-content-main span.sub-heading{display:inline-block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:8px 20px;border-radius:50px;backdrop-filter:blur(10px);margin-bottom:5px;font-weight:500;font-size:17px;line-height:27px;text-transform:capitalize}.why-this-name-content-main .about-title{color:var(--secondary);font-weight:700;font-size:45px;line-height:52px;margin-bottom:15px;font-style:italic}.about-section .why-this-name-content-main p strong{color:var(--primary);font-style:italic}.about-section .why-this-name-content-main .website-main-buttons{gap:20px}.why-this-name-content-main .website-main-buttons button.popup-btn{width:auto;color:var(--secondary);border-color:var(--primary)}.why-this-name-content-main .website-main-buttons a.call-btn{width:auto;text-decoration:none;border-color:var(--secondary);color:var(--primary)}.why-this-name-content-main .website-main-buttons a.call-btn:hover{color:var(--white)}.why-this-name-content-main .website-main-buttons button.popup-btn:hover::after,.why-this-name-content-main .website-main-buttons button.popup-btn:hover::before{background:var(--primary)}.why-this-name-content-main .website-main-buttons button.popup-btn:hover{color:var(--white)}.about-title span{color:var(--primary)}.about-section .why-this-name-content-main .about-text{color:var(--black);font-weight:400;line-height:26px}.counter{color:var(--primary);font-size:35px;line-height:45px;font-weight:700;margin-bottom:0}.counter-text{font-size:18px;color:var(--black);font-weight:700;line-height:28px;margin-bottom:0}.about-img{max-width:100%;height:auto}.sec-process{text-align:center;padding:80px 0 120px}.process-grid{display:flex;justify-content:center;gap:30px;margin-top:60px;flex-wrap:wrap}.process-item{flex:1;min-width:350px;max-width:350px;display:flex;justify-content:center}.circle-box{position:relative;box-shadow:0 0 20px rgba(0,0,0,.1);padding:40px 25px;border-radius:20%;height:280px;background:var(--white);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.circle-box:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.circle-box .step-number{font-size:36px;font-weight:700;color:var(--white);display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;position:absolute;top:-30px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--secondary),var(--primary));font-family:glancyr-regular}.circle-box h6{color:var(--primary);font-size:19px;font-weight:700;margin:25px 0 12px;line-height:19px}.circle-box p{font-size:13px!important;color:var(--black);margin:0 0 12px;padding:0;line-height:23px!important;max-width:600px!important}.circle-box .step-day{display:inline-block;font-size:14px;line-height:24px;font-weight:900;color:var(--secondary);margin-top:10px;font-style:italic;font-family:Roboto;text-transform:uppercase}.circle-box img{position:absolute;bottom:-65px;right:-50px;width:80px;height:auto;animation:swing 2.5s linear infinite;transform:rotate(312deg)!important;filter:brightness(0) saturate(100%) invert(71%) sepia(83%) saturate(2930%) hue-rotate(123deg) brightness(104%) contrast(85%)}@keyframes swing{0%{transform:rotate(0)}50%{transform:rotate(15deg)}100%{transform:rotate(0)}}.sec-process .heading-six{display:inline-block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:8px 20px;border-radius:50px;backdrop-filter:blur(10px);margin-bottom:10px;font-weight:500;font-size:17px;line-height:27px}.sec-process .heading-two{color:var(--secondary);font-weight:700;font-size:45px;line-height:55px;font-style:italic}.sec-process .heading-two span{color:var(--primary)}.sec-process p{max-width:40%;margin:0 auto;color:var(--black);font-size:20px;line-height:30px;font-weight:400}section.cta-main-wrap{background:linear-gradient(90deg,var(--secondary),var(--primary));padding:25px 0;position:relative;z-index:1}.cta-main-wrap .cta-left-img{position:absolute;left:0;top:-20px}.cta-main-wrap .cta-left-img img{width:75%}.cta-main-wrap .cta-right-img{position:absolute;right:0;bottom:0;text-align:right}.cta-main-wrap .cta-right-img img{width:85%}.cta-main-wrap .cta-main-content .heading-three{color:var(--white);text-align:center;font-size:55px;line-height:65px;font-style:italic;margin-bottom:10px}.cta-main-wrap .cta-main-content p{color:var(--white);text-align:center;font-size:20px;line-height:30px;width:75%;margin:0 auto}.cta-main-wrap .cta-main-content .website-main-buttons{justify-content:center;gap:20px;margin:20px 0}.cta-main-wrap .cta-main-content .website-main-buttons button.popup-btn{width:fit-content}.cta-main-wrap .cta-main-content .website-main-buttons a.call-btn{color:var(--white);border:2px solid var(--white);text-decoration:none;width:fit-content}.cta-main-wrap .cta-main-content .website-main-buttons a.read-more-btn{width:250px}.cta-main-wrap .cta-main-content .website-main-buttons a.read-more-btn:hover::after,.cta-main-wrap .cta-main-content .website-main-buttons a.read-more-btn:hover::before,.cta-main-wrap .cta-main-content .website-main-buttons button.popup-btn:hover::after,.cta-main-wrap .cta-main-content .website-main-buttons button.popup-btn:hover::before{border-color:var(--secondary)}section.testimonials-sec-main{padding:50px 0}.testimonials-sec-main .testimonials-sec-head{text-align:center}.testimonials-sec-head span.sub-heading{font-size:20px;line-height:26px;font-weight:500;color:var(--black);display:inline-block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:5px 25px;border-radius:50px;text-transform:capitalize}.testimonials-sec-head .heading-three span{color:var(--primary)}.testimonials-sec-head .heading-three{color:var(--secondary);font-weight:700;font-size:45px;line-height:55px;margin-bottom:50px;margin-top:15px;font-style:italic}.testimonials-slider-main .testimonial-slide-item{padding:0 calc(.5 * 60px)}.testimonials-slider-main .testimonial-slide-item .author-item{display:flex;align-items:center;justify-content:flex-start;gap:20px}.testimonials-slider-main .testimonial-slide-item .author-item .author-img{border-radius:50% 50% 50% 50%;margin-bottom:-37px}.testimonials-slider-main .testimonial-slide-item .author-item .author-img img{width:130px}.testimonials-slider-main .testimonial-slide-item .author-item .author-meta .heading-five{color:var(--secondary);font-weight:700;font-size:25px;line-height:35px}.testimonials-slider-main .testimonial-slide-item .author-item .author-meta .heading-six{color:var(--black);font-size:14px;line-height:14px;font-weight:400;padding:8px 25px 8px 25px;border-radius:20px 20px 20px 20px;width:fit-content;border:1px solid var(--primary)}.testimonials-slider-main .testimonial-slide-item .testimonial-item-inner .author-content .auth-quote{padding:26px 40px 15px 40px;border-radius:15px;background-color:var(--white);margin-bottom:26px;margin-left:50px;position:relative}.testimonial-slide-item .testimonial-item-inner .author-content .auth-quote p{color:var(--black);font-size:17px;line-height:27px;font-weight:400}.testimonials-sec-main .testimonials-slider-main button.slick-arrow{position:absolute;left:50%;transform:translate(-50px,50px);bottom:-60px;border:none;background:0 0}.testimonials-sec-main .testimonials-slider-main button.slick-next.slick-arrow{left:48%;transform:rotate(45deg)}.testimonials-sec-main .testimonials-slider-main button.slick-prev.slick-arrow{left:50%;transform:rotate(45deg)}.testimonials-sec-main .testimonials-slider-main button.slick-arrow svg image{outline:0}.testimonials-slider-main .testimonial-slide-item .testimonial-item-inner .author-content .auth-quote::after{content:'';background:url(../images/quote.png);position:absolute;width:64px;height:64px;background-repeat:no-repeat;background-position:bottom right;background-size:cover;bottom:-35px;right:30px;filter:brightness(0) saturate(100%) invert(71%) sepia(83%) saturate(2930%) hue-rotate(123deg) brightness(104%) contrast(85%)}.sec2_inner{width:100%;overflow:hidden;background:var(--secondary);margin-top:40px;padding:40px 0}.sec2_inner .content{width:100%;overflow:hidden;position:relative;z-index:1}.sec2_inner .our-market .heading-six{color:var(--primary);font-weight:600;margin-bottom:0;font-family:Montserrat;font-size:18px;line-height:28px}.sec2_inner .our-count .heading-six{color:var(--primary);font-weight:600;margin-bottom:0;font-size:18px;line-height:28px;font-family:Montserrat}.sec2_inner .sec2_slider{background:var(--primary)}.sec2_inner .sec2_slider .box,.sec2_inner .sec2_slider_rtl .box{display:flex;justify-content:center;align-items:center}.sec2_inner .sec2_slider .box p,.sec2_inner .sec2_slider_rtl .box p{color:var(--white-color);font-size:22px;margin:0;text-transform:capitalize;line-height:22px;font-weight:600;font-family:Roboto;font-style:italic}.sec2_inner .sec2_slider .box span,.sec2_inner .sec2_slider_rtl .box span{display:block;color:var(--secondary);font-size:100px;line-height:100px;transform:translate(25px,15px)}.sec2_inner .sec2_slider_rtl{display:flex;align-items:center;justify-content:center;gap:25px}.sec2_inner .sec2_slider_rtl .box p{color:var(--white)}.sec2_inner .sec2_slider_rtl .box span{color:var(--primary);transform:translate(-20px,20px)}.sec2_inner .content .sec_logo{width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:22}.faq-sec-main{padding:50px 0}.faq-sec-main .faq-sec-head span.sub-heading{font-size:16px;line-height:21px;font-weight:500;color:var(--black);display:inline-block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:5px 25px;border-radius:50px;margin-bottom:5px;text-transform:capitalize}.faq-sec-main .faq-sec-head .heading-three{color:var(--secondary);font-weight:700;font-size:35px;line-height:45px;margin-bottom:0;margin-top:10px;font-style:italic}.faq-sec-main .faq-sec-head .heading-three span{display:flex;color:var(--primary)}.faq-sec-main .faqs-sec-item{margin-top:25px}.faq-sec-main .faqs-sec-item .accordion-item{margin:0 0 20px;border-radius:0;background:0 0;border:none}.faq-sec-main .faqs-sec-item .accordion-item button.accordion-button{background:var(--primary);color:var(--white);font-size:18px;line-height:24px;font-weight:500;box-shadow:none;border-radius:10px;padding:20px 20px;display:flex;align-items:center;margin:0;border:1px solid var(--primary)}.faq-sec-main .faqs-sec-item .accordion-item button.accordion-button.collapsed{color:var(--black);background:0 0}.faq-sec-main .faqs-sec-item .accordion-item .accordion-body{color:var(--black);padding:20px 20px;font-size:16px;line-height:26px;font-weight:400}.faq-sec-main .faqs-sec-item .accordion-item button.accordion-button:not(.collapsed)::after{content:"\f068";font-family:'Font Awesome 5 Free';font-size:20px;transform:rotate(0);background:var(--white);color:var(--secondary)}.faq-sec-main .faqs-sec-item .accordion-item button.accordion-button::after{background:var(--secondary);content:'\2b';font-weight:600;width:30px;height:30px;line-height:30px;border-radius:100%;text-align:center;transition:all .3s ease-in-out;color:var(--white);background-image:none;font-size:25px}.abt-sec-rg-main{position:relative;z-index:1;width:75%;margin:auto;transition:all .5s ease-in-out}.abt-sec-rg-main:after{content:"";background:var(--primary);position:absolute;width:100%;height:80%;bottom:-25px;left:0;z-index:-1;border-radius:10px;transition:all .5s ease-in-out}.abt-sec-rg-main:hover:after{background:var(--secondary)}.abt-sec-rg-main img{display:flex;justify-content:center;align-items:center;margin:0 auto;width:80%}.abt-sec-rg-main .abt-rg-btm-text{display:flex;align-items:center;justify-content:space-around;margin-top:15px}.abt-sec-rg-main .abt-rg-btm-text .ban-rg-box-count{display:flex;align-items:center;gap:10px}.abt-sec-rg-main .abt-rg-btm-text .ban-rg-box-count .heading-five{display:flex;align-items:center;gap:10px;margin:0}.abt-sec-rg-main .abt-rg-btm-text .ban-rg-box-count .heading-five span{color:var(--secondary);font-weight:700;transition:all .5s ease-in-out}.abt-sec-rg-main .abt-rg-btm-text .ban-rg-box-count p{color:var(--white);font-weight:400;transition:all .5s ease-in-out;margin:0;font-size:20px;line-height:20px}.abt-sec-rg-main:hover .abt-rg-btm-text .ban-rg-box-count .heading-five span,.abt-sec-rg-main:hover .abt-rg-btm-text .ban-rg-box-count p{color:var(--white)}.abt-sec-rg-main .abt-rg-btm-text a.header-btn{display:flex;align-items:center;justify-content:end;gap:20px;text-decoration:none}.abt-sec-rg-main .abt-rg-btm-text a.header-btn .head-icon{background:var(--secondary);width:41px;height:41px;display:flex;justify-content:center;align-items:center;border-radius:100%;transition:all .5s ease-in-out}.abt-sec-rg-main .abt-rg-btm-text a.header-btn .head-icon i{color:#fff;font-size:22px}.abt-sec-rg-main .abt-rg-btm-text a.header-btn .header-btn-cont span{color:var(--black);font-size:12px;line-height:19px;font-weight:500;transition:all .5s ease-in-out}.abt-sec-rg-main .abt-rg-btm-text a.header-btn .header-btn-cont h5{color:var(--white);font-size:24px;line-height:31px;font-weight:600;transition:all .5s ease-in-out}.abt-sec-rg-main:hover .abt-rg-btm-text a.header-btn .head-icon{background:var(--primary)}.abt-sec-rg-main:hover .abt-rg-btm-text a.header-btn .header-btn-cont h5,.abt-sec-rg-main:hover .abt-rg-btm-text a.header-btn .header-btn-cont span{color:#fff}.cmp-head-row{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:0}.cmp-col-label{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:10px 16px;display:flex;align-items:center;gap:7px}.cmp-col-label.bad{background:#fef3f0;color:#b03020;border:1px solid #f5cec8;border-radius:6px 6px 0 0}.cmp-col-label.good{background:#eef7f0;color:#1a5c35;border:1px solid #b8ddc4;border-radius:6px 6px 0 0;margin-left:8px}.cmp-body-row{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:2px solid var(--ink)}.cmp-half{display:flex;flex-direction:column;gap:0}.cmp-half.right{border-left:1px solid rgba(0,0,0,.1)}.cmp-item{display:flex;align-items:flex-start;gap:10px;padding:10px 10px;font-size:16px;line-height:26px;border-bottom:1px solid rgba(0,0,0,.07);transition:background .2s}.cmp-item:hover{background:rgba(0,0,0,.025)}.cmp-item:last-child{border-bottom:none}.ci{flex-shrink:0;font-size:13px;margin-top:1px}.ci.x{color:#c0392b}.ci.c{color:var(--leaf)}.cmp-item.bad-item{color:#7a3028}.cmp-item.good-item{color:#2a5c38}.believe-ticker{position:relative;z-index:1;background:#0b0e0b;overflow:hidden;padding:20px 0;display:flex;align-items:center}.ticker-track{display:flex;align-items:center;gap:0;white-space:nowrap;animation:tickerMove 22s linear infinite;will-change:transform}.ticker-item{display:flex;align-items:center;gap:16px;padding:0 24px;font-size:20px;line-height:30px;font-weight:600;letter-spacing:2px;text-transform:capitalize;color:rgba(255,255,255,.55)}.ticker-dot{width:5px;height:5px;border-radius:50%;background:var(--secondary);flex-shrink:0}@keyframes tickerMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}.commit{background:#f7f4ed;position:relative;padding:0 0 50px}.commit-intro{display:grid;grid-template-columns:1fr 1fr;border-bottom:2px solid var(--ink)}.ci-left{padding:50px 30px 50px;border-right:1px solid rgba(0,0,0,.12)}.ci-tag{width:fit-content;display:block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:7px 20px;border-radius:50px;backdrop-filter:blur(10px);margin-bottom:15px;font-weight:500;font-size:17px;line-height:27px;text-transform:capitalize}.commit-title{font-family:Roboto;font-size:clamp(35px,5vw,55px);font-weight:500;line-height:clamp(45px,5vw,66px);letter-spacing:-2px;color:var(--secondary);font-style:italic}.commit-title em{font-style:italic;color:var(--primary);font-weight:500}.ci-right{padding:0 30px 50px;display:flex;align-items:flex-end}.ci-sub{color:var(--black);font-size:20px;line-height:30px;font-weight:500}.ci-sub strong{color:var(--primary);font-weight:600}.commit-row{display:grid;grid-template-columns:260px 1fr;min-height:220px;border-bottom:1px solid rgba(0,0,0,.1);position:relative;overflow:hidden;cursor:default;transition:background .35s ease}.commit-row:hover{background:var(--primary)}.commit-row::before{content:'';position:absolute;inset:0;background:#000;clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:clip-path .5s cubic-bezier(.77,0,.18,1);z-index:0}.commit-row:hover::before{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.cr-left{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(0,0,0,.1);padding:40px 32px;transition:border-color .3s}.commit-row:hover .cr-left{border-color:rgba(255,255,255,.08)}.cr-number{font-family:'Bebas Neue',sans-serif;font-size:clamp(72px,10vw,130px);line-height:.9;color:var(--secondary);transition:color .35s;letter-spacing:-2px;text-align:center}.commit-row:hover .cr-number{color:var(--primary)}.cr-unit{font-family:Cormorant,serif;font-size:clamp(28px,3.5vw,48px);font-style:italic;color:var(--primary);line-height:1;transition:color .35s;margin-left:2px;align-self:flex-start;margin-top:14px}.commit-row:hover .cr-unit{color:var(--primary)}.cr-right{position:relative;z-index:1;padding:48px 64px;display:flex;flex-direction:column;justify-content:center}.cr-index{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:capitalize;color:var(--black);margin-bottom:14px;transition:color .3s;font-family:Montserrat}.commit-row:hover .cr-index{color:var(--primary)}.cr-title{font-family:Roboto;font-size:clamp(24px,3vw,38px);font-weight:600;letter-spacing:-.5px;line-height:clamp(34px,3vw,48px);margin-bottom:16px;transition:color .3s;position:relative;padding-left:20px;font-style:italic}.cr-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--primary);transition:background .3s,width .3s}.commit-row:hover .cr-title::before{background:var(--primary);width:3px;height:100%;border-radius:2px;top:0;transform:none}.commit-row:hover .cr-title{color:var(--cream)}.cr-desc{font-size:18px;color:var(--black);line-height:32px;transition:color .3s;width:75%}.cr-desc strong{font-weight:600;color:var(--ink);transition:color .3s}.commit-row:hover .cr-desc{color:#fff}.commit-row:hover .cr-desc strong{color:rgba(255,255,255,.88)}.cr-arrow{margin-top:20px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:capitalize;color:var(--primary);opacity:0;transform:translateX(-12px);transition:all .35s .05s;display:inline-flex;align-items:center;gap:8px;width:fit-content;text-decoration:none}.commit-row:hover .cr-arrow{color:var(--primary);opacity:1;transform:translateX(0)}section.calendly_Intergrate{padding:50px 0;position:relative;z-index:2;background:#000}section.calendly_Intergrate .content{width:85%}section.calendly_Intergrate .content h6{font-size:17px;line-height:22px;font-weight:500;color:var(--white);display:inline-block;background:rgba(255,255,255,.2);border:1px solid var(--primary);padding:5px 25px;border-radius:50px;margin-bottom:10px;text-transform:capitalize}section.calendly_Intergrate .content h3{color:var(--white);font-weight:700;font-size:39px;line-height:50px;margin-bottom:15px;margin-top:10px;font-style:italic}section.calendly_Intergrate .content h3 span{color:var(--primary)}section.calendly_Intergrate .content p{color:var(--white);font-weight:400;line-height:27px;font-size:17px}section.calendly_Intergrate .location-dv{margin-top:30px}section.calendly_Intergrate .location-dv li{margin-bottom:15px}section.calendly_Intergrate .location-dv li p{color:var(--white);font-size:16px;line-height:26px}section.calendly_Intergrate .location-dv li a{color:var(--white);font-size:16px;line-height:26px;text-decoration:none;transition:.2s all ease-in}section.calendly_Intergrate .location-dv li i{background:var(--secondary);color:var(--white);font-size:16px;font-weight:600;width:30px;height:30px;line-height:30px;text-align:center;margin:0 10px 0 0;border-radius:5px;transition:.2s all ease-in}section.calendly_Intergrate .location-dv li a:hover{color:var(--primary)}section.calendly_Intergrate .location-dv li a:hover i{background:var(--primary)}section.calendly_Intergrate .contact-main-form{box-shadow:0 0 10px var(--black);border-radius:15px;padding:40px 30px 30px!important;position:relative;background-color:rgb(250 248 242 / 16%)!important;border:1px solid rgba(250,248,242,.1)}section.calendly_Intergrate .contact-main-form h5{color:var(--white);font-size:34px;line-height:45px;font-weight:700}section.calendly_Intergrate .contact-main-form p{color:var(--white);font-size:18px;line-height:28px;font-weight:400;text-transform:capitalize;margin-bottom:20px}section.calendly_Intergrate .contact-main-form form .form-group input,section.calendly_Intergrate .contact-main-form form .form-group select,section.calendly_Intergrate .contact-main-form form .form-group textarea{width:100%!important;border-radius:7px!important;padding:10px 15px;background:0 0;border:1px solid var(--white);resize:none;margin-bottom:20px;height:70px;color:var(--white);outline:0!important;font-size:17px;line-height:27px;font-weight:500}section.calendly_Intergrate .contact-main-form form .form-group select option{color:var(--black)}section.calendly_Intergrate .contact-main-form form .form-group textarea{height:100px}section.calendly_Intergrate .contact-main-form form .form-group input::placeholder,section.calendly_Intergrate .contact-main-form form .form-group textarea::placeholder{color:var(--white)}section.calendly_Intergrate .contact-main-form form .form-check-new{margin:0 0 10px;display:flex;align-items:start}section.calendly_Intergrate .contact-main-form form .form-check-new input{border:1px solid #e9e7e7;padding:8px;border-radius:3px;outline:0;box-shadow:none;margin:5px 8px 0 0;cursor:pointer}section.calendly_Intergrate .contact-main-form form .form-check-new .form-check-label{color:var(--white);font-size:13px;line-height:23px;font-weight:400;cursor:pointer;opacity:1}section.calendly_Intergrate .contact-main-form form .form-group button.submit-btn{background:0 0;border:2px solid var(--white);position:relative;display:flex;justify-content:center;align-items:center;margin:10px 0 0;height:55px;width:100%;text-align:center;font-size:18px;line-height:28px;font-weight:800;letter-spacing:.5px;text-transform:capitalize;text-decoration:none;color:var(--white);border-radius:6px;cursor:pointer;transition:ease-out .5s;-webkit-transition:ease-out .5s;-moz-transition:ease-out .5s}section.calendly_Intergrate .contact-main-form form .form-group button.submit-btn:hover{background:var(--primary);border-color:var(--primary)}section.calendly_Intergrate .contact-main-form form .form-group-select h4{color:var(--white);font-weight:600;font-size:20px;margin:10px 0;line-height:28px}section.calendly_Intergrate .contact-main-form form .form-group-select .form-check-flex{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:10px}section.calendly_Intergrate .contact-main-form form .form-group-select .form-check-flex .form-check{margin:0 5px 10px;width:45%;display:flex;align-items:center;padding:0}.contact-main-form form .form-group-select .form-check-flex .form-check input{border:1px solid var(--secondary);outline:0;box-shadow:none;margin:0 10px 0 0;cursor:pointer}.contact-main-form form .form-group-select .form-check-flex .form-check label{color:var(--white);font-size:16px;font-weight:600;cursor:pointer}footer{background:var(--secondary);color:var(--white)}footer .footer-logo img{width:300px;filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7477%) hue-rotate(130deg) brightness(106%) contrast(101%)}footer .footer-logo p{line-height:27px;font-weight:400;font-size:14px;width:95%}footer a{color:var(--white);text-decoration:none;transition:.3s ease}footer a:hover{color:var(--primary)}.footer-title{font-size:20px;font-weight:500;margin-bottom:15px;line-height:30px;font-family:Roboto;color:var(--primary);font-style:italic;text-transform:uppercase}footer .list-unstyled li{position:relative}footer .list-unstyled li::after{content:"";right:0;height:1px;background-image:-webkit-linear-gradient(left,#e0e3eb,transparent);display:block;position:absolute;left:0;bottom:-10px}footer .list-unstyled li:nth-last-child(1):after{display:none}footer .footer-contact li::after{display:none}.footer-bottom{background:var(--primary);color:var(--secondary)}.footer-bottom small{color:var(--white)}.footer-bottom a{font-weight:500}.footer-bottom a:hover{color:var(--secondary)}.social-icons a{font-size:28px;margin-right:10px}.icon{color:var(--primary);margin-right:8px;font-size:20px}.popupform.halweenform{height:500px;width:750px;background-position:top;padding:35px 30px 35px 0;border:3px solid #fff0;box-sizing:content-box;border-radius:14px;position:fixed;top:0;left:0;right:0;margin:auto;z-index:999;bottom:0;background:#fff;display:none}.halweenform .row{display:flex}img.popleft{max-width:500px;position:absolute;top:100px;left:-110px;z-index:0}.close-btn{width:45px;height:45px;display:block;position:absolute;top:-48px;right:-35px;font-size:18px;font-weight:900;color:#000;padding-top:3px;background-color:#e9e9e9;text-align:center;border-radius:50px;align-items:center;display:grid;border:3px inset #000}.validate-popupform-onstart-success{font-size:12px;color:#fff;background:#7fcf7f;padding:4px 13px;position:absolute;margin-top:-7px;text-align:center;width:85%;height:21px}.popupform form input,.popupform form textarea{width:100%;border:1px solid #e5e5e5;border-radius:5px;height:50px;margin-bottom:20px;color:#000}.popupform.halweenform ul li textarea{height:80px;resize:none;width:100%;border:1px solid #e5e5e5;border-radius:5px;padding:10px}.popupform.halweenform ul li{margin:0;width:100%}.popupform.halweenform ul li input[type=submit]{width:100%;background:#3394f8!important;border-color:#3394f8!important;border-radius:10px;font-size:16px;text-transform:capitalize;font-weight:600;letter-spacing:normal;cursor:pointer;color:#fff;text-transform:uppercase;margin:11px 0 0}.popupform.halweenform p.ptex-lab{margin-bottom:0;margin-top:20px;text-align:left;font-size:13px!important;color:#999191;line-height:19px!important}.popupform h6{font-size:23px;line-height:30px;margin:0 0 20px}.popupform h6 b{font-weight:900;color:#3394f8!important;font-size:30px}.overlay_popup{position:fixed;background-color:rgb(0 0 0 / .62);top:0;bottom:0;left:0;width:100%;height:100%;z-index:9999;display:none}@media only screen and (min-width:576px) and (max-width:767px){.hero-section{padding:180px 20px 70px}.hero-section .hero-content h1{font-size:52px;line-height:66px}.hero-section .hero-content p{font-size:17px;line-height:30px;width:100%}.hero-section .hero-content .hero-form{grid-template-columns:1fr 1fr;gap:10px}.hero-section .hero-content .hero-form button{grid-column:span 2;padding:10px}.commit .commit-intro{grid-template-columns:1fr}.commit .container-fluid{padding:0 20px!important}.services-tab-sec .container-fluid{padding:0 30px!important}.commit .commit-intro .ci-left{padding:30px 25px 15px;border-right:none}.commit .commit-intro .ci-left .commit-title{font-size:38px;line-height:50px;text-align:center}.commit .commit-intro .ci-left .ci-tag{margin:0 auto 10px;display:flex;justify-content:center}.commit .commit-intro .ci-right{padding:0 25px 30px;text-align:center}.commit .commit-intro .ci-right .ci-sub{font-size:16px;line-height:26px}.commit .commit-row{grid-template-columns:200px 1fr}.commit .commit-row .cr-right{padding:30px 25px}.commit .commit-row .cr-right .cr-title{font-size:22px;line-height:32px}.commit .commit-row .cr-right .cr-desc{width:100%;font-size:16px;line-height:28px}.services-tab-sec{padding:45px 0 50px}.services-tab-sec .service-tab-content-main .about-title{font-size:30px;line-height:42px}.services-tab-sec .service-tab-content-main p.about-text{width:90%;font-size:17px}.services-tab-sec .service-tab-content-wrap .servic-tab-fl{display:block!important}.service-tab-content-wrap .servic-tab-fl .nav-pills{width:100%;min-width:100%;margin-bottom:20px}.service-tab-content-wrap .servic-tab-fl .tab-content{padding-left:0}section.tabs-section{padding:40px 0 40px}section.tabs-section .tabs-head h2{font-size:38px;line-height:50px}section.tabs-section .image-box{flex-wrap:wrap;gap:10px!important}section.tabs-section .image-box .img-div{width:47%;margin-bottom:60px}.about-section{padding:35px 0}.about-section .why-this-name-content-main span.sub-heading{padding:5px 10px;font-size:19px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px}.why-this-name-content-main .about-title{font-size:34px;line-height:44px;text-align:center}.why-this-name-content-main .about-text{text-align:center}.why-this-name-content-main .website-main-buttons{justify-content:center;flex-wrap:wrap;gap:15px}.why-this-name-content-main .website-main-buttons a.call-btn,.why-this-name-content-main .website-main-buttons button.popup-btn{width:auto!important}.sec-process{padding:55px 0}.sec-process .heading-two{font-size:32px;line-height:44px}.sec-process p{max-width:90%;font-size:17px;line-height:28px}.sec-process .process-grid{gap:35px;margin-top:30px}.sec-process .process-grid .process-item{max-width:100%;min-width:100%}.sec-process .process-grid img{display:none}.cta-main-wrap .cta-main-content .heading-three{font-size:36px;line-height:48px}.cta-main-wrap .cta-main-content p{width:90%;font-size:17px}.cta-main-wrap .cta-main-content .website-main-buttons{flex-wrap:wrap;justify-content:center;gap:15px}.cta-main-wrap .cta-main-content .website-main-buttons a.call-btn,.cta-main-wrap .cta-main-content .website-main-buttons button.popup-btn{width:auto!important}.cta-main-wrap .cta-left-img{left:0!important;top:75px!important;width:auto}.cta-main-wrap .cta-left-img img{width:38%;display:none}.cta-main-wrap .cta-right-img{bottom:60px}.cta-main-wrap .cta-right-img img{width:40%;display:none}section.testimonials-sec-main{padding:40px 0}.testimonials-sec-head .heading-three{font-size:30px;line-height:44px;margin-bottom:30px}.testimonials-slider-main .testimonial-slide-item{padding:0 15px}.testimonials-slider-main .testimonial-slide-item .author-item{flex-direction:column;align-items:flex-start;z-index:11;position:relative}.testimonials-slider-main .testimonial-slide-item .testimonial-item-inner .author-content .auth-quote{margin-left:0;padding:20px}.testimonial-slide-item .testimonial-item-inner .author-content .auth-quote p{font-size:16px;line-height:28px}.faq-sec-main .faq-sec-head .heading-three{font-size:30px;line-height:42px}.faq-sec-main .faqs-sec-item .accordion-item button.accordion-button{font-size:17px;line-height:27px}.abt-sec-rg-main{width:90%}}@media only screen and (min-width:768px) and (max-width:991px){.hero-section{padding:160px 25px 80px}.hero-section .hero-content h1{font-size:62px;line-height:76px}.hero-section .hero-content p{font-size:18px;line-height:32px;width:100%}.hero-section .hero-content .hero-form{grid-template-columns:repeat(3,1fr);gap:10px}.hero-section .hero-content .hero-form button{grid-column:span 3;padding:12px}.commit .commit-intro{grid-template-columns:1fr}.commit .commit-intro .ci-left{padding:40px 30px 20px;border-right:none}.commit .commit-intro .ci-left .commit-title{font-size:42px;line-height:54px}.commit .commit-intro .ci-right{padding:0 30px 40px}.commit .commit-row{grid-template-columns:200px 1fr}.commit .commit-row .cr-right{padding:36px 30px}.commit .commit-row .cr-right .cr-title{font-size:26px;line-height:36px}.commit .commit-row .cr-right .cr-desc{width:100%;font-size:17px;line-height:29px}.services-tab-sec{padding:55px 0 70px}.services-tab-sec .service-tab-content-main .about-title{font-size:34px;line-height:46px}.services-tab-sec .service-tab-content-main p.about-text{width:85%;font-size:18px}.services-tab-sec .service-tab-content-wrap .servic-tab-fl{display:block!important}.service-tab-content-wrap .servic-tab-fl .nav-pills{width:100%;min-width:100%;margin-bottom:25px;display:flex;flex-wrap:wrap;gap:10px}.services-tab-sec .nav-pills .nav-link{flex:1;min-width:200px}.service-tab-content-wrap .servic-tab-fl .tab-content{padding-left:0}section.tabs-section{padding:50px 0 50px}section.tabs-section .tabs-head h2{font-size:40px;line-height:52px}section.tabs-section .image-box .img-div{width:47%;margin-bottom:60px}.about-section{padding:40px 0}.why-this-name-content-main .about-title{font-size:38px;line-height:48px}.why-this-name-content-main .website-main-buttons{flex-wrap:wrap;gap:15px}.about-section .why-this-name-content-main .website-main-buttons a.call-btn,.about-section .why-this-name-content-main .website-main-buttons button.popup-btn{width:auto!important}.sec-process{padding:60px 0 80px}.sec-process .heading-two{font-size:38px;line-height:50px}.sec-process p{max-width:75%;font-size:18px;line-height:28px}.sec-process .process-grid{gap:30px;margin-top:40px}.sec-process .process-grid .process-item{min-width:calc(50% - 30px);max-width:calc(50% - 30px)}.sec-process .process-grid img{display:none}.cta-main-wrap .cta-main-content .heading-three{font-size:42px;line-height:54px}.cta-main-wrap .cta-main-content p{width:85%;font-size:18px}.cta-main-wrap .cta-left-img img{width:60%;display:none}.cta-main-wrap .cta-right-img img{width:70%;display:none}section.testimonials-sec-main{padding:45px 0}.testimonials-sec-head .heading-three{font-size:36px;line-height:48px;margin-bottom:40px}.testimonials-slider-main .testimonial-slide-item{padding:0 20px}.testimonials-slider-main .testimonial-slide-item .testimonial-item-inner .author-content .auth-quote{margin-left:20px;padding:22px 28px}.testimonial-slide-item .testimonial-item-inner .author-content .auth-quote p{font-size:16px;line-height:28px}.faq-sec-main .faq-sec-head .heading-three{font-size:32px;line-height:44px}.abt-sec-rg-main{width:85%;margin:30px auto 0}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section{padding:170px 30px 90px}.hero-section .hero-content h1{font-size:68px;line-height:82px}.hero-section .hero-content p{font-size:18px;line-height:32px;width:95%}.hero-section .hero-content .hero-form{grid-template-columns:repeat(4,1fr)}.hero-section .hero-content .hero-form button{grid-column:span 4;padding:12px}.commit .commit-intro .ci-left{padding:45px 30px 45px}.commit .commit-intro .ci-left .commit-title{font-size:44px;line-height:56px}.commit .commit-row{grid-template-columns:220px 1fr}.commit .commit-row .cr-right{padding:40px 40px}.commit .commit-row .cr-right .cr-title{font-size:28px;line-height:38px}.commit .commit-row .cr-right .cr-desc{width:90%;font-size:17px}.services-tab-sec{padding:60px 0 80px}.services-tab-sec .service-tab-content-main .about-title{font-size:34px;line-height:46px}.services-tab-sec .service-tab-content-main p.about-text{width:75%;font-size:19px}.services-tab-sec .nav-pills{min-width:260px}.services-tab-sec .nav-pills .nav-link strong{font-size:16px}section.tabs-section{padding:50px 0 60px}section.tabs-section .tabs-head h2{font-size:42px;line-height:54px}section.tabs-section .image-box .img-div{width:30%}section.tabs-section .image-box .img-div img{height:320px}.about-section{padding:40px 0}.why-this-name-content-main .about-title{font-size:40px;line-height:50px}.sec-process{padding:70px 0 100px}.sec-process .heading-two{font-size:40px;line-height:52px}.sec-process p{max-width:60%;font-size:18px}.sec-process .process-grid .process-item{min-width:280px;max-width:280px}.cta-main-wrap .cta-main-content .heading-three{font-size:43px;line-height:53px}.cta-main-wrap .cta-main-content p{width:80%;font-size:19px}.cta-main-wrap .cta-left-img{top:20px;left:-5px}.cta-main-wrap .cta-left-img img{width:50%}.cta-main-wrap .cta-right-img img{width:65%}section.testimonials-sec-main{padding:50px 0}.testimonials-sec-head .heading-three{font-size:38px;line-height:50px}.testimonials-slider-main .testimonial-slide-item .testimonial-item-inner .author-content .auth-quote{margin-left:30px;padding:24px 32px}.faq-sec-main .faq-sec-head .heading-three{font-size:33px;line-height:44px}.abt-sec-rg-main{width:80%}.commit .container-fluid,.services-tab-sec .container-fluid{padding:0 50px!important}}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-section{padding:190px 30px 100px}.hero-section .hero-content h1{font-size:72px;line-height:86px}.hero-section .hero-content p{font-size:18px;width:90%}.commit .commit-intro .ci-left .commit-title{font-size:48px;line-height:60px}.commit .commit-row{grid-template-columns:240px 1fr}.commit .commit-row .cr-right{padding:44px 55px}.commit .commit-row .cr-right .cr-title{font-size:32px;line-height:42px}.commit .commit-row .cr-right .cr-desc{width:80%;font-size:17px}.services-tab-sec .service-tab-content-main .about-title{font-size:36px;line-height:48px}.services-tab-sec .service-tab-content-main p.about-text{width:65%;font-size:19px}section.tabs-section .tabs-head h2{font-size:43px;line-height:54px}.why-this-name-content-main .about-title{font-size:42px;line-height:52px}.sec-process .heading-two{font-size:43px;line-height:54px}.sec-process p{max-width:50%;font-size:19px}.sec-process .process-grid .process-item{min-width:300px;max-width:300px}.cta-main-wrap .cta-left-img{top:30px}.cta-main-wrap .cta-left-img img{width:60%}.cta-main-wrap .cta-right-img img{width:60%}.cta-main-wrap .cta-main-content .heading-three{font-size:50px;line-height:62px}.cta-main-wrap .cta-main-content p{width:78%;font-size:19px}.testimonials-sec-head .heading-three{font-size:42px;line-height:54px}.faq-sec-main .faq-sec-head .heading-three{font-size:34px;line-height:45px}.abt-sec-rg-main{width:78%}}@media only screen and (min-width:1400px) and (max-width:1899px){.hero-section{padding:200px 30px 100px}.hero-section .hero-content h1{font-size:78px;line-height:90px}.hero-section .hero-content p{font-size:19px;width:85%}.commit .commit-intro .ci-left .commit-title{font-size:52px;line-height:64px}.commit .commit-row .cr-right{padding:48px 64px}.commit .commit-row .cr-right .cr-title{font-size:36px;line-height:46px}.commit .commit-row .cr-right .cr-desc{width:72%;font-size:18px;line-height:32px}.services-tab-sec .service-tab-content-main .about-title{font-size:37px;line-height:50px}.services-tab-sec .service-tab-content-main p.about-text{width:58%;font-size:20px}section.tabs-section .tabs-head h2{font-size:44px;line-height:56px}section.tabs-section .image-box .img-div img{height:420px}section.tabs-section .image-box .img-div a::after{height:420px}.why-this-name-content-main .about-title{font-size:44px;line-height:54px}.sec-process .heading-two{font-size:44px;line-height:56px}.sec-process p{max-width:42%;font-size:20px;line-height:30px}.sec-process .process-grid .process-item{min-width:330px;max-width:330px}.cta-main-wrap .cta-left-img img{width:65%}.cta-main-wrap .cta-right-img img{width:75%}.cta-main-wrap .cta-main-content .heading-three{font-size:53px;line-height:64px}.cta-main-wrap .cta-main-content p{font-size:20px;width:72%}.testimonials-sec-head .heading-three{font-size:44px;line-height:56px}.testimonials-slider-main .testimonial-slide-item .author-item .author-img img{width:140px}.testimonials-slider-main .testimonial-slide-item .author-item .author-meta .heading-five{font-size:26px;line-height:36px}.faq-sec-main .faq-sec-head .heading-three{font-size:36px;line-height:47px}.abt-sec-rg-main{width:72%}}@media only screen and (min-width:300px) and (max-width:575px){.custom-navbar{padding:10px 20px;margin:0 20px}.custom-navbar .logo-img{width:100%;margin-bottom:15px}.custom-navbar .d-flex.align-items-center.order-lg-2.ms-auto.gap-2{margin:0!important}.custom-navbar .container-fluid{justify-content:center}.hero-section{padding:250px 12px 65px}.hero-section .hero-content{max-width:100%}.hero-section .hero-content .hero-badge{padding:6px 15px;font-size:13px;line-height:26px}.hero-section .hero-content h1{font-size:45px;line-height:60px}.hero-section .hero-content p{font-size:17px;line-height:30px;width:100%}.hero-section .hero-content .hero-form{display:block;padding:10px!important}.hero-section .hero-content .hero-form input{width:100%;margin-bottom:10px}.hero-section .hero-content .hero-form button{width:100%;padding:9px}.commit .container-fluid{padding:0!important}.commit .commit-intro{grid-template-columns:1fr}.commit .commit-intro .ci-left{padding:20px 20px 10px;border-right:none}.commit .commit-intro .ci-left .ci-tag{padding:5px 10px;font-size:15px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px}.commit .commit-intro .ci-left .commit-title{text-align:center}.commit .commit-intro .ci-right{padding:0 20px;text-align:center}.commit .commit-intro .ci-right .ci-sub{font-size:13px;line-height:23px}.commit .commit-row{display:block;min-height:max-content}.commit .commit-row .cr-left{padding:30px 20px 10px;border-right:none}.commit .commit-row .cr-right{padding:30px 20px}.commit .commit-row .cr-right .cr-index{text-align:center}.commit .commit-row .cr-right .cr-title{text-align:center}.commit .commit-row .cr-right .cr-desc{width:100%;text-align:center;font-size:17px;line-height:31px}.commit .commit-row .cr-right .cr-arrow{text-align:center;display:flex;justify-content:center;width:100%}.services-tab-sec{padding:35px 0 35px}.services-tab-sec .container-fluid{padding:0 20px!important}.services-tab-sec .service-tab-content-main{margin-bottom:20px}.services-tab-sec .service-tab-content-main span.sub-heading{padding:5px 10px;font-size:15px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%}.services-tab-sec .service-tab-content-main .about-title{font-size:23px;line-height:36px;margin:10px 0}.services-tab-sec .service-tab-content-main .about-text{width:100%!important;font-size:16px!important}.services-tab-sec .service-tab-content-wrap .servic-tab-fl{display:block!important}.service-tab-content-wrap .servic-tab-fl .nav-pills{width:100%;min-width:100%}.service-tab-content-wrap .servic-tab-fl .tab-content{padding-left:0}.servic-tab-fl .tab-content .service-card-content{padding:20px;text-align:center}.servic-tab-fl .tab-content .service-card-content .svc-icon-wrap{margin:0 auto 10px}.servic-tab-fl .tab-content .service-card-content h4{font-size:19px;line-height:29px}.services-tab-sec .service-card-content p{font-size:16px;line-height:30px}.servic-tab-fl .tab-content .service-card-content .svc-card-footer{display:block}.servic-tab-fl .tab-content .service-card-content .svc-card-footer .svc-badge{width:100%;margin-bottom:15px}section.tabs-section{padding:35px 0 20px}section.tabs-section .sub-heading{padding:5px 10px;font-size:19px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%}section.tabs-section .tabs-head h2{font-size:35px;line-height:45px}section.tabs-section .image-box{display:block}section.tabs-section .image-box .img-div{width:100%;margin-bottom:60px}.about-section{padding:30px 0}.about-section .why-this-name-content-main span.sub-heading{padding:5px 10px;font-size:19px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%}.why-this-name-content-main .about-title{text-align:center;font-size:28px;line-height:38px}.why-this-name-content-main .about-text{text-align:center}.why-this-name-content-main .website-main-buttons{display:block}.why-this-name-content-main .website-main-buttons a.call-btn,.why-this-name-content-main .website-main-buttons button.popup-btn{width:100%!important;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.sec-process{padding:50px 0}.sec-process .heading-six{padding:5px 10px;font-size:16px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%}.sec-process .heading-two{font-size:20px;line-height:35px}.sec-process p{max-width:100%!important;font-size:16px;line-height:26px}.sec-process .process-grid{gap:30px;justify-content:center;align-items:center;margin-top:20px}.sec-process .process-grid .process-item{width:100%;max-width:100%;min-width:100%;margin-top:20px}.sec-process .process-grid img{position:relative;display:none}.cta-main-wrap .cta-main-content .heading-three{font-size:28px;line-height:38px}.cta-main-wrap .cta-main-content p{width:100%;font-size:16px;line-height:26px}.cta-main-wrap .cta-main-content .website-main-buttons{display:block}.cta-main-wrap .cta-main-content .website-main-buttons a.call-btn,.cta-main-wrap .cta-main-content .website-main-buttons button.popup-btn{width:100%!important;margin-bottom:10px!important;display:flex;justify-content:center;align-items:center}.cta-main-wrap .cta-right-img{position:relative}.cta-main-wrap .cta-left-img{position:relative;top:0;left:10px}section.testimonials-sec-main{padding:30px 0}.testimonials-sec-head span.sub-heading{padding:5px 10px;font-size:16px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%}.testimonials-sec-head .heading-three{font-size:25px;line-height:40px;margin-bottom:20px}.testimonials-slider-main .testimonial-slide-item .author-item{flex-direction:column}.testimonials-slider-main .testimonial-slide-item .author-item .author-img{margin-bottom:-10px}.testimonials-slider-main .testimonial-slide-item .author-item .author-meta .heading-five{text-align:center;font-size:22px;line-height:32px}.testimonials-slider-main .testimonial-slide-item .author-item .author-meta .heading-six{font-size:16px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%;padding:8px 15px}.testimonials-slider-main .testimonial-slide-item{padding:0 10px}.testimonials-slider-main .testimonial-slide-item .testimonial-item-inner .author-content .auth-quote{margin:0;padding:15px 15px}.testimonial-slide-item .testimonial-item-inner .author-content .auth-quote p{font-size:16px!important;text-align:center;line-height:26px!important}.testimonials-sec-main .testimonials-slider-main button.slick-next.slick-arrow{left:30%}.testimonials-sec-main .testimonials-slider-main button.slick-prev.slick-arrow{left:50%}.faq-sec-main .faq-sec-head span.sub-heading{padding:5px 10px;font-size:16px;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;width:100%}.faq-sec-main .faq-sec-head .heading-three{font-size:28px;line-height:38px;text-align:center}.faq-sec-main .faqs-sec-item .accordion-item button.accordion-button{font-size:16px;line-height:26px!important;padding:10px}.faq-sec-main .faqs-sec-item .accordion-item .accordion-body{padding:10px}.abt-sec-rg-main{width:100%}.abt-sec-rg-main img{width:90%}.abt-sec-rg-main .abt-rg-btm-text{display:block}.abt-sec-rg-main .abt-rg-btm-text .ban-rg-box-count{justify-content:center}.abt-sec-rg-main .abt-rg-btm-text a.header-btn{justify-content:center;margin-top:10px}section.calendly_Intergrate{padding:30px 0}section.calendly_Intergrate .content{width:100%}section.calendly_Intergrate .content h6{font-size:15px;text-align:center;line-height:26px}section.calendly_Intergrate .content h3{font-size:20px;line-height:30px;text-align:center;margin:10px 0}section.calendly_Intergrate .content p{text-align:center;font-size:16px;margin-bottom:10px}section.calendly_Intergrate .contact-main-form{padding:20px 10px!important}section.calendly_Intergrate .contact-main-form h5{font-size:22px;line-height:33px;text-align:center}section.calendly_Intergrate .contact-main-form p{font-size:16px;text-align:center;line-height:28px}section.calendly_Intergrate .contact-main-form form .form-group-select h4{font-size:16px;line-height:26px}section.calendly_Intergrate .contact-main-form form .form-group-select .form-check-flex{display:block}section.calendly_Intergrate .contact-main-form form .form-group-select .form-check-flex .form-check{width:100%}}