@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&subset=latin-ext);*{font-family:"Nunito",sans-serif;margin:0;padding:0}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}::-webkit-scrollbar{width:10px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#7a4ba7),color-stop(.72,#616dbb))}.App{width:100%;overflow:hidden}.section{padding:0 2rem;max-width:1100px;margin:0 auto}body{background:#fff url(../../static/media/home-bg.b9b0e9ee.svg) 0 0 no-repeat}.btn{width:160px;margin:auto;display:inline-block;height:44px;line-height:44px;text-align:center;border:none;border-radius:5px;font-weight:700;font-size:12px;letter-spacing:.75px;text-transform:uppercase;transition:all .3s ease 0s;outline:none!important;cursor:pointer;position:relative}.btn-primary{background:#952a90;color:#fff}.btn-white{background:#fff;color:#952a90}.btn-primary:hover{background:#aa33a4}@media(max-width:1050px){.section{max-width:680px;margin:0 auto;padding-right:1rem;padding-left:1rem}}.nav{position:fixed;width:100vw;z-index:100;transition:.5s}.nav .navbox{display:flex;justify-content:space-between;align-items:center;padding:2rem;max-width:1100px;margin:0 auto;transition:.5s}.nav .right{width:60%}.nav .right .desktop-menu{display:flex;justify-content:flex-end;align-items:center}.nav .right ul{display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:3rem}.nav .right ul li{list-style-type:none;margin-left:1rem;padding:1rem 0}.nav .right ul li a,.nav .right ul li span{text-decoration:none;color:#6f8ba4;font-size:14px;font-weight:600;letter-spacing:1px;position:relative;cursor:pointer}.nav .right ul li a:after,.nav .right ul li span:after{position:absolute;bottom:0;left:0;right:0;margin:auto;width:0;content:".";color:transparent;background:#6f8ba4;height:2px;transition:.2s}.nav .right ul li a:hover:after,.nav .right ul li span:hover:after{width:100%}.nav .right ul li a,.nav .right ul li span{display:flex;align-items:center}.nav .right ul li .submenu{width:12rem;flex-direction:column;padding:0;position:absolute;align-items:stretch;transform:translateY(-10%) translateX(-55%);margin-top:1rem;background:#fff;border-radius:5px;box-shadow:0 2px 28px 0 rgb(0 0 0/7%);overflow:hidden;transition:.3s ease-in-out;opacity:0;pointer-events:none}.nav .right .desktop-menu ul .sublink:hover .submenu{display:block;transform:translateY(0) translateX(-55%);opacity:1;pointer-events:all}.nav .right ul li .submenu li{margin:0;padding:0}.nav .right ul li .submenu li a{display:block;width:auto;margin:0;text-align:right;padding:.7rem 1rem .7rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:.5s}.nav .right ul li .submenu li a:after{height:0}.nav .right ul li .submenu li a:hover{border-right:3px solid #952a90;background:rgba(0,0,0,.03)}.nav .left{display:flex;justify-content:flex-start;align-items:center}.nav .left img{width:3rem}.nav .left h3{margin-left:1rem;font-weight:400}.nav .left h3,.nav .left h3 a{letter-spacing:2px;color:#6f8ba4}.nav .left h3 a{text-decoration:none;font-weight:900}.nav .mobile-menu{display:none;align-items:flex-end;flex-direction:column}.nav .right .mobile-menu .hamburger span{display:block;width:2rem;height:2.5px;background:#3b566e;line-height:10px;margin-bottom:.5rem;border-radius:200px;transition:all .4s ease;transform-origin:0 0}.nav .right .mobile-menu>ul{position:absolute;margin-top:3rem;margin-right:0;left:50%;transform:translateY(-10%) translateX(-50%);opacity:0;transition:.3s;width:100%;background:#fff;flex-direction:column;z-index:-1;height:0;overflow:hidden}.nav .right .mobile-menu ul li{margin:0;width:80%;border-bottom:1px solid rgba(0,0,0,.03)}.nav .right .mobile-menu ul li a,.nav .right .mobile-menu ul li span{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.3rem 1rem .3rem 0}.nav .right .mobile-menu ul li a:after,.nav .right .mobile-menu ul li span:after{height:0}.nav .right .mobile-menu ul li .submenu{width:auto;margin-right:0;box-shadow:none;transform:translateY(-10%);height:0;transform-origin:top;opacity:0;position:relative;margin-top:0}.nav .right .mobile-menu ul li .submenu li{width:100%;padding:.3rem 0;margin-right:0}.nav .right .mobile-menu ul li .submenu li:last-child{border:none}.nav .right .mobile-menu ul li .submenu li a{padding-left:2rem;border-bottom:none;text-align:left}.nav .right .mobile-menu ul li .submenu li a:hover{border:none;background:none}.nav .right .mobile-menu ul .sublink.clicked .submenu{position:relative;opacity:1;pointer-events:all;transform:none;height:auto}.nav .right .mobile-menu .hamburger span:nth-of-type(2){width:2.5rem;height:1.5px}.nav .right .mobile-menu .hamburger span:nth-of-type(3){height:2.5px;margin-bottom:0}.nav .right .mobile-menu .hamburger.clicked span:first-child{transform:rotate(45deg) translate(-2px,-1px)}.nav .right .mobile-menu .hamburger.clicked span:nth-child(2){transform:scaleX(0)}.nav .right .mobile-menu .hamburger.clicked span:nth-child(3){transform:rotate(-45deg) translate(-2px,-1px)}.nav .right .mobile-menu ul.active{transform:translateY(0) translateX(-50%);opacity:1;z-index:100;height:auto}.nav.fixed-true{box-shadow:0 2px 28px 0 rgb(0 0 0/6%);background:#fff}.nav.fixed-true .navbox{padding:1rem}.nav.fixed{box-shadow:0 2px 28px 0 rgb(0 0 0/6%);background:#fff}.nav.fixed .navbox{padding:1rem}@media(max-width:1050px){.nav{box-shadow:0 2px 28px 0 rgb(0 0 0/6%);background:#fff;width:100%;position:fixed}.nav .right{width:auto}.nav .right .desktop-menu{display:none}.nav .right .mobile-menu{display:flex}.nav .navbox{max-width:680px;padding:1rem}.nav .left img{width:2.5rem}.nav .hamburger{transform:scale(.8)}}#home{display:flex;justify-content:space-between;align-items:center;min-height:40rem;padding-top:6rem}#home .left,#home .right{width:50%}#home .left{width:40%;padding-right:5rem}#home .left h4{font-weight:400;font-size:28px;line-height:46px;letter-spacing:.93px;margin-bottom:20px;color:#1e3056}#home .left h4 a{color:#952a90}#home .left p{font-weight:400;font-size:16px;line-height:28px;letter-spacing:1px;margin-bottom:40px;color:#697ba2}#home .right{display:flex;justify-content:space-between;align-items:center}#home .right .boxes{width:49%;height:100%}#home .right .boxes .box{width:100%;border-radius:5px;background:#000;height:17rem;margin:.75rem .2rem;overflow:hidden;transition:background-size .4s ease-in;-moz-transition:background-size .4s ease-in;-ms-transition:background-size .4s ease-in;-o-transition:background-size .4s ease-in;-webkit-transition:background-size .4s ease-in}#home .right .first .box:first-of-type{height:22rem;background:rgba(0,0,0,.5) url(../../static/media/home-box-1.c1aa9e9d.jpg);background-position:50%;background-size:280px}#home .right .first .box:first-of-type:hover{background-size:310px}#home .right .first .box:nth-of-type(2){height:12rem;background:url(../../static/media/home-box-4.920f60cb.gif);background-position:50%;background-size:345px}#home .right .second .box:first-of-type{height:16rem;background:url(../../static/media/home-box-3.d9017a70.jpg);background-position:50%;background-size:270px}#home .right .first .box:nth-of-type(2):hover{background-size:375px}#home .right .second .box:first-of-type:hover{background-size:300px}#home .right .second .box:nth-of-type(2){height:18rem;background:url(../../static/media/home-box-1.c1aa9e9d.jpg);background-position:50%;background-size:290px}#home .right .second .box:nth-of-type(2):hover{background-size:320px}#home .right .box .in{width:100%;height:100%;background:rgba(149,42,144,.7);display:flex;align-items:center}#home .right .box .in p{padding:1.5rem;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:15px}#home .right .box .in p span{font-weight:400;font-size:18px;letter-spacing:1.12px;line-height:28px;margin-bottom:0;padding-bottom:0}@media(max-width:1050px){#home{padding-top:5rem;flex-direction:column}#home .left{padding:3rem 0;text-align:center}#home .left,#home .right{width:100%}#home .right .first .box{margin-left:0}#home .right .box .in p{text-align:center;padding:1rem;line-height:19px}#home .left{margin-bottom:1rem}}#speciality{display:flex;align-items:center;justify-content:space-between;padding:5rem 2rem;flex-wrap:wrap;margin-bottom:3rem}#speciality .box{width:12.5rem;border-radius:5px;box-shadow:0 2px 48px 0 rgb(0 0 0/8%);text-align:center;padding:2rem 1.5rem;transition:.5s;transform:translateY(50%);opacity:0;margin:0 .5rem}#speciality .box:nth-of-type(2){transition:1s;transform:translateY(60%)}#speciality .box:nth-of-type(3){transition:1.5s;transform:translateY(70%)}#speciality .box:nth-of-type(4){transition:2s;transform:translateY(80%)}#speciality.inview .box{transform:none;opacity:1}#speciality .box.active,#speciality .box:hover{background:#952a90}#speciality .box.active h3,#speciality .box.active p,#speciality .box:hover h3,#speciality .box:hover p{color:#fff}#speciality .box .icon{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:50%;padding:1.3rem 1.5rem;background:#fff0fe;margin:0 auto 1rem}#speciality .box h3{margin-bottom:1rem;font-weight:400;font-size:16px;letter-spacing:.7px}#speciality .box p{font-weight:400;font-size:14px;color:#6f8ba4;letter-spacing:.88px;line-height:26px;position:relative;z-index:2}@media(max-width:1138px){#speciality .box{width:43%;margin-bottom:1.5rem}}@media(max-width:1050px){#speciality{padding-right:1rem;padding-left:1rem}#speciality .box{width:40%;margin-bottom:1.5rem;margin-right:0;margin-left:0}}@media(max-width:720px){#speciality .box{width:100%;margin-bottom:1.5rem;margin-right:0;margin-left:0}}#odoo{padding:4rem 2rem;display:flex;align-items:center;justify-content:space-between}#odoo:after{content:"";width:100%;position:absolute;z-index:-10;left:0;height:33rem;margin-top:0;background:#fff0fe}#odoo .left,#odoo .right{width:45%}#odoo .left{margin-right:2rem}#odoo .left img{width:100%;transform:translateX(-20%);opacity:0;transition:.5s}#odoo.inview .left img{transform:none;opacity:1}#odoo .right h4{font-weight:400;font-size:28px;line-height:46px;letter-spacing:.93px;margin-bottom:20px;color:#1e3056}#odoo .right p{font-weight:400;font-size:16px;line-height:28px;letter-spacing:1px;margin-bottom:30px;color:#697ba2}#odoo .right ul{color:#6f8ba4;font-weight:400;font-size:14px;letter-spacing:.88px}#odoo .right ul li{min-height:32px;line-height:32px;position:relative;padding-left:0;list-style-type:none;display:flex;align-items:center;cursor:pointer;transition:.3s}#odoo .right ul li span{transition:.5s}#odoo .right ul li:hover span{margin-left:.5rem}@media(max-width:1050px){#odoo{flex-direction:column;margin-top:-2rem;padding:0 1rem 2rem}#odoo .left{margin:0;text-align:center}#odoo .left,#odoo .right{width:100%}#odoo:after{height:51rem;margin-top:-1rem}}@media(max-width:560px){#odoo:after{height:43rem;margin-top:-2.5rem}}#services{padding:5rem 2rem;display:flex;align-items:center;justify-content:space-between;margin:2rem auto}#services:after{content:"";width:100%;position:absolute;z-index:-10;left:0;height:30rem;background:#fff url(../../static/media/odoo-bg.5dc0d3a8.svg) 100% no-repeat!important}#services .left,#services .right{width:40%}#services .right{text-align:center}#services .right img{width:80%;opacity:0;transform:translateX(20%);transition:.5s}#services.inview .right img{opacity:1;transform:none}#services .left{width:55%}#services .left h4{font-weight:400;font-size:28px;line-height:46px;letter-spacing:.93px;margin-bottom:20px;color:#1e3056}#services .left p{font-weight:400;font-size:16px;line-height:28px;letter-spacing:1px;margin-bottom:30px;color:#697ba2}#services .left ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:0}#services .left ul li{list-style-type:none;width:47%;display:flex;align-items:center;height:40px;line-height:40px;box-shadow:0 2px 48px 0 rgb(0 0 0/8%);border-radius:5px;background:#fff;margin-bottom:20px;font-weight:400;font-size:14px;letter-spacing:.88px;outline:none!important;cursor:pointer;position:relative;overflow:hidden}#services .left ul li svg{margin-left:22px;margin-right:32px;z-index:2;transition:.3s}#services .left ul li:after{content:"";position:absolute;width:150px;height:100px;left:-65px;top:0;background:#fff0fe;transform:rotate(60deg);transition:all .3s ease 0s;z-index:1}#services .left ul li.active:after,#services .left ul li:hover:after{background:#952a90;left:-60px}#services .left ul li.active svg,#services .left ul li:hover svg{margin-left:25px;margin-right:37px;color:#fff}@media(max-width:1050px){#services{flex-direction:column;padding:3rem 1rem}#services .left,#services .right{width:auto}}@media(max-width:570px){#services{margin-bottom:0}#services .left ul li{width:100%}}#contact{padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:3rem}#contact img{z-index:-15}#contact:after,#contact img{position:absolute;width:100%}#contact:after{content:"";z-index:-10;left:0;height:17rem;margin-top:.5rem;background:url(../../static/media/contact_bg.27151b21.jpg) 50% no-repeat;background-size:cover}#contact h4{text-align:center;font-weight:400;font-size:28px;line-height:46px;letter-spacing:.93px;margin-bottom:20px;color:#fff}@media(max-width:1050px){#contact{padding:3rem 1rem;margin-bottom:2.5rem}#contact>h4{font-size:24px;line-height:34px}}#testimonials{padding:3rem 2rem;margin-bottom:3rem;background:url(../../static/media/quote_bg_1.6f7a2c43.svg) 3rem 4rem no-repeat,url(../../static/media/quote_bg_2.2347a5d3.svg) right 3rem no-repeat!important}#testimonials>h4{font-weight:400;font-size:28px;line-height:46px;letter-spacing:.93px;margin-bottom:40px;color:#1e3056;text-align:center}#testimonials .content{width:100%;display:flex;justify-content:center;align-items:center}#testimonials .box{box-shadow:0 2px 48px 0 rgb(0 0 0/8%);max-width:500px;border-radius:5px;padding:2rem;transition:.5s}#testimonials .quote{padding:0;display:flex;justify-content:space-between;align-items:center;overflow:hidden;position:relative;transition:.5s;height:200px}#testimonials .box .quote .left{transition:.5s;width:90%}#testimonials .box .quote .right{display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:.5s}#testimonials .box .quote .testimonial{min-height:175px;display:flex;flex-direction:column;justify-content:center;transition:.5s;position:absolute;opacity:0;transform:translateY(100%)}#testimonials .box .quote .testimonial:first-of-type{position:relative;opacity:1;transform:translateY(0)}#testimonials .box .quote .right .circle{border:1px solid #952a90;width:10px;height:10px;margin:.8rem 0;display:block;border-radius:50%;transition:.5s;cursor:pointer}#testimonials .box .quote .right .circle:hover{background:#fff0fe}#testimonials .box .quote .right .circle.active{background:#952a90}#testimonials .box .left p{font-weight:400;font-size:14px;color:#6f8ba4;letter-spacing:.88px;line-height:26px;position:relative;z-index:2}#testimonials .box h4{font-weight:600;font-size:14px;line-height:30px;letter-spacing:.93px;color:#1e3056}#testimonials .box h5{font-weight:400;font-size:11px;letter-spacing:.93px;color:#1e3056}@media(max-width:1050px){#testimonials{margin-bottom:2rem;padding:3rem 1rem;overflow:auto;background:url(../../static/media/quote_bg_1.6f7a2c43.svg) 2rem 0 no-repeat,url(../../static/media/quote_bg_2.2347a5d3.svg) right 5rem no-repeat!important}}@media(max-width:800px){#testimonials .quote{height:260px}}#footer{background:#952a90;color:#fff}#footer .section{display:flex;align-items:flex-start;justify-content:space-between;padding:3rem 2rem;flex-wrap:wrap}#footer .section .boxes{width:15%}#footer .section .boxes:first-of-type{width:30%}#footer .section .boxes:last-of-type,#footer .section .boxes:nth-last-of-type(2){width:23%}#footer .section .logo-box{width:4.5rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem;align-items:center}#footer .section .boxes .logo{width:3.5rem;margin-bottom:0}#footer .section h3{font-weight:400;font-size:.8rem;margin-left:2px;letter-spacing:2px;color:#fff}#footer .section h3 a{text-decoration:none;font-weight:900;letter-spacing:2px;color:#6f8ba4}#footer .section .boxes h5{font-weight:400;font-size:16px;color:#fff;letter-spacing:.69px;line-height:30px;margin-bottom:30px!important}#footer .section .boxes ul li{list-style-type:none}#footer .section .boxes ul li a svg{margin-right:.5rem;transition:.5s}#footer .section .boxes ul li a{display:flex;align-items:center;height:32px;line-height:32px;font-weight:400;font-size:14px;color:#e5e9f7;text-decoration:none;transition:.5s}#footer .section .boxes ul li a:hover svg{margin-right:.8rem}#footer .section .boxes a{text-decoration:none;color:#e5e9f7}#footer .section .boxes p{display:block;overflow:hidden;color:#fff;line-height:26px;margin-bottom:5px}#footer .section .boxes p,#footer p.copyright{font-weight:400;font-size:14px;letter-spacing:.88px}#footer p.copyright{text-align:center;border-top:1px solid #be57b8;margin-top:30px;padding:30px 2rem;color:#e5e9f7;justify-content:center}#footer>.section{padding-bottom:0}@media(max-width:1050px){#footer .section{padding:3rem 1rem}#footer .section .boxes{width:45%!important;margin-bottom:3rem}}@media(max-width:560px){#footer .section .boxes{width:100%!important;margin-bottom:3rem}#footer p.copyright{margin-top:0}#footer>.section{padding-bottom:0}#footer .section .boxes h5{margin-bottom:20px!important}}#about-top{padding-top:5rem;background:url(../../static/media/contact_bg.27151b21.jpg) 50%;background-size:cover}#about-top .section{padding:5rem 2rem}#about-top .section h3{font-weight:400;font-size:36px;height:50px;line-height:46px;letter-spacing:1.4px;text-align:center;margin-bottom:20px;position:relative;color:#fff}#about-top .section h3:before{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:19px;height:2px;background:#fff;border-radius:100px}#about-top .section h6{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;line-height:30px}#about-top .section h6 a{font-weight:500;font-size:14px;line-height:30px;text-decoration:none;color:#fff}#about-top .section h6 svg{margin:0 1rem;color:#fff}@media(max-width:1050px){#about-top .section{padding:5rem 1rem}}#about-mission{padding:6rem 2rem;display:flex;align-items:center;justify-content:center}#about-mission .left{width:70%;height:500px;overflow:hidden;margin-right:-5rem;border-radius:5px}#about-mission .left img{transition:.5s;z-index:-1;overflow:hidden;border-radius:5px;width:100%}#about-mission .left:hover img{transform:scale(1.1);z-index:-1}#about-mission .right{z-index:1;padding:2rem;background:#fff;width:30%;border-radius:5px;box-shadow:0 2px 48px 0 rgb(0 0 0/8%)}#about-mission .right h3{font-weight:400;font-size:24px;line-height:38px;letter-spacing:1.75px;color:#3b566e;margin-bottom:20px}#about-mission .right p{font-weight:400;font-size:14px;line-height:26px;margin-bottom:20px;letter-spacing:.88px;color:#6f8ba4}@media(max-width:1050px){#about-mission{flex-direction:column;padding:3rem 1rem}#about-mission .right{width:auto}#about-mission .left{margin-right:0;margin-bottom:2rem}#about-mission .left,#about-mission .left img{width:100%;height:auto}}#about-vision{padding:6rem 2rem;display:flex;align-items:center;justify-content:center}#about-vision .left{width:70%;height:500px;overflow:hidden;margin-left:-5rem;border-radius:5px}#about-vision .left img{transition:.5s;z-index:-1;overflow:hidden;border-radius:5px;width:100%}#about-vision .left:hover img{transform:scale(1.1);z-index:-1}#about-vision .right{z-index:1;padding:2rem;background:#fff;width:30%;border-radius:5px;box-shadow:0 2px 48px 0 rgb(0 0 0/8%)}#about-vision .right h3{font-weight:400;font-size:24px;line-height:38px;letter-spacing:1.75px;color:#3b566e;margin-bottom:20px}#about-vision .right p{font-weight:400;font-size:14px;line-height:26px;margin-bottom:20px;letter-spacing:.88px;color:#6f8ba4}@media(max-width:1050px){#about-vision{flex-direction:column;padding:3rem 1rem}#about-vision .right{width:auto;margin-bottom:2rem}#about-vision .left{margin-left:0}#about-vision .left,#about-vision .left img{width:100%;height:auto}}#about-speciality .section{padding:4rem 2rem;display:flex;align-items:center;justify-content:space-between}#about-speciality{background:#fff0fe}#about-speciality .left{width:45%}#about-speciality .left img{transition:.5s;border-radius:5px;width:100%}#about-speciality .left:hover img{transform:scale(1.05);z-index:-1}#about-speciality .right{width:45%}#about-speciality .right h3{font-weight:400;font-size:24px;line-height:38px;letter-spacing:1.75px;color:#3b566e;margin-bottom:20px}#about-speciality .right p{font-weight:400;font-size:14px;line-height:26px;margin-bottom:20px;letter-spacing:.88px;color:#6f8ba4}#about-speciality .right ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}#about-speciality .right ul li{width:50%;margin:1rem 0;color:#77838f;font-weight:400;line-height:27px;letter-spacing:.6px;list-style-type:none;display:flex;align-items:center;transition:.5s;cursor:pointer}#about-speciality .right ul li svg{transition:.5s;padding:.5rem;color:#0f70eb;background:#edf3ff;border-radius:50%;margin-right:1rem}#about-speciality .right ul li:hover svg{margin-right:1.5rem}@media(max-width:1050px){#about-speciality .section{flex-direction:column;padding:3rem 1rem}#about-speciality .right{width:auto}#about-speciality .left{margin-left:0;width:100%;height:auto;margin-bottom:2rem}#about-speciality .left img{width:100%;height:auto}}#about-who .section{display:flex;align-items:center;justify-content:space-between;padding:5rem 2rem 2rem}#about-who .section .left,#about-who .section .right{width:45%}#about-who .section .left h3{font-weight:400;font-size:24px;line-height:38px;letter-spacing:1.75px;color:#3b566e;margin-bottom:20px}#about-who .section .left p{font-weight:400;font-size:14px;line-height:26px;margin-bottom:20px;letter-spacing:.88px;color:#6f8ba4}#about-who .section .right img{width:20%;padding-bottom:1rem}#about-who .section .right .line{width:50%;height:2px;background:#3b566e}#about-who .section .right h5{padding:1rem 0;font-size:22px}#about-who .section .right h5,#about-who .section .right h6{font-weight:400;line-height:38px;letter-spacing:1.75px;color:#3b566e}#about-who .section .right h6{font-size:13px;margin-bottom:20px}@media(max-width:720px){#about-who .section{flex-direction:column;padding:3rem 1rem 0}#about-who .section .left,#about-who .section .right{width:100%}}#map iframe{z-index:10;width:100%;height:500px;border:none;-webkit-filter:grayscale(50%);filter:grayscale(50%);background:#d3d3d3}#map{margin-top:5rem;background:#fff}@media(max-width:1050px){#map{margin-top:4.5rem}}#contact-details{background:#fff}#contact-details .section{position:relative;z-index:10;margin-top:-5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:0 2rem 4rem}#contact-details .section .box{transition:.5s;background:#fff;box-shadow:0 2px 48px 0 rgb(0 0 0/6%);padding:2rem;width:17%;display:flex;flex-direction:column;align-items:center;border-radius:5px}#contact-details .section .box:hover{transform:translateY(-5%)}#contact-details .section .box p{margin-top:0;margin-bottom:0;color:#77838f;font-weight:400;font-size:14px;line-height:26px;letter-spacing:.5px;text-align:center}#contact-details .section .box h3{font-size:16px;line-height:24px;letter-spacing:.6px;color:#1e3056;margin-bottom:1rem}#contact-details .section .box .icon{color:#952a90;background:#fff0fe;padding:1.5rem 1.7rem;border-radius:50%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1rem;font-size:1rem}@media(max-width:1050px){#contact-details .section .box{width:35%;margin-bottom:2rem}#contact-details .section{padding-left:1rem;padding-right:1rem}}@media(max-width:820px){#contact-details .section{margin-top:0;margin-bottom:0;padding-top:3rem;padding-bottom:1rem}}@media(max-width:600px){#contact-details .section .box{width:100%}}#contact-message .section{padding:4rem 2rem}#contact-message .section h3{font-weight:400;font-size:28px;line-height:46px;letter-spacing:.93px;margin-bottom:20px;color:#1e3056;text-align:center}#contact-message .section p{font-size:16px;margin-bottom:30px;color:#697ba2}#contact-message .section h5,#contact-message .section p{font-weight:400;line-height:28px;letter-spacing:1px;text-align:center}#contact-message .section h5{font-size:14px;margin-top:30px;color:#008f4c;display:none}#contact-message .section form{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}#contact-message .section form .input-group{width:45%;margin-bottom:2rem}#contact-message .section form .input-group label{display:block;font-weight:600;font-size:13px;letter-spacing:.5px;color:#1e2022;text-transform:uppercase;margin-bottom:10px}#contact-message .section form .input-group input,#contact-message .section form .input-group textarea{display:block;outline-width:0;padding:1rem;border:1px solid #d5dae2;border-radius:5px;transition:.5s;resize:none;width:calc(100% - 2rem)}#contact-message .section form .input-group input:focus,#contact-message .section form .input-group textarea:focus{border:1px solid violet;padding-left:1.5rem;width:calc(100% - 2.5rem)}#contact-message .section form .input-group:last-of-type{width:100%}@media(max-width:1050px){#contact-message .section{padding:3rem 1rem}}@media(max-width:740px){#contact-message .section{padding-top:2rem}#contact-message .section form .input-group{width:100%!important}}#odoointro{padding:4rem 2rem;display:flex;align-items:center;justify-content:space-between;margin-top:5rem}#odoointro .left,#odoointro .right{width:45%}#odoointro .left h3{font-weight:400;font-size:24px;color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:20px}#odoointro .left p{font-weight:400;font-size:14px;color:#6f8ba4;line-height:28px;letter-spacing:1px;margin-bottom:1rem}#odoointro .right img{width:100%;border-radius:5px;box-shadow:0 2px 48px 0 rgb(0 0 0/13%)}@media(max-width:1050px){#odoointro{padding:3rem 1rem;flex-direction:column}#odoointro .left,#odoointro .right{width:auto}#odoointro .left{margin-bottom:2rem}}#aboutodoo{padding:4rem 2rem}#aboutodoo,#aboutodoo .left{display:flex;align-items:center;justify-content:space-between}#aboutodoo .left{width:50%;flex-wrap:wrap}#aboutodoo .left .box{width:38%;margin-right:2rem;margin-bottom:2rem;text-align:center;padding:2.5rem 1.5rem;box-shadow:0 2px 48px 0 rgb(0 0 0/6%);background:#fff;border-radius:5px;transition:.5s}#aboutodoo .left .box:first-of-type{border-radius:20px 5px 5px 5px}#aboutodoo .left .box:nth-of-type(2){margin-right:0}#aboutodoo .left .box:last-of-type{border-radius:5px 5px 20px 5px;margin-bottom:0;margin-right:0}#aboutodoo .left .box:nth-last-of-type(2){margin-bottom:0}#aboutodoo .left .box h4{font-weight:400;font-size:16px;color:#3b566e;letter-spacing:.7px;margin-bottom:15px}#aboutodoo .left .box p{font-weight:400;font-size:14px;color:#6f8ba4;letter-spacing:.88px;line-height:26px}#aboutodoo .left .box svg{color:#952a90;font-size:25px;margin-bottom:20px}#aboutodoo .left .box:hover h4,#aboutodoo .left .box:hover p,#aboutodoo .left .box:hover svg{color:#fff}#aboutodoo .left .box:hover{background:#952a90}#aboutodoo .right{width:40%}#aboutodoo .right h3{font-weight:400;font-size:24px;color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:20px}#aboutodoo .right p{line-height:28px;letter-spacing:1px;margin-bottom:1rem}#aboutodoo .right p,#aboutodoo .right ul{font-weight:400;font-size:14px;color:#6f8ba4}#aboutodoo .right ul{letter-spacing:.88px}#aboutodoo .right ul li{min-height:36px;line-height:36px;list-style-type:none;display:flex;align-items:center;transition:.5s}#aboutodoo .right ul li svg{margin-right:1rem;font-size:20px;color:#952a90;transition:.5s}#aboutodoo .right ul li:hover svg{margin-right:1.5rem}@media(max-width:1135px){#aboutodoo .left .box{width:37%}}@media(max-width:1050px){#aboutodoo{flex-direction:column;padding:3rem 1rem}#aboutodoo .left,#aboutodoo .right{width:auto}#aboutodoo .left{margin-bottom:2rem}#aboutodoo .left .box{width:40%}}@media(max-width:715px){#aboutodoo{flex-direction:column}#aboutodoo .left .box{width:100%;margin-right:0;margin-bottom:1rem}#aboutodoo .left .box:nth-last-of-type(2){margin-bottom:1rem}}#odoocount{background:url(../../static/media/contact_bg.27151b21.jpg);background-size:cover;background-position:50%}#odoocount .section{padding:4rem 2rem;display:flex;align-items:center;justify-content:space-between}#odoocount .section .box{width:20%;text-align:center;color:#fff}#odoocount .section .box h2{font-size:3rem;font-weight:1000}#odoocount .section .box h3{font-size:20px;font-weight:500}@media(max-width:700px){#odoocount .section{padding:3rem 1rem}}@media(max-width:500px){#odoocount .section{flex-direction:column}#odoocount .section .box{width:auto;margin-bottom:2rem}#odoocount .section .box:last-of-type{width:auto;margin-bottom:0}}#odoocompany{padding:4rem 2rem}#odoocompany h2{font-weight:400;font-size:24px;color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:20px;text-align:center}#odoocompany .logos{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}#odoocompany .logos img{width:12%;opacity:.8}@media(max-width:1050px){#odoocompany{padding:3rem 1rem}#odoocompany .logos img{width:25%}}#odooserviceshead{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:5rem;text-align:center}#odooserviceshead h1{text-align:center;font-weight:600;font-size:2rem}#odooserviceshead h1,.odooservices h3{color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:20px}.odooservices h3{font-weight:400;font-size:24px}#odooserviceshead p{text-align:center}#odooserviceshead p,.odooservices p{font-weight:400;font-size:14px;color:#6f8ba4;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}.odooservices .container{display:flex;align-items:stretch;justify-content:space-between;width:100%}.odooservices .box{width:45%}.odooservices .box.image{border-radius:10px;box-shadow:0 2px 48px 0 rgb(0 0 0/13%)}.odooservices.implementation .box.image{background:url(../../static/media/odoo_service_4.cd26c05a.jpg);background-size:cover;background-position:50%}.odooservices.configuration .box.image{background:url(../../static/media/odoo_service_3.5e4258e3.jpg);background-size:cover;background-position:50%}.cover{background:#fff0fe;padding:4rem 0;margin:4rem 0}.odooservices.module .box.image{background:url(../../static/media/odoo_service_2.e24bf3cb.jpg);background-size:cover;background-position:50%}.odooservices.migration .box.image{background:url(../../static/media/odoo_service_1.00301dd8.jpg);background-size:cover;background-position:50%}.odooservices .box.image.mobile{display:none}@media(max-width:1050px){.cover{padding:2rem 0;margin:2rem 0}#odooserviceshead{padding:3rem 1rem}#odooserviceshead,.odooservices .container{flex-direction:column}.odooservices .box{width:100%}.odooservices .box.image{height:300px}.odooservices .box.image.desktop{display:none}.odooservices .box.image.mobile{display:block}.odooservices .box:first-of-type{margin-bottom:2rem}}#comingsoon{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:5rem;text-align:center}#comingsoon h1{text-align:center;font-weight:600;font-size:2rem;color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:15px}#comingsoon img{width:350px;margin-bottom:1rem}#comingsoon p{text-align:center;font-weight:400;font-size:14px;color:#6f8ba4;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}@media(max-width:1050px){#comingsoon{padding:3rem 1rem;flex-direction:column}}#webdevhead{padding:4rem 2rem;margin-top:5rem;text-align:center}#webdevhead .container{display:flex;align-items:center;justify-content:space-between}#webdevhead .box h1{font-weight:600;font-size:2rem;color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:15px}#webdevhead .box{width:45%;text-align:left}#webdevhead .box.image{width:35%}.stripe{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:#ffecfe;border:1px solid #952a90;border-radius:5px;margin:3rem auto}.stripe .box{width:40%}.stripe .box .box{width:60%}.stripe .box .box.image{background:url(../../static/media/web_dev.9d9d5c66.jpg);background-size:cover;background-position:50%;border-radius:5px;width:30%}.stripe .box h3{font-weight:600;font-size:1.2rem;color:#000;letter-spacing:1.3px;line-height:30px;margin-bottom:15px}.stripe .box p{font-weight:400;font-size:14px;color:#000;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}.stripe .box:nth-of-type(2){width:50%;display:flex;align-items:stretch;justify-content:space-between}#webdevhead .box p{font-weight:400;font-size:14px;color:#3b566e;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}@media(max-width:1050px){#webdevhead{padding:3rem 1rem}#webdevhead .container{flex-direction:column}#webdevhead .box{width:100%}#webdevhead .box.image{width:80%;margin:3rem auto 0}}@media(max-width:850px){.tech .grid .box{flex-direction:column;align-items:flex-start}.stripe{flex-direction:column;margin:3rem 1rem}.stripe .box,.stripe .box .box,.stripe .box:nth-of-type(2){width:auto}.stripe .box .box.image{width:200px;height:100px;margin-right:2rem}}@media(max-width:600px){.tech .grid{grid-template-columns:auto}.tech .grid .box .icon{margin:0}.tech .grid .box{text-align:center;align-items:center}.stripe .box:nth-of-type(2){flex-direction:column}.stripe .box:nth-of-type(2) .box.image{margin-bottom:1rem}}.graphics-stripe{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:#ffecfe;border:1px solid #952a90;border-radius:5px;margin:3rem auto}.graphics-stripe .box{width:40%}.graphics-stripe .box .box{width:60%}.graphics-stripe .box .box.image{background:url(../../static/media/graphic_design.96dd3828.jpg);background-size:cover;background-position:50%;border-radius:5px;width:30%}.graphics-stripe .box h3{font-weight:600;font-size:1.2rem;color:#000;letter-spacing:1.3px;line-height:30px;margin-bottom:15px}.graphics-stripe .box p{font-weight:400;font-size:14px;color:#000;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}.graphics-stripe .box:nth-of-type(2){width:50%;display:flex;align-items:stretch;justify-content:space-between}@media(max-width:850px){.tech .grid .box{flex-direction:column;align-items:flex-start}.graphics-stripe{flex-direction:column;margin:3rem 1rem}.graphics-stripe .box,.graphics-stripe .box .box,.graphics-stripe .box:nth-of-type(2){width:auto}.graphics-stripe .box .box.image{width:200px;height:100px;margin-right:2rem}}@media(max-width:600px){.tech .grid{grid-template-columns:auto}.tech .grid .box .icon{margin:0}.tech .grid .box{text-align:center;align-items:center}.graphics-stripe .box:nth-of-type(2){flex-direction:column}.graphics-stripe .box:nth-of-type(2) .box.image{margin-bottom:1rem}}#grahichead{padding:4rem 2rem;margin-top:5rem;text-align:center}#grahichead .container{display:flex;align-items:center;justify-content:space-between}#grahichead .box h1{font-weight:600;font-size:2rem;color:#3b566e;letter-spacing:1.3px;line-height:40px;margin-bottom:15px}#grahichead .box{width:45%;text-align:left}#grahichead .box.image{width:35%}.webhost-stripe{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:#ffecfe;border:1px solid #952a90;border-radius:5px;margin:3rem auto}.webhost-stripe .box{width:40%}.webhost-stripe .box .box{width:60%}.webhost-stripe .box .box.image{background:url(../../static/media/web_hosting.d37068fb.jpg);background-size:cover;background-position:50%;border-radius:5px;width:30%}.webhost-stripe .box h3{font-weight:600;font-size:1.2rem;color:#000;letter-spacing:1.3px;line-height:30px;margin-bottom:15px}.webhost-stripe .box p{font-weight:400;font-size:14px;color:#000;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}.webhost-stripe .box:nth-of-type(2){width:50%;display:flex;align-items:stretch;justify-content:space-between}#grahichead .box p{font-weight:400;font-size:14px;color:#3b566e;line-height:28px;letter-spacing:1px;margin-bottom:1rem;max-width:580px}.tech{margin:3rem auto}.tech .grid{display:grid;grid-template-columns:auto auto;grid-gap:3rem;width:100%}.tech .grid .box{display:flex;align-items:center;justify-content:space-between}.tech .grid .box .icon{padding:2rem 2.2rem;background:#b2cfe9;border-radius:50%;margin-right:2rem}.tech .grid .box .icon svg{font-size:2rem}.tech .grid .box .content{width:auto}.tech .grid .box .content p{font-weight:400;font-size:14px;color:#3b566e;line-height:20px;letter-spacing:1px;max-width:580px}.tech .grid .box .content h3{font-weight:400;font-size:1.3rem;color:#000;line-height:40px;letter-spacing:1px;max-width:580px}@media(max-width:1050px){#grahichead{padding:3rem 1rem}#grahichead .container{flex-direction:column}#grahichead .box{width:100%}#grahichead .box.image{width:80%;margin:3rem auto 0}}@media(max-width:850px){.tech .grid .box{flex-direction:column;align-items:flex-start}.webhost-stripe{flex-direction:column;margin:3rem 1rem}.webhost-stripe .box,.webhost-stripe .box .box,.webhost-stripe .box:nth-of-type(2){width:auto}.webhost-stripe .box .box.image{width:200px;height:100px;margin-right:2rem}}@media(max-width:600px){.tech .grid{grid-template-columns:auto}.tech .grid .box .icon{margin:0}.tech .grid .box{text-align:center;align-items:center}.webhost-stripe .box:nth-of-type(2){flex-direction:column}.webhost-stripe .box:nth-of-type(2) .box.image{margin-bottom:1rem}}#blog{margin-top:7rem;max-width:900px}#blog h1,#blog h2{margin:1rem 0}#blog h2{font-size:2.3rem}#blog h3{font-size:1.5rem;margin:.8rem 0}#blog h6{font-size:.8rem;text-transform:uppercase;color:grey}#blog .featured{display:flex;align-items:stretch;justify-content:space-between;margin:2rem 0}#blog .featured .box{width:40%}#blog .featured .box.img{background:#000;width:57%;border-radius:8px;background-size:cover!important;background-position:50%!important}#blog .showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-row-gap:4rem;grid-column-gap:2rem;margin:4rem 0}#blog .article .box.img{background:#000;width:100%;height:200px;border-radius:8px;background-size:cover!important;background-position:50%!important}#blog .article .box h6{margin-top:1.5rem}#blog .article .box p{font-size:.9rem}#blog .categories{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;margin:2rem 0 3rem;overflow-x:scroll}#blog .categories::-webkit-scrollbar{display:none}#blog .categories button{margin-right:1rem;border-radius:50px;padding:.5rem 1rem;border:1px solid #952a90;background:none;color:#952a90;font-weight:600;cursor:pointer;white-space:nowrap;text-transform:capitalize}#blog .categories button.active{background:#952a90;color:#fff}#blog .load-more{display:flex;align-items:center;justify-content:center;flex-direction:row;margin:2rem 0}#blog .load-more button{margin-right:1rem;border-radius:50px;padding:.5rem 1rem;border:1px solid #952a90;background:none;color:#952a90;font-weight:600;cursor:pointer;transition:.3s}#blog .load-more button:hover{background:#952a90;color:#fff}#blog .loading{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}@media(max-width:1050px){#blog{max-width:680px;margin-right:auto;margin-left:auto;margin-top:6rem}#blog .featured{flex-direction:column}#blog .featured .box{width:100%}#blog .featured .box:first-of-type{margin-bottom:2rem}#blog .featured .box.img{background:#000;width:100%;height:300px;border-radius:8px;background-size:cover!important;background-position:50%!important}#blog .showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:4rem;grid-column-gap:2rem;margin:4rem 0}}@media(max-width:500px){#blog .showcase{display:grid;grid-template-columns:auto;grid-row-gap:4rem;grid-column-gap:2rem;margin:4rem 0}}#blog-post{margin-top:7rem;max-width:900px}a{color:inherit;text-decoration:none}#blog-post h1{margin:1rem 0}#blog-post h2{font-size:2.3rem;margin:1rem 0}#blog-post h3{font-size:1.5rem;margin:.8rem 0}#blog-post h6{font-size:.8rem;text-transform:uppercase;color:grey}#blog-post .go-back{display:flex;align-items:center;justify-content:flex-start}#blog-post .go-back button{color:#fff;background:none;border:1px solid #952a90;color:#952a90;padding:.65rem .7rem;border-radius:50%;font-size:1.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}#blog-post .go-back button:hover{background:#952a90;color:#fff}#blog-post .image{background:#000;max-width:700px;height:400px;border-radius:8px;background-size:cover!important;background-position:50%!important;margin:2rem 0}#blog-post h1{font-size:2.5rem}#blog-post .date{font-size:1rem;text-transform:uppercase;padding:.5rem 1rem;background:#ffbbfc;display:inline-block;border-radius:5px;margin:1rem 0 2rem}#blog-post .content{margin-bottom:2rem;overflow:hidden}#blog-post .content img{max-width:100%}#blog-post .content p{margin-bottom:1rem}@media(max-width:1050px){#blog-post{max-width:680px;margin-right:auto;margin-left:auto;margin-top:6rem}}
/*# sourceMappingURL=main.1e0c3722.chunk.css.map */