@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);*,:after,:before{padding:0;margin:0;box-sizing:border-box}body{font-family:"Roboto",sans-serif}body,html{font-size:14px}::-webkit-scrollbar{width:.7rem}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:window-inactive{background:#f9d100}a{transition:.5s ease;color:inherit}a,a:hover{text-decoration:none}img{width:100%;height:100%;object-fit:cover}ul{list-style:none}h1,h2,h3,h4,h5,h6,p,span,ul li{transition:.5s ease-in-out;margin:0}h1,h2,h3,h4,h5,h6{transition:.5s ease-in-out;font-family:"Montserrat",sans-serif}.custom-container{width:90%;margin:0 auto;height:100%}.title h1{position:relative;padding-left:10px;font-weight:700}.title h1:after{content:"";top:50%;transform:translateY(-50%);height:80%;left:-10px;width:3px;background:#f9d100}.text-bg,.title h1:after{position:absolute}.text-bg h1{font-size:25rem;color:#fff;opacity:.2}.pre-loader{width:100%;height:100vh;position:fixed;top:0;z-index:99999;display:flex;align-items:center;justify-content:center;transition:opacity 1s ease}.pre-loader__inner{width:70%;height:200px;position:relative;overflow:hidden;z-index:99999}.pre-loader__inner img{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;object-fit:contain;-webkit-animation:loadingShow 1s ease 1.5s forwards,loadingHide 1s ease 7s forwards;animation:loadingShow 1s ease 1.5s forwards,loadingHide 1s ease 7s forwards}.pre-loader .box-wrapper{width:100%;height:100vh;position:fixed;top:0;display:flex}.pre-loader .box-wrapper .box-1{-webkit-animation:slideDown 2s ease-in-out 6.5s forwards;animation:slideDown 2s ease-in-out 6.5s forwards}.pre-loader .box-wrapper .box-1,.pre-loader .box-wrapper .box-2{width:33.33%;background:#000;position:absolute;top:0;height:100vh}.pre-loader .box-wrapper .box-2{left:33.33%;-webkit-animation:slideDown 2s ease-in-out 6.7s forwards;animation:slideDown 2s ease-in-out 6.7s forwards}.pre-loader .box-wrapper .box-3{width:33.33%;background:#000;position:absolute;top:0;left:66.67%;height:100vh;-webkit-animation:slideDown 2s ease-in-out 6.9s forwards;animation:slideDown 2s ease-in-out 6.9s forwards}.pre-loader__loaded{opacity:0;pointer-events:none}@-webkit-keyframes loadingShow{0%{transform:translateY(100px);opacity:0}to{opacity:1}}@keyframes loadingShow{0%{transform:translateY(100px);opacity:0}to{opacity:1}}@-webkit-keyframes loadingHide{0%{opacity:1}to{transform:translateY(100px);opacity:0}}@keyframes loadingHide{0%{opacity:1}to{transform:translateY(100px);opacity:0}}@-webkit-keyframes slideDown{to{top:100vh}}@keyframes slideDown{to{top:100vh}}.hover-e1{position:relative;transition:.5s ease;font-size:1.5rem;padding:.8rem 3rem}.hover-e1 .border-left{height:20px;width:1px}.hover-e1 .border-bottom,.hover-e1 .border-left{position:absolute;bottom:0;left:0;border:1px solid #f9d100;transition:.5s ease}.hover-e1 .border-bottom{height:1px;width:20px}.hover-e1 .border-right{height:20px;width:1px}.hover-e1 .border-right,.hover-e1 .border-top{position:absolute;top:0;right:0;border:1px solid #f9d100;transition:.5s ease}.hover-e1 .border-top{height:1px;width:20px}.hover-e1:hover{color:#fff}.hover-e1:hover .border-left{height:100%}.hover-e1:hover .border-bottom{width:100%}.hover-e1:hover .border-right{height:100%}.hover-e1:hover .border-top{width:100%}.defaultHero{height:100vh;color:#fff;width:100%;position:relative}.defaultHero .bg{position:absolute;top:0;z-index:-2;left:0;height:100%;width:100%}.defaultHero .bg img{width:100%;height:100%;object-fit:cover}.defaultHero .bg:after{position:absolute;content:"";top:0;left:0;background:linear-gradient(90deg,rgba(12,15,21,.91) 1.63%,rgba(30,30,30,.91));height:100%;width:100%}.hero__wrapper{height:100%;width:100%;position:relative}.hero__wrapper .hero__wrapper-text{height:100%;display:flex;flex-direction:column;justify-content:center;font-family:"Montserrat",sans-serif}.hero__wrapper .hero__wrapper-text .build{margin-bottom:-40px}.hero__wrapper .hero__wrapper-text .build h2{font-size:4rem;color:#fff;font-weight:700}.hero__wrapper .hero__wrapper-text .build h2 span{color:#f9d100}.hero__wrapper .hero__wrapper-text .message-box h1{font-size:8rem;font-weight:700;letter-spacing:2px;opacity:0;color:#f9d100}.hero__wrapper .hero__wrapper-text .message-one,.hero__wrapper .hero__wrapper-text .message-three,.hero__wrapper .hero__wrapper-text .message-two{opacity:0}.hero__wrapper .hero__wrapper-text .talk{margin-top:40px}.hero__wrapper .hero__wrapper-img{position:absolute;top:0;height:100%;width:100%;z-index:-1;display:flex;justify-content:flex-end;align-items:center}.hero__wrapper .hero__wrapper-img img{width:auto;height:90%;object-fit:contain}.message-wrap{display:none}.message-wrap.active{display:flex}.char-one.message-show{-webkit-animation:show 1s ease forwards,hide 1s ease 6s forwards;animation:show 1s ease forwards,hide 1s ease 6s forwards}.char-two.message-show{-webkit-animation:show 1s ease .2s forwards,hide 1s ease 6.1s forwards;animation:show 1s ease .2s forwards,hide 1s ease 6.1s forwards}.char-three.message-show{-webkit-animation:show 1s ease .3s forwards,hide 1s ease 6.2s forwards;animation:show 1s ease .3s forwards,hide 1s ease 6.2s forwards}.char-four.message-show{-webkit-animation:show 1s ease .4s forwards,hide 1s ease 6.3s forwards;animation:show 1s ease .4s forwards,hide 1s ease 6.3s forwards}.char-five.message-show{-webkit-animation:show 1s ease .5s forwards,hide 1s ease 6.4s forwards;animation:show 1s ease .5s forwards,hide 1s ease 6.4s forwards}.char-six.message-show{-webkit-animation:show 1s ease .6s forwards,hide 1s ease 6.5s forwards;animation:show 1s ease .6s forwards,hide 1s ease 6.5s forwards}.char-seven.message-show{-webkit-animation:show 1s ease .7s forwards,hide 1s ease 6.6s forwards;animation:show 1s ease .7s forwards,hide 1s ease 6.6s forwards}.char-eight.message-show{-webkit-animation:show 1s ease .8s forwards,hide 1s ease 6.7s forwards;animation:show 1s ease .8s forwards,hide 1s ease 6.7s forwards}.char-nine.message-show{-webkit-animation:show 1s ease .9s forwards,hide 1s ease 6.8s forwards;animation:show 1s ease .9s forwards,hide 1s ease 6.8s forwards}.char-ten.message-show{-webkit-animation:show 1s ease 1s forwards,hide 1s ease 6.9s forwards;animation:show 1s ease 1s forwards,hide 1s ease 6.9s forwards}.char-eleven.message-show{-webkit-animation:show 1s ease 1.1s forwards,hide 1s ease 7s forwards;animation:show 1s ease 1.1s forwards,hide 1s ease 7s forwards}@-webkit-keyframes show{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:none}}@keyframes show{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:none}}.message-one.message-hide,.message-three.message-hide,.message-two.message-hide{-webkit-animation:hide 1s ease forwards;animation:hide 1s ease forwards}@-webkit-keyframes hide{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(30%)}}@keyframes hide{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(30%)}}.panel{opacity:0;display:none}.panel.active{-webkit-animation:showImage 5s linear forwards,hideImage 3s linear 5s forwards;animation:showImage 5s linear forwards,hideImage 3s linear 5s forwards;display:block}@-webkit-keyframes showImage{0%{opacity:0}60%{opacity:1}to{opacity:1}}@keyframes showImage{0%{opacity:0}60%{opacity:1}to{opacity:1}}@-webkit-keyframes hideImage{0%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes hideImage{0%{opacity:1}50%{opacity:0}to{opacity:0}}.newsletter{height:auto;background:#fff;padding:10rem 0 8rem}.newsletter .card-custom{box-shadow:0 20px 40px rgba(0,0,0,.28);min-height:280px;width:80%;margin:0 auto;text-align:center;display:flex;align-items:center;justify-content:center;padding:4rem 3rem 0;position:relative}.newsletter .card-custom h1{font-weight:500;font-size:2.5rem;margin-bottom:2rem}.newsletter .card-custom p{font-size:1.5rem;font-family:"Roboto",sans-serif;margin-bottom:3rem;text-align:start}.newsletter .card-custom .hover-e1{border:1px solid #000;font-size:1.8rem}.newsletter .card-custom .hover-e1:after{background:#000!important;bottom:-1px}.newsletter .card-custom .hover-e1:hover{color:#fff}.newsletter .card-custom form{width:100%}.newsletter .card-custom input[type=email]{padding:1.5rem 2rem;font-family:"Roboto",sans-serif;border:1px solid #000;margin-bottom:1rem;width:100%;border-radius:5px}.newsletter .card-custom ::-webkit-input-placeholder{padding-left:1rem}.newsletter .card-custom :-ms-input-placeholder{padding-left:1rem}.newsletter .card-custom ::-ms-input-placeholder{padding-left:1rem}.newsletter .card-custom ::placeholder{padding-left:1rem}.newsletter .card-custom input:focus{outline:none;border-bottom:2px solid #000!important}.newsletter .card-custom input[type=button]{padding:1.5rem 2rem;border:1px solid #000;background:#131313;color:#fff;border-radius:5px;cursor:pointer;width:100%;font-size:1.5rem;font-family:"Roboto",sans-serif}.newsletter .icon-blink{position:absolute;top:-15px}.newsletter .icon-blink svg{width:30px;height:30px}.newsletter .icon-blink h1{position:relative;z-index:9;width:30px;height:30px}.newsletter .icon-blink h1:after,.newsletter .icon-blink h1:before{content:"";position:absolute;left:0;transform:translateX(-50%);background:transparent;border:1px solid #000;width:30px;height:30px;border-radius:50%;-webkit-animation:blinkAnimation 1s ease-in-out infinite;animation:blinkAnimation 1s ease-in-out infinite;z-index:-1}.newsletter .icon-blink h1:after{-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes blinkAnimation{0%{transform:scale(1);opacity:0}30%{opacity:1}to{transform:scale(3);opacity:0}}@keyframes blinkAnimation{0%{transform:scale(1);opacity:0}30%{opacity:1}to{transform:scale(3);opacity:0}}.footer .logo{height:12rem;margin:5rem 0}.footer .logo img{width:100%;height:100%;object-fit:contain}.footer .copyright{color:#fff;display:flex;width:90%;margin:2rem auto 0;justify-content:space-between}.footer .copyright p{font-size:1.8rem;font-family:"Roboto",sans-serif}.footer .copyright .social-media svg{height:20px;width:20px;margin-left:3rem}.pastProjects .project{cursor:-webkit-grab;cursor:grab}.pastProjects .project .image{height:300px;width:100%}.pastProjects .project .image img{width:100%;height:100%;object-fit:contain}.pastProjects .project .content{text-align:center;margin-top:1rem;padding-bottom:2rem}.pastProjects .project .content h3{color:#fff;font-size:3rem;margin-bottom:3rem}.pastProjects .project .content .hover-e1{color:#fff;font-size:1.8rem}.pastProjects .project .content .hover-e1:hover{color:#000}.pastProjects .see-more{margin-top:5rem}.pastProjects .see-more h2{color:#fff;font-size:5rem}.pastProjects .see-more .button-wrap{margin-top:3rem}.pastProjects .see-more .hover-e1{color:#fff;font-size:2rem}.pastProjects .see-more .hover-e1:hover{color:#000}.error .custom-container{display:flex;align-items:center;justify-content:center}.error .error-text{text-align:center}.error h1{font-size:15rem;color:#f9d100}.top-nav{position:absolute;width:100%}.top-nav header{position:fixed;right:0;top:0;left:0;z-index:100}.top-nav .header-wrapper{height:4rem;width:90%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.top-nav .logo-wrap{z-index:99;transition:.5s ease-in-out}.top-nav .logo-wrap img{width:auto;height:3rem;display:block;cursor:pointer}.top-nav .nav-button-wrap{display:flex;align-items:center}.top-nav .nav-button-wrap .nav-log-wrapper{margin-right:20px}.top-nav .nav-button-wrap .nav-log-wrapper button{background:none;border:none;color:#fff;font-size:1.2rem}.top-nav .nav-button-wrap .nav-log-wrapper button:hover{color:#f9d100}.top-nav.scrolled .logo-wrap{opacity:0;visibility:hidden}.nav-but-wrap{position:relative;display:inline-block;padding-left:15px;padding-top:15px;transition:all .3s ease-out}.menu-icon{height:30px;position:relative;z-index:99}.menu-icon,.menu-icon__line{width:30px;cursor:pointer;display:block}.menu-icon__line{height:2px;background-color:#fff;margin-bottom:7px;transition:transform .2s ease,background-color .5s ease}.menu-icon__line-left,.menu-icon__line-right{width:16.5px;transition:all .2s linear}.menu-icon__line-right{float:right}.menu-icon:hover .menu-icon__line-left,.menu-icon:hover .menu-icon__line-right{width:30px}.nav{position:fixed;z-index:98;background:#212529}.nav .nav__content{position:fixed;visibility:hidden;top:50%;margin-top:40px;transform:translateY(-50%);width:100%;text-align:center}.nav .nav__list{position:relative;padding:0;margin:0;z-index:2}.nav .nav__list-item{position:relative;display:block;transition-delay:.8s;opacity:0;text-align:center;color:#fff;overflow:hidden;font-family:"Poppins",sans-serif;font-size:7vh;font-weight:700;line-height:1.05;letter-spacing:3px;transform:translateY(100%);transition:opacity .2s ease,transform .3s ease;margin-top:0;margin-bottom:1rem}.nav .nav__list-item a{position:relative;text-decoration:none;color:hsla(0,0%,100%,.6);overflow:hidden;cursor:pointer;padding-left:5px;padding-right:5px;z-index:2;display:inline-block;transition:all .2s linear}.nav .active-nav:after,.nav .nav__list-item a:after{position:absolute;content:"";bottom:2px;left:0;width:100%;height:0;opacity:0;margin-top:3px;background-color:hsla(0,0%,100%,.2);z-index:1;transition:all .2s linear}.nav .nav__list-item a:hover:after{height:20px;opacity:1}.nav .nav__list-item a:hover{color:#fff}.nav .active-nav{color:#fff!important;position:relative}.nav .active-nav:after{height:20px!important;opacity:1!important}.nav .button-group{padding-top:2rem;margin-top:2rem}.nav .button-group a{font-size:4vh;border:1px solid #fff;padding:1rem 4rem;border-radius:30px}.nav:after,.nav:before{content:"";position:fixed;width:100vw;height:100vh;background:rgba(9,9,12,.6);z-index:-1;transition:transform .8s cubic-bezier(.77,0,.175,1);transform:translateX(0) translateY(-100%)}.nav:after{background:#09090c;transition-delay:0s}.nav:before{transition-delay:.2s}.nav-active .nav__content{visibility:visible}.nav-active .menu-icon__line{background-color:#fff;transform:translate(0) rotate(-45deg)}.nav-active .menu-icon__line-left{width:15px;transform:translate(2px,4px) rotate(45deg)}.nav-active .menu-icon__line-right{width:15px;float:right;transform:translate(-3px,-3.5px) rotate(45deg)}.nav-active .menu-icon:hover .menu-icon__line-left,.nav-active .menu-icon:hover .menu-icon__line-right{width:15px}.nav-active .nav{visibility:visible}.nav-active .nav:after,.nav-active .nav:before{transform:translateX(0) translateY(0)}.nav-active .nav:after{transition-delay:.1s}.nav-active .nav:before{transition-delay:0s}.nav-active .curent-page-name-shadow{margin-top:-25px;opacity:.08;transition-delay:.5s}.nav-active .nav__list-item{opacity:1;transform:translateX(0);transition:opacity .3s ease,transform .3s ease,color .3s ease}.nav-active .nav__list-item:nth-child(0){transition-delay:.4s}.nav-active .nav__list-item:first-child{transition-delay:.5s}.nav-active .nav__list-item:nth-child(2){transition-delay:.6s}.nav-active .nav__list-item:nth-child(3){transition-delay:.7s}.nav-active .nav__list-item:nth-child(4){transition-delay:.8s}.nav-active .nav__list-item:nth-child(5){transition-delay:.9s}.nav-active .nav__list-item:nth-child(6){transition-delay:1s}.nav-active .nav__list-item:nth-child(7){transition-delay:1.1s}.nav-active .nav__list-item:nth-child(8){transition-delay:1.2s}.nav-active .nav__list-item:nth-child(9){transition-delay:1.3s}.nav-active .nav__list-item:nth-child(10){transition-delay:1.4s}.ant-modal-content{position:relative;background-color:#f9d100;background-clip:padding-box;border:0;border-radius:2px;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);pointer-events:auto}.log_wrapper{height:auto;width:auto;padding:1rem 3rem;text-align:center}.log_wrapper h1{margin-bottom:1.2rem;color:#000;font-size:2.5rem;font-weight:700}.log_wrapper .social_media,.log_wrapper .social_media div{display:flex;justify-content:center}.log_wrapper .social_media div{margin:0 .8rem;background:#fff;height:50px;width:50px;border-radius:50%;align-items:center}.log_wrapper .social_media svg{fill:#131313}.log_wrapper p{color:#212529;margin:1.2rem 0 1.5rem}.log_wrapper form{display:flex;flex-direction:column;justify-content:center}.log_wrapper form .ant-input{font-size:1rem;height:auto;padding:10px;border:none}.log_wrapper form .ant-input-affix-wrapper{padding:0 5px 0 0;border:none}.log_wrapper form ::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.log_wrapper form :-ms-input-placeholder{color:rgba(0,0,0,.5)}.log_wrapper form ::-ms-input-placeholder{color:rgba(0,0,0,.5)}.log_wrapper form ::placeholder{color:rgba(0,0,0,.5)}.log_wrapper form button{background:#131313;color:#fff;margin:1rem 0;font-size:1.2rem;padding:8px 40px;border-radius:5px;height:auto;border:none;transition:.5s ease!important}.log_wrapper form button:hover{background:#000;color:#fff;border:none}.footer{min-height:100vh;position:relative;width:100%;display:flex;align-items:center;padding:10px 0}.footer__bg{z-index:-1}.footer__bg,.footer__bg:after{position:absolute;top:0;left:0;height:100%;width:100%}.footer__bg:after{content:"";background:#050505;opacity:.9}.footer h1{color:#fff}.footer h4{margin:20px 0;color:#fff}.footer label{color:#fff}.footer button{margin-top:20px;background:none;color:#fff;border:none}.footer .hover-e1{font-size:1.2rem;padding:.5rem 3rem}.footer button:hover{background:none}.footer input,.footer textarea{background:silver;opacity:.25}.footer__right{display:flex;justify-content:center}.footer__right .footer__logo{width:274px;height:83px;margin-bottom:70px;margin-top:20px}.footer__right .footer__logo img{width:100%;height:100%;object-fit:contain}.footer__right .footer__contact-info p{line-height:30px}.footer__right p{color:#fff}.footer__right .social__media{margin-top:70px;display:flex;align-items:center;height:20px}.footer__right .social__media p{margin-right:10px}.footer__right .social__media a{margin:0 8px}.footer__right .social__media svg{width:20px;height:20px;fill:#fff}.footer .copy-right{margin-top:20px;display:flex;justify-content:space-between}.footer .copy-right a,.footer .copy-right p{color:#fff}.home--service,.home--service__container{background:#0d0d0d;width:100%}.home--service__container{overflow-x:hidden;position:relative;height:auto}.home--service .service-bg{position:absolute;top:0;bottom:0;right:0;left:0}.home--service .service-bg .img-wrapper{width:100%;height:100%;position:relative}.home--service .service-bg .img-wrapper:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background:linear-gradient(180deg,#1e1e1e,rgba(30,30,30,.88) 52.6%,#1e1e1e)}.home--service .service-bg img{width:100%;height:100%;object-fit:cover;position:relative}.home--service .left{position:absolute;background:#f9d100;top:0;left:0;width:50%;height:200px;display:flex;align-items:center;z-index:1}.home--service .left .left__card{padding:0 100px 0 10%;height:auto}.home--service .left .left__card .title h1{color:#000}.home--service .left .left__card .title h1:after{background:#000}.home--service .left .left__card p{margin-top:20px;padding-left:10px;color:#000}.home--service .right{position:absolute;right:0;width:55%;height:200px;display:flex;align-items:center;z-index:1}.home--service .right .right__card{background:#2f2f2f;padding:30px 10% 30px 50px;box-shadow:-3px 8px 36px #272727}.home--service .right .right__card h3{color:#fff;font-size:1.2rem}.home--service__items{margin-top:270px}.home--service__items .service__item-heading{display:flex;align-items:center}.home--service__items .service__item-heading svg{height:25px;width:25px;margin-right:10px;fill:#fff}.home--service__items .service__item-heading .title span{text-align:start;color:#9d9d9d;font-size:1.1rem;letter-spacing:.08em}.home--service__items .ant-tabs-nav:before{border:none!important}.home--service__items .ant-tabs-tab{padding-left:15px;padding-right:15px}.home--service__items .ant-tabs-nav-wrap{display:flex;justify-content:center}.home--service__items .ant-tabs-tab-active svg{fill:#f9d100}.home--service__items .ant-tabs-tab-active .title span{color:#f9d100}.home--service__items .ant-tabs-ink-bar{background:#f9d100;height:1px!important}.home--service__items .service__item-content{margin-top:20px}.home--service__items .service__item-content .service__item-content__left{height:400px;display:flex;align-items:center}.home--service__items .service__item-content .service__item-content__left h1{color:#f9d100;display:flex;letter-spacing:.08em;flex-direction:column;margin-bottom:20px}.home--service__items .service__item-content .service__item-content__left p{color:#fff;margin-bottom:40px;letter-spacing:.5px}.home--service__items .service__item-content .service__item-content__left a{font-size:1.2rem;color:#fff}.home--service__items .service__item-content .service__item-content__right{height:400px}.home--service__items .service__item-content .service__item-content__right img{width:100%;height:100%;object-fit:contain}.home--our-solutions{min-height:100vh;width:100%;padding-top:2rem;background:#0d0d0d}.home--our-solutions .video-wrapper{height:500px;width:100%}.home--our-solutions .video-wrapper iframe,.home--our-solutions .video-wrapper video{margin-top:2rem;width:100%;height:100%;object-fit:contain;border:none}.ourWork{padding-top:4rem;background:#0d0d0d;width:100%;overflow-x:hidden}.ourWork .title h1{color:#f9d100}.ourWork__tab-wrapper .ant-tabs-nav-wrap{border:none!important}.ourWork__tab-wrapper .ant-tabs-left>.ant-tabs-content-holder{border:none}.ourWork__tab-wrapper .ant-tabs-nav-wrap{display:flex;justify-content:center}.ourWork__tab-wrapper .ant-tabs-ink-bar{background:none;height:0!important}.ourWork__tab-wrapper .ant-tabs-nav-list button{font-size:1.2rem;color:#5e5e5e;letter-spacing:.09em}.ourWork__tab-wrapper .ant-tabs-tab.ant-tabs-tab-active{color:#f9d100;font-weight:500}.ourWork__tab-wrapper .service__item-content{margin-top:20px;position:relative;z-index:2}.ourWork__tab-wrapper .service__item-content .service__item-content__left{height:400px;display:flex;align-items:center;padding:0 40px}.ourWork__tab-wrapper .service__item-content .service__item-content__left h2{color:#f2f2f2;letter-spacing:.09em;text-transform:uppercase;margin-bottom:20px;font-weight:600}.ourWork__tab-wrapper .service__item-content .service__item-content__left p{color:#595959;margin-bottom:40px;letter-spacing:.5px}.ourWork__tab-wrapper .service__item-content .service__item-content__left a{font-size:1.2rem;color:#fff}.ourWork__tab-wrapper .service__item-content .service__item-content__right{height:400px}.ourWork__tab-wrapper .service__item-content .service__item-content__right img{width:100%;height:100%;object-fit:contain}.ourWork__tab-wrapper .service__item-content:after{position:absolute;content:"CASE STUDY";letter-spacing:.175em;color:#222;font-weight:800;font-size:7rem;top:0;right:0;font-family:"Montserrat";z-index:-1;opacity:.5}.ourWork--mobile{display:none}.ourWork--mobile .service__item-heading{display:flex;align-items:center}.ourWork--mobile .service__item-heading svg{height:25px;width:25px;margin-right:10px;fill:#fff}.ourWork--mobile .service__item-heading .title span{text-align:start;color:#9d9d9d;font-size:1.1rem;letter-spacing:.08em}.ourWork--mobile .ant-tabs-nav:before{border:none!important}.ourWork--mobile .ant-tabs-tab{padding-left:15px;padding-right:15px}.ourWork--mobile .ant-tabs-nav-wrap{display:flex;justify-content:center}.ourWork--mobile .ant-tabs-tab-active svg{fill:#f9d100}.ourWork--mobile .ant-tabs-tab-active .title span{color:#f9d100}.ourWork--mobile .ant-tabs-ink-bar{background:#f9d100;height:1px!important}.motivateUs{padding:4rem 0;position:relative;width:100%}.motivateUs .svg--bg{position:absolute;top:50px;left:50%;transform:translateX(-50%)}.motivateUs .svg--bg svg{width:700px;height:700px}.motivateUs .title h1{color:#f9d100;font-weight:600}.motivateUs .title p{color:#595959;margin-top:10px;padding-left:10px}.motivateUs .our--numbers{margin-top:80px}.motivateUs .our--numbers .number-wrap{text-align:center}.motivateUs .our--numbers .number-wrap h2{font-size:8rem;font-weight:700;transition:.5s ease;position:relative}.motivateUs .our--numbers .number-wrap h2:hover{color:#f9d100;text-shadow:12px 8px 26px rgba(249,209,0,.62)}.motivateUs .our--numbers .number-wrap p{color:#323232;font-size:1.2rem;margin-top:-10px}.motivateUs .our--numbers .number-wrap .number-wrap__client:after,.motivateUs .our--numbers .number-wrap .number-wrap__team:after,.motivateUs .our--numbers .number-wrap .number-wrap__years:after{position:absolute;content:"";top:50%;transform:translateY(-50%);width:2px;height:40px;background:#8c8c8c;right:0}.motivateUs .pride{margin-top:50px;padding-left:60px}.motivateUs .pride h2{color:#323232;font-weight:600;font-size:1.8rem;font-weight:800}.motivateUs .pride p{color:#595959;margin-top:10px}.testimonial{margin-top:50px;padding-bottom:30px}.testimonial .title h1{color:#f9d100}.testimonial .title p{margin-top:10px;padding-left:10px}.testimonial__text{margin-left:60px;border:2px solid #cacaca;box-sizing:border-box;border-radius:5px;padding:30px 60px}.testimonial__text p{letter-spacing:.035em;color:#4d4d4d;font-size:1.2rem}.testimonial__text h3{color:#545454;font-weight:600;margin-top:10px}.testimonial__text svg{margin:0 10px}.testimonial__image{margin-top:60px}.testimonial__image .image-wrapper{height:200px}.testimonial__image .image-wrapper img{height:130px;width:140px;object-fit:cover;margin:25px auto auto;transition:.5s ease}.testimonial__image .slick-center img{margin:0 auto auto;height:180px;width:180px;border:2px solid #f9d100;box-sizing:border-box;box-shadow:0 4px 33px rgba(0,0,0,.04);border-radius:5px;transition:.5s ease}.letsStart{background:#f9d100;min-height:100vh}.letsStart .title h1{color:#fff}.letsStart .title h1:after{background:#fff}.letsStart .custom-container{padding-top:60px;position:relative;min-height:100vh;z-index:2}.letsStart .bg-bulb{position:absolute;right:0;top:50%;transform:translateY(-50%);width:412px;height:412px}.letsStart .bg-bulb img{width:412px;height:412px;object-fit:contain}.letsStart .bg-dot{position:absolute;left:0;top:40%}.letsStart__quote{margin-top:100px;padding-left:50px;position:absolute;z-index:2}.letsStart__quote h2{color:#fff;font-weight:700;font-size:2.5rem;line-height:40px}.letsStart__quote p{margin:20px 0 30px 65px;position:relative;color:#fff;font-size:1.2rem}.letsStart__quote p:after{position:absolute;content:"";height:1px;width:40px;background:#fff;top:50%;transform:translateY(-50%);left:-60px}.letsStart__quote .hover-e1{position:absolute;z-index:5}.letsStart__quote .hover-e1 .border-bottom,.letsStart__quote .hover-e1 .border-left,.letsStart__quote .hover-e1 .border-right,.letsStart__quote .hover-e1 .border-top{border:1px solid #000}.letsStart__quote .hover-e1:hover{color:#000}@media (min-width:1400px){.custom-container{height:100%}.custom-container,.home--service__container{width:1400px;margin:0 auto}.home--service__items{padding:0 20px}.top-nav header{width:1400px;left:50%;transform:translateX(-50%)}}@media (max-width:1150px){.top-nav nav{top:0;left:0}}@media (max-width:765px){.pre-loader__inner{width:80%}.nav .nav__list-item{font-size:5vh}.nav:after{top:0}.defaultHero{min-height:100vh}.hero__wrapper .hero__wrapper-text{padding-top:8rem;height:auto;text-align:center}.hero__wrapper .hero__wrapper-text h2{font-size:4rem}.hero__wrapper .hero__wrapper-text .message-wrap{justify-content:center}.hero__wrapper .hero__wrapper-text h1{font-size:8rem}.hero__wrapper .hero__wrapper-img{position:static;top:0;height:50%;justify-content:center}.hero__wrapper .hero__wrapper-img img{width:100%}.home--service .left{width:100%;top:0}.home--service .right{width:100%;top:200px}.home--service__items{margin-top:450px}.home--service__items .ant-tabs-nav-wrap{justify-content:start}.home--service__items .service__item-content{margin:30px 0}.home--service__items .service__item-content .service__item-content__left{height:auto}.home--our-solutions{min-height:auto!important}.ourWork__tab-wrapper .service__item-content .service__item-content__left{height:auto;margin:20px 0}.ourWork__tab-wrapper .service__item-content .service__item-content__right{height:300px}.motivateUs .our--numbers .number-wrap .number-wrap__years:after{display:none}.testimonial .title{margin-bottom:50px}.testimonial__text{margin-left:0}.letsStart{min-height:auto}.letsStart .custom-container{min-height:600px}.letsStart__quote h2{font-size:2rem}}@media (max-width:850px){.hero__wrapper .hero__wrapper-text .build{margin-bottom:0}.hero__wrapper .hero__wrapper-text .build h2{font-size:3.5rem}.hero__wrapper .hero__wrapper-text .message-box h1{font-size:6rem}}@media (max-width:730px){.motivateUs .svg--bg svg{width:500px;height:500px}.letsStart .bg-bulb{opacity:.6}.letsStart__quote h2{font-size:1.8rem}}@media (max-width:600px){.hero__wrapper .hero__wrapper-text .message-box h1{font-size:5rem}.ourWork--pc{display:none}.ourWork--mobile{margin-top:40px;display:block}.footer{padding-top:30px}.footer h1{font-size:1.8rem}}@media (max-width:550px){.nav .nav__list-item{font-size:4.5vh}.nav .button-group{flex-direction:column;align-items:center}.nav .button-group a{margin-bottom:3rem;width:auto;font-size:3vh}.motivateUs .svg--bg svg{width:400px;height:400px}.testimonial{width:100vw;overflow:hidden}}@media (max-width:500px){.nav:after,.nav:before{height:100%;width:100%}.top-nav .logo-wrap img{height:2.2rem}.nav__list{margin:0 auto;width:100%!important}.letsStart .bg-bulb,.letsStart .bg-bulb img{width:100%;height:100%}}@media (max-width:450px){.hero__wrapper .hero__wrapper-text .build h2{font-size:3rem}.hero__wrapper .hero__wrapper-text .message-box h1{font-size:4rem}.top-nav .nav-button-wrap .nav-log-wrapper{margin-right:5px}.home--service .left{height:230px}}@media (max-width:394px){.top-nav .nav-button-wrap .nav-log-wrapper{margin-right:5px}.top-nav .nav-button-wrap .nav-log-wrapper button{font-size:1rem;padding:5px}.motivateUs .svg--bg svg{width:350px;height:350px}}@media (max-width:400px){.hero__wrapper .hero__wrapper-text .build h2{font-size:2.8rem}.hero__wrapper .hero__wrapper-text .message-box h1{font-size:3.5rem}.motivateUs .svg--bg svg{width:300px;height:300px}}
/*# sourceMappingURL=main.42fb5f10.chunk.css.map */