@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes loader_running{0%{transform:scaleX(0);transform-origin:left}49%{transform:scaleX(1);transform-origin:left}50%{transform:scaleX(1);transform-origin:right}to{transform-origin:right;transform:scaleX(0)}}@keyframes preloader_slide{0%{transform:scaleY(0)}to{transform:scaleY(1)}}*{margin:0;padding:0;box-sizing:border-box}:after,:before{box-sizing:inherit}body{font-family:Lato,sans-serif;font-size:14px;scroll-behavior:smooth;color:#9f9f9f;background:#0f0f0f;line-height:1.37}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}ol,ul{list-style:none;margin:0;padding:0}.main-homepage{margin-top:80px}.container{max-width:1350px;margin:0 auto;padding:0 20px}.primary-btn{display:inline-block;background-color:#f59e0b;color:#fff;padding:12px 24px;border-radius:4px;font-weight:600;transition:all .3s ease;border:none}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#c57f08}.view-more{display:inline-flex;align-items:center;font-size:20px;font-weight:600;margin-top:1rem;color:#f59e0b}.view-more svg{margin-left:8px;margin-top:4px;transition:transform .3s ease}.view-more:hover svg{transform:translateX(4px)}.header-area{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:hsla(0,0%,6%,.9);box-shadow:0 2px 15px rgba(0,0,0,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-area .gx-row{display:flex;align-items:center;justify-content:space-between;height:80px}.header-area .logo-container{width:70px;height:50px;display:flex;align-items:center}.header-area .logo-container .logo-image{width:100%;height:auto;transition:transform .3s ease}.header-area .logo-container .logo-image:hover{transform:scale(1.05)}.header-area .nav-container{display:flex;align-items:center;gap:30px}@media(max-width:992px){.header-area .nav-container{position:fixed;top:80px;left:0;width:100%;background-color:#323232;flex-direction:column;align-items:flex-start;padding:20px;box-shadow:0 10px 15px -3px rgba(0,0,0,.3);transform:translateY(-150%);opacity:0;transition:all .3s ease;z-index:999}.header-area .nav-container.active{transform:translateY(0);opacity:1}}.header-area .menu{display:flex;list-style:none;margin:0;padding:0;font-size:16px}@media(max-width:992px){.header-area .menu{flex-direction:column;width:100%}}.header-area .menu-item{position:relative;margin:0 15px}@media(max-width:992px){.header-area .menu-item{margin:5px 0}}.header-area .menu-item-has-children .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:293px;background:#323232;box-shadow:0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.2);border-radius:6px;padding:10px 0;z-index:1000;animation:fadeIn .2s ease-in-out}@media(max-width:992px){.header-area .menu-item-has-children .sub-menu{position:static;box-shadow:none;padding-left:20px;animation:none;background-color:transparent}}.header-area .menu-item-has-children .sub-menu.level-1{left:0;top:100%}@media(max-width:992px){.header-area .menu-item-has-children .sub-menu.level-1{left:0;margin-left:0}}.header-area .menu-item-has-children.active-submenu>.sub-menu,.header-area .menu-item-has-children:hover>.sub-menu{display:block}.header-area .menu-link{display:flex;align-items:center;padding:10px 15px;color:#cdcdcd;font-weight:500;text-decoration:none;transition:all .3s ease;border-radius:4px;position:relative}.header-area .menu-link:hover{color:#f59e0b;background-color:rgba(231,93,93,.05)}.header-area .menu-link.active{color:#f59e0b;font-weight:600}.header-area .menu-link .submenu-indicator{display:inline-block;margin-left:8px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;transition:transform .3s ease}.header-area .social-container{display:flex;align-items:center;gap:15px}@media(max-width:992px){.header-area .social-container{margin-top:20px;width:100%;justify-content:flex-start}}.header-area .hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1100}@media(max-width:992px){.header-area .hamburger{display:flex}}.header-area .hamburger-line{display:block;width:100%;height:2px;background-color:#cdcdcd;transition:all .3s ease;transform-origin:center}.header-area .hamburger.active .hamburger-line:first-child{transform:translateY(9px) rotate(45deg);background-color:#f59e0b}.header-area .hamburger.active .hamburger-line:nth-child(2){opacity:0}.header-area .hamburger.active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg);background-color:#f59e0b}.about-section{position:relative;padding:80px 0;background-color:hsla(0,0%,100%,.063);background-size:cover;background-position:50%;background-repeat:no-repeat}.about-section .background-image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;opacity:.4;z-index:0}.about-section .about-content{position:relative;z-index:1}.about-section .about-content h1{font-size:52px;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#dfdfdf;line-height:1.2}.about-section .about-content h1 span{color:#f59e0b}@media(max-width:1090px){.about-section .about-content h1{font-size:48px}}@media(max-width:767px){.about-section .about-content h1{font-size:40px}}@media(max-width:480px){.about-section .about-content h1{font-size:32px}}.about-section .about-content p{font-size:1.2rem;margin-bottom:2rem;color:#cdcdcd;line-height:1.6}@media(max-width:767px){.about-section .about-content p{font-size:1rem}}.hero-section{position:relative;padding:80px 0;background-color:hsla(0,0%,100%,.063);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-section .background-image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;opacity:.4;z-index:0}.hero-section .container{position:relative;z-index:1}@media(min-width:768px){.hero-section .container{display:flex;align-items:center;gap:40px}}.hero-section .hero-content{max-width:800px}.hero-section .hero-content h1{font-size:68px;font-weight:700;margin-bottom:1.5rem;color:#dfdfdf;line-height:1.2}.hero-section .hero-content h1 span{color:#f59e0b}@media(max-width:1090px){.hero-section .hero-content h1{font-size:60px}}@media(max-width:767px){.hero-section .hero-content h1{font-size:48px}}@media(max-width:480px){.hero-section .hero-content h1{font-size:36px}}.hero-section .hero-content p{font-size:1.1rem;margin-bottom:2rem;color:#cdcdcd;font-weight:600;line-height:1.6}.section{padding:80px 0}.certificate-section,.process-section,.section-light,.services-section{background-color:hsla(0,0%,100%,.02)}.cta-section,.expertise-section,.section-dark{background-color:hsla(0,0%,100%,.063)}.services-section h2{font-size:56px;font-weight:600;text-align:center;margin-bottom:50px;color:#f59e0b}@media(max-width:920px){.services-section h2{font-size:36px}}@media(max-width:585px){.services-section h2{font-size:26px}}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-bottom:30px}@media(max-width:767px){.services-section .services-grid{grid-template-columns:1fr}}.services-section .service-card{background-color:hsla(0,0%,100%,.063);padding:24px;border-radius:8px;transition:all .3s ease}.services-section .service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.services-section .service-card h3{color:#dfdfdf;font-weight:600;margin-bottom:1rem}.services-section .service-card p{color:#cdcdcd;font-size:16px;line-height:1.6}.services-section .service-icon{width:40px;height:40px;margin-bottom:20px}.services-section .service-icon svg{width:100%;height:100%;color:#f59e0b}.expertise-section h2{font-size:56px;font-weight:600;text-align:center;margin-bottom:50px;color:#f59e0b}@media(max-width:920px){.expertise-section h2{font-size:36px}}@media(max-width:585px){.expertise-section h2{font-size:26px}}.expertise-section .expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-bottom:30px}@media(max-width:767px){.expertise-section .expertise-grid{grid-template-columns:1fr}}.expertise-section .expertise-card{background-color:hsla(0,0%,100%,.063);padding:24px;border-radius:8px;transition:all .3s ease}.expertise-section .expertise-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.expertise-section .expertise-card h3{color:#dfdfdf;font-weight:600;margin-bottom:1rem}.expertise-section .expertise-card p{color:#cdcdcd;font-size:16px;line-height:1.6}.expertise-section .expertise-icon{width:40px;height:40px;margin-bottom:20px}.expertise-section .expertise-icon svg{width:100%;height:100%;color:#f59e0b}.process-section h2{font-size:56px;font-weight:600;text-align:center;margin-bottom:50px;color:#f59e0b}@media(max-width:920px){.process-section h2{font-size:36px}}@media(max-width:585px){.process-section h2{font-size:26px}}.process-section .process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px}@media(max-width:767px){.process-section .process-steps{grid-template-columns:1fr}}.process-section .step{text-align:center;background-color:hsla(0,0%,100%,.063);padding:24px;border-radius:8px;transition:all .3s ease}.process-section .step:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.process-section .step h3{color:#dfdfdf;font-weight:600;margin-bottom:1rem}.process-section .step p{color:#cdcdcd;font-size:16px;text-align:left;line-height:1.6}.process-section .step-icon{width:40px;height:40px;margin:0 auto 20px}.process-section .step-icon svg{width:100%;height:100%;color:#f59e0b}.cta-section{text-align:center}.cta-section h2{font-size:40px;font-weight:600;margin-bottom:30px;color:#f59e0b}@media(max-width:767px){.cta-section h2{font-size:32px}}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#111;transform-origin:bottom;z-index:111111}.preloader .black_wall{height:100%;background-color:#222;transform-origin:top;animation:preloader_slide .5s ease-in-out 0s 1 normal both}.preloader .loader{width:100%;height:3px;position:absolute;border-radius:2px;top:0;right:0;left:0;margin:auto;background-color:#f59e0b;transform-origin:left;animation:loader_running 3s ease-in-out 1s infinite normal both}.preloader.off{animation:preloader_slide .5s ease-in-out 0s 1 reverse both}.certificate-section .certificate-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));grid-gap:30px;gap:30px;margin-bottom:30px}@media(max-width:767px){.certificate-section .certificate-grid{grid-template-columns:1fr}}.certificate-section .certificate-grid .certificate-item{position:relative;overflow:hidden;border-radius:10px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;cursor:pointer;border:2px solid transparent}.certificate-section .certificate-grid .certificate-item .img-box{position:relative;overflow:hidden;border-radius:10px}.certificate-section .certificate-grid .certificate-item .img-box .certificate-image{max-width:100%;max-height:100%;width:auto;height:auto;display:block;border-radius:10px;transition:transform .3s ease}.footer-area{background-color:hsla(0,0%,100%,.082);padding:24px 0;font-size:16px;text-align:center;color:#cdcdcd;position:relative;z-index:10}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/4caeef6da8d39a4c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/55c20a7790588da9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6ec89c3f4265bc9b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/155cae559bbd1a77-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1df658da56627d0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4de1fea1a954a5b6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/162938472036e0a8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d664cce900333ee-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/af4d27004aa34222-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_e8ca53;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/7ff6869a1704182a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_Fallback_e8ca53;src:local("Arial");ascent-override:101.03%;descent-override:21.80%;line-gap-override:0.00%;size-adjust:97.69%}.__className_e8ca53{font-family:__Lato_e8ca53,__Lato_Fallback_e8ca53;font-style:normal}
/*# sourceMappingURL=24c711b9a1833303.css.map*/