:root{--MainColor: #1d8e94;--bgColor: #d7f8fa;--SubColor: #2aada2;--LightColor: #52bec4;--white: #ffffff;--grey: #484848;--light-grey: #2b2b2b;--black: #1d1d1d}*{font-family:"Montserrat", sans-serif;margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none}h2{font-weight:500;font-size:2.25rem;color:var(--MainColor);margin-bottom:3.5rem}h3{color:var(--grey);font-size:1.5rem;margin-bottom:1.2rem}h4{font-size:1.25rem;margin-bottom:0.5rem;color:var(--MainColor)}@keyframes slide-in{0%{transform:translateX(300px)}100%{transform:translateX(0)}}@keyframes slide-out{0%{transform:translateX(0)}100%{transform:translateX(300px)}}.slide-in{animation:slide-in 500ms ease}.slide-out{animation:slide-out 500ms ease}.about,.services,.why,.main,.register,.clients,.contact{padding:50px 20px}@media (min-width: 900px){.about,.services,.why,.main,.register,.clients,.contact{padding:100px 20px}}.mobile-bg{position:fixed;background-color:rgba(0,0,0,0.7);width:100%;height:100%;z-index:4;right:0}.mobile-bg i{position:absolute;color:var(--white);left:20px;top:20px;font-size:24px}.mobile-bg ul{position:absolute;padding:20px;width:300px;right:0;background-color:rgba(29,142,148,0.7);height:100%}.mobile-bg ul a{color:var(--white);font-weight:500}.mobile-bg ul li{padding:10px 0}header{height:6.938rem;position:fixed;width:100%;z-index:3;background-color:var(--white);box-shadow:0px 0px 30px rgba(127,161,135,0.3)}header nav{display:flex;align-items:center;padding:0.563rem 0.625rem}header nav img{height:5.5rem}header nav i{z-index:6;font-size:24px;flex:1;text-align:right;color:var(--grey)}@media (min-width: 960px){header nav i{display:none !important}}header nav ul{flex:1;justify-content:flex-end;display:none}@media (min-width: 960px){header nav ul{display:flex}}header nav ul a{color:var(--MainColor);font-size:1.125rem;font-weight:500;padding:0 0.95rem;margin-left:1rem;transition:0.5s}@media (max-width: 1080px){header nav ul a{font-size:0.9rem}}header nav ul a:hover{color:var(--grey)}.hero{padding:110px 0 0 0;height:100vh;width:auto}.hero .swiper{width:100%;height:100%}.hero .swiper .swiper-slide{position:relative}.hero .swiper .swiper-slide .slide-text{display:flex;flex-direction:column;align-items:center;gap:5px;position:absolute;top:85%;left:50%;transform:translate(-50%, -50%);z-index:9999;border-radius:5px;background-color:rgba(0,0,0,0.4);padding:20px}.hero .swiper .swiper-slide .slide-text span{font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;text-align:center;font-weight:800;font-size:50px;color:var(--white)}@media (max-width: 1200px){.hero .swiper .swiper-slide .slide-text span{font-size:25px}}.hero .swiper .swiper-slide .slide-text .btn{text-align:center;width:200px;font-size:0.9rem;font-weight:300}@media (max-width: 1000px){.hero .swiper .swiper-slide .slide-text{top:80%}}.hero .swiper .swiper-slide img{position:absolute;width:100%;height:100%;object-fit:cover;z-index:999}.hero .swiper .swiper-button-prev{color:var(--MainColor)}.hero .swiper .swiper-button-next{color:var(--MainColor)}.hero .swiper .swiper-pagination-bullet{background-color:#000000}.hero .swiper .swiper-pagination-bullet-active{background:var(--MainColor)}.main{background-color:var(--bgColor)}.main h2{color:var(--black);text-align:center}.main p{text-align:justify;line-height:1.7}.main .flex-row{align-items:center;gap:60px;flex-direction:column}@media (min-width: 900px){.main .flex-row{flex-direction:row;gap:130px}}.main .left,.main .right{text-align:center;flex:1}.main .left p,.main .right p{margin-bottom:15px}.main .main_btn{background-color:var(--SubColor)}.main .main_btn:hover{background-color:var(--grey)}.about{padding-top:150px}.about img{width:70%}@media (min-width: 900px){.about img{width:100%}}.about h2{text-align:center}.about p{text-align:justify;line-height:1.7}.about .flex-row{align-items:center;gap:60px;flex-direction:column}@media (min-width: 900px){.about .flex-row{flex-direction:row}}.about .left,.about .right{flex:1}.about .left .flex-row{gap:0;flex-direction:column;margin-top:32px;align-items:center}@media (min-width: 500px){.about .left .flex-row{flex-direction:row}}.about .left .info{flex:1;display:flex;flex-direction:column;align-items:center;margin-top:20px}@media (min-width: 500px){.about .left .info{margin-top:0;align-items:initial}}.about .left .info p{color:var(--grey);font-size:14px}.about .left i{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border:2px solid var(--MainColor);border-radius:50%;transition:500ms ease all;color:var(--MainColor);font-size:24px}@media (min-width: 500px){.about .left i{margin-right:16px}}.about .left i:hover{background-color:var(--MainColor);border-color:transparent;color:var(--white)}.about-1 .left{text-align:center}@media (min-width: 500px){.about-1 .left{text-align:initial}}.about-1 .right{display:flex;justify-content:center}@media (min-width: 900px){.about-1 .right{align-items:start}}.about-2 .left{order:2;display:flex;justify-content:center}@media (min-width: 900px){.about-2 .left{order:1;align-items:start}}.about-2 .right{order:1}@media (min-width: 900px){.about-2 .right{order:2}}.about-2 h3{color:var(--black);text-align:center}.about-2 p{margin-bottom:20px}.services{background-color:#f6fffb}.services .container{max-width:900px;padding-top:50px}.services h2{text-align:center}.services .grid{max-width:900px;margin:0 auto;grid-template-columns:1fr;gap:32px;row-gap:50px}@media (min-width: 800px){.services .grid{grid-template-columns:repeat(2, 1fr);max-width:100%}}.services .flex-row{cursor:pointer;box-shadow:0 10px 29px 0 rgba(68,144,115,0.1);border-radius:12px;position:relative;padding:30px;background-color:var(--white);transition:500ms ease all}.services .flex-row:hover{transform:translateY(-4px)}.services .flex-row h3{font-size:18px;color:black}.services .flex-row p{text-align:justify;line-height:1.7;font-size:14px;color:var(--grey)}.services .flex-row i{font-size:64px;position:absolute;left:-10px;display:flex;align-self:center}.services .flex-row .right{margin-left:50px}.why{background-color:var(--LightColor);color:var(--white)}.why h2,.why h3{color:var(--white);text-align:center}.why .flex-row{margin-top:60px;gap:60px}.why .write-up{margin:0 auto;max-width:600px;flex-direction:column}@media (min-width: 900px){.why .write-up{max-width:100%;flex-direction:row}}.why .write-up .col{display:flex;flex-direction:column;align-items:center;flex:1;padding:40px;border-radius:12px;background-color:var(--SubColor);text-align:center;transition:500ms ease all}.why .write-up .col:hover{background-color:var(--MainColor)}.why .write-up .col:hover span{border-color:var(--grey)}.why .write-up span{max-width:100%;margin-top:auto;padding-bottom:4px;border-bottom:2px solid transparent}.why .write-up i{font-size:50px}.why .write-up h3{margin:16px 0}.why .write-up p{font-size:14px;margin-bottom:32px}.why .analytics{flex-direction:column;margin-top:90px;justify-content:space-evenly;align-items:center}@media (min-width: 700px){.why .analytics{flex-direction:row}}.why .analytics span{display:block;text-align:center}.why .analytics .number{font-size:50px;font-weight:600;margin-bottom:10px}.why .analytics .title{font-size:14px}.register{padding-top:150px}.register img{width:70%}@media (min-width: 900px){.register img{width:100%}}.register h2,.register p{text-align:center}.register p{margin-bottom:60px}.register input,.register button{display:block}.register input,.register textarea{width:100%;padding:8px;border:1px solid #ced4da}.register input:focus,.register textarea:focus{outline:none}.register input{margin-bottom:16px}.register textarea{height:100%;resize:none;margin-bottom:16px}.register form{max-width:700px;margin:0 auto;padding:0 7px 0 7px}.register .flex-row{align-items:center;gap:60px;flex-direction:column}@media (min-width: 900px){.register .flex-row{flex-direction:row}}.register .left,.register .right{flex:1}.register .btn{margin-top:16px;font-weight:400;margin-bottom:3.5rem}.register .btn:hover{background-color:var(--grey)}.register .width_100{width:100%}.register .grid{justify-content:center;margin:0 auto;grid-template-columns:1fr;gap:32px;row-gap:50px}@media (min-width: 800px){.register .grid{grid-template-columns:repeat(2, 1fr);max-width:100%}}@media (min-width: 1200px){.register .grid{grid-template-columns:repeat(3, 1fr);max-width:100%}}.register .grid .flex-row{cursor:pointer;box-shadow:0 10px 29px 0 rgba(83,112,101,0.3);border-radius:12px;padding:50px;position:relative;background-color:var(--white);transition:500ms ease all}.register .grid .flex-row:hover{transform:translateY(-4px)}.register .grid .flex-row h3{font-size:18px;color:black;margin-bottom:12px}.register .grid .flex-row p{font-size:14px;color:var(--grey);margin:0}.register .grid .flex-row i{font-size:46px;position:absolute;left:-10px;display:flex;align-self:center}.register .grid .flex-row .right{width:100%;text-align:center;margin-left:0px}.testimonials{background-color:var(--white);box-shadow:inset 0 12px 12px rgba(0,0,0,0.1)}.testimonials h2{text-align:center}.testimonials .owl-carousel{max-width:800px;margin:0 auto}.testimonials img{width:120px !important;height:120px;border:4px solid var(--LightColor);border-radius:50%;margin:0 0 20px 0}@media (min-width: 600px){.testimonials img{margin:0 20px 0 0}}.testimonials .flex-row{flex-direction:column;align-items:center;text-align:center}@media (min-width: 600px){.testimonials .flex-row{flex-direction:row;align-items:flex-start;text-align:start}}.testimonials .flex-row h2{font-size:20px;color:var(--black);margin:0 0 8px 0}@media (min-width: 600px){.testimonials .flex-row h2{text-align:start}}.testimonials .flex-row h4{font-weight:400;margin:0 0 8px 0;color:var(--grey);font-size:14px}.testimonials .flex-row p{font-family:sans-serif;font-weight:400;font-style:italic;color:#444}.clients{background-color:#f6fffb;box-shadow:12px 0 12px rgba(0,0,0,0.1)}.clients h2{text-align:center}.clients .flex-row{flex-wrap:wrap}.clients .col{max-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:1px solid #d6eaff;border-right:1px solid #d6eaff;border-top:1px solid #d6eaff;border-left:1px solid #d6eaff;background-color:var(--white);padding:64px;flex-basis:100%}@media (min-width: 500px){.clients .col{border-left:none;flex-basis:50%}}@media (min-width: 900px){.clients .col{flex-basis:25%}}.clients .col:hover img{transform:scale(1.2)}.clients .col img{width:100%;height:auto;transition:500ms ease all}.contact h2,.contact p{text-align:center}.contact p{margin-bottom:60px}.contact input,.contact button{display:block}.contact input,.contact textarea{width:100%;padding:8px;border:1px solid #ced4da}.contact input:focus,.contact textarea:focus{outline:none}.contact input{margin-bottom:16px}.contact textarea{height:100%;resize:none}.contact form{max-width:700px;margin:0 auto}.contact .flex-row{flex-direction:column}@media (min-width: 500px){.contact .flex-row{flex-direction:row;gap:32px}}.contact .btn{margin-top:16px;font-weight:400;margin-bottom:3.5rem}.contact .btn:hover{background-color:var(--grey)}.contact .grid{justify-content:center;margin:0 auto;grid-template-columns:1fr;gap:32px;row-gap:50px}@media (min-width: 800px){.contact .grid{grid-template-columns:repeat(2, 1fr);max-width:100%}}@media (min-width: 1200px){.contact .grid{grid-template-columns:repeat(3, 1fr);max-width:100%}}.contact .grid .flex-row{cursor:pointer;box-shadow:0 10px 29px 0 rgba(83,112,101,0.3);border-radius:12px;padding:50px;position:relative;background-color:var(--white);transition:500ms ease all}.contact .grid .flex-row:hover{transform:translateY(-4px)}.contact .grid .flex-row h3{font-size:18px;color:black;margin-bottom:12px}.contact .grid .flex-row p{font-size:14px;color:var(--grey);margin:0}.contact .grid .flex-row i{font-size:46px;position:absolute;left:-10px;display:flex;align-self:center}.contact .grid .flex-row .right{width:100%;text-align:center;margin-left:0px}.pd-top{padding-top:150px}footer{color:var(--light-grey);background-color:var(--white);padding:50px 20px}@media (min-width: 900px){footer{padding:40px 20px}}footer .container{display:flex;flex-direction:column;align-items:center}footer .flex-row{align-items:center;gap:10px;flex-direction:column}@media (min-width: 900px){footer .flex-row{flex-direction:row}}footer .left,footer .right{flex:1}footer .right{display:flex}footer ul{margin-bottom:32px;flex-wrap:wrap;justify-content:center}footer li{padding:0 15px;margin-bottom:16px}footer a{font-size:18px;font-weight:500;color:var(--light-grey)}footer i{cursor:pointer;font-size:30px;color:var(--light-grey) !important}footer p{text-align:center}footer img{height:5rem}.container{max-width:1140px;margin:0 auto}.display-none{display:none}.flex-row{display:flex}.grid{display:grid}.btn{cursor:pointer;display:inline-block;padding:14px 40px;background-color:var(--SubColor);color:var(--white);border-radius:45px;border:2px solid transparent;font-weight:600;transition:500ms ease all}.btn:hover{background-color:transparent;border-color:var(--white)}.btn-light{background-color:transparent;border-color:var(--white)}.btn-light:hover{background-color:var(--SubColor);border-color:transparent}.orange-text{color:#ffa238}.green-text{color:#6daaa5}.mainColor-text{color:var(--LightColor)}.blue-text{color:#3b5998}.linkedin-text{color:#0e76a8}.instagram-text{color:#5851db}
