@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap";.get-section{width:100%;padding:5% 0;background-color:#000;position:relative;display:flex;justify-content:center;flex-direction:column;gap:50px;overflow:hidden}.get-section .get-section-gradient{position:absolute;width:530px;height:433px;top:132px;left:26%;border-radius:50%;background:linear-gradient(197.77deg,#0629eb80 -6.37%,#0374ec80 103.29%);filter:blur(100px)}@media (max-width: 1000px){.get-section .get-section-gradient{top:40vh;width:330px;height:133px}}@media (max-width: 600px){.get-section .get-section-gradient{top:55vh;width:280px;height:123px;left:20%}}.get-section .get-section-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}.get-section .get-section-content .get-section-logo{width:10%;display:flex;align-items:center;justify-content:center}@media (max-width: 1000px){.get-section .get-section-content .get-section-logo{width:30%}}@media (max-width: 600px){.get-section .get-section-content .get-section-logo{width:30%}}.get-section .get-section-content .get-section-logo img{width:100%}.get-section .get-section-content h1,.get-section .get-section-content h6,.get-section .get-section-content p{color:#fff}.get-section .get-section-content h1{font-size:2.5rem}@media (max-width: 900px){.get-section .get-section-content h1{font-size:2rem}}@media (max-width: 400px){.get-section .get-section-content h1{padding:2%;text-align:center}}.get-section .get-section-content h6{margin:0 10%;text-align:center;font-weight:500;font-size:1rem;line-height:25px}.get-section .get-section-content p{font-size:1.2rem}.get-section .middle-content{margin-left:9%;width:100%;display:flex;align-items:center;justify-content:space-around}@media (max-width: 1000px){.get-section .middle-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}}.get-section .middle-content .content-left{display:flex;gap:2%}@media (max-width: 1000px){.get-section .middle-content .content-left{width:55%;gap:4%}}@media (max-width: 600px){.get-section .middle-content .content-left{width:65%}}.get-section .middle-content .content-left .verticle-line{width:4px;height:80px;background:linear-gradient(to bottom,#e100ff,#008cff)}.get-section .middle-content .content-left h3{font-size:2rem;color:#fff;margin:5% 0%}@media (max-width: 900px){.get-section .middle-content .content-left h3{font-size:1.6rem}}.get-section .middle-content .content-left p{font-size:1rem;color:#fff}.get-section .middle-content .content-right{width:50%}@media (max-width: 600px){.get-section .middle-content .content-right{width:60%}}.get-section .middle-content .content-right .form-fields{margin-bottom:20px}.get-section .middle-content .content-right .form-fields textarea{overflow-y:hidden;resize:none}.get-section .middle-content .content-right .form-fields .form-input{position:relative;width:60%;padding:12px;border-radius:8px;border:1px solid rgb(184,184,184);color:#fff;outline:none;transition:all .3s ease-in-out;background-color:transparent}@media (max-width: 1000px){.get-section .middle-content .content-right .form-fields .form-input{width:100%}}.get-section .middle-content .content-right .form-fields .form-input:focus{border:none;outline:none;box-shadow:0 0 3px 3px #008cff80,0 0 3px 3px #e100ff80}.get-section .middle-content .content-right .form-fields .form-input::selection{background:#fff3}.get-section .middle-content .content-right .form-fields .error-text{margin-top:1%;color:#fff;font-size:.8rem}.get-section .middle-content .content-right button{width:60%;color:#fff;padding:12px;border-radius:8px;background-color:#000;font-size:1rem;border:none;position:relative;z-index:1}@media (max-width: 1000px){.get-section .middle-content .content-right button{width:100%}}.get-section .middle-content .content-right button:after{content:"";position:absolute;right:0%;left:0%;bottom:1%;height:105%;width:100%;border-radius:8px;background-image:linear-gradient(to bottom right,#008cff,#e100ff);z-index:-1}.get-section .middle-content .content-right button:hover{z-index:3;box-shadow:40px 0 100px #008cff,-40px 0 100px #e100ff}.get-section .middle-content .content-right .success-text{color:#fff;font-size:.8rem;margin-top:1%}.footer-section{width:100%;padding:5% 0;background-color:#000;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 700px){.footer-section{padding:10% 0}}.footer-section .footer-border{padding:2% 0;width:80%;border:.1px solid rgb(133,130,130);border-radius:5px}.footer-section .footer-border .footer-content{width:100%;display:flex;align-items:flex-start;justify-content:space-around}@media (max-width: 700px){.footer-section .footer-border .footer-content{flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:5% 0}}.footer-section .footer-border .footer-content .content-left,.footer-section .footer-border .footer-content .content-right{color:#fff}.footer-section .footer-border .footer-content .content-left{width:25%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-left{width:100%;align-items:center;justify-content:center;gap:10px}}.footer-section .footer-border .footer-content .content-left h5{font-size:1.2rem}.footer-section .footer-border .footer-content .content-left .content-social-list{display:flex}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-left .content-social-list{align-items:center;justify-content:center}}.footer-section .footer-border .footer-content .content-left .content-social-list .social-logo{width:15%}@media (max-width: 1000px){.footer-section .footer-border .footer-content .content-left .content-social-list .social-logo{width:23%}}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-left .content-social-list .social-logo{width:15%}}.footer-section .footer-border .footer-content .content-left .content-social-list .social-link{color:#fff;text-decoration:none}.footer-section .footer-border .footer-content .content-middle{width:25%}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-middle{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}}.footer-section .footer-border .footer-content .content-middle h5{font-size:1rem;margin-bottom:5%;color:#fff}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-middle h5{margin-bottom:2%}}.footer-section .footer-border .footer-content .content-middle .footer-services{display:flex;flex-direction:column;gap:5px}@media (max-width: 1000px){.footer-section .footer-border .footer-content .content-middle .footer-services{gap:10px}}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-middle .footer-services{align-items:center;justify-content:center}}.footer-section .footer-border .footer-content .content-middle .footer-services p{color:#a89d9d}.footer-section .footer-border .footer-content .content-right{width:25%}@media (max-width: 1000px){.footer-section .footer-border .footer-content .content-right{width:40%}}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-right{width:100%;display:flex;flex-direction:column;align-items:center}}.footer-section .footer-border .footer-content .content-right h5{font-size:1rem;margin-bottom:5%;color:#fff}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-right h5{margin-bottom:2%}}.footer-section .footer-border .footer-content .content-right .address-content{margin-bottom:10px;display:flex;align-items:flex-start;justify-content:flex-start;gap:5%}@media (max-width: 1000px){.footer-section .footer-border .footer-content .content-right .address-content{gap:10%}}@media (max-width: 700px){.footer-section .footer-border .footer-content .content-right .address-content{width:85%}}.footer-section .footer-border .footer-content .content-right .address-content p{font-size:1rem;color:#a89d9d}.footer-section .footer-border .footer-content .content-right .location-logo{width:18%}.footer-section .footer-border .footer-content .content-right .phone-logo{width:8%}.footer-section .footer-terms{width:80%;display:flex;color:#fff;align-items:center;justify-content:space-between;margin-top:20px;font-size:.8rem}.footer-section .footer-terms p{font-size:.8rem}@media (max-width: 500px){.footer-section .footer-terms p{text-align:center}}@media (max-width: 700px){.footer-section .footer-terms{flex-direction:column;align-items:center;gap:5px}}.footer-section .footer-terms .footer-policy{width:25%;display:flex;gap:13%}@media (max-width: 1700px){.footer-section .footer-terms .footer-policy{width:27%}}@media (max-width: 1200px){.footer-section .footer-terms .footer-policy{width:31%;gap:10%}}@media (max-width: 1100px){.footer-section .footer-terms .footer-policy{width:36%}}@media (max-width: 900px){.footer-section .footer-terms .footer-policy{width:40%}}@media (max-width: 800px){.footer-section .footer-terms .footer-policy{width:42%}}@media (max-width: 700px){.footer-section .footer-terms .footer-policy{width:100%;flex-direction:column;align-items:center;gap:5px}}.navbar-section{width:100%;background-color:transparent;transition:background-color .3s ease-in-out;display:flex;justify-content:space-around;align-items:center;gap:45%;padding:1% 0;z-index:1000;position:fixed;top:0}@media (max-width: 600px){.navbar-section{gap:35%;top:5px}}.navbar-section.scrolled{background-color:#000000e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar-section .logo-section{width:13%}@media (max-width: 600px){.navbar-section .logo-section{width:40%}}.navbar-section .logo-section img{width:100%}.navbar-section .nav-section-right{position:relative;display:flex;align-items:center;justify-content:space-around}.navbar-section .nav-section-right .hamburger-menu{cursor:pointer;z-index:1001;display:flex;flex-direction:column;justify-content:center}.navbar-section .nav-section-right .hamburger-menu .bar{width:40px;height:2px;background-color:#fff;border-radius:8px;margin:4px 0;transition:.4s}.navbar-section .nav-section-right .hamburger-menu .bar.bar1,.navbar-section .nav-section-right .hamburger-menu .bar.bar2,.navbar-section .nav-section-right .hamburger-menu .bar.bar3{transform:rotate(0)}.navbar-section .nav-section-right .hamburger-menu.open .bar.bar1{transform:rotate(-45deg) translate(-8px,6px)}.navbar-section .nav-section-right .hamburger-menu.open .bar.bar2{opacity:0}.navbar-section .nav-section-right .hamburger-menu.open .bar.bar3{transform:rotate(45deg) translate(-8px,-6px)}.navbar-section .menu-window{position:absolute;top:100%;right:2%;transform:translate(-50%);width:0;height:auto;border-radius:8px;background-color:#14142b;opacity:.7;overflow-x:hidden;transition:.5s;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center}.navbar-section .menu-window button{all:unset;background:transparent;padding:10px;text-decoration:none;font-size:20px;color:#fff;display:block;transition:.3s;margin:10px 0;border-radius:5px}.navbar-section .menu-window button:hover{background-color:#fff;color:#1d0606}.navbar-section .menu-window.open{width:200px;height:auto}.navbar-section .get-in-touch{width:25%}.navbar-section .get-in-touch img{width:100%}.servicepage-section{width:100%;background-color:#000;color:#fff;position:relative;padding:5%}@media (max-width: 600px){.servicepage-section{padding:10% 2%}}.servicepage-section .servicepage-section-gradient{position:absolute;width:530px;height:433px;top:132px;left:26%;border-radius:50%;background:linear-gradient(197.77deg,#0629eb80 -6.37%,#0374ec80 103.29%);filter:blur(100px)}@media (max-width: 1000px){.servicepage-section .servicepage-section-gradient{top:40vh;width:330px;height:133px}}@media (max-width: 600px){.servicepage-section .servicepage-section-gradient{top:55vh;width:280px;height:123px;left:20%}}.servicepage-section .servicepage-title{display:flex;align-items:center;justify-content:center;margin-bottom:2%;gap:1%}@media (max-width: 600px){.servicepage-section .servicepage-title{flex-direction:column}}.servicepage-section .servicepage-title h6{font-size:2rem}@media (max-width: 400px){.servicepage-section .servicepage-title h6{text-align:center}}.servicepage-section .servicepage-content{padding:1% 5%;display:flex;align-items:center;gap:5%;opacity:0;transform:translate(-30px);transition:opacity 1s ease,transform 1s ease}@media (max-width: 600px){.servicepage-section .servicepage-content{flex-direction:column;gap:40px}}.servicepage-section .servicepage-content.show{opacity:1;transform:translate(0)}.servicepage-section .servicepage-content .servicepage-left-content{flex:1}.servicepage-section .servicepage-content .servicepage-left-content .servicepage-item{display:flex;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:1%}.servicepage-section .servicepage-content .servicepage-left-content h6{padding-left:5%;font-size:1rem;color:#f3d4d4;line-height:30px;font-weight:600}@media (max-width: 600px){.servicepage-section .servicepage-content .servicepage-left-content h6{line-height:20px}}.servicepage-section .servicepage-content .servicepage-left-content p{padding-left:5%;font-size:1rem}.servicepage-section .servicepage-content .servicepage-image{width:30%}@media (max-width: 600px){.servicepage-section .servicepage-content .servicepage-image{width:80%}}.servicepage-section .servicepage-content .servicepage-image img{width:100%;border-radius:5px}.industries-section{width:100%;display:flex;align-items:center;justify-content:space-around;flex-direction:column;background-color:#000;position:relative;height:auto;padding-bottom:25px;overflow:hidden}@media (max-width: 600px){.industries-section{padding-bottom:100px}}.industries-section .industry-gradient{position:absolute;width:530px;height:433px;top:90vh;left:26%;border-radius:50%;background:linear-gradient(197.77deg,#0629eb80 -6.37%,#0374ec80 103.29%);filter:blur(100px)}@media (max-width: 1000px){.industries-section .industry-gradient{width:330px;height:133px}}@media (max-width: 600px){.industries-section .industry-gradient{width:280px;height:123px;left:20%}}.industries-section .industries-image{width:100%;position:relative}.industries-section .industries-image img{width:100%;height:65vh}.industries-section .industries-image .industries-title{position:absolute;top:30vh;color:#3811e7;left:45%}@media (max-width: 1000px){.industries-section .industries-image .industries-title{left:40%}}@media (max-width: 600px){.industries-section .industries-image .industries-title{left:25%}}.industries-section .industries-content{display:flex;align-items:center;justify-content:space-around;gap:5%;padding:5% 11%}@media (max-width: 1000px){.industries-section .industries-content{flex-direction:column;gap:30px}}.industries-section .industries-content .industries-left{flex:1}.industries-section .industries-content .industries-left h6{color:#fff;font-size:1.5rem;margin-bottom:5%}.industries-section .industries-content .industries-left p{color:#fff;font-size:1rem;line-height:30px;margin-bottom:20px}.industries-section .industries-content .industries-left ul{line-height:22px;padding-left:10%;color:#fff}.industries-section .industries-content .industries-right{flex:1}@media (max-width: 1000px){.industries-section .industries-content .industries-right{display:flex;justify-content:center;align-items:center;width:100%}}.industries-section .industries-content .industries-right .flipped-image{width:100%;height:auto;transform:scaleX(-1) skew(20deg)}@media (max-width: 1000px){.industries-section .industries-content .industries-right .flipped-image{width:70%}}.industries-section .industries-content .industries-right .flipped-image:hover{transform:scaleX(1) skew(20deg)}.industries-section .industries-keystrengths{padding:0% 10%}.industries-section .industries-keystrengths .keystrenth-title{font-size:1.2rem;align-items:center;color:#fff;font-weight:600;margin-bottom:10px}.industries-section .industries-keystrengths .keystrength-item{display:flex;justify-content:flex-start;align-items:center}.industries-section .industries-keystrengths .keystrength-item h4{font-size:1rem;color:#fff}.industries-section .industries-keystrengths p{color:#fff;font-size:1rem;padding-left:3%;margin-bottom:15px}.industries-section .industries-certifications{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:15%;grid-column-gap:3%;padding:5% 9%;color:#fff}@media (max-width: 1200px){.industries-section .industries-certifications{grid-template-columns:1fr;grid-row-gap:5%}}.industries-section .industries-certifications .certifications{display:flex;align-items:center;gap:3%}@media (max-width: 600px){.industries-section .industries-certifications .certifications{flex-direction:column}}.industries-section .industries-certifications .certifications .certification-image{width:25%}@media (max-width: 600px){.industries-section .industries-certifications .certifications .certification-image{width:40%}}.industries-section .industries-certifications .certifications .certification-image img{width:100%}.industries-section .industries-certifications .certifications h6{font-size:1rem;margin-bottom:2%}.industries-section .industries-certifications .certifications ul{padding-left:10%;font-size:.9rem;line-height:1.65714286em}.hero-section{position:relative;width:100%;display:flex;flex-direction:column;color:#fff;padding-top:5%;padding-bottom:10%;gap:18vh}@media (max-width: 900px){.hero-section{padding-top:10%}}.hero-section .background-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1}.hero-section .background-video video{width:100%;height:100%;object-fit:cover;pointer-events:none}.hero-section .content{margin-top:10%;display:flex;align-items:flex-start;gap:2%;padding:0% 10%}@media (max-width: 900px){.hero-section .content{gap:4%}}.hero-section .content .verticle-line{width:4px;height:120px;background:linear-gradient(to bottom,#e100ff,#008cff)}.hero-section .content .content-right{height:20vh;display:flex;flex-direction:column;gap:20%}.hero-section .content .content-right h1{font-size:2.5rem}@media (max-width: 900px){.hero-section .content .content-right h1{font-size:2rem}}.hero-section .content .content-right p{font-size:1.2rem}@media (max-width: 900px){.hero-section .content .content-right p{font-size:1rem}}.hero-section .content .content-right .content-color a{text-decoration:none;color:#00f0ff;font-size:1.5rem}.hero-section .progress-bar{margin:20px auto;width:100%;height:8px;background-color:#fff3;border-radius:4px;overflow:hidden}.hero-section .progress-bar .progress-indicator{width:100%;height:100%;position:relative}.hero-section .progress-bar .progress-indicator .indicator-bar{height:100%;background:linear-gradient(to right,#008cff,#e100ff);border-radius:4px;position:absolute;top:0;left:0}.hero-section .list-items{width:100%;padding:0% 6%;display:flex;justify-content:space-around;margin-top:5%;flex-wrap:wrap}@media (max-width: 900px){.hero-section .list-items{width:90%;row-gap:50px;column-gap:20%}}.hero-section .list-items .list-item{cursor:pointer;color:#fff;font-size:1rem;display:flex;flex-direction:column}.hero-section .list-items .list-item .item-title{margin-bottom:10px}.hero-section .list-items .list-item .progress-indicator{width:100%;height:4px;background:#fff3;border-radius:4px;overflow:hidden}.hero-section .list-items .list-item .progress-indicator .indicator-bar{height:100%;background:linear-gradient(to right,#008cff,#e100ff);transition:width .1s linear}.hero-section .list-items .list-item.active .indicator-bar{width:100%}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:Montserrat!important}video::-webkit-media-controls{display:none!important}video::-webkit-media-controls-enclosure{display:none!important}.about-section{width:100%;background-color:#000;color:#fff;position:relative;padding:10% 5% 0%}@media (max-width: 1300px){.about-section{padding:10% 5%}}@media (max-width: 1300px){.about-section{padding-top:14%}}.about-section .about-section-gradient{position:absolute;width:530px;height:433px;top:132px;left:26%;border-radius:50%;background:linear-gradient(197.77deg,#0629eb80 -6.37%,#0374ec80 103.29%);filter:blur(100px)}@media (max-width: 1000px){.about-section .about-section-gradient{top:40vh;width:330px;height:133px}}@media (max-width: 600px){.about-section .about-section-gradient{top:55vh;width:280px;height:123px;left:20%}}.about-section .about-title{display:flex;align-items:center;justify-content:center;margin-bottom:2%;gap:1%}@media (max-width: 1300px){.about-section .about-title{margin-bottom:8%}}@media (max-width: 600px){.about-section .about-title{flex-direction:column}}.about-section .about-title p,.about-section .about-title h6{font-size:2rem}@media (max-width: 400px){.about-section .about-title p,.about-section .about-title h6{text-align:center}}.about-section .about-content{padding:2% 5%;display:flex}@media (max-width: 600px){.about-section .about-content{flex-direction:column-reverse}}.about-section .about-content .about-content-left{flex:1}.about-section .about-content .about-content-left .about-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:3%;opacity:0;transform:translate(-30px);transition:opacity 1s ease,transform 1s ease}.about-section .about-content .about-content-left .about-item.show{opacity:1;transform:translate(0)}@media (max-width: 1300px){.about-section .about-content .about-content-left .about-item{margin-bottom:5%}}.about-section .about-content .about-content-left p{font-size:1rem}.about-section .about-content .about-content-right{display:flex;justify-content:center;align-items:center;flex:1;opacity:0;transform:translate(50px);transition:opacity 1s ease,transform 1s ease}.about-section .about-content .about-content-right.show{opacity:1;transform:translate(0)}.about-section .about-content .about-content-right .about-logo{width:60%}.about-section .about-content .about-content-right .about-logo img{width:100%}
