@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";.overlay-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:1000000}.logo-text-wrapper{display:flex;align-items:center;position:relative}.logo{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;background-color:#fff}.company-name{font-size:1.9rem;text-transform:uppercase;font-weight:700;letter-spacing:2px;margin-left:20px;color:#ff9700}.company-name span{font-weight:300;font-size:1.6rem;letter-spacing:0px}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-around;align-items:center;z-index:9999;padding:1rem 0rem;margin:0 auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar-logo{display:block;height:6rem}.navbar-links{display:flex;list-style:none;padding:0 3rem;gap:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar-links li{display:inline}.navbar-link{text-decoration:none;color:#000;font-size:1.6rem;font-weight:600;letter-spacing:1px;transition:opacity .3s;padding:.8rem 1.6rem}.navbar-links a{text-decoration:none;color:#000}.navbar-dropdown{position:relative}.dropdown-div{position:absolute;opacity:0;visibility:hidden;box-shadow:0 10px 10px #00000026;background-color:#fff;left:-14%;top:100%;padding:1rem 1.5rem;width:-moz-max-content;width:max-content;transition:opacity .4s ease,transform .4s ease;border-radius:10px;transform:translateY(20px);display:flex;flex-direction:column}.navbar-dropdown:hover .dropdown-div{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:block;text-decoration:none;color:#000;font-size:1.6rem;font-weight:600;letter-spacing:1px;transition:opacity .3s;padding:.8rem 1.6rem}.navbar-login-div{display:flex;gap:3rem;align-items:center}.navbar-btn{text-transform:capitalize;font-size:1.6rem;letter-spacing:1px;cursor:pointer;font-weight:700;padding:.8rem 1.6rem;border:none;border-radius:10px}.login-btn{background-color:#ff8000;color:#fff;border:1px solid #ff8000;transition:all .3s;position:relative}.signin-btn{background-color:#fff;color:#ff8000;border:1px solid #ff8000}.dropdown{position:relative;cursor:pointer}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;list-style:none;padding:10px 0;box-shadow:0 4px 8px #0003;min-width:180px;border-radius:5px}.dropdown-menu li{padding:10px;white-space:nowrap}.dropdown-menu li a{text-decoration:none;color:#000;display:block}.dropdown-menu li:hover{background:#f0f0f0}.menu-btn{display:none;font-size:2.8rem;font-weight:700;cursor:pointer;color:#777}@media screen and (max-width: 800px){.navbar{justify-content:flex-start;padding:1rem 2rem}.navbar-header{display:flex;width:100%;justify-content:space-between;align-items:center}.navbar-links,.navbar-login-div{display:none}.navbar-logo{display:block;height:4rem}.menu-btn{display:block}.overlay-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(to bottom,#fff,#fff);z-index:99999;display:flex;justify-content:center;align-items:center}.overlay-content{text-align:center;width:100%;padding:2rem}.close-btn{font-size:3rem;position:absolute;top:1rem;right:2rem;cursor:pointer;font-weight:700}.overlay-links{list-style:none;padding:0;margin-top:3rem;display:flex;flex-direction:column;gap:2rem;font-size:2rem}.overlay-link{font-weight:700}.overlay-link--main{text-decoration:none;font-weight:700;color:#333}.overlay-link--sec{font-weight:300;text-decoration:none;color:#444;font-weight:400}.overlay-link-div{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.overlay-buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.navbar-btn{width:70%;padding:1rem;font-size:1.6rem}}.hero-section{width:100%;height:75rem;position:relative;overflow:hidden;margin-bottom:12.8rem}.hero-bg-div.fire-bg{position:absolute;width:100%;height:100%;z-index:-100}.hero-bg-div.fire-bg:after{position:absolute;z-index:-1;content:"";width:300px;height:300px;border-radius:100%;background:radial-gradient(#ff0000b3,#fb0);top:100%;left:100%;transform:translate(-50%,-50%);animation:heroFireCircle 5s ease-in-out forwards}@keyframes heroFireCircle{0%{width:2100px;height:1800px}60%{width:900px;height:1100px}80%{width:1200px;height:1200px}to{width:1100px;height:1100px}}.hero-bg-div.solar-bg{position:absolute;width:100%;height:100%;z-index:-100;overflow:hidden}.hero-solar-bg-blob{position:absolute;width:100%;height:100%;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;z-index:-1;transform-origin:bottom right;animation:blobPulseSolar 6s forwards ease-in-out}@keyframes blobPulseSolar{0%{width:100%;height:150%}50%{width:70%;height:110%}to{width:80%;height:120%}}.hero-bg-div.hvac{position:absolute;width:100%;height:100%;z-index:-100;overflow:hidden}.hero-hvac-bg-blob{position:absolute;width:100%;height:100%;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;z-index:-1;transform-origin:bottom right;animation:blobPulseHvac 6s forwards ease-in-out;filter:brightness(115%)}@keyframes blobPulseHvac{0%{width:100%;height:200%}50%{width:70%;height:130%}to{width:80%;height:170%}}.hero-grid{z-index:1000;display:grid;grid-template-columns:repeat(2,1fr);padding:15rem 0 0;max-width:120rem;gap:2rem;row-gap:7rem;margin:0 auto}.hero-content{color:#000;z-index:1;display:flex;flex-direction:column;justify-content:center}.hero-img-div{display:flex;align-items:center;position:relative}.hero-img{width:100%;display:block;margin:0 auto}.hero-title{font-size:4.4rem;text-align:center;font-weight:700;margin:0 0 3rem;color:#333;text-shadow:1px 1px 1px rgba(0,0,0,.15)}.hero-description{font-size:1.6rem;letter-spacing:1px;line-height:2.2rem;text-align:center;color:#fff;color:#555;margin:0 0 3rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.hero-button{padding:1.2rem 2.4rem;font-size:1.6rem;font-weight:700;border:none;cursor:pointer;transition:all .3s ease-in-out;will-change:transform,opacity;border-radius:10px}.hero-button.primary{background-color:#af0000;background-color:#21549c;background-color:#96c2ff;background-color:#ff8000;color:#fff;border:1px solid white}.hero-button.secondary{background-color:#fff;color:#000;border:1px solid rgb(0,0,0)}.hero-button.primary:hover{background-color:#d43f3f}.hero-button.secondary:hover{background-color:#fff;color:#000}.hero-info-tab{width:80%;margin:0 auto;background-color:#fff;grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);height:12rem;padding:4rem;justify-items:center;border-radius:10px;box-shadow:1px 1px 10px #0006;margin-bottom:3rem}.hero-info{display:flex;align-items:center;gap:2rem}.hero-info-head{font-size:4rem;font-weight:500;background:linear-gradient(to left,orange,orange,red);color:transparent;-webkit-background-clip:text;background-clip:text}.hero-info-sub{font-size:1.8rem;font-weight:500;color:#555;text-transform:capitalize}@media (max-width: 1300px){.hero-grid{padding:12rem 0 0}}@media (max-width: 1220px){.hero-section{height:67rem}.hero-grid{margin:0 5rem}.hero-title{font-size:3.6rem}.hero-description{font-size:1.4rem}}@media (max-width: 1030px){.hero-section{height:112rem}.hero-grid{margin:0 5rem;grid-template-columns:1fr;justify-items:center}.hero-title{font-size:4.2rem;max-width:70rem}.hero-description{max-width:70rem;font-size:1.6rem}.hero-img{width:80%;display:block;margin:0 auto}.hero-info-tab{width:100%}@keyframes blobPulseSolar{0%{width:100%;height:85%}50%{width:80%;height:60%}to{width:120%;height:85%}}@keyframes blobPulseHvac{0%{width:130%;height:130%}50%{width:110%;height:100%}to{width:120%;height:110%}}}@media (max-width: 800px){.hero-section{height:108rem}.hero-grid{margin:0 1rem}}@media (max-width: 750px){.hero-section{height:105rem}.hero-info-tab{padding:0}}@media (max-width: 660px){.hero-section{height:99rem}.hero-grid{padding:10rem 0 0}.hero-title{font-size:3.6rem;max-width:50rem}.hero-description{font-size:1.4rem;max-width:50rem}.hero-info{margin:auto;flex-direction:column;gap:0}.hero-info-head{font-size:3.2rem;text-align:center}.hero-info-sub{text-align:center;font-size:1.6rem}}@media (max-width: 560px){.hero-section{height:95rem}@keyframes heroFireCircle{0%{width:1400px;height:1200px}60%{width:600px;height:732px}80%{width:800px;height:800px}to{width:732px;height:732px}}}@media (max-width: 500px){.hero-section{height:92rem}.hero-title{font-size:3.2rem;max-width:42rem;margin-bottom:2rem}.hero-description{font-size:1.4rem;max-width:42rem;margin-bottom:2rem}.hero-img{width:90%}}@media (max-width: 420px){.hero-section{height:87rem}.hero-title{font-size:2.8rem}.hero-description{font-size:1.3rem;line-height:1.5}.hero-img{width:90%}.hero-info-head{font-size:2.4rem}.hero-info-sub{font-size:1.4rem}}.aboutUs-section{margin-bottom:12.8rem}.about-grid{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;padding:4rem 8rem;gap:4rem;row-gap:1rem}.about-img-div{position:relative;grid-column:1/2;grid-row:1/3}.about-img{padding-top:5rem}.about-img--1{width:100%}.about-img--2{position:absolute;width:100%;top:0;left:0}.about-heading{font-size:4.8rem;color:#333;margin-bottom:3.2rem;letter-spacing:1.5px;text-shadow:1px 1px 1px rgba(0,0,0,.1);font-weight:500}.about-heading-logo{margin-left:1rem;height:4.2rem;display:inline}.about-subtopic-heading{font-size:1.8rem;margin-bottom:.5rem;font-weight:500;color:#333}.about-subtopic-text{font-size:1.4rem;margin-bottom:4rem;font-weight:300;color:#444}.about-topics-div{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;gap:2rem;position:relative}.about-topics-div li{width:20px;height:20px;list-style:none;border-radius:50%;background:radial-gradient(#fff 30%,#ff8000 30%);display:flex;align-items:center;justify-content:center;position:relative;z-index:100}.about-topic-block{grid-column:2}.about-bullet-line{position:absolute;left:9px;height:75%;border-left:1px dotted #888}@media (max-width: 1200px){.about-grid{grid-template-columns:1fr 1fr;padding:4rem;gap:4rem;row-gap:1rem}.about-subtopic-text{font-size:1.4rem;margin-bottom:2rem;font-weight:300;color:#444}}@media (max-width: 1050px){.about-grid{grid-template-columns:1fr 1fr;padding:4rem;gap:4rem;row-gap:1rem}.about-heading{font-size:4.2rem;color:#333;margin-bottom:2.8rem}.about-heading-logo{margin-left:1rem;height:4.2rem;display:inline}.about-topics-div{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;gap:2rem;position:relative}.about-subtopic-heading{font-size:1.6rem;margin-bottom:.5rem;font-weight:500;color:#333}.about-subtopic-text{font-size:1.2rem;margin-bottom:2rem;font-weight:300;color:#444}}@media (max-width: 950px){.about-grid{grid-template-columns:1fr 1fr;padding:4rem;gap:2rem;row-gap:1rem}.about-heading{font-size:4.2rem;color:#333;margin-bottom:2.8rem}.about-heading-logo{margin-left:1rem;height:4.2rem;display:inline}.about-topics-div{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;gap:1rem}.about-subtopic-heading{font-size:1.6rem;margin-bottom:.5rem}.about-subtopic-text{font-size:1.2rem;margin-bottom:1rem}}@media (max-width: 800px){.about-grid{grid-template-columns:1fr;padding:4rem;gap:2rem;row-gap:1rem;justify-items:center}.about-heading{font-size:4.2rem;color:#333;margin-bottom:0rem;grid-row:1}.about-head-br{display:none}.about-heading-logo{margin-left:1rem;height:4.2rem;display:none}.about-img-div{grid-row:2;justify-items:center}.about-img-div div{position:relative;width:90%}.about-img{padding-top:0}.about-topics-div{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;gap:1rem;max-width:50rem}.about-subtopic-heading{font-size:1.6rem;margin-bottom:.5rem}.about-subtopic-text{font-size:1.2rem;margin-bottom:1rem}}@media (max-width: 600px){.about-grid{padding:1rem}.about-heading{font-size:3.2rem}.about-topics-div{max-width:40rem}.about-subtopic-heading{font-size:1.4rem;margin-bottom:.5rem}.about-subtopic-text{font-size:1.2rem;margin-bottom:1rem}}@media (max-width: 400px){.about-grid{padding:1rem}.about-heading{font-size:2.8rem;letter-spacing:-.5px}.about-topics-div{max-width:40rem}.about-subtopic-heading{font-size:1.4rem;margin-bottom:.5rem}.about-subtopic-text{font-size:1.2rem;margin-bottom:1rem}.about-img{width:100%}}.whyus-section{margin-bottom:12.8rem}.whyus-grid{padding:4rem 8rem 0;max-width:120rem;margin:0 auto}.whyus-banner{width:100%;padding:2rem;background-size:cover;border-radius:30px;background-attachment:fixed;display:grid;grid-template-columns:.8fr 1fr;position:relative;overflow:hidden}.whyus-banner-bg,.whyus-banner-bg-img{position:absolute;width:100%;height:100%}.whyus-banner-text{color:#fff;padding:3.5rem;position:relative}.whyus-banner-text h4{font-size:2.2rem;margin-bottom:2.5rem;font-weight:500}.whyus-banner-text p{font-size:1.2rem;line-height:1.8rem;color:#ffffffd9}.whyus-banner-secondary{color:#fff;display:flex;justify-self:center;gap:3rem;align-items:center}.whyus-b-sec-div{text-align:center;position:relative;width:12rem;height:12rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.whyus-b-sec-div div{position:absolute;height:18rem;width:18rem;border:2px solid white;border-radius:50%;left:50%;top:50%;margin-left:-9rem;margin-top:-9rem}.whyus-b-sec-div:nth-child(1):after{content:"";position:absolute;height:20rem;width:20rem;border-left:2px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-div:nth-child(3):after{content:"";position:absolute;height:20rem;width:20rem;border-right:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-head{font-size:2.2rem;margin-bottom:1rem}.whyus-b-sec-text{font-size:1.2rem;color:#fffc}.whyus-heading-cards{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);text-align:center;padding:2rem 0}.whyus-heading{font-size:4.8rem;font-weight:600;color:#333;grid-column:1/-1;padding:3rem;text-shadow:1px 1px 1px rgba(0,0,0,.15);text-transform:capitalize}.whyus-card{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 0 6px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease-in-out}.whyus-card:hover{transform:translateY(-5px)}.whyus-card-icon{width:8rem;height:8rem;border-radius:100%;padding:2rem;margin:2rem;color:#fff;box-shadow:0 0 0 7px #0000001a;background:linear-gradient(to left top,orange,orange,#ff0000bf)}.whyus-card-icon-1{background-color:#6e6eff}.whyus-card-icon-2{background-color:#67ff67}.whyus-card-icon-3{background-color:#ff7070}.whyus-card-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.5rem}.whyus-card-description{font-size:1.2rem;color:#555;line-height:1.5}@media (max-width: 1120px){.whyus-grid{padding:4rem 4rem 0;max-width:120rem}}@media (max-width: 1030px){.whyus-grid{padding:4rem 2rem 0;max-width:120rem}}@media (max-width: 960px){.whyus-grid{padding:4rem 2rem 0}.whyus-banner{grid-template-columns:1fr;height:-moz-max-content;height:max-content;row-gap:4rem}.whyus-banner-text{text-align:center}.whyus-banner-secondary{margin-bottom:4rem}}@media (max-width: 960px){.whyus-heading-cards{grid-template-columns:repeat(2,1fr)}.whyus-heading-cards :nth-child(4){grid-column:1/-1}}@media (max-width: 590px){.whyus-grid{padding:2rem .5rem}}@media (max-width: 540px){.whyus-banner-text{color:#fff;padding:2rem;position:relative}.whyus-banner-text h4{font-size:2.2rem;margin-bottom:2.5rem;font-weight:500}.whyus-banner-text p{font-size:1.2rem;line-height:1.8rem;color:#ffffffd9}.whyus-banner-secondary{color:#fff;display:flex;justify-self:center;gap:1rem;align-items:center}.whyus-b-sec-div{text-align:center;position:relative;width:12rem;height:12rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.whyus-b-sec-div div{position:absolute;height:15rem;width:15rem;border:1px solid white;border-radius:50%;left:50%;top:50%;margin-left:-7.5rem;margin-top:-7.5rem}.whyus-b-sec-div:nth-child(1):after{content:"";position:absolute;height:18rem;width:18rem;border-left:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-div:nth-child(3):after{content:"";position:absolute;height:18rem;width:18rem;border-right:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-head{font-size:2.2rem;margin-bottom:1rem}.whyus-b-sec-text{font-size:1.2rem;color:#fffc}}@media (max-width: 500px){.whyus-banner{padding:1rem .5rem}.whyus-banner-text{padding:2rem 0rem;position:relative}.whyus-banner-text h4{font-size:2.2rem;margin-bottom:2.5rem;font-weight:500}.whyus-banner-text p{font-size:1.2rem;line-height:1.8rem;color:#ffffffd9}.whyus-banner-secondary{color:#fff;display:flex;justify-self:center;gap:1rem;align-items:center}.whyus-b-sec-div{text-align:center;position:relative;width:9rem;height:9rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.whyus-b-sec-div div{position:absolute;height:12rem;width:12rem;border:1px solid white;border-radius:50%;left:50%;top:50%;margin-left:-6rem;margin-top:-6rem}.whyus-b-sec-div:nth-child(1):after{content:"";position:absolute;height:15rem;width:15rem;border-left:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-div:nth-child(3):after{content:"";position:absolute;height:15rem;width:15rem;border-right:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-head{font-size:1.8rem;margin-bottom:1rem}.whyus-b-sec-text{font-size:1.2rem;color:#fffc}.whyus-heading{font-size:3.6rem}.whyus-card{border-radius:10px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease-in-out}.whyus-card:hover{transform:translateY(-5px)}.whyus-heading-cards{grid-template-columns:1fr;padding:0rem 1xrem}.whyus-card-icon{width:8rem;height:8rem;border-radius:100%;padding:2rem;margin:2rem}.whyus-card-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.5rem}.whyus-card-description{font-size:1.2rem;line-height:1.5}}@media (max-width: 380px){.whyus-banner{padding:1rem .5rem}.whyus-banner-text{padding:2rem 0rem;position:relative}.whyus-banner-text h4{font-size:2.2rem;margin-bottom:2.5rem;font-weight:500}.whyus-banner-text p{font-size:1.2rem;line-height:1.8rem;color:#ffffffd9}.whyus-banner-secondary{color:#fff;display:flex;justify-self:center;gap:.5rem;align-items:center}.whyus-b-sec-div{text-align:center;position:relative;width:9rem;height:9rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.whyus-b-sec-div div{position:absolute;height:11rem;width:11rem;border:1px solid white;border-radius:50%;left:50%;top:50%;margin-left:-5.5rem;margin-top:-5.5rem}.whyus-b-sec-div:nth-child(1):after{content:"";position:absolute;height:13rem;width:13rem;border-left:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-div:nth-child(3):after{content:"";position:absolute;height:13rem;width:13rem;border-right:1px solid white;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.whyus-b-sec-head{font-size:1.6rem;margin-bottom:1rem}.whyus-b-sec-text{font-size:1.2rem;color:#fffc}.whyus-heading{font-size:3.6rem}.whyus-card{border-radius:10px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease-in-out}.whyus-card:hover{transform:translateY(-5px)}.whyus-heading-cards{grid-template-columns:1fr;padding:0rem 1xrem}.whyus-card-icon{width:8rem;height:8rem;border-radius:100%;padding:2rem;margin:2rem}.whyus-card-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.5rem}.whyus-card-description{font-size:1.2rem;line-height:1.5}}.section-projects{margin-bottom:12.8rem;padding:5rem}.projects-box{margin:0 auto;max-width:120rem;height:45rem;margin-bottom:2.2rem;display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:4rem;column-gap:4rem}.projects-heading-box{margin-bottom:3.2rem;text-align:center}.projects-sub-heading{font-size:1.6rem;color:#ff8700;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:2px}.projects-heading{font-weight:700;letter-spacing:1px;font-size:4.4rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.project{box-shadow:1px 1px 10px #0003;border-radius:10px;height:45rem;transition:all .3s;overflow:hidden}.project:hover{box-shadow:1px 1px 15px #0000004d}.project:hover .project-img{transform:scale(1.05)}.project-img{display:block;border-radius:10px 10px 0 0;width:100%;height:20rem;transition:all .3s}.project-data-box{height:25rem;padding:3rem;position:relative}.project-company-name{color:#333;font-size:2.4rem;margin-bottom:2.4rem;font-weight:700}.project-company-work{font-size:1.4rem;color:#555;font-weight:400}.project-btn-div{position:absolute;right:10%;bottom:10%;padding:1rem}.project-more-btn:link,.project-more-btn:visited{right:10%;bottom:10%;text-transform:capitalize;text-decoration:none;color:#fffdfa;background-color:#ff8000;font-size:1.4rem;padding:1rem 2rem;border-radius:10px;box-shadow:1px 1px 10px #0000001a;transition:all .5s}.project-more-btn:active,.project-more-btn:hover{background-color:#c46200;box-shadow:1px 1px 10px #0003}.project-more-btn-div{display:flex;justify-content:center}.project-explore-btn:link,.project-explore-btn:visited{margin:0 auto;color:#ff8000;font-size:2rem;letter-spacing:2px;text-decoration:none;transition:all .3s}.project-explore-btn:active,.project-explore-btn:hover{color:#c46200}@media (max-width: 1300px){.section-projects{padding:5rem}.projects-heading{font-size:4rem}.project-data-box{gap:2rem}}@media (max-width: 1200px){.projects-heading{font-size:4rem}.projects-box{grid-template-columns:1fr 1fr;gap:5rem}.project{max-width:40rem}.project:nth-child(1){justify-self:right}.project:nth-child(3){display:none}}@media (max-width: 820px){.projects-box{grid-template-columns:1fr 1fr;gap:2rem}.project{max-width:40rem}}@media (max-width: 820px){.section-projects{padding:2rem}.projects-box{grid-template-columns:1fr 1fr;gap:2rem}.project{max-width:40rem}.projects-heading{font-size:3.2rem}.project-company-name{font-size:2rem}}@media (max-width: 700px){.project-company-name{font-size:2rem;height:5rem}}@media (max-width: 600px){.projects-box{grid-template-columns:1fr;height:-moz-max-content;height:max-content;justify-items:center}.project:nth-child(1){justify-self:center}}@media (max-width: 500px){.section-projects{padding:.5rem}.projects-sub-heading{font-size:1.4rem}.projects-heading{font-size:2.2rem}.project-company-name{height:-moz-max-content;height:max-content}.project-explore-btn:link{font-size:1.5rem}}.proj-container{max-width:120rem;margin:0 auto;padding-top:4rem}.proj-heading{font-size:4.2rem;text-align:center;color:#333;margin-bottom:3.2rem}.proj-subheading{font-size:1.6rem;color:#333;text-align:justify;margin-bottom:4.8rem;line-height:1.5}.proj-select-div{width:100%;box-shadow:1px 1px 10px #0000001a;display:grid;grid-template-columns:repeat(5,1fr);padding:2rem;row-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;align-items:center;border-radius:20px;justify-content:center;margin-bottom:8.4rem}.proj-sel-card{background-color:#fff;display:block;width:100%;height:10rem;display:flex;align-items:center;justify-content:center;padding:2rem;border-radius:20px;box-shadow:1px 1px 10px #0000001a;transition:all .2s linear}.proj-active-card{box-shadow:1px 1px 10px 4px #0003}.Proj-logo-img{max-width:100%;max-height:100%}.proj-sel-card p{font-size:1.4rem;text-align:center}.proj-data-view-section{padding:4rem;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;height:45rem;margin-bottom:8.4rem}.proj-sel-heading{font-size:3.8rem;font-weight:600;color:#333;margin-bottom:2rem;text-shadow:1px 1px 10px rgba(0,0,0,.1)}.proj-sel-location{color:#777;font-size:1.8rem;font-weight:300;margin-bottom:3rem}.proj-sel-description{font-size:1.6rem;color:#333;line-height:1.5;font-weight:400;text-align:justify;text-indent:2rem}.proj-sel-map{width:100%;height:100%;border-radius:30px;overflow:hidden}.proj-mat-sec{display:grid;grid-template-columns:1fr 1fr;gap:8rem;padding:4rem;color:#333;margin-bottom:8.4rem}.proj-mat-heading{font-size:3.4rem;text-shadow:1px 1px 10px rgba(0,0,0,.1);margin-bottom:4rem}.progress-bar-container{margin-bottom:3rem}.progress-bar-label{margin-bottom:1rem;font-size:2.2rem;font-weight:500}.progress-bar-track{background:#e0e0e0;border-radius:10px;height:3.2rem;width:100%;overflow:hidden;position:relative}.progress-bar-fill{height:100%;border-radius:8px;position:relative}.progress-bar-percentage{position:absolute;right:10px;font-size:1.9rem;top:20%;left:45%;font-weight:600;color:#333}.proj-mat-bar-1 .progress-bar-fill,.proj-mat-bar-2 .progress-bar-fill,.proj-mat-bar-3 .progress-bar-fill{background-color:#ff9800!important}.proj-mat-disc-box{padding:7rem 3rem 3rem}.proj-mat-points-list{list-style:none}.proj-mat-point{font-size:1.8rem;font-weight:500;margin-bottom:1.5rem;display:flex;gap:2rem}.proj-mat-point ion-icon{color:#ff9800;font-size:3rem;font-weight:700}@media (max-width: 1200px){.proj-heading-box{padding:0 4rem}.proj-data-view-section{height:-moz-max-content;height:max-content}}@media (max-width: 1125px){.proj-mat-sec{gap:2rem}.proj-mat-heading{font-size:2.8rem}.progress-bar-label{font-size:1.8rem}.proj-mat-disc-box{padding:0;align-items:center;justify-items:center}}@media (max-width: 920px){.proj-select-div{grid-template-columns:repeat(4,1fr)}}@media (max-width: 890px){.proj-data-view-section{grid-template-columns:1fr;padding:5rem}.proj-sel-map{height:30rem}.proj-mat-sec{grid-template-columns:1fr;align-items:center;justify-content:center}.proj-mat-heading{text-align:center}.proj-mat-bar{width:70%;margin:0 auto}.proj-mat-disc-box{display:flex;align-items:flex-end;justify-content:center}}@media (max-width: 675px){.proj-mat-bar{width:90%}}@media (max-width: 610px){.proj-heading-box{padding:2rem 1rem}.proj-heading{font-size:3.2rem}.proj-subheading{font-size:1.4rem}.proj-select-div{grid-template-columns:repeat(3,1fr)}.proj-select-div{height:37rem;overflow:scroll}.proj-sel-card{padding:1rem}.proj-data-view-section{padding:2rem}}@media (max-width: 480px){.proj-mat-sec{padding:2rem}.proj-mat-bar{width:100%}.proj-mat-point{font-size:1.5rem}.proj-sel-heading{font-size:3.2rem}.proj-sel-description{font-size:1.4rem}}@media (max-width: 480px){.proj-heading-box{padding:0 1rem}.proj-select-div{grid-template-columns:1fr 1fr}}.footer-box{border-top:1px solid rgba(0,0,0,.1)}.footer-container{padding:12rem 20rem 18rem;display:grid;grid-template-columns:repeat(3,1fr);gap:8rem}.footer-logo-div{padding-top:4rem}.footer-logo{height:8rem;margin-bottom:2rem}.footer-icon-div{padding:2rem;display:flex;gap:2rem}.footer-icon{font-size:3rem;color:#555}.footer-heading{font-size:2rem;color:#555;margin-bottom:2.8rem;padding-left:2rem;font-weight:700}.footer-li{list-style:none;font-size:1.6rem;color:#555;font-weight:400;margin-bottom:2rem;padding-left:2rem}.footer-sub-icon{font-size:1.8rem;padding-right:1rem;text-align:center}.footer-li div{display:flex;justify-content:left;align-items:center;margin-bottom:1rem}.footer-li div span{font-size:1.8rem;font-weight:500}@media (max-width: 1319px){.footer-container{padding:12rem 10rem 18rem}}@media (max-width: 1114px){.footer-container{padding:12rem 5rem 18rem}}@media (max-width: 950px){.footer-container{padding:6rem 10rem;grid-template-columns:repeat(2,1fr);-moz-column-gap:5rem;column-gap:5rem;justify-items:center}.footer-logo-div{grid-column:1/-1}}@media (max-width: 733px){.footer-container{padding:6rem 5rem;grid-template-columns:repeat(2,1fr)}.footer-logo-div{grid-column:1/-1;justify-items:center}}@media (max-width: 600px){.footer-container{padding:6rem 2rem;grid-template-columns:repeat(1,1fr);justify-items:center;row-gap:4rem}.footer-heading{text-align:center}.footer-mail-contact{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.footer-mail-contact .footer-li{padding:0}}.product-container{margin:0 auto;margin-bottom:12.8rem}.product-title{font-size:4.8rem;text-align:center;color:#333;text-shadow:1px 1px 1px rgba(0,0,0,.15);margin-bottom:7.2rem;letter-spacing:2px;text-transform:capitalize}.product-disc-box{max-width:120rem;margin:0 auto 12.8rem}.product-text-box{margin-bottom:4.4rem}.product-text-img-div{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-bottom:4rem}.product-image-div{width:100%}.product-description{font-size:1.6rem;text-transform:none;line-height:1.5;color:#555;margin-bottom:2rem;text-indent:3rem;text-align:justify}.product-image{display:block;width:100%;border-radius:10px}.product-text{font-size:1.6rem;text-transform:none;line-height:1.5;color:#555;margin-bottom:2rem;text-indent:3rem}.product-items-sec{max-width:120rem;margin:0 auto 12.8rem}.product-items-list-div{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3.2rem;height:-moz-max-content;height:max-content;padding:2.5rem;border-radius:10px;box-shadow:1px 1px 10px #0000001a;margin-bottom:6.4rem}.product-itmes-list{padding:2.5rem;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;overflow:scroll}.product-itmes-list::-webkit-scrollbar{display:none}.product-item-div{width:100%;height:10rem;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;background-color:#fff;border-radius:10px;box-shadow:1px 1px 10px #00000026;transition:all .5s}.product-item-div:hover{box-shadow:1px 1px 10px #0006}.product-item{font-size:1.4rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.product-item-img-div{background-color:#ebebeb;border-radius:10px;padding:2rem;height:100%}.product-img{width:100%;height:41rem;height:100%;border-radius:10px}.product-adv-box{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;align-items:center;max-width:120rem;margin:0 auto 12.8rem}.product-section-title{font-size:4rem;text-align:center;color:#333;text-transform:capitalize;letter-spacing:1px;font-weight:500;text-shadow:1px 1px 1px rgba(0,0,0,.15);grid-column:1/-1}.product-adv-text-box{height:55rem;display:flex;align-items:center}.product-adv-list{list-style:none;display:flex;flex-direction:column;gap:2rem;height:50rem}.product-adv-item{display:flex;gap:3rem;align-items:center}.product-adv-icon{background:linear-gradient(to right bottom,#ffa600b6,#ffa600b6,orange,#f00b);box-shadow:1px 1px 10px #0000001a;color:#fff;width:40px;height:40px;padding:2rem;border-radius:10px}.product-adv-item p strong{font-size:2rem}.product-adv-item p{font-size:1.6rem;line-height:1.5}.product-adv-img-box img{display:block;width:100%}@media (max-width: 1200px){.product-description:nth-child(3){display:none}}@media (max-width: 1130px){.product-adv-box{grid-template-columns:1.3fr 1fr}.product-adv-img-box{align-self:center}.product-description,.product-text{font-size:1.4rem}}@media (max-width: 1045px){.product-text-img-div{grid-template-columns:1fr;margin-bottom:0}.product-adv-box{grid-template-columns:1fr;justify-items:center;gap:5rem}.product-adv-text-box,.product-adv-list{height:-moz-max-content;height:max-content}.product-items-list-div{grid-template-columns:1fr}.product-adv-img-box{max-width:70rem}.product-items-list-div{height:-moz-max-content;height:max-content}.product-itmes-list{grid-template-columns:repeat(4,1fr)}.product-section-title{margin-bottom:0rem}.product-description,.product-text{font-size:1.4rem}}@media (max-width: 1045px){.product-text-img-div{grid-template-columns:1fr;margin-bottom:0}.product-adv-box{grid-template-columns:1fr;justify-items:center;gap:5rem}.product-adv-text-box,.product-adv-list{height:-moz-max-content;height:max-content}.product-items-list-div{grid-template-columns:1fr}.product-adv-img-box{max-width:70rem}.product-items-list-div{height:-moz-max-content;height:max-content}.product-itmes-list{grid-template-columns:repeat(4,1fr)}.product-disc-box,.product-adv-box{margin-bottom:7.2rem}}@media (max-width: 740px){.product-title{font-size:4.2rem}.product-itmes-list{grid-template-columns:repeat(3,1fr)}}@media (max-width: 610px){.product-itmes-list{grid-template-columns:repeat(3,1fr)}.product-adv-icon{box-shadow:1px 1px 10px #0000001a;color:#fff;padding:1rem;border-radius:10px}.product-adv-item p strong{font-size:1.8rem}.product-adv-item p{font-size:1.4rem;line-height:1.5}.product-section-title{font-size:2.8rem}.product-adv-box{gap:4rem}}@media (max-width: 520px){.product-items-list-div{padding:2rem 0}.product-itmes-list{grid-template-columns:repeat(2,1fr);padding:1rem}.product-item-img-div{padding:1rem}.product-img{height:-moz-max-content;height:max-content}.product-itmes-list{height:30rem;overflow:scroll}.product-adv-box{gap:2rem}.product-title{font-size:3.2rem}}@media (max-width: 485px){.product-adv-item{gap:1rem}.product-adv-item p strong{font-size:1.4rem}.product-adv-item p{font-size:1.2rem;line-height:1.5}}.service-container{margin:0 auto;margin-bottom:12.8rem}.service-title{font-size:4.2rem;text-align:center;color:#333;color:#f9f9f9;text-shadow:1px 1px 1px rgba(255,255,255,.4);margin-bottom:4rem;letter-spacing:2px}.service-heading-box{margin:0 auto;max-width:120rem;padding:4rem 0}.service-description{font-size:1.6rem;text-align:center;text-transform:none;line-height:1.5;color:#444;color:#f9f9f9}.service-section{position:relative;margin-bottom:12.8rem}.service-bg-div{position:absolute;width:100%;height:100%;z-index:-100;overflow:hidden}.service-bg-img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:brightness(30%)}.services-data{max-width:120rem;margin:0 auto;display:grid;gap:3rem;grid-template-columns:1fr 1fr 1fr;padding-bottom:5rem}.service-div{position:relative}.service-bg-gradient{position:absolute;background:linear-gradient(to left top,#ff0000b3,orange,orange,orange);box-shadow:0 0 10px #00000026;width:102%;height:102%;top:0%;left:0%;border-radius:10px;rotate:2deg;z-index:1}.service-content{background-color:#f9f9f9;position:relative;padding:3rem;border-radius:10px;height:18rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s;z-index:5}.service-heading{text-align:center;font-size:1.8rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.service-desc{font-size:1.4rem}.process-timeline{margin:0 auto;max-width:100rem;text-align:center}.process-title{font-size:4.2rem;margin-bottom:5rem;color:#333;text-shadow:1px 1px 1px rgba(0,0,0,.15)}.timeline{display:flex;flex-direction:column;gap:4rem;justify-content:center}.timeline-step{background:#fefefe;padding:2rem 5rem;border-radius:10px;min-width:90rem;box-shadow:5px 5px 20px #00000026;margin:0 auto;display:grid;grid-template-columns:2.5fr 4fr;gap:5rem;position:relative}.timeline-step:after{content:"";position:absolute;background-color:#ff9700;background:linear-gradient(to left top,#ff0000b3,orange,orange,orange);box-shadow:0 0 10px #00000026;width:101%;height:101%;top:0%;left:0%;transform:translate(0);border-radius:10px;rotate:1deg;z-index:-1}.timeline-step-break-div{display:grid;grid-template-columns:2fr 3fr;gap:3rem}.timeline-step-number{font-weight:700;font-size:7rem;font-weight:500;color:#33333380;align-self:top}.timeline-step-heading{font-size:2rem;font-weight:700;color:#555;text-shadow:1px 1px 10px rgba(0,0,0,.1);text-align:center;align-self:center;text-transform:uppercase}.timeline-step-content{font-size:1.4rem;line-height:1.5;text-align:justify;align-self:center}@media (max-width: 1250px){.services-data,.service-heading-box{max-width:110rem}}@media (max-width: 1140px){.services-data{max-width:110rem;grid-template-columns:repeat(2,1fr);padding:4rem 8rem}.service-heading-box{max-width:80rem}}@media (max-width: 1040px){.process-timeline{max-width:80rem}.timeline-step{max-width:80rem;min-width:80rem}}@media (max-width: 840px){.services-data{padding:4rem}.service-heading-box{padding:4rem 2rem}.timeline-step{min-width:90%;max-width:90%;grid-template-columns:repeat(1,1fr);gap:2rem}.timeline-step-number{justify-self:right}.timeline-step-heading{justify-self:left}}@media (max-width: 700px){.services-data,.service-heading-box{padding:2rem}}@media (max-width: 670px){.services-data{padding:2rem;grid-template-columns:1fr}.service-heading-box{padding:2rem}}@media (max-width: 430px){.service-container,.service-section{margin-bottom:7rem}.service-title{font-size:3.2rem}.service-description{font-size:1.4rem}.service-content{padding:2rem}.process-title{font-size:3.2rem}.timeline-step{padding:1rem}.timeline-step-break-div{gap:1rem}}.au-main-heading{text-align:center;padding:4rem 0;text-transform:capitalize;font-size:4.8rem;margin-bottom:4rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.au-about-sp{max-width:120rem;margin:0 auto;margin-bottom:12.8rem}.au-about-sp-sub-div{display:grid;grid-template-columns:1fr 1fr;padding:4rem;gap:4rem}.au-about-sp-sub-heading{text-transform:capitalize;font-size:1.6rem;font-weight:500;color:#ff8700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.au-about-sp-heading{text-transform:capitalize;font-size:4.2rem;font-weight:500;margin-bottom:2.8rem;letter-spacing:1px;font-weight:700;margin-bottom:4rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.au-about-sp-text{font-size:1.6rem;text-indent:4rem;line-height:1.5;text-align:justify}.au-vision-card-div{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:5rem;margin-bottom:8.4rem}.au-vision-goal-card{max-width:50rem;padding:4rem;display:flex;flex-direction:column;gap:1rem;border-radius:30px;box-shadow:1px 1px 10px #0003;align-items:center;justify-content:center;transition:all .3s}.au-vision-goal-card:nth-child(1){margin-left:auto}.au-vision-goal-card:nth-child(2){margin-right:auto}.au-vision-goal-card:hover{scale:1.05}.au-vision-icon{font-size:7.2rem;color:#ff8700}.au-vision-heading{font-size:2.8rem;color:#333;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.au-vision-text{font-size:1.4rem;color:#555;text-align:justify}.au-about-sp-pie{display:flex;flex-direction:column;align-items:center;justify-content:center}.recharts-pie-label-text{font-size:1.6rem;font-weight:600;fill:#555;font-family:Segoe UI,sans-serif;text-shadow:0 0 1px rgba(0,0,0,.352);pointer-events:none}.au-stats{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-items:center;gap:2rem;margin-left:auto;width:34rem;height:34rem}.au-stats-card{width:16rem;height:16rem;box-shadow:1px 1px 10px #0003;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to left top,orange,orange,#ff0000bf);color:#fff}.au-stats-icon{font-size:6rem;margin-bottom:1rem}.au-stats-text{text-align:center;font-size:2rem;font-weight:700;text-transform:capitalize;line-height:1}.au-stats-text span{font-size:1.4rem}.au-list-div{justify-self:left}.au-list-ul{list-style:none;padding:2rem 0;display:flex;flex-direction:column;gap:1.5rem}.au-list-item{font-size:1.8rem;font-weight:500;display:flex;align-items:center;gap:2rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.au-list-item ion-icon{color:#ff9800;font-size:3rem;font-weight:700}@media (max-width: 1200px){.au-main-heading{font-size:4.2rem}.au-about-sp-heading{font-size:3.2rem}.au-vision-card-div{padding:0 4rem}}@media (max-width: 1050px){.au-about-sp-sub-div{grid-template-columns:1fr}}@media (max-width: 900px){.au-main-heading{font-size:3.6rem;margin-bottom:0}.au-vision-card-div{gap:2rem}.au-vision-goal-card{padding:2rem}.au-about-sp{margin-bottom:5rem}}@media (max-width: 780px){.au-vision-card-div{row-gap:5rem;grid-template-columns:1fr;justify-content:center}.au-vision-goal-card,.au-stats{margin:0 auto}.au-list-div{margin:auto}}@media (max-width: 570px){.recharts-pie-label-text{font-size:1.2rem!important}.au-about-sp{margin-bottom:2rem}.au-about-sp-sub-div{row-gap:1rem}}@media (max-width: 450px){.au-main-heading{font-size:2.8rem}.au-about-sp-sub-heading{font-size:1.6rem}.au-about-sp-heading{font-size:2.2rem}.au-about-sp-text{font-size:1.4rem}.au-vision-goal-card{padding:1rem 1.5rem}.au-vision-icon{font-size:6rem}.au-vision-heading{font-size:2.2rem}.au-stats{gap:1rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}.au-stats-card{max-width:15rem;max-height:15rem}.au-list-ul{gap:.5rem}.au-list-item{font-size:1.6rem}.recharts-pie-label-text{font-size:1.2rem!important}.au-about-sp-sub-div,.au-vision-card-div{padding:1rem}.au-about-sp{padding:0 1rem;margin-bottom:2rem}}.cta-sec{position:relative;padding:4rem 2rem;overflow:hidden;margin-bottom:12.8rem}.cta-bg-div{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.cta-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(1px);filter:brightness(40%)}.cta-box{display:grid;grid-template-columns:repeat(2,1fr);width:100%;max-width:120rem;margin:0 auto;gap:4rem}.cta-form-div{box-shadow:1px 1px 10px #0003;border-radius:30px;background-color:#fff;padding:4rem}.cta-form-heading{font-size:3.2rem;color:#ff8700;margin-bottom:2rem;text-align:center;font-weight:500;text-transform:capitalize;text-shadow:1px 1px 1px rgba(255,136,0,.1)}.cta-form-group{display:flex;flex-direction:column;margin-bottom:2rem}.cta-name-email{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-content:space-between}.cta-label{font-size:1.8rem;margin-bottom:.5rem}.cta-required{color:red}.cta-input{font-size:1.8rem;padding:1rem;color:#555;border-radius:10px;border:1px solid #555}.cta-select{font-size:1.8rem;padding:1rem;color:#555;border-radius:10px}.cta-textarea{font-size:1.8rem;padding:1rem;color:#555;font-family:Rubik,sans-serif;border-radius:10px}.cta-submit{font-size:1.8rem;padding:1rem;color:#fff;font-weight:700;background:linear-gradient(to right bottom,orange,orange,#ff2d2d);border:none;border-radius:10px}.cta-div-2{display:flex;flex-direction:column;justify-content:center}.cta-div-2-head-1{font-size:2rem;color:#ff8700;color:#5bff97;font-weight:500;margin-bottom:2rem;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.cta-div-2-head-2{font-size:4.2rem;margin-bottom:2rem;color:#fff;text-shadow:1px 1px 1px rgba(255,255,255,.2)}.cta-div-2-head-3{font-size:1.8rem;color:#fff;margin-bottom:2rem}.cta-whatsapp-btn{display:inline-flex;align-items:center;gap:.6rem;font-size:1.8rem;padding:1rem 2rem;width:-moz-max-content;width:max-content;color:#fff;font-weight:600;text-decoration:none;background-color:#25d366;border-radius:50px;border:none;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 12px #0003}.cta-whatsapp-btn:hover{background-color:#1ebe5d;transform:translateY(-2px)}.cta-whatsapp-btn:active{background-color:#128c7e;transform:translateY(0)}@media (max-width: 1180px){.cta-box{grid-template-columns:1fr;justify-items:center;row-gap:8rem}.cta-form-div{grid-row:2;width:100%;max-width:70rem}}@media (max-width: 620px){.cta-sec{padding:4rem .5rem}.cta-div-2{max-width:80%}.cta-name-email{grid-template-columns:1fr}}@media (max-width: 480px){.cta-div-2-head-1{font-size:1.8rem}.cta-div-2-head-2{font-size:2.8rem}.cta-div-2-head-3{font-size:1.5rem}.cta-whatsapp-btn{font-size:1.6rem}.cta-form-div{padding:2rem 1rem}.cta-form-heading{font-size:2.8rem}.cta-label{font-size:1.4rem}.cta-input{font-size:1.4rem;padding:1rem .5rem}.cta-select,.cta-textarea{font-size:1.4rem}.cta-submit{font-size:1.6rem}}.section-testimonial{margin-bottom:12.8rem;position:relative}.section-testimonial-bg{position:absolute;width:100%;height:100%;overflow:hidden}.section-testimonial-bg-img{position:absolute;width:100%;height:100%;filter:blur(3px);filter:brightness(40%);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.testimonial-grid{max-width:120rem;margin:0 auto;display:grid;width:100%;grid-template-columns:repeat(100,1fr);grid-template-rows:repeat(100,1fr);height:72rem;position:relative;z-index:0}.testimonial-heading-box{grid-row:1/45;grid-column:1/40;border-radius:10px;padding:10rem 0rem 4rem 8rem}.testimonial-section-heading{color:#ff8700;font-size:1.6rem;text-transform:uppercase;letter-spacing:3px;margin-bottom:2rem;font-weight:500;text-shadow:1px 1px 1px rgba(255,255,255,.1)}.tesimonial-heading{font-size:5rem;text-transform:capitalize;letter-spacing:2px;color:#fff;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 1px rgba(255,255,255,.1)}.tesimonial-subheading{font-size:1.8rem;color:#e2e2e2;font-weight:400}.testimonial-sparkles-box--1{position:absolute;width:150px;height:150px;top:55%;left:7%}.testimonial-sparkle-1{color:#fff;opacity:1;width:150px;height:150px}.testimonial-sparkles-box--2{position:absolute;width:100px;height:100px;top:70%;right:6%}.testimonial-sparkle-2{color:#fff;opacity:1;width:100px;height:100px}.c{position:relative;animation:testCard 10s alternate infinite linear}@keyframes testCard{0%{transform:translateY(-2%)}50%{transform:translateY(2%)}to{transform:translateY(-2%)}}.c:after{content:"";position:absolute;background-color:#ff9700;background:linear-gradient(to left top,#ff0000b3,orange,orange,orange);box-shadow:0 0 10px #00000026;width:102%;height:102%;top:0%;left:0%;transform:translate(0);border-radius:10px;rotate:2deg;z-index:1}.c div{position:absolute;top:0;left:0;width:100%;height:100%;padding:3rem;display:flex;box-shadow:0 0 10px #00000026;flex-direction:column;border-radius:10px;background-color:#fffdfa;z-index:2}.c blockquote{font-size:1.5rem;color:#444;line-height:1.5;margin-bottom:auto}.c p{font-size:1.4rem;color:#555}.c1{border-radius:10px;grid-row:5/48;grid-column:48/70;animation-delay:-1s}.c2{border-radius:10px;grid-row:8/51;grid-column:73/95;animation-delay:-2s}.c3{border-radius:10px;grid-row:55/98;grid-column:58/80;animation-delay:-1s}.c4{border-radius:10px;grid-row:52/95;grid-column:33/55;animation-delay:-4s}@media (max-width: 1100px){.testimonial-heading-box{grid-row:1/45;grid-column:1/40;border-radius:10px;padding:7rem 0rem 4rem 4rem}.testimonial-section-heading{font-size:1.6rem}.tesimonial-heading{font-size:4.2rem}.c{width:25rem}}@media (max-width: 1000px){.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);row-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;padding:4rem 8rem;height:-moz-max-content;height:max-content}.testimonial-heading-box{padding:2rem;text-align:center;grid-column:1/-1;grid-row:1/2}.tesimonial-heading{font-size:3.6rem}.tesimonial-subheading{font-size:1.6rem}.c{position:relative;width:100%;max-width:40rem;justify-self:center;animation:testCard 10s alternate infinite linear}.c:after{width:102%;height:102%;top:0;left:0;transform:translate(0)}.c div{position:relative;padding:2rem;height:20rem;box-sizing:border-box}.c1{grid-column:1/2;grid-row:auto}.c2{grid-column:2/3;grid-row:auto}.c3{grid-column:1/2;grid-row:auto}.c4{grid-row:auto;grid-column:2/3}.testimonial-sparkles-box--1,.testimonial-sparkles-box--2{display:none}}@media (max-width: 780px){.testimonial-grid{padding:4rem}.testimonial-heading-box{height:-moz-max-content;height:max-content}.c div{height:25rem}}@media (max-width: 600px){.testimonial-grid{display:grid;row-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;padding:2rem;height:-moz-max-content;height:max-content}.tesimonial-heading{font-size:3.2rem}.tesimonial-subheading,.testimonial-section-heading,.c blockquote{font-size:1.4rem}.c p{font-size:1.3rem}}@media (max-width: 480px){.testimonial-grid{display:flex;flex-direction:column;align-items:center;padding:4rem 1rem;gap:4rem;height:auto}.testimonial-heading-box{text-align:center;padding:1rem;grid-column:auto;grid-row:auto}.tesimonial-heading{font-size:2.8rem}.tesimonial-subheading,.testimonial-section-heading{font-size:1.3rem}.c{max-width:90%;animation:none}.c div{padding:1.6rem;height:17rem!important;height:auto}.c blockquote{font-size:1.3rem}.c p{font-size:1.2rem}.testimonial-sparkles-box--1,.testimonial-sparkles-box--2{display:none}}@media (max-width: 420px){.c{max-width:100%}}.consult-form-section{position:relative;padding:2rem;margin-bottom:12.8rem}.consult-form-bg{position:absolute;z-index:-1;top:0;left:0;background-color:#f2f2f2;height:100%;width:100%;overflow:hidden}.consult-form-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:brightness(35%)}.consult-form-section-grid{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.consult-content-div{color:#fff;width:100%}.consult-content-heading{margin-top:3rem;font-size:8.4rem;font-weight:700;text-shadow:1px 1px 1px rgba(255,255,255,.4);margin-bottom:3rem;letter-spacing:2px}.consult-content-img{width:70%;border-radius:10px;margin-bottom:3rem;box-shadow:1px 1px 10px #fff6}.consult-content-desc{font-size:1.6rem;color:#e6e6e6;margin-bottom:2rem;letter-spacing:1.5px;line-height:1.5;text-align:justify}.consult-form-div{width:100%;padding:4rem;background-color:#fff;box-shadow:1px 1px 10px #00000026;border-radius:10px}.consult-form-heading{text-align:center;color:transparent;background:linear-gradient(to right bottom,orange,#ff0000b3);-webkit-background-clip:text;background-clip:text;text-transform:uppercase;letter-spacing:1px;font-size:2.4rem;margin-bottom:4rem}.consult-form-feild-div{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin-bottom:3rem;border-radius:10px;padding:1rem 0;border:1px solid #bdbdbd;padding:.5rem}.consult-form-feild-type-btn{display:block;font-size:1.8rem;border-radius:10px;color:#333;font-weight:700;border:none;background-color:#fff;padding:.8rem}.consult-form-feild-selected-usage-type{background-color:#f80;transition:all .5s}.consult-form-feild-type-btn.consult-form-feild-selected-usage-type{color:#fff}.consult-from-contact-pincode-div{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.consult-form-label-input-div{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.consult-form-label{font-size:1.6rem;text-indent:5px;font-weight:400;color:#333}.consult-form-select{font-size:1.6rem;padding:1rem;border-radius:10px;border:1px solid #bdbdbd}.consult-form-option{font-size:1.6rem;padding:1rem;color:#555}.consult-form-input{font-size:1.8rem;padding:1rem;color:#555;border-radius:10px;border:1px solid #bdbdbd}.consult-form-submit-btn{font-size:1.8rem;padding:1rem;color:#fff;font-weight:700;background:linear-gradient(to right bottom,orange,orange,#ff2d2d);border:none;border-radius:10px;width:100%;margin-top:2rem}@media (max-width: 1210px){.consult-content-heading{font-size:7.2rem}.consult-content-img{width:80%}}@media (max-width: 1150px){.consult-form-section-grid{grid-template-columns:1fr}.consult-content-heading{font-size:7.2rem}.consult-content-img{width:80%}.consult-content-heading{font-size:4.8rem;text-align:center}.consult-content-img{display:block;width:70%;margin:0 auto 2rem}.consult-content-desc{max-width:80rem;margin:0 auto 2rem;text-align:center}.consult-form-div{width:90%;margin:0 auto}.consult-form-section{margin-bottom:8.4rem}}@media (max-width: 850px){.consult-content-desc{max-width:70rem;margin:0 auto 2rem}}@media (max-width: 740px){.consult-content-heading{font-size:4.2rem;text-align:center}.consult-content-img{display:none}.consult-content-desc{max-width:60rem;margin:0 auto 2rem}.consult-form-div{width:95%;margin:0 auto}}@media (max-width: 640px){.consult-content-heading{font-size:4.2rem;text-align:center}.consult-content-img{display:none}.consult-content-desc{max-width:-moz-fit-content;max-width:fit-content}.consult-content-desc:nth-of-type(2){display:none}.consult-form-div{width:95%;margin:0 auto}.consult-form-feild-div{display:grid;grid-template-columns:1fr 1fr}.consult-from-contact-pincode-div{grid-template-columns:1fr;gap:0rem}.consult-form-section{margin-bottom:7rem}}@media (max-width: 550px){.consult-form-section{padding:2rem 0}.consult-content-desc{font-size:1.4rem;padding:0 1rem;text-align:center}.consult-form-div{width:95%!important;margin:0 auto;padding:4rem 2rem}}@media (max-width: 400px){.consult-form-section{padding:2rem 0}.consult-form-label,.consult-form-select,.consult-form-input,.consult-form-feild-type-btn{font-size:1.6rem}.consult-form-div{width:95%!important;margin:0 auto;padding:4rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;font-family:Rubik,sans-serif;scroll-behavior:smooth;color:#333}html::-webkit-scrollbar{display:none}body{overflow:hidden;pointer-events:none}@keyframes enableScroll{to{overflow:auto;pointer-events:all}}body{animation:enableScroll 0s linear 4s forwards}a{text-decoration:none;display:block}.container{max-width:120rem;margin:0 auto}.grid{display:grid}.grid-4--col{grid-template-columns:repeat(4,1fr)}.grid-3--col{grid-template-columns:repeat(3,1fr)}.grid-2--col{grid-template-columns:repeat(2,1fr)}.justify-center{justify-items:center}.flex{display:flex}.flex-align-justify{align-items:center;justify-content:center}
