@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);: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:#ffffffb3;--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header-main{align-items:center;background-color:#030b16;display:flex;height:120px;justify-content:center;padding:50px 0 30px;position:relative;transition:background-color .3s ease,box-shadow .3s ease,height .3s ease}.header-main,.sticky{left:0;top:0;width:100%}.sticky{background-color:#fff;box-shadow:0 4px 6px #0000001a;height:80px;padding:15px 0;position:fixed;z-index:1000}.header-inner{align-items:center;display:flex;justify-content:space-between;max-width:1200px;width:100%}.header-logo img{border:2px solid #25a6d99a;border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.sticky .hello-h,.sticky .hello-subH{color:#121212}.active2{align-items:center;background-color:#25a6d99a;display:flex;height:14px;justify-content:center;margin-right:5px;width:14px}.active2,.active3{border-radius:100px}.active3{background-color:#25a6d9;height:8px;width:8px}.header-logo{height:84px;width:90px}.active,.header-logo{align-items:center;display:flex}.header-logo img{width:100%}.hello-h{color:#fff;font-size:14px;font-weight:500;margin-bottom:6px}.hello-h,.hello-subH{box-sizing:border-box;font-family:Raleway;margin-top:0;width:300px}.hello-subH{color:hsla(0,0%,100%,.744);font-size:12px;font-weight:400;letter-spacing:.6px}.header-ul-links ul,.header-ul-logo{display:flex;font-family:Raleway,sans-serif;gap:20px}.header-ul-links ul li{list-style:none}.header-ul-links ul li button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:5px;position:relative;text-decoration:none;transition:color .3s ease}.header-ul-links ul li button.active:after{transform:scaleX(1);transform-origin:left center 0;transition:transform .35s cubic-bezier(.43,.49,.51,.68)}.header-ul-links ul li button:after{background:#25a6d9;bottom:6px;content:"";height:11px;left:0;position:absolute;transform:scaleX(0);transform-origin:right center 0;transition:transform .7s cubic-bezier(.19,1,.22,1);width:calc(100% - 8px);z-index:-1}.header-ul-links ul li button:hover{color:#25a6d9}.sticky .header-ul-links ul li button{color:#302b4e}.drawer-handler{display:none}.hamburg-menu-wrapper{background:#0000;border:0;cursor:pointer;display:flex;flex-direction:column;height:26px;justify-content:space-between;width:38px}.hamburg-menu-wrapper span{background-color:#25a6d9;display:block;height:3px;transition:.3s;width:100%}.hamburg-menu-wrapper .last-span{margin-bottom:0;width:calc(100% - 10px)}@media only screen and (max-width:1200px){.header-main{padding:50px 30px 30px}.sticky{padding:15px 30px}}@media (max-width:990px){.header-ul-links{display:none}.drawer-handler{display:block}.mobile-menu{background:#fff;box-shadow:0 4px 6px #0000001a;display:none;height:100vh;position:absolute;right:0;top:0;width:300px;z-index:999}.mobile-menu.open{display:block}.Close-div{align-items:center;cursor:pointer;display:flex;height:34px;justify-content:center;position:absolute;right:20px;top:20px;width:34px}.mobile-menu .Close-div:before{color:#25a6d9;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABiUlEQVR4nO3YS0sCURTA8Uvb6AkFvaDatRhHuQcTCYzu8QF9qL5U0CosWkQPgmrRE6pVi6y5R3NtjDowiIY4o3NHzu8DXPnPVe+5IwRjjDHGGGPDkMLqFiCVZfF3Kaw1E/nPSUB9KJWzK0YFFB0DUkMqfZ/I1xaDrpfNfk0B6jNvTXHQmBCjkCxVFwDp1v1gUPohyM64OyGVPmmuhfQBSm+KUbL29Rwoum4+RdSPKawvB41I550NEYUgMR0R75FF9Ih56iemHXFqTIQ/Riq68mIye/UV0UO6VJkGpc+Ni+gao/RztxjjIzx2zpntFSPxZ8YfsV101oXJ7I6YdK6yGrsIT6ag5yXSTeucoRdAumhHvELhe03Eie3uDNJlO6AhFb3FZifGLiQzDl8tu8s/V+x+7NY/Z0lszhCrj9Pd2NFkkHnL2BhrgAnYmPF9CGN8dDFJ3y3RjRjklti6p1M5stthshmh78K66kYWA+Py8kFizXJjwojwx0ikI4nVnbDWZIwxxhhjTPj9AUtgrY8zFitUAAAAAElFTkSuQmCC);display:block;font-family:Flaticon;font-size:26px}.mobile-menu ul{list-style:none;margin:0;padding:50px 40px 30px}.mobile-menu ul li{color:#000;cursor:pointer;display:block;font-size:18px;padding:15px;text-align:start;text-decoration:none;transition:background .3s ease}.mobile-menu ul li button{background-color:initial;border:none;color:#343d48;font-family:Raleway,sans-serif;font-size:20px;font-weight:500;position:relative;transition:.15s ease-in-out}.mobile-menu ul li button.active:after{transform:scaleX(1);transform-origin:left center 0;transition:transform .35s cubic-bezier(.43,.49,.51,.68)}.mobile-menu ul li button:after{background:#25a6d9;bottom:6px;content:"";height:11px;left:0;position:absolute;transform:scaleX(0);transform-origin:right center 0;transition:transform .7s cubic-bezier(.19,1,.22,1);width:calc(100% - 8px);z-index:-1}.mobile-menu ul li:hover{background:#3444f11a}}@media only screen and (max-width:425px){.header-main{padding:50px 10px 30px}.sticky{padding:15px 10px}}html{scroll-behavior:smooth}.hero-main{align-items:center;background-color:#030b16;height:100vh;justify-content:center}.hero-inner,.hero-main{display:flex;width:100%}.hero-inner{justify-content:space-between;max-width:1200px}.text-main{display:flex;flex-direction:column;justify-content:center;padding:0;width:480px}.hello-p{font-size:18px;font-weight:500;margin-bottom:8px}.hello-p,.name-p{box-sizing:border-box;color:#fff;font-family:Raleway;margin-top:0}.name-p{font-size:80px;font-weight:800;margin-bottom:6px}.svg-div{display:flex;margin-bottom:20px}.svg-text{color:#25a6d9;font-family:Raleway;font-size:18px;font-weight:500;margin-bottom:0;margin-left:10px}.paragraph-text,.svg-text{box-sizing:border-box;margin-top:0}.paragraph-text{color:#fff;font-size:15px;font-weight:300;line-height:1.5;margin-bottom:50px}.icons-div{gap:20px}.icons-div a{color:#fff;text-decoration:none}.icons-div a i:hover svg{color:#25a6d9}.image-main{align-items:flex-end;box-sizing:border-box;display:flex;height:auto;width:700px}.image-main img{height:100%;width:100%}@media only screen and (max-width:1200px){.hero-main{padding:0 30px}}@media only screen and (max-width:1024px){.image-main{display:none}}@media only screen and (max-width:768px){.hello-p{font-size:16px}.name-p{font-size:60px}.paragraph-text{font-size:13px}}@media only screen and (max-width:425px){.hero-main{padding:0 10px}.hello-p{font-size:14px}.name-p{font-size:45px}.paragraph-text{font-size:12px}}.project-main{align-items:center;display:flex;justify-content:center;padding:60px 0;width:100%}.project-inner{display:flex;flex-direction:column;gap:30px;max-width:1200px;width:100%}.project-text-h{width:50%}.chng-image-div{align-items:center;display:flex;justify-content:center;width:45%}.chng-image-div img{border-radius:10px;height:auto;max-width:100%;object-fit:contain;transition:transform .5s ease-in-out}.chng-image-div img:hover{cursor:pointer;transform:scale(1.08)}.Chang-roject-text{padding-left:20px}.chnage-project-section{flex-wrap:wrap;gap:20px}@media only screen and (max-width:768px){.chnage-project-section{flex-direction:column;text-align:center}.Chang-roject-text,.chng-image-div{width:100%}.chng-image-div img{margin:0 auto;width:80%}}.project-text-h h2{color:#302b4e;font-family:Raleway;font-size:22px;font-weight:600;line-height:1.34;margin-bottom:15px;margin-top:0}.project-text-h p{color:#43414e;font-family:Raleway;font-size:15px;font-weight:400;line-height:1.5;margin-bottom:0;margin-top:0}.tabs{margin-bottom:20px}.tabs ul{display:flex;gap:20px;list-style:none}.tabs li{color:#43414e;cursor:pointer;font-size:18px;font-weight:600;padding:10px}.tabs li.active{border-bottom:2px solid #3480f0;color:#3480f0}.project-grid{display:flex;flex-wrap:wrap;gap:30px}.project-item{border:1px solid #ddd;box-sizing:border-box;overflow:hidden;padding:15px;position:relative;transition:transform .3s ease;width:30%}.project-item:hover{transform:scale(1.05)}.project-image img{height:auto;transition:transform .3s ease;width:100%}.project-item:hover .project-image img{transform:scale(1.1)}.project-text{bottom:15px;color:#fff;left:15px;opacity:0;position:absolute;right:15px;transition:opacity .3s ease-in-out}.project-item:hover .project-text{opacity:1}.project-text a{color:#3444f1;font-size:16px;text-decoration:none}.project-text h1{font-size:20px;margin:10px 0}.project-text p{color:#43414e;font-size:14px}.Links-project ul{display:flex;gap:30px;list-style:none}.Links-project ul a{color:#43414e;cursor:pointer;font-family:Raleway,sans-serif;font-size:18px;font-weight:700;text-decoration:none;text-transform:uppercase}.Links-project ul a.active-tab{border-bottom:2px solid #25a6d9;color:#25a6d9}.main-category{display:flex}.main-category ul{align-items:center;display:flex;flex-wrap:wrap;gap:20px;text-transform:uppercase}.main-category ul a{color:#43414e;cursor:pointer;font-family:Raleway,sans-serif;font-size:14px;font-weight:600;text-decoration:none}.main-category ul a.active-sub{border-bottom:1px solid #25a6d9;color:#25a6d9}.chnage-project-section{align-items:center;display:flex;justify-content:space-between;padding:60px 0}.chng-image-div{width:50%}.Chang-roject-text{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;padding-left:30px;width:50%}.Chang-roject-text a{color:blue;font-family:Raleway,sans-serif;font-size:16px;font-weight:700;margin-bottom:36px;padding:0 0 2px 8px;position:relative;text-decoration:none}.Chang-roject-text a:before,.bLcenl a:after{background:#eaecfe;bottom:0;content:"";display:block;height:15px;left:0;position:absolute;width:58px;z-index:-1}.Chang-roject-text a:after{background:#c2c7fb;transform:scaleX(0);transform-origin:right center 0;transition:transform .7s cubic-bezier(.19,1,.22,1)}.Chang-roject-text h2{box-sizing:border-box;color:#302b4e;font-family:Raleway,sans-serif;font-size:22px;font-weight:600;margin-bottom:17px;margin-top:0}.Chang-roject-text p{box-sizing:border-box;color:#43414e;font-family:Roboto,serif;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:0;margin-top:0}.project-span{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.project-span span{background:#6fb8d41a;border-radius:5px;color:#25a6d9;display:inline-block;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;padding:5px 12px}.span-1{padding:5px 22px}.span-f{padding:5px 22px 5px 0}.span-2{padding:5px 22px}@media only screen and (max-width:1200px){.project-main{padding:60px 30px}.chnage-project-section{flex-direction:column}.Chang-roject-text,.chng-image-div{width:100%}}@media only screen and (max-width:768px){.project-text-h{width:400px}.chng-image-div img{width:100%}}@media only screen and (max-width:425px){.project-main{padding:60px 10px}.chnage-project-section{gap:20px}.project-text-h{width:100%}.project-span span{font-size:12px}.span-1{padding:5px 16px!important}.span-f{padding:5px 16px 5px 0!important}.span-2{padding:5px 16px!important}}@media only screen and (max-width:375px){.project-text-h h2{font-size:18px}.project-text-h p{font-size:14px}.Links-project ul{gap:20px}.Links-project ul a{font-size:14px}.main-category ul a{border-bottom:1px dotted #3444f1;font-size:12px;padding-bottom:2px}}.spring-main{padding:120px 0}.spring-inner,.spring-main{align-items:center;display:flex;justify-content:center;width:100%}.spring-inner{flex-direction:column;max-width:1200px}.spring-h-cards{gap:100px}.spring-h-cards,.spring-heading-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.spring-heading-text h2{color:#302b4e;font-size:30px;font-weight:700;margin-bottom:15px}.spring-heading-text h2,.spring-heading-text p{box-sizing:border-box;font-family:Raleway;margin-top:0;text-align:center}.spring-heading-text p{color:#43414e;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:0}.cards-main{align-items:flex-start}.cards-main,.research{display:flex;justify-content:center}.research{align-items:center;flex-direction:column;padding:0 70px;width:33.3333%}.research img{box-sizing:border-box;display:block;height:auto;margin:0 auto 35px;max-width:100%}.research h3{color:#302b4e;font-size:20px;font-weight:600;margin-bottom:20px}.research h3,.research p{box-sizing:border-box;margin-top:0;text-align:center}.research p{color:#43414e;font-size:15px;font-weight:400;line-height:1.5;margin-bottom:1rem}.learning-main{display:flex;width:100%}.learning-text{display:flex;flex-direction:column;padding-right:160px;width:50%}.learning-text h2{box-sizing:border-box;color:#302b4e;font-size:22px;font-weight:700;line-height:1.34;margin-bottom:20px;margin-top:0;padding-right:0}.learn-p1{font-weight:400;margin-bottom:20px;padding-right:0}.learn-p1,.learn-p2{box-sizing:border-box;color:#43414e;font-size:16px;line-height:1.5;margin-top:0}.learn-p2,.learn-p3{margin-bottom:25px}.learn-p3{box-sizing:border-box;color:#43414e;font-size:16px;line-height:1.5;margin-top:0}.l-btn-text{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;margin-top:30px}.l-btn-text p{box-sizing:border-box;color:#25a6d9;font-size:16px;font-weight:500;margin-right:30px;margin-top:0}.l-btn-text ul{cursor:pointer;list-style-type:none;padding:0}.l-btn-text ul li{font-family:sans-serif;font-size:25px;height:2em;line-height:2em;margin:.8em;position:relative;text-align:center;text-transform:capitalize;transition:.5s;width:9em}.l-btn-text ul li:after,.l-btn-text ul li:before{background-color:#dcdcdc;border-radius:50%;content:"";height:.6em;position:absolute;top:calc(50% - .3em);transition:.5s cubic-bezier(.5,-.5,.25,1.5);width:.6em}.l-btn-text ul li:before{left:0;z-index:-1}.l-btn-text ul li:after{right:0;z-index:-2}.l-btn-text ul li:hover{color:#fff}.l-btn-text ul li:hover:after,.l-btn-text ul li:hover:before{background-color:#c71610;border-radius:0;height:100%;width:100%}.l-btn-text ul li:hover:before{top:0}.l-btn-text ul li:hover:after{filter:brightness(.8);right:-.4em}.learning-skills{display:flex;flex-wrap:wrap;width:50%}.l-skills-1{width:50%}.l-skills-1 h2{box-sizing:border-box;color:#302b4e;font-size:20px;font-weight:600;margin-bottom:25px;margin-top:0}.design-main{align-items:center;display:flex;margin-bottom:16px}.design-main,.design-main p{box-sizing:border-box;color:#43414e}.design-main p{font-size:16px;font-weight:400;margin-bottom:0;margin-left:5px;margin-top:0}@media only screen and (max-width:1200px){.spring-main{padding:80px 30px}.cards-main{flex-wrap:wrap}.research{padding:0 30px}.learning-text{padding-right:100px}}@media only screen and (max-width:768px){.spring-heading-text{width:90%}.spring-heading-text h2{font-size:24px}.spring-heading-text p{font-size:12px}.cards-main{flex-direction:column;gap:20px}.research{width:100%}.learning-main{flex-direction:column;gap:20px}.learning-text{padding-right:0;width:100%}.learning-skills{align-items:center;flex-wrap:wrap;justify-content:center;width:100%}.l-skills-1{width:250px}.l-btn-text{gap:10px}.l-btn-text ul li{font-size:18px;margin:0}}@media only screen and (max-width:425px){.spring-main{padding:0 10px}.spring-heading-text{width:100%}.learning-text h2,.spring-heading-text h2{font-size:20px}.learning-text p{font-size:14px}.research{padding:0}.research img{width:80px}.l-btn-text ul li{font-size:14px}.l-skills-1{width:100%}.l-skills-1 h2{font-size:18px}}.helpyou-main{align-items:center;background-color:#f9f9f9;box-sizing:border-box;display:flex;justify-content:center;padding-bottom:140px;padding-top:140px;width:100%}.helpyou-inner{display:flex;flex-direction:column;gap:100px;max-width:1200px;width:100%}.helpyou-heading-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.helpyou-heading-text h2{box-sizing:border-box;color:#302b4e;font-size:22px;font-weight:700;line-height:1.34;margin-bottom:15px;margin-top:0;text-align:center}.helpyou-heading-text p{box-sizing:border-box;color:#43414e;font-size:15px;font-weight:400;line-height:1.5;margin:0 auto;max-width:100%;text-align:center;width:600px}.cFCMUs{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.cFCMUs,.jaUhRq{box-sizing:border-box}.jaUhRq{margin-bottom:30px;padding-left:15px;padding-right:15px;width:50%}.JhDR{background-color:#fff;border-radius:10px;box-shadow:.521px 2.954px 50px 0 #656aa01a;position:relative}.fjYYkb{align-items:center;display:flex;padding:85px 60px 55px}.hIfvKd{flex:0 0 130px;max-width:130px}.jZhmLy{box-sizing:border-box;display:block;height:auto;margin:0;max-width:100%}.kngrP{color:#302b4e;font-size:16px;font-weight:600;margin-bottom:12px}.cxbVOs,.kngrP{box-sizing:border-box;margin-top:0}.cxbVOs{color:#43414e;font-size:15px;font-weight:400;line-height:1.5;margin-bottom:0}.ktoaqZ{border-top:1px solid #f7f7f7;justify-content:space-between;padding:20px 50px 28px}.fpOhUx,.ktoaqZ{align-items:center;display:flex}.fpOhUx .skill_success_icon{background-color:#407fff;border-radius:50%;color:#fff;flex-shrink:0;height:20px;line-height:18px;margin-right:10px;overflow:hidden;text-align:center;width:20px}.iZuvur{font-family:Roboto}.fmNDhQ,.iZuvur{box-sizing:border-box;color:#302b4e;font-size:15px;font-weight:400;line-height:1.5;margin-bottom:0;margin-top:0}.fmNDhQ{margin-left:.3em}.itTuqr{flex:0 0 58%;max-width:58%}.itTuqr>svg{vertical-align:middle}@media only screen and (max-width:1220px){.helpyou-main{padding:140px 30px}.fjYYkb{padding:75px 35px 45px}.hIfvKd{flex:0 0 100px;max-width:130px}.hIfvKd img{width:55px}.fmNDhQ{display:none}.ktoaqZ{padding:20px 35px 28px}}@media only screen and (max-width:768px){.cFCMUs{flex-direction:column;margin:0}.JhDR,.jaUhRq{width:100%}.jaUhRq{padding:0 0 30px}}@media only screen and (max-width:425px){.helpyou-main{padding:100px 10px}.fjYYkb{padding:75px 20px 45px}.hIfvKd{flex:0 0 70px;max-width:130px}.hIfvKd img{width:45px}.ieWna h2{font-size:14px}.ieWna p{font-size:12px}}.together-main{padding-bottom:10px;padding-top:70px}.together-inner,.together-main{align-items:center;display:flex;justify-content:center;width:100%}.together-inner{flex-direction:column;max-width:1200px}.together-inner h2{color:#302b4e;font-size:22px;font-weight:600;line-height:1.34;margin-bottom:15px;margin-top:0}.together-inner h2,.together-inner p{box-sizing:border-box;text-align:center}.together-inner p{color:#43414e;font-size:15px;font-weight:400;line-height:1.5;margin:0 auto 30px;max-width:100%;width:600px}.together-img-text{align-items:center;display:flex}.together-img{border-radius:50%;flex-shrink:0;height:50px;position:relative;width:50px}.together-img-text h4{box-sizing:border-box;color:#302b4e;font-size:16px;font-weight:600;margin-bottom:0;margin-top:0}.together-btn{box-sizing:border-box;display:flex;justify-content:center;margin-top:30px}.together-btn ul{cursor:pointer;list-style-type:none;padding:0}.together-btn ul button{background-color:initial;border:none;cursor:pointer;font-family:sans-serif;font-size:25px;height:2em;line-height:2em;margin:.8em;position:relative;text-align:center;text-transform:capitalize;transition:.5s;width:9em}.together-btn ul button:after,.together-btn ul button:before{background-color:#c71610;border-radius:50%;content:"";height:.6em;position:absolute;top:calc(50% - .3em);transition:.5s cubic-bezier(.5,-.5,.25,1.5);width:.6em}.together-btn ul button:before{left:0;z-index:-1}.together-btn ul button:after{right:0;z-index:-2}.together-btn ul button:hover{color:#fff}.together-btn ul button:hover:after,.together-btn ul button:hover:before{background-color:#c71610;border-radius:0;color:#fff;height:100%;width:100%}.together-btn ul button:hover:before{top:0}.together-btn ul button:hover:after{filter:brightness(.8);right:-.4em}@media only screen and (max-width:768px){.together-main{padding:70px 30px}.together-btn UL button{font-size:18px}}@media only screen and (max-width:425px){.together-main{padding:70px 10px}.together-inner h2{font-size:18px}.together-img-text h4,.together-inner p{font-size:12px}.together-btn ul button{font-size:18px}}.footer-main{background-color:#1b1e25;color:#fff;overflow:hidden;padding:100px 0;position:relative}.footer-inner,.footer-main{align-items:center;display:flex;justify-content:center;width:100%}.footer-inner{flex-direction:column;max-width:1200px}.talk-input-main{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:100px;margin-left:-15px;margin-right:-15px;width:100%}.so-we-do{box-sizing:border-box;margin-bottom:40px;padding-left:15px;padding-right:15px;width:400px}.so-we-do h3{font-size:16px;font-weight:600;margin-bottom:20px}.so-we-do a,.so-we-do h3{box-sizing:border-box;margin-top:0}.so-we-do a{color:#25a6d9;font-size:22px;font-weight:700;margin-bottom:0;text-decoration:none}.input-btn{box-sizing:border-box;margin-bottom:40px;padding-left:15px;padding-right:15px;width:500px}.input-btn h3{box-sizing:border-box;font-size:16px;font-weight:600;margin-bottom:20px;margin-top:0}.input-input{background-color:#fff;border-radius:4px;display:flex;height:60px}.input-input input{border:none;border-radius:4px 0 0 4px;box-shadow:none;box-sizing:border-box;color:#43414e;display:block;font-size:16px;outline:none;padding:11px;transition:border-color .2s;width:100%}.input-input input:focus{border:none}.input-input button{align-items:center;background-color:initial;background-color:#fff;border:none;border-radius:0 4px 4px 0;box-sizing:border-box;color:red;cursor:pointer;display:inline-flex;font-family:inherit;font-size:16px;font-weight:500;justify-content:center;min-height:auto;min-width:48px;outline:none;padding:8px 20px;text-decoration:none;text-transform:capitalize;transition:.3s}.input-input button:focus{border:none}.icons-contact-main{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:100px;margin-left:-15px;margin-right:-15px;width:100%}.icons-main-main{width:400px}.icons-div{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:30px;position:relative}.copyright-text{display:flex;gap:4px}.copyright-text a,.copyright-text p{box-sizing:border-box;color:#fff;font-size:14px;margin-bottom:1rem;margin-top:0}.copyright-text a{text-decoration:none}.help-main{box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:40px;padding-left:15px;padding-right:15px;width:500px}.help-com p,.help-num p{box-sizing:border-box;font-size:16px;font-weight:500;margin-bottom:10px;margin-top:0}.help-com h4,.help-num h4{box-sizing:border-box;font-family:Roboto;font-size:14px;font-weight:300;margin-bottom:0;margin-top:0}.design-with{align-items:center;display:flex;gap:4px;justify-content:flex-start;width:100%}.design-with span{color:#fff}.design-with p,.design-with span{box-sizing:border-box;font-size:14px;margin-bottom:1rem;margin-top:0}.design-with p{color:red}@media only screen and (max-width:1200px){.footer-main{padding:100px 30px}}@media only screen and (max-width:768px){.footer-main{padding:100px 30px}.help-main,.input-btn,.so-we-do{padding:0 0 40px}.help-main{flex-direction:column;gap:10px}.help-com{padding:0 0 40px}.help-com p{font-size:14px}.help-com h4{font-size:18px}}@media only screen and (max-width:425px){.footer-main{padding:100px 10px}}.form-container{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.form-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:20px;height:350px;padding:20px;width:350px}.form-box input,.form-box textarea{padding:5px 10px}.button-group{display:flex;gap:20px;justify-content:flex-end;width:100%}.cancel-btn,.submit-btn{border:none;border-radius:4px;cursor:pointer;padding:6px 20px}.cancel-btn{border:1px solid #ff2600;color:#000}.submit-btn{border:1px solid blue;color:#000}*{box-sizing:border-box;margin:0;padding:0}*,a,body,div,h1,h2,h3,h4,h5,h6,p,span{font-family:Raleway,sans-serif}:root{--primary:"green"}@font-face{font-family:Raleway;font-style:normal;font-weight:400;src:url(/static/media/Raleway-Regular.c268e80ba67c4a294054.ttf) format("truetype")}@font-face{font-family:Raleway;font-style:normal;font-weight:500;src:url(/static/media/Raleway-Medium.67dbd97b51333b7ddc93.ttf) format("truetype")}@font-face{font-family:Raleway;font-style:normal;font-weight:700;src:url(/static/media/Raleway-Bold.cefd37fb7d1d62c51b20.ttf) format("truetype")}
/*# sourceMappingURL=main.82d71914.css.map*/