@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,#21a18b),color-stop(.72,#197969))}.App{width:100%;overflow:hidden}.section{padding:0 2rem;max-width:1100px;margin:0 auto}body{background:#fff url(/static/media/home-bg.212e99a2.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:#21a18b;color:#fff}.btn-white{background:#fff;color:#21a18b}.btn-primary:hover{background:#29c7ad}@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{text-decoration:none;color:#6f8ba4;font-size:14px;font-weight:600;letter-spacing:1px;position:relative}.nav .right ul li a: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{width:100%}.nav .right ul li a{display:flex;align-items:center}.nav .right ul li .submenu{width:12rem;flex-direction:column;padding:0;position:absolute;align-items:stretch;-webkit-transform:translateY(-10%) translateX(-55%);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 ul .sublink:hover .submenu{display:block;-webkit-transform:translateY(0) translateX(-55%);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:200px}.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;-webkit-transform-origin:0 0;transform-origin:0 0}.nav .right .mobile-menu>ul{position:absolute;margin-top:3rem;margin-right:0;left:50%;-webkit-transform:translateY(-10%) translateX(-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{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.3rem 1rem .3rem 0}.nav .right .mobile-menu ul li a:after{height:0}.nav .right .mobile-menu ul li .submenu{width:auto;margin-right:0;box-shadow:none;-webkit-transform:translateY(-10%);transform:translateY(-10%);height:0;-webkit-transform-origin:top;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:hover .submenu{position:relative;opacity:1;pointer-events:all;-webkit-transform:none;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{-webkit-transform:rotate(45deg) translate(-2px,-1px);transform:rotate(45deg) translate(-2px,-1px)}.nav .right .mobile-menu .hamburger.clicked span:nth-child(2){-webkit-transform:scaleX(0);transform:scaleX(0)}.nav .right .mobile-menu .hamburger.clicked span:nth-child(3){-webkit-transform:rotate(-45deg) translate(-2px,-1px);transform:rotate(-45deg) translate(-2px,-1px)}.nav .right .mobile-menu ul.active{-webkit-transform:translateY(0) translateX(-50%);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{-webkit-transform:scale(.8);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:#21a18b}#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(33,161,139,.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;-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0;margin:0 .5rem}#speciality .box:nth-of-type(2){transition:1s;-webkit-transform:translateY(60%);transform:translateY(60%)}#speciality .box:nth-of-type(3){transition:1.5s;-webkit-transform:translateY(70%);transform:translateY(70%)}#speciality .box:nth-of-type(4){transition:2s;-webkit-transform:translateY(80%);transform:translateY(80%)}#speciality.inview .box{-webkit-transform:none;transform:none;opacity:1}#speciality .box.active,#speciality .box:hover{background:#21a18b}#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:#eafffc;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:#f1f9f7}#odoo .left,#odoo .right{width:45%}#odoo .left{margin-right:2rem}#odoo .left img{width:100%;-webkit-transform:translateX(-20%);transform:translateX(-20%);opacity:0;transition:.5s}#odoo.inview .left img{-webkit-transform:none;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.88411dfa.svg) 100% no-repeat!important}#services .left,#services .right{width:40%}#services .right{text-align:center}#services .right img{width:80%;opacity:0;-webkit-transform:translateX(20%);transform:translateX(20%);transition:.5s}#services.inview .right img{opacity:1;-webkit-transform:none;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:#f1f9f7;-webkit-transform:rotate(60deg);transform:rotate(60deg);transition:all .3s ease 0s;z-index:1}#services .left ul li.active:after,#services .left ul li:hover:after{background:#21a18b;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.bedb4098.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.9e9da607.svg) 3rem 4rem no-repeat,url(/static/media/quote_bg_2.cb1e9afa.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}#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;-webkit-transform:translateY(100%);transform:translateY(100%)}#testimonials .box .quote .testimonial:first-of-type{position:relative;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#testimonials .box .quote .right .circle{border:1px solid #21a18b;width:10px;height:10px;margin:.8rem 0;display:block;border-radius:50%;transition:.5s;cursor:pointer}#testimonials .box .quote .right .circle:hover{background:#ecf9f6}#testimonials .box .quote .right .circle.active{background:#21a18b}#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.9e9da607.svg) 2rem 0 no-repeat,url(/static/media/quote_bg_2.cb1e9afa.svg) right 5rem no-repeat!important}}#footer{background:#187a6a;color:#fff}#footer .section{display:flex;align-items:flex-start;justify-content:space-between;padding:3rem 2rem;flex-wrap:wrap}#footer .section .boxes{width:10%}#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:4.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 #21a18b;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.bedb4098.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{-webkit-transform:scale(1.1);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{-webkit-transform:scale(1.1);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:#ecf9f6}#about-speciality .left{width:45%}#about-speciality .left img{transition:.5s;border-radius:5px;width:100%}#about-speciality .left:hover img{-webkit-transform:scale(1.05);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 .section{position:relative;z-index:10;margin-top:10rem;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{-webkit-transform:translateY(-5%);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:#21a18b;background:#eafffc;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 #21a18b;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:#21a18b;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:#21a18b}#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:#21a18b;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.bedb4098.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%}}
/*# sourceMappingURL=main.ce6b86ec.chunk.css.map */