@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Archivo:ital,wght@0,100..900;1,100..900&family=Barlow: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&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");:root{--background:#fff;--main-font:"Barlow",sans-serif;--main-color-two:rgb(235,235,235);--h1-size:45px;--h2-size:27px;--h3-size:22px;--h4-size:19px;--p-size:15px}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--main-font);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400}*{box-sizing:border-box;padding:0;margin:0}.flex{display:flex;align-items:center}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-center{justify-content:center}.flex-left{align-items:flex-start;justify-content:flex-start}.flex-right{align-items:flex-end;justify-content:flex-end}.flex-sb{justify-content:space-between}.flex-ev{justify-content:space-evenly}.flex-ar{justify-content:space-around}.gap-05{gap:.5rem}.gap-1{gap:1rem}.gap-15{gap:1.5rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.m-auto{margin:0 auto}.m-0{margin:0!important}.p-0{padding:0!important}.mtb-1{margin-top:1rem;margin-bottom:1rem}.mt-1{margin-top:1rem!important}.mt-15{margin-top:1.5rem}.mt-2{margin-top:2rem}.mt-25{margin-top:2.5rem}.mt-3{margin-top:3rem}.mb-05{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.mb-15{margin-bottom:1.5rem}.mb-2{margin-bottom:2rem}.mb-25{margin-bottom:2.5rem}.mb-3{margin-bottom:3rem}.ml-1{margin-left:1rem}.ml-15{margin-left:1.5rem}.ml-2{margin-left:2rem}.ml-25{margin-left:2.5rem}.ml-3{margin-left:3rem}.mr-05{margin-right:.5rem}.mr-1{margin-right:1rem}.mr-15{margin-right:1.5rem}.mr-2{margin-right:2rem}.mr-25{margin-right:2.5rem}.mr-3{margin-right:3rem}.container{max-width:1400px;margin:0 auto;padding-left:1rem;padding-right:1rem}.container.close{margin:auto}main{margin-top:110px}.full-h{height:100vh!important}.full-w{width:100vw!important}.w-33{width:33.333333%}.w-50{width:50%}.w-66{width:66.66666%}.w-100,.wh-100{width:100%}.wh-100{height:100%}.wh_100{width:100vw;height:100vh}.wh_50{width:100vw;height:50vh}.wh_70{width:100vw;height:60vh}a{text-decoration:none;color:inherit}p{font-size:18px}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}button{cursor:pointer;font-family:inherit}li{list-style:none}.green{color:green!important}.aqua{color:rgb(70,181,237)}.blue{color:blue}.maincolor{color:var(--main-color)}.white{color:#fff!important}.red{color:red!important}.purple{color:#9b27b0}.flip-mirror{transform:scaleX(-1)}.comming_soon{width:90%;margin:0 auto}.comming_soon img{max-width:100%}header{position:fixed;top:0;width:100%;z-index:89999999;background-color:#ffff}.top_header_de{position:relative;background-color:transparent;background-image:linear-gradient(160deg,var(--main-color) 0,#02274a 100%);color:#fff}.top_header_de_cont{display:flex;align-items:center;justify-content:flex-end;padding:.7rem 0}.top_header_de_right{display:flex;align-items:center;gap:1rem}.top_header_de_right a{font-size:15px}.header_admi_blink{color:var(--main-color);font-weight:500;background-color:#fff;padding:.3rem 1rem;border-radius:5px;transition:all .3s ease;animation:blink 1.5s infinite}.header_admi_blink:hover{background-color:var(--main-color);color:#fff}.navbar_cont{justify-content:space-between}.navbar,.navbar_cont{display:flex;align-items:center}.navbar{position:relative;gap:4rem}.logo{width:190px;overflow:hidden}.logo img{width:100%}.nav_list{gap:2rem}.nav_list,.nav_list a{display:flex;align-items:center}.nav_list a{gap:5px;font-size:15px;font-weight:500;border-bottom:1px solid transparent;padding:3rem 0}.nav_list a:hover{color:var(--main-color);border-bottom:1px solid var(--main-color)}.nav_list a svg{color:#555;margin-top:3px}.navbar button{all:unset;font-size:20px}.navbar hr{width:.5px;height:50px;background-color:#f4f4f416;border-radius:50%}.admission_open_highlight_header{color:red;font-weight:700!important;animation:blink 1.5s infinite}@keyframes blink{0%{opacity:1}50%{opacity:.5;color:var(--main-color)}to{opacity:1}}.dropdown_header_nav{position:relative}.dropdown_header_nav_cont{position:absolute;z-index:5;top:100%;left:0;width:auto;background-color:#fff;padding:1rem;display:flex;align-items:flex-start;gap:1rem;flex-direction:column;min-width:150px;display:none}.dropdown_header_nav:hover .dropdown_header_nav_cont{display:flex}.dropdown_header_nav_cont a{padding:0}.banner_home{position:relative;width:100%;height:auto}.banner_home_cont{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;width:100%;padding:5rem 0;z-index:2}.banner_home_cont h1{font-size:3.5rem;color:var(--foreground);text-align:center;font-weight:700}.banner_home_cont h1 span{background:linear-gradient(to right,var(--main-color),var(--second-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500}.banner_home_cont a{margin-top:3rem;display:block;background-color:var(--second-color);color:#fff;padding:.7rem 1.3rem;border-radius:20px;border-top-left-radius:0;border-bottom-right-radius:0;box-shadow:-7px 15px 10px rgb(225,241,255)}.banner_grep_img{margin-top:3rem;width:350px}.banner_grep_img img{width:100%}.three_b_c_s{margin-top:3rem;position:relative;display:flex;align-items:center;gap:2rem}.three_b_c_s h4{font-weight:400}.banner_home_cont p{max-width:600px;text-align:center;margin:3rem auto 0;font-weight:500;line-height:1.5;color:var(--foreground)}.banner_cont_ab_i{position:absolute;bottom:20%;left:0;width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}.banner_ab_left_i{left:0;background-color:#ffcece;border-radius:50%;border-top-right-radius:0;border-bottom-left-radius:0}.banner_ab_left_i,.banner_ab_right_i{position:absolute;bottom:0;width:350px;height:350px;overflow:hidden}.banner_ab_right_i{right:0;background-color:#ced7ff;border-radius:50%;border-top-left-radius:0;border-bottom-right-radius:0}.video_zoom_effect{position:relative;overflow:hidden;border-radius:20px;margin:3rem auto 0;z-index:2;box-shadow:0 0 10px 0 rgba(0,0,0,.1);padding:2rem;background-color:var(--second-color)}.video_zoom_effect img,.video_zoom_effect video{border-radius:20px}.video_zoom_effect iframe,.video_zoom_effect img,.video_zoom_effect video{width:100%;height:100%;object-fit:cover;object-position:top}.center_bg_color_img{position:absolute;top:60%;left:60%;transform:translate(-50%,-50%);width:100%;height:100%;opacity:.5;z-index:-1}.floting_imgs{position:absolute;top:0;left:50%;transform:translateX(-50%);width:1400px;max-width:1400px;height:550px;z-index:-1}.flot_one{position:absolute;right:10%;top:37%;transform:rotate(40deg)}.flot_two{position:absolute;left:10%;top:35%}.two_shape_top{position:absolute;top:0;right:0;transform:scaleX(-1)}.marquee_line{background-color:#f1f1f1;padding:1rem 0;border-radius:10px;overflow:hidden;font-size:20px;margin-top:2rem}.marquee_line .swiper-wrapper{transition-timing-function:linear!important}.estab_intro{position:relative;margin:8rem 0}.estab_intro_cont{position:relative;display:flex;gap:6rem}.estab_intro_co_lef{position:relative;width:50%;height:430px}.estab_intro_co_lef img{width:100%;height:100%;object-fit:cover;border-radius:20px}.estab_intro_ab_co_esta{position:absolute;bottom:-15px;right:-15px;width:250px;background-color:#fff;box-shadow:0 5px 50px #d6d6d6;padding:1rem}.estab_intro_ab_co_esta:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--main-color)}.estab_intro_ab_co_esta h4{font-size:22px;font-weight:500;margin-bottom:10px}.estab_intro_co_rig{position:relative;width:50%}.estab_intro_co_rig h4{display:inline-block;font-size:17px;font-weight:400;padding:0 8px;border:1px solid #999;text-transform:uppercase;letter-spacing:1.3px}.estab_intro_co_rig h2{font-size:40px;font-weight:500;line-height:1.1;margin:1rem 0}.estab_intro_co_rig p{font-size:15px;line-height:1.5;margin-bottom:1rem}.estab_intro_co_rig ul{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin:2rem 0}.estab_intro_co_rig ul li{width:48%;display:flex;align-items:center;gap:10px;font-size:17px}.estab_intro_co_rig ul li svg{color:var(--main-color);font-size:20px}.estab_intro_co_rig a{display:inline-flex;align-items:center;gap:10px;padding:.5rem 1.5rem;background-color:var(--main-color);color:#fff;font-size:17px;font-weight:500}.three_pillars{margin:8rem 0}.three_pillars,.three_pillars_title{position:relative}.three_pillars_title h4{display:inline-block;font-size:17px;font-weight:400;text-transform:uppercase;letter-spacing:1.3px}.three_pillars_title h2{font-size:40px;font-weight:500;line-height:1.1;margin:1rem 0}.three_pillars_cont_de{align-items:flex-start;padding:3rem 0;gap:2rem}.three_pill,.three_pillars_cont_de{position:relative;display:flex;justify-content:space-between}.three_pill{width:100%;height:500px;background:linear-gradient(151.71deg,#29C986,#2FC8E5);box-shadow:0 0 10px 0 rgba(0,0,0,.1);padding:2rem;border-radius:20px;text-align:center;color:#fff;flex-direction:column;align-items:center}.two_t_pill{background:linear-gradient(151.71deg,#FF652D,#FFA426)}.three_t_pill{background:linear-gradient(151.71deg,#30C4FF,#7259FF)}.three_pill h4{font-size:17px;font-weight:500;padding:0 8px;text-transform:uppercase;letter-spacing:1.3px;margin-bottom:1rem}.three_pill h3{font-size:30px;font-weight:600;margin-bottom:1rem}.three_pill img{margin:2rem 0;width:250px}.three_pill p{font-size:20px;text-align:center}.academic_journey{position:relative;padding-bottom:9rem}.academic_journey_title{position:relative}.academic_journey_title h4{display:inline-block;font-size:17px;font-weight:400}.academic_journey_title h2{font-size:40px;font-weight:500;line-height:1.1;margin:1rem 0}.academic_journey_title p{line-height:1.5;color:#555}.academic_journey_cont{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:3rem 0}.academic_jo{width:100%;height:auto;background-color:#fff;overflow:hidden}.academic_jo_img{width:100%;height:350px;border-radius:20px;overflow:hidden}.academic_jo_img img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.academic_jo:hover img{transform:scale(1.05)}.academic_jo h3{font-size:20px;font-weight:500;margin:1rem 0}.academic_jo p{line-height:1.5;margin-bottom:1rem;color:#555}.academic_jo a{align-items:center}.six_balls_flot{position:relative;margin-top:20rem;padding-bottom:8rem}.six_balls_flot_title{display:flex;align-items:center;justify-content:space-between}.big_text_six_ball{position:absolute;top:0;left:50%;background:linear-gradient(180deg,rgb(228,226,250),rgba(57,78,244,.03) 80%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(255,255,255,.001);transform:translate(-50%,-50%);z-index:-2;font-size:187px;font-weight:700;line-height:.8em;margin-top:-60px;white-space:nowrap}.six_balls_flot_title{position:relative}.six_balls_flot_title h4{font-size:14px;line-height:15px;font-weight:500;padding:10px 20px;border-radius:100px;margin-bottom:1rem;text-transform:uppercase;display:inline-block;background:#2f57ef21!important;color:var(--second-color)!important}.six_balls_flot_title div{width:50%}.six_balls_flot_title h2{font-size:50px;font-weight:700;line-height:1.1;background:linear-gradient(90deg,var(--second-color),var(--main-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(255,255,255,.001)}.six_balls_flot_title p{font-size:20px;line-height:36px;color:#555;width:50%}.about_us_home{position:relative;margin:8rem 0}.about_us_home_cont{justify-content:space-between;gap:4rem}.about_us_h_imgs,.about_us_home_cont{position:relative;display:flex;align-items:center}.about_us_h_imgs{width:50%;gap:1rem}.about_us_h_imgs img{width:100%;height:100%;object-fit:cover}.about_us_h_ione{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.ab_us_h_ione_i{border:1px solid #c5c5c5;width:280px;height:250px;overflow:hidden;border-radius:12px;border-bottom-right-radius:0}.ab_us_h_ione_i_n{width:190px;height:100px;background-color:#eee;padding:1rem;border-radius:12px;text-align:center}.ab_us_h_ione_i_n h3{font-size:30px}.about_us_h_itwo{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.ab_us_h_ione_itw{width:350px;height:300px;overflow:hidden;border-radius:12px}.ab_us_h_ione_itw_t{width:270px;height:230px;overflow:hidden;border-radius:12px}.about_us_h_details{position:relative;width:50%}.about_us_h_details h4{display:inline-block;font-size:15px;font-weight:400;text-transform:uppercase;letter-spacing:1.3px;border-radius:5px}.about_us_h_details h2{font-size:40px;font-weight:500;line-height:1.1;margin:1rem 0}.about_us_h_details p{line-height:1.5;margin-bottom:2rem;color:#555}.about_us_h_de_two_bx{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#d5eeff;margin-bottom:1.3rem;padding:1.5rem;border-radius:20px}.about_us_h_de_two_bx:last-child{background-color:transparent;box-shadow:0 0 5px #d5eeff}.about_us_h_de_two_bx p{margin:0}.about_us_h_de_two_bx svg{min-width:120px;font-size:50px}.about_us_h_de_two_bx h3{font-weight:600;margin-bottom:7px}@keyframes randomZoom{0%{transform:scale(1)}50%{transform:scale(.928)}to{transform:scale(1)}}.ab_us_h_ione_i,.ab_us_h_ione_itw,.ab_us_h_ione_itw_t{animation:randomZoom 4s ease-in-out infinite}.school_photos{position:relative}.row_one_school_pics,.row_second_school_pics{display:flex;align-items:center;justify-content:space-between;gap:1rem}.row_scho_pic{width:500px;height:320px;object-fit:cover;overflow:hidden;border-radius:20px;margin-right:1rem;margin-bottom:1rem}.row_scho_pic img{width:100%;height:100%;object-fit:cover}.school_photos .swiper-wrapper{transition-timing-function:linear!important}.school_photos .swiper-slide{width:auto!important}.upcoming_events{position:relative;margin:5rem 0}.upcoming_events_cont{width:100%;position:relative;display:flex;justify-content:space-between;gap:3rem}.left_upcoming_eve{position:relative;width:50%}.left_upcoming_eve h2{font-size:40px;font-weight:500;margin-bottom:1rem}.left_upcoming_eve p{font-size:15px;line-height:1.5;margin-bottom:2rem;color:#555}.left_upcoming_ev_imgs{width:100%;margin-top:2rem}.upcoming_eve_imgs{position:relative;display:flex;gap:2rem}.upcoming_eve_imgs .active{width:350px;height:450px;object-fit:cover;border-radius:20px}.upcoming_eve_imgs .second{width:150px;height:150px;object-fit:cover;border-radius:20px;margin-top:5rem}.upcoming_eve_imgs .third{width:250px;height:330px;object-fit:cover;border-radius:20px;margin-top:2rem}.right_upcoming_eve{width:50%;position:relative;display:flex;flex-direction:column;align-items:flex-end}.upcoming_eve_bx{position:relative;width:90%;height:auto;padding:1.3rem;box-shadow:0 0 5px #c2c2c2;margin-bottom:2rem;border-radius:20px}.upcoming_eve_bx:hover{box-shadow:0 0 5px #0071bd}.upcoming_eve_bx:nth-child(odd){left:-2rem}.upcoming_eve_bx h3{font-weight:600;margin:1rem 0}.upc_bx_time{gap:3rem}.upc_bx_time,.upc_bx_time p{display:flex;align-items:center}.upc_bx_time p{gap:10px}.upc_bx_time p span{width:35px;height:35px;background-color:#c9e2f8;display:flex;align-items:center;justify-content:center;color:#000;border-radius:50%}.upcoming_eve_bx p{color:#555}.highlights{position:relative;padding:40px 0}.highli_btn_img{position:relative;text-align:center;margin-bottom:-35rem;background:url(/img/school.jpg);background-size:cover;background-position:top;background-repeat:no-repeat;height:700px;z-index:1;opacity:.2}.highli_btn_img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff 30%,#00000000);opacity:.5;z-index:-1}.hightlight_cont{position:relative;width:100%;height:100%;margin-top:-60px;z-index:5}.highli_btn_btns{display:flex;align-items:center;justify-content:center;gap:1rem}.highli_btn_btns button{all:unset;padding:1rem 2rem;background-color:var(--main-color);color:#fff;font-size:18px;font-weight:500;cursor:pointer;width:25%;text-align:center}.highli_btn_btns button:hover{background-color:var(--second-color)}.highli_btn_btns button.active,.highli_btn_btns button:hover{background-color:#fff;color:#000;border:1px solid #999}.highlight_notice_board_updates{position:relative;width:100%;height:100%;column-count:2;column-gap:2rem;padding:3rem 0}.highlight_notice_board_updates_bx{page-break-inside:avoid;break-inside:avoid;margin-bottom:2rem;position:relative;width:100%;background-color:#fff;border-radius:8px;box-shadow:0 0 3px #c2c2c2;padding:1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.highlight_notice_board_updates_bx:hover{box-shadow:0 0 5px var(--main-color)}.hightl_date{position:relative;width:120px;height:120px;border:4px solid var(--main-color);display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:5px;padding:2rem}.hightl_date:before{left:15%}.hightl_date:after,.hightl_date:before{content:"";position:absolute;top:-12px;transform:translateX(-20%);width:5px;height:20px;background-color:var(--main-color);border-radius:5px}.hightl_date:after{right:15%}.hightl_date h4{font-size:40px;font-weight:500}.hightl_timeing{display:flex;align-items:center;gap:1rem;margin-bottom:7px}.hightl_timeing p{display:flex;align-items:center;gap:10px}.hightl_content h3{font-size:20px;font-weight:500;margin-bottom:10px}.hightl_content p{font-size:15px;color:#555}.highlight_upcoming_events{position:relative;width:100%;height:100%;padding:40px 0;display:flex;align-items:center;justify-content:space-between;gap:3rem}.highlight_upcoming_events_bx{position:relative;width:30%;height:450px;margin-bottom:2rem;border-radius:20px}.high_up_e_img{width:100%;height:80%;border-radius:10px}.high_up_e_img img{width:100%;height:100%;object-position:top;object-fit:cover;border-radius:20px}.high_up_e_content{position:relative;width:100%;height:auto;padding:1.3rem;background-color:#fff;margin-bottom:2rem;border-radius:20px}.high_up_e_content h3{font-size:20px;font-weight:500;margin-bottom:10px}.high_up_e_content p{font-size:15px;color:#555}.highlight_calender{position:relative;width:100%;height:100%;padding:40px 0;column-count:3;column-gap:1.5rem}.highlight_calender_bx{position:relative;width:100%;height:100%;padding:1.3rem;background-color:#fff;margin-bottom:1.5rem;border-radius:20px;page-break-inside:avoid;break-inside:avoid;border:1px solid #e0e0e0}.highlight_calender_bx:hover{box-shadow:0 0 55px #eee}.highlight_calender_bx h3{font-size:20px;font-weight:500;margin-bottom:1rem}.highlight_calender_bx p{font-size:15px;color:#555;margin-bottom:10px}.highlight_calender_bx p svg{margin-right:5px;color:var(--main-color)}.highlight_articles{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-top:3rem;flex-wrap:wrap}.highlight_articles_bx{position:relative;width:30%;height:450px;margin-bottom:2rem;border-radius:20px}.high_art_img{width:100%;height:80%;border-radius:10px}.high_art_img img{width:100%;height:100%;object-position:top;object-fit:cover;border-radius:20px}.high_art_content{position:relative;width:80%;height:auto;padding:1.3rem;background-color:#fff;border-radius:20px;margin:-50px auto 0;box-shadow:0 0 5px #eee}.high_art_content h3{font-size:20px;font-weight:500;margin-bottom:10px}.high_art_content p{font-size:15px;color:#555}.our_goals{padding:70px 0;margin:5rem 0 8rem;background-color:#f5f5f5}.our_goals,.our_goals_cont{position:relative;width:100%;height:100%}.our_goals_bx_cont{display:flex;align-items:center;justify-content:space-between;gap:2rem}.our_goals_cont_top{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;margin-bottom:2rem}.our_goals_cont_top h2{position:relative;font-size:35px;font-weight:500;padding-bottom:1rem;margin-bottom:1rem}.our_goals_cont_top h2:before{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:50%;height:3px;background-color:var(--main-color);border-radius:5px;opacity:.5}.our_goals_cont_top p{color:#555;text-align:center}.our_goals_bx{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:1rem}.our_goals_bx_img{position:relative;width:70px;height:70px;overflow:visible}.our_goals_bx_img img{width:100%;height:100%;object-fit:cover}.our_goals_bx_content{position:relative;width:70%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.our_goals_bx_content h3{font-size:25px;font-weight:500;margin-bottom:5px}.our_goals_bx_content p{color:#555}.admission_process{padding:40px 0}.admission_process,.admission_process_cont,.admission_process_cont_top{position:relative;width:100%;height:100%}.admission_process_cont_top h2{position:relative;font-size:35px;font-weight:500;display:inline-block}.admission_process_cont_top p{color:#555;margin-top:2rem}.admission_process_cont_bottom{position:relative;width:100%;height:100%;display:flex;align-items:flex-start;gap:1rem;margin-top:3rem;justify-content:space-between}.admission_process_cont_bottom_bx{position:relative;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:1.3rem;border-radius:12px;padding:2.3rem;min-height:400px}.admission_process_cont_bottom_bx:first-child:before{bottom:-10%;background-image:url(/img/Square\ 1.png)}.admission_process_cont_bottom_bx:first-child:before,.admission_process_cont_bottom_bx:nth-child(3):before{content:"";position:absolute;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:50%}.admission_process_cont_bottom_bx:nth-child(3):before{top:-10%;background-image:url(/img/Square\ 3.png)}.admission_process_cont_bottom_bx_img{min-width:50px;height:50px}.admission_process_cont_bottom_bx_img img{width:100%;height:100%;object-fit:cover;opacity:.8}.admission_process_cont_bottom_bx_content{position:relative;width:100%;height:100%}.admission_process_cont_bottom_bx_content h3{font-size:25px;font-weight:500;margin-top:-10px;margin-bottom:.7rem}.admission_process_cont_bottom_bx_content p{color:#555;margin-bottom:1.7rem}.admission_process_cont_bottom_bx_content a{display:inline-flex;align-items:center;gap:10px;color:var(--main-color);font-size:15px;font-weight:500;border:1px solid var(--main-color);border-radius:5px;padding:.5rem 1rem;transition:all .3s ease}.admission_process_cont_bottom_bx_content a:hover{background-color:var(--main-color);color:#fff}.six_balls_cont{margin-top:3rem}.six_ball,.six_balls_cont{display:flex;align-items:center}.six_ball{min-width:250px;height:250px;border-radius:50%;background:#fff;box-shadow:0 13px 48px 0 rgba(215,216,222,.44);justify-content:center;position:relative;justify-self:center;animation:upDown 3s ease-in-out infinite}.six_ball img{width:140px}.six_ball:not(:first-child){margin-left:-30px}.six_ball:nth-child(2n){margin-bottom:-80px}.six_ball:first-child{animation-delay:0s}.six_ball:nth-child(2){animation-delay:.2s}.six_ball:nth-child(3){animation-delay:.4s}.six_ball:nth-child(4){animation-delay:.6s}.six_ball:nth-child(5){animation-delay:.8s}.six_ball:nth-child(6){animation-delay:1s}@keyframes upDown{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.numbers_achiv{padding:4rem 0;background:linear-gradient(0deg,#f0f1ff,transparent)}.numbers_achiv,.numbers_achiv_title{position:relative;width:100%;height:100%}.numbers_achiv_title h4{position:relative;font-size:15px;font-weight:500;color:#555;margin-bottom:1rem}.numbers_achiv_title h2{position:relative;font-size:40px;font-weight:500}.numbers_achiv_cont{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.8rem;margin-top:5rem}.numbers_achiv_cont:before{content:"";position:absolute;width:100%;height:4px;left:0;top:0;background-image:radial-gradient(ellipse at center,var(--second-color) 0,rgba(255,255,255,0) 70%)}.number_achiv_de{position:relative;width:100%;height:280px;text-align:center;background-color:#fff;box-shadow:0 13px 48px 0 rgba(215,216,222,.44)}.number_achiv_de:nth-child(2n){margin-top:50px}.number_inner_achiv_de{position:relative;z-index:1;overflow:hidden;background:#fff;text-align:center;height:100%;width:100%}.number_achiv_de:before{width:3px;height:40px;background-image:linear-gradient(var(--second-color),rgba(255,255,255,0));bottom:100%}.number_achiv_de:after,.number_achiv_de:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.number_achiv_de:after{width:15px;height:15px;border:4px solid var(--second-color);border-radius:100%;bottom:calc(100% + 25px);background:#f9f9ff}.number_achiv_de:nth-child(2n):before{height:60px}.number_achiv_de:nth-child(2n):after{bottom:calc(100% + 50px)}.number_inner_achiv_de:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--main-color),var(--second-color))}.top_circle_shape{width:210px;top:-47%;height:235px;left:0;right:0;margin:0 auto;background-image:linear-gradient(90deg,var(--main-color),var(--second-color));opacity:.09;box-sizing:border-box}.top_circle_shape,.top_circle_shape:before{position:absolute;border-radius:100%;overflow:hidden}.top_circle_shape:before{content:"";background:#fff;width:calc(100% - 40px);height:calc(100% - 40px);left:20px;top:20px}.number_achi_inner{position:relative;flex-direction:column;gap:1rem}.num_achi_icon,.number_achi_inner{display:flex;align-items:center;justify-content:center}.num_achi_icon{width:90px;height:90px;background-color:#fff;border-radius:50%;margin-top:2.5rem;box-shadow:0 13px 14px 0 rgba(129,104,145,.05)}.num_achi_icon img{width:50px;height:50px;object-fit:cover;object-position:center}.number_achi_inner h3{font-size:30px;font-weight:500;margin-top:15px}.number_achi_inner h4{font-size:15px;font-weight:500;color:#555}.testimonials{padding:6rem 0;background:linear-gradient(180deg,#f0f1ff,transparent)}.testimonials,.testimonials_cont{position:relative;width:100%;height:100%}.testimonials_cont{margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between}.testimonials_title{position:relative;margin-bottom:3rem}.testimonials_title h4{display:inline-block;font-size:17px;font-weight:400;text-transform:uppercase;margin-bottom:1rem}.testimonials_title h2{position:relative;font-size:40px;font-weight:500}.testimonials_card{position:relative;width:310px;height:350px;background-color:#fff;border-radius:20px;box-shadow:0 13px 48px 0 rgba(215,216,222,.44);overflow:hidden}.testimonials_card video{width:100%;height:100%;object-fit:cover}.testimo_card_inner{padding:2rem;height:100%;position:relative;z-index:5}.testimo_card_inner p{margin-bottom:1rem}.testimo_card_inner p svg{margin-right:10px;font-size:15px;color:var(--main-color)}.testimo_card_inner h4{position:absolute;bottom:1rem;font-weight:600;margin-bottom:1rem}.testimo_card_inner_video_text{position:absolute;top:0;left:0;width:100%;height:100%}.testimo_card_inner_video_text h4{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.5);color:#fff;padding:1rem;font-size:15px;font-weight:500;text-align:center}.testimo_card_inner_video_text button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;color:#000;padding:1rem;border-radius:50%;border:2px solid #fff;cursor:pointer;transition:all .3s ease;width:50px;height:50px;display:flex;color:#fff}.page_title_banner{position:relative;width:100%;height:350px;background-size:cover;background-position:top}.page_title_banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(1,27,58,.75)}.page_title_banner_cont{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 1rem}.page_title_banner_cont h1{position:relative;font-size:40px;font-weight:500;color:#fff}.page_title_banner_cont h1:before{content:"";position:absolute;bottom:-10px;left:0;width:50%;height:1px;background-color:#fff;border-radius:5px}.principal_welcome{position:relative;width:100%;height:100%;padding:6rem 0;background-color:#f5f5f5}.principal_welcome_cont{position:relative;width:70%;height:100%;display:flex;align-items:center;justify-content:center;margin:0 auto;gap:7rem}.principal_welcome_img_left{position:relative;width:750px;height:500px;overflow:hidden}.principal_welcome_img_left img{width:100%;height:100%;object-fit:cover}.principal_welcome_content_right{position:relative;width:100%;height:100%}.principal_welcome_content_right h2{position:relative;font-size:35px;font-weight:400;display:inline-block;padding-bottom:1rem;margin-bottom:3rem}.principal_welcome_content_right h2:before{content:"";position:absolute;bottom:-10px;left:0;width:50%;height:3px;background-color:var(--main-color);border-radius:5px}.principal_welcome_content_right p{font-size:15px;line-height:1.8;margin-bottom:2rem}.principal_welcome_content_right p:nth-child(3){margin-bottom:2rem}.principal_welcome_content_right p svg{margin-right:10px;font-size:20px;color:var(--main-color)}.principal_welcome_content_right h3{font-size:17px;font-weight:500}.principal_welcome_content_right h3 strong{color:var(--main-color)}.mission_vision{position:relative;width:100%;height:100%;padding:6rem 0}.mission_vision_cont{position:relative;height:100%;margin:0 auto}.mission_vision_cont h2{position:relative;font-size:35px;font-weight:400;margin-bottom:1rem}.mission_vision_cont p{font-size:15px;line-height:1.8;margin-bottom:3rem}.mission_vision_cont ul{margin-left:2rem;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:1rem}.mission_vision_cont ul li{list-style:disc;margin-bottom:1rem;width:48%}.mission_vision_cont ul li:last-child{margin-bottom:0}.super_con{padding:6rem 0}.super_con,.super_con_cont{position:relative;width:100%;height:100%}.super_con_cont{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem}.super_con_cont_top{position:relative;width:60%;height:100%}.super_con_cont_top h2{position:relative;font-size:35px;font-weight:400;margin-bottom:1rem}.super_con_cont_top p{font-size:15px;line-height:1.8;margin-bottom:3rem}.super_con_cont_left{position:relative;width:50%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.super_con_cont_left_item{position:relative;width:100%;height:100%;gap:1rem;padding:1.5rem;border-left:2px solid #b9b9b9}.super_con_cont_left_item.active{background-color:#e2f4ff}.super_con_cont_left_item.active:before{content:"";position:absolute;top:0;left:-3px;width:4px;height:100%;background-color:var(--main-color)}.super_con_cont_left_item:hover{background-color:#e2f4ff}.super_con_cont_left_item:hover:before{content:"";position:absolute;top:0;left:-3px;width:4px;height:100%;background-color:var(--main-color)}.super_con_cont_left_item h3{font-size:20px;font-weight:400;margin-bottom:8px}.super_con_cont_left_item p{color:#555}.super_con_cont_right{position:relative;width:50%;height:450px;border-radius:20px;padding:2rem}.super_con_cont_right img{width:100%;height:100%;object-fit:cover;object-position:top}.why_choose_us{padding:6rem 0}.why_choose_us,.why_choose_us_top{position:relative;width:100%;height:100%}.why_choose_us_top{margin-bottom:3rem;text-align:left}.why_choose_us_top h2{position:relative;font-size:35px;font-weight:400}.why_choose_us_cont{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.why_choose_us_cont_item{position:relative;width:32%;height:100%;box-shadow:0 0 25px #e9e9e9;border-radius:20px;padding:2rem}.why_choose_us_cont_item:before{content:"";position:absolute;top:-5px;right:-5px;width:30%;height:30%;border-top:4px solid var(--main-color);border-right:4px solid var(--main-color);border-top-right-radius:30px}.why_choose_us_cont_item:after{content:"";position:absolute;bottom:-5px;left:-5px;width:30%;height:30%;border-bottom:4px solid var(--main-color);border-left:4px solid var(--main-color);border-bottom-left-radius:30px}.why_choose_us_cont_item_img{position:relative;width:80px;height:80px;border-radius:15px;background-color:var(--main-color);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:2rem;box-shadow:8px 8px 10px #8ec0fd}.why_choose_us_cont_item_img img{width:70%;height:70%;object-fit:cover;filter:invert(1) brightness(100)}.why_choose_us_cont_item h3{font-size:20px;font-weight:400;margin-bottom:1rem}.why_choose_us_cont_item p{font-size:15px;line-height:1.8;margin-bottom:3rem}.why_choose_us_cont_item a{all:unset;display:inline-flex;align-items:center;gap:1rem;color:var(--main-color);font-size:15px;font-weight:500;margin-bottom:1rem}.why_choose_us_cont_item a:hover{color:var(--second-color)}.why_choose_us_cont_item a svg{font-size:15px;font-weight:500}.four_values{position:relative;width:100%;height:auto;padding:4rem 0}.four_values:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(https://graphiceraschool.com/wp-content/uploads/2024/06/image-9.jpg) no-repeat 50%/cover;opacity:.1;background-attachment:fixed}.four_values_cont{width:100%;justify-content:space-between;gap:2rem}.four_values_cont,.four_values_item{position:relative;height:100%;display:flex;align-items:center}.four_values_item{width:25%;text-align:center;justify-content:center;flex-direction:column}.f_value_item_img{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:2rem;background-color:var(--main-color);border-radius:29% 71% 66% 34%/35% 36% 64% 65%;padding:1rem}.f_value_item_img img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:10px;margin-top:-7px;margin-left:-5px;filter:invert(1) brightness(100)}.four_values_item h3{font-size:40px;font-weight:600}.four_values_item p{font-size:15px;line-height:1.8;list-style:disc}.about_us_ab{padding:6rem 0}.about_us_ab,.about_us_ab_cont{position:relative;width:100%;height:100%}.about_us_ab_cont{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem}.about_us_ab_c_left{position:relative;width:50%}.about_us_ab_c_right{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:1rem;width:50%}.about_us_ab_c_right h4{font-size:18px;font-weight:400;display:flex;align-items:center;gap:1rem}.about_us_ab_c_right h2{font-size:35px;font-weight:400;margin-bottom:1rem}.about_us_ab_c_right h2 span{color:var(--main-color)}.about_us_ab_c_right p{font-size:15px;line-height:1.8;margin-bottom:1rem}.two_ab_c_right{position:relative;width:100%;height:100%;justify-content:space-between}.two_ab_c_right,.two_ab_c_right_item{display:flex;align-items:flex-start;gap:1rem}.two_ab_c_right_item{width:320px}.two_ab_c_right_item_img{min-width:50px;height:50px;overflow:hidden;background-color:var(--main-color);border-radius:10px;padding:8px}.two_ab_c_right_item_img img{width:100%;height:100%;object-fit:cover;filter:invert(1) brightness(100)}.two_ab_c_right_item h3{font-size:18px;font-weight:500;margin-bottom:10px}.two_ab_c_right_item p{font-size:15px;line-height:1.8;margin-bottom:1rem}.two_sec_c_r_item{position:relative;width:100%;height:100%;background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 60px #ececec}.two_sec_c_r_item p{font-size:15px;line-height:1.8;margin:0}.two_sec_c_r_item svg{position:absolute;bottom:-20px;right:40px;font-size:50px;color:var(--main-color)}.more_us_let_call{position:relative;width:100%;height:100%;display:flex;align-items:center;gap:3rem}.more_us_let_call a:first-child{all:unset;display:inline-flex;align-items:center;gap:1rem;font-size:15px;font-weight:500;border-radius:5px;padding:.8rem 2rem;transition:all .3s ease;border-radius:20px;border-bottom-left-radius:0;cursor:pointer}.more_us_let_call a:first-child,.more_us_let_call a:hover{color:#fff;background-color:var(--main-color)}.more_us_let_call a:last-child{all:unset;display:inline-flex;align-items:center;gap:1rem;color:var(--main-color);font-size:15px;font-weight:500;border-radius:5px;transition:all .3s ease;cursor:pointer}.more_us_let_call a:last-child span{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;font-size:20px;font-weight:500;background-color:rgb(0,177,15);padding:.5rem 1rem;border-radius:50%;color:#fff}.more_us_let_call a:last-child p{margin:0}.more_us_let_call a:last-child p:first-child{font-size:15px;font-weight:500;color:var(--main-color)}.more_us_let_call a:last-child p:last-child{font-size:15px;font-weight:500;color:rgb(0,177,15)}.about_us_ab_c_left{display:flex;gap:2rem}.ab_us_ab_c_f_img{height:400px;border-radius:10px;border-radius:60px;border-bottom-right-radius:0;margin-bottom:1rem}.ab_us_ab_c_f_img,.ab_us_ab_c_s_bx{position:relative;width:280px;overflow:hidden}.ab_us_ab_c_s_bx{height:130px;background-color:#eee;border-radius:10px;border-radius:60px;border-bottom-left-radius:0;padding:2rem;display:flex;align-items:center;gap:1rem;background-color:var(--main-color)}.ab_us_ab_c_t_img{height:280px;border-radius:10px;border-radius:50%;margin-bottom:1rem;padding:10px;border:2px solid #bbe4ff}.ab_us_ab_c_fo_img,.ab_us_ab_c_t_img{position:relative;width:280px;overflow:hidden}.ab_us_ab_c_fo_img{height:300px;border-radius:10px;border-radius:60px;border-top-left-radius:0}.about_us_ab_c_left img{width:100%;height:100%;object-fit:cover}.ab_us_ab_c_t_img img{border-radius:50%}.ab_us_ab_c_s_bx span{min-width:80px;height:80px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--main-color);font-size:40px}.ab_us_ab_c_s_bx p{font-size:18px;font-weight:500;color:#fff}.gallery_page{padding:6rem 0}.gallery_page,.gallery_page_cont{position:relative;width:100%;height:100%}.gallery_page_cont{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2rem;overflow:hidden;margin-top:3rem}.gallery_p_img{position:relative;width:31%;overflow:hidden}.gallery_p_img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.gallery_pagec_top{position:relative;width:100%;height:100%}.gallery_pagec_top h2{font-size:35px;font-weight:400;margin-bottom:1rem}.gallery_pagec_top p{font-size:15px;line-height:1.8;margin-bottom:2rem}.gallery_filter_btns{position:relative;width:100%;height:100%;display:inline-flex;align-items:center}.gallery_filter_btns button{all:unset;padding:.9rem 2rem;color:#555;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;border-bottom:1px solid #eee}.gallery_filter_btns button.active{color:var(--main-color);border-bottom:2px solid var(--main-color)}.gallery_filter_btns button:hover{color:var(--main-color);border-bottom:1px solid var(--main-color)}.our_mentors{padding:6rem 0}.our_mentor_title,.our_mentors{position:relative;width:100%;height:100%}.our_mentor_title{margin-bottom:3rem}.our_mentor_title h2{font-size:35px;font-weight:400}.our_mentor_cont{position:relative;width:100%;height:100%}.mentors_table_container{padding:2rem 0}.mentors_table_wrapper{position:relative;overflow:hidden}.table_container{max-height:500px;overflow:hidden;transition:max-height .5s ease-in-out}.table_container.expanded{max-height:500vh}.mentors_table_wrapper table{width:100%;border-collapse:collapse;margin-bottom:2rem}.mentors_table_wrapper td,.mentors_table_wrapper th{padding:1rem;text-align:left;border-bottom:1px solid #eee;transition:all .3s ease}.mentors_table_wrapper th{background-color:#f8f9fa;font-weight:600}.mentors_table_wrapper img{width:50px;height:50px;object-fit:cover;border-radius:50%;transition:transform .3s ease}.mentors_table_wrapper img:hover{transform:scale(1.1)}.load_more_container{position:relative;display:flex;justify-content:center;margin-top:1rem}.gradient_overlay{position:absolute;top:-200px;left:0;right:0;height:200px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,1));pointer-events:none;transition:opacity .3s ease}.load_more_btn{padding:.8rem 2rem;color:#222;border:none;cursor:pointer;font-weight:500;transition:all .3s ease;position:relative;z-index:1;transform-origin:center}.load_more_btn:hover{background-color:#d8f0ff;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.1)}.load_more_btn:active{transform:translateY(0) scale(.95)}.admission_page_background{min-height:100vh;width:100%;background:#F8FAFC;position:relative;overflow:hidden;padding:3rem 1rem}.form-header{text-align:center;background:linear-gradient(135deg,#eee,#fff);color:#111;padding:2rem;border-radius:16px;margin-bottom:2rem;position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.form-header h1{font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.form-header p{font-size:.95rem;opacity:.9}.admission-form-container{background:white;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:2rem}.progress-steps{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:.5rem;background:#F9FAFB;border-radius:12px;border:1px solid #e5e7eb}.progress-step{flex:1 1;text-align:center;padding:.75rem;position:relative}.progress-step:not(:last-child):after{content:"";position:absolute;right:-.5rem;top:50%;transform:translateY(-50%);width:1rem;height:2px;background:#E5E7EB}.progress-step.active:after{background:var(--main-color)}.step-indicator{width:36px;height:36px;border-radius:50%;background:white;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-weight:600;color:#6B7280;transition:all .3s ease}.step-indicator.active{background:var(--main-color);border-color:var(--main-color);color:white}.step-title{font-size:.875rem;color:#6B7280;margin-top:.25rem}.progress-step.active .step-title{color:var(--main-color);font-weight:500}.form-step{background:white;border-radius:12px;padding:2rem}.form-step h2{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.form-group.full-width{grid-column:span 2}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group label:after{content:"*";color:#EF4444;margin-left:.25rem}.form-group label:not([required]):after{display:none}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:white;color:#1F2937;font-size:.95rem;transition:all .2s ease}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#D1D5DB}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--main-color);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.form-group textarea{min-height:120px;resize:vertical}.form-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem 2rem;border-top:1px solid #e5e7eb}.btn-next,.btn-prev,.btn-submit{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s ease;gap:.5rem}.btn-prev{background:#F3F4F6;color:#4B5563;border:1px solid #e5e7eb}.btn-prev:hover{background:#E5E7EB}.btn-next,.btn-submit{background:#6366F1;color:white;border:none}.btn-next:hover:not(:disabled),.btn-submit:hover:not(:disabled){background:#4F46E5}.btn-next:disabled,.btn-submit:disabled{background:#E5E7EB;color:#9CA3AF;cursor:not-allowed}.blog_page_de{padding:3rem 1rem}.blog_page_de,.blog_page_de_cont,.recent_blog_three{position:relative;width:100%;height:100%}.latest_blogs{padding-top:4rem;padding-bottom:0}.latest_blogs_title{margin-bottom:4rem}.latest_blogs_title h2{font-size:40px;font-weight:500;line-height:1.1;margin:1rem 0}.recent_blog_three h2{position:relative;font-size:22px;font-weight:600;margin-bottom:3rem;padding-left:1rem}.recent_blog_three h2:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background-color:var(--main-color);border-radius:10px;border-bottom-right-radius:0}.recent_blog_three_cont{position:relative;width:100%;height:100%;display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.blog{width:32%;height:auto;margin-bottom:2rem}.blog,.blog_img{position:relative}.blog_img{width:100%;height:250px;overflow:hidden;border-radius:10px;margin-bottom:1rem}.blog_img img{width:100%;height:100%;object-fit:cover}.blog_content{position:relative;width:100%;height:100%}.blog_content h3{font-size:20px;font-weight:600;margin-bottom:1rem}.blog_content p{line-height:1.5;color:#6B7280}.blog_c_time_de{position:relative;width:100%;height:100%;display:flex;align-items:flex-start;gap:1rem;margin-top:1rem}.blog_c_time_de p{font-size:15px;font-weight:500}.blog_c_time_de p:first-child{color:var(--main-color)}.blog_c_time_de p:last-child{color:#6B7280;display:flex;align-items:center;gap:10px}.all_blogs_cont{margin:3rem 0}.all_blogs_cont,.all_blogs_cont_title{position:relative;width:100%;height:100%}.all_blogs_cont_title{margin-bottom:2rem}.all_blogs_cont_title h2{position:relative;font-size:22px;font-weight:600;margin-bottom:3rem;padding-left:1rem}.all_blogs_cont_title h2:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background-color:var(--main-color);border-radius:10px;border-bottom-right-radius:0}.all_blogs_de_cont{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.all_blogs_de_cont,.contact_cont_de{position:relative;width:100%;height:100%}.contact_cont_de{margin:5rem 0}.contact_cont{position:relative;width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:3rem}.contact_cont_form_cont{position:relative;width:50%;height:100%}.contact_cont_form_cont h2{position:relative;font-size:22px;font-weight:600;margin-bottom:3rem;padding-left:1rem}.contact_cont_form_cont h2:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background-color:var(--main-color);border-radius:10px;border-bottom-right-radius:0}.contact_cont_form{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;background-color:#fff;padding:2rem;border-radius:2rem;box-shadow:0 0 30px rgba(0,0,0,.1)}.contact_cont_form,.contact_cont_form form{position:relative;width:100%;height:100%}.cont_input_c_f input,.cont_input_c_f textarea{width:100%;height:100%;border-radius:10px;border:1px solid #e5e7eb;padding:1rem;margin-bottom:1rem}.contact_cont_form form input:focus,.contact_cont_form form textarea:focus{outline:none;border-color:var(--main-color)}.contact_cont_form button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background-color:var(--main-color);color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;padding:.8rem 1.5rem}.contact_cont_form button:hover{background-color:#000;color:#fff}.contact_cont_form_input_c_f{position:relative;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cont_input_c_f{position:relative;width:48%;height:100%}.cont_input_c_f label{position:relative;display:inline-flex;font-size:15px;font-weight:500;margin-bottom:.8rem}.cont_input_c_f select{width:100%;height:100%;border-radius:10px;border:1px solid #e5e7eb;padding:1rem;margin-bottom:1rem}.cont_input_c_f select:focus{outline:none;border-color:var(--main-color)}.cont_input_c_f select option{font-size:15px;font-weight:500;color:#6B7280;padding:1rem}.cont_input_c_f select option:hover{background-color:var(--main-color);color:#fff}.cont_input_c_f_textarea{position:relative;width:100%;height:100%}.cont_input_c_f_textarea label{position:relative;display:inline-flex;font-size:15px;font-weight:500;margin-bottom:.8rem}.cont_input_c_f_textarea textarea{width:100%;height:100%;border-radius:10px;border:1px solid #e5e7eb;padding:1rem;margin-bottom:1rem}.contact_cont_form_map{position:relative;width:48%;height:580px}.contact_cont_form_map iframe{width:100%;height:100%;border-radius:1rem;border:none;overflow:hidden;box-shadow:0 0 30px rgba(0,0,0,.1);margin-top:7rem}.contact_address{margin-top:3rem;background-color:#fff;padding:2rem;border-radius:2rem;box-shadow:0 0 30px rgba(0,0,0,.1)}.contact_address,.contact_address_bx{position:relative;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.contact_address_bx_icon{position:relative}.contact_address_bx_icon svg{font-size:22px;font-weight:500;color:var(--main-color)}.contact_address_bx_text{position:relative;width:100%;height:100%}.contact_address_bx_text h3,.contact_address_bx_text p,.contact_address_bx_text p:last-child{font-size:15px;font-weight:500;color:#6B7280;margin-bottom:.5rem}footer{position:relative;width:100%;height:100%;background-color:#fff;color:#111;padding:3rem 0 0}.footer_top{background:linear-gradient(90deg,#f0f1ff,transparent);padding:5rem 0;color:var(--foreground)}.footer_top h3{font-size:2rem;font-weight:600;line-height:1.5;max-width:500px}.footer_top_de{display:flex;align-items:center;justify-content:space-between}.footer_app_form_btns a{display:inline-flex;align-items:center;justify-content:center;gap:1rem;font-size:15px;font-weight:500;color:#fff;padding:1rem 2rem;border-radius:10px;transition:all .3s ease}.footer_app_form_btns a,.footer_app_form_btns a:hover{background-color:var(--main-color)}.footer_cont{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:3rem 0}.foo_nav_de,.footer_cont{position:relative;width:100%;height:100%}.foo_nav_de h4{font-size:20px;font-weight:500;margin-bottom:1.5rem}.foo_nav_de ul,.foo_nav_de ul li{position:relative;width:100%;height:100%}.foo_nav_de ul li a{font-size:18px;font-weight:500;color:#6B7280;transition:all .3s ease;display:inline-block;padding:10px 0}.foo_nav_de ul li a:hover{color:var(--main-color)}.foo_nav_logo{position:relative;width:250px;margin-bottom:1rem}.foo_nav_logo img{width:100%;object-fit:cover}.foo_nav_logo p{font-size:15px;font-weight:500;color:#6B7280;margin:10px 0}.foo_nav_logo_info a{font-size:18px;font-weight:500;display:block;color:var(--main-color);margin-top:1rem}.copyright{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background-color:#fff;border-top:1px solid #e5e7eb;font-weight:500;text-align:center}.copyright p{font-size:15px;margin:0;width:100%}.copyright a{color:var(--main-color)}:root{--foreground:#0e204d;--main-color:#ed1c24;--second-color:#0072bc;--light-bg:#f5f7fa;--white:#ffffff}.cbse_container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--foreground)}.cbse_header{text-align:center;margin-bottom:30px;padding:20px 0;border-bottom:2px solid var(--main-color)}.cbse_header h1{color:var(--main-color);margin-bottom:10px}.cbse_header p{color:var(--foreground);font-size:1.1rem}.cbse_breadcrumb{background-color:var(--light-bg);padding:10px 15px;border-radius:5px;margin-bottom:20px;font-size:.9rem}.cbse_breadcrumb a{color:var(--second-color);text-decoration:none}.cbse_breadcrumb a:hover{text-decoration:underline}.cbse_section{margin-bottom:40px}.cbse_section_title{background-color:var(--main-color);color:var(--white);padding:10px 15px;border-radius:5px 5px 0 0;margin-bottom:0}.cbse_download_list{border:1px solid #ddd;border-top:none;border-radius:0 0 5px 5px;padding:0;margin:0;list-style:none}.cbse_download_item{padding:15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}.cbse_download_item:last-child{border-bottom:none}.cbse_download_item:hover{background-color:var(--light-bg)}.cbse_file_info{flex:1 1}.cbse_file_title{font-weight:600;margin-bottom:5px;color:var(--foreground)}.cbse_file_desc{font-size:.9rem;color:#666;margin-bottom:5px}.cbse_file_meta{font-size:.8rem;color:#888}.cbse_download_btn{background-color:var(--second-color);color:var(--white);border:none;padding:8px 15px;border-radius:5px;cursor:pointer;text-decoration:none;font-size:.9rem;transition:background-color .3s}.cbse_download_btn:hover{background-color:var(--foreground)}.cbse_alert{padding:15px;background-color:#fff8e1;border-left:4px solid #ffc107;margin-bottom:20px}.cbse_footer{text-align:center;margin-top:40px;padding:20px 0;border-top:1px solid #eee;font-size:.9rem;color:#666}@media (max-width:768px){.cbse_download_item{flex-direction:column;align-items:flex-start}.cbse_download_btn{margin-top:10px;align-self:flex-end}}