@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);:root{--main-color:#15247c;--secondary-color:#00bc7d;--tertiary-color:#009664;--cursive-font:"Cormorant",serif}*,:after,:before{box-sizing:border-box;font-family:Manrope,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}body{font-size:14.5px}.container{margin:auto;width:min(80%,1250px)}.row{width:100%}button{border:0;cursor:pointer;outline:0}ul{list-style:none}a{text-decoration:none}.section{padding:5em 0}.heading{color:#15247c;color:var(--main-color);font-size:6rem;font-weight:300;margin-bottom:.3em;position:relative;text-align:center}.heading:before{color:#000;content:attr(data-title);display:block;font-family:Cormorant,serif;font-family:var(--cursive-font);font-size:2rem;font-weight:400;text-transform:capitalize;-webkit-transform:translateY(.3em);transform:translateY(.3em)}@media only screen and (max-width:768px){.container{height:auto;width:86%}.section{padding:3em 0}.heading{font-size:3.5rem;margin-bottom:.4em}.heading:before{font-size:1.3rem;font-weight:600;-webkit-transform:translateY(.5em);transform:translateY(.5em)}}.DDA-section{background-color:#262933;margin:0 auto;padding:0}.DDA{color:#fff;padding:1em 0;text-align:center}@media only screen and (max-width:768px){.DDA-section{padding:0}.DDA{padding:1em 0}}.footer-section{border-top:1px solid rgba(0,0,0,.1);width:100%}footer{display:grid;grid-template-columns:repeat(2,1fr);place-items:center}.footer-logo-section{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.footer-logo{font-size:3rem;margin:0 auto}.footer-social{display:flex}.footer-social-icon{margin:0 .5em;transition:.3s ease-out;width:3.5em}.footer-social-icon:hover{-webkit-transform:translateY(-.5em);transform:translateY(-.5em)}.footer-info-section{align-items:center}.footer-info-section,.footer-subscribe{display:flex;justify-content:center;width:100%}.footer-subscribe{align-items:flex-start;flex-direction:column}.footer-subscribe-title{font-size:2rem;font-weight:400;margin-bottom:.5em;text-align:center}.footer-subscribe-form{display:flex;height:3em;width:90%}.footer-subscribe-input{font-size:1.3rem;height:100%;padding:.5em;width:70%}.footer-subscribe-btn{background-color:var(--secondary-color);border-radius:5px;color:#fff;font-size:1.3rem;font-weight:600;height:100%;margin-left:.2em;padding:.5em 2em;transition:color .3s ease-out}.footer-subscribe-btn:hover{background-color:var(--tertiary-color);box-shadow:3px 3px 10px rgba(0,150,100,.3)}@media only screen and (max-width:768px){footer{grid-gap:4em;grid-template-columns:repeat(1,1fr)}.footer-logo-section{align-items:center}.footer-logo{font-size:2.3rem;margin-bottom:.5em;text-align:center}.footer-social-icon{margin:0 .1em;width:4.5em}.footer-subscribe{align-items:center}.footer-subscribe-title{font-size:1.5rem;margin-bottom:1em}.footer-subscribe-form{align-items:center;flex-direction:column;height:auto;justify-content:center;width:100%}.footer-subscribe-input{margin-bottom:.5em;width:100%}.footer-subscribe-btn{margin-left:0;width:85%}}.navigation-section{left:0;position:fixed;top:0;width:100%;z-index:99}.navigation-section:before{background-color:#fff;box-shadow:0 10px 15px -3px rgba(125,59,236,.1),0 4px 6px -2px rgb(125 59 236/5%);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:translateY(0);transform:translateY(0);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;width:100%;z-index:-1}nav{align-items:center;display:flex;justify-content:space-between;padding:1em 0}.nav-logo{font-size:1.8rem}.nav-li{border:1px solid transparent;cursor:pointer;display:inline-block;margin-left:1em;padding:.5em 1em;transition:all .3s ease-out}.nav-li:hover{border:1px solid var(--main-color);color:var(--main-color)}.nav-a{color:#000;font-weight:500;transition:color .3s ease-out}.nav-toggler{display:none}@media only screen and (max-width:768px){.navigation-section{background-color:#fff;left:0;padding:.5em 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:99}.nav-section{background-color:var(--main-color);height:100vh;left:0;position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out;width:100vw}.nav-section.open{-webkit-transform:translateY(0);transform:translateY(0)}.nav-ul{margin:4em auto}.nav-li{display:block;padding:1em 1.5em;transition:all .3s ease-out}.nav-li:hover{border:0;color:var(--main-color)}.nav-a{color:#fff;font-size:2rem;transition:color .3s ease-out}.nav-toggler{align-items:center;cursor:pointer;display:flex;height:auto;justify-content:center;width:50px}.nav-toggler span{background-color:#000;border-radius:5px;height:4px;position:relative;transition:.5s ease-out;width:100%}.nav-toggler.active span{background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav-toggler span:after,.nav-toggler span:before{background-color:#000;border-radius:5px;content:"";height:100%;position:absolute;right:0;top:0;width:100%}.nav-toggler span:before{-webkit-transform:translateY(-15px);transform:translateY(-15px);width:65%}.nav-toggler.active span:before{background:transparent;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav-toggler span:after{-webkit-transform:translateY(15px);transform:translateY(15px)}.nav-toggler.active span:after{background-color:#fff;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.aboutUs{display:grid;grid-template-columns:60% 40%;justify-content:flex-end;margin-bottom:10em;padding-top:1em}.aboutUs-img{width:100%}.aboutUs-container{align-items:center;display:flex;flex-direction:column;height:100%;margin-top:5em;width:100%}.aboutUs-title{font-size:2rem;font-weight:400;margin-bottom:1em}.aboutUs-p{font-size:1.1rem;line-height:2rem;margin-bottom:1.5em;word-spacing:3px}.aboutUs-timeline-container{align-items:center;display:flex;justify-content:center}.aboutUs-timeline{margin:0 auto;position:relative;width:80%}.aboutUs-timeline:before{background-color:var(--main-color);content:"";height:86%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px}.aboutUs-timeline-li{background:linear-gradient(90deg,#254ddc,#3562ff);box-shadow:0 10px 15px -3px rgba(125,59,236,.1),0 4px 6px -2px rgb(125 59 236/5%);color:#fff;padding:1.5em;position:relative;width:50%}.aboutUs-timeline-li:last-child{margin-bottom:0}.aboutUs-timeline-li:before{background-color:var(--secondary-color);border-radius:50%;content:"";height:20px;position:absolute;width:20px}.aboutUs-timeline-li:nth-child(odd){border-radius:20px 0 20px 20px;clear:right;float:left;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.aboutUs-timeline-li:nth-child(odd):before{content:"";position:absolute;right:-20px;top:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.aboutUs-timeline-li:nth-child(2n){border-radius:0 20px 20px 20px;clear:left;float:right;-webkit-transform:translateX(20px);transform:translateX(20px)}.aboutUs-timeline-li:nth-child(2n):before{content:"";left:-20px;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.aboutUs-timeline-heading{font-size:2rem;margin-bottom:.3em}.aboutUs-timeline-p{line-height:2rem}@media only screen and (max-width:768px){.aboutUs{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:2em;padding-top:0}.aboutUs-img{left:0;margin-bottom:2em;position:static;top:0;width:100%}.aboutUs-container{margin-top:0;text-align:center;width:100%}.aboutUs-timeline{position:static;width:100%}.aboutUs-timeline:before{display:none}.aboutUs-timeline-li{margin-bottom:1em;width:100%}.aboutUs-timeline-li:before{display:none}.aboutUs-timeline-li:nth-child(odd){background:linear-gradient(90deg,#254ddc,#3562ff);border-radius:30px 0 30px 30px;clear:none;float:none;-webkit-transform:none;transform:none}.aboutUs-timeline-li:nth-child(odd):before{position:static;-webkit-transform:none;transform:none}.aboutUs-timeline-li:nth-child(2n){background:linear-gradient(90deg,#3562ff,#254ddc);border-radius:0 30px 30px 30px;clear:none;float:none;-webkit-transform:none;transform:none}.aboutUs-timeline-li:nth-child(2n):before{position:static;-webkit-transform:none;transform:none}.aboutUs-timeline-heading{margin-bottom:.1em}.aboutUs-timeline-p{line-height:1.5rem}}.contactUs{background:url(/static/media/contactUs.c6839f255ced1f01bacc.svg) no-repeat;background-position:50%;background-size:cover;display:grid;grid-template-columns:repeat(2,1fr);position:relative}.contactUs:before{background-color:hsla(0,0%,100%,.9);content:"";height:100%;position:absolute;width:100%;z-index:1}.contactUs-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:3em;z-index:10}.contactUs-title{font-size:2rem;font-weight:400;margin-bottom:1em}.contactUs-p{font-size:1.1rem;line-height:2rem;margin-bottom:1.5em;word-spacing:3px}.contactUs-btn{background-color:#fff;border:1px solid #000;font-size:1.2rem;padding:1em 2em;transition:background-color .3s ease-out}.contactUs-btn:hover{background-color:#000;color:#fff}.contactUs-form-section{width:100%;z-index:10}.contactUs-form{align-items:flex-start;box-shadow:0 10px 15px -3px rgba(125,59,236,.1),0 4px 6px -2px rgb(125 59 236/5%);display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:2.5em;width:90%}.contactUs-form-label{font-size:1.3rem;margin-bottom:.3em}.contactUs-form-input{font-size:1.3rem;height:3em;line-height:2rem;margin-bottom:1.5em;padding:.5em;width:100%}.contactUs-form-input-message{height:10em}.contactUs-form-btn{background-color:var(--secondary-color);border-radius:5px;color:#fff;font-size:1.3rem;font-weight:600;padding:.5em 2em;transition:color .3s ease-out;width:10em}.contactUs-form-btn:hover{background-color:var(--tertiary-color);box-shadow:3px 3px 10px rgba(0,150,100,.3)}@media only screen and (max-width:768px){.contactUs{grid-gap:2em;background:none;grid-template-columns:repeat(1,1fr);margin-bottom:3em;position:static}.contactUs:before{display:none}.contactUs-info{align-items:center;padding:0;text-align:center}.contactUs-p{font-size:1.1rem}.contactUs-btn{width:100%}.contactUs-form{padding:2em 1em;width:100%}.contactUs-form-input{height:2.5em;line-height:2rem;padding:.5em}.contactUs-form-input-message{height:10em}.contactUs-form-btn{width:100%}}.hero-section{width:100%}.hero{align-items:center;display:grid;grid-template-columns:43% 57%;height:auto;justify-content:center;padding:1em 0 4em}.hero-bg{width:100%}.hero-info{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:5em}.hero-subheading{font-family:var(--cursive-font);font-size:1.8rem;font-weight:300;font-weight:400;margin-bottom:.5em;word-spacing:.3rem}.hero-heading{color:var(--main-color);font-size:6rem;font-weight:300;line-height:6rem;margin-bottom:.3em}.hero-mainLine{font-size:1.1rem;line-height:2rem;margin-bottom:1.5em;width:100%;word-spacing:3px}.hero-mainLine span{font-weight:1000}.hero-cta{background-color:var(--secondary-color);border-radius:5px;color:#fff;font-size:1.3rem;font-weight:600;padding:.5em 2em;transition:color .3s ease-out}.hero-cta:hover{background-color:var(--tertiary-color);box-shadow:3px 3px 10px rgba(0,150,100,.3)}@media only screen and (max-width:768px){.hero{display:flex;flex-direction:column;height:auto;padding-top:1.3em}.hero-info{margin-bottom:.5em;text-align:center}.hero-bg{margin-bottom:2em;position:static;width:100%}.hero-subheading{font-size:1.3rem;font-weight:600;margin:0 auto}.hero-heading{font-size:4.5rem;line-height:4.5rem;margin-bottom:.4em}.hero-heading br{display:none}.hero-mainLine{font-size:1.3rem;width:100%}.hero-cta{font-size:1.5rem;padding:.6em 2em;width:85%}}.services-section{background-color:#f7fafc}.services-content{grid-gap:1em;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);margin:0 auto;width:80%}.service{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 10px 15px -3px rgba(125,59,236,.1),0 4px 6px -2px rgb(125 59 236/5%);cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:2em;text-align:center}.service:hover{border:2px solid var(--secondary-color);box-shadow:6px 6px 6px rgba(0,150,100,.1);color:var(--secondary-color)}.service svg{margin-bottom:1.5rem}@media only screen and (max-width:768px){.services-content{grid-gap:.8em;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr);width:100%}.service{border-radius:10px;font-size:1rem;padding:1.5em}.service svg{margin-bottom:.8rem}}
/*# sourceMappingURL=main.0ef41405.css.map*/