@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #007bff;--secondary-color: #6c757d;--body-font: "Mulish", sans-serif;--heading-font: "Caveat", cursive;--Base_Font_Size: 100%;font-size:var(--Base_Font_Size);--c1: #ed1f24;--c2: #fff}@media screen and (max-width: 1728px){:root{--Base_Font_Size: 90%}}@media screen and (max-width: 1600px){:root{--Base_Font_Size: 85%}}@media screen and (max-width: 1500px){:root{--Base_Font_Size: 80%}}@media screen and (max-width: 1400px){:root{--Base_Font_Size: 75%}}@media screen and (max-width: 1350px){:root{--Base_Font_Size: 70%}}@media screen and (max-width: 1250px){:root{--Base_Font_Size: 65%}}@media screen and (max-width: 1150px){:root{--Base_Font_Size: 60%}}@media screen and (max-width: 1000px){:root{--Base_Font_Size: 55%}}@media screen and (max-width: 410px){:root{--Base_Font_Size: 50%}}@media screen and (max-width: 335px){:root{--Base_Font_Size: 45%}}@media screen and (max-width: 300px){:root{--Base_Font_Size: 30%}}::-webkit-scrollbar{display:none}._CollegeWrapper_1vs53_1{height:100vh;width:100%;max-width:100vw;background:var(--c2);position:relative;overflow:hidden;display:flex;flex-direction:column}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11{padding-top:6rem;overflow-y:scroll}@supports (-moz-appearance: none){._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11{scrollbar-width:thin;scrollbar-color:var(--c38) transparent}}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11::-webkit-scrollbar{width:.3rem}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c38)}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11 ._MainContent_1vs53_28{flex:1;display:flex;flex-direction:column;gap:4rem}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11 ._MainContent_1vs53_28 ._Banner_1vs53_34{width:100%;height:16.875rem;position:relative}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11 ._MainContent_1vs53_28 ._Banner_1vs53_34 ._Shadow_1vs53_39{height:100%;width:100%;position:absolute;top:0;left:0;background:#33333380;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11 ._MainContent_1vs53_28 ._Banner_1vs53_34 ._Shadow_1vs53_39 h1{color:#fff;text-align:center;font-family:"PT Serif";font-size:3.75rem;font-style:normal;font-weight:700;line-height:normal}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11 ._MainContent_1vs53_28 ._Banner_1vs53_34 img{height:100%;width:100%}._CollegeWrapper_1vs53_1 ._MainWrapper_1vs53_11 ._MainContent_1vs53_28 ._Main_1vs53_11{flex:1}._SchoolWrapper_1rtk5_1{height:100vh;width:100%;max-width:100vw;background:var(--c2);position:relative;overflow:hidden;display:flex;flex-direction:column}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11{overflow-y:scroll}@supports (-moz-appearance: none){._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11{scrollbar-width:thin;scrollbar-color:var(--c38) transparent}}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11::-webkit-scrollbar{width:.3rem}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c38)}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11 ._MainContent_1rtk5_27{flex:1;display:flex;flex-direction:column;gap:4rem}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11 ._MainContent_1rtk5_27 ._Banner_1rtk5_33{width:100%;height:16.875rem;position:relative}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11 ._MainContent_1rtk5_27 ._Banner_1rtk5_33 ._Shadow_1rtk5_38{height:100%;width:100%;position:absolute;top:0;left:0;background:#33333380;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11 ._MainContent_1rtk5_27 ._Banner_1rtk5_33 ._Shadow_1rtk5_38 h1{color:#fff;text-align:center;font-family:"PT Serif";font-size:3.75rem;font-style:normal;font-weight:700;line-height:normal}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11 ._MainContent_1rtk5_27 ._Banner_1rtk5_33 img{height:100%;width:100%}._SchoolWrapper_1rtk5_1 ._MainWrapper_1rtk5_11 ._MainContent_1rtk5_27 ._Main_1rtk5_11{flex:1}._Footer_165xg_1{width:100%;height:35rem;background:linear-gradient(180deg,#4691f21a,#4691f200);z-index:2;display:flex;flex-direction:column;position:relative;margin-top:8rem}._Footer_165xg_1 ._NewsLetter_165xg_11{position:absolute;top:0%;left:50%;transform:translate(-50%,-50%);width:60.625rem;height:10.375rem;border-radius:2.5rem;background:#ed1f24;box-shadow:0 4px 40px #00000014;display:flex;align-items:center;justify-content:space-around}._Footer_165xg_1 ._NewsLetter_165xg_11 p{color:var(--Home, #fff);text-align:center;font-family:"PT Serif";font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.125rem;letter-spacing:.0125rem}._Footer_165xg_1 ._NewsLetter_165xg_11 button{display:flex;width:12.5rem;padding:.75rem 1.625rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#fff;color:#ed1f24;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:1.5rem;border:none;cursor:pointer;transition:all ease .3s}._Footer_165xg_1 ._NewsLetter_165xg_11 button:hover{opacity:.95;transform:scale(.95)}._Footer_165xg_1 ._MainContent_165xg_59{flex:1;display:flex;align-items:center;justify-content:center;gap:5rem;padding-right:20rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67{display:flex;flex-direction:column;gap:1rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 img{width:8.51113rem;height:8.32988rem;border-radius:1.94569rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 p{width:25.9375rem;color:#6c6c6c;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:600;line-height:1.625rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 ._Icons_165xg_87{display:flex;align-items:center;gap:1rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 ._Icons_165xg_87 i{width:2.32338rem;height:2.32338rem;border-radius:50%;background:#ed1f24;display:flex;align-items:center;justify-content:center;cursor:pointer}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 ._Icons_165xg_87 i svg{width:1.54894rem;height:1.47513rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 ._Icons_165xg_87 i svg path{fill:#fff}._Footer_165xg_1 ._MainContent_165xg_59 h3{color:#1a1313;font-family:Space Grotesk;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col2_165xg_117{display:flex;flex-direction:column;gap:1rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col2_165xg_117 a{color:#6c6c6c;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:600;line-height:1.625rem;text-decoration:none}._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132{display:flex;flex-direction:column;gap:1rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132 ._Row_165xg_137{display:flex;align-items:flex-start;gap:.5rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132 ._Row_165xg_137 i{display:flex;width:1.875rem;height:1.875rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#ed1f24}._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132 ._Row_165xg_137 i svg{width:1.125rem;height:1.125rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132 ._Row_165xg_137 p{width:12.8125rem;color:#6c6c6c;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:600;line-height:1.625rem}._Footer_165xg_1 ._FooterContent_165xg_165{display:flex;width:100%;padding:1.75rem 29rem;justify-content:center;align-items:center;gap:1rem;background:#ed1f24;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._Footer_165xg_1 ._FooterContent_165xg_165 p{color:var(--light-text-color, #fff);font-family:"PT Serif";font-size:1.3rem;font-style:normal;font-weight:700;line-height:1.5rem;letter-spacing:.0125rem;margin-right:1rem}._Footer_165xg_1 ._FooterContent_165xg_165 svg{width:1.5rem;height:1.5rem;cursor:pointer}@media (max-width: 600px){._Footer_165xg_1{width:100%}._Footer_165xg_1 ._NewsLetter_165xg_11{width:35rem;margin-inline:2rem;height:6rem;justify-content:space-around;left:44%}._Footer_165xg_1 ._NewsLetter_165xg_11 p{font-size:1.5rem}._Footer_165xg_1 ._NewsLetter_165xg_11 button{width:8rem}._Footer_165xg_1 ._MainContent_165xg_59{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;padding-inline:2rem;gap:2rem;margin-block:4rem 2rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67{grid-column:span 2;width:100%;align-items:center}._Footer_165xg_1 ._MainContent_165xg_59 ._Col1_165xg_67 p{width:100%;text-align:center}._Footer_165xg_1 ._MainContent_165xg_59 ._Col2_165xg_117,._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132{grid-column:span 1;width:100%;align-items:flex-start;justify-content:flex-start;height:100%;margin-bottom:2rem}._Footer_165xg_1 ._MainContent_165xg_59 ._Col3_165xg_132 ._Row_165xg_137 p{width:20rem}._Footer_165xg_1 ._FooterContent_165xg_165{width:100%;padding-inline:2rem}}._Header_72yv6_1{width:100%;z-index:3;display:flex;flex-direction:column;position:relative;top:0;background:#fff}._Header_72yv6_1 ._Line1_72yv6_10{width:100%;height:3.125rem;background:var(--c1);display:flex;align-items:center;justify-content:flex-end;padding-right:20rem;gap:1rem}@media (max-width: 768px){._Header_72yv6_1 ._Line1_72yv6_10{padding-right:22rem}}._Header_72yv6_1 ._Line1_72yv6_10 i{width:1.9785rem;height:1.9785rem;border-radius:50%;background:var(--c2);display:flex;align-items:center;justify-content:center;cursor:pointer}._Header_72yv6_1 ._Line1_72yv6_10 i svg{width:1.02044rem;height:1.02044rem}._Header_72yv6_1 ._Line2_72yv6_39{width:100%;height:11rem;display:flex;align-items:center;justify-content:space-around;padding-bottom:2rem;transition:all ease-in-out .3s}@media (max-width: 768px){._Header_72yv6_1 ._Line2_72yv6_39{align-items:start}}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._ContactUs_72yv6_53{cursor:pointer;text-decoration:none;display:flex;width:11.4375rem;padding:.875rem 1.625rem;justify-content:center;align-items:center;border-radius:1.875rem;border:2px solid #ed1f24;background:#ed1f24;color:#fff;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:1.5rem}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._AdmissionNow_72yv6_71{cursor:pointer;text-decoration:none;display:flex;width:12.5rem;height:3.25rem;padding:1.25rem 1.375rem 1.3125rem;justify-content:center;align-items:center;border-radius:6.25rem;border:2px solid #ed1f24;background:#fff;color:var(--button, #ed1f24);font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:normal}._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90{height:6rem;padding:0 2rem;flex-shrink:0}._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 ._LoadingSkelton_72yv6_95{width:6.625rem;height:5.39063rem;transform:translate(-20rem)}@media (max-width: 768px){._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 ._LoadingSkelton_72yv6_95{transform:translate(0);width:4rem;height:4rem;margin-top:.2rem;object-fit:contain}}@media (max-width: 768px){._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90{width:100%;justify-content:space-between;margin-bottom:1rem}}._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 img{width:6.625rem;height:5.39063rem;transform:translate(-20rem)}@media (max-width: 768px){._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 img{transform:translate(0);width:4rem;height:4rem;margin-top:.2rem;object-fit:contain}}._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 ._ContactDetails_72yv6_53{transform:translate(20rem);display:flex;align-items:center;gap:2rem}@media (max-width: 768px){._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 ._ContactDetails_72yv6_53{width:max-content;transform:translate(0);margin-top:1.5rem}}._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 ._ContactDetails_72yv6_53 p{width:max-content;color:#ed1f24;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:1.5rem;cursor:pointer}._Header_72yv6_1 ._Line2_72yv6_39._Squeeze_72yv6_90 ._ContactDetails_72yv6_53 p:hover{opacity:.7;transform:scale(1.02)}._Header_72yv6_1 ._Line2_72yv6_39 img,._Header_72yv6_1 ._Line2_72yv6_39 ._LoadingSkelton_72yv6_95{width:8.625rem;height:7.39063rem}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53{display:flex;align-items:center;gap:3em}@media (max-width: 768px){._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53{align-items:center;margin-top:2rem}}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._Contacts_72yv6_176{display:flex;align-items:center;gap:.3rem}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._Contacts_72yv6_176 svg{cursor:pointer;width:4.25rem;height:4.25rem}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._Contacts_72yv6_176 ._Details_72yv6_186{display:flex;flex-direction:column;gap:.2rem}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._Contacts_72yv6_176 ._Details_72yv6_186 h2{color:var(--Prince-School-of-Balsore, #1a1313);font-family:Mulish;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._Contacts_72yv6_176 ._Details_72yv6_186 h2 span{color:var(--button, #ed1f24)}._Header_72yv6_1 ._Line2_72yv6_39 ._ContactDetails_72yv6_53 ._Contacts_72yv6_176 ._Details_72yv6_186 p{color:var(--Home, #6c6c6c);font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}._Header_72yv6_1 ._Line3_72yv6_210{position:absolute;bottom:0%;left:50%;transform:translate(-50%,50%);align-self:center;display:flex;width:max-content;height:5rem;padding:.0625rem 1rem 0rem 3.5rem;justify-content:flex-end;align-items:center;border-radius:6.25rem;background:#fff;box-shadow:0 4px 1px #0000000d;gap:3rem}@media (max-width: 768px){._Header_72yv6_1 ._Line3_72yv6_210{display:grid;grid-template-columns:repeat(4,max-content);height:6rem;border-radius:4rem;gap:1rem;justify-content:space-between;padding:1rem 4rem;width:100%;bottom:-2%}}._Header_72yv6_1 ._Line3_72yv6_210 a{color:#6c6c6c;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.75rem;text-decoration:none;cursor:pointer}._Header_72yv6_1 ._Line3_72yv6_210 a._Active_72yv6_252{color:#ed1f24}._Header_72yv6_1 ._Line3_72yv6_210 button{display:flex;width:12.5625rem;height:3.5625rem;padding:1.25rem 1.375rem 1.3125rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:#fff;color:var(--button, #ed1f24);font-family:Poppins;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal;border:none;cursor:pointer;transition:all ease .3s}._Header_72yv6_1 ._Line3_72yv6_210 button:hover{opacity:.95;transform:scale(.95)}._Header_72yv6_1 ._Line3_72yv6_210 ._WithSubmenu_72yv6_279{display:flex;align-items:center;gap:.2rem;position:relative}._Header_72yv6_1 ._Line3_72yv6_210 ._WithSubmenu_72yv6_279 img{cursor:pointer;width:1.0625rem;height:1.0625rem}@media (max-width: 600px){._Header_72yv6_1 ._Line3_72yv6_210 ._WithSubmenu_72yv6_279 img{z-index:6}}._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1_72yv6_295,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2_72yv6_296,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3_72yv6_297{position:absolute;top:4rem;left:-3rem;padding:1rem .5rem;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}@media (max-width: 600px){._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1_72yv6_295,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2_72yv6_296,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3_72yv6_297{top:2rem;z-index:2}}._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1_72yv6_295 a,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2_72yv6_296 a,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3_72yv6_297 a{display:none;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize}._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1Active_72yv6_327,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2Active_72yv6_328,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3Active_72yv6_329{max-height:1200px;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fff;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1Active_72yv6_327 a,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2Active_72yv6_328 a,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3Active_72yv6_329 a{display:inline-block;width:100%}._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1_72yv6_295 a:hover,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2_72yv6_296 a:hover,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3_72yv6_297 a:hover,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu1_72yv6_295 a._Active_72yv6_252,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu2_72yv6_296 a._Active_72yv6_252,._Header_72yv6_1 ._Line3_72yv6_210 ._SubMenu3_72yv6_297 a._Active_72yv6_252{border-radius:6.25rem;background:var(--Our, #ed1f24);color:#fff;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize}._CustomModal_ozk3m_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._CustomModal_ozk3m_1 ._Wrapper_ozk3m_13{height:auto;width:50rem;border-radius:2rem;background-color:#fff;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}._CustomModal_ozk3m_1 ._Wrapper_ozk3m_13 img{height:7rem}._CustomModal_ozk3m_1 ._Wrapper_ozk3m_13 h2{color:#1a1313;text-align:center;font-family:Poppins;font-size:2.25rem;font-style:normal;font-weight:600;line-height:131%}._CustomModal_ozk3m_1 ._Wrapper_ozk3m_13 h3{color:#1a1313;text-align:center;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:400;line-height:131%}._CustomModal_ozk3m_1 ._Wrapper_ozk3m_13 button{color:#1a1313;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:500;line-height:2.47381rem;border:1.721px solid var(--Link---Launch-App, rgba(255, 255, 255, .3));box-shadow:#0000002b 0 -23px 25px inset,#00000026 0 -36px 30px inset,#0000001a 0 -79px 40px inset,#0000000f 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px;padding:.2rem 2rem;border-radius:10%;cursor:pointer;transition:all ease .3s}._CustomModal_ozk3m_1 ._Wrapper_ozk3m_13 button:hover{opacity:.9;scale:.9}._Footer_z2h2q_1{width:100%;height:35rem;background-image:url(../../assets/images/FooterBg.png);background-position:center;background-size:cover;z-index:2;display:flex;flex-direction:column;position:relative;margin-top:8rem}._Footer_z2h2q_1 ._NewsLetter_z2h2q_13{position:absolute;top:0%;left:50%;transform:translate(-50%,-50%);width:60.625rem;height:10.375rem;border-radius:2.5rem;background:#ed1f24;box-shadow:0 4px 40px #00000014;display:flex;align-items:center;justify-content:space-around}._Footer_z2h2q_1 ._NewsLetter_z2h2q_13 p{color:var(--Home, #fff);text-align:center;font-family:"PT Serif";font-size:2.5rem;font-style:normal;font-weight:700;line-height:3.125rem;letter-spacing:.0125rem}._Footer_z2h2q_1 ._NewsLetter_z2h2q_13 button{display:flex;width:12.5rem;padding:.75rem 1.625rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#fff;color:#ed1f24;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:1.5rem;border:none;cursor:pointer;transition:all ease .3s}._Footer_z2h2q_1 ._NewsLetter_z2h2q_13 button:hover{opacity:.95;transform:scale(.95)}._Footer_z2h2q_1 ._MainContent_z2h2q_61{flex:1;background:linear-gradient(0deg,#201d1dab,#534f4fce);display:flex;align-items:center;justify-content:center;gap:5rem;padding-right:20rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70{display:flex;flex-direction:column;gap:1rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70 img{width:8.51113rem;height:8.32988rem;border-radius:1.94569rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70 p{width:25.9375rem;color:var(--Home, #fff);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70 ._Icons_z2h2q_90{display:flex;align-items:center;gap:1rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70 ._Icons_z2h2q_90 i{width:2.32338rem;height:2.32338rem;border-radius:50%;background:#ed1f24;display:flex;align-items:center;justify-content:center;cursor:pointer}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70 ._Icons_z2h2q_90 i svg{width:1.54894rem;height:1.47513rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col1_z2h2q_70 ._Icons_z2h2q_90 i svg path{fill:#fff}._Footer_z2h2q_1 ._MainContent_z2h2q_61 h3{color:var(--Home, #fff);font-family:"PT Serif";font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.75rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col2_z2h2q_121{display:flex;flex-direction:column;gap:1rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col2_z2h2q_121 a{color:var(--Home, #fff);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;text-decoration:none}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136{display:flex;flex-direction:column;gap:1rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136 ._Row_z2h2q_141{display:flex;align-items:flex-start;gap:.5rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136 ._Row_z2h2q_141 i,._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136 ._Row_z2h2q_141 a{display:flex;width:1.875rem;height:1.875rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#ed1f24}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136 ._Row_z2h2q_141 i svg,._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136 ._Row_z2h2q_141 a svg{width:1.125rem;height:1.125rem}._Footer_z2h2q_1 ._MainContent_z2h2q_61 ._Col3_z2h2q_136 ._Row_z2h2q_141 p{width:12.8125rem;color:var(--Home, #fff);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;white-space:pre-line}._Footer_z2h2q_1 ._FooterContent_z2h2q_170{display:flex;width:100%;padding:1.75rem 29rem;justify-content:center;align-items:center;gap:1rem;background:#1f1c1c86;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._Footer_z2h2q_1 ._FooterContent_z2h2q_170 p{color:var(--light-text-color, #fff);font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem;letter-spacing:.0125rem;margin-right:1rem}._Footer_z2h2q_1 ._FooterContent_z2h2q_170 a{height:max-content;width:max-content}._Footer_z2h2q_1 ._FooterContent_z2h2q_170 svg{width:1.5rem;height:1.5rem;cursor:pointer}._Header_864xv_1{width:100%;z-index:2;display:flex;flex-direction:column;position:relative;top:0;background:#fff}._Header_864xv_1 ._Line1_864xv_10{width:60.3125rem;width:100%;height:3.125rem;background:var(--c1);display:flex;align-items:center;justify-content:flex-end;padding-right:20rem;gap:1rem}._Header_864xv_1 ._Line1_864xv_10 i{width:1.9785rem;height:1.9785rem;border-radius:50%;background:var(--c2);display:flex;align-items:center;justify-content:center;cursor:pointer}._Header_864xv_1 ._Line1_864xv_10 i svg{width:1.02044rem;height:1.02044rem}._Header_864xv_1 ._Line2_864xv_35{width:100%;height:11rem;display:flex;align-items:center;justify-content:space-around;padding-bottom:2rem;transition:all ease-in-out .3s}._Header_864xv_1 ._Line2_864xv_35._Squeeze_864xv_44{height:6rem;padding:0 2rem}._Header_864xv_1 ._Line2_864xv_35._Squeeze_864xv_44 img{width:6.625rem;height:5.39063rem;transform:translate(-23rem)}._Header_864xv_1 ._Line2_864xv_35._Squeeze_864xv_44 ._ContactDetails_864xv_53 ._Contacts_864xv_53{transform:translate(23rem)}._Header_864xv_1 ._Line2_864xv_35._Squeeze_864xv_44 ._ContactDetails_864xv_53 ._Contacts_864xv_53 svg{width:3rem;height:3rem}._Header_864xv_1 ._Line2_864xv_35._Squeeze_864xv_44 ._ContactDetails_864xv_53 ._Contacts_864xv_53 ._Details_864xv_60{display:none}._Header_864xv_1 ._Line2_864xv_35 img{width:8.625rem;height:7.39063rem}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53{display:flex;align-items:center;gap:3em}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53 ._Contacts_864xv_53{display:flex;align-items:center;gap:.3rem}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53 ._Contacts_864xv_53 svg{cursor:pointer;width:4.25rem;height:4.25rem}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53 ._Contacts_864xv_53 ._Details_864xv_60{display:flex;flex-direction:column;gap:.2rem}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53 ._Contacts_864xv_53 ._Details_864xv_60 h2{color:var(--Prince-School-of-Balsore, #1a1313);font-family:Mulish;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53 ._Contacts_864xv_53 ._Details_864xv_60 h2 span{color:var(--button, #ed1f24)}._Header_864xv_1 ._Line2_864xv_35 ._ContactDetails_864xv_53 ._Contacts_864xv_53 ._Details_864xv_60 p{color:var(--Home, #6c6c6c);font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}._Header_864xv_1 ._Line3_864xv_106{position:absolute;bottom:0%;left:50%;z-index:5;transform:translate(-50%,50%);align-self:center;display:flex;width:max-content;height:5rem;padding:.0625rem 1rem 0rem 3.5rem;justify-content:flex-end;align-items:center;border-radius:6.25rem;background:var(--button, #ed1f24);gap:3rem}._Header_864xv_1 ._Line3_864xv_106 a{color:var(--Home, #fff);font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem;text-decoration:none;cursor:pointer}._Header_864xv_1 ._Line3_864xv_106 a._Active_864xv_135{position:relative}._Header_864xv_1 ._Line3_864xv_106 a._Active_864xv_135:before{content:"";width:100%;height:.5rem;position:absolute;bottom:-1.5rem;border-radius:1.25rem 1.25rem 0rem 0rem;background:#fff}._Header_864xv_1 ._Line3_864xv_106 button{display:flex;width:12.5625rem;height:3.5625rem;padding:1.25rem 1.375rem 1.3125rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:#fff;color:var(--button, #ed1f24);font-family:Poppins;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal;border:none;cursor:pointer;transition:all ease .3s}._Header_864xv_1 ._Line3_864xv_106 button:hover{opacity:.95;transform:scale(.95)}._Header_864xv_1 ._Line3_864xv_106 ._WithSubmenu_864xv_171{display:flex;align-items:center;gap:.2rem;position:relative}._Header_864xv_1 ._Line3_864xv_106 ._WithSubmenu_864xv_171 img{cursor:pointer;width:1.0625rem;height:1.0625rem}._Header_864xv_1 ._Line3_864xv_106 ._SubMenu1_864xv_182,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu2_864xv_183,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu3_864xv_184{position:absolute;top:4rem;left:-3rem;padding:1rem .5rem;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}._Header_864xv_1 ._Line3_864xv_106 ._SubMenu1_864xv_182 a,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu2_864xv_183 a,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu3_864xv_184 a{display:none;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize}._Header_864xv_1 ._Line3_864xv_106 ._SubMenu1Active_864xv_206,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu2Active_864xv_207,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu3Active_864xv_208{max-height:1200px;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fff;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}._Header_864xv_1 ._Line3_864xv_106 ._SubMenu1Active_864xv_206 a,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu2Active_864xv_207 a,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu3Active_864xv_208 a{display:inline-block;width:100%}._Header_864xv_1 ._Line3_864xv_106 ._SubMenu1_864xv_182 a:hover,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu2_864xv_183 a:hover,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu3_864xv_184 a:hover,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu1_864xv_182 a._Active_864xv_135,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu2_864xv_183 a._Active_864xv_135,._Header_864xv_1 ._Line3_864xv_106 ._SubMenu3_864xv_184 a._Active_864xv_135{border-radius:6.25rem;background:var(--Our, #ed1f24);color:#fff;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{position:relative;width:100%;margin:auto;direction:ltr}.alice-carousel__wrapper{position:relative;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;width:100%;height:auto}.alice-carousel__stage{position:relative;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;white-space:nowrap;transform-style:flat;-webkit-transform-style:flat;backface-visibility:hidden;-webkit-backface-visibility:hidden}.alice-carousel__stage-item{position:relative;display:inline-block;padding:0;margin:0;box-sizing:border-box;width:100%;height:100%;vertical-align:top;white-space:normal;line-height:0}.alice-carousel__stage-item *{line-height:initial}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__prev-btn,.alice-carousel__next-btn{display:inline-block;box-sizing:border-box;width:50%;padding:10px 5px}.alice-carousel__prev-btn [data-area]:after,.alice-carousel__next-btn [data-area]:after{position:relative;content:attr(data-area);text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__prev-btn-item,.alice-carousel__next-btn-item{display:inline-block;cursor:pointer;padding:5px;margin:0;color:#465798}.alice-carousel__prev-btn-item:hover,.alice-carousel__next-btn-item:hover{color:#8b0000}.alice-carousel__prev-btn-item.__inactive,.alice-carousel__next-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{position:absolute;top:30px;left:20px;display:inline-block}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{position:relative;width:32px;height:32px;padding:10px;border-radius:50%;background-color:#fff}.alice-carousel__play-btn-item{position:absolute;width:32px;height:32px;cursor:pointer;border:0;outline:none;background:transparent}.alice-carousel__play-btn-item:before,.alice-carousel__play-btn-item:after{position:absolute;pointer-events:none;display:block;width:0;height:0;content:"";transition:all .4s linear;border-width:8px 0 8px 15px;border-style:solid;border-color:transparent;border-left-color:#465798}.alice-carousel__play-btn-item:before{left:5px;height:14px}.alice-carousel__play-btn-item:after{top:7px;left:18px}.alice-carousel__play-btn-item.__pause:before,.alice-carousel__play-btn-item.__pause:after{height:30px;border-width:0 0 0 10px}.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}.alice-carousel__dots{margin:30px 3px 5px;padding:0;list-style:none;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){width:8px;height:8px;cursor:pointer;border-radius:50%;background-color:#e0e4fb}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom):hover,.alice-carousel__dots-item:not(.__custom).__active{background-color:#6e7ebc}.alice-carousel__slide-info{position:absolute;top:20px;right:20px;display:inline-block;padding:5px 10px;color:#465798;border-radius:5px;background-color:#e0e4fb99}.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}#carouselAbout{width:100%}#carouselAbout .alice-carousel__next-btn .alice-carousel_next-btn-wrapper .alice-carousel__next-btn-item span{border:2px solid red}#carouselAbout .alice-carousel__dots{display:none}._AboutUs_73qp3_1{width:100%;height:100%;overflow:hidden;padding-top:5rem;display:flex;flex-direction:column;align-items:center;gap:8rem;scroll-behavior:smooth}._AboutUs_73qp3_1 h2{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;font-style:normal;font-weight:400;line-height:3.90138rem}._AboutUs_73qp3_1 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.04269rem}._AboutUs_73qp3_1 p{color:#6c6c6c;font-family:Mulish;font-size:1.4125rem;font-style:normal;font-weight:600;line-height:1.9465rem}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36{width:83.25rem;min-height:30rem;height:auto;border-radius:2.24594rem;background:#fff;box-shadow:0 0 35.935px #00000014;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;position:relative;z-index:1}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 ._bg1_73qp3_50{height:100%;width:100%;position:absolute;z-index:-1;background-color:#fff}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 ._Structure1_73qp3_57{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-30rem;z-index:-2}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 h2,._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 h3{padding:0 2rem}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 h2{padding-top:2rem}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 p{padding:0 2rem 2rem;width:100%;white-space:pre-line}@media (max-width: 600px){._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36{width:100%;min-height:100%;padding:2rem}._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 h2,._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 h3,._AboutUs_73qp3_1 ._WelcomeMessage_73qp3_36 p{width:100%;text-align:center}}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93{width:83.3125rem;height:auto;position:relative;z-index:1}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Structure1_73qp3_57{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f2400,#ed1f24 60%);position:absolute;right:-22rem;top:-27rem;z-index:-1}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Content_73qp3_109{min-height:40rem;width:100%;border-radius:2.24763rem;border:9.59px solid #fff;background:#fff;box-shadow:0 0 35.962px #00000014;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123{margin-top:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122 h3,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.04575rem}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122 p,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123 p{width:73.27306rem}@media (max-width: 600px){._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93{width:100%;min-height:100%;padding:2rem}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123{width:100%}._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122 h2,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122 h3,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Mission_73qp3_122 p,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123 h2,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123 h3,._AboutUs_73qp3_1 ._OurMissionVision_73qp3_93 ._Vision_73qp3_123 p{width:100%;text-align:center}}._AboutUs_73qp3_1 ._Affiliations_73qp3_164{width:100%;min-height:43rem;display:flex;flex-direction:column;align-items:center}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:2rem;position:relative;z-index:1}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171 ._Structure1_73qp3_57{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-30rem;z-index:-2}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171 ._Cards_73qp3_190{width:26.26969rem;height:30.623rem;border-radius:1.12588rem;background:#fff;box-shadow:0 0 21.616px #00000014;padding:2rem;display:flex;flex-direction:column;gap:1rem}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171 ._Cards_73qp3_190 h4{color:#1a1313;font-family:Space Grotesk;font-size:1.625rem;font-style:normal;font-weight:500;line-height:2.40181rem}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171 ._Cards_73qp3_190 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:12;overflow:hidden}@media (max-width: 600px){._AboutUs_73qp3_1 ._Affiliations_73qp3_164{min-height:100%;padding:2rem}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171{width:100%;display:grid;grid-template-columns:1fr}._AboutUs_73qp3_1 ._Affiliations_73qp3_164 ._AffiliationCards_73qp3_171 ._Cards_73qp3_190{width:100%;height:100%}}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230{width:83.1875rem;height:56.48075rem;min-height:40rem;height:auto;padding:2rem;border-radius:2.24425rem;border:9.576px solid #fff;background:#fff;box-shadow:0 0 35.908px #00000014;display:flex;flex-direction:column;align-items:center;gap:1.2rem}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246{display:flex;gap:1rem}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 svg,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 svg{width:3.30675rem;height:3.30675rem}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256{display:flex;flex-direction:column;gap:.4rem}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256 h4,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256 h4{color:#1a1313;font-family:Space Grotesk;font-size:1.625rem;font-style:normal;font-weight:500;line-height:2.39388rem}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256 p,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256 p{width:69.94631rem;font-style:normal;font-weight:600;line-height:1.94506rem}@media (max-width: 600px){._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231{width:100%;height:100%;padding-inline:2rem}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230{width:100%;height:100%;padding:0;min-height:100%}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246{width:100%}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 svg,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 svg{width:5%}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256{width:95%}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256>p,._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Container_73qp3_230 ._Rules_73qp3_246 ._Details_73qp3_256>p{width:100%}}._AboutUs_73qp3_1 ._Management_73qp3_309{display:flex;flex-direction:column;align-items:center;gap:1.2rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._TeamCards_73qp3_315{width:84rem;margin-top:1rem;position:relative;z-index:1}._AboutUs_73qp3_1 ._Management_73qp3_309 ._TeamCards_73qp3_315 ._Structure1_73qp3_57{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-37rem;z-index:-2}._AboutUs_73qp3_1 ._Management_73qp3_309 ._TeamCards_73qp3_315 ._Carousel_73qp3_331 ._Card_73qp3_190{width:95%;border-radius:1.125rem;background:var(--ffffff, #fff);box-shadow:0 0 20px #00000014;display:flex;flex-direction:column;align-items:center;gap:1rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._TeamCards_73qp3_315 ._Carousel_73qp3_331 ._Card_73qp3_190 img{width:24.75rem;height:24.225rem;border-radius:.74944rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._TeamCards_73qp3_315 ._Carousel_73qp3_331 ._Card_73qp3_190 h4{color:#202020;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.4rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._TeamCards_73qp3_315 ._Carousel_73qp3_331 ._Card_73qp3_190 p{color:#ed1f24;font-family:Caveat;font-size:2.25rem;font-style:normal;font-weight:400;line-height:1.95rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._Buttons_73qp3_364{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._Buttons_73qp3_364 button{border:none;cursor:pointer;background:transparent}._AboutUs_73qp3_1 ._Management_73qp3_309 ._Buttons_73qp3_364 button svg{width:2.07775rem;height:2.07775rem}._AboutUs_73qp3_1 ._Management_73qp3_309 ._Buttons_73qp3_364 button svg path{fill:#ed1f24}@media (max-width: 600px){._AboutUs_73qp3_1 ._Management_73qp3_309{width:100%;padding-inline:2rem}._AboutUs_73qp3_1 ._Management_73qp3_309 h3{text-align:center}._AboutUs_73qp3_1 ._Management_73qp3_309 ._Carousel_73qp3_331{overflow:hidden;width:100%}}._AboutUs_73qp3_1 ._OurFeatures_73qp3_231{margin-bottom:5rem;position:relative;z-index:1}._AboutUs_73qp3_1 ._OurFeatures_73qp3_231 ._Structure1_73qp3_57{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-30rem;z-index:-2}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230{position:relative;z-index:1}._AboutUs_73qp3_1 ._RuleRegulations_73qp3_230 ._Structure1_73qp3_57{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f2400,#ed1f24 60%);position:absolute;right:-22rem;top:-27rem;z-index:-1}@media (max-width: 600px){._AboutUs_73qp3_1{gap:2rem}}._Container_jmgqi_1{position:relative;width:83.25rem;height:56.14881rem;border-radius:2.24594rem;background:#fff;box-shadow:0 0 35.935px #00000014;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;z-index:1}@media (max-width: 600px){._Container_jmgqi_1{width:100%;height:100%}}._Container_jmgqi_1 ._bg_jmgqi_21{width:100%;height:100%;position:absolute;background-color:#fff;border:9.583px solid #fff;z-index:-1}._Container_jmgqi_1 ._Structure1_jmgqi_29{width:12.70531rem;height:73.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f2400,#ed1f24 60%);position:absolute;right:-22rem;top:-20rem;z-index:-2}._Container_jmgqi_1 ._Header_jmgqi_39{display:flex;flex-direction:column;align-items:center;gap:1rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45{display:flex;align-items:center;gap:3rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50{display:flex;align-items:flex-end;gap:2rem;position:relative}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._ActiveImage_jmgqi_56{width:19.94269rem;height:32.26444rem;border-radius:.71225rem;overflow:hidden}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._ActiveImage_jmgqi_56 img{height:100%;width:100%;object-fit:cover}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._InactiveImage_jmgqi_67{width:12.82031rem;height:18.51825rem;border-radius:.71225rem;overflow:hidden}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._InactiveImage_jmgqi_67 img{height:100%;width:100%;object-fit:cover}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._SliderButtons_jmgqi_78{position:absolute;bottom:-3rem;right:5rem;height:2rem;display:flex;align-items:center;gap:.5rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._SliderButtons_jmgqi_78 ._Button_jmgqi_87{cursor:pointer;width:1.21081rem;height:.78344rem;border-radius:7.12238rem;background:#ed1f2480}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._SliderButtons_jmgqi_78 ._Button_jmgqi_87._Active_jmgqi_56{width:1.78063rem;background:var(--button, #ed1f24)}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._NextButton_jmgqi_98{align-self:flex-end;width:3.56119rem;height:3.56119rem;border-radius:2.13675rem;background:#ed1f24;cursor:pointer;display:flex;align-items:center;justify-content:center}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._NextButton_jmgqi_98:hover{background:#c22930}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._NextButton_jmgqi_98:hover svg path{fill:#666}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._NextButton_jmgqi_98 svg{width:2.24225rem;height:2.24225rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._Text_jmgqi_119{display:flex;flex-direction:column;gap:.6rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._Text_jmgqi_119 h4{color:var(--Prince-School-of-Balsore, #1a1313);font-family:"PT Serif";font-size:1.70938rem;font-style:normal;font-weight:700;line-height:2.27919rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._Text_jmgqi_119 h5{color:var(--button, #ed1f24);font-family:"PT Serif";font-size:1.70938rem;font-style:normal;font-weight:400;line-height:1.85181rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._Text_jmgqi_119 p{width:27.06513rem;font-family:Poppins;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem;height:26rem;overflow-y:scroll}@media (max-width: 600px){._Container_jmgqi_1 ._CarouselMain_jmgqi_45{width:100%;display:grid;grid-template-columns:1fr;gap:2rem;position:relative;padding-inline:2rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._ActiveImage_jmgqi_56{display:block;width:100%}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._ActiveImage_jmgqi_56 img{object-fit:fill}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._ImageSlide_jmgqi_50 ._InactiveImage_jmgqi_67{display:none}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._NextButton_jmgqi_98{position:absolute;top:53%;right:1rem}._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._Text_jmgqi_119,._Container_jmgqi_1 ._CarouselMain_jmgqi_45 ._Text_jmgqi_119 p{width:100%}}._Admission_x8bo2_1{height:100%;width:100%;display:flex;align-items:center;flex-direction:column;gap:4rem;overflow:hidden}._Admission_x8bo2_1 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._Admission_x8bo2_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Admission_x8bo2_1 h3 span{color:var(--button, #ed1f24)}._Admission_x8bo2_1 p{color:#6c6c6c;font-family:Mulish;font-size:1.4125rem;font-style:normal;font-weight:600;line-height:1.85294rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43{width:83.25rem;margin-top:4rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Structure1_x8bo2_52{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-37rem;z-index:-2}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62{width:83.25rem;min-height:30.20256rem;height:auto;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:2rem;border-radius:2.24594rem;border:9.583px solid #fff;background:#fff;box-shadow:0 0 35.935px #00000014}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Rules_x8bo2_77{display:flex;gap:1rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Rules_x8bo2_77 svg{width:3.30675rem;height:3.30675rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Rules_x8bo2_77 ._Details_x8bo2_85{display:flex;flex-direction:column;gap:.4rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Rules_x8bo2_77 ._Details_x8bo2_85 h4{color:#1a1313;font-family:"PT Serif";font-size:1.98856rem;font-style:normal;font-weight:400;line-height:2.25138rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Rules_x8bo2_77 ._Details_x8bo2_85 p{width:72.96938rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.6125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110{width:83.25rem;height:auto;position:relative;z-index:1}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Structure1_x8bo2_52{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f2400,#ed1f24 60%);position:absolute;right:-22rem;top:-27rem;z-index:-1}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62{width:83.25rem;height:58.3125rem;border-radius:2.24594rem;background:#fff;border:9.583px solid #fff;background:url(<path-to-image>) #d3d3d3 50%/contain no-repeat,#fff;box-shadow:0 0 35.935px #00000014;display:flex;align-items:center;flex-direction:column;padding:2rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 button{align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 button:hover{opacity:.95;transform:scale(.95)}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._Row_x8bo2_173{display:flex;align-items:center;gap:4rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._InputWrapper_x8bo2_178,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.34rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._InputWrapper_x8bo2_178 label,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem;text-transform:capitalize}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._InputWrapper_x8bo2_178 input,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.613944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179{position:relative}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 svg{width:2.125rem;height:2.125rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 svg path{fill:#1a1313}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu1_x8bo2_228,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu_x8bo2_228{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu1_x8bo2_228 p,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu_x8bo2_228 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu1_x8bo2_228 p:hover,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu_x8bo2_228 p:hover{background-color:#1a131344}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu_x8bo2_228 p,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._SubMenu1_x8bo2_228 p{display:none}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._ActiveSubMenu1_x8bo2_270,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._ActiveSubMenu_x8bo2_270{max-height:100rem}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._ActiveSubMenu1_x8bo2_270 p,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._SelectWrapper_x8bo2_179 ._ActiveSubMenu_x8bo2_270 p{display:block}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._DemandDraft_x8bo2_278{align-self:flex-end;margin-top:.5rem;width:36.875rem;color:#6c6c6c;font-family:Mulish;font-size:.89838rem;font-style:normal;font-weight:400;line-height:1.42244rem;text-transform:capitalize}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62 ._Form_x8bo2_139 ._DemandDraft_x8bo2_278 span{font-weight:700}@media (max-width: 600px){._Admission_x8bo2_1{width:100%;padding-inline:2rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Rules_x8bo2_77{width:100%;height:100%}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 h3,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Rules_x8bo2_77 h3{font-size:2.2rem;margin-bottom:4rem}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Details_x8bo2_85,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Rules_x8bo2_77 ._Details_x8bo2_85,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Details_x8bo2_85 h4,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Details_x8bo2_85 p,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Rules_x8bo2_77 ._Details_x8bo2_85 h4,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Rules_x8bo2_77 ._Details_x8bo2_85 p{width:100%}._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Content_x8bo2_62 ._Details_x8bo2_85 h4,._Admission_x8bo2_1 ._Procedure_x8bo2_43 ._Rules_x8bo2_77 ._Details_x8bo2_85 h4{text-align:center;font-size:1.5rem!important}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Content_x8bo2_62{width:100%;height:100%}._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Form_x8bo2_139,._Admission_x8bo2_1 ._AdmissionForm_x8bo2_110 ._Form_x8bo2_139>._Row_x8bo2_173{flex-direction:column;gap:2rem!important}}._wrapper_16lms_1{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:99}._wrapper_16lms_1 span{color:red}._wrapper_16lms_1 ._admissionNews_16lms_16{width:100%;max-width:650px;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0003;position:relative}@media screen and (max-width: 768px){._wrapper_16lms_1 ._admissionNews_16lms_16{width:90%}}._wrapper_16lms_1 ._admissionNews_16lms_16 h2{margin-bottom:20px;font-size:24px;font-family:"PT Serif";color:#333}._wrapper_16lms_1 ._admissionNews_16lms_16 p{font-size:16px;color:#555;margin-bottom:10px}@media screen and (max-width: 768px){._wrapper_16lms_1 ._admissionNews_16lms_16 p{font-size:14px;line-height:23px}}._wrapper_16lms_1 ._admissionNews_16lms_16 ._moreInfo_16lms_47{color:#000;margin-bottom:0}._ContactUs_1twqd_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem}._ContactUs_1twqd_1 ._ContactForm_1twqd_9{width:83.875rem;height:42.45075rem;border-radius:2.26281rem;border:9.655px solid #fff;box-shadow:0 0 36.205px #00000014;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 h2{color:var(--Our, #ed1f24);font-family:"PT Serif";font-size:2.8125rem;font-style:normal;font-weight:400;line-height:2.5645rem}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 h3{color:#1a1313;font-family:Space Grotesk;font-size:2.3rem;font-style:normal;font-weight:700;line-height:4.07306rem}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 ._InputWrapper_1twqd_37{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 ._InputWrapper_1twqd_37 input{width:100%;color:#6c6c6c;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;border:none;outline:none;border-bottom:.2rem solid rgba(108,108,108,.5)}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 ._InputWrapper_1twqd_37 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.5645rem;text-transform:capitalize}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 ._Row_1twqd_68{width:100%;display:flex;align-items:center;gap:2.4rem}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 button{align-self:flex-end;display:flex;width:12.82263rem;padding:1.056rem 1.96113rem;justify-content:center;align-items:center;border-radius:2.26281rem;background:#ed1f24;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:800;line-height:1.81025rem;border:none;cursor:pointer;transition:all ease .3s}._ContactUs_1twqd_1 ._ContactForm_1twqd_9 button:hover{opacity:.95;transform:scale(.95)}._GetInTouch_1kprb_1{width:100%;height:51.5rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;background:url(/assets/back-Cm963kxP.png);background-position:center;background-size:cover}._GetInTouch_1kprb_1 h2{color:#ed1f24;font-family:Caveat;font-size:2.8125rem;font-style:normal;font-weight:400;line-height:2.125rem}._GetInTouch_1kprb_1 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:3.375rem;margin-bottom:1rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29{margin-top:1rem;display:flex;width:83.25rem;height:33.08944rem;align-items:center;gap:5.56506rem;border-radius:1.25rem;background:#fff;box-shadow:0 0 36.205px #00000014}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._map_1kprb_40{width:59.26019rem;height:33.08944rem;border-radius:1.12806rem 0rem 0rem 1.12806rem;overflow:hidden}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._map_1kprb_40 iframe{height:100%;width:100%;border:0}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51{display:flex;flex-direction:column;gap:1rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51 h4{color:#1a1313;font-family:Space Grotesk;font-size:1.625rem;font-style:normal;font-weight:500;line-height:2.10569rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51 ._Row_1kprb_29{display:flex;align-items:flex-start;gap:.5rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51 ._Row_1kprb_29 i{display:flex;width:1.875rem;height:1.875rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#ed1f24}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51 ._Row_1kprb_29 i svg{width:1.125rem;height:1.125rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51 ._Row_1kprb_29 p{width:12.8125rem;color:#6c6c6c;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem}@media (max-width: 600px){._GetInTouch_1kprb_1{height:100%;padding-inline:2rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29{width:100%;height:100%;display:grid;grid-template-columns:1fr;gap:2rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._map_1kprb_40{width:100%}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51{width:100%;margin-block-end:2rem;text-align:center;font-size:1.2rem}._GetInTouch_1kprb_1 ._Row1_1kprb_29 ._Details_1kprb_51 ._Row_1kprb_29{justify-content:center}}._Facility_s05mw_1{display:flex;flex-direction:column;align-items:center;gap:5rem;padding:10rem 0;overflow:hidden}._Facility_s05mw_1 ._Facilities_s05mw_9{display:flex;align-items:center;gap:5rem}._Facility_s05mw_1 ._Facilities_s05mw_9._Right_s05mw_14{flex-direction:row-reverse}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17{width:29.0965rem;height:43.529rem;border-radius:59.3685rem;border:7.599px solid #fff;box-shadow:0 0 28.497px #00000014;position:relative;z-index:1}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17 img{height:100%;width:100%;object-fit:cover;border-radius:59.3685rem}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17 ._Structure1_s05mw_32{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;left:-10rem;top:-26rem;z-index:-1}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17 ._Structure2_s05mw_42{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;right:-20rem;bottom:6rem;z-index:-1}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17:after{content:"";width:7.4135rem;height:7.4135rem;position:absolute;bottom:-2.2rem;left:-.4rem;z-index:-1;background:url(/assets/Dots-B31hUpW2.svg);background-size:cover;background-position:center}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17:before{content:"";width:7.4135rem;height:7.4135rem;position:absolute;top:-2.2rem;right:-.4rem;z-index:-1;background:url(/assets/Dots-B31hUpW2.svg);background-size:cover;background-position:center}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76{display:flex;flex-direction:column;gap:1rem}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 h2{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;font-style:normal;font-weight:400;line-height:4.61663rem}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.78388rem}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 p{width:47.75rem;color:#6c6c6c;font-family:Mulish;font-size:1.6125rem;font-style:normal;font-weight:600;line-height:2.30331rem;white-space:pre-line}@media (max-width: 600px){._Facility_s05mw_1{padding:2rem;gap:8rem}._Facility_s05mw_1 ._Facilities_s05mw_9{width:100%;height:100%;flex-direction:column;gap:2rem}._Facility_s05mw_1 ._Facilities_s05mw_9._Right_s05mw_14{flex-direction:column}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Image_s05mw_17{margin-inline:auto;order:2}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76{width:100%;order:1;gap:0}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 h2,._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 h3,._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 p{width:100%;text-align:center}._Facility_s05mw_1 ._Facilities_s05mw_9 ._Details_s05mw_76 h2{line-height:2rem}}._FeeStructureCollege_1uzp8_1{display:flex;flex-direction:column;align-items:center;gap:3rem;overflow:hidden;padding-bottom:5rem;padding-top:3rem}._FeeStructureCollege_1uzp8_1 h2{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;font-style:normal;font-weight:600;line-height:2.55463rem;text-transform:uppercase}._FeeStructureCollege_1uzp8_1 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.05731rem}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27{width:100%;height:auto;display:flex;align-items:center;flex-direction:column;gap:.3rem;background-image:url(/assets/back-Cm963kxP.png);background-position:center;background-size:cover}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27{display:flex;gap:2rem;align-items:flex-start;position:relative;z-index:1}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._Structure1_1uzp8_45{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-37rem;z-index:-2}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55{width:40.57313rem;height:auto;border-radius:1.127rem;background:#fff;box-shadow:0 0 48.087px #00000014;padding-bottom:3rem;display:flex;flex-direction:column;align-items:center}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 h4{color:#333;font-family:"PT Serif";font-size:3rem;font-style:normal;font-weight:700;line-height:normal;padding:2rem 0;text-transform:capitalize}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 ._Subjects_1uzp8_76{display:flex;flex-wrap:wrap;gap:3rem}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 ._Subjects_1uzp8_76 ._Card_1uzp8_81{display:flex;align-items:center;justify-content:center;height:3.98219rem;padding:.5rem 1.5rem;background-color:#b6444628;border-radius:.3rem;box-shadow:0 8px 8px #9e181814}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 ._Subjects_1uzp8_76 ._Card_1uzp8_81 div{color:#212331;text-align:center;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;display:flex;align-items:center;justify-content:center}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 ._Subjects_1uzp8_76 ._Card_1uzp8_81 div:nth-child(1){flex:2}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 ._Subjects_1uzp8_76 ._Card_1uzp8_81 div:nth-child(2),._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27 ._CourseTable_1uzp8_55 ._Subjects_1uzp8_76 ._Card_1uzp8_81 div:nth-child(3){flex:1}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1{display:flex;align-items:center;flex-direction:column;gap:.3rem}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116{margin-top:3rem;display:flex;width:61.8125rem;height:14.9375rem;padding:3.6875rem 3.3125rem;justify-content:center;align-items:center;gap:4.375rem;border-radius:1.25rem;background:#fff;box-shadow:0 4px 34px #00000014}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._PDF_1uzp8_129{display:flex;align-items:center;gap:.4rem}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._PDF_1uzp8_129 svg{width:4.4375rem;height:4.4375rem}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._PDF_1uzp8_129 ._Details_1uzp8_138{display:flex;flex-direction:column;gap:.2rem}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._PDF_1uzp8_129 ._Details_1uzp8_138 h4{color:#191313;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._PDF_1uzp8_129 ._Details_1uzp8_138 p{color:#6c6c6c;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._Button_1uzp8_159{cursor:pointer;display:flex;width:19.625rem;height:3.875rem;padding:1.03031rem 1.91344rem;justify-content:center;align-items:center;gap:.73594rem;border-radius:2.20781rem;background:#ed1f24;transition:all ease .3s}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._Button_1uzp8_159 p{color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:800;line-height:1.76625rem}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._Button_1uzp8_159 svg{width:1.78219rem;height:1.78219rem;flex-shrink:0}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._Button_1uzp8_159:hover{opacity:.95;transform:scale(.95)}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190{display:flex;align-items:center;gap:5rem}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190._Right_1uzp8_195{flex-direction:row-reverse}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Image_1uzp8_198{width:29.0965rem;height:43.529rem;border-radius:59.3685rem;border:7.599px solid #fff;box-shadow:0 0 28.497px #00000014;position:relative;z-index:1}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Image_1uzp8_198 img{height:100%;width:100%;object-fit:cover;border-radius:59.3685rem}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Image_1uzp8_198 ._Structure1_1uzp8_45{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;left:-10rem;top:-26rem;z-index:-1}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Image_1uzp8_198 ._Structure2_1uzp8_223{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;right:-20rem;bottom:6rem;z-index:-1}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Image_1uzp8_198:after{content:"";width:7.4135rem;height:7.4135rem;position:absolute;bottom:-2.2rem;left:-.4rem;z-index:-1;background:url(/assets/Dots-B31hUpW2.svg);background-size:cover;background-position:center}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Image_1uzp8_198:before{content:"";width:7.4135rem;height:7.4135rem;position:absolute;top:-2.2rem;right:-.4rem;z-index:-1;background:url(/assets/Dots-B31hUpW2.svg);background-size:cover;background-position:center}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Details_1uzp8_138{display:flex;flex-direction:column;gap:1rem}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Details_1uzp8_138 h2{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;font-style:normal;font-weight:400;line-height:4.61663rem}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Details_1uzp8_138 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.78388rem}._FeeStructureCollege_1uzp8_1 ._Facilities_1uzp8_190 ._Details_1uzp8_138 p{width:47.75rem;color:#6c6c6c;font-family:Mulish;font-size:1.6125rem;font-style:normal;font-weight:600;line-height:2.30331rem;white-space:pre-line}@media (max-width: 600px){._FeeStructureCollege_1uzp8_1{width:100%;padding-inline:2rem}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27{width:100%;height:100%}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 h3{margin-bottom:2rem}._FeeStructureCollege_1uzp8_1 ._CoursesOffered_1uzp8_27 ._Courses_1uzp8_27{display:grid;grid-template-columns:1fr;gap:2rem}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1,._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116{width:100%;height:100%}._FeeStructureCollege_1uzp8_1 ._FeeStructure_1uzp8_1 ._Main_1uzp8_116 ._Button_1uzp8_159 p{font-size:.8rem}}._FeeStructurePopup_14zc9_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13{width:83.25rem;height:39.625rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Cross_14zc9_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Cross_14zc9_26 svg{width:2.375rem;height:2.375rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Cross_14zc9_26:hover{background:#9999992f}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Cross_14zc9_26:hover svg path{stroke:#333}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative;text-transform:uppercase}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 h3 span{color:var(--button, #ed1f24)}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 button:hover{opacity:.95;transform:scale(.95)}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._Row_14zc9_127{display:flex;align-items:center;gap:4rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._InputWrapper_14zc9_132,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._InputWrapper_14zc9_132 label,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._InputWrapper_14zc9_132 input,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133{position:relative}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 svg{width:2.125rem;height:2.125rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 svg path{fill:#1a1313}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu1_14zc9_181,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu_14zc9_181{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu1_14zc9_181 p,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu_14zc9_181 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu1_14zc9_181 p:hover,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu_14zc9_181 p:hover{background-color:#1a131344}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu_14zc9_181 p,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._SubMenu1_14zc9_181 p{display:none}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._ActiveSubMenu1_14zc9_223,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._ActiveSubMenu_14zc9_223{max-height:100rem}._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._ActiveSubMenu1_14zc9_223 p,._FeeStructurePopup_14zc9_1 ._Wrapper_14zc9_13 ._Form_14zc9_92 ._SelectWrapper_14zc9_133 ._ActiveSubMenu_14zc9_223 p{display:block}._Gallery_14rgk_1{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1;overflow:hidden}._Gallery_14rgk_1 img{object-fit:cover}._Gallery_14rgk_1 ._Structure1_14rgk_14{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;left:-10rem;top:-26rem;z-index:-1}._Gallery_14rgk_1 ._Structure2_14rgk_24{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;right:10rem;bottom:-10rem;z-index:-1}._Gallery_14rgk_1 ._Three_14rgk_34{width:83.475rem;height:33rem;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-radius:.74938rem;box-shadow:0 0 31.972px #00000014}._Gallery_14rgk_1 ._Three_14rgk_34 img{height:100%;width:100%;border-radius:.74938rem}._Gallery_14rgk_1 ._Two_14rgk_49{width:83.475rem;height:33rem;overflow:hidden;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;border-radius:.74938rem;box-shadow:0 0 31.972px #00000014}._Gallery_14rgk_1 ._Two_14rgk_49 img{height:100%;width:100%;border-radius:.74938rem}._Gallery_14rgk_1 ._One_14rgk_64{width:83.475rem;height:33rem;border-radius:.74938rem;overflow:hidden}._Gallery_14rgk_1 ._One_14rgk_64 img{height:100%;width:100%;border-radius:.74938rem}@media (max-width: 600px){._Gallery_14rgk_1{height:100%;width:100%;padding:2rem}._Gallery_14rgk_1 ._One_14rgk_64,._Gallery_14rgk_1 ._Two_14rgk_49,._Gallery_14rgk_1 ._Three_14rgk_34{width:100%;height:100%;flex-direction:column}}._GallerySection_14rgk_90{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative;z-index:1;overflow:hidden}._Home_16rez_1{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:5rem;margin-bottom:10rem}._Home_16rez_1 h2{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;font-style:normal;text-align:start;font-weight:400;line-height:2.54544rem}._Home_16rez_1 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.04269rem}._Home_16rez_1 p{color:#6c6c6c;font-family:Mulish;font-size:1.4125rem;font-style:normal;font-weight:600;line-height:1.85294rem}._Home_16rez_1 ._SocialMediaCarousel_16rez_36{display:flex;flex-direction:column;align-items:center;gap:1.6rem}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 h3{color:#000;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:3.98838rem}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._TeamCards_16rez_51{width:84rem;margin-top:1rem;position:relative;z-index:1}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._TeamCards_16rez_51 ._Carousel_16rez_57{width:100%;background-color:#fff}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._TeamCards_16rez_51 ._Carousel_16rez_57 ._Card_16rez_61{width:100%;border-radius:1.125rem;background:var(--ffffff, #fff);box-shadow:0 0 20px #00000014}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._Buttons_16rez_67{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._Buttons_16rez_67 button{border:none;cursor:pointer;background:transparent}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._Buttons_16rez_67 button svg{width:2.07775rem;height:2.07775rem}._Home_16rez_1 ._SocialMediaCarousel_16rez_36 ._Buttons_16rez_67 button svg path{fill:#ed1f24}._Home_16rez_1 ._Welcome_16rez_90{width:100%;height:51.125rem;background:url(/assets/back-Cm963kxP.png);background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;gap:5rem}@media (max-width: 600px){._Home_16rez_1 ._Welcome_16rez_90{display:block;height:100%;padding-inline:2rem;margin-inline:auto}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108{margin-bottom:2rem}}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108{display:flex;flex-direction:column;gap:1rem}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 h3,._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 p{width:38.48469rem}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 ._ButtonWrapper_16rez_123{margin-top:.5rem;display:flex;align-items:center;gap:2rem}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 button{display:flex;height:3.8125rem;width:15rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--button, #ed1f24);cursor:pointer;border:none;transition:all ease .3s}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 button p{width:max-content;color:#fff;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:1.5rem}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 button svg{width:2.0625rem;height:2.0625rem}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 button:hover{opacity:.95;transform:scale(.95)}@media (max-width: 600px){._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 h2,._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 h3,._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 p{width:100%;text-align:center}._Home_16rez_1 ._Welcome_16rez_90 ._LeftSection_16rez_108 ._ButtonWrapper_16rez_123{margin-inline:auto}}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170{display:flex;align-items:center;justify-content:space-between;height:39.5rem;width:37.7rem;position:relative}@media (max-width: 600px){._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170{margin-inline:auto}}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Row_16rez_183{height:100%;display:flex;flex-direction:column;justify-content:space-between}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Row_16rez_183 ._Image1_16rez_189{width:18.17331rem;height:21.73675rem;border-radius:.71269rem;overflow:hidden}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Row_16rez_183 ._Image1_16rez_189 img{height:100%;width:100%}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Row_16rez_183 ._Image2_16rez_199{width:18.17331rem;height:16.46288rem;border-radius:.71269rem;overflow:hidden}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Row_16rez_183 ._Image2_16rez_199 img{height:100%;width:100%}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Image3_16rez_209{width:18.17331rem;height:28.79225rem;border-radius:.71269rem;overflow:hidden}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._Image3_16rez_209 img{height:100%;width:100%}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._LogoName_16rez_219{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:13.438rem;height:13.32588rem;border-radius:50%;overflow:hidden}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._LogoName_16rez_219 img{height:100%;width:100%}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._ActionButtons_16rez_233{position:absolute;bottom:0;right:-8rem;display:flex;align-items:center;gap:1rem}@media (max-width: 600px){._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._ActionButtons_16rez_233{right:0}}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._ActionButtons_16rez_233 span{cursor:pointer}._Home_16rez_1 ._Welcome_16rez_90 ._RightSection_16rez_170 ._Images_16rez_170 ._ActionButtons_16rez_233 span svg{width:4.4375rem;height:4.45738rem}._Home_16rez_1 ._WelcomeSection_16rez_253{width:70%;display:flex;flex-direction:row-reverse;align-items:center;gap:8rem;margin-bottom:7rem}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108{display:flex;flex-direction:column;gap:1rem}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108 h4{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.06281rem}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108 p{width:40.55256rem;white-space:pre-line}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108 button{display:flex;padding:.99713rem 1.85181rem;align-items:flex-start;gap:.71225rem;border-radius:2.13675rem;width:max-content;background:#ed1f24;color:#fff;font-family:Poppins;font-size:1.13956rem;font-style:normal;font-weight:500;line-height:1.70938rem;border:none;cursor:pointer}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108 button svg{width:1.70938rem;height:1.70938rem}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170{position:relative;width:35rem;height:44.38963rem;z-index:1}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Structure1_16rez_305{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-40rem;z-index:-1}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Image1_16rez_189{width:26.33288rem;height:44.38963rem;border-radius:22.571rem;border:9.63px solid #fff;box-shadow:0 0 36.114px #00000014}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Image2_16rez_199{position:absolute;bottom:0;right:0;width:14.06925rem;height:22.42288rem;border-radius:26.37988rem;border:11.255px solid #fff;box-shadow:0 0 42.208px #0000001a}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Image1_16rez_189,._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Image2_16rez_199{overflow:hidden}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Image1_16rez_189 img,._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170 ._Image2_16rez_199 img{height:100%;width:100%;object-fit:cover}@media (max-width: 600px){._Home_16rez_1 ._WelcomeSection_16rez_253{display:block;margin-bottom:2rem}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108{margin-bottom:2rem}._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108 h2,._Home_16rez_1 ._WelcomeSection_16rez_253 ._LeftSection_16rez_108 h4{width:100%;text-align:center}._Home_16rez_1 ._WelcomeSection_16rez_253 ._RightSection_16rez_170{margin-inline:auto}}._Home_16rez_1 ._VideoSection_16rez_359{display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;gap:8rem;margin-bottom:7rem;width:119.875rem;height:55.25rem;flex-shrink:0;background:url(/assets/back-Cm963kxP.png);background-position:center;background-size:cover}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108{width:40.75rem;height:30.375rem;border-radius:1.4245rem;width:33.77938rem;height:50.70588rem;border-radius:73.59344rem;border:9.42px solid #fff;box-shadow:0 0 35.325px #00000014;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all ease-in-out .3s}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108:after{content:"";width:8.38963rem;height:8.38963rem;position:absolute;top:-2rem;right:0;background-image:url(/assets/Dots-B31hUpW2.svg);background-size:cover;background-position:center;z-index:-1}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108:before{content:"";width:8.38963rem;height:8.38963rem;position:absolute;bottom:-2rem;left:0;background-image:url(/assets/Dots-B31hUpW2.svg);background-size:cover;background-position:center;z-index:-1}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108:hover ._PlayButton_16rez_413._ToggleHover_16rez_413 svg{width:7.15675rem;height:7.15675rem}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108 ._PlayButton_16rez_413{width:7.15675rem;height:7.15675rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;transition:all ease-in-out .3s}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108 ._PlayButton_16rez_413 svg{cursor:pointer;height:100%;width:100%}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108 ._PlayButton_16rez_413._ToggleHover_16rez_413 svg{height:0;width:0}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108 ._PlayButton_16rez_413:hover svg path{fill:#b19d9d}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108 ._Structure1_16rez_305{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f2400,#ed1f24 60%);position:absolute;right:-22rem;top:-27rem;z-index:-1}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108 video{border-radius:1.4245rem;width:100%;height:100%;border-radius:73.59344rem;object-fit:cover}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170{display:flex;flex-direction:column;gap:1rem}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 h3{width:40.69719rem}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 p{width:38.03356rem;margin-bottom:.5rem}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 button{display:flex;padding:.99713rem 1.85181rem;align-items:flex-start;gap:.71225rem;border-radius:2.13675rem;width:max-content;background:#ed1f24;color:#fff;font-family:Poppins;font-size:1.13956rem;font-style:normal;font-weight:500;line-height:1.70938rem;border:none;cursor:pointer}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 button svg{width:1.70938rem;height:1.70938rem}@media (max-width: 600px){._Home_16rez_1 ._VideoSection_16rez_359{gap:0;width:100%;display:grid;grid-template-columns:1fr;padding:2rem;margin-bottom:0;height:100%}._Home_16rez_1 ._VideoSection_16rez_359 ._LeftSection_16rez_108{order:2;margin-inline:auto}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170{order:1;margin-bottom:2rem}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 h2,._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 h3,._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 p{width:100%;text-align:center}._Home_16rez_1 ._VideoSection_16rez_359 ._RightSection_16rez_170 button{margin-inline:auto}}._Home_16rez_1 ._AnaLysisImage_16rez_517{width:90rem;max-width:90vw;height:auto}._Home_16rez_1 ._AnaLysisImage_16rez_517 img{width:100%;height:auto}._Home_16rez_1 ._Facilities_16rez_526{display:flex;flex-direction:column;align-items:center;gap:.6rem;position:relative}@media (max-width: 600px){._Home_16rez_1 ._Facilities_16rez_526{width:100%}}._Home_16rez_1 ._Facilities_16rez_526 ._ViewAll_16rez_538{position:absolute;right:2rem;top:2rem;display:flex;align-items:center;gap:1rem;cursor:pointer}@media (max-width: 600px){._Home_16rez_1 ._Facilities_16rez_526 ._ViewAll_16rez_538{right:1rem}}._Home_16rez_1 ._Facilities_16rez_526 ._ViewAll_16rez_538 p{color:#ed1f24;font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}._Home_16rez_1 ._Facilities_16rez_526 ._ViewAll_16rez_538 svg{width:1.5rem;height:1.5rem}._Home_16rez_1 ._Facilities_16rez_526 ._ViewAll_16rez_538 svg path{fill:#ed1f24}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567{width:84rem;margin:3rem 0;position:relative;z-index:1;display:flex;align-items:center;justify-content:space-around}@media (max-width: 600px){._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567{width:100%;padding-inline:2rem;display:grid;grid-template-columns:1fr;gap:2rem}}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Structure1_16rez_305{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-25rem;top:-33rem;z-index:-1}@media (max-width: 600px){._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Structure1_16rez_305{width:20rem;height:58rem;top:-34rem}}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61{width:26.25rem;height:32.775rem;border-radius:1.125rem;background:#fff;box-shadow:0 0 21.6px #00000014;display:flex;flex-direction:column;justify-content:space-around}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61 img{width:26.25rem;height:17.55rem;border-radius:1.125rem 1.125rem 0rem 0rem}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61 h4{padding:0 1.2rem;color:#1a1313;font-family:Space Grotesk;font-size:1.625rem;font-style:normal;font-weight:500;line-height:2.4rem}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61 p{padding:0 1.2rem;width:100%;color:#6c6c6c;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.95rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61 a{padding:0 1.2rem;color:#ed1f24;font-family:Mulish;font-size:1.35rem;font-style:normal;font-weight:800;line-height:2.1rem;text-decoration:none}@media (max-width: 600px){._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61{width:100%;margin-inline:auto}._Home_16rez_1 ._Facilities_16rez_526 ._FacilityCards_16rez_567 ._Card_16rez_61 img{width:100%}}._Home_16rez_1 ._EntranceAdmission_16rez_660{width:83.25rem;height:63.875rem;height:auto;border-radius:2.24594rem;background:#fff;box-shadow:0 0 35.935px 10px #00000014;display:flex;justify-content:space-between;overflow:hidden}._Home_16rez_1 ._EntranceAdmission_16rez_660 h3{width:40rem;font-family:Inter;font-weight:600;font-size:3rem;line-height:43.57px;letter-spacing:0%}._Home_16rez_1 ._EntranceAdmission_16rez_660 h5{width:30rem;font-family:Inter;font-weight:400;font-size:1.4rem;line-height:120%;letter-spacing:0%}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108{display:flex;flex-direction:column;gap:2rem;padding:3rem}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693{display:flex;align-items:center;gap:2rem}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Count_16rez_698,._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Content_16rez_699{display:flex;flex-direction:column;gap:2rem}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Count_16rez_698 i{height:2.3rem;width:2.3rem;background-color:#ed1f24;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;z-index:1}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Count_16rez_698 i:nth-child(1):after{display:none}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Count_16rez_698 i:after{content:"";width:2px;height:2.2rem;background-color:#ed1f24;position:absolute;bottom:100%;z-index:-1}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Count_16rez_698 i p{font-family:Inter;font-weight:600;font-size:1.2rem;line-height:120%;letter-spacing:0%;color:#fff}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Content_16rez_699{font-family:Inter;font-weight:400;font-size:20px;line-height:24.2px;letter-spacing:0%}._Home_16rez_1 ._EntranceAdmission_16rez_660 ._Left_16rez_108 ._Steps_16rez_693 ._Content_16rez_699 p{height:2.3rem}._Home_16rez_1 ._EntranceAdmission_16rez_660 img{height:100%;width:auto}._Home_16rez_1 ._EntranceButton_16rez_749{margin-left:auto;margin-right:15rem;display:flex;padding:.39713rem 1.85181rem;align-items:flex-start;gap:.71225rem;border-radius:2.13675rem;width:max-content;background:#ed1f24;color:#fff;font-family:Poppins;font-size:1.13956rem;font-style:normal;font-weight:500;line-height:1.70938rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._Home_16rez_1 ._EntranceButton_16rez_749:hover{opacity:.7}._Home_16rez_1 ._PrinceBrochure_16rez_772 img{max-height:100vh;max-width:90vw}._Home_16rez_1 ._NewsUpdates_16rez_776{width:84rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}@media (max-width: 600px){._Home_16rez_1 ._NewsUpdates_16rez_776{width:100%}}._Home_16rez_1 ._NewsUpdates_16rez_776 ._ViewAll_16rez_538{position:absolute;right:2rem;top:2rem;display:flex;align-items:center;gap:1rem;cursor:pointer}._Home_16rez_1 ._NewsUpdates_16rez_776 ._ViewAll_16rez_538 p{color:#ed1f24;font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}._Home_16rez_1 ._NewsUpdates_16rez_776 ._ViewAll_16rez_538 svg{width:1.5rem;height:1.5rem}._Home_16rez_1 ._NewsUpdates_16rez_776 ._ViewAll_16rez_538 svg path{fill:#ed1f24}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813{margin-top:2rem;display:flex;align-items:center;flex-wrap:wrap;width:83rem;gap:1rem;position:relative;z-index:1}@media (max-width: 600px){._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813{width:100%;padding-inline:2rem;display:grid;grid-template-columns:1fr;gap:2rem}}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Structure1_16rez_305{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-35rem;z-index:-1}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61{width:40.77113rem;height:35.79038rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;border-radius:1.42306rem;background:#fff;box-shadow:0 4.554px 34.154px #00000014}@media (max-width: 600px){._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61{width:100%}}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61 img{width:100%;height:21.48844rem;border-radius:1.06731rem 1.06731rem 0rem 0rem}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61 ._TopRow_16rez_863{width:36.43075rem;display:flex;align-items:center;justify-content:space-between}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61 ._TopRow_16rez_863 h4{width:22.43075rem;color:#1a1313;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.27694rem}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61 ._TopRow_16rez_863 p{width:max-content;min-height:0}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61 ._Time_16rez_883{align-self:flex-start;margin:0 1.2rem 0 2rem;display:flex;width:12rem;height:2.85rem;padding:.75rem;justify-content:center;align-items:center;border-radius:.375rem;border:1.2px solid rgba(0,0,0,.03);background:#ed1f2414;color:#6c6c6c;font-family:Mulish;font-size:1.2rem;font-style:normal;font-weight:500;line-height:2.1rem}._Home_16rez_1 ._NewsUpdates_16rez_776 ._Cards_16rez_813 ._Card_16rez_61 p{width:36.43075rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden;min-height:5.66rem}@media (max-width: 600px){._Home_16rez_1 ._SeniorMessages_16rez_921{width:100%;height:100%}}._Home_16rez_1 ._Faq_16rez_926{display:flex;flex-direction:column;align-items:center;gap:2rem;width:83.25rem;height:63.875rem;height:auto;border-radius:2.24594rem;background:#fff;box-shadow:0 0 35.935px 10px #00000014;position:relative;z-index:1;padding:2rem 0rem}._Home_16rez_1 ._Faq_16rez_926 ._bg_16rez_941{position:absolute;width:100%;height:100%;background-color:#fff;z-index:-1;border:9.583px solid #fff}._Home_16rez_1 ._Faq_16rez_926 ._Structure1_16rez_305{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-35rem;z-index:-2}@media (max-width: 600px){._Home_16rez_1 ._Faq_16rez_926{width:100%;padding:0 2rem}._Home_16rez_1 ._Faq_16rez_926 ._FaqContainer_16rez_964{width:100%}}._FaqCard_k8g76_1{height:100%;width:77.375rem;border-bottom:.0625rem solid rgba(112,112,112,.5);display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0}._FaqCard_k8g76_1 ._Upper_k8g76_10{display:flex;align-items:center;justify-content:space-between;cursor:pointer}@media (max-width: 930px){._FaqCard_k8g76_1 ._Upper_k8g76_10{gap:2rem}}._FaqCard_k8g76_1 ._Upper_k8g76_10 h4{color:#000;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:700;line-height:normal}._FaqCard_k8g76_1 ._Upper_k8g76_10 svg{width:1.875rem;height:1.875rem}._FaqCard_k8g76_1 ._Upper_k8g76_10 svg path{fill:#ed1f24}._FaqCard_k8g76_1 p{width:77.375rem;width:100%;color:var(--707070, #707070);font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;transform:scaleY(0);height:0;transform-origin:0 0;transition:all ease-in-out .3s}._FaqCard_k8g76_1 p._Active_k8g76_50{height:auto;transform:scaleY(1)}@media (max-width: 600px){._FaqCard_k8g76_1{width:100%}}#carousel .__target+li img{height:95%}#carousel .__target+li h4{bottom:.2rem}._Achievements_vt66m_1{display:flex;flex-direction:column;align-items:center;gap:1.6rem}._Achievements_vt66m_1 h3{color:#000;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:3.98838rem}._Achievements_vt66m_1 ._TeamCards_vt66m_16{width:84rem;margin-top:1rem;position:relative;z-index:1}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Structure1_vt66m_22{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;right:-22rem;top:-36rem;z-index:-1}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32{width:100%;background-color:#fff}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36{width:96%;border-radius:1.125rem;background:var(--ffffff, #fff);box-shadow:0 0 20px #00000014;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36 ._Percentage_vt66m_47{position:absolute;right:1rem;top:0rem;display:flex;align-items:center;flex-direction:column;justify-content:center;width:5.31781rem;height:5.39169rem;border-radius:7.38588rem;border:1.182px solid #fff;background:var(--Our, #ed1f24);-webkit-backdrop-filter:blur(29.5434207916px);backdrop-filter:blur(29.5434207916px)}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36 ._Percentage_vt66m_47 h4{color:#fff;text-align:center;font-family:Mulish;font-size:1.47719rem;font-style:normal;font-weight:700;line-height:125.293%}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36 ._Percentage_vt66m_47 p{color:#fff;font-family:Mulish;font-size:1.18175rem;font-style:normal;font-weight:700;line-height:125.293%}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36 img{width:24.75rem;height:24.225rem;border-radius:.15rem}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36 h4{color:#202020;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:2.4rem}._Achievements_vt66m_1 ._TeamCards_vt66m_16 ._Carousel_vt66m_32 ._Card_vt66m_36 p{color:#ed1f24;font-family:"PT Serif";font-size:2.25rem;font-style:normal;font-weight:400;line-height:1.95rem}._Achievements_vt66m_1 ._Buttons_vt66m_103{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._Achievements_vt66m_1 ._Buttons_vt66m_103 button{border:none;cursor:pointer;background:transparent}._Achievements_vt66m_1 ._Buttons_vt66m_103 button svg{width:2.07775rem;height:2.07775rem}._Achievements_vt66m_1 ._Buttons_vt66m_103 button svg path{fill:#ed1f24}._Content_i1256_1{display:flex;flex-direction:column;align-items:center;gap:.3rem}._Content_i1256_1 h2{color:#ed1f24;font-family:"PT Serif";text-transform:uppercase;font-size:2.95431rem;font-style:normal;font-weight:600;line-height:2.51119rem}._Content_i1256_1 h4{color:#000;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:3.98838rem}._Content_i1256_1 ._Row1_i1256_24{margin-top:1rem;display:flex;align-items:center;gap:5rem}._Content_i1256_1 ._Row1_i1256_24 ._Image_i1256_30{width:42.875rem;height:50.375rem;border-radius:1.875rem;border:7.514px solid #fff;box-shadow:0 0 46.928px #00000014;position:relative;z-index:1;overflow:hidden}._Content_i1256_1 ._Row1_i1256_24 ._Image_i1256_30 img{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:1.875rem;opacity:0;transition:opacity 1s ease-in-out}._Content_i1256_1 ._Row1_i1256_24 ._Image_i1256_30 ._carouselImage_i1256_50._visible_i1256_50{opacity:1;z-index:2}._Content_i1256_1 ._Row1_i1256_24 ._Image_i1256_30 ._carouselImage_i1256_50._hidden_i1256_54{opacity:0;z-index:1}._Content_i1256_1 ._Row1_i1256_24 ._Image_i1256_30 ._Structure1_i1256_58{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 50%,#ed1f2400);position:absolute;left:-30rem;top:-40rem;z-index:-1}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68{display:flex;flex-direction:column;gap:1rem}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 img{width:10.53906rem;height:10.90275rem}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 h3{margin-top:3rem;color:var(--Vikash-Residential-School, #1a1313);font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:4.25rem}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 p{width:33.75rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.6125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 ._Button_i1256_98{cursor:pointer;display:flex;width:max-content;height:3.875rem;padding:1.03031rem 1.91344rem;justify-content:center;align-items:center;gap:.73594rem;border-radius:2.20781rem;background:#ed1f24;transition:all ease .3s}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 ._Button_i1256_98 p{width:max-content;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:800;line-height:1.76625rem}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 ._Button_i1256_98 svg{width:1.78219rem;height:1.78219rem;flex-shrink:0}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 ._Button_i1256_98:hover{opacity:.95;transform:scale(.95)}@media (max-width: 600px){._Content_i1256_1{padding-inline:2rem}._Content_i1256_1 ._Row1_i1256_24{display:grid;grid-template-columns:1fr;gap:2rem}._Content_i1256_1 ._Row1_i1256_24 img{width:100%;height:100%}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68{width:100%}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 img,._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 ._Button_i1256_98{margin-inline:auto}._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 h3,._Content_i1256_1 ._Row1_i1256_24 ._Details_i1256_68 p{width:100%;text-align:center}}._MediaBuzz_1ygcs_1{display:flex;flex-direction:column;align-items:center;gap:1.6rem}._MediaBuzz_1ygcs_1 h3{color:#000;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:3.98838rem}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16{width:84rem;margin-top:1rem;position:relative;z-index:1}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16 ._Structure1_1ygcs_22{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;right:-22rem;top:-36rem;z-index:-1}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16 ._Carousel_1ygcs_32{width:100%;background-color:#fff}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16 ._Carousel_1ygcs_32 ._Card_1ygcs_36{width:96%;border-radius:1.125rem;background:var(--ffffff, #fff);box-shadow:0 0 20px #00000014;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16 ._Carousel_1ygcs_32 ._Card_1ygcs_36 img{width:24.75rem;height:30.225rem;border-radius:.15rem}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16 ._Carousel_1ygcs_32 ._Card_1ygcs_36 h4{color:#202020;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:2.4rem}._MediaBuzz_1ygcs_1 ._TeamCards_1ygcs_16 ._Carousel_1ygcs_32 ._Card_1ygcs_36 p{color:#ed1f24;font-family:"PT Serif";font-size:2.25rem;font-style:normal;font-weight:400;line-height:1.95rem}._MediaBuzz_1ygcs_1 ._Buttons_1ygcs_70{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._MediaBuzz_1ygcs_1 ._Buttons_1ygcs_70 button{border:none;cursor:pointer;background:transparent}._MediaBuzz_1ygcs_1 ._Buttons_1ygcs_70 button svg{width:2.07775rem;height:2.07775rem}._MediaBuzz_1ygcs_1 ._Buttons_1ygcs_70 button svg path{fill:#ed1f24}._RegistrationPopup_1k6rs_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13{width:83.25rem;height:53.4375rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Cross_1k6rs_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Cross_1k6rs_26 svg{width:2.375rem;height:2.375rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Cross_1k6rs_26:hover{background:#9999992f}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Cross_1k6rs_26:hover svg path{stroke:#333}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";text-transform:uppercase;font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 h3 span{color:var(--button, #ed1f24)}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 button:hover{opacity:.95;transform:scale(.95)}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._Row_1k6rs_127{display:flex;align-items:center;gap:4rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._InputWrapper_1k6rs_132,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133{width:100%;display:flex;flex-direction:column;align-items:flex-start}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._InputWrapper_1k6rs_132 label,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._InputWrapper_1k6rs_132 input,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133{position:relative}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 svg{width:2.125rem;height:2.125rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 svg path{fill:#1a1313}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu1_1k6rs_180,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu_1k6rs_180{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#413e3e34;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu1_1k6rs_180 p,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu_1k6rs_180 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu1_1k6rs_180 p:hover,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu_1k6rs_180 p:hover{background-color:#1a131344}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu_1k6rs_180 p,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._SubMenu1_1k6rs_180 p{display:none}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._ActiveSubMenu1_1k6rs_222,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._ActiveSubMenu_1k6rs_222{max-height:100rem}._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._ActiveSubMenu1_1k6rs_222 p,._RegistrationPopup_1k6rs_1 ._Wrapper_1k6rs_13 ._Form_1k6rs_92 ._SelectWrapper_1k6rs_133 ._ActiveSubMenu_1k6rs_222 p{display:block}._NewsLetter_1pscp_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}._NewsLetter_1pscp_1 h2{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;font-style:normal;font-weight:600;line-height:2.54544rem;text-transform:uppercase}._NewsLetter_1pscp_1 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.04269rem}._NewsLetter_1pscp_1 h4{width:40.366rem;color:#6c6c6c;text-align:center;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 600px){._NewsLetter_1pscp_1{width:100%;height:100%;padding-inline:2rem}._NewsLetter_1pscp_1 h2,._NewsLetter_1pscp_1 h3,._NewsLetter_1pscp_1 h4{width:100%;height:100%;text-align:center}._NewsLetter_1pscp_1 ._Letters_1pscp_49{width:100%;height:100%}}._NewsLetterCard_1nu4m_1{width:83.25rem;margin-bottom:1rem}._NewsLetterCard_1nu4m_1 ._Main_1nu4m_5{width:83.25rem;height:7.31781rem;border-radius:1.18031rem;background:#fff;box-shadow:0 0 50.359px #00000014;display:flex;align-items:center;gap:3rem;padding:.2rem 2rem;cursor:pointer}._NewsLetterCard_1nu4m_1 ._Main_1nu4m_5 svg{width:3.85563rem;height:3.85563rem}._NewsLetterCard_1nu4m_1 ._Main_1nu4m_5 p{color:#1a1313;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.51794rem}._NewsLetterCard_1nu4m_1 ._Subs_1nu4m_29{display:flex;align-items:center;gap:1rem;max-height:0;transition:max-height .3s ease-in-out}._NewsLetterCard_1nu4m_1 ._Subs_1nu4m_29 p{color:var(--Vikash-Residential-School, #1a1313);font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:500;line-height:2.51794rem;cursor:pointer;display:none}._NewsLetterCard_1nu4m_1 ._Subs_1nu4m_29 p:hover{background:#00000014}._NewsLetterCard_1nu4m_1 ._Subs_1nu4m_29._ActiveSubs_1nu4m_49{height:6rem;max-height:100rem}._NewsLetterCard_1nu4m_1 ._Subs_1nu4m_29._ActiveSubs_1nu4m_49 p{display:flex;width:7.08175rem;height:3.54088rem;padding:.78688rem;justify-content:center;align-items:center;border-radius:.39344rem;border:1.259px solid rgba(0,0,0,.2);background:#fff;-webkit-backdrop-filter:blur(12.5897922516px);backdrop-filter:blur(12.5897922516px)}@media (max-width: 600px){._NewsLetterCard_1nu4m_1,._NewsLetterCard_1nu4m_1 ._Main_1nu4m_5,._NewsLetterCard_1nu4m_1 ._Subs_1nu4m_29{width:100%;height:100%}._NewsLetterCard_1nu4m_1 ._Main_1nu4m_5{justify-content:flex-start;gap:4rem}}._NewsLetterPopup_87iz7_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13{width:83.25rem;height:35.625rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Cross_87iz7_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Cross_87iz7_26 svg{width:2.375rem;height:2.375rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Cross_87iz7_26:hover{background:#9999992f}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Cross_87iz7_26:hover svg path{stroke:#333}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative;text-transform:uppercase}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 h3 span{color:var(--button, #ed1f24)}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 button:hover{opacity:.95;transform:scale(.95)}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._Row_87iz7_128{display:flex;align-items:center;gap:4rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._InputWrapper_87iz7_133,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._InputWrapper_87iz7_133 label,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._InputWrapper_87iz7_133 input,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134{position:relative}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 svg{width:2.125rem;height:2.125rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 svg path{fill:#1a1313}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu1_87iz7_182,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu_87iz7_182{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu1_87iz7_182 p,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu_87iz7_182 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu1_87iz7_182 p:hover,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu_87iz7_182 p:hover{background-color:#1a131344}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu_87iz7_182 p,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._SubMenu1_87iz7_182 p{display:none}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._ActiveSubMenu1_87iz7_224,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._ActiveSubMenu_87iz7_224{max-height:100rem}._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._ActiveSubMenu1_87iz7_224 p,._NewsLetterPopup_87iz7_1 ._Wrapper_87iz7_13 ._Form_87iz7_93 ._SelectWrapper_87iz7_134 ._ActiveSubMenu_87iz7_224 p{display:block}._NewsUpdates_x96th_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}._NewsUpdates_x96th_1 h2{color:#ed1f24;font-family:Caveat;font-size:2.8125rem;font-style:normal;font-weight:400;line-height:2.54544rem}._NewsUpdates_x96th_1 h3{color:#1a1313;font-family:Space Grotesk;font-size:3rem;font-style:normal;font-weight:700;line-height:4.04269rem}._NewsUpdates_x96th_1 ._Cards_x96th_25{margin-top:4rem;display:flex;align-items:center;flex-wrap:wrap;width:83rem;gap:1rem;position:relative;z-index:1}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Structure1_x96th_35{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-37rem;z-index:-2}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25{width:26.25rem;height:32.775rem;padding-bottom:2rem;border-radius:1.125rem;background:#fff;box-shadow:0 0 21.6px #00000014;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.3rem}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25 img{width:26.25rem;height:17.55rem;border-radius:1.125rem 1.125rem 0rem 0rem}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25 ._Row_x96th_63{padding:0 1.2rem;width:100%;display:flex;align-items:center;justify-content:space-between}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25 ._Row_x96th_63 h4{color:#1a1313;font-family:Space Grotesk;font-size:1.65rem;font-style:normal;font-weight:500;line-height:2.4rem}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25 ._Row_x96th_63 p{width:max-content;padding:0;color:#6c6c6c;font-family:Mulish;font-size:.975rem;font-style:normal;font-weight:400;line-height:1.95rem;min-height:0;height:max-content}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25 ._Time_x96th_90{margin:0 1.2rem;display:flex;width:12rem;height:2.85rem;padding:.75rem;justify-content:center;align-items:center;border-radius:.375rem;border:1.2px solid rgba(0,0,0,.03);background:#ed1f2414;color:#6c6c6c;font-family:Mulish;font-size:1.2rem;font-style:normal;font-weight:500;line-height:2.1rem}._NewsUpdates_x96th_1 ._Cards_x96th_25 ._Card_x96th_25 p{min-height:6rem;padding:0 1.2rem;width:22.84844rem;color:#6c6c6c;font-family:Mulish;font-size:1.2rem;font-style:normal;font-weight:600;line-height:1.95rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}._ResultAchievements_auqff_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem}._GalleryVideo_8g7xu_1{display:flex;align-items:center;gap:8rem;width:80%;max-width:1280px;height:max-content;margin-inline:6rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;width:100%}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17{width:100%;text-align:center;display:flex;flex-direction:column;gap:2.5rem;position:relative}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17 ._ViewAll_8g7xu_25{position:absolute;right:2rem;top:2rem;display:flex;align-items:center;gap:1rem;cursor:pointer}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17 ._ViewAll_8g7xu_25 p{color:#ed1f24;font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17 ._ViewAll_8g7xu_25 svg{width:1.5rem;height:1.5rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17 ._ViewAll_8g7xu_25 svg path{fill:#ed1f24}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17 h3{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;text-align:center;font-style:normal;font-weight:400;line-height:2.125rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._GalleryHeader_8g7xu_17 h2{color:#1a1313;text-align:center;font-family:"PT Serif";font-size:3rem;font-style:normal;font-weight:700;line-height:3.375rem;margin-bottom:1rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68{position:relative;z-index:2;width:100%;height:35rem;height:auto;max-height:80vh;background-color:#fff;border-radius:30px;margin-inline:auto;overflow:hidden;border:9.63px solid #fff;box-shadow:0 0 36.114px #00000014}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 video{width:100%;border-radius:30px;height:100%;object-fit:cover;position:relative;z-index:2}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._PlayButton_8g7xu_90{width:7.15675rem;height:7.15675rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;transition:all ease-in-out .3s}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._PlayButton_8g7xu_90 svg{cursor:pointer;height:100%;width:100%}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._PlayButton_8g7xu_90._ToggleHover_8g7xu_105 svg{height:0;width:0}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._PlayButton_8g7xu_90:hover svg path{fill:#b19d9d}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._PlayBtnOverlay_8g7xu_112{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:inherit;z-index:3;opacity:0;transition:opacity .3s ease}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._PlayBtnOverlay_8g7xu_112 ._PlayBtn_8g7xu_112{width:60px;border-radius:50%;height:60px}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68 ._NoOverLay_8g7xu_132{visibility:hidden}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._VidoeCard_8g7xu_68:hover ._PlayButton_8g7xu_90._ToggleHover_8g7xu_105 svg{width:7.15675rem;height:7.15675rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139{display:flex;align-items:center;justify-content:space-between;width:100%;height:5rem;overflow:hidden}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Buttons_8g7xu_147{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Buttons_8g7xu_147 button{border:none;cursor:pointer;background:transparent}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Buttons_8g7xu_147 button svg{width:2.07775rem;height:2.07775rem}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Buttons_8g7xu_147 button svg path{fill:#ed1f24}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Pagination_8g7xu_170{width:20rem;display:flex;gap:10px;align-items:center;justify-content:center}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Pagination_8g7xu_170 ._VideoItem_8g7xu_177{width:4.5rem;height:4rem;transition:all ease-in-out .3s;border-radius:10px;cursor:pointer}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Pagination_8g7xu_170 ._VideoItem_8g7xu_177 video{overflow:hidden;width:100%;border-radius:10px;height:100%;object-fit:cover}._GalleryVideo_8g7xu_1 ._Videos_8g7xu_10 ._Bottom_8g7xu_139 ._Pagination_8g7xu_170 ._ActiveVideo_8g7xu_191{width:5rem;height:5rem}._ResultFormPopup_yqwhk_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13{width:83.25rem;height:40.625rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Cross_yqwhk_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Cross_yqwhk_26 svg{width:2.375rem;height:2.375rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Cross_yqwhk_26:hover{background:#9999992f}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Cross_yqwhk_26:hover svg path{stroke:#333}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";text-transform:uppercase;font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 h3 span{color:var(--button, #ed1f24)}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 button:hover{opacity:.95;transform:scale(.95)}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._Row_yqwhk_127{display:flex;align-items:center;gap:4rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._InputWrapper_yqwhk_132,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._InputWrapper_yqwhk_132 label,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._InputWrapper_yqwhk_132 input,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133{position:relative}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 svg{width:2.125rem;height:2.125rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 svg path{fill:#1a1313}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu1_yqwhk_181,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu_yqwhk_181{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu1_yqwhk_181 p,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu_yqwhk_181 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu1_yqwhk_181 p:hover,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu_yqwhk_181 p:hover{background-color:#1a131344}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu_yqwhk_181 p,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._SubMenu1_yqwhk_181 p{display:none}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._ActiveSubMenu1_yqwhk_223,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._ActiveSubMenu_yqwhk_223{max-height:100rem}._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._ActiveSubMenu1_yqwhk_223 p,._ResultFormPopup_yqwhk_1 ._Wrapper_yqwhk_13 ._Form_yqwhk_92 ._SelectWrapper_yqwhk_133 ._ActiveSubMenu_yqwhk_223 p{display:block}._Container_hbz0a_1{position:relative}._Container_hbz0a_1 ._Header_hbz0a_4{position:absolute;top:-4rem;left:-6rem}._Container_hbz0a_1 ._Header_hbz0a_4 h2{margin-left:5.5rem;width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._Container_hbz0a_1 ._Header_hbz0a_4 h2:before{content:"";width:4.91913rem;height:.14244rem;background:#ed1f24;position:absolute;left:-5.5rem;top:50%}._Container_hbz0a_1 ._Header_hbz0a_4 h2:after{content:"";width:4.91913rem;height:.14244rem;background:#ed1f24;position:absolute;right:-5.5rem;top:50%}._Container_hbz0a_1 ._Header_hbz0a_4 h3{width:16rem;font-size:2.5rem;line-height:110%}._Container_hbz0a_1 ._Header_hbz0a_4 h3 span{display:block}._Container_hbz0a_1 ._CarouselMain_hbz0a_49{display:flex;align-items:center;gap:5rem}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54{width:34.763rem;display:flex;align-items:flex-end;justify-content:flex-end;gap:2rem;position:relative}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._ActiveImage_hbz0a_62{width:19.94269rem;height:32.26444rem;border-radius:.71225rem;overflow:hidden}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._ActiveImage_hbz0a_62 img{height:100%;width:100%;object-fit:cover}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._InactiveImage_hbz0a_73{width:12.82031rem;height:18.51825rem;border-radius:.71225rem;overflow:hidden}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._InactiveImage_hbz0a_73 img{height:100%;width:100%;object-fit:cover}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._SliderButtons_hbz0a_84{position:absolute;bottom:-3rem;right:5rem;height:2rem;display:flex;align-items:center;gap:.5rem}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._SliderButtons_hbz0a_84 ._Button_hbz0a_93{cursor:pointer;width:1.21081rem;height:.78344rem;border-radius:7.12238rem;background:#ed1f2480}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._ImageSlide_hbz0a_54 ._SliderButtons_hbz0a_84 ._Button_hbz0a_93._Active_hbz0a_62{width:1.78063rem;background:var(--button, #ed1f24)}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._NextButton_hbz0a_104{align-self:flex-end;width:3.56119rem;height:3.56119rem;border-radius:2.13675rem;background:#ed1f24;cursor:pointer;display:flex;align-items:center;justify-content:center}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._NextButton_hbz0a_104:hover{background:#c22930}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._NextButton_hbz0a_104:hover svg path{fill:#666}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._NextButton_hbz0a_104 svg{width:2.24225rem;height:2.24225rem}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._Text_hbz0a_125{display:flex;flex-direction:column;gap:.6rem}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._Text_hbz0a_125 h4{color:var(--Prince-School-of-Balsore, #1a1313);font-family:"PT Serif";font-size:1.70938rem;font-style:normal;font-weight:700;line-height:2.27919rem}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._Text_hbz0a_125 h5{color:var(--button, #ed1f24);font-family:"PT Serif";font-size:1.70938rem;font-style:normal;font-weight:400;line-height:1.85181rem}._Container_hbz0a_1 ._CarouselMain_hbz0a_49 ._Text_hbz0a_125 p{width:27.06513rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem;height:26rem;overflow-y:scroll}#carousel{width:100%}#carousel .alice-carousel__next-btn .alice-carousel_next-btn-wrapper .alice-carousel__next-btn-item span{border:2px solid red}#carousel .alice-carousel__dots{display:none}._AboutUs_pr51x_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:8rem;scroll-behavior:smooth}._AboutUs_pr51x_1 h2{color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._AboutUs_pr51x_1 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._AboutUs_pr51x_1 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._AboutUs_pr51x_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._AboutUs_pr51x_1 h3 span{color:var(--button, #ed1f24)}._AboutUs_pr51x_1 p{color:var(--light-black, #696969);font-family:Poppins;font-size:1.4125rem;font-style:normal;font-weight:400;line-height:155%}._AboutUs_pr51x_1 ._WelcomeMessage_pr51x_60{display:flex;flex-direction:column;align-items:center;gap:1.3rem}._AboutUs_pr51x_1 ._WelcomeMessage_pr51x_60 p{width:82.38675rem;color:var(--light-black, #696969);text-align:center;letter-spacing:.03375rem;white-space:pre-line}._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74{display:flex;flex-direction:column;align-items:center;gap:1rem}._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80{display:flex;align-items:flex-start;gap:5rem}._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80 ._Mission_pr51x_85,._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80 ._Vision_pr51x_86{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80 ._Mission_pr51x_85 h4,._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80 ._Vision_pr51x_86 h4{color:var(--Prince-School-of-Balsore, #1a1313);font-family:"PT Serif";font-size:1.68856rem;font-style:normal;font-weight:700;line-height:2.25138rem}._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80 ._Mission_pr51x_85 p,._AboutUs_pr51x_1 ._OurMissionVision_pr51x_74 ._Row_pr51x_80 ._Vision_pr51x_86 p{width:36.51469rem;color:var(--Home, #6c6c6c);text-align:center;letter-spacing:.03375rem}._AboutUs_pr51x_1 ._RuleRegulations_pr51x_111,._AboutUs_pr51x_1 ._OurFeatures_pr51x_112{display:flex;flex-direction:column;align-items:center;gap:1.2rem}._AboutUs_pr51x_1 ._RuleRegulations_pr51x_111 ._Rules_pr51x_118,._AboutUs_pr51x_1 ._OurFeatures_pr51x_112 ._Rules_pr51x_118{display:flex;gap:1rem}._AboutUs_pr51x_1 ._RuleRegulations_pr51x_111 ._Rules_pr51x_118 svg,._AboutUs_pr51x_1 ._OurFeatures_pr51x_112 ._Rules_pr51x_118 svg{width:3.30675rem;height:3.30675rem}._AboutUs_pr51x_1 ._RuleRegulations_pr51x_111 ._Rules_pr51x_118 ._Details_pr51x_128,._AboutUs_pr51x_1 ._OurFeatures_pr51x_112 ._Rules_pr51x_118 ._Details_pr51x_128{display:flex;flex-direction:column;gap:.4rem}._AboutUs_pr51x_1 ._RuleRegulations_pr51x_111 ._Rules_pr51x_118 ._Details_pr51x_128 h4,._AboutUs_pr51x_1 ._OurFeatures_pr51x_112 ._Rules_pr51x_118 ._Details_pr51x_128 h4{color:#1a1313;font-family:"PT Serif";font-size:1.68856rem;font-style:normal;font-weight:400;line-height:2.25138rem}._AboutUs_pr51x_1 ._RuleRegulations_pr51x_111 ._Rules_pr51x_118 ._Details_pr51x_128 p,._AboutUs_pr51x_1 ._OurFeatures_pr51x_112 ._Rules_pr51x_118 ._Details_pr51x_128 p{width:76.96938rem;color:var(--Home, #6c6c6c);letter-spacing:.03375rem}._AboutUs_pr51x_1 ._Management_pr51x_151{display:flex;flex-direction:column;align-items:center;gap:1.2rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._TeamCards_pr51x_157{width:84rem;margin-top:1rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._TeamCards_pr51x_157 ._Carousel_pr51x_161 ._Card_pr51x_161{width:95%;border-radius:1.125rem;background:var(--ffffff, #fff);box-shadow:0 0 20px #00000014;display:flex;flex-direction:column;align-items:center;gap:1rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._TeamCards_pr51x_157 ._Carousel_pr51x_161 ._Card_pr51x_161 img{width:24.75rem;height:24.225rem;border-radius:.15rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._TeamCards_pr51x_157 ._Carousel_pr51x_161 ._Card_pr51x_161 h4{color:#202020;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.4rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._TeamCards_pr51x_157 ._Carousel_pr51x_161 ._Card_pr51x_161 p{color:#ed1f24;font-family:"PT Serif";font-size:1.8rem;font-style:normal;font-weight:400;line-height:1.95rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._Buttons_pr51x_194{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._Buttons_pr51x_194 button{border:none;cursor:pointer;background:transparent}._AboutUs_pr51x_1 ._Management_pr51x_151 ._Buttons_pr51x_194 button svg{width:2.07775rem;height:2.07775rem}._AboutUs_pr51x_1 ._Management_pr51x_151 ._Buttons_pr51x_194 button svg path{fill:#ed1f24}._AboutUs_pr51x_1 ._OurFeatures_pr51x_112{margin-bottom:5rem}._Admission_10grs_1{height:100%;width:100%;display:flex;align-items:center;flex-direction:column;gap:4rem}._Admission_10grs_1 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._Admission_10grs_1 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._Admission_10grs_1 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._Admission_10grs_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Admission_10grs_1 h3 span{color:var(--button, #ed1f24)}._Admission_10grs_1 ._Procedure_10grs_52{display:flex;flex-direction:column;align-items:center;gap:1.2rem}._Admission_10grs_1 ._Procedure_10grs_52 ._Rules_10grs_58{display:flex;gap:1rem}._Admission_10grs_1 ._Procedure_10grs_52 ._Rules_10grs_58 svg{width:3.30675rem;height:3.30675rem}._Admission_10grs_1 ._Procedure_10grs_52 ._Rules_10grs_58 ._Details_10grs_66{display:flex;flex-direction:column;gap:.4rem}._Admission_10grs_1 ._Procedure_10grs_52 ._Rules_10grs_58 ._Details_10grs_66 h4{color:#1a1313;font-family:"PT Serif";font-size:1.68856rem;font-style:normal;font-weight:400;line-height:2.25138rem}._Admission_10grs_1 ._Procedure_10grs_52 ._Rules_10grs_58 ._Details_10grs_66 p{width:76.96938rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.4125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}._Admission_10grs_1 ._AdmissionForm_10grs_91{width:83.25rem;height:55.3125rem;border-radius:2.24594rem;border:9.583px solid #fff;display:flex;align-items:center;flex-direction:column}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 button{align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 button:hover{opacity:.95;transform:scale(.95)}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._Row_10grs_134{display:flex;align-items:center;gap:4rem}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._InputWrapper_10grs_139,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.64rem}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._InputWrapper_10grs_139 label,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._InputWrapper_10grs_139 input,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140{position:relative}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 svg{width:2.125rem;height:2.125rem}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 svg path{fill:#1a1313}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu1_10grs_188,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu_10grs_188{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu1_10grs_188 p,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu_10grs_188 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu1_10grs_188 p:hover,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu_10grs_188 p:hover{background-color:#1a131344}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu_10grs_188 p,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._SubMenu1_10grs_188 p{display:none}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._ActiveSubMenu1_10grs_230,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._ActiveSubMenu_10grs_230{max-height:100rem}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._ActiveSubMenu1_10grs_230 p,._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._SelectWrapper_10grs_140 ._ActiveSubMenu_10grs_230 p{display:block}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._DemandDraft_10grs_238{align-self:flex-end;margin-top:.5rem;width:38.875rem;color:#6c6c6c;font-family:Mulish;font-size:.89838rem;font-style:normal;font-weight:400;line-height:1.42244rem;text-transform:capitalize}._Admission_10grs_1 ._AdmissionForm_10grs_91 ._Form_10grs_100 ._DemandDraft_10grs_238 span{font-weight:700}._ContactUs_18ldb_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem}._ContactUs_18ldb_1 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative;text-transform:capitalize}._ContactUs_18ldb_1 h2:before{content:"";width:5.08163rem;height:.13925rem;background:#ed1f24;position:absolute;left:-6rem;top:50%}._ContactUs_18ldb_1 h2:after{content:"";width:5.08163rem;height:.13925rem;background:#ed1f24;position:absolute;right:-6rem;top:50%}._ContactUs_18ldb_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._ContactUs_18ldb_1 h3 span{color:var(--button, #ed1f24)}._ContactUs_18ldb_1 ._ContactForm_18ldb_53{width:83.875rem;height:45.45075rem;border-radius:2.26281rem;border:9.655px solid #fff;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 h3{margin-bottom:3rem}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 ._InputWrapper_18ldb_67{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 ._InputWrapper_18ldb_67 input{width:100%;color:#6c6c6c;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem;border:none;outline:none;border-bottom:.2rem solid rgba(108,108,108,.5)}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 ._InputWrapper_18ldb_67 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.5645rem}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 ._Row_18ldb_97{width:100%;display:flex;align-items:center;gap:2.4rem}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 button{align-self:flex-end;display:flex;width:12.82263rem;padding:1.056rem 1.96113rem;justify-content:center;align-items:center;border-radius:2.26281rem;background:#ed1f24;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:800;line-height:1.81025rem;border:none;cursor:pointer;transition:all ease .3s}._ContactUs_18ldb_1 ._ContactForm_18ldb_53 button:hover{opacity:.95;transform:scale(.95)}._Row1_14u8q_1{display:flex;align-items:center;gap:6rem}._Row1_14u8q_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Row1_14u8q_1 h3 span{color:var(--button, #ed1f24)}._Row1_14u8q_1 ._map_14u8q_18{width:43.01925rem;height:30.41263rem;border-radius:1.39225rem;overflow:hidden}._Row1_14u8q_1 ._map_14u8q_18 iframe{height:100%;width:100%;border:0}._Row1_14u8q_1 ._Details_14u8q_29{display:flex;flex-direction:column;gap:1rem}._Row1_14u8q_1 ._Details_14u8q_29 h2{margin-left:6rem;width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._Row1_14u8q_1 ._Details_14u8q_29 h2:before{content:"";width:5.08163rem;height:.13925rem;background:#ed1f24;position:absolute;left:-6rem;top:50%}._Row1_14u8q_1 ._Details_14u8q_29 h2:after{content:"";width:5.08163rem;height:.13925rem;background:#ed1f24;position:absolute;right:-6rem;top:50%}._Row1_14u8q_1 ._Details_14u8q_29 ._Row_14u8q_1{display:flex;align-items:flex-start;gap:.5rem}._Row1_14u8q_1 ._Details_14u8q_29 ._Row_14u8q_1 i{display:flex;width:1.875rem;height:1.875rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#ed1f24}._Row1_14u8q_1 ._Details_14u8q_29 ._Row_14u8q_1 i svg{width:1.125rem;height:1.125rem}._Row1_14u8q_1 ._Details_14u8q_29 ._Row_14u8q_1 p{width:12.8125rem;color:#6c6c6c;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.80988rem}._Facility_1dojr_1{display:flex;flex-direction:column;align-items:center;gap:5rem}._Facility_1dojr_1 ._Facilities_1dojr_7{display:flex;align-items:center;gap:4rem}._Facility_1dojr_1 ._Facilities_1dojr_7._Right_1dojr_12{flex-direction:row-reverse}._Facility_1dojr_1 ._Facilities_1dojr_7 img{width:41.90963rem;height:29.31538rem;border-radius:1.42306rem}._Facility_1dojr_1 ._Facilities_1dojr_7 ._Details_1dojr_20{display:flex;flex-direction:column;gap:1rem}._Facility_1dojr_1 ._Facilities_1dojr_7 ._Details_1dojr_20 h2{margin-left:5rem;width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._Facility_1dojr_1 ._Facilities_1dojr_7 ._Details_1dojr_20 h2:before{content:"";width:4.12694rem;height:.14231rem;background:#ed1f24;position:absolute;left:-5rem;top:50%}._Facility_1dojr_1 ._Facilities_1dojr_7 ._Details_1dojr_20 h2:after{content:"";width:4.12694rem;height:.14231rem;background:#ed1f24;position:absolute;right:-5rem;top:50%}._Facility_1dojr_1 ._Facilities_1dojr_7 ._Details_1dojr_20 h3{color:var(--Prince-School-of-Balsore, #1a1313);font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Facility_1dojr_1 ._Facilities_1dojr_7 ._Details_1dojr_20 p{width:37.99613rem;color:var(--Home, #6c6c6c);text-align:justify;font-family:Poppins;font-size:1.4125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}h2{color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}h3{color:#1a1313;font-family:"PT Serif";font-size:3rem;font-style:normal;font-weight:700;line-height:4.05731rem}._FeeStructure_4ozu1_24{display:flex;align-items:center;flex-direction:column;gap:.3rem}._FeeStructure_4ozu1_24 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._FeeStructure_4ozu1_24 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._FeeStructure_4ozu1_24 ._Main_4ozu1_48{margin-top:3rem;display:flex;width:61.8125rem;height:14.9375rem;padding:3.6875rem 3.3125rem;justify-content:center;align-items:center;gap:4.375rem;border-radius:1.25rem;background:#fff;box-shadow:0 4px 34px #00000014}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._PDF_4ozu1_61{display:flex;align-items:center;gap:.4rem}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._PDF_4ozu1_61 svg{width:4.4375rem;height:4.4375rem}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._PDF_4ozu1_61 ._Details_4ozu1_70{display:flex;flex-direction:column;gap:.2rem}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._PDF_4ozu1_61 ._Details_4ozu1_70 h4{color:#191313;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._PDF_4ozu1_61 ._Details_4ozu1_70 p{color:#6c6c6c;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._Button_4ozu1_91{cursor:pointer;display:flex;width:19.625rem;height:3.875rem;padding:1.03031rem 1.91344rem;justify-content:center;align-items:center;gap:.73594rem;border-radius:2.20781rem;background:#ed1f24;transition:all ease .3s}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._Button_4ozu1_91 p{color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:800;line-height:1.76625rem}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._Button_4ozu1_91 svg{width:1.78219rem;height:1.78219rem;flex-shrink:0}._FeeStructure_4ozu1_24 ._Main_4ozu1_48 ._Button_4ozu1_91:hover{opacity:.95;transform:scale(.95)}._CoursesOffered_4ozu1_123{margin-bottom:3rem;width:100%;height:auto;display:flex;align-items:center;flex-direction:column;gap:.3rem;background-image:url(/assets/back-Cm963kxP.png);background-position:center;background-size:cover}._CoursesOffered_4ozu1_123:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._CoursesOffered_4ozu1_123:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123{width:100%;display:flex;gap:2rem;align-items:center;justify-content:center;position:relative;z-index:1;flex-wrap:wrap}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163{width:36.57313rem;height:auto;border-radius:1.127rem;background:#fff;box-shadow:0 0 48.087px #00000014;padding-bottom:3rem;display:flex;flex-direction:column;align-items:center}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 h4{color:#333;font-family:"PT Serif";font-size:3rem;font-style:normal;font-weight:700;line-height:normal;padding:2rem 0;text-transform:capitalize}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 ._Subjects_4ozu1_184{width:90%;display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;row-gap:2rem}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 ._Subjects_4ozu1_184 ._Card_4ozu1_192{display:flex;align-items:center;justify-content:center;height:3.98219rem;padding:.5rem 1.5rem;background-color:#b6444628;border-radius:.3rem;box-shadow:0 8px 8px #9e181814}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 ._Subjects_4ozu1_184 ._Card_4ozu1_192 div{color:#212331;text-align:center;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;display:flex;align-items:center;justify-content:center}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 ._Subjects_4ozu1_184 ._Card_4ozu1_192 div:nth-child(1){flex:2}._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 ._Subjects_4ozu1_184 ._Card_4ozu1_192 div:nth-child(2),._CoursesOffered_4ozu1_123 ._Courses_4ozu1_123 ._CourseTable_4ozu1_163 ._Subjects_4ozu1_184 ._Card_4ozu1_192 div:nth-child(3){flex:1}._FeeStructurePopup_1eyi0_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13{width:83.25rem;height:42.625rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Cross_1eyi0_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Cross_1eyi0_26 svg{width:2.375rem;height:2.375rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Cross_1eyi0_26:hover{background:#9999992f}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Cross_1eyi0_26:hover svg path{stroke:#333}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 h3 span{color:var(--button, #ed1f24)}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 button:hover{opacity:.95;transform:scale(.95)}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._Row_1eyi0_126{display:flex;align-items:center;gap:4rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._InputWrapper_1eyi0_131,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._InputWrapper_1eyi0_131 label,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._InputWrapper_1eyi0_131 input,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132{position:relative}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 svg{width:2.125rem;height:2.125rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 svg path{fill:#1a1313}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu1_1eyi0_180,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu_1eyi0_180{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu1_1eyi0_180 p,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu_1eyi0_180 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu1_1eyi0_180 p:hover,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu_1eyi0_180 p:hover{background-color:#1a131344}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu_1eyi0_180 p,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._SubMenu1_1eyi0_180 p{display:none}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._ActiveSubMenu1_1eyi0_222,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._ActiveSubMenu_1eyi0_222{max-height:100rem}._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._ActiveSubMenu1_1eyi0_222 p,._FeeStructurePopup_1eyi0_1 ._Wrapper_1eyi0_13 ._Form_1eyi0_91 ._SelectWrapper_1eyi0_132 ._ActiveSubMenu_1eyi0_222 p{display:block}._Gallery_1kie2_1{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}._Gallery_1kie2_1 ._Three_1kie2_8{width:83.475rem;height:33rem;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-radius:.74938rem;box-shadow:0 0 31.972px #00000014}._Gallery_1kie2_1 ._Three_1kie2_8 img{height:100%;width:100%;border-radius:.74938rem}._Gallery_1kie2_1 ._Two_1kie2_23{width:83.475rem;height:33rem;overflow:hidden;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;border-radius:.74938rem}._Gallery_1kie2_1 ._Two_1kie2_23 img{height:100%;border-radius:.74938rem;box-shadow:0 0 31.972px #00000014;mix-blend-mode:darken}._Gallery_1kie2_1 ._One_1kie2_38{width:83.475rem;height:33rem;border-radius:.74938rem;overflow:hidden}._Gallery_1kie2_1 ._One_1kie2_38 img{height:100%;width:100%;border-radius:.74938rem}._GallerySection_1kie2_50{width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative;z-index:1;overflow:hidden}._GalleryVideo_1y2lx_1{display:flex;align-items:center;gap:8rem;width:70%;height:max-content;margin-inline:6rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;width:100%}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16{width:100%;text-align:center;display:flex;flex-direction:column;gap:2.5rem;position:relative}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16 ._ViewAll_1y2lx_24{position:absolute;right:2rem;top:2rem;display:flex;align-items:center;gap:1rem;cursor:pointer}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16 ._ViewAll_1y2lx_24 p{color:#ed1f24;font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16 ._ViewAll_1y2lx_24 svg{width:1.5rem;height:1.5rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16 ._ViewAll_1y2lx_24 svg path{fill:#ed1f24}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16 h3{color:#ed1f24;font-family:"PT Serif";font-size:2.8125rem;text-align:center;font-style:normal;font-weight:400;line-height:2.125rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._GalleryHeader_1y2lx_16 h2{color:#1a1313;text-align:center;font-family:"PT Serif";font-size:3rem;font-style:normal;font-weight:700;line-height:3.375rem;margin-bottom:1rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67{position:relative;z-index:2;width:100%;height:35rem;background-color:#fff;border-radius:30px;margin-inline:auto;overflow:hidden;border:9.63px solid #fff;box-shadow:0 0 36.114px #00000014}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 video{width:100%;border-radius:30px;height:100%;object-fit:cover;position:relative;z-index:2}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._Structure1_1y2lx_87{width:12.70531rem;height:63.12588rem;transform:rotate(-55deg);background:linear-gradient(180deg,#ed1f24 60%,#ed1f2400);position:absolute;left:-30rem;top:-40rem;z-index:0}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._Structure2_1y2lx_97{width:12.70531rem;height:63.12588rem;transform:rotate(-135deg);background:linear-gradient(180deg,#ed1f24,#ed1f2400);position:absolute;right:-22rem;top:-36rem;z-index:0}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._PlayButton_1y2lx_107{width:7.15675rem;height:7.15675rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;transition:all ease-in-out .3s}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._PlayButton_1y2lx_107 svg{cursor:pointer;height:100%;width:100%}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._PlayButton_1y2lx_107._ToggleHover_1y2lx_122 svg{height:0;width:0}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._PlayButton_1y2lx_107:hover svg path{fill:#b19d9d}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._PlayBtnOverlay_1y2lx_129{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:inherit;z-index:3;opacity:0;transition:opacity .3s ease}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._PlayBtnOverlay_1y2lx_129 ._PlayBtn_1y2lx_129{width:60px;border-radius:50%;height:60px}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67 ._NoOverLay_1y2lx_149{visibility:hidden}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._VidoeCard_1y2lx_67:hover ._PlayButton_1y2lx_107._ToggleHover_1y2lx_122 svg{width:7.15675rem;height:7.15675rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156{display:flex;align-items:center;justify-content:space-between;width:100%;height:5rem;overflow:hidden}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Buttons_1y2lx_164{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Buttons_1y2lx_164 button{border:none;cursor:pointer;background:transparent}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Buttons_1y2lx_164 button svg{width:2.07775rem;height:2.07775rem}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Buttons_1y2lx_164 button svg path{fill:#ed1f24}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Pagination_1y2lx_187{width:20rem;display:flex;gap:10px;align-items:center;justify-content:center}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Pagination_1y2lx_187 ._VideoItem_1y2lx_194{width:4.5rem;height:4rem;transition:all ease-in-out .3s;border-radius:10px;cursor:pointer}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Pagination_1y2lx_187 ._VideoItem_1y2lx_194 video{overflow:hidden;width:100%;border-radius:10px;height:100%;object-fit:cover}._GalleryVideo_1y2lx_1 ._Videos_1y2lx_9 ._Bottom_1y2lx_156 ._Pagination_1y2lx_187 ._ActiveVideo_1y2lx_208{width:5rem;height:5rem}._Home_qj0cp_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:5rem}._Home_qj0cp_1 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._Home_qj0cp_1 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._Home_qj0cp_1 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._Home_qj0cp_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Home_qj0cp_1 h3 span{color:var(--button, #ed1f24)}._Home_qj0cp_1 p{font-family:Mulish;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1.625rem}._Home_qj0cp_1 ._Poster_qj0cp_59{width:100%;height:43.625rem;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem 1rem 1rem 20rem}._Home_qj0cp_1 ._Poster_qj0cp_59 ._ActionButtons_qj0cp_71{position:absolute;bottom:4rem;right:4rem;display:flex;align-items:center;gap:1rem}._Home_qj0cp_1 ._Poster_qj0cp_59 ._ActionButtons_qj0cp_71 span{cursor:pointer}._Home_qj0cp_1 ._Poster_qj0cp_59 ._ActionButtons_qj0cp_71 span svg{width:4.4375rem;height:4.45738rem}._Home_qj0cp_1 ._Poster_qj0cp_59 img{width:11.19325rem;height:10.95488rem;border-radius:2.55888rem}._Home_qj0cp_1 ._Poster_qj0cp_59 h5{margin-left:12rem;width:max-content;color:var(--Home, #fff);text-align:justify;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03rem;position:relative}._Home_qj0cp_1 ._Poster_qj0cp_59 h5:before{content:"";width:10.06088rem;height:.14069rem;background:#fff;position:absolute;left:-12rem;top:50%}._Home_qj0cp_1 ._Poster_qj0cp_59 h5:after{content:"";width:10.06088rem;height:.14069rem;background:#fff;position:absolute;right:-12rem;top:50%}._Home_qj0cp_1 ._Poster_qj0cp_59 h1{width:33.5625rem;color:#fff;font-family:Poppins;font-size:3.4375rem;font-style:normal;font-weight:600;line-height:3.9375rem}._Home_qj0cp_1 ._Poster_qj0cp_59 p{color:#fff;width:30.4375rem}._Home_qj0cp_1 ._Poster_qj0cp_59 ._ButtonWrapper_qj0cp_135{display:flex;align-items:center;gap:2rem}._Home_qj0cp_1 ._Poster_qj0cp_59 button{display:flex;height:3.8125rem;width:16rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--button, #ed1f24);cursor:pointer;border:none;transition:all ease .3s}._Home_qj0cp_1 ._Poster_qj0cp_59 button p{width:max-content;color:#fff;font-family:Mulish;font-size:1rem;font-style:normal;font-weight:800;line-height:1.5rem}._Home_qj0cp_1 ._Poster_qj0cp_59 button svg{width:2.0625rem;height:2.0625rem}._Home_qj0cp_1 ._Poster_qj0cp_59 button:hover{opacity:.95;transform:scale(.95)}._Home_qj0cp_1 ._Poster_qj0cp_59 ._BackImage_qj0cp_170{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1}._Home_qj0cp_1 ._Poster_qj0cp_59 ._BackImage_qj0cp_170 img{height:100%;width:100%;object-fit:cover;border-radius:0}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184{display:flex;align-items:center;gap:8rem;margin-bottom:7rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._LeftSection_qj0cp_190{display:flex;flex-direction:column;gap:2rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._LeftSection_qj0cp_190 h2{margin-left:12rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._LeftSection_qj0cp_190 h3{width:38.03356rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._LeftSection_qj0cp_190 p{width:38.03356rem;color:var(--light-black, #696969);text-align:justify;font-family:Poppins;letter-spacing:.03375rem;white-space:pre-line}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._LeftSection_qj0cp_190 button{display:flex;padding:.99713rem 1.85181rem;align-items:flex-start;gap:.71225rem;border-radius:2.13675rem;width:max-content;background:#ed1f24;color:#fff;font-family:Poppins;font-size:1.13956rem;font-style:normal;font-weight:500;line-height:1.70938rem;border:none;cursor:pointer}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._LeftSection_qj0cp_190 button svg{width:1.70938rem;height:1.70938rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._RightSection_qj0cp_231{position:relative;height:36rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._RightSection_qj0cp_231 ._Image1_qj0cp_235{width:33.53663rem;height:22.36431rem}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._RightSection_qj0cp_231 ._Image2_qj0cp_239{width:21.43844rem;height:22.72044rem;position:absolute;bottom:-4rem;left:-3rem;border:7.977px solid #fff}._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._RightSection_qj0cp_231 ._Image1_qj0cp_235 img,._Home_qj0cp_1 ._WelcomeSection_qj0cp_184 ._RightSection_qj0cp_231 ._Image2_qj0cp_239 img{height:100%;width:100%;object-fit:cover}._Home_qj0cp_1 ._VideoSection_qj0cp_253{display:flex;align-items:center;gap:8rem;margin-bottom:7rem}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._LeftSection_qj0cp_190{width:40.75rem;height:30.375rem;border-radius:1.4245rem;display:flex;align-items:center;justify-content:center}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._LeftSection_qj0cp_190 video{border-radius:1.4245rem;width:100%;height:100%}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._RightSection_qj0cp_231{display:flex;flex-direction:column;gap:1rem}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._RightSection_qj0cp_231 h2{margin-left:12rem}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._RightSection_qj0cp_231 h3{width:38.03356rem}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._RightSection_qj0cp_231 p{width:38.03356rem;color:var(--light-black, #696969);text-align:justify;letter-spacing:.03375rem}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._RightSection_qj0cp_231 button{display:flex;padding:.99713rem 1.85181rem;align-items:flex-start;gap:.71225rem;border-radius:2.13675rem;width:max-content;background:#ed1f24;color:#fff;font-family:Poppins;font-size:1.13956rem;font-style:normal;font-weight:500;line-height:1.70938rem;border:none;cursor:pointer}._Home_qj0cp_1 ._VideoSection_qj0cp_253 ._RightSection_qj0cp_231 button svg{width:1.70938rem;height:1.70938rem}._Home_qj0cp_1 ._Facilities_qj0cp_311{display:flex;flex-direction:column;align-items:center;gap:1.6rem;position:relative}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._ViewAll_qj0cp_318{position:absolute;right:2rem;top:2rem;display:flex;align-items:center;gap:1rem;cursor:pointer}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._ViewAll_qj0cp_318 p{color:#ed1f24;font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._ViewAll_qj0cp_318 svg{width:1.5rem;height:1.5rem}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._ViewAll_qj0cp_318 svg path{fill:#ed1f24}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._FacilityCards_qj0cp_342{width:84rem;margin-top:1rem}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._FacilityCards_qj0cp_342 ._Carousel_qj0cp_346{width:100%}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._FacilityCards_qj0cp_342 ._Carousel_qj0cp_346 ._Cards_qj0cp_349{width:100%;height:42.26731rem;border:7.977px solid #fff;position:relative}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._FacilityCards_qj0cp_342 ._Carousel_qj0cp_346 ._Cards_qj0cp_349 img{width:26.63775rem;width:100%;height:31.26731rem;border-radius:.35613rem}._Home_qj0cp_1 ._Facilities_qj0cp_311 ._FacilityCards_qj0cp_342 ._Carousel_qj0cp_346 ._Cards_qj0cp_349 h4{position:absolute;bottom:8rem;left:50%;transform:translate(-50%);display:flex;width:max-content;height:4.55831rem;padding:.99713rem 1.71225rem;justify-content:center;align-items:center;border-radius:7.12238rem;background:var(--button, #ed1f24);color:var(--Home, #fff);font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;line-height:2.27919rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381{width:84rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 h2{color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative;text-transform:capitalize}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 h3 span{color:var(--button, #ed1f24)}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._ViewAll_qj0cp_318{position:absolute;right:2rem;top:2rem;display:flex;align-items:center;gap:1rem;cursor:pointer}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._ViewAll_qj0cp_318 p{color:#ed1f24;font-family:"PT Serif";font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._ViewAll_qj0cp_318 svg{width:1.5rem;height:1.5rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._ViewAll_qj0cp_318 svg path{fill:#ed1f24}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._Cards_qj0cp_349{margin-top:4rem;display:flex;align-items:center;flex-wrap:wrap;width:83rem;gap:1rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._Cards_qj0cp_349 ._Card_qj0cp_349{width:40.77113rem;height:35.79038rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:1.42306rem;background:#fff;box-shadow:0 4.554px 34.154px #00000014}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._Cards_qj0cp_349 ._Card_qj0cp_349 img{width:38.56538rem;height:21.48844rem;border-radius:1.06731rem 1.06731rem 0rem 0rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._Cards_qj0cp_349 ._Card_qj0cp_349 h4{width:36.43075rem;color:#1a1313;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.27694rem}._Home_qj0cp_1 ._NewsUpdates_qj0cp_381 ._Cards_qj0cp_349 ._Card_qj0cp_349 p{width:36.43075rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}._Home_qj0cp_1 ._GetInTouch_qj0cp_501{display:flex;align-items:center;gap:7rem;margin-top:2rem}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._map_qj0cp_507{width:43.01925rem;height:30.41263rem;border-radius:1.39225rem;overflow:hidden}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._map_qj0cp_507 iframe{height:100%;width:100%;border:0}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518{width:33rem;display:flex;flex-direction:column;gap:1rem}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 h2{margin-left:6rem;width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:Caveat;font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 h2:before{content:"";width:5.08163rem;height:.13925rem;background:#ed1f24;position:absolute;left:-6rem;top:50%}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 h2:after{content:"";width:5.08163rem;height:.13925rem;background:#ed1f24;position:absolute;right:-6rem;top:50%}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 h3 span{color:var(--button, #ed1f24)}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 ._Row_qj0cp_568{display:flex;align-items:flex-start;gap:.5rem}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 ._Row_qj0cp_568 i{display:flex;width:1.875rem;height:1.875rem;justify-content:center;align-items:center;border-radius:1.875rem;background:#ed1f24}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 ._Row_qj0cp_568 i svg{width:1.125rem;height:1.125rem}._Home_qj0cp_1 ._GetInTouch_qj0cp_501 ._Details_qj0cp_518 ._Row_qj0cp_568 p{width:12.8125rem;color:#6c6c6c;font-weight:600;line-height:1.80988rem}._Home_qj0cp_1 ._Faq_qj0cp_593{display:flex;flex-direction:column;align-items:center;gap:2rem}._Home_qj0cp_1 ._Faq_qj0cp_593 h2{font-weight:600;text-transform:capitalize}._Home_qj0cp_1 ._extraResults_qj0cp_603{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:5rem;width:80vw}._Home_qj0cp_1 ._extraResults_qj0cp_603 h2{font-weight:600;text-transform:capitalize}._Home_qj0cp_1 ._extraResults_qj0cp_603 div{display:flex;flex-direction:row;gap:2rem;max-width:80vw;height:70vh}._Home_qj0cp_1 ._extraResults_qj0cp_603 div img{width:100%;height:100%;object-fit:contain;border-radius:12px;cursor:pointer;transition:all ease .3s}._Home_qj0cp_1 ._extraResults_qj0cp_603 div img:hover{box-shadow:0 4px 34px #c90202db;transform:scale(.95)}._FaqCard_7yafj_1{height:100%;width:79.375rem;border-bottom:.0625rem solid #707070;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0}._FaqCard_7yafj_1 ._Upper_7yafj_10{display:flex;align-items:center;justify-content:space-between;cursor:pointer}@media (max-width: 930px){._FaqCard_7yafj_1 ._Upper_7yafj_10{gap:2rem}}._FaqCard_7yafj_1 ._Upper_7yafj_10 h4{color:#000;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:700;line-height:normal}._FaqCard_7yafj_1 ._Upper_7yafj_10 svg{width:1.875rem;height:1.875rem}._FaqCard_7yafj_1 ._Upper_7yafj_10 svg path{fill:#ed1f24}._FaqCard_7yafj_1 p{width:79.375rem;color:var(--707070, #707070);font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;transform:scaleY(0);height:0;transform-origin:0 0;transition:all ease-in-out .3s}._FaqCard_7yafj_1 p._Active_7yafj_49{height:auto;transform:scaleY(1)}#facilityCarousel{width:100%}#facilityCarousel .alice-carousel__next-btn .alice-carousel_next-btn-wrapper .alice-carousel__next-btn-item span{border:2px solid red}#facilityCarousel .alice-carousel__dots{display:none}#facilityCarousel .__target+li img{height:95%}#facilityCarousel .__target+li h4{bottom:.2rem}#resultCarousel{width:100%}#resultCarousel .alice-carousel__dots{display:none}._Achievements_1n810_1{display:flex;flex-direction:column;align-items:center;gap:1.6rem}._Achievements_1n810_1 h3{color:#000;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:3.98838rem}._Achievements_1n810_1 ._TeamCards_1n810_16{width:84rem;margin-top:1rem}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20{width:95%;border-radius:1.125rem;background:var(--ffffff, #fff);box-shadow:0 0 20px #00000014;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20 ._Percentage_1n810_31{position:absolute;right:1rem;top:0rem;display:flex;align-items:center;flex-direction:column;justify-content:center;width:5.31781rem;height:5.39169rem;border-radius:7.38588rem;border:1.182px solid #fff;background:var(--Our, #ed1f24);-webkit-backdrop-filter:blur(29.5434207916px);backdrop-filter:blur(29.5434207916px)}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20 ._Percentage_1n810_31 h4{color:#fff;text-align:center;font-family:Mulish;font-size:1.47719rem;font-style:normal;font-weight:700;line-height:125.293%}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20 ._Percentage_1n810_31 p{color:#fff;font-family:Mulish;font-size:1.18175rem;font-style:normal;font-weight:700;line-height:125.293%}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20 img{width:24.75rem;height:24.225rem;border-radius:.15rem}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20 h4{color:#202020;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.4rem}._Achievements_1n810_1 ._TeamCards_1n810_16 ._Carousel_1n810_20 ._Card_1n810_20 p{color:#ed1f24;font-family:"PT Serif";font-size:1.8rem;font-style:normal;font-weight:400;line-height:1.95rem}._Achievements_1n810_1 ._Buttons_1n810_87{width:7.95rem;height:3.6rem;border-radius:2.25rem;background:var(--ffffff, #fff);box-shadow:0 0 36px #00000014;display:flex;align-items:center;justify-content:center;gap:1rem}._Achievements_1n810_1 ._Buttons_1n810_87 button{border:none;cursor:pointer;background:transparent}._Achievements_1n810_1 ._Buttons_1n810_87 button svg{width:2.07775rem;height:2.07775rem}._Achievements_1n810_1 ._Buttons_1n810_87 button svg path{fill:#ed1f24}._Row1_fcqc3_1{display:flex;align-items:center;gap:5rem}._Row1_fcqc3_1 img{width:44.875rem;height:44.375rem;border-radius:1.875rem;border:12.514px solid #fff;box-shadow:0 0 46.928px #00000014}._Row1_fcqc3_1 ._Details_fcqc3_13{display:flex;flex-direction:column;gap:1rem}._Row1_fcqc3_1 ._Details_fcqc3_13 img{width:10.53906rem;height:10.90275rem}._Row1_fcqc3_1 ._Details_fcqc3_13 h3{margin-top:3rem;color:var(--Vikash-Residential-School, #1a1313);font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:4.25rem}._Row1_fcqc3_1 ._Details_fcqc3_13 p{width:33.75rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.4125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}._Row1_fcqc3_1 ._Details_fcqc3_13 ._Button_fcqc3_43{cursor:pointer;display:flex;width:max-content;height:3.875rem;padding:1.03031rem 1.91344rem;justify-content:center;align-items:center;gap:.73594rem;border-radius:2.20781rem;background:#ed1f24;transition:all ease .3s}._Row1_fcqc3_1 ._Details_fcqc3_13 ._Button_fcqc3_43 p{width:max-content;color:#fff;font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:800;line-height:1.76625rem}._Row1_fcqc3_1 ._Details_fcqc3_13 ._Button_fcqc3_43 svg{width:1.78219rem;height:1.78219rem;flex-shrink:0}._Row1_fcqc3_1 ._Details_fcqc3_13 ._Button_fcqc3_43:hover{opacity:.95;transform:scale(.95)}._RegistrationPopup_1vhd9_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13{width:83.25rem;height:53.4375rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Cross_1vhd9_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Cross_1vhd9_26 svg{width:2.375rem;height:2.375rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Cross_1vhd9_26:hover{background:#9999992f}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Cross_1vhd9_26:hover svg path{stroke:#333}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative;text-transform:uppercase}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 h3 span{color:var(--button, #ed1f24)}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 button:hover{opacity:.95;transform:scale(.95)}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._Row_1vhd9_127{display:flex;align-items:center;gap:4rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._InputWrapper_1vhd9_132,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._InputWrapper_1vhd9_132 label,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._InputWrapper_1vhd9_132 input,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133{position:relative}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 svg{width:2.125rem;height:2.125rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 svg path{fill:#1a1313}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu1_1vhd9_181,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu_1vhd9_181{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu1_1vhd9_181 p,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu_1vhd9_181 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu1_1vhd9_181 p:hover,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu_1vhd9_181 p:hover{background-color:#1a131344}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu_1vhd9_181 p,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._SubMenu1_1vhd9_181 p{display:none}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._ActiveSubMenu1_1vhd9_223,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._ActiveSubMenu_1vhd9_223{max-height:100rem}._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._ActiveSubMenu1_1vhd9_223 p,._RegistrationPopup_1vhd9_1 ._Wrapper_1vhd9_13 ._Form_1vhd9_92 ._SelectWrapper_1vhd9_133 ._ActiveSubMenu_1vhd9_223 p{display:block}._NewsLetter_15icz_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center}._NewsLetter_15icz_1 h2{color:var(--button, #ed1f24);text-align:justify;font-family:Caveat;font-size:2.5625rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.07688rem;position:relative}._NewsLetter_15icz_1 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._NewsLetter_15icz_1 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._NewsLetter_15icz_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._NewsLetter_15icz_1 h3 span{color:var(--button, #ed1f24)}._NewsLetterCard_b1k4w_1{width:83.25rem;margin-bottom:1rem}._NewsLetterCard_b1k4w_1 ._Main_b1k4w_5{width:83.25rem;height:7.31781rem;border-radius:1.18031rem;background:#fff;box-shadow:0 0 50.359px #00000014;display:flex;align-items:center;gap:3rem;padding:.2rem 2rem;cursor:pointer}._NewsLetterCard_b1k4w_1 ._Main_b1k4w_5 svg{width:3.85563rem;height:3.85563rem}._NewsLetterCard_b1k4w_1 ._Main_b1k4w_5 p{color:#1a1313;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.51794rem}._NewsLetterCard_b1k4w_1 ._Subs_b1k4w_29{display:flex;align-items:center;gap:1rem;max-height:0;transition:max-height .3s ease-in-out}._NewsLetterCard_b1k4w_1 ._Subs_b1k4w_29 p{color:var(--Vikash-Residential-School, #1a1313);font-family:Mulish;font-size:1.125rem;font-style:normal;font-weight:500;line-height:2.51794rem;cursor:pointer;display:none}._NewsLetterCard_b1k4w_1 ._Subs_b1k4w_29 p:hover{background:#00000014}._NewsLetterCard_b1k4w_1 ._Subs_b1k4w_29._ActiveSubs_b1k4w_49{height:6rem;max-height:100rem}._NewsLetterCard_b1k4w_1 ._Subs_b1k4w_29._ActiveSubs_b1k4w_49 p{display:flex;width:7.08175rem;height:3.54088rem;padding:.78688rem;justify-content:center;align-items:center;border-radius:.39344rem;border:1.259px solid rgba(0,0,0,.2);background:#fff;-webkit-backdrop-filter:blur(12.5897922516px);backdrop-filter:blur(12.5897922516px)}._NewsLetterPopup_a52af_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13{width:83.25rem;height:35.625rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Cross_a52af_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Cross_a52af_26 svg{width:2.375rem;height:2.375rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Cross_a52af_26:hover{background:#9999992f}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Cross_a52af_26:hover svg path{stroke:#333}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 h3 span{color:var(--button, #ed1f24)}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 button:hover{opacity:.95;transform:scale(.95)}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._Row_a52af_126{display:flex;align-items:center;gap:4rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._InputWrapper_a52af_131,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._InputWrapper_a52af_131 label,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem;text-transform:capitalize}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._InputWrapper_a52af_131 input,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132{position:relative}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 svg{width:2.125rem;height:2.125rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 svg path{fill:#1a1313}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu1_a52af_181,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu_a52af_181{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu1_a52af_181 p,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu_a52af_181 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu1_a52af_181 p:hover,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu_a52af_181 p:hover{background-color:#1a131344}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu_a52af_181 p,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._SubMenu1_a52af_181 p{display:none}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._ActiveSubMenu1_a52af_223,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._ActiveSubMenu_a52af_223{max-height:100rem}._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._ActiveSubMenu1_a52af_223 p,._NewsLetterPopup_a52af_1 ._Wrapper_a52af_13 ._Form_a52af_91 ._SelectWrapper_a52af_132 ._ActiveSubMenu_a52af_223 p{display:block}._NewsUpdates_1uglf_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}._NewsUpdates_1uglf_1 h2{color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._NewsUpdates_1uglf_1 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._NewsUpdates_1uglf_1 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._NewsUpdates_1uglf_1 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._NewsUpdates_1uglf_1 h3 span{color:var(--button, #ed1f24)}._NewsUpdates_1uglf_1 ._Cards_1uglf_51{margin-top:4rem;display:flex;align-items:center;flex-wrap:wrap;width:83rem;gap:1rem}._NewsUpdates_1uglf_1 ._Cards_1uglf_51 ._Card_1uglf_51{width:40.77113rem;height:35.79038rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:1.42306rem;background:#fff;box-shadow:0 4.554px 34.154px #00000014}._NewsUpdates_1uglf_1 ._Cards_1uglf_51 ._Card_1uglf_51 img{width:100%;height:21.48844rem;border-radius:1.06731rem 1.06731rem 0rem 0rem}._NewsUpdates_1uglf_1 ._Cards_1uglf_51 ._Card_1uglf_51 h4{width:36.43075rem;color:#1a1313;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.27694rem}._NewsUpdates_1uglf_1 ._Cards_1uglf_51 ._Card_1uglf_51 p{width:36.43075rem;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03375rem}._ResultAchievements_1kasu_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem}._ResultAchievements_1kasu_1 ._extraResults_1kasu_9{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:5rem;width:80vw}._ResultAchievements_1kasu_1 ._extraResults_1kasu_9 h2{font-weight:600;text-transform:capitalize}._ResultAchievements_1kasu_1 ._extraResults_1kasu_9 div{display:flex;flex-direction:row;gap:2rem;max-width:80vw;height:70vh}._ResultAchievements_1kasu_1 ._extraResults_1kasu_9 div img{width:100%;height:100%;object-fit:contain;border-radius:12px;cursor:pointer;transition:all ease .3s}._ResultAchievements_1kasu_1 ._extraResults_1kasu_9 div img:hover{box-shadow:0 4px 34px #c90202db;transform:scale(.95)}._ResultFormPopup_js0sp_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13{width:83.25rem;height:42.625rem;border-radius:2.24594rem;border:9.583px solid #fff;box-shadow:0 0 35.935px #00000014;background:#fff;padding:1rem 2.5rem;display:flex;align-items:center;flex-direction:column;position:relative}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Cross_js0sp_26{position:absolute;top:2rem;right:2rem;cursor:pointer;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Cross_js0sp_26 svg{width:2.375rem;height:2.375rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Cross_js0sp_26:hover{background:#9999992f}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Cross_js0sp_26:hover svg path{stroke:#333}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 h2{width:max-content;color:var(--button, #ed1f24);text-align:justify;font-family:"PT Serif";font-size:2.5625rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:.07688rem;position:relative}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 h2:before{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;left:-12rem;top:50%}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 h2:after{content:"";width:10.06088rem;height:.14069rem;background:#ed1f24;position:absolute;right:-12rem;top:50%}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 h3{color:#333;font-family:"PT Serif";font-size:3.4375rem;font-style:normal;font-weight:700;line-height:125.5%;letter-spacing:.10313rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 h3 span{color:var(--button, #ed1f24)}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91{margin-top:3rem;flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-around}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 button{margin-top:2rem;align-self:flex-end;display:flex;width:13.53081rem;height:4.13044rem;padding:1.28188rem 2.56375rem;justify-content:center;align-items:center;border-radius:7.1215rem;background:var(--button, #ed1f24);color:#fff;text-align:center;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.56675rem;text-transform:capitalize;border:none;cursor:pointer;transition:all ease .3s}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 button:hover{opacity:.95;transform:scale(.95)}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._Row_js0sp_126{display:flex;align-items:center;gap:4rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._InputWrapper_js0sp_131,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._InputWrapper_js0sp_131 label,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 label{color:var(--Vikash-Residential-School, #1a1313);text-align:center;font-family:"PT Serif";font-size:1.625rem;font-style:normal;font-weight:400;line-height:2.54544rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._InputWrapper_js0sp_131 input,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 input{width:100%;border:none;outline:none;border-bottom:.168rem solid #1a1313;padding:.2rem 1rem .4rem 0;color:var(--Home, #6c6c6c);font-family:Poppins;font-size:1.413944rem;font-style:normal;font-weight:400;line-height:155%;letter-spacing:.03419rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132{position:relative}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 span{position:absolute;bottom:1rem;right:1rem;cursor:pointer}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 svg{width:2.125rem;height:2.125rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 svg path{fill:#1a1313}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu1_js0sp_180,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu_js0sp_180{z-index:4;position:absolute;top:100%;right:0;display:flex;width:10.3125rem;height:auto;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;border-radius:.9375rem;background:#fffffff2;box-shadow:0 4px 40px #00000014;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);max-height:0;overflow:hidden;transition:all .5s ease-in-out}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu1_js0sp_180 p,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu_js0sp_180 p{width:100%;text-align:center;color:#666;font-family:Mulish;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.10838rem;text-transform:capitalize;cursor:pointer}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu1_js0sp_180 p:hover,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu_js0sp_180 p:hover{background-color:#1a131344}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu_js0sp_180 p,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._SubMenu1_js0sp_180 p{display:none}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._ActiveSubMenu1_js0sp_222,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._ActiveSubMenu_js0sp_222{max-height:100rem}._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._ActiveSubMenu1_js0sp_222 p,._ResultFormPopup_js0sp_1 ._Wrapper_js0sp_13 ._Form_js0sp_91 ._SelectWrapper_js0sp_132 ._ActiveSubMenu_js0sp_222 p{display:block}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
