: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:hsla(0,0%,100%,.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-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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,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%{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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Inter-VariableFont_slnt,wght.ttf) format("ttf")}@-ms-viewport{width:device-width}:root{--slider-height:30rem}body,html{padding:0;margin:0;font-family:Inter,sans-serif!important}.cursor-pointer{cursor:pointer}.mt-0{margin-top:0!important}.font-weight-normal{font-weight:400!important}.MuiButton-root,.MuiTypography-root{font-family:Inter,sans-serif!important}*{box-sizing:border-box}.banner-height{min-height:25px!important}.mobile-menu-container{width:13rem;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;justify-content:flex-start;align-items:center;position:fixed;top:5.5rem;right:0;background-color:#1b1e2d}.mobile-menu-container Button{margin:1rem;font-weight:600;font-size:22px;text-align:start;line-height:1.4}button.herosection-button{transition:.5s}button.herosection-button:hover{box-shadow:0 .5em .5em -.4em #fff;transform:translateY(-.25em);background:transparent;color:#fff;transition:.5s}.nav_bar_button_active{border-bottom:2px solid #fc9e05;color:#fc9e05;font-weight:400;line-height:28px}.nav_bar_button,.nav_bar_button_active{border-radius:0;padding:0;height:28px;font-style:normal;font-size:18px}.nav_bar_button{color:#fff;font-weight:300;line-height:18px}.swiper{height:var(--slider-height,30rem);width:100%}.swiper-slide{width:99%;height:100%;display:flex;justify-content:center;align-items:center;padding-bottom:1.4rem}.swiper-slide img{width:70%;height:100%}.swiper-pagination-bullet{background-color:#fff!important;border:1px solid #030303!important;width:12px!important;height:12px!important;margin-bottom:-.8rem!important;z-index:1000}.testimonial-card-design .swiper-slide{background:#1a1e2d;position:relative}.testimonial-card-design .swiper-slide [data-video-thumbnail=true]{position:absolute;top:0;left:-30px;right:-30px;bottom:0;width:calc(100% + 60px)}.testimonial-card-design .swiper-slide:has([data-video-thumbnail=true]){background:transparent!important}.inner-pagecontent strong,.our-process strong{font-size:36px;color:#fc9e05;font-weight:600;line-height:43px}.our-process strong{margin-bottom:30px;display:block}.our-process{padding:50px 0;position:relative}.process-step{background:#030a1a;border-radius:20px;padding:40px}.process-caption .process-headline-text,.process-caption h3{color:#fff;font-size:24px;font-weight:600;line-height:29px}.process-caption p{color:#fff;font-size:16px;line-height:28px;font-weight:500}.ourprocess-section{display:flex;justify-content:space-between}.process-col{width:40%}.process-step.removed-bg{background:transparent}.flex-end{align-items:flex-end;position:relative}.technologies-section{padding:50px 0}.technologies-heading{text-align:center;margin-bottom:30px}.technologies-heading .technologies-headline-text,.technologies-heading h3{font-size:36px;color:#fc9e05;font-weight:600;line-height:43px;margin-bottom:20px;display:block;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em}.technologies-heading p{color:#030a1a;font-size:16px;line-height:28px;font-weight:500;text-align:center;max-width:800px;margin:auto}.technologies-card{text-align:center;display:flex;border:1px solid #030a1a;border-radius:26px;min-height:225px;align-items:center;width:190px;justify-content:center;position:relative}.technologies-card p{display:block;position:absolute;bottom:10px;text-align:center;margin:auto;left:0;right:0}.technologies-icons{display:flex;gap:20px;justify-content:space-between;justify-content:center}.arrowImage,.arrowImage-Left{position:absolute;right:0;left:0;margin:auto;text-align:center}.arrowImage-Left{top:0}.service-top-p p{padding:0 200px;text-align:justify;line-height:26px}@media only screen and (max-width:767px){.service-top-p p{padding:0 20px;text-align:justify;line-height:26px}.ourprocess-section{display:block;justify-content:center}.process-col{width:100%}.technologies-icons{display:block;text-align:center}.technologies-card{width:100%;margin-bottom:20px}.css-10egafs-MuiStack-root{max-width:100%}.getintouch-card{width:93%}.process-step{margin-bottom:30px}.arrowImage,.arrowImage-Left{display:none}.flex-end .process-col:nth-child(2){flex-direction:column-reverse;display:flex}.technologies-section{padding-top:0}.software-dark-section .service-col{width:100%;margin-bottom:20px}.software-dark-section .service-row{margin-bottom:20px}.industries-section .industries-row{display:block;margin-bottom:20px}.section-heading h2{font-size:31px}.industries-section .industries-col{width:100%;margin-bottom:30px}.software-dark-section .service-row{display:block}.servicespage-content .iconsSection{display:inline-block}.services-contentlist .contentlist{display:block}body .headerBanner h3{font-size:45px}body .headerBanner{min-height:450px}body .headerBanner span{height:450px!important}.servicespage-content{padding-top:10px}.servicespage-content .icons-card{float:left;width:44%;margin:20px 10px}.headerBanner{padding:0 30px}.headingFix{gap:12px!important}.getintouch-img{min-width:110px!important}.getintouch-card{padding:10px 6px!important}.responsive-font{font-size:80%}body .services-card-main .col-md-9 .row .col-md-4{width:100%}body .services-caption{min-height:auto}body .services-card-main .col-md-9 .row .col-md-4:nth-child(2){margin-top:0}body .mediaimage-service{margin-bottom:20px}.services-card-main div.row{display:block}.serviceSection{padding:20px 15px}.serviceSection h1{font-size:33px!important}div#testimonialSlider{max-width:350px;width:350px;display:flex}div#testimonialSlider .swiper.swiper-cards{width:100%!important;padding-left:0!important}div.vertical-animation2{right:inherit}.cardImage-ui{padding-left:15px;padding-right:15px}.getintouch-card{margin-top:30px}.getintouch-main{padding:0}.fixproject-main .MuiBox-root.css-1fshjei{width:100%;padding:0}.headingFix,.headingFix h4{font-size:21px!important}.headingFix{gap:0;align-items:center}img.headingIconfix{min-width:50px!important;margin-left:0!important;padding-left:0}header svg.MuiSvgIcon-colorWhite{margin-right:0!important}}@media(min-width:768px) and (max-width:1024px){.service-top-p p{padding:0 20px;text-align:justify;line-height:26px}.process-step{padding:25px}.arrowImage,.arrowImage-Left{display:none}.servicespage-content .icons-card{float:left;width:45%;margin:20px 10px}.servicespage-content .iconsSection{display:inline-block}.services-card-main .row{display:block!important}.services-card-main .col-md-9 .row .col-md-4{width:100%!important;margin-bottom:23px}.services-card-main .col-md-9 .row .col-md-4:nth-child(2){margin-top:10px!important}.getintouch-card{padding:10px!important}.mediaimage-service span{display:flex!important;align-items:center;margin-bottom:30px!important}.mediaimage-service span img{width:100%!important;min-width:100%!important}.vertical-animation2{right:42px!important}.ourclient_clientLogo__BJcUC,.ourclient_clientLogo__BJcUC li{height:45px!important}svg.MuiSvgIcon-root.MuiSvgIcon-colorWhite.MuiSvgIcon-fontSizeMedium.css-1pg8mhl-MuiSvgIcon-root{margin-right:0!important}}@media only screen and (max-width:767px){.testimonial-card-font{font-size:100%}}@media only screen and (max-width:399px){.testimonial-card-font{font-size:90%}}.MuiAppBar-root{background-image:none!important}.swiper-button-next,.swiper-button-prev{margin-top:-2rem!important;z-index:10;cursor:pointer;width:2.5rem!important;height:2.5rem!important}.swiper-button-next{margin-right:-.6rem;background-image:url(/rightfill.svg)}.swiper-button-next,.swiper-button-prev{background-size:cover;background-color:#f0f8ff;border-radius:50%}.swiper-button-prev{margin-left:-.6rem;background-image:url(/leftfill.svg)}.swiper-button-next:after,.swiper-button-prev:after{display:none}::-webkit-file-upload-button{padding:8px 1.5rem;margin-right:14px;cursor:pointer}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#aaa2a2;border-radius:5px}.MuiAccordion-root:before{height:0}.MuiAccordion-root:first-of-type,.MuiAccordion-root:last-of-type{border-radius:10px}.our-process-list{line-height:1.8;font-weight:400}.clients-section{padding:50px 0}.clientContainer{height:70px;overflow:hidden}.clients-marquee{display:flex;align-items:center;list-style:none;margin:0;padding:0}.client{width:174px;text-align:center;width:120px}.client img{display:inline-block;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;max-width:100%;height:auto}.swiperslide{display:flex;align-items:center;justify-content:center;border-radius:0 20px!important;font-size:22px;font-weight:700;color:#fff;background-color:#fff;padding-left:30px;padding-right:30px;overflow:hidden}@media(max-width:480px){.swiperslide{font-size:13px;background-color:hsla(0,0%,100%,.281)}}#testimonialSlider .swiper-slide-active{box-shadow:none;background-color:#1a1e2d}.blogs-cards::-webkit-scrollbar{width:0}.vertical-animation-bg{width:120px;height:120px}.vertical-animation{position:relative}.vertical-animation,.vertical-animation2{width:150px;height:150px;animation-name:toBottom;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:ease}.vertical-animation2{position:absolute;right:0}@keyframes toBottom{0%{top:-20px;transform:rotate(0deg)}50%{top:100px;transform:rotate(90deg)}to{top:-20px;transform:rotate(180deg)}}.cardImage-ui,.fullcard-ui{transition:.5s}.fullcard-ui:hover .cardImage-ui{transform:translateY(-10px);transition:.5s}.knowmoreButton{transition:.5s}.fullcard-ui:hover .knowmoreButton{box-shadow:0 .5em .5em -.4em #fff;transform:translateY(-.25em);background:transparent;color:#fff;transition:.5s}.headingFix{display:flex;gap:15px}.headingFix h4{margin-left:0!important;font-weight:700!important}.headingIconfix{filter:brightness(0) invert(1)}.fullcard-ui:hover .headingIconfix{filter:inherit}.knowmoreButton{font-size:20px}.navabr-nav button:last-child{transition:.5s;margin-right:0}.navabr-nav button:last-child:hover{box-shadow:0 .5em .5em -.4em #fff;transform:translateY(-.25em);color:#fff;transition:.5s}.viewall-btn{transition:.5s}.viewall-btn:hover{border-color:#1a1e2d;box-shadow:0 .5em .5em -.4em #1a1e2d;transform:translateY(-.25em);color:#fff;transition:.5s;background:#1a1e2d}.getintouch-card{display:flex;border:1px solid #ccc;border-radius:10px;margin-bottom:20px;padding:10px 0;align-items:center}.formMain input{height:40px}.formMain input,.formMain textarea{font-family:Inter,sans-serif!important}.getintouch-card-caption .headline-text,.getintouch-card-caption h3{margin-bottom:10px!important}.getintouch-card-caption p{margin:13px 0;color:#1a1e2d}.getintouch-card-caption a{color:#1a1e2d}.getintouch-card-caption p a{color:#1a1e2d;text-decoration:none}.services-caption{width:100%}.services-card-main{width:100%;padding:30px 0 30px 60px}.services-card-main .row{display:flex;gap:20px}.services-card-main .services-caption ul{transition:.5s}.services-card-main .col-md-3:hover .services-caption ul{display:block;transition:.5s}.services-card-main .col-md-9 .row .col-md-4:nth-child(2){margin-top:-200px}.services-caption{padding:35px 30px 50px;position:relative;z-index:999;margin-bottom:20px;min-height:560px;border-radius:15px;background-color:hsla(0,0%,100%,.95)}.services-caption h3:hover{cursor:pointer}.megaMenu{background:#fff;position:absolute;min-height:350px;right:12%;margin-top:30px!important;margin:auto;border-radius:5px;padding:30px 75px 30px 30px}.megaNav{display:flex;justify-content:space-between;gap:100px}.megaNav-Item span{position:absolute!important;z-index:9999;width:17px!important;height:16px!important;top:80px;right:-40px;z-index:999!important;cursor:pointer}.megaNav-Item h3{font-weight:900;margin-top:0;position:relative;min-height:50px;align-items:center;display:flex}.megaNav-Item ul{list-style:none;padding:0;margin:30px 0 20px}.megaNav-Item{position:relative}.megaMenu:before{content:"";position:absolute;border:10px solid transparent;border-bottom-color:#fff;margin:auto;left:0;right:0;max-width:0;top:-20px}.megaNav-Item ul li{margin-bottom:10px;font-size:16px}.megaNav-Item ul li a{color:#333;text-align:right;display:block}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.services-caption{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:hsla(0,0%,100%,.2)}}.services-caption ul{padding-left:0;margin-bottom:0;list-style:none}.services-caption h2.services-headline-text:hover{text-decoration:underline;-webkit-text-decoration-color:#fc9e05;text-decoration-color:#fc9e05;color:#fc9e05}.services-caption .services-headline-text{font-size:30px;padding-bottom:30px!important;color:#fff;padding-top:50px!important;margin:0}.services-caption h3.sub-page,.services-caption ul li{position:relative;font-size:16px;color:#fff;margin-bottom:20px;line-height:16px}.service-icon-f{background:#fc9e055c;border-radius:16px;width:55px;height:55px;text-align:center;align-items:center;justify-content:center;display:flex;position:relative}.service-icon-f:before{content:"";position:absolute;width:56px;height:2px;background:#fc9e05;bottom:-20px;left:2px}.services-card-main .col-md-9 .row .col-md-4:nth-child(2) .services-caption:nth-child(2){min-height:350px}.serviceSection{background:url(/_next/static/media/services-backgorund-img.ff69a510.png);background-size:cover;background-position:50%}.serviceSection h1{position:relative;margin-bottom:50px}.serviceSection h1:before{content:"";position:absolute;width:120px;height:2px;background:#fc9e05;bottom:-25px;left:2px}.mediaimage-service{margin:30px 30px 0;position:relative}.mediaimage-service:before{content:"";position:absolute;width:100%;height:100%;background:#fc9e05;border-radius:20px;top:-20px;left:-20px}.services-card-main .col-md-9 .row .col-md-4{width:33.33333%}.headerBanner{text-align:center;min-height:550px;align-items:center;justify-content:center;display:flex;position:relative;background:#ccc}.headerBanner:before{content:"";position:absolute;width:100%;height:100%;background:#0000009e;z-index:9}.headerBanner span{position:absolute!important;width:100%!important;height:550px!important;left:0;right:0}.headerBanner img{-o-object-fit:cover;object-fit:cover}.headerBanner .h1-heading,.headerBanner h3{margin-bottom:0;font-size:64px;font-weight:900;z-index:99;color:#fff}.icons-card:hover{background:#fc9e05;border:1px solid #fc9e05;transition:.5s}.icons-card{transition:.5s;text-align:center;border:1px solid #030a1a;border-radius:16px;min-height:290px;padding:30px 20px;align-items:center;justify-content:center;display:flex;width:50%}.icons-card p{margin:0;padding-top:15px;text-transform:uppercase}.iconsSection{display:flex;justify-content:space-between;gap:25px;margin-top:50px}.contentlist{background:#030a1a;padding:10px;border-radius:16px;display:flex;align-items:center;gap:20px;margin:50px 0}.contentlist-icon{background:#fff;padding:40px 110px;text-align:center;border-radius:16px;min-width:350px;min-height:270px}.contentlist-icon p{margin-bottom:0;text-transform:uppercase}.contentlist-text p{color:#fff;line-height:24px;font-weight:500;font-size:16px;text-align:justify;font-family:inter}.contentlist:nth-child(2n){flex-direction:row-reverse}.contentlist:nth-child(odd){flex-direction:row}.software-dark-section{background:#030a1a;padding:80px 0}.service-col{background:#fff;padding:50px 30px;border-radius:30px;width:50%;border-bottom-left-radius:0}.service-col h3,.service-col p.headline-text{margin-top:0;color:#030a1a;position:relative}.service-col h3:before,.service-col p.headline-text:before{content:"";position:absolute;width:92px;height:2px;background:#fc9e05;bottom:-15px}.service-col p{text-align:justify;line-height:23px;padding-top:15px}.service-col a{background:#fc9e05;width:102px;height:30px;display:block;align-items:center;justify-content:center;display:flex;text-decoration:none;color:#030a1a;border-radius:6px}.service-row{display:flex;justify-content:space-between;gap:50px;margin-bottom:70px}.service-row:last-child{margin-bottom:0}.section-heading{text-align:center}.section-heading .headline-text,.section-heading h2{color:#030a1a;font-weight:900;font-size:50px;margin-top:0;position:relative}.section-heading .headline-text:before,.section-heading h2:before{content:"";position:absolute;width:270px;height:2px;background:#fc9e05;bottom:-15px;margin:auto;left:0;right:0}.processwe-follow{padding:70px 0}.methodologies h3,.methodologies p{text-align:center;font-size:30px;color:#030a1a;font-weight:600;margin-top:100px}.flow-img{display:flex;justify-content:space-between;margin-top:50px}.industries-section{background:#030a1a;padding:40px 0}.headline-text,.services-headline-text{font-weight:700;padding:0!important}.getintouch-card-caption .headline-text,.service-col .headline-text{font-size:1.17em}.industries-section .section-heading .headline-text,.industries-section .section-heading h2{color:#fff;margin-bottom:100px}.industries-col{background:#fff;text-align:center;border-radius:30px;align-items:center;justify-content:center;display:flex;padding:30px 0;border-bottom-left-radius:0;width:33.333%;position:relative;min-height:250px}.industries-col strong{display:block;margin-top:20px;text-transform:uppercase}.industries-row{display:flex;gap:60px;margin-bottom:60px}.industries-row:last-child{margin-bottom:20px}.industries-caption{background:#fff;top:0;bottom:0;align-items:center;border-bottom-left-radius:0!important;border-radius:20px;z-index:99}.industries-caption,.yellow-layer{position:absolute;width:100%;height:100%}.yellow-layer{background:#fc9e05;border-radius:30px;border-bottom-left-radius:0;left:-7px;top:6px}.industries-caption span img{padding-top:30px!important}.portfolio-section{margin-top:20px;padding-bottom:20px}.flowline{max-width:650px;margin:auto}@media(min-width:1920px) and (max-width:5120px){.services-card-main .row{justify-content:center}.fullcard-ui h6{font-size:23px}.cardImage-ui{max-width:45%}}