*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:"Poppins","Montserrat",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem;color:#212529;font-weight:300;line-height:1.3;height:100vh;background-color:#fbfbfb;letter-spacing:.5px}hr{width:25%;border:2px solid #55be65;margin:0 auto .5rem}h1{margin-bottom:1rem;color:#191847;font-weight:700;font-size:2.3rem}@media (min-width:768px){h1{font-size:3.5rem;font-weight:700}}@media (min-width:1024px){h1{font-size:4rem;font-weight:800}}h2{font-size:1.8rem;margin-bottom:1rem;font-weight:300;color:#49495c}@media (min-width:768px){h2{font-size:2rem;font-weight:400}}p{color:#212529}.container-full{max-width:144rem;margin:0 auto;width:100%}.container{max-width:124rem;height:100%;width:95%;margin:0 auto}@media (min-width:768px){.container{width:90%}}.mx-auto{margin:0 auto}.call-action-link{color:#fff}.call-action-link,a,a:active,a:hover{text-decoration:none}ul{list-style:none}#root{height:100%}.grid-container{margin:0 auto;max-width:192rem;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto auto 1fr auto;grid-template-rows:auto auto 1fr auto;grid-template-areas:"infobar" "headers" "main" "footers";height:100%}.infobar{-ms-grid-row:1;-ms-grid-column:1;grid-area:infobar}.headers{-ms-grid-row:2;grid-area:headers}.headers,.main{-ms-grid-column:1}.main{-ms-grid-row:3;grid-area:main}.flexBox{display:flex;align-items:center}.flexBox.jcc{justify-content:center}.flexBox.jcspb{justify-content:space-between}.flexBox.fdc{flex-direction:column}.gridBox{display:-ms-grid;display:grid;place-items:center}.btn{background:#55be65;color:#fff;padding:.8rem 2rem;border-radius:1rem;font-weight:500;font-family:"Montserrat","Poppins";min-width:13rem;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;outline:none;border:none;cursor:pointer;box-shadow:0 1px 5px rgba(0,0,0,.3)}@media (max-width:765px){.hide-on-mobile{display:none}}@media (max-width:1023px){.hide-on-tablet{display:none}}@media (min-width:1024px){.hide-on-desktop{display:none}}.link-active:after{content:"";position:absolute;display:block;top:3rem;left:0;height:.35rem;z-index:1000;background:#55be65;transition:all .2s ease;opacity:1;width:100%}.slide-in-left{-webkit-animation:slideInLeft .5s alternate;animation:slideInLeft .5s alternate}.slide-in-right{-webkit-animation:slideInRight .5s alternate;animation:slideInRight .5s alternate}.slide-in-top{-webkit-animation:slideInTop .5s alternate;animation:slideInTop .5s alternate}.slide-in-down{-webkit-animation:slideInDown .5s alternate;animation:slideInDown .5s alternate}.inp-grp{margin-bottom:1.5rem;position:relative}.inp-grp textarea{padding:1.5rem;border-radius:.5rem;color:#49495c;font-size:1.8rem;width:100%;outline:none;border:.2rem solid #cfcfcf}.inp-grp textarea:focus{border:.2rem solid #55be65}.inp-grp input[type]{width:100%;height:5rem;border-radius:.5rem;font-size:1.8rem;padding:0 1.5rem;color:#49495c;border:.2rem solid #cfcfcf;outline:transparent;transition:all .1s ease-in}.inp-grp input[type]:focus{border:.2rem solid #55be65}.inp-grp input[type]:focus~label{top:-.8rem;font-size:1.2rem;left:.7rem;padding:0 .4rem;color:#55be65}.inp-grp input[type]:not(:-ms-input-placeholder)~label{top:-.8rem;font-size:1.2rem;left:.7rem;padding:0 .5rem;color:#55be65}.inp-grp input[type]:not(:placeholder-shown)~label{top:-.8rem;font-size:1.2rem;left:.7rem;padding:0 .5rem;color:#55be65}.inp-grp label{position:absolute;background-color:#fff;top:1.5rem;left:.5rem;padding:0 1rem;z-index:1000;transition:all .2s ease-in;cursor:text}.select-grp{display:flex;align-items:center;justify-content:space-between;text-align:left;margin-bottom:1.5rem;height:5rem;border-radius:.5rem;font-size:1.7rem;padding:0 1.5rem;color:#49495c;border:.2rem solid #cfcfcf}.select-grp select{border:none;outline:none;color:#49495c;font-size:1.8rem;background-color:transparent;padding:0 2rem}.back-to-top{position:fixed;bottom:1rem;right:1rem;z-index:9000;padding:.6rem .7rem;background-color:#55be65;color:#fff;border:transparent;font-size:1.8rem;cursor:pointer;border-radius:.2rem;transition:all .2s ease;visibility:hidden}.back-to-top:hover{opacity:.75}.back-to-top.visible{visibility:visible}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.loader{display:-ms-grid;display:grid;place-content:center;padding:5rem;background-color:#fff;height:100vh;width:100%;position:absolute;top:0;left:0;bottom:0;right:0;z-index:999999;opacity:1;pointer-events:none;transition:opacity 1s ease}.loader.finish{opacity:0}.loader h1{text-align:center}.loader .x2-logo{display:flex;align-items:center;justify-content:center}.loader .x2-logo>span{display:inline-block;width:20px;height:100px;background-color:green;-webkit-transform-origin:10px 65px;transform-origin:10px 65px;border-radius:1rem}.loader .x2-logo>span:first-child{-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation:logoAnimex1 .5s ease-in-out infinite alternate;animation:logoAnimex1 .5s ease-in-out infinite alternate}.loader .x2-logo>span:last-child{-webkit-transform:rotate(-30deg);transform:rotate(-30deg);-webkit-animation:logoAnimex2 .5s ease-in-out infinite alternate;animation:logoAnimex2 .5s ease-in-out infinite alternate}@-webkit-keyframes logoAnimex1{0%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}to{-webkit-transform:rotate(40deg);transform:rotate(40deg)}}@keyframes logoAnimex1{0%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}to{-webkit-transform:rotate(40deg);transform:rotate(40deg)}}@-webkit-keyframes logoAnimex2{0%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}to{-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}}@keyframes logoAnimex2{0%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}to{-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}}.headers{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:9999}.main-navbar{height:100%;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:7rem}.main-navbar .logo-section img{width:10rem;object-fit:contain}.main-navbar .menu-section ul{display:flex;align-items:center;grid-gap:0 2rem;gap:0 2rem;text-transform:capitalize;font-family:"Poppins","Montserrat"}.main-navbar .menu-section ul li{position:relative}.main-navbar .menu-section ul li a{color:#212529;display:flex;align-items:center}.main-navbar .menu-section ul li a span{display:-ms-grid;display:grid;place-items:center;margin-left:.2rem}.main-navbar .menu-section ul li:after{content:"";position:absolute;display:block;top:3rem;left:0;width:0;height:.35rem;z-index:1000;background:#55be65;opacity:0;transition:all .2s ease}.main-navbar .menu-section ul li:hover:after{opacity:1;width:100%}.main-navbar .menu-section ul li .sub-menu{background-color:#fff;display:inline-block;position:absolute;top:3rem;left:0;z-index:3000;width:25rem;padding:1rem;opacity:0;visibility:hidden;transition:all .3s ease}.main-navbar .menu-section ul li .sub-menu li:not(:last-child){margin-bottom:1rem}.main-navbar .menu-section ul li .sub-menu li:after{content:"";position:absolute;display:block;top:2.2rem;left:0;width:0;height:.25rem;z-index:1000;background:#55be65;opacity:0;transition:all .2s ease}.main-navbar .menu-section ul li .sub-menu li:hover:after{opacity:1;width:100%}.main-navbar .menu-section ul li .sub-menu li:hover .sub-sub-menu{opacity:1;visibility:visible}.main-navbar .menu-section ul li .sub-menu li .sub-sub-menu{position:relative;width:100%;opacity:0;visibility:hidden;transition:all .2s ease}.main-navbar .menu-section ul li .sub-menu li .sub-sub-menu ul{position:absolute;display:flex;align-items:center;padding:1rem 0;width:100%;right:-103%;top:-3rem;display:inline-block;background-color:#fff}.main-navbar .menu-section ul li .sub-menu li .sub-sub-menu ul li{padding:0 1rem}.main-navbar .menu-section ul li .sub-menu.open,.main-navbar .menu-section ul li .sub-menu li .sub-sub-menu.open,.main-navbar .menu-section ul li .sub-menu li .sub-sub-menu:hover{opacity:1;visibility:visible}.main-navbar .cta{background:#55be65;transition:all .3s ease}.main-navbar .cta:hover{opacity:.75}.main-navbar .burger-container{-webkit-user-select:none;-ms-user-select:none;user-select:none}.main-navbar .burger-container .mobile-menu-btn{cursor:pointer}.main-navbar .burger-container .mobile-menu-btn>span{display:block;width:3rem;height:.3rem;background-color:#55be65;-webkit-transform-origin:.4rem .15rem;transform-origin:.4rem .15rem;transition:all .3s ease}.main-navbar .burger-container .mobile-menu-btn>span:not(:last-child){margin-bottom:.5rem}.main-navbar .burger-container .mobile-menu-btn.open>span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.main-navbar .burger-container .mobile-menu-btn.open>span:nth-child(2){opacity:0}.main-navbar .burger-container .mobile-menu-btn.open>span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.main-navbar .sidebar-menu{-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:7rem;left:0;margin:1rem 0;border-radius:1rem;width:100%;background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:85vh;overflow-y:scroll;z-index:1000;transition:all .3s ease;opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);text-transform:uppercase}.main-navbar .sidebar-menu::-webkit-scrollbar{display:none}.main-navbar .sidebar-menu ul{padding:.5rem 0}.main-navbar .sidebar-menu ul li{display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;margin:.5rem 0;border-left:0 solid #55be65;transition:all .3s ease}.main-navbar .sidebar-menu ul li .dropdown-arrow{cursor:pointer;display:-ms-grid;display:grid;place-items:center;transition:all .3s ease-in-out}.main-navbar .sidebar-menu ul li .dropdown-arrow.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-navbar .sidebar-menu ul li:nth-child(odd){background-color:#f7f7f7}.main-navbar .sidebar-menu ul li:hover{background-color:#f4f5f7;border-left:1rem solid #55be65}.main-navbar .sidebar-menu ul li a{display:flex;align-items:center;text-transform:uppercase;font-weight:400;color:#212529}.main-navbar .sidebar-menu ul li a span{display:-ms-grid;display:grid;place-items:center;margin:0 .4rem}.main-navbar .sidebar-menu ul .subMenuMobile{display:none}.main-navbar .sidebar-menu ul .subMenuMobile.open{display:block}.main-navbar .sidebar-menu ul .subMenuMobile .sub-sub-menu-mobile{display:none}.main-navbar .sidebar-menu ul .subMenuMobile .sub-sub-menu-mobile.open{display:block}.main-navbar .sidebar-menu.open{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.main-navbar .overlay{position:fixed;top:7rem;right:0;bottom:0;left:0;background-color:#000;opacity:0;z-index:900;transition:all .2s ease;visibility:hidden}.main-navbar .overlay.open{opacity:.5;visibility:visible}@media (min-width:1024px){.main-navbar .logo-section img{width:12.5rem}}@media (min-width:768px){.main-navbar .overlay{top:10rem}}.secondary-nav{height:100%;width:100%;height:3rem;background-color:#262626;color:#fff;padding:1rem auto}.secondary-nav .navbar{display:flex;align-items:center;justify-content:space-between}.secondary-nav .navbar .col-1{display:flex;align-items:center;justify-content:flex-start;grid-gap:0 2rem;gap:0 2rem}.secondary-nav .navbar .col-1 .socials{border-radius:50%;width:25px;height:25px;display:-ms-grid;display:grid;place-items:center;padding:.2rem;background-color:transparent;cursor:pointer;transition:background-color .3s ease;transition:all .3s ease}.secondary-nav .navbar .col-1 .socials:hover{background-color:hsla(0,0%,100%,.15);color:#55be65}.secondary-nav .navbar .col-1 .socials a{color:inherit}.secondary-nav .navbar .col-1 p{color:#fff;font-size:1.2rem;display:flex;align-items:center}.secondary-nav .navbar .col-1 p span{margin:0 .5rem;display:-ms-grid;display:grid;place-items:center}.carousels-page{position:relative;width:100%;height:100%}.swiper-slide img{object-fit:contain;padding:2rem}.review-page{position:relative;width:90vw;height:100%}@media screen and (min-width:1024px){.review-page{width:100%}.swiper-slide{width:90vw}}.swiper-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center}.swiper-slide{display:flex;justify-content:center;align-items:center;text-align:center;width:95%;padding:2rem 1rem}.swiper-slide img{width:100%;object-fit:cover;display:block;height:100%}.review-card{display:-ms-grid;display:grid;place-items:center;padding:2rem 1rem;border-radius:1rem;box-shadow:0 0 3px rgba(0,0,0,.5);grid-gap:1rem;gap:1rem;margin-bottom:5rem;width:100%;min-height:600px}.review-card .quote-icon{color:#55be65}.review-card .img-container{width:120px}.main{margin:0 auto}.home,.main{width:100%}.home .hero-section{width:90vw;max-width:124rem;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:2rem}.home .hero-section .col-1{width:100%;height:100%}.home .hero-section .col-2{width:100%;height:100%;text-align:center}.home .hero-section .col-2 p{font-size:1.2rem;margin-bottom:.5rem}.home .hero-section .col-2 h2{margin-bottom:2rem}.home .hero-section .col-2 .cta{width:20rem;height:4rem;font-size:1.6rem}@media (min-width:1024px){.home .hero-section{width:100%;flex-direction:row;align-items:center}.home .hero-section .col-1{width:50%;height:100%}.home .hero-section .col-2{width:50%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:0 2rem;text-align:left}.home .hero-section .col-2 p{font-size:1.6rem;margin-bottom:1rem}.home .hero-section .col-2 h1{font-size:5rem}.home .hero-section .col-2 h2{font-size:2rem;margin-bottom:5rem}.home .hero-section .col-2 .cta{font-size:1.8rem;padding:1rem 3rem}}.home .why-us{text-align:center;padding:3rem 1rem;background-color:#f4f5f7;overflow:hidden}.home .why-us .cards{margin:2rem 1rem;display:flex;flex-direction:column;grid-gap:2rem 0;gap:2rem 0}.home .why-us .cards hr{border:.1rem solid #55be65}.home .why-us .cards .single-card{padding:3rem 0 5rem;background-color:#fff;border-radius:1rem;box-shadow:.05px 1px 5px rgba(0,0,0,.2)}.home .why-us .cards .single-card .card-icon{font-size:3rem;color:#55be65}.home .why-us .cards .single-card h1{font-size:2rem}.home .why-us .cards .single-card p{font-size:1.5rem;padding:0 1rem}@media (min-width:768px){.home .why-us h1{font-size:2.5rem}.home .why-us p{margin:0 auto;max-width:80%}.home .why-us .cards{align-items:flex-start;justify-content:space-between;flex-direction:row}.home .why-us .cards .single-card{flex-basis:31%}.home .why-us .cards .single-card h1{font-size:1.8rem}}@media (min-width:1024px){.home .why-us h1{font-size:4rem}.home .why-us hr{margin-bottom:3rem}.home .why-us p{margin-bottom:5rem}.home .why-us .cards .single-card{flex-basis:30%;justify-content:space-evenly}.home .why-us .cards .single-card .card-icon{font-size:3.5rem}.home .why-us .cards .single-card h1{font-size:2rem}.home .why-us .cards .single-card p{font-size:1.8rem}}.home .our-services{text-align:center;padding:2rem 1rem;overflow:hidden}.home .our-services hr{margin-bottom:1rem}.home .our-services .cards-services{margin:2rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:2rem 0;gap:2rem 0}.home .our-services .cards-services .card{display:-ms-grid;display:grid;place-items:center;width:100%;height:120px;cursor:pointer;padding:1rem 0;border-radius:1rem;text-transform:capitalize;box-shadow:0 0 .3rem rgba(0,0,0,.7);transition:all .2s ease}.home .our-services .cards-services .card h1 a{color:inherit;text-decoration:none}.home .our-services .cards-services .card h1 a:active{color:inherit}.home .our-services .cards-services .card:hover{box-shadow:0 0 .3rem #000;background-color:rgba(144,238,144,.5)}.home .our-services .cards-services .card h1{font-size:2.2rem;text-shadow:0 1px 0 rgba(0,0,0,.4);font-weight:600;margin:0}.home .our-services .cards-services .webd{position:relative}.home .our-services .cards-services .webd:before{content:"";background-image:url(/static/media/graphicdesign.b530dcff.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem;opacity:.2;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.home .our-services .cards-services .mobd{position:relative}.home .our-services .cards-services .mobd:before{content:"";background-image:url(/static/media/mobile-app.21aed234.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem;opacity:.2;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.home .our-services .cards-services .aidiv{position:relative}.home .our-services .cards-services .aidiv:before{content:"";background-image:url(/static/media/ai.720dcb39.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem;opacity:.2;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.home .our-services .cards-services .gd{position:relative}.home .our-services .cards-services .gd:before{content:"";background-image:url(/static/media/system.50cf3f5a.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem;opacity:.2;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.home .our-services .cards-services .seodiv{position:relative}.home .our-services .cards-services .seodiv:before{content:"";background-image:url(/static/media/seo.b87a2315.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem;opacity:.2;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}.home .our-services .cards-services .cmsdiv{position:relative}.home .our-services .cards-services .cmsdiv:before{content:"";background-image:url(/static/media/crm.44602a8c.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem;opacity:.2;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}@media (min-width:768px){.home .our-services .cards-services{flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.home .our-services .cards-services .card{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;flex-basis:45%}}@media (min-width:768px){.home .our-services hr{margin-bottom:2rem}.home .our-services p{margin-bottom:3rem}.home .our-services .cards-services .card{flex-basis:45%;height:10rem}}@media (min-width:1024px){.home .our-services hr{margin-bottom:2rem}.home .our-services p{margin-bottom:3rem}.home .our-services .cards-services .card{flex-basis:30%;height:12rem}}.home .pricing{background-color:#f4f5f7;text-align:center;margin-bottom:5rem;padding:3rem 0 5rem}.home .pricing hr{border:.1rem solid #55be65}.home .pricing .pricing-heading{margin-bottom:2rem;padding:1rem 3rem}.home .pricing .pricing-cards{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;grid-gap:3rem;gap:3rem;cursor:pointer}.home .pricing .pricing-cards .single-card{text-align:center;padding:4rem;background-color:#fff;position:relative;border-radius:1rem;min-width:35rem;box-shadow:2px 1px 5px rgba(0,0,0,.2)}.home .pricing .pricing-cards .single-card h1 span{font-size:2rem}.home .pricing .pricing-cards .single-card .monthly{margin-bottom:1rem}.home .pricing .pricing-cards .single-card .card-striked-text{margin-bottom:3rem}.home .pricing .pricing-cards .single-card.active{overflow:hidden;background-color:#e9edf0;-webkit-transform:scaleY(1.02);transform:scaleY(1.02)}.home .pricing .pricing-cards .single-card.active:after{position:absolute;content:"POPULAR";top:1.5rem;left:-3.5rem;z-index:5;background-color:#55be65;color:#fff;padding:.5rem 3rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);font-size:1.4rem;font-weight:500}@media (min-width:1024px){.home .pricing .pricing-cards .single-card.active{-webkit-transform:scale(1.05);transform:scale(1.05)}}.home .reviews{overflow:hidden;text-align:center;margin:3rem 0 5rem}.home .reviews .review{width:100%;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;grid-gap:2rem;gap:2rem}.home .reviews hr{margin-bottom:3rem}@media (min-width:1024px){.home .reviews{width:100%}}.home .client-carousels{overflow:hidden;background-color:#f4f5f7;padding:2rem 0}.home .client-carousels h1{font-size:3rem;font-weight:700;text-align:center}.home .client-carousels hr{margin-bottom:5rem}.home .client-carousels .clients{width:100%;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;grid-gap:2rem;gap:2rem}.home .client-carousels .clients .client{display:-ms-grid;display:grid;place-items:center;background-color:#fff;width:20rem;height:12rem;transition:all .3s ease;border-radius:1rem;cursor:pointer;box-shadow:0 1px 5px rgba(0,0,0,.2);margin-bottom:3rem}.home .client-carousels .clients .client img{width:10rem;object-fit:contain}.home .client-carousels .clients .client:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}@media (min-width:1024px){.home .client-carousels .clients .client{margin-bottom:5rem;height:15rem}.home .client-carousels .clients .client img{width:15rem}}.portfolio-page .heading{margin:3rem 0}.portfolio-page .heading h1{text-align:center}.portfolio-page .heading h1 span{color:#55be65}.portfolio-page .hero{display:-ms-grid;display:grid;place-items:center;grid-gap:3rem;gap:3rem;-ms-grid-columns:(minmax(300px,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:5rem}.portfolio-page .hero article{position:relative;background-color:#fff;padding:1rem;border-radius:.3rem;box-shadow:0 0 5px rgba(0,0,0,.3);cursor:pointer;transition:all .2s ease}.portfolio-page .hero article:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:100;background-color:transparent;transition:all .3s ease}.portfolio-page .hero article:hover:after{background-color:rgba(0,0,0,.527)}.portfolio-page .hero article:hover .visit-btn{opacity:1}.portfolio-page .hero article img{object-fit:contain;width:100%;height:100%}.portfolio-page .hero article .visit-btn{position:absolute;z-index:200;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#f5f5f5;font-size:1.8rem;font-weight:500;padding:1rem 2rem;border-radius:.3rem;transition:all 300 ease;opacity:0}.website-design-page{margin-bottom:2rem}.website-design-page .heading{margin:3rem 0}.website-design-page .heading h1{text-align:center}.website-design-page .heading h1 span{color:#55be65}.website-design-page .hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;background-color:#fff}.website-design-page .hero .col-1{text-align:center}.website-design-page .hero .col-2{margin-top:1rem;display:-ms-grid;display:grid;place-items:center}.website-design-page .hero .col-2 .img-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center;position:relative;margin-bottom:2rem;padding:2rem 0 0}.website-design-page .hero .col-2 .img-container img{width:90%;object-fit:contain;border-radius:.5rem;border-right:.5rem solid #55be65;border-bottom:.5rem solid #55be65}@media (min-width:1024px){.website-design-page .hero{flex-wrap:nowrap}.website-design-page .hero .col-1{width:55%;text-align:left;padding-right:5rem}.website-design-page .hero .col-2{width:45%}.website-design-page .hero .col-2 .img-container{width:80%}}.website-design-page .facilities ul{list-style-type:disc;padding:0 3rem}.mobile-application-page{margin-bottom:2rem}.mobile-application-page .heading{margin:3rem 0}.mobile-application-page .heading h1{text-align:center}.mobile-application-page .heading h1 span{color:#55be65}.mobile-application-page .hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;background-color:#fff}.mobile-application-page .hero .col-1{text-align:center}.mobile-application-page .hero .col-2{margin-top:1rem;display:-ms-grid;display:grid;place-items:center}.mobile-application-page .hero .col-2 .img-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center;position:relative;margin-bottom:2rem;padding:2rem 0 0}.mobile-application-page .hero .col-2 .img-container img{width:90%;object-fit:contain;border-radius:.5rem;border-right:.5rem solid #55be65;border-bottom:.5rem solid #55be65}@media (min-width:1024px){.mobile-application-page .hero{flex-wrap:nowrap}.mobile-application-page .hero .col-1{width:55%;text-align:left;padding-right:5rem}.mobile-application-page .hero .col-2{width:45%}.mobile-application-page .hero .col-2 .img-container{width:80%}}.mobile-application-page .facilities ul{list-style-type:disc;padding:0 3rem}.mobile-application-page .facilities ul li ul{list-style-type:square;margin:.5rem 0}.cms-page{margin-bottom:2rem}.cms-page .heading{margin:3rem 0}.cms-page .heading h1{text-align:center}.cms-page .heading h1 span{color:#55be65}.cms-page .hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;background-color:#fff}.cms-page .hero .col-1{text-align:center}.cms-page .hero .col-2{margin-top:1rem;display:-ms-grid;display:grid;place-items:center}.cms-page .hero .col-2 .img-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center;position:relative;margin-bottom:2rem;padding:2rem 0 0}.cms-page .hero .col-2 .img-container img{width:90%;object-fit:contain;border-radius:.5rem;border-right:.5rem solid #55be65;border-bottom:.5rem solid #55be65}@media (min-width:1024px){.cms-page .hero{flex-wrap:nowrap}.cms-page .hero .col-1{width:55%;text-align:left;padding-right:5rem}.cms-page .hero .col-2{width:45%}.cms-page .hero .col-2 .img-container{width:80%}}.cms-page .facilities ul{list-style-type:disc;padding:0 3rem}.cms-page .bottom-text{margin:2rem auto}.system-maintenance-page{margin-bottom:2rem;padding:0 1.5rem}.system-maintenance-page .heading{margin:3rem 0}.system-maintenance-page .heading h1{text-align:center}.system-maintenance-page .heading h1 span{color:#55be65}.system-maintenance-page p{margin-bottom:2rem}.system-maintenance-page p span{font-weight:500}@media (min-width:1024px){.system-maintenance-page{padding:0}}.advertising-page{margin-bottom:2rem;padding:0 1.5rem;color:red}.advertising-page .heading{margin:3rem 0}.advertising-page .heading h1{text-align:center}.advertising-page .heading h1 span{color:#55be65}.advertising-page p{margin-bottom:2rem}.advertising-page p span{font-weight:500}@media (min-width:1024px){.advertising-page{padding:0}}.logo-design-page{margin-bottom:2rem;padding:0 1.5rem;color:red}.logo-design-page .heading{margin:3rem 0}.logo-design-page .heading h1{text-align:center}.logo-design-page .heading h1 span{color:#55be65}.logo-design-page p{margin-bottom:2rem}.logo-design-page p span{font-weight:500}@media (min-width:1024px){.logo-design-page{padding:0}}.video-editing-page{margin-bottom:2rem;padding:0 1.5rem;color:red}.video-editing-page .heading{margin:3rem 0}.video-editing-page .heading h1{text-align:center}.video-editing-page .heading h1 span{color:#55be65}.video-editing-page p{margin-bottom:2rem}.video-editing-page p span{font-weight:500}@media (min-width:1024px){.video-editing-page{padding:0}}.SEO-page{margin-bottom:2rem}.SEO-page .heading{margin:3rem 0}.SEO-page .heading h1{text-align:center}.SEO-page .heading h1 span{color:#55be65}.SEO-page .hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;background-color:#fff}.SEO-page .hero .col-1{text-align:center}.SEO-page .hero .col-2{margin-top:1rem;display:-ms-grid;display:grid;place-items:center}.SEO-page .hero .col-2 .img-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center;position:relative;margin-bottom:2rem;padding:2rem 0 0}.SEO-page .hero .col-2 .img-container img{width:90%;object-fit:contain;border-radius:.5rem;border-right:.5rem solid #55be65;border-bottom:.5rem solid #55be65}@media (min-width:1024px){.SEO-page .hero{flex-wrap:nowrap}.SEO-page .hero .col-1{width:55%;text-align:left;padding-right:5rem}.SEO-page .hero .col-2{width:45%}.SEO-page .hero .col-2 .img-container{width:80%}}.SEO-page .facilities ul{list-style-type:disc;padding:0 3rem}.about-page .heading{margin:3rem 0}.about-page .heading h1{text-align:center}.about-page .heading h1 span{color:#55be65}.about-page .hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;background-color:#fff}.about-page .hero .col-1{text-align:center}.about-page .hero .col-2{margin-top:1rem;display:-ms-grid;display:grid;place-items:center}.about-page .hero .col-2 .img-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center;position:relative;margin-bottom:2rem;padding:2rem 0 0}.about-page .hero .col-2 .img-container img{width:90%;object-fit:contain;border-radius:.5rem;border-right:.5rem solid #55be65;border-bottom:.5rem solid #55be65}@media (min-width:1024px){.about-page .hero{flex-wrap:nowrap}.about-page .hero .col-1{width:55%;text-align:left;padding:0 5rem}.about-page .hero .col-1 h1{margin-bottom:2rem}.about-page .hero .col-2{width:45%}.about-page .hero .col-2 .img-container{width:80%}}.about-page .objective{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden}.about-page .objective .col-1{text-align:center}.about-page .objective .col-2{margin-top:1rem;display:-ms-grid;display:grid;place-items:center}.about-page .objective .col-2 .img-container{width:100%;height:100%;display:-ms-grid;display:grid;place-items:center;margin-bottom:2rem;padding:2rem}.about-page .objective .col-2 .img-container h2{text-align:center}.about-page .objective .col-2 .img-container img{width:70%;object-fit:contain;border-radius:.5rem;margin-bottom:2rem}@media (min-width:1024px){.about-page .objective{flex-wrap:nowrap}.about-page .objective .col-1{width:55%;text-align:left;padding:0 5rem;order:2}.about-page .objective .col-2{width:45%;order:1;border-right:1rem solid #55be65}.about-page .objective .col-2 .img-container{width:80%;padding:2rem 0 0}.about-page .objective .col-2 .img-container h2{text-align:left}.about-page .objective .col-2 .img-container img{width:100%}}.about-page .employees{text-align:center;overflow:hidden;padding:2rem 0}.about-page .employees h1{padding:0 1.5rem}.about-page .employees hr{margin-bottom:1.5rem}.about-page .employees h2{text-align:center;padding:.5rem 1rem;margin-bottom:2rem}.about-page .employees .employees-avatar{text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;grid-gap:2.5rem;gap:2.5rem}.about-page .employees .employees-avatar .img-holder{width:12rem;position:relative}.about-page .employees .employees-avatar .img-holder:before{content:"";position:absolute;top:-.2rem;width:7.5rem;height:7.5rem;border-radius:50%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#55be65;z-index:-1}.about-page .employees .employees-avatar .img-holder img{width:75%;object-fit:contain}.about-page .employees .employees-avatar .img-holder p{text-align:center;height:3rem}@media (min-width:1024px){.about-page .employees{padding-top:5rem;padding-bottom:3rem}.about-page .employees hr{margin-bottom:1.5rem}.about-page .employees h2{max-width:80rem;margin:0 auto 4rem}.about-page .employees .employees-avatar{grid-gap:3.5rem;gap:3.5rem}.about-page .employees .employees-avatar .img-holder img{width:80%}}.about-page .happy-clients{display:-ms-grid;display:grid;place-items:center;margin:5rem 0;padding:2rem 0;background-color:#d4d4d4}.career-page .heading{margin:3rem 0}.career-page .heading h1{text-align:center}.career-page .heading h1 span{color:#55be65}.career-page .career-form{margin-top:3rem;margin-bottom:5rem}.career-page .career-form h1{margin-bottom:1rem}.career-page .career-form form{text-align:center}.career-page .career-form form .contact-btn{font-size:1.6rem;width:100%;padding:1rem 0}.career-page .career-form form .inp-grp-file{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;height:5rem;border-radius:.5rem;font-size:1.8rem;padding:0 1.5rem;color:#49495c;border:.2rem solid #cfcfcf}.career-page .career-form form .inp-grp-file label{display:none}.career-page .career-form form .inp-grp-file:focus{border:.2rem solid #55be65}@media (min-width:1024px){.career-page .career-form{margin-top:5rem;text-align:center}.career-page .career-form h1{margin-bottom:3rem}.career-page .career-form form{margin:0 auto;width:60%}.career-page .career-form form .contact-btn{font-size:1.8rem;width:70%}.career-page .career-form form .inp-grp-file{margin-bottom:3rem}}.career-page .frequently-asked{background-color:#f5f5f5;padding:3rem 0;margin-bottom:5rem}.contact-page .heading{display:-ms-grid;display:grid;place-items:center;text-align:center;margin-top:2rem}.contact-page .heading .sub-heading{padding:0 2rem;margin-top:1rem}@media (min-width:1024px){.contact-page .heading .sub-heading{padding:1rem 5rem;margin-bottom:3rem}}.contact-page .hero{text-align:center;margin-bottom:2rem}.contact-page .hero .img-container img{width:100%;object-fit:cover}.contact-page .hero span{color:#55be65}.contact-page .hero h2{font-weight:700}.contact-page .hero p{padding:0 2rem}@media (min-width:1024px){.contact-page .hero .img-container{height:90vh}.contact-page .hero .img-container img{height:100%;width:100%;object-fit:cover}}.contact-page .contact-form{margin-top:3rem;margin-bottom:3rem}.contact-page .contact-form h1{margin-bottom:3rem}.contact-page .contact-form form{text-align:center}.contact-page .contact-form form .contact-btn{font-size:1.6rem;width:100%;padding:1rem 0}@media (min-width:1024px){.contact-page .contact-form{margin-top:5rem;text-align:center}.contact-page .contact-form form{margin:0 auto;width:60%}.contact-page .contact-form form .contact-btn{font-size:1.8rem;width:70%}}.contact-page .map{margin:5rem 0;display:-ms-grid;display:grid;place-items:center}.contact-page .map iframe{width:100%;height:40rem;border:none}@media (min-width:1024px){.contact-page .map iframe{width:80%;height:50rem}}.footers{-ms-grid-row:4;-ms-grid-column:1;grid-area:footers;background-color:#003133;color:#fff;padding:4rem 2rem}.footers .footer-layout{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.footers .footer-layout p{color:hsla(0,0%,81.2%,.966)}.footers .footer-layout h1{color:#fff;font-size:2.5rem}.footers .footer-layout img{width:12.5rem;object-fit:contain}.footers .footer-layout .col-4{flex-basis:25%;padding:0 1rem}.footers .footer-layout ul li{margin:1.5rem 0;color:hsla(0,0%,88.6%,.966)}.footers .footer-layout ul li a{color:hsla(0,0%,81.2%,.966)}.footers .footer-layout h3{color:hsla(0,0%,88.6%,.966);margin-bottom:.5rem}.footers .footer-layout .contact-1{margin-bottom:1rem}@media (max-width:1023px){.footers .footer-layout .col-4{flex-basis:50%}}@media (max-width:765px){.footers .footer-layout{justify-content:center;grid-gap:2rem 0;gap:2rem 0;text-align:center}.footers .footer-layout .col-4{flex-basis:100%}}.footers .copyright-text{text-align:center;margin-top:2rem;font-size:1rem}@media (min-width:1024px){.footers .copyright-text{text-align:left;font-size:1.5rem}}.footers .hr-line{width:100%;height:.2rem;background-color:#002427;margin:2rem 0}.PricingCard_cardServiceName__283b1{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:.5rem}.PricingCard_icon__3vYXX{font-size:1.5rem;display:flex;align-items:center}.PricingCard_key__1jWfI{font-size:1.5rem;font-weight:500}.PricingCard_btnExt__29_AK{margin:.7rem;width:20rem}.PricingCard_btnContainer__3Ax5m{margin-bottom:3rem}
/*# sourceMappingURL=main.afaff499.chunk.css.map */