*{margin:0;padding:0;box-sizing:border-box}:root{--black-color: hsl(252, 11%, 9%);--mid-black-color: hsl(240, 5%, 11%);--white-color: hsl(0, 0%, 100%);--green-color: hsl(138, 63%, 33%);--dark-green-color: hsl(140, 44%, 23%);--light-green-color: #3fb985;--gray-color: hsl(0, 0%, 48%);--font-family: "Poppins", sans-serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.hs{opacity:0;filter:blur(5px);transition:ease 1s}.ss{opacity:1;filter:blur(0)}.hs-left{opacity:0;filter:blur(5px);transform:translate(-50%);transition:all 1s}.ss-left{opacity:1;transform:translate(0);filter:blur(0)}.hs-right{opacity:0;filter:blur(5px);transform:translate(50%);transition:all 1s}.ss-right{opacity:1;transform:translate(0);filter:blur(0)}.hs-top{opacity:0;filter:blur(5px);transform:translateY(40%);transition:all 1s}.ss-top{opacity:1;transform:translateY(0);filter:blur(0)}.hs-bottom{opacity:0;filter:blur(5px);transform:translateY(-40%);transition:all 1s}.ss-bottom{opacity:1;transform:translateY(0);filter:blur(0)}body{background-color:var(--white-color);color:var(--black-color);font-family:var(--font-family)}body .scroll-btn{color:var(--white-color);font-size:3rem;margin-top:.5em;cursor:pointer;transition:.3s all ease}body .scroll-btn:hover{color:var(--green-color)}body.animate{animation:fadeIn .5s ease-in-out}li{list-style:none}a{text-decoration:none;color:inherit}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:4em}.not-found img{width:40%}.not-found a{color:var(--white-color);background-color:var(--green-color);padding:.5em 1em;border-radius:4px;font-size:.85rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bd;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;max-width:600px;width:100%;box-shadow:0 2px 10px #0000001a}.navbar nav{width:100%;padding:.5em 4em;display:flex;justify-content:space-between;align-items:center;background-color:#fff0;position:fixed;min-height:12vh;min-height:12dvh;z-index:1}.navbar nav .logo{animation:slideIn .5s ease-in-out}.navbar nav .logo img{width:120px}.navbar nav .nav-links{animation:slideOut .5s ease-in-out;display:flex;flex-direction:row;align-items:center;gap:16px}.navbar nav .nav-links .links-list{display:flex}.navbar nav .nav-links .links-list li{color:var(--white-color);transition:.3s all ease;padding:.25em .75em;font-size:.85rem;font-weight:400}.navbar nav .nav-links .links-list .service-nav-link{display:inline;position:relative}.navbar nav .nav-links .links-list .service-nav-link h6{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:400;cursor:pointer}.navbar nav .nav-links .links-list .service-nav-link ul{display:none;width:200px;border-radius:4px;position:absolute;background-color:#ffffffe8;top:12vh;padding:.5em;flex-direction:column;gap:10px}.navbar nav .nav-links .links-list .service-nav-link ul li{color:var(--black-color);font-size:.75rem}.navbar nav .nav-links .links-list .service-nav-link ul li:hover{color:var(--white-color);font-size:.75rem}.navbar nav .nav-links .links-list .active{background-color:var(--green-color);border-radius:4px;padding:.25em .75em}.navbar nav .nav-links .links-list li:hover{background-color:var(--green-color);border-radius:4px}.navbar nav .nav-links .links-list #flag{background-color:transparent}.navbar nav .burger{width:35px;height:21;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;display:none}.navbar nav .burger .line{width:100%;height:4px;background-color:var(--white-color)}.navbar .nav-scrolled{background-color:var(--black-color);animation:slideOut .5s ease-in-out}.navbar .nav-scrolled .nav-links li{color:var(--white-color)}.navbar .nav-scrolled .nav-links .active{background-color:var(--green-color);color:var(--white-color)}.navbar .nav-scrolled .nav-links li:hover{background-color:var(--green-color)}.home{display:flex;flex-direction:column;overflow:hidden}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:4em;background:linear-gradient(to bottom,#00000080,#00000080),url(/assets/home_img-tg98avqv.jpg);background-size:cover;background-position:center;overflow:hidden}.hero .text{margin-top:14vh;width:100%;display:flex;align-items:center;flex-direction:column}.hero .text h2{color:var(--white-color);font-size:3.25rem}.hero .text p{width:75%;font-size:1rem;text-align:justify;color:var(--white-color)}.hero .ctas{color:var(--white-color);display:flex;gap:24px}.hero .ctas a{padding:.5em 1em;border-radius:4px;background-color:var(--green-color);font-size:.85rem;display:flex;align-items:center;gap:10px;transition:.3s all ease}.hero .ctas a:hover{background-color:var(--dark-green-color)}.hero .ctas .outlined{cursor:pointer;padding:.5em 1em;border-radius:4px;font-size:.85rem;display:flex;align-items:center;color:var(--white-color);gap:10px;font-family:var(--font-family);transition:.3s all ease;background-color:transparent;border:1px solid var(--white-color)}.hero .ctas .outlined:hover{background-color:var(--green-color);border:1px solid transparent;color:var(--white-color)}.profiles{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1em;gap:10px}.profiles a{color:var(--white-color);background-color:var(--black-color);font-size:.75rem;border-radius:4px;padding:1em}.about{width:100%;min-height:100vh;min-height:100dvh;padding:4em;display:flex;align-items:center;background-color:#e8e8e83b;overflow:hidden;gap:70px}.about .about-brief{flex:1;display:flex;flex-direction:column;gap:10px}.about .about-brief h2{color:var(--light-green-color);font-weight:400;font-size:3rem}.about .about-brief p{color:var(--black-color);font-size:1rem;line-height:1.5rem}.about .about-brief .signature .lines{width:100%;display:flex;align-items:center;margin:1em 0}.about .about-brief .signature .lines div{flex:1;height:2px}.about .about-brief .signature .lines .blue-line{background-color:var(--green-color)}.about .about-brief .signature .lines .red-line{background-color:var(--light-green-color)}.about .about-brief .signature h3{color:var(--green-color);font-size:1.75rem;line-height:2rem;font-weight:400}.about .about-brief .signature span{color:var(--gray-color)}.about .ceo-pic{width:30%;display:block;border-radius:4px}.about-cover{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:4em;background:linear-gradient(to bottom,#00000080,#00000080),url(/assets/office-TjiddgMt.jpg);background-size:cover;background-position:center;overflow:hidden}.about-cover img{width:40%;opacity:.9}.services{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;gap:50px;align-items:center;justify-content:center;padding:2em 6em;overflow:hidden}.services .services-brief{display:flex;flex-direction:column;align-items:center;padding:2em}.services .services-brief h2{text-align:center;color:var(--green-color);font-size:2.5rem;font-weight:400}.services .services-brief p{color:var(--gray-color);width:75%;text-align:center;font-size:.85rem}.services .services-list{display:flex;flex-direction:column;gap:20px;overflow:hidden}.services .services-list .service{width:100%;display:flex;gap:100px;background:linear-gradient(to right,#23a4fb11 1%,#fff 99%);padding:1.5em;border-radius:3em;overflow:hidden}.services .services-list .service img{display:block;width:20%;aspect-ratio:1/1;object-fit:cover;border-radius:2rem}.services .services-list .service .text{flex:3;display:flex;flex-direction:column;gap:20px}.services .services-list .service .text h3{font-size:1.5rem;font-weight:700;color:var(--light-green-color)}.services .services-list .service .text p{font-size:1rem;line-height:1.75rem;color:var(--gray-color);text-align:justify}.services .services-list .service .text a{width:fit-content;background-color:var(--light-green-color);color:var(--white-color);padding:.5em 1em;font-size:.85rem;border-radius:8px;transition:.3s all ease-in-out}.services .services-list .service .text a:hover{background-color:var(--green-color)}.services .services-list .service:nth-child(odd){display:flex;flex-direction:row-reverse;background:linear-gradient(to left,#23a4fb11 1%,#fff 99%)}.service-section{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.service-section .image-and-title{width:100%;min-height:100vh;min-height:100dvh;background-color:red;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em;padding-top:12vh;color:var(--white-color)}.service-section .image-and-title .text{display:flex;flex-direction:column;align-items:center;gap:8px;width:60%}.service-section .image-and-title .text h1{font-size:2.5rem;font-weight:400;align-self:flex-start;display:flex;align-items:center;justify-content:center;gap:6px}.service-section .image-and-title .text h1 .scroll-btn{margin:0}.service-section .image-and-title .text p{font-size:1rem;font-weight:400;line-height:1.75rem;text-align:justify}.service-section .image-and-title .text .inside-modal{align-self:flex-start;background-color:var(--green-color);padding:.5em 1em;border-radius:4px;font-size:.85rem;cursor:pointer}.service-section .logistics{background:linear-gradient(to bottom,#00000036,#00000071),url(/assets/logistics_alt-Z4HCineC.jpg);background-position:center;background-size:cover}.service-section .products{background:linear-gradient(to bottom,#00000036,#00000071),url(/assets/productss-DwsCS5Gc.jpg);background-position:center;background-size:cover}.service-section .travels{background:linear-gradient(to bottom,#00000036,#00000071),url(/assets/travels_img-DCYldp_c.jpg);background-position:center;background-size:cover}.service-section .engineering{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/engineering_alt-DDV6kwoO.jpg);background-position:center;background-size:cover}.service-section .construction{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/construction_alt-D8RwQka7.jpg);background-position:center;background-size:cover}.service-section .architecture{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/architecture_alt-Ek2bnuee.jpg);background-position:center;background-size:cover}.service-section .home-automation{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/automation_alt-CSgpHMPV.jpg);background-position:center;background-size:cover}.service-section .mining-sales{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/mining_alt-BWqnisYZ.jpg);background-position:center;background-size:cover}.service-section .construction-sales{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/building_material_alt-B3kwh6-y.jpg);background-position:center;background-size:cover}.service-section .drilling{background:linear-gradient(to bottom,#0000006e,#000000a1),url(/assets/drilling_alt-Cffx87YI.webp);background-position:center;background-size:cover}.service-section .sub-services{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:4em;gap:20px}.service-section .sub-services .sub-service{background-color:#cfcfcf18;display:flex;gap:30px;justify-content:center;align-items:center;overflow:hidden;padding:1.5em;border-radius:8px}.service-section .sub-services .sub-service .text{width:70%;display:flex;flex-direction:column;gap:10px}.service-section .sub-services .sub-service .text h1{font-size:1.5rem;font-weight:400;color:var(--green-color)}.service-section .sub-services .sub-service .text p{font-size:1rem;line-height:1.8rem;text-align:justify;color:var(--gray-color)}.service-section .sub-services .sub-service .text span{width:fit-content;padding:.5em 1em;font-size:.85rem;background-color:var(--black-color);color:var(--white-color);border-radius:4px;cursor:pointer}.service-section .sub-services .sub-service .text .lines{width:15%;display:flex;align-items:center;margin-bottom:.85em}.service-section .sub-services .sub-service .text .lines .blue{width:30%;background-color:var(--green-color);height:4px}.service-section .sub-services .sub-service .text .lines .red{width:100%;background-color:var(--light-green-color);height:4px}.service-section .sub-services .sub-service img{width:30%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.service-section .sub-services .sub-service:nth-child(2n){display:flex;flex-direction:row-reverse}.contact{width:100%;min-height:80vh;min-height:80dvh;display:flex;padding:2em 4em 0;justify-content:space-between;gap:80px;overflow:hidden;background-color:#7a7a7a33}.contact .form-and-contact{display:flex;flex-direction:column;justify-content:space-between;width:60%}.contact .form-and-contact .contact-list{margin-top:1em;display:flex;flex-direction:column;gap:5px}.contact .form-and-contact .contact-list h2{font-size:1.25rem;font-weight:500;margin-bottom:10px}.contact .form-and-contact .contact-list p{margin-bottom:20px;font-size:.85rem;color:var(--black-color)}.contact .form-and-contact .contact-list .contact-item{display:flex;align-items:center;gap:5px}.contact .form-and-contact .contact-list .contact-item .icon{margin-right:5px;color:var(--green-color)}.contact .form-and-contact .form .title{display:flex;flex-direction:column;gap:8px;margin-bottom:1em}.contact .form-and-contact .form .title h2{color:var(--green-color)}.contact .form-and-contact .form .title p{font-size:.85rem}.contact .form-and-contact .form form{display:flex;flex-direction:column;gap:20px}.contact .form-and-contact .form form div{display:flex;gap:10px}.contact .form-and-contact .form form .error-messages{flex-direction:column;gap:2px;color:red}.contact .form-and-contact .form form .error-messages p{font-size:.85rem;display:flex;align-items:center;gap:4px}.contact .form-and-contact .form form input{flex:1;display:flex;align-items:center;border:1px solid rgba(128,128,128,.286);padding:.5em;background-color:#ffffffb2;border-radius:4px;font-family:var(--font-family)}.contact .form-and-contact .form form .error-line{border:1px solid red}.contact .form-and-contact .form form textarea{resize:none;font-family:var(--font-family);padding:.5em;height:200px;border:1px solid rgba(128,128,128,.286);background-color:#ffffffb2}.contact .form-and-contact .form form button{width:fit-content;border:none;outline:none;border-radius:4px;padding:.5em 1em;background-color:var(--green-color);color:var(--white-color);font-size:.85rem;cursor:pointer;font-family:var(--font-family)}.contact .map{width:30%;align-self:flex-end}.contact .map img{display:block;margin:0;width:100%}.enquire{width:100%;min-height:100%;display:flex;padding:4em;justify-content:space-between;gap:80px;overflow:hidden;background-color:var(--white-color)}.enquire .form-and-contact{width:100%;display:flex;flex-direction:column;justify-content:space-between}.enquire .form-and-contact .form form{display:flex;flex-direction:column;gap:20px}.enquire .form-and-contact .form form div{display:flex;gap:10px}.enquire .form-and-contact .form form input{flex:1;display:flex;align-items:center;border:1px solid rgba(128,128,128,.286);padding:.5em;border-radius:4px;font-family:var(--font-family)}.enquire .form-and-contact .form form textarea{resize:none;font-family:var(--font-family);padding:.5em;height:200px;border:1px solid rgba(128,128,128,.286)}.enquire .form-and-contact .form form button{width:fit-content;border:none;outline:none;border-radius:4px;padding:.5em 1em;background-color:var(--green-color);color:var(--white-color);font-size:.85rem;cursor:pointer;font-family:var(--font-family)}.contact-cover{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:4em;background:linear-gradient(to bottom,#00000080,#00000080),url(/assets/contact_cover-GmihaKbo.jpg);background-size:cover;background-position:center;overflow:hidden}.contact-cover img{width:40%;opacity:.9}.career{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;min-height:100dvh;overflow:hidden}.career .career-cover{background:linear-gradient(to bottom,#0000005e,#00000062),url(/assets/career-CJYyNTQJ.jpg);background-position:center;background-size:cover;display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;padding:1em 4em 4em;justify-content:center;overflow:hidden}.career .career-cover h1{font-size:4rem;font-weight:400;color:var(--white-color);display:flex;align-items:center;gap:4px}.career .career-cover h1 .scroll-btn{margin:0}.career .career-cover p{color:var(--white-color)}.career .offers{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;min-height:100dvh;padding:4em;overflow:hidden;gap:20px}.career .offers .offer{display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;background-color:#cccccc1e;overflow:hidden}.career .offers .offer .title{width:100%;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;background-color:var(--green-color);color:var(--white-color);padding:1em}.career .offers .offer .title h1{font-weight:400;font-size:1.75rem}.career .offers .offer .title .additional-info{display:flex;align-items:center;gap:20px}.career .offers .offer .title .additional-info h3{font-weight:300;font-size:1rem;gap:5px;display:flex;align-items:center}.career .offers .offer .job-description{padding:1em;display:flex;flex-direction:column;gap:10px}.career .offers .offer .job-description h3{font-weight:300;font-size:1.25rem}.career .offers .offer .job-description p{font-size:.85rem;line-height:1.5rem;color:var(--gray-color)}.career .offers .offer .job-description a{background-color:var(--green-color);width:fit-content;padding:.5em 1em;color:var(--white-color);border-radius:4px;font-size:.85rem}.career .no-offer{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em;gap:10px}.career .no-offer img{width:30%}.career .no-offer p{font-size:1.5rem;text-align:center}.application-form{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em;padding-top:14vh;background-color:var(--black-color);overflow:hidden}.application-form .title{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:1em}.application-form .title h1{text-align:center;font-size:2rem;font-weight:400}.application-form .title p{font-size:.85rem;color:var(--gray-color)}.application-form form{width:60%;border-radius:8px;background-color:var(--white-color);display:flex;flex-direction:column;align-items:center;padding:2em}.application-form form .input-group{width:100%;display:flex;gap:12px;margin:1em 0}.application-form form .input{width:100%;flex:1}.application-form form .input input{width:100%;padding:.5em;border-radius:4px;border:1px solid hsla(0,0%,86%,.777);font-size:.85rem;font-family:var(--font-family);outline:none;transition:.3s all ease-in-out}.application-form form .input input:focus{border:1px solid var(--green-color)}.application-form form label{font-size:.85rem;font-weight:400}.application-form form button{width:fit-content;background-color:var(--black-color);color:var(--white-color);border:none;padding:.5em 1em;font-size:.85rem;border-radius:4px;font-family:var(--font-family);cursor:pointer;align-self:flex-start}.footer{background-color:var(--light-green-color);background:linear-gradient(to bottom,#000000b3,#000b),url(/assets/warehouse-DSjB8TA6.jpg);background-position:center;background-size:cover;width:100%;padding:4em;display:flex;justify-content:space-between;align-items:center;gap:30px;overflow:hidden}.footer .info{flex:1;display:flex;align-items:center;justify-content:center;color:var(--white-color)}.footer .info div{display:flex;flex-direction:column;gap:10px}.footer .info h6{font-size:1.25rem}.footer .info .line{width:30px;height:4px;background-color:var(--green-color);margin:1em 0}.footer .info p{font-size:.85rem;display:flex;align-items:center;gap:8px}.footer .info a{width:fit-content;border-bottom:4px solid transparent;transition:.3s all ease}.footer .info a:hover{border-bottom:4px solid var(--white-color)}.footer .info .calls{display:flex;align-items:center;justify-content:center;gap:5px}.footer .info .calls:hover{border-bottom:4px solid transparent}.footer .info .social-links{flex-direction:row;align-items:center}.footer .info .social-links a{border:none}.footer .info .social-links a img{width:20px}.footer .info .social-links a:hover{border:none}.values{width:100%;padding:4em;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.values .text{width:50%;display:flex;flex-direction:column;gap:10px}.values .text ul{display:flex;flex-direction:column;gap:8px}.values .text ul li{font-size:1.25rem}.values .text h2{font-size:3rem;color:var(--green-color);font-weight:400}.values .text p{color:var(--gray-color);font-size:.9rem}.values img{display:block;width:49%;overflow:hidden}@media all and (max-width: 768px){body .scroll-btn{font-size:2rem}.navbar nav{padding:.5em 1em;min-height:10vh;min-height:10dvh;background-color:var(--white-color)}.navbar nav .logo img{width:120px}.navbar nav .nav-links{z-index:99}.navbar nav .nav-links .links-list{display:none;position:fixed;width:100%;left:0%;top:13vh;flex-direction:column;align-items:center;gap:30px;background-color:var(--white-color);padding:1em;z-index:999}.navbar nav .nav-links .links-list li{font-weight:700;padding:.25em 1em;color:var(--black-color)}.navbar nav .nav-links .links-list .service-nav-link h6{font-weight:700;padding:.25em 1em;color:var(--black-color)}.navbar nav .nav-links .links-list .service-nav-link h6:hover{font-weight:700;padding:.25em;color:var(--white-color)}.navbar nav .nav-links .links-list .service-nav-link ul{top:5vh}.navbar nav .nav-links .links-list .service-nav-link ul li{color:var(--black-color);font-size:.75rem}.navbar nav .nav-links .links-list .service-nav-link ul li:hover{color:var(--white-color);font-size:.75rem}.navbar nav .nav-links .links-list .active{background-color:var(--green-color);border-radius:4px;color:var(--white-color)}.navbar nav .nav-links .links-list li:hover{background-color:var(--green-color);border-radius:4px;color:var(--white-color)}.navbar nav .nav-links .clicked-links-list{display:flex}.navbar nav .burger{cursor:pointer;display:flex}.navbar nav .burger .line{background-color:var(--light-green-color)}.navbar .nav-scrolled{background-color:var(--white-color);animation:none}.navbar .nav-scrolled .nav-links li{color:var(--white-color)}.navbar .nav-scrolled .nav-links .active{background-color:var(--green-color);color:var(--white-color)}.navbar .nav-scrolled .nav-links li:hover{background-color:var(--green-color)}.hero{padding:1em}.hero .text{gap:20px}.hero .text h2{font-size:2rem;line-height:2rem;text-align:center}.hero .text p{width:100%}.services{padding:.5em}.services .services-brief{padding:1em}.services .services-brief h2{text-align:center;color:var(--green-color);font-size:1.5rem;line-height:2rem;margin-bottom:1em}.services .services-brief p{width:100%;text-align:justify;font-size:1rem}.services .services-list{display:flex;flex-direction:column;gap:20px}.services .services-list .service{flex-direction:column;gap:25px;background:linear-gradient(to bottom,#23a4fb11 1%,#fff 99%);padding:.5em;border-radius:1em}.services .services-list .service img{width:100%;aspect-ratio:16/9;border-radius:.5rem}.services .services-list .service .text{flex:1;gap:15px}.services .services-list .service .text h3{font-size:1.25rem}.services .services-list .service .text p{font-size:1rem}.services .services-list .service .text a{width:fit-content;text-align:center;background-color:var(--light-green-color)}.services .services-list .service:nth-child(odd){display:flex;flex-direction:column;background:linear-gradient(to bottom,#23a4fb11 1%,#fff 99%)}.about{padding:1em;flex-direction:column;gap:10px}.about .about-brief h2{color:var(--light-green-color);font-weight:400;font-size:1.5rem}.about .about-brief p{text-align:justify}.about .about-brief .signature .lines{margin:.5em 0}.about .about-brief .signature .lines div{flex:1;height:2px}.about .about-brief .signature h3{color:var(--green-color);font-size:1.5rem;line-height:2rem;font-weight:400}.about .about-brief .signature span{color:var(--gray-color);font-size:.85rem}.about .ceo-pic{width:100%;display:block;border-radius:4px}.about-cover{min-height:50vh;padding:5em 1em 1em}.about-cover img{width:60%;opacity:.9}.service-section .image-and-title{min-height:70vh;min-height:70dvh;padding:1em;padding-top:10vh}.service-section .image-and-title .text{width:100%}.service-section .image-and-title .text h1{font-size:1.5rem}.service-section .image-and-title .text p{font-size:.85rem;line-height:1.5rem}.service-section .sub-services{padding:0;gap:20px}.service-section .sub-services .sub-service{flex-direction:column;gap:10px;padding:1em;border-radius:8px}.service-section .sub-services .sub-service .text{width:100%;gap:10px}.service-section .sub-services .sub-service .text h1{font-size:1rem}.service-section .sub-services .sub-service .text p{font-size:.85rem;line-height:1.5rem}.service-section .sub-services .sub-service .text .lines{width:25%}.service-section .sub-services .sub-service .text .lines .blue,.service-section .sub-services .sub-service .text .lines .red{height:2px}.service-section .sub-services .sub-service img{width:100%}.service-section .sub-services .sub-service:nth-child(2n){display:flex;flex-direction:column}.contact{padding:1em 1em 0;flex-direction:column-reverse;gap:20px}.contact .form-and-contact{width:100%}.contact .form-and-contact .contact-list .contact-item .icon{margin-right:2px}.contact .form-and-contact .form .title{display:flex;flex-direction:column;gap:8px}.contact .form-and-contact .form .title h2{color:var(--green-color);font-weight:400;font-size:1.25rem}.contact .form-and-contact .form form{display:flex;flex-direction:column;gap:20px}.contact .form-and-contact .form form div{flex-direction:column;gap:20px}.contact .form-and-contact .form form textarea{height:180px}.contact .form-and-contact .form form button{margin-bottom:1em}.contact .map{width:100%;display:flex;align-items:center;justify-content:center}.contact .map iframe{width:100%}.modal-content{padding:.5em;border-radius:4px;max-width:280px;width:90%;box-shadow:0 2px 10px #0000001a}.enquire{width:100%;padding:1em;flex-direction:column;gap:20px}.enquire .form-and-contact{flex:1}.enquire .form-and-contact .form form{display:flex;flex-direction:column;gap:20px}.enquire .form-and-contact .form form div{flex-direction:column;gap:20px}.enquire .form-and-contact .form form textarea{height:180px}.enquire .form-and-contact .form form button{margin-bottom:1em}.contact-cover{min-height:50vh;padding:5em 1em 1em}.contact-cover img{width:60%;opacity:.9}.career{min-height:100%;padding:1em}.career .title h1{font-size:1.5rem}.career form{width:100%;border-radius:8px;background-color:var(--white-color);display:flex;flex-direction:column;align-items:center;padding:2em}.career form .input-group{flex-direction:column}.career form .input{width:100%;flex:1}.footer{padding:2em 1em;flex-direction:column;align-items:flex-start;gap:30px}.footer .info{flex:1}.footer .info div{display:flex;flex-direction:column;gap:10px}.footer .info .address{display:flex;flex-direction:column;align-items:center;gap:1px}.footer .info h6{font-size:1.25rem}.footer .info .line{width:30px;height:4px;background-color:var(--green-color);margin:1em 0}.footer .info p{font-size:1rem}.footer .info .address{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.footer .info .address span{display:inline}.footer .info a{width:fit-content;border-bottom:4px solid transparent;transition:.3s all ease}.footer .info a:hover{border-bottom:4px solid var(--white-color)}.footer .info .social-links{flex-direction:row}.footer .info .social-links a,.footer .info .social-links a:hover{border:none}.career{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;min-height:100dvh;overflow:hidden}.career .career-cover{display:flex;flex-direction:column;width:100%;height:60vh;height:60dvh;padding:4em 1em 1em;align-items:center;justify-content:center}.career .career-cover h1{font-size:1.85rem;text-align:center;margin-bottom:1em}.career .career-cover p{color:var(--white-color);text-align:justify}.career .offers{margin-top:1em;padding:0}.career .offers .offer .title{padding:1em}.career .offers .offer .title h1{font-weight:400;font-size:1.25rem}.career .offers .offer .title .additional-info{flex-direction:column}.career .offers .offer .title .additional-info h3{font-weight:300;font-size:.85rem;gap:2px;display:flex;align-items:center;text-align:center}.career .offers .offer .job-description{padding:1em;display:flex;flex-direction:column;gap:10px}.career .offers .offer .job-description h3{font-weight:300;font-size:1rem}.career .offers .offer .job-description p{text-align:justify}.career .no-offer{width:100%;min-height:50vh;min-height:50dvh;padding:1em}.career .no-offer img{width:80%}.career .no-offer p{font-size:1rem}.values{min-height:100%;flex-direction:column-reverse;padding:1em;gap:30px}.values .text{width:100%;display:flex;flex-direction:column;gap:10px}.values .text ul{display:flex;flex-direction:column;gap:8px}.values .text ul li{font-size:1rem}.values .text h2{font-size:2rem}.values .text p{text-align:justify;font-size:.85rem}.values img{width:100%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
