@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Handlee&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins;-webkit-user-select:none;user-select:none}body,html{height:100%;width:100%}.container{max-width:1600px;margin:0 auto}p{line-height:1.8!important}::-webkit-scrollbar{background-color:#fff;width:6px}::-webkit-scrollbar-thumb{background-color:#2e3191;border-radius:10px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.main_loader{width:100%;height:90dvh;display:flex;align-items:center;justify-content:center}.loader{width:350px;height:180px;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:30px;box-shadow:2px 2px 10px -5px #d3d3d3}.loading{width:100%;height:10px;background:#d3d3d3;border-radius:10px;position:relative}.loading:after{content:"";position:absolute;top:0;left:0;width:50%;height:10px;background:#002;border-radius:10px;z-index:1;animation:loading .6s alternate infinite}.loader label{color:#002;font-size:18px;animation:bit .6s alternate infinite}@keyframes bit{0%{opacity:.3}to{opacity:1}}@keyframes loading{0%{left:25%}to{left:50%}0%{left:0%}}.playstore-button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background-color:#2e3191;padding:10px 20px;text-align:center;color:#fff;outline:0;transition:all .2s ease;text-decoration:none;border:2px solid #fff}.playstore-button:hover{background-color:transparent;color:#2e3191;border:2px solid #2E3191}.icon{height:1.5rem;width:1.5rem}.texts{margin-left:1rem;display:flex;flex-direction:column;align-items:flex-start;line-height:1}.text-1{margin-bottom:.25rem;font-size:.75rem;line-height:1rem}.text-2{font-weight:600}header{display:flex;align-items:center;justify-content:space-between;border-radius:0 0 30px 30px;padding:6px 4%;background-color:#fff;z-index:1;position:relative}header .left_nav img{width:18rem}header .middle_nav ul{display:flex;align-items:center;gap:28px}header .middle_nav ul a{text-decoration:none}header .middle_nav ul a li{list-style-type:none;color:#000;position:relative;overflow:hidden;padding:5px 0}header .middle_nav ul a li:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.1em;background-color:#000;z-index:1;transform:translate(-100%);transition:all .3s ease}header .middle_nav ul a li:hover:after{transform:translate(0)}header .middle_nav span{display:none}header .right_nav a{text-decoration:none;all:unset;background-color:#2e3191;color:#fff;padding:8px 32px;border-radius:10px;cursor:pointer}header .right_nav .toggle{display:none}@media screen and (max-width: 768px){header{padding:12px 4%}header .left_nav a img{width:180px}header .middle_nav{position:fixed;background-color:#2e3191;top:0;right:0;width:70%;height:100%;transform:translate(100%);transition:all .3s ease;z-index:9999!important}header .middle_nav ul{flex-direction:column;align-items:flex-start;padding:70px 20px}header .middle_nav ul a li{color:#fff;font-size:16px}header .middle_nav span{display:flex;align-items:center;justify-content:center;position:absolute;left:10px;top:10px;background-color:#fff;border-radius:8px}header .middle_nav span svg{width:30px;height:30px;color:#000}header .middle_nav.active{transform:translate(0)}header .right_nav{display:flex;align-items:center;gap:12px}header .right_nav a{text-decoration:none;all:unset;background-color:#2e3191;color:#fff;padding:6px 12px;font-size:15px;border-radius:8px;cursor:pointer}header .right_nav .toggle{display:flex;align-items:center;justify-content:center}header .right_nav .toggle svg{width:30px;height:30px}}.footer_container{background-color:#2e3191;color:#fff;margin-top:60px}.footer_container .footer .top{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;position:relative;height:150px;padding:40px 4%}.footer_container .footer .top p{line-height:1.7;width:70%;text-align:center}.footer_container .footer .top .circle{position:absolute;width:100px;height:100px;top:-50px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px}.footer_container .footer .top .circle img{width:95px}.footer_container .footer .bottom{border-top:1px solid #fff;padding:40px 4%;display:flex;justify-content:space-between}.footer_container .footer .bottom .slab{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer_container .footer .bottom .slab h4{font-size:20px;font-weight:600}.footer_container .footer .bottom .slab ul{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer_container .footer .bottom .slab ul li{list-style-type:none;display:flex;align-items:center;gap:8px}.footer_container .footer .bottom .slab ul li a{color:#fff;text-decoration:none;font-size:16px}.footer_container .copyright{display:flex;align-items:center;justify-content:space-between;padding:10px 4%;border-top:1px solid #fff}.footer_container .copyright a{color:#fff;text-decoration:none}.footer_container .copyright .content{display:flex;align-items:center;gap:20px}.footer_container .copyright .content a{color:#fff;text-decoration:none}@media screen and (max-width: 768px){.footer_container .footer .top{padding:40px 4%;height:fit-content}.footer_container .footer .top .circle img{width:70px}.footer_container .footer .top p{width:100%;text-align:left}.footer_container .footer .bottom{flex-wrap:wrap;gap:20px}.footer_container .footer .bottom .slab{width:100%}.footer_container .copyright{padding:15px 4%;flex-direction:column;gap:12px}.footer_container .copyright .content{width:100%;flex-direction:column;gap:8px}.footer_container .copyright .content p a{color:#fff}}.pulse_btn{position:fixed;z-index:2;right:60px;bottom:50px;width:80px;height:80px}.pulse_btn .bg{position:absolute;width:100%;height:100%;border-radius:50%;background:#189a0c;animation:pulse 2s linear infinite}.pulse_btn .button{width:50px;height:50px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;cursor:pointer;outline:none;color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center}.pulse_btn .button img{width:32px;fill:green;height:32px}.pulse_btn .button .tooltip{position:absolute;top:-30px;background-color:red;color:#fff;white-space:nowrap;padding:5px;border-radius:5px;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.pulse_btn .button:hover .tooltip{opacity:1;visibility:visible;top:-40px}@keyframes pulse{0%{transform:scale(.7);opacity:1}50%{transform:scale(1.2);opacity:.3}to{transform:scale(1.5);opacity:0}}.home_section1_container{position:relative;background-position:center;background-size:cover;margin-top:-30px;height:90dvh}.home_section1_container .back_video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home_section1_container .home_section1{height:90dvh;padding:40px 4%;display:flex;align-items:center;justify-content:flex-start;position:relative}.home_section1_container .home_section1 .content{color:#fff;width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.home_section1_container .home_section1 .content h2{font-size:40px}.home_section1_container .home_section1 .content p{font-weight:600;font-size:26px;font-weight:700;color:#f8bc23}.home_section1_container .home_section1 .content a{background-color:#2e3191;color:#fff;border:none;display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;cursor:pointer;text-decoration:none}.home_section1_container .home_section1 .content a span{background-color:#fff;color:#2e3191;display:flex;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px}.home_section1_container .home_section1 .content a:hover{transform:translateY(-1px)}.home_section1_container .home_section1 .content a:active{transform:translateY(0)}.home_section1_container .home_section1 .count{position:absolute;display:flex;gap:16px;bottom:80px;right:4%}.home_section1_container .home_section1 .count .box h2{font-size:40px;-webkit-text-stroke:1px #fff;color:transparent}.home_section1_container .home_section1 .count .box p{color:#fff}.home_section1_container .home_section1 .count .box svg{fill:#ff0}.home_section1_container .home_section1 .boxes{width:90%;align-self:center;display:flex;align-items:center;gap:20px;position:absolute;bottom:-50px}.home_section1_container .home_section1 .boxes .box{width:calc(25% - 15px);background-color:#fff;padding:14px;border-radius:10px;height:100px;display:flex;align-items:center;gap:16px;border:1px solid #2E3191;border-bottom:4px solid #2E3191;transition:all .3s ease}.home_section1_container .home_section1 .boxes .box img{width:40px;height:40px}.home_section1_container .home_section1 .boxes .box p{font-weight:500}.home_section1_container .home_section1 .boxes .box:hover{transform:translateY(-8px)}.home_section2_container .home_section2{display:flex;align-items:center;gap:30px;padding:110px 4% 40px}.home_section2_container .home_section2 .left{width:50%;display:flex;align-items:center;justify-content:flex-start}.home_section2_container .home_section2 .left img{width:90%;border-radius:18px}.home_section2_container .home_section2 .right{width:50%;display:flex;flex-direction:column;gap:12px}.home_section2_container .home_section2 .right h4{color:#f8bc23;font-size:24px}.home_section2_container .home_section2 .right h2{font-size:40px}.home_section2_container .home_section2 .right p{line-height:1.7}.home_section2_container .home_section2 .right a{all:unset;background-color:#2e3191;align-self:flex-start;color:#fff;cursor:pointer;padding:10px 20px;border-radius:10px}.about_section2 .left ul{margin-left:40px}.home_section3_container{background-color:#f5f5f9}.home_section3_container .home_section3{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:40px 4%}.home_section3_container .home_section3 h2{color:#465866;font-size:40px}.home_section3_container .home_section3 h2 span{color:#f8bc23}.home_section3_container .home_section3 img{height:400px;width:100%;object-fit:cover}.home_section4_container .home_section4{display:flex;flex-direction:column;gap:20px;align-items:center;padding:40px 4%}.home_section4_container .home_section4 h4{color:#f8bc23;font-size:24px;font-weight:600}.home_section4_container .home_section4 h2{font-size:40px}.home_section4_container .home_section4 .boxes{width:100%;display:flex;align-items:center}.home_section4_container .home_section4 .boxes .left{background-color:#fff;width:100%}.home_section4_container .home_section4 .boxes .left .mySwiper{padding:16px!important}.home_section4_container .home_section4 .boxes .left .mySwiper .swiper-pagination{display:none!important}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard{border-radius:8px!important;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;transition:all .3s ease}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .top{width:100%}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .top img{width:100%;border-radius:8px 8px 0 0}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom{padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom h2{font-size:22px;color:#2e3191}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom .button{background-color:#f8bc23;color:#000;padding:7px 8px;border-radius:8px;font-size:14px;cursor:pointer}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom .box{width:100%;gap:12px;display:flex;align-items:flex-start}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom .box span{display:inline-block;width:50%}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom a{text-decoration:none;background-color:#2e3191;color:#fff;width:100%;display:flex;align-items:center;justify-content:center;height:40px;border-radius:8px}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom a:hover{transform:translateY(-1px)}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom a:active{transform:translateY(0)}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard:hover{transform:scale(1.05)}.home_section4_container .home_section4 .boxes .right{width:15%;display:flex;align-items:center;justify-content:center}.home_section4_container .home_section4 .boxes .right .box{background-color:#2e3191;width:4em;height:4em;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.home_section4_container .home_section4 .boxes .right .box svg{width:30px;height:30px;color:#fff}.home_section5_container{background-color:#f5f5f9}.home_section5_container .home_section5{display:flex;align-items:center;padding:40px 4%}.home_section5_container .home_section5 .left{width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.home_section5_container .home_section5 .left h2{font-size:40px;color:#2e3191}.home_section5_container .home_section5 .left p{line-height:1.7;color:#465866}.home_section5_container .home_section5 .left a{text-decoration:none;display:flex;align-items:center;background-color:#2e3191;align-self:flex-start;color:#fff;padding:10px 20px;border-radius:8px;gap:12px}.home_section5_container .home_section5 .left a:hover{transform:translateY(-1px)}.home_section5_container .home_section5 .left a:active{transform:translateY(0)}.home_section5_container .home_section5 .left a svg{width:20px;height:20px}.home_section5_container .home_section5 .left .box{display:flex;align-items:center;justify-content:center;gap:16px}.home_section5_container .home_section5 .left .box .icon{background-color:#2e3191;height:30px;width:30px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.home_section5_container .home_section5 .right{width:50%;display:flex;align-items:center;justify-content:center}.home_section5_container .home_section5 .right img{width:80%}.home_section6{padding:40px 4%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;width:100%}.home_section6 h4{color:#f8bc23;font-size:24px;font-weight:600}.home_section6 h2{font-size:40px}.home_section6 .mySwiper{width:100%;padding:28px 28px 40px}.home_section6 .mySwiper .testimonialCard{position:relative;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;padding:36px 16px 16px;border-radius:10px;display:flex!important;align-items:flex-start!important;flex-direction:column;gap:12px;justify-content:center!important;background-color:#fff;transition:background-color .5s ease;height:320px}.home_section6 .mySwiper .testimonialCard .line{width:100%;height:1px;border-top:1px solid #808080}.home_section6 .mySwiper .testimonialCard p{font-size:15px}.home_section6 .mySwiper .testimonialCard .box{display:flex;align-items:center;justify-content:space-between;width:100%}.home_section6 .mySwiper .testimonialCard .box span{color:#2d3945;transition:all .3s ease}.home_section6 .mySwiper .testimonialCard .box span svg{fill:#f8bc23}.home_section6 .mySwiper .testimonialCard .user{position:absolute;border-radius:50%;background-color:#2e3191;height:40px;width:40px;display:flex;align-items:center;justify-content:center;top:-20px;transition:background-color .4s ease}.home_section6 .mySwiper .testimonialCard .user svg{width:25px;height:25px;fill:#fff;transition:fill .4s ease}.home_section6 .mySwiper .testimonialCard .user img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:1px solid #2E3191}.home_section6 .mySwiper .testimonialCard:hover{background-color:#2e3191;color:#fff}.home_section6 .mySwiper .testimonialCard:hover .user{background-color:#fff;box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px}.home_section6 .mySwiper .testimonialCard:hover .user svg{fill:#2e3191}.home_section6 .mySwiper .testimonialCard:hover .box span{color:#fff}.home_section6 .mySwiper .swiper-pagination{bottom:0}.home_section7_container{background-color:#f5f5f9}.home_section7_container .home_section7{padding:40px 4%;display:flex;align-items:center}.home_section7_container .home_section7 .left{width:50%}.home_section7_container .home_section7 .left img{width:85%}.home_section7_container .home_section7 .right{width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;color:#465866}.home_section7_container .home_section7 .right h4{font-size:22px;font-weight:500}.home_section7_container .home_section7 .right h2{font-size:40px}.home_section7_container .home_section7 .right button{display:flex;align-items:center;gap:8px;background-color:#2d3945;border:none;color:#fff;padding:10px 20px;border-radius:10px}@media screen and (max-width: 768px){.pulse_btn{bottom:20px;right:20px}.home_section1_container{position:relative;height:70dvh}.home_section1_container .back_video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home_section1_container .home_section1{height:70dvh}.home_section1_container .home_section1 .content{width:100%}.home_section1_container .home_section1 .content h2{font-size:28px}.home_section1_container .home_section1 .content a{padding:10px 16px}.home_section1_container .home_section1 .count{left:4%;bottom:20px}.home_section1_container .home_section1 .boxes{display:none;bottom:-120px;flex-wrap:wrap;position:relative}.home_section1_container .home_section1 .boxes .box{width:100%}.home_section2_container .home_section2{padding:20px 4%;flex-direction:column-reverse;gap:20px}.home_section2_container .home_section2 .left{width:100%}.home_section2_container .home_section2 .left img{width:100%;height:260px;object-fit:cover}.home_section2_container .home_section2 .right{width:100%;gap:20px}.home_section2_container .home_section2 .right h4{font-size:20px}.home_section2_container .home_section2 .right h2{font-size:28px}.home_section2_container .home_section2 .right p{width:100%}.home_section3_container .home_section3 h2{font-size:28px}.home_section4_container .home_section4{padding:20px 4%}.home_section4_container .home_section4 h4{font-size:20px}.home_section4_container .home_section4 h2{font-size:28px}.home_section4_container .home_section4 .boxes{flex-direction:column;justify-content:center}.home_section4_container .home_section4 .boxes .left{width:100%;padding:0 10px}.home_section4_container .home_section4 .boxes .left .mySwiper{padding:0 0 80px}.home_section4_container .home_section4 .boxes .left .mySwiper .slideCard .bottom h2{font-size:20px}.home_section4_container .home_section4 .boxes .right{width:100%}.home_section5_container .home_section5{padding:20px 4%;flex-direction:column;gap:20px}.home_section5_container .home_section5 .left{width:100%}.home_section5_container .home_section5 .left h2{font-size:28px}.home_section5_container .home_section5 .right img{width:200%}.home_section6{padding:20px 4%}.home_section6 h4{font-size:20px;align-self:flex-start}.home_section6 h2{font-size:28px}.home_section6 .mySwiper{padding:20px 10px 40px}.home_section6 .mySwiper .testimonialCard{height:fit-content}.home_section7_container .home_section7{padding:20px 4% 40px;flex-direction:column;gap:20px}.home_section7_container .home_section7 .left{width:100%;display:flex;align-items:center;justify-content:center}.home_section7_container .home_section7 .right{width:100%}.home_section7_container .home_section7 .right h4{font-size:20px}.home_section7_container .home_section7 .right h2{font-size:28px}.home_section7_container .home_section7 .right button{padding:10px 20px;font-size:16px}}.about_section1_container{background-size:cover;background-position:center;margin-top:-30px;height:91dvh;position:relative}.about_section1_container .back_video{position:absolute;top:0;left:0;width:100%;height:90vh;object-fit:cover}.about_section1_container .about_section1{height:100%;background-color:#4c4c4c57;padding:40px 4%;display:flex;align-items:center;height:91dvh;position:relative}.about_section1_container .about_section1 .content{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:45%}.about_section1_container .about_section1 .content p{color:#fff}.about_section1_container .about_section1 .content h2{font-size:40px;color:#fff;line-height:1.3}.about_section1_container .about_section1 .content a{background-color:#2e3191;color:#fff;text-decoration:none;display:flex;align-items:center;padding:10px 20px;border-radius:8px;gap:10px}.about_section1_container .about_section1 .content a span{background-color:#fff;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%}.about_section1_container .about_section1 .content a span svg{fill:#2e3191}.about_section1_container .about_section1 .content a:hover{transform:translateY(-1px)}.about_section1_container .about_section1 .content a:active{transform:translateY(0)}.about_section1_container .about_section1 .count{position:absolute;display:flex;gap:16px;bottom:80px;right:4%}.about_section1_container .about_section1 .count .box h2{font-size:40px;-webkit-text-stroke:1px #fff;color:transparent}.about_section1_container .about_section1 .count .box p{color:#fff}.about_section1_container .about_section1 .count .box svg{fill:#ff0}.about_section3{padding:40px 4%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.about_section3 img{width:60%}.about_section3 h4{color:#f8bc23;font-weight:600;font-size:24px}.about_section3 h2{font-size:40px;color:#2e3191;text-align:center;width:60%}.about_section3 P{line-height:1.7;text-align:center;width:95%}.about_section4{display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column;margin-top:40px}.about_section4 h4{font-size:24px;font-weight:600;color:#f8bc23}.about_section4 .boxes{display:flex;align-items:center;justify-content:center;gap:50px;width:100%;padding:40px 4%;height:440px}.about_section4 .boxes .box{position:relative;width:50%;height:100%;border-radius:10px;background-color:#57bded;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;overflow:hidden}.about_section4 .boxes .box img{position:absolute;height:100%;width:100%;top:0;left:0;object-fit:cover;border-radius:10px}.about_section4 .boxes .box .overlay{position:absolute;bottom:-280px;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#2e319167 10%,#2e3191eb);color:#fff;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;transition:all .4s ease}.about_section4 .boxes .box .overlay h2{font-size:24px}.about_section4 .boxes .box .overlay p{text-align:center;line-height:1.7}.about_section4 .boxes .box:hover .overlay{bottom:-140px}.about_section5{padding:40px 4% 60px;display:flex;align-items:flex-end;justify-content:center;gap:30px}.about_section5 .left{width:40%;display:flex;flex-direction:column;align-items:flex-start;gap:26px}.about_section5 .left h4{color:#f8bc23;font-weight:600;font-size:24px}.about_section5 .left .box{width:100%;height:380px;position:relative}.about_section5 .left .box img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px;align-self:center}.about_section5 .left .box .overlay{position:absolute;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;align-items:center;padding:20px;color:#fff;background:linear-gradient(to top,#000,transparent);border-radius:10px}.about_section5 .left .box .overlay h2{font-size:30px}.about_section5 .right{width:60%;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.about_section5 .right p{font-family:Handlee;line-height:1.7;font-size:15px}.about_section5 .right p span{font-family:Handlee;font-weight:700}.about_section5 .right img{width:130px;align-self:flex-end}.about_section6_container{background:url(/assets/b10-Dmj2S3Fh.avif);background-size:cover}.about_section6_container .about_section6{padding:40px 4%;display:flex;align-items:center;height:500px;justify-content:flex-end}.about_section6_container .about_section6 .content{height:100%;display:flex;align-items:flex-start;gap:20px;justify-content:center;flex-direction:column;color:#fff}.about_section6_container .about_section6 .content p{font-size:20px}.about_section6_container .about_section6 .content h2{font-size:40px}.about_section6_container .about_section6 .content a{all:unset;background-color:#2e3191;padding:10px 20px;border-radius:10px;cursor:pointer}.about_section6_container .about_section6 .content a:hover{transform:translateY(-1px)}.about_section6_container .about_section6 .content a:active{transform:translateY(0)}@media screen and (max-width: 768px){.about_section1_container{position:relative;height:70dvh}.about_section1_container .back_video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right;display:block}.about_section1_container .about_section1{height:70dvh}.about_section1_container .about_section1 .content{width:100%}.about_section1_container .about_section1 .content h2{font-size:28px}.about_section1_container .about_section1 .content a{padding:8px 16px}.about_section1_container .about_section1 .count{left:4%;bottom:20px!important}.about_section2{padding:20px 4%;flex-direction:column}.about_section2 .left{width:100%}.about_section2 .left h4{font-size:20px}.about_section2 .left h2{font-size:28px}.about_section2 .right,.about_section2 .right img{width:100%}.about_section3{flex-direction:column;padding:20px 4%}.about_section3 img{width:100%}.about_section3 h4{font-size:20px;align-self:flex-start}.about_section3 h2{font-size:24px;width:100%;align-self:flex-start;text-align:left}.about_section3 p{text-align:left}.about_section4{padding:20px 4%}.about_section4 h4{font-size:20px;align-self:flex-start}.about_section4 .boxes{flex-wrap:wrap;width:100%;padding:0;height:fit-content}.about_section4 .boxes .box{width:100%;height:340px}.about_section4 .boxes .box .overlay{bottom:-270px;padding:12px}.about_section5{padding:20px 4%;flex-direction:column}.about_section5 .left{width:100%}.about_section5 .left .box img{object-position:left}.about_section5 .left .educator img{object-position:center}.about_section5 .left h4{font-size:20px}.about_section5 .right{width:100%}.about_section6_container{background-position:center}.about_section6_container .about_section6{padding:20px 4%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.registration_container .registration{display:flex;align-items:center;padding:40px 4% 60px}.registration_container .registration .left{width:50%}.registration_container .registration .left img{width:85%}.registration_container .registration .right{background-color:#2e3191;width:50%;padding:30px 60px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.registration_container .registration .right p{color:#fff;align-self:center}.registration_container .registration .right p a{color:#e4e41f;text-decoration:none}.registration_container .registration .right button{border:none;background-color:#44b04b;color:#fff;text-transform:uppercase;width:100%;height:45px;border-radius:8px;cursor:pointer}.registration_container .registration .right button:hover{transform:translateY(-1px)}.registration_container .registration .right button:active{transform:translateY(0)}.registration_container .registration .right form{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.registration_container .registration .right form .box{width:100%;display:flex;align-items:flex-start;gap:16px}.registration_container .registration .right form .input_div{display:flex;flex-direction:column;width:100%;gap:4px}.registration_container .registration .right form .input_div label{color:#fff}.registration_container .registration .right form .input_div label span{color:red}.registration_container .registration .right form .input_div textarea{width:100%;height:100%;border-radius:8px;border:none;outline:none;font-family:Poppins;padding:10px 16px;height:100px}.registration_container .registration .right form .input_div input{width:100%;height:45px;border-radius:8px;border:none;outline:none;font-family:Poppins;padding:0 16px}.registration_container .registration .right form .input_div select{width:100%;height:45px;border-radius:8px;border:none;outline:none;font-family:Poppins;padding:0 16px;color:#212121}@media screen and (max-width: 768px){.registration_container .registration{padding:20px 4%;flex-direction:column;gap:30px}.registration_container .registration .left{width:100%;display:flex;align-items:center;justify-content:center}.registration_container .registration .left img{width:100%}.registration_container .registration .right{width:100%;padding:12px}.registration_container .registration .right form .box{flex-direction:column;width:100%}.registration_container .registration .right form .box .input_div input[type=date]{width:100%}}.login_container .login{display:flex;align-items:center;padding:40px 4% 60px;height:91dvh}.login_container .login .left{width:40%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;height:100%}.login_container .login .left img{width:85%}.login_container .login .left h3{color:#2e3191;font-size:24px}.login_container .login .left p{text-align:center;width:70%}.login_container .login .right{position:relative;width:60%;background-color:#2e3191;padding:30px;display:flex;align-items:center;justify-content:center;height:100%}.login_container .login .right .box{position:absolute;width:100px;height:85%;background-color:#fff;border-radius:0 20px 20px 0;left:0}.login_container .login .right form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#fff;width:60%;padding:16px;border-radius:10px}.login_container .login .right form img{width:18rem}.login_container .login .right form .input_div{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:8px}.login_container .login .right form .input_div .input_box{width:100%;display:flex;align-items:center;border:1px solid #000;border-radius:8px;padding:0 15px}.login_container .login .right form .input_div .input_box input{border:none;padding:0}.login_container .login .right form .input_div .input_box svg{cursor:pointer;width:20px;height:20px;opacity:.5}.login_container .login .right form .input_div input{outline:none;width:100%;height:45px;border-radius:8px;border:1px solid #000;padding:0 16px;font-family:Poppins}.login_container .login .right form a{align-self:flex-end;text-decoration:none;color:#9a0a01}.login_container .login .right form button{width:100%;height:45px;border-radius:8px;outline:none;border:none;background-color:#44b04b;color:#fff;cursor:pointer;font-size:16px}.login_container .login .right form button:hover{transform:translateY(-1px)}.login_container .login .right form button:active{transform:translate(0)}.login_container .login .right form .line{display:flex;align-items:center;gap:12px;width:100%;justify-content:center;color:#bcbcbc}.login_container .login .right form .line span{display:inline-block;background-color:gray;height:1px;width:40%}.login_container .login .right form .google_login{display:flex;align-items:center;gap:10px;cursor:pointer}.login_container .login .right form .google_login svg{width:30px;height:30px}.login_container .login .right form .google_login h4{font-weight:600}@media screen and (max-width: 768px){.login_container .login{flex-direction:column;padding:20px 4% 40px;height:fit-content;gap:30px}.login_container .login .left,.login_container .login .left p{width:100%}.login_container .login .right{width:100%;padding:12px;border-radius:10px}.login_container .login .right .box{display:none}.login_container .login .right form{width:100%}.login_container .login .right form img{width:180px}}.contact{display:flex;align-items:center;justify-content:center;padding:40px 4% 60px}.contact .left{width:50%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;overflow:hidden;position:relative}.contact .left img{width:55%}.contact .left .content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:80%}.contact .left .content h4{font-size:24px;font-weight:600}.contact .left .content p{margin-top:-6px}.contact .left .content .connection{display:flex;width:100%;align-items:center;flex-wrap:wrap;gap:20px}.contact .left .content .connection p{margin-top:0;display:flex;align-items:center;gap:12px;width:calc(50% - 10px);z-index:1}.contact .left .content .connection p svg{width:20px;height:20px}.contact .left .content .connection a{text-decoration:none;color:#000;margin-top:0;display:flex;align-items:center;gap:12px;width:calc(50% - 10px)}.contact .left .content .connection a svg{width:20px;height:20px}.contact .left .circle{position:absolute;bottom:-20px;right:-20px;width:130px;height:130px;background-color:#ffccc9;border-radius:50%}.contact .left .out_circle{position:absolute;width:90px;height:90px;background-color:#fff7df;border-radius:50%;right:50px;bottom:50px;z-index:-1}.contact .right{width:50%;height:100%;background-color:#2e3191;padding:30px;border-radius:10px}.contact .right form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%}.contact .right form .box{display:flex;align-items:flex-start;gap:30px;width:100%;color:#fff}.contact .right form .box .input_div{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.contact .right form .box .input_div input{width:100%;outline:none;border:none;border-bottom:1px solid #808080;height:40px;background-color:#2e3191;font-family:Poppins;padding:0 16px;color:#fff}.contact .right form .box .input_div textarea{height:40px;border:none;border-bottom:1px solid #808080;outline:none;width:100%;background-color:#2e3191;color:#fff}.contact .right form .select_box{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:#fff}.contact .right form .select_box .radio_group{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.contact .right form .select_box .radio_group .radio_div{display:flex;align-items:center;gap:8px;cursor:pointer}.contact .right form .select_box .radio_group .radio_div label{cursor:pointer}.contact .right form button{background-color:#44b04b;color:#fff;padding:10px 20px;border-radius:10px;border:none;cursor:pointer}.contact .right form button:hover{transform:translateY(-1px)}.contact .right form button:active{transform:translateY(0)}@media screen and (max-width: 768px){.contact{padding:20px 4% 50px;flex-direction:column;gap:30px}.contact .left{width:100%}.contact .left img{width:90%}.contact .left .content{width:100%}.contact .left .content .connection{flex-direction:column;align-items:flex-start}.contact .left .content .connection p{width:100%}.contact .left .content .connection p svg{width:25px;height:25px}.contact .left .content .connection a{text-decoration:none;color:#000;margin-top:0;display:flex;align-items:center;gap:12px;width:100%;z-index:1;position:relative}.contact .left .content .connection a svg{width:20px;height:20px}.contact .right{width:100%;padding:20px}.contact .right form .box{flex-direction:column}.contact .right form .box .input_div input{border-radius:0;height:30px}.contact .right form .box .input_div textarea{border-radius:0}.contact .right form .select_box .radio_group{flex-wrap:wrap}.contact .right form button{padding:10px 30px;font-size:15px}}.course_section1_container{background:linear-gradient(to left,#b3a4ff,#f5e0ff);background-position:bottom;background-size:cover;height:90dvh;position:relative}.course_section1_container .course_section1{display:flex;padding:40px 4%;position:relative;justify-content:center}.course_section1_container .course_section1 .girl{position:absolute;width:14em;top:4rem;z-index:1}.course_section1_container .course_section1 .left{width:50%;display:flex;flex-direction:column;justify-content:center;gap:20px}.course_section1_container .course_section1 .left img{width:20em}.course_section1_container .course_section1 .left h2{font-size:40px;font-weight:600}.course_section1_container .course_section1 .left p{width:60%;line-height:1.7}.course_section1_container .course_section1 .right{width:50%;display:flex;justify-content:flex-end}.course_section1_container .course_section1 .right img{width:24em}.course_section1_container .course_section1 .circle{position:absolute;width:400px;height:400px;background-color:red;align-self:center;border-radius:50%;background-color:#ffffff2d;bottom:0}.course_section1_container .box{position:absolute;left:0;width:100%;display:block;z-index:2}.course_section1_container .content{background-color:#fff;width:100%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 4%}.course_section1_container .content h4{color:#f8bc23;font-size:24px}.course_section1_container .content p{width:80%;font-size:14px;text-align:center}.course_content{background-color:#fff;width:100%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 4%}.course_content h4{color:#f8bc23;font-size:24px}.course_content p{width:80%;font-size:14px;text-align:center}.course_section2{padding:50px 4%;display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column}.course_section2 h2{color:#f8bc23;font-size:40px}.course_section2 p{width:75%;text-align:center}.course_section2 .boxes{width:100%;display:flex;align-items:center;justify-content:center;gap:30px}.course_section2 .boxes .box{width:calc(25% - 22px);display:flex;align-items:center;justify-content:center;gap:16px;flex-direction:column;border-radius:10px;padding:16px;min-height:380px;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;transition:all .3s ease}.course_section2 .boxes .box:hover{transform:scale(1.06)}.course_section2 .boxes .box h3{font-size:24px;text-align:center;font-weight:600}.course_section2 .boxes .box h4{font-size:20px}.course_section2 .boxes .box .animate{width:240px;height:240px}.course_section2 .boxes .box:first-child{background-color:#ffcfcf}.course_section2 .boxes .box:nth-child(2){background-color:#adffd6}.course_section2 .boxes .box:nth-child(3){background-color:#95aeff}.course_section2 .boxes .box:nth-child(4){background-color:#f0ff7d}.about_section2{padding:40px 4%;display:flex;align-items:center;gap:30px}.about_section2 .left{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:50%}.about_section2 .left h4{font-size:24px;color:#f8bc23}.about_section2 .left h2{font-size:36px;color:#2e3191}.about_section2 .left p{line-height:1.7}.about_section2 .right{width:50%;display:flex;align-items:center;justify-content:center}.about_section2 .right .back_video{width:100%;border-radius:16px}.course_section3{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;padding:40px 4%;position:relative}.course_section3 .course_section3_bg{position:absolute;right:0;z-index:-1}.course_section3 h2{color:#f8bc23;font-size:40px;font-weight:600}.course_section3 .box{width:100%;display:flex;align-items:center;gap:30px}.course_section3 .box .left{width:50%;display:flex;align-items:center}.course_section3 .box .left .back_video{width:100%;border-radius:16px}.course_section3 .box .right{width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.course_section3 .box .right h4{font-size:24px;font-weight:600}.course_section3 .box .right p{line-height:1.7}.course_section4{padding:40px 4%;position:relative;display:flex;align-items:center}.course_section4 .course_section4_bg{position:absolute;left:0}.course_section4 .box{width:100%;display:flex;align-items:center;gap:30px}.course_section4 .box .right{width:50%;display:flex;align-items:center}.course_section4 .box .right .back_video{width:100%;border-radius:16px}.course_section4 .box .left{width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.course_section4 .box .left h4{font-size:24px;font-weight:600}.course_section4 .box .left p{line-height:1.7}.course_section5{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:40px 4%}.course_section5 h4{font-size:24px;font-weight:600;color:#f8bc23}.course_section5 h2{font-size:40px;font-weight:600}.course_section5 .box{width:100%;display:flex;align-items:center}.course_section5 .box .left{width:100%}.course_section5 .box .left .mySwiper{padding:20px}.course_section5 .box .left .mySwiper .slideCard{box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;border-radius:10px;position:relative;transition:all .3s ease;overflow:hidden}.course_section5 .box .left .mySwiper .slideCard .circle{position:absolute;width:150px;height:150px;background-color:#3d2e91;border-radius:50%;top:-50px;left:-50px;transform:scale(0);transition:all .3s ease}.course_section5 .box .left .mySwiper .slideCard:hover{transform:scale(1.05)}.course_section5 .box .left .mySwiper .slideCard:hover .circle{transform:scale(1);transform-origin:left right top}.course_section5 .box .left .mySwiper .slideCard .top img{width:100%;border-radius:10px 10px 0 0}.course_section5 .box .left .mySwiper .slideCard .bottom{padding:15px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.course_section5 .box .left .mySwiper .slideCard .bottom button{background-color:#f8bc23;color:#000;padding:7px 8px;border-radius:8px;font-size:14px;border:none;cursor:pointer}.course_section5 .box .left .mySwiper .slideCard .bottom h2{font-size:24px}.course_section5 .box .left .mySwiper .slideCard .bottom .box{display:flex;align-items:flex-start}.course_section5 .box .left .mySwiper .slideCard .bottom .box span{display:inline-block;display:flex;gap:12px;align-items:center;width:50%}.course_section5 .box .left .mySwiper .slideCard .bottom .box span svg{width:18px;height:18px}.course_section5 .box .left .mySwiper .slideCard .bottom a{background-color:#3d2e91;color:#fff;text-decoration:none;padding:10px 20px;border-radius:10px;align-self:center;width:100%;display:flex;align-items:center;justify-content:center}.course_section5 .box .right{width:10%;display:flex;align-items:center;justify-content:center}.course_section5 .box .right .circle{background-color:#3d2e91;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .3s ease}.course_section5 .box .right .circle:hover{transform:scale(1.04)}.course_section5 .box .right .circle svg{fill:#fff;width:40px;height:40px}.course_section6{display:flex;align-items:center;justify-content:center;padding:40px 4%;flex-direction:column;gap:20px}.course_section6 h4{color:#f8bc23;font-weight:600;font-size:24px}.course_section6 h2{font-size:40px;font-weight:600;color:#4b4b4b}.course_section6 .boxes{width:100%;display:flex;align-items:flex-start;justify-content:center}.course_section6 .boxes .outer_box{width:25%;border-right:1px solid #a8a8a8;display:flex;align-items:flex-start;justify-content:center;padding:0 20px}.course_section6 .boxes .outer_box .box{display:flex;flex-direction:column;gap:10px;align-items:flex-start;min-height:16 0px}.course_section6 .boxes .outer_box .box .top{border:1px solid #547AEB;width:100%;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px;transition:all .4s ease}.course_section6 .boxes .outer_box .box .top h4{font-size:18px;color:#000;transition:all .4s ease}.course_section6 .boxes .outer_box .box .bottom{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:8px;border-radius:0 0 10px 10px;color:#000;transition:all .4s ease;min-height:130px}.course_section6 .boxes .outer_box:hover .box .top{background-color:#547aeb}.course_section6 .boxes .outer_box:hover .box .top h4{color:#fff}.course_section6 .boxes .outer_box:hover .box .bottom{background-color:#547aeb;color:#fff}.course_section6 .boxes .outer_box:last-child{border:none}.course_section6 .content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.course_section6 .content h3{font-size:24px}.course_section6 .content ul{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-left:20px}.course_section6 .content ul li{font-weight:500}@media screen and (max-width: 768px){.course_section1_container{height:fit-content}.course_section1_container .course_section1{flex-direction:column;gap:30px}.course_section1_container .course_section1 .girl{display:none}.course_section1_container .course_section1 .left{width:100%}.course_section1_container .course_section1 .left h2{font-size:28px}.course_section1_container .course_section1 .left img{width:15em}.course_section1_container .course_section1 .left p{width:100%}.course_section1_container .course_section1 .right{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.course_section1_container .course_section1 .right img{width:80%}.course_section1_container .course_section1 .circle{width:85%;height:340px}.course_section1_container .content{border:1px solid red;display:none}.course_section1_container .content p{width:100%}.course_content{align-items:flex-start}.course_content h4{text-align:left}.course_content p{width:100%;text-align:left}.course_section2{padding:20px 4%}.course_section2 h2{font-size:26px}.course_section2 p{width:100%;text-align:left}.course_section2 .boxes{flex-wrap:wrap;gap:20px}.course_section2 .boxes .box{width:90%;min-height:260px}.course_section2 .boxes .box h3{font-size:20px}.course_section2 .boxes .box h4{font-size:18px}.course_section2 .boxes .box .animate{width:120px;height:120px}.about_section2{padding:20px 4%;flex-direction:column}.about_section2 .left{width:100%}.about_section2 .left h4{font-size:20px}.about_section2 .left h2{font-size:28px}.about_section2 .right,.about_section2 .right img{width:100%}.course_section3{margin-top:0;padding:20px 4%;align-items:flex-start}.course_section3 h2{font-size:28px}.course_section3 .box{gap:20px;flex-direction:column}.course_section3 .box .left{width:100%}.course_section3 .box .right{width:100%;gap:16px}.course_section3 .box .right h4{font-size:22px}.course_section4{padding:20px 4%}.course_section4 .box{flex-direction:column;gap:20px}.course_section4 .box .left{width:100%;gap:16px}.course_section4 .box .left h4{font-size:22px}.course_section4 .box .right,.course_section4 .box .right img{width:100%}.course_section5{padding:20px 4%;align-items:flex-start}.course_section5 h4{font-size:20px}.course_section5 h2{font-size:28px}.course_section5 .box{justify-content:center}.course_section5 .box .left{width:100%;padding:0 10px}.course_section5 .box .left .mySwiper{padding:10px;width:100%!important}.course_section5 .box .left .mySwiper .slideCard{width:100%}.course_section5 .box .left .mySwiper .slideCard .bottom{gap:12px}.course_section5 .box .left .mySwiper .slideCard .bottom h2{font-size:20px}.course_section5 .box .left .mySwiper .slideCard .bottom .box{gap:12px}.course_section5 .box .left .mySwiper .slideCard .bottom .box span,.course_section5 .box .right{width:100%}.course_section5 .box .right .circle{width:60px;height:60px}.course_section5 .box .right .circle svg{width:30px;height:30px}.course_section6 h4{font-size:20px}.course_section6 h2{font-size:25px}.course_section6 .boxes{flex-wrap:wrap;gap:20px}.course_section6 .boxes .outer_box{border:none;width:100%;padding:0}.course_section6 .content h3{font-size:20px}}.dashboard_container .dashboard{height:90dvh;display:flex;align-items:flex-start}.dashboard_container .dashboard .left{width:20%;height:100%;background-color:#2e3191;transition:all 10.5s ease}.dashboard_container .dashboard .left .top{padding:16px;display:flex;align-items:center;justify-content:space-between;height:80px;width:100%}.dashboard_container .dashboard .left .top svg{color:#fff;width:26px;height:26px;display:none;cursor:pointer}.dashboard_container .dashboard .left .top img{width:50px;transition:all .3s ease}.dashboard_container .dashboard .left .top img.active{display:none}.dashboard_container .dashboard .left .bottom{width:100%;padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.dashboard_container .dashboard .left .bottom .box{display:flex;align-items:center;gap:20px;border-radius:8px;width:100%;padding:10px 5px;cursor:pointer;color:#fff;white-space:nowrap;transition:all .3s ease}.dashboard_container .dashboard .left .bottom .box p{opacity:1;visibility:visible;transition:all .3s ease}.dashboard_container .dashboard .left .bottom .box svg{color:#fff;width:24px;height:24px;transition:all .3s ease}.dashboard_container .dashboard .left .bottom .box:hover{background-color:#fff;color:#000}.dashboard_container .dashboard .left .bottom .box:hover svg{color:#000}.dashboard_container .dashboard .left .bottom .box.active{background-color:#fff;color:#000}.dashboard_container .dashboard .left .bottom .box.active svg{color:#000}.dashboard_container .dashboard .left.active{width:5%}.dashboard_container .dashboard .left.active .bottom{padding:10px}.dashboard_container .dashboard .left.active .bottom .box{display:flex;align-items:center;justify-content:center}.dashboard_container .dashboard .left.active .bottom .box p{display:none}.dashboard_container .dashboard .right{width:100%;padding:20px;border-top:2px solid #2E3191;display:flex;flex-direction:column;align-items:flex-start;gap:20px;height:100%}.dashboard_container .dashboard .right .top{display:flex;align-items:center;justify-content:space-between;width:100%}.dashboard_container .dashboard .right .top .search{display:flex;align-items:center;height:34px;border-radius:30px;padding:0 8px;box-shadow:#00000029 0 10px 36px,#0000000f 0 0 0 1px;width:30%}.dashboard_container .dashboard .right .top .search input{border:none;outline:none;padding:0 15px;font-family:Poppins;width:100%;background-color:#fff}.dashboard_container .dashboard .right .top .search span{color:#868686;cursor:pointer;display:flex;align-items:center;justify-content:center}.dashboard_container .dashboard .right .top .search span svg{width:20px;height:20px}.dashboard_container .dashboard .right .top .profile{display:flex;align-items:center;gap:16px}.dashboard_container .dashboard .right .top .profile svg{width:35px;height:35px}.dashboard_container .dashboard .right .top .profile .details h4{font-weight:600}.dashboard_container .dashboard .right .top .profile .details p{color:gray}.dashboard_container .dashboard .right .top .profile .profile_btn{box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.dashboard_container .dashboard .right .top .profile .profile_btn svg{width:20px;height:20px}.dashboard_container .dashboard .right .bottom{width:100%;display:flex;align-items:flex-start;gap:16px;height:100%}.dashboard_container .dashboard .right .bottom .bottom_left{width:70%}.dashboard_container .dashboard .right .bottom .bottom_left .boxes{display:flex;align-items:flex-start;gap:12px}.dashboard_container .dashboard .right .bottom .bottom_left .boxes .box{width:calc(25% - 9px);padding:12px;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.dashboard_container .dashboard .right .bottom .bottom_left .boxes .box p{font-size:14px;font-weight:500}.dashboard_container .dashboard .right .bottom .bottom_left .boxes .box .details{display:flex;align-items:center;width:100%;justify-content:space-between}.dashboard_container .dashboard .right .bottom .bottom_left .boxes .box .details img{width:24px}.dashboard_container .dashboard .right .bottom .bottom_right{width:30%;height:100%;display:flex;align-items:flex-start;flex-direction:column;gap:12px}.dashboard_container .dashboard .right .bottom .bottom_right .top h4{font-weight:600;display:flex;align-items:center;gap:8px}.dashboard_container .dashboard .right .bottom .bottom_right .top h4 img{width:26px}.dashboard_container .dashboard .right .bottom .bottom_right .bottom{width:100%;height:340px;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;overflow:auto}.dashboard_container .dashboard .right .bottom .bottom_right .bottom::-webkit-scrollbar{display:none}.dashboard_container .dashboard .right .bottom .bottom_right .bottom .notification_Card{box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;border-radius:10px;padding:8px}.dashboard_container .dashboard .right .bottom .box{width:100%;display:flex;flex-direction:column;gap:8px}.dashboard_container .dashboard .right .bottom .box .box_top .details{display:flex;align-items:center;justify-content:space-between}.dashboard_container .dashboard .right .bottom .box .box_top .details h3{font-weight:600}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons{display:flex;align-items:center;gap:16px}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons .exp_btn{border:1px solid #808080;padding:10px 16px;border-radius:10px;color:#000;gap:8px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons .exp_btn:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons .exp_btn:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons .make_payment{display:flex;align-items:center;gap:8px;background-color:#44b04b;padding:10px 16px;border-radius:10px;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons .make_payment:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .bottom .box .box_top .details .buttons .make_payment:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom .box .box_bottom{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.dashboard_container .dashboard .right .bottom .box .box_bottom .boxes{display:flex;align-items:flex-start;justify-content:flex-start;gap:20px}.dashboard_container .dashboard .right .bottom .box .box_bottom .boxes .box{background-color:#aeb1ff;padding:16px;border-radius:10px;width:fit-content;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dashboard_container .dashboard .right .bottom .box .box_bottom .boxes .box p:nth-child(2){color:#2e3191;display:flex;align-items:center;gap:4px;font-weight:500}.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table{border-collapse:collapse;caption-side:bottom;width:100%}.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table .scrollable-tbody{height:200px;overflow-y:auto;display:block}.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table .scrollable-tbody::-webkit-scrollbar{display:none}.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table tbody{display:block}.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table thead,.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table tbody tr{display:table;width:100%;table-layout:fixed;border-top:1px solid #dbdbdb}.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table th,.dashboard_container .dashboard .right .bottom .box .box_bottom .payment_infos table td{border:1px solid #000;padding:5px 30px;width:200px;font-weight:500;text-align:center;background-color:#fbfbfb;border:none;font-weight:400}.dashboard_container .dashboard .right .bottom{display:flex;align-items:flex-start;gap:16px}.dashboard_container .dashboard .right .bottom .left_bottom{width:50%;display:flex;align-items:flex-start;gap:20px;flex-direction:column}.dashboard_container .dashboard .right .bottom .left_bottom h3{font-size:24px;font-weight:600}.dashboard_container .dashboard .right .bottom .left_bottom p{font-size:14px;line-height:1.7}.dashboard_container .dashboard .right .bottom .right_bottom{width:50%;border-radius:10px;background:linear-gradient(to right bottom,#2e3191,#2e3191);height:300px;padding:20px;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:16px;color:#fff}.dashboard_container .dashboard .right .bottom .right_bottom img{position:absolute;width:15em;bottom:0;right:0}.dashboard_container .dashboard .right .bottom .right_bottom .mode{background-color:#ffe28c;color:#000;text-transform:uppercase;padding:8px 16px;border-radius:20px 20px 20px 0;border:2px solid #fff}.dashboard_container .dashboard .right .profile_bottom{width:100%;display:flex;flex-direction:column}.dashboard_container .dashboard .right .profile_bottom .details_edit{display:flex;align-items:center;font-weight:500;align-self:flex-end}.dashboard_container .dashboard .right .profile_bottom .details_edit .switch .slider{background-color:#ffffff2b;border-radius:100px;padding:1px;margin:10px;cursor:pointer;transition:box-shadow .2s cubic-bezier(.4,0,.2,1) 0s;align-items:center;position:relative;display:block;width:45px;height:24px;box-shadow:#0000009e 0 0 5px inset,#00000036 0 0 0 24px inset,#22cc3f 0 0 inset,#e0e0e073 0 1px}.dashboard_container .dashboard .right .profile_bottom .details_edit .switch .slider:after{content:"";display:flex;top:2.3px;left:2px;width:20px;height:20px;background-color:#e3e3e3;border-radius:200px;position:absolute;box-shadow:transparent 0 0 0 2px,#0000004d 0 6px 6px;transition:left .3s cubic-bezier(.4,0,.2,1) 0s,background-color .3s cubic-bezier(.4,0,.2,1) 0s;will-change:left,background-color}.dashboard_container .dashboard .right .profile_bottom .details_edit .switch input[type=checkbox]:checked+.slider{box-shadow:#0000009e 0 0 5px inset,#22cc3f 0 0 0 2px inset,#22cc3f 0 0 0 24px inset,#e0e0e073 0 1px}.dashboard_container .dashboard .right .profile_bottom .details_edit .switch input[type=checkbox]:checked+.slider:after{left:24px}.dashboard_container .dashboard .right .profile_bottom .details_edit .switch input[type=checkbox]{display:none}.dashboard_container .dashboard .right .profile_bottom form{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}.dashboard_container .dashboard .right .profile_bottom form .box{width:100%;display:flex;align-items:flex-start!important;flex-wrap:wrap!important;gap:30px!important;flex-direction:row!important}.dashboard_container .dashboard .right .profile_bottom form .box .input_div{width:calc(33.3% - 20px);display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dashboard_container .dashboard .right .profile_bottom form .box .input_div input{width:100%;outline:none;border:none;border-radius:0;border-bottom:1px solid #212121}.dashboard_container .dashboard .right .profile_bottom form button{background-color:#44b04b;color:#fff;border:none;padding:10px 20px;border-radius:10px;cursor:pointer}.dashboard_container .dashboard .right .profile_bottom form button:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .profile_bottom form button:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom .slab{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;border-radius:10px;box-shadow:#0000001a 0 4px 12px}.dashboard_container .dashboard .right .bottom .slab img{width:200px}.dashboard_container .dashboard .right .bottom .slab h4{font-size:24px;font-weight:500}.dashboard_container .dashboard .right .bottom .slab button{all:unset;background-color:#2e3191;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer}.dashboard_container .dashboard .right .bottom .slab button:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .bottom .slab button:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom .exam_box{width:100%;height:100%}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top{display:flex;align-items:flex-start;justify-content:space-between}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top h4{font-weight:500;font-size:20px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top .details{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top .details p{color:#2e3191}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top .details .timer{background-color:#5d5fa8;width:130px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:5px;color:#fff}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom{margin-top:16px;padding:20px;background-color:#f8f8f8;border-radius:10px;display:flex;flex-direction:column;gap:16px;box-shadow:#97979705 0 1px 3px,#1b1f2326 0 0 0 1px;border:1px solid #c6c6c6}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer{width:40%;display:flex;flex-wrap:wrap;gap:20px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box{width:calc(50% - 10px);border:1px solid #BBBBBB;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:10px;min-height:60px;cursor:pointer;background-color:#e6e6e6;-webkit-user-select:none;user-select:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box.right{background-color:#22cc3f;border:#22cc3f;color:#fff;border-color:#22cc3f}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box.wrong{background-color:red;border:#ff0000;color:#fff;border-color:red}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box.active{background-color:#2e3191;color:#fff}.dashboard_container .dashboard .right .bottom .exam_box .buttons{display:flex;align-items:center;justify-content:flex-end;margin-top:14px}.dashboard_container .dashboard .right .bottom .exam_box .buttons button{background-color:#2e3191;border:none;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer}.dashboard_container .dashboard .right .bottom .exam_box .buttons button:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .bottom .exam_box .buttons button:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom .score_box{width:100%;height:280px;border-radius:10px;padding:20px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:16px;position:relative;box-shadow:#0000001a 0 4px 12px}.dashboard_container .dashboard .right .bottom .score_box h3{font-weight:600;font-size:1.5rem;color:#2e3191}.dashboard_container .dashboard .right .bottom .score_box h4{font-weight:500;font-size:20px;width:70%}.dashboard_container .dashboard .right .bottom .score_box .success{position:absolute;width:20%;right:0;bottom:0;z-index:-1}.dashboard_container .dashboard .right .bottom .score_box .verify{position:absolute;width:130px;transform:rotate(-45deg);bottom:-60px;right:-40px;transform:rotate(-20deg)}.dashboard_container .dashboard .right .bottom .score_box .score{position:relative}@media screen and (max-width: 768px){.dashboard_container .dashboard{flex-direction:column;height:fit-content}.dashboard_container .dashboard .left{width:100%}.dashboard_container .dashboard .left .top{padding:0 4%;height:60px}.dashboard_container .dashboard .left .top svg{display:block}.dashboard_container .dashboard .left .bottom{position:fixed;top:128px;right:0;background-color:#2e3191;z-index:9;width:60%;height:100%;transform:translate(100%);transition:all .3s ease-in-out}.dashboard_container .dashboard .left .bottom.active{transform:translate(0)}.dashboard_container .dashboard .right .top{flex-direction:column;width:100%;gap:14px}.dashboard_container .dashboard .right .top .search{width:100%;height:40px}.dashboard_container .dashboard .right .top .profile{align-items:flex-start;align-self:flex-end;gap:12px}.dashboard_container .dashboard .right .top .profile svg{width:25px;height:25px}.dashboard_container .dashboard .right .bottom{flex-direction:column}.dashboard_container .dashboard .right .bottom .bottom_left{width:100%}.dashboard_container .dashboard .right .bottom .bottom_left .boxes{flex-wrap:wrap}.dashboard_container .dashboard .right .bottom .bottom_left .boxes .box,.dashboard_container .dashboard .right .bottom .bottom_right{width:100%}.dashboard_container .dashboard .right .bottom .bottom_right .top{align-items:flex-start}.dashboard_container .dashboard .right .bottom .bottom_right .bottom{padding:5px}.dashboard_container .dashboard .right .bottom .box_top{justify-content:flex-start;display:flex}.dashboard_container .dashboard .right .bottom .box_top .details{flex-direction:column;gap:12px}.dashboard_container .dashboard .right .bottom .box_top .details h3{align-self:flex-start;text-align:left}.dashboard_container .dashboard .right .bottom .box_bottom .boxes{flex-direction:column;width:100%}.dashboard_container .dashboard .right .bottom .box_bottom .boxes .box{width:100%!important}.dashboard_container .dashboard .right .bottom .box_bottom .payment_infos{overflow:auto;width:100%}.dashboard_container .dashboard .right .bottom .box_bottom .payment_infos::-webkit-scrollbar{display:none}.dashboard_container .dashboard .right .bottom .left_bottom,.dashboard_container .dashboard .right .bottom .right_bottom{width:100%}.dashboard_container .dashboard .right .bottom .right_bottom img{width:8em}.dashboard_container .dashboard .right .profile_bottom form,.dashboard_container .dashboard .right .profile_bottom form .box .input_div{width:100%}.dashboard_container .dashboard .right .bottom .slab{padding:10px}.dashboard_container .dashboard .right .bottom .slab h4{font-size:18px}.dashboard_container .dashboard .right .bottom .slab button{padding:5px 10px;font-size:15px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top{flex-direction:column}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_top h4{font-size:18px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom{padding:10px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer{width:100%;gap:12px}.dashboard_container .dashboard .right .bottom .exam_box .exam_box_bottom .answer .answer_box{width:calc(50% - 6px)}.dashboard_container .dashboard .right .bottom .exam_box .buttons button{font-size:14px;padding:8px 12px}.dashboard_container .dashboard .right .bottom .score_box{min-height:280px;height:fit-content;padding:10px;justify-content:flex-start}.dashboard_container .dashboard .right .bottom .score_box h4{width:100%;font-size:18px}.dashboard_container .dashboard .right .bottom .score_box h3{font-size:1.1rem}.dashboard_container .dashboard .right .bottom .score_box h1{font-size:20px}.dashboard_container .dashboard .right .bottom .score_box .verify{width:60px;bottom:-25px;right:0}.dashboard_container .dashboard .right .bottom .score_box .success{width:50%}}.dashboard_card{background:linear-gradient(to right,#2e3191 60%,#dfcff7);width:100%;height:fit-content;border-radius:10px;padding:14px;display:flex;align-items:center;justify-content:space-between}.dashboard_card .details{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dashboard_card .details h3{font-weight:600;display:flex;align-items:center;gap:12px;color:#fff}.dashboard_card .details h3 img{width:30px}.dashboard_card .details p{font-size:14px;color:#b8b8b8}.dashboard_card img{width:130px}@media screen and (max-width: 768px){.dashboard_card{flex-direction:column}.dashboard_card .details h3 img{display:none}}.support_section1_container .support_section1{padding:40px 4%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.support_section1_container .support_section1 h2{font-size:32px;font-weight:500;color:#f8bc23}.support_section1_container .support_section1 .box{width:100%;display:flex;align-items:center}.support_section1_container .support_section1 .box .left{width:50%}.support_section1_container .support_section1 .box .left .accordion{width:100%;display:flex;flex-direction:column;gap:12px;max-height:1000PX;height:440px}.support_section1_container .support_section1 .box .left .accordion .faq{display:flex;flex-direction:column;padding:12px;border-radius:6px;box-shadow:#00000029 0 1px 4px;cursor:pointer}.support_section1_container .support_section1 .box .left .accordion .faq .question p{font-weight:500;cursor:pointer}.support_section1_container .support_section1 .box .left .accordion .faq .answer{overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height .3s ease,opacity .3s ease,visibility .3s ease}.support_section1_container .support_section1 .box .left .accordion .faq .answer p{margin:0;padding:10px 0}.support_section1_container .support_section1 .box .left .accordion .faq.active .answer{opacity:1;visibility:visible}.support_section1_container .support_section1 .box .right{width:50%;display:flex;align-items:center;justify-content:center}.support_section1_container .support_section1 .box .right img{width:72%}@media screen and (max-width: 768px){.support_section1_container .support_section1{padding:30px 4%}.support_section1_container .support_section1 h2{font-size:28px}.support_section1_container .support_section1 .box{flex-direction:column}.support_section1_container .support_section1 .box .left,.support_section1_container .support_section1 .box .right{width:100%}}.privacy_container .privacy{padding:20px 4%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px}.privacy_container .privacy ul{margin-left:6%}.privacy_container .privacy h1{font-size:1.8rem}.privacy_container .privacy h2{font-size:1.5rem}.forget_container .forget{display:flex;align-items:center;padding:40px 4% 60px;height:91dvh}.forget_container .forget .left{width:40%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;height:100%}.forget_container .forget .left img{width:85%}.forget_container .forget .left h3{color:#2e3191;font-size:24px}.forget_container .forget .left p{text-align:center;width:70%}.forget_container .forget .right{position:relative;width:60%;background-color:#2e3191;padding:30px;display:flex;align-items:center;justify-content:center;height:100%}.forget_container .forget .right .box{position:absolute;width:100px;height:85%;background-color:#fff;border-radius:0 20px 20px 0;left:0}.forget_container .forget .right form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#fff;width:60%;padding:16px;border-radius:10px}.forget_container .forget .right form img{width:18rem}.forget_container .forget .right form .input_div{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:8px}.forget_container .forget .right form .input_div .input_box{width:100%;display:flex;align-items:center;border:1px solid #000;border-radius:8px;padding:0 15px}.forget_container .forget .right form .input_div .input_box input{border:none;padding:0}.forget_container .forget .right form .input_div .input_box svg{cursor:pointer;width:20px;height:20px;opacity:.5}.forget_container .forget .right form .input_div input{outline:none;width:100%;height:45px;border-radius:8px;border:1px solid #000;padding:0 16px;font-family:Poppins}.forget_container .forget .right form a{align-self:flex-end;text-decoration:none;color:#9a0a01}.forget_container .forget .right form button{width:100%;height:45px;border-radius:8px;outline:none;border:none;background-color:#44b04b;color:#fff;cursor:pointer;font-size:16px}.forget_container .forget .right form button:hover{transform:translateY(-1px)}.forget_container .forget .right form button:active{transform:translate(0)}.forget_container .forget .right form .line{display:flex;align-items:center;gap:12px;width:100%;justify-content:center;color:#bcbcbc}.forget_container .forget .right form .line span{display:inline-block;background-color:gray;height:1px;width:40%}.forget_container .forget .right form .google_login{display:flex;align-items:center;gap:10px;cursor:pointer}.forget_container .forget .right form .google_login svg{width:30px;height:30px}.forget_container .forget .right form .google_login h4{font-weight:600}@media screen and (max-width: 768px){.forget_container .forget{flex-direction:column;padding:20px 4% 40px;height:fit-content;gap:30px}.forget_container .forget .left,.forget_container .forget .left p{width:100%}.forget_container .forget .right{width:100%;padding:12px;border-radius:10px}.forget_container .forget .right .box{display:none}.forget_container .forget .right form{width:100%}.forget_container .forget .right form img{width:180px}}.terms_container .terms{padding:40px 4%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:16px}.terms_container .terms ul{margin-left:6%}.terms_container .terms h1{font-size:1.8rem}.terms_container .terms h2{font-size:1.5rem}.batch{padding:40px 4%;display:flex;align-items:flex-start;justify-content:center;gap:50px}.batch .left{width:50%;background-color:#d9d9d97e;border-radius:10px;border:1px solid #2E3191;padding:30px;display:flex;flex-direction:column;gap:20px}.batch .left h2{color:#2e3191;font-size:1.8rem;display:flex;align-items:center;gap:10px}.batch .left h2 img{width:40px}.batch .left h4{color:red;font-size:1.2rem;font-weight:500}.batch .left ul{margin-left:15px;display:flex;flex-direction:column;gap:8px}.batch .left ul li{display:flex;align-items:center;list-style-type:none;gap:10px}.batch .left ul li img{width:20px}.batch .left .box{background-color:#fff;border-radius:10px;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:16px}.batch .left .box p{font-size:16px;display:flex;align-items:center;gap:10px}.batch .left .box p span{display:flex;align-items:center;gap:4px;font-weight:500}.batch .left .box p span img{width:20px}.batch .left a{background-color:#2e3191;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:8px;width:50%;align-self:center;margin-top:30px}.batch .right{width:50%;height:300px;background-color:#d9d9d97e;border-radius:10px;border:1px solid #2E3191;padding:20px}@media screen and (max-width: 768px){.batch{flex-direction:column;padding:30px 4%}.batch .left{width:100%;padding:12px}.batch .left h2{align-items:flex-start;font-size:1.2rem}.batch .left h4{font-size:1rem}.batch .left ul{margin-left:0}.batch .left .box{padding:8px}.batch .left .box p{flex-direction:column;align-items:flex-start}.batch .left a{margin-bottom:20px}}
